#contactForm .form-control {
    border: 1px solid #dee2e6;
    padding: 5px 15px;
    border-radius: 5px;
}
#contactForm .form-control {
    font-size: 16px;
}

#contactForm .label {
    color: #000;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-weight: 600;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    box-shadow: none;
}
.form-control:focus, .form-control:active {
    border-color: #ccc !important;
    border-radius: 0;
}
.btn {
    background: #a80000;
}

.bg-contact-us{
    background: url("../../../img/back1.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}
.info-wrap{
    color: #fff;
}
.info-wrap a,
.info-wrap p{
    color: #fff !important;
}
.info-wrap a{
    text-decoration: underline;

}
.info-wrap h1,
.info-wrap h2,
.info-wrap h3,
.info-wrap h4{
    color: #fff;
}
.mt-11{
    margin-top: 11px;
}

.pd-l-3{
    padding: 3rem 0 3rem 3rem;
}

.is-invalid {
    border: 1px solid #dc3545 !important;
    border-color: #dc3545 !important;
}
.class_title1{
    margin-top: 2.5rem!important;
}
@media(max-width:1100px){
    #contact-us{
        width: 100%;
    }
}
@media(max-width:767px){
    
    .pd-l-3{
        padding:0
    }
    button.custom_btn {
        width: 45%;
        font-size: 2rem;
        color: #fff;
        background-color: #a80000;
        border-color: #a80000;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        height: 98%;
    }
    .css_contact_mb,
    .css_contact_mb .d-flex{
        display: block!important;
    }
}