.contact-us {
    margin-top: 62px
}

.contact-us-boxs {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto 72px
}

.contact-us-boxs .row {
    gap: 24px 0
}

.contact-us-boxs-item {
    background-color: #F7FBFF;
    border: 1px solid #EAF5FF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 16px 12px 27px;
    height: 100%
}

.contact-us-boxs-item i {
    font-size: 40px;
    margin-bottom: 16px
}

.contact-us-boxs-item .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px
}

.contact-us-boxs-item .sub-title {
    margin-top: 42px;
    font-size: 16px;
    color: #7D9DB9
}

.contact-us-boxs-item .btns {
    margin-top: 32px;
    gap: 14px
}

.contact-us-boxs-item .btns .btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: auto;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

@media only screen and (max-width: 575px) {
    .contact-us-boxs .row {
        gap: 12px 0
    }
}

.contact-us-form h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 24px
}

.contact-us-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #F7FBFF url("./../images/arrow-circle-down.svg") left 16px center no-repeat;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px
}

.contact-us-form .form-control {
    background-color: #F7FBFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #EAF5FF;
    height: 65px
}

.contact-us-form .form-control, .contact-us-form .form-control::-webkit-input-placeholder {
    color: #7D9DB9
}

.contact-us-form .form-control, .contact-us-form .form-control:-moz-placeholder {
    color: #7D9DB9
}

.contact-us-form .form-control, .contact-us-form .form-control::-moz-placeholder {
    color: #7D9DB9
}

.contact-us-form .form-control, .contact-us-form .form-control:-ms-input-placeholder {
    color: #7D9DB9
}

.contact-us-form .form-control, .contact-us-form .form-control::-ms-input-placeholder {
    color: #7D9DB9
}

.contact-us-form .form-control, .contact-us-form .form-control::placeholder {
    color: #7D9DB9
}

.contact-us-form .form-control:focus {
    border-color: #7D9DB9
}

.contact-us-form textarea.form-control {
    height: 167px;
    padding-top: 22px;
    line-height: 25px;
    resize: none
}

.contact-us-form .row {
    margin-top: 42px
}

.contact-us-form .btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%;
    font-weight: 400;
    height: 60px;
    line-height: 58px;
    margin-top: 42px
}

.contact-us-form .btn i {
    font-size: 20px;
    margin-left: 8px
}

.contact-us-wrapper {
    max-width: 808px;
    width: 100%;
    margin: 0 auto;
    text-align: justify;
}

.contact-us-wrapper p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    margin: 0px 0 24px
    text-align: justify;
}

.contact-us-wrapper ul {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
    margin: 0px 0 24px
}

.contact-us-wrapper .privacy-policy {
    font-size: 16px;
    line-height: 22px
}

.contact-us-wrapper .privacy-policy b {
    font-weight: 600
}

.contact-us-wrapper .privacy-policy a {
    font-weight: 600;
    color: #0F8EFF
}

@media only screen and (max-width: 767px) {
    .contact-us-form .row {
        margin: 0 -12px
    }

    .contact-us-form .form-control {
        margin-bottom: 12px
    }

    .contact-us-form .btn {
        margin-top: 24px
    }
}

/*# sourceMappingURL=contact-us.min.css.map */
