.contactUs {
    background-color: #000249;
    padding: 0px 0px;
    background: linear-gradient(rgba(133, 130, 145, 0.2), rgba(0, 0, 0, 1.5)), url("../Images/ContactUS/Contact-Banner.jpg");
    background-attachment: fixed;
    background-position: center;
    /* background-repeat: no-repeat; */
    background-size: auto;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactUs-section {
    display: flex;
}

.contactInfo h3 {
    color: #fff;
    opacity: 0.9;
    margin-bottom: 0px !important;
}

.contactInfo p {
    color: #ece2e2;
}

.contactInfo,
.contactForm {
    padding: 10px;
}


.btnSubmit {
    padding: 10px 0px;
}

    .btnSubmit button {
        background-color: #dd1717;
    }

.contactUs-section .social-icon-section {
    padding: 20px 0px;
    display: flex;
}

    .contactUs-section .social-icon-section .social-icons {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }
.forms-control {
    /* display: block; */
    width: 85%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.forms-select {
    display: block;
    width: 100%;
    padding: 10px 20px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);*/
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
   /* border: 1px solid #ced4da;*/
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: black;
   color: #fff;
}

.location {
    box-shadow: 0 0 40px 5px rgb(51 51 51/10%);
    /*  background: #fff;*/
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin: 10px;
    bottom: 50px;
}

    .location h3 {
        font-size: 20px;
    }

    .location .contactAddress {
        margin: 20px !important;
    }

        .location .contactAddress p {
            color: #676c71;
            font-size: 16px;
        }

    .location h3 {
        padding: 10px 35px;
        background-color: #dd1717;
        color: #fff;
        margin-bottom: 0px !important;
        text-align: center;
    }

.addr-box-wrap .locationIcon,
.addr-box-wrap .phoneIcon,
.addr-box-wrap .EmailIcon {
    color: #000249;
}

.location .contactAddress .email p,
.location .contactAddress .address p {
    margin: 3px 0px 0px 0px;
}

.locationOnmap {
    padding-bottom: 40px;
}

    .locationOnmap iframe {
        width: 100%;
        height: 50vh;
    }

.errors {
    font-size: 13px;
    color: #dd1717;
    padding-left: 10px;
    margin-bottom: 0px;
}

.inputWrappers .forms-control, .inputWrappers .forms-select {
    border-radius: 0px !important;
    padding: 10px 20px !important;
    border: 1px solid #e2eef2;
    border-radius: 0;
    outline: none;
    transition: all 0.3s ease;
    font-size: 15px;
    width: 98%;
    opacity:0.9;
    color: #212529;
    background-color: #fff;
}



.form-control {
    /* display: block; */
    width: 85%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

form input, form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 0 !important;
    /* border: 10px; */
    font-size: 16px;
    /*opacity: 0.6; */
}

/* media queries */

@media only screen and (max-width: 576px) {
    .contactUs-section {
        display: block;
        padding-top: 100%;
        margin-top: 200px;
    }

    .location {
        margin: 0;
    }

    .officeLocation {
        margin-top: 625px;
    }

    .locationOnmap iframe {
        margin-top: 0px;
    }

    .contactInfo,
    .contactForm {
        padding: 0px;
        margin-top: 50px;
    }

    .inputWrapper {
        padding: 10px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contactUs-section {
        display: block;
        padding-top: 70%;
        margin-top: 0px;
    }

    .contactInfo {
        padding: 0px;
    }

    .officeLocation {
        margin-top: 535px;
    }

    .locationOnmap iframe {
        margin-top: 0px;
    }

    .contactInfo,
    .contactForm {
        padding: 0px;
        margin-top: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .contactUs {
        height: 90vh;
    }
}

@media (min-width: 1400px) and (max-width: 1920px) {
}
/*Mobile view sathi fix */
@media (max-width: 768px) {
    .contact-form input,
    .contact-forms select,
    .contact-form textarea {
        width: 100%; /* Same full width */
        display: block; /* Ensure block layout */`
        margin-bottom: 10px; /* Equal spacing between fields */
        box-sizing: border-box;
    }
}
