.common {
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.com_left {
    width: 70%;
    overflow: hidden;
}

.com_left input {
    padding: 0;
    color: #000;
}

.com_left select {
    padding: 0;
}

.com_right {
    width: 30%;
    overflow: hidden;
}

.comr_1 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    top: 0;
}

.comr_1 h6 {
    font-size: 22px;
    color: #000;
    margin: 0px 0 10px 0;
    font-weight: bold;
}

.comr_1 p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
}

.coml_1 {
    overflow: hidden;
    margin-bottom: 20px;
}

.coml_1 h6 {
    font-size: 30px;
    color: #000;
    margin: 0;
}

.coml_1 p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin: 5px 0 0 0;
}

.form_label {
    font-size: 14px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding: 15px;
    margin: 5px 0 10px 0;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    color: #000;
}

.coml_2_boy {
    display: none;
}

.coml_2 {
    padding: 20px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
}

.active {
    display: block;
}

.coml2_left {
    width: 60%;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    align-content: center;
}

.coml2_left h5 {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    margin: 0;
}

.coml2_left p {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    margin: 20px 0;
}

.coml2_left ul {
    margin: 0;
    font-size: 14px;
    color: #000;
    line-height: 25px;
}

.coml2_right {
    width: 35%;
    align-content: center;
    padding: 0 20px;
}

.coml2_right h5 {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    margin: 0;
    text-align: center;
}

.coml2_right p {
    font-size: 12px;
    margin: 10px 0;
    line-height: 22px;
}

.coml_3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coml3_1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
}

.coml31_1 {
    width: 33%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
}

.coml31_2 {
    width: 50%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
}

.coml31_3_p {
    width: 97.3%;
    display: flex;
    flex-direction: column;
}

.coml31_3 {
    width: 100%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
}

.coml31_4 {
    width: 100%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

.coml314_1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
}

.coml3_1 span {
    line-height: 25px;
    color: #000;
}

.coml3_1 span.required::after {
    content: '*';
    color: red;
}

.coml3_1 select.salutation,
.coml3_1 input.text {
    border: 0 solid #fff;
}

.coml31_1 select.salutation {
    width: 65%;
}

input.text {
    font-size: 14px;
    line-height: 25px;
}

input.email {
    width: 65%;
}

.country-select {
    border: none;
    width: 25%;
    /* background: url(img/cn.png) no-repeat;
    background-size: contain;
    padding: 0 0 0 40px !important; */
}

input.confirmemail {
    width: 69%;
}

input.job {
    width: 88%;
}

input.address {
    width: 75%;
}

input.city {
    width: 85%;
}

input.postcode {
    width: 76%;
}

input.VIPCode {
    width: 88%;
}

input.phone {
    width: 92%;
}

input.invoice_tit {
    width: 89%;
}

input.invoice_number {
    width: 70%;
}

select.country {
    width: 82%;
    border: none;
}

select:focus {
    outline: none;
}

.coml3_1 select.salutation:focus,
input.text:focus {
    outline: none;
}

.com_tit {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin: 50px 0 10px 0;
}

.coml_p {
    font-size: 12px;
    line-height: 22px;
    color: #000;
}

.coml_4 {
    display: flex;
    flex-direction: column !important;
}

.coml42_1 {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
}

.coml_4 h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
}

.coml4_1 {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.coml4_1 .form_label {
    width: 50%;
    border-radius: 5px;
}

.coml4_2 {
    display: flex;
    flex-direction: column !important;
}

.coml4_3 p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin: 10px 0;
}

.coml4_3 p.term {
    font-size: 14px;
}

.coml4_3 p.term::after {
    content: '*';
    color: red;
}

.coml4_4 p {
    font-size: 14px;
    color: #000;
    line-height: 22px;
}

.coml_5 p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin: 5px 0;
}

.coml_5 ul {
    margin: 10px 0;
}

.coml_5 ul li {
    line-height: 25px;
    color: #000;
}

.coml_6 {
    display: flex;
    justify-content: center
}

.coml_6 input.submit {
    background: #00B0C0;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.succ_1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.succ_1 h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
    margin: 20px 0 10px 0;
}

.succ_1 p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin: 0;
}

.succ1_1 img {
    margin: 10px 0;
}

.coml31_3_l {
    display: flex;
    width: 40%;
    gap: 10px;
}

.coml31_3_r {
    display: flex;
    width: 58%;
    gap: 10px;
}

.intl-tel-input {
    width: 75%;
}

@media (max-width: 768px) {
    .common {
        width: 100%;
        flex-direction: column;
    }
    .com_left {
        width: 100%;
    }
    .form_label {
        line-height: 25px;
    }
    .coml_2 {
        flex-direction: column;
    }
    .coml2_left {
        width: 100%;
        padding-left: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 0px solid rgba(0, 0, 0, 0.1);
    }
    .coml2_right {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    .coml3_1 {
        flex-direction: column;
    }
    .coml31_1,
    .coml31_2,
    .coml31_3 {
        width: 94%;
    }
    input.confirmemail {
        width: 70%;
    }
    input.job {
        width: 80%;
    }
    input.address {
        width: 55%;
    }
    input.invoice_tit {
        width: 80%;
    }
    .flexrow {
        flex-direction: column;
    }
    select.country {
        width: 65%;
    }
    .coml31_4 {
        width: 94%;
    }
    input.VIPCode {
        width: 78%;
    }
    .com_right {
        width: 100%;
        order: 1;
    }
    .com_left {
        order: 2;
    }
    .coml31_3_l,
    .coml31_3_r {
        width: 100%;
    }
}