/*--------------- Contact us Banner css start ---------- */

.subBanner_bg{
    background-image: url(../images/contact/contact-banner.webp);
    margin-top: 103px;
    padding: 5.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.subBanner-txt{
    padding: 50px;
}
.subBanner-txt h1{
color: white;
}

/*--------------- Contact us Banner css end ---------- */

/* contact-info start  */
.contact_form .card{
    margin-bottom: 1.5rem;
    background: #FFFFFF;
    border: none;
    /* border: 1px solid #FAAE13; */
    /* box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 12px; */
    box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
    border-radius: 12px;
 }
 .contact_form .card:last-child{
    margin-bottom: 0;
 }

.contact_form .form-control{
    height: 3rem;
    background-color: #f3f5f6;
    border: 1px solid #f3f5f6;
    border-radius: 12px;
}
.contact_form h4{
    color: #282828;
}
.contact_form i{
    color: #EB352D;
}
.contact_form a{
    color: #282828;
}
/* .contact_form form{
    padding: 15px;
} */
.contact-form{
    padding: 38px 60px 0 60px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.contact-form form{
    padding-top: 6px;
}
.contact_form .form-group{
    margin: 0px 80px 25px 0px;
}
/* .contact_form .col-md-8{
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
} */
.contact-form .form-group label{
    font-family: Poppins-Regular;
    font-weight: 600;
}
.contact_button{
    padding: 6px 36px 6px 36px;
    border: 1px solid #EB352D;
    border-radius: 10px;
    background: #EB352D;
    color: white;
    margin-bottom: 31px;
}
.contact_button:hover{
    
    border: 1px solid #282828;
    border-radius: 10px;
    background: #282828;
    transition: 0.6s;
}
.map iframe{
    width: 100%;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.map{
    padding-top: 10px;
    padding-bottom: 10px;
}
.card .card-body{
    padding: 42px 24px 24px 42px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
}
.card .card-body a:hover{
    text-decoration: none;
    color: #EB352D;
}
