@charset "utf-8";


.contactbg {
    min-height: 30rem;
    padding: 2.5rem 0 20rem 0;
    background: url(../images/articlebg.png) repeat-x;
    background-color: #f9f0dc;
    background-position: 7rem calc(100% - 8rem);

}

.contactbox {
    width: 95%;
    max-width: 1260px;
    margin: 5rem auto;
    padding-top: 2rem;
    display: flex;
    justify-content: center;

}

.contact_pic {
    width: 600px;
    height: 642px;
    /* background: url(../images/contact_pic.png) no-repeat; */
    background-color: #97C1E4;
    background-size: cover;
    padding: 5rem 3rem 3rem 4rem;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.contact_pic h2 {
    font-size: 5rem;
}


.contact_pic ul li {
    clear: both;
    margin: 2rem auto;
}

.roundbg {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    /* border: 1px solid #97C1E4; */
    overflow: hidden;
    font-size: 2rem;
    line-height: 5rem;
    text-align: center;
    /* background-image: linear-gradient(100deg, #fff, #97C1E4); */
    background-color: #fff;
    margin: 1rem auto;
    float: left;
    color: #97C1E4;
}

.contact_pic ul li .txt {
    width: 70%;
    float: left;
    line-height: 7rem;
    padding-left: 2rem;
    font-size: 1.8rem;
}

.contact_pic ul li .address {
    line-height: 2rem;
    padding-top: 2rem;
}


.contact_formbox {
    width: 90%;
    max-width: 660px;
    background-color: #fff;
    padding: 4rem 4rem;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.contact_formbox h1 {
    font-size: 6rem;
    text-align: center;
}

.contactsin .form-control {
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
}

.contactsin .form-control input::placeholder,
.contactsin .form-control select::placeholder,
.contactsin .form-control button::placeholder {
    color: #c4c2b4;
}

.contactsin textarea {
    min-height: 100px;
    max-height: 150px;
}

/* contacts section */
.contacts {
    margin-top: 2rem;
}

.mbline {
    margin-bottom: 1.5rem;
}

.borderform {
    border: 1px solid #dee2e6;
}

.borderform .form-control {
    border: none;
    box-shadow: none;
}

.phone select {
    width: 100%;
    background: none;
    appearance: none;
}

.select-wrap {
    position: relative;
    top: -2px;
}

.select-wrap .arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
    font-size: 1.6rem;
}

.phone {
    padding-top: 2px;
    padding-bottom: 2px;
    box-sizing: border-box;
}

.phone .select-wrap {
    width: 25%;
}

.phone input {
    width: 70%;
    border-left: 1px solid #c4c2b4;
}

.delivery_name input {
    width: 49%;
}


.delivery_ID input.ID_number {
    width: 100%;
}

.delivery_ID input.Idexpire {
    width: 100%;
}

.btn-main {
    margin: 2rem auto;
}



@media screen and (max-width: 1050px) {
    .contactbox {
        width: 95%;
        max-width: 1260px;
        margin: 5rem auto;
        padding-top: 2rem;
        display: block;

    }

    .contact_pic {
        /* display: none; */
        border-radius: 20px;
        width: 100%;
        margin-bottom: 20px;
        height: auto;
        padding-bottom: 5rem;
    }

    .contact_formbox {
        border-radius: 20px;
        width: 100%;
        max-width: 1000px;
    }

}



@media (min-width:992px) and (max-width:1500px) {
    .contactsin .form-control {
        font-size: 1.2rem;
    }

    .verification input {
        width: 55%;
    }

    .verification button {
        width: 44%;
    }

    .delivery_ID input.ID_number {
        width: 55%;
    }

    .delivery_ID input.Idexpire {
        width: 44%;
    }
}

@media screen and (min-width:992px) {}




@media screen and (max-width: 992px) {


    .contactbg {
        padding: 2.5rem 0 15rem 0;
        background: url(../images/articlebg_mb.png) repeat-x;
        background-color: #f9f0dc;
        background-position: 5rem calc(100% - 6rem);
    }



    .contactsin textarea {
        min-height: 100px;
        max-height: 500px;
    }

}

@media screen and (max-width:768px) {
    .contact_formbox {
        width: 100%;
    }

    .contactsin .form-control {
        font-size: 1.4rem;
    }

    .verification input {
        width: 55%;
        font-size: 1.4rem;
    }

    .verification button {
        width: 44%;
        font-size: 1.4rem;
    }

    .delivery_ID input.ID_number {
        font-size: 1.4rem;
    }

    .delivery_ID input.Idexpire {
        font-size: 1.4rem;
    }

    .mbline {
        margin-bottom: 1rem;
    }


    .phone .select-wrap {
        width: 45%;
    }

    .phone input {
        width: 55%;
        border-left: 1px solid #c4c2b4;
    }

    .delivery_name {
        display: block !important;
    }

    .delivery_name input {
        width: 100%;
        margin-bottom: 1rem;
    }
}

@media (max-width: 500px) {}