body{
    background-color: #f5f5f5;
}

.contact_section {
    background: url(../../images/bg_contact.webp);
    background-size: cover;
    background-position: bottom;

}
.contact_section .contact_head , .contact_section  .contact_par  {
color: #fff;
}
/* contact_info_section */
.contact_info_section .circle_icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: var(--sec);
    color: var(--main);
        display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 31px;


}
.contact_info_section .social_icon_div {
    background-color: #fff;
    min-height: 8rem;
}
.contact_info_section  .phone_icon{
  background-color: var(--main);
  color: #fff;
  width: 30px;
   height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.contact_info_section  .number_div{
color: rgba(109, 108, 108, 1);

}
/* contact_form_section */
.contact_form_section .contact_name{
color:var(--main) ;
font-size: 27px;
width: fit-content;
position: relative;
}
.contact_form_section .form-control{
border-top:0 ;
border-radius: 0;
border-right: 0;
border-left: 0;
background-color: transparent;
color: rgba(55, 55, 55, 1);

} 
.form-control:focus{
    box-shadow: none;
    border-color: none;
}
.contact_form_section  .contact_par{
color: rgba(55, 55, 55, 1);
}

.contact_form_section .contact_name::after {
    position: absolute;
    content: "";
    width: 137%;
    left: -20%;
    height: 14px;
    background-color: rgba(254, 209, 108, 1);
    z-index: -1;
    bottom: 2px;
}