body .dynamicHeaderInner {
    color: #fff;
    background-image: url("../images/contact-page/contact-us-slider.jpg");
}

section.hero .heading h3 {
    color: #fff;
}
.contact-item {
    display: inline-block;
    font: normal normal bold 23px/22px Proxima;
    margin-bottom: 60px;
}
.contact-item a {
    color: #000000 !important;
}
.contactSec .d-flex {
    gap: 30px;
    justify-content: space-around;
}

.contact-item .fa {
    color: #0019f8;
    margin-right: 10px;
}
.head-desc h2 {
    text-align: center;
    font: normal normal 800 34px/41px Proxima;
    margin-bottom: 45px;
}

.inputCurve {
    font-size: 14px!important;
    border: 2px solid #707070c4;
    border-radius: 6px;
    width: 100%;
    font-weight: 500;
    color: #000!important;
}
.inputCurve:focus {
    outline: none;
}

.col-md-12.contactFormInputs {
    margin-top: 30px;
}
.contactFormInputs textarea {
    height: 324px;
}
.blueBtn {
    background: #0019f8;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    border-color: #0019f8;
    padding: 15px 30px;
    font-weight: 500;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    height: 48px;
    line-height: 1;
}
@media (max-width: 992px){
    .contactSec .d-flex {
        gap: 30px;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .contact-item {
        display: block;
        font: normal normal bold 18px/22px Proxima;
        margin-bottom: -10px;
        width: 100%;
    }
}
@media(max-width: 767px){
    .contactFormInputs{
        margin-bottom: 15px
    }
    .col-md-12.contactFormInputs{
        margin-top: 0;
    }
    .contactFormInputs textarea {
        height: 200px;
    }
    .blueBtn {

        margin-top: 0;

    }
}
.phone-number-contact-style {
    font-size: 14px!important;
    border: 2px solid #707070c4!important;
    border-radius: 6px!important;
    font-weight: 500!important;
    color: #000!important;
    width: 100%!important;
    height: 46px!important;
}
.wgt_contact .iti {
    display: block !important;
}
