.container{
    max-width: 100% !important;
}
.nav-items-container{
    margin-left: auto;
}
.contact-us-inner-container{
    background-image: linear-gradient(rgba(10, 48, 91, 0.6), rgba(10, 48, 91, 0.6)), url("/express-img/contact_us-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: regular_medium;
}
.contact-wrap-in{
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    /* background-color: #ffffff; */
}
.right-contact, .left-contact{
width: 50%;
}
.right-contact{
    width: 53%;
}
.maps-wrapper {
    width: 100%;
    margin-left: 20px;
}
.form-maps-wrapper {
    flex-direction: row;
    width: 100%;
    padding: 20px 0 20px 75px;
    margin: 30px auto 0px;
    background-color: #ffffff;
    box-sizing: border-box;
}

@media (max-width:959px){
    .form-maps-wrapper{
        flex-direction: column;
        width: 100%;
        padding: 20px;
        gap: 20px;
    }
    .right-contact, .left-contact{
        width: 100%;
    }
    .maps-wrapper {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 567px){
    .custom-from-inp{
        font-size: 14px;
    }

    .contact-name-error, 
    .contact-email-error,
    .contact-phone-error,
    .contact-message-error{
           font-size: 14px;
    }

}