.contact{
    padding:50px 0px;
    display:flex;
    align-items: center;
    justify-content: center;

}
.contact h1{
    margin-bottom: 37px;
    font-weight: 600;

    font-size: 30px;
    position: relative;
}
.form-start{
border: 1px solid #dadde1;
    border-radius: 5px;
   
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact h1::before{
content: "";
position: absolute;
width: 5px;
height: 4px;
background-color: var(--orange);
left: 130px;
bottom: -12px;
}
.contact h1::after{
    content: "";
    position: absolute;
    width: 110px;
    height: 4px;
    background-color:var(--orange);
    left: 15px;
    bottom: -12px;
}
.form-head{
    padding: 20px;
    border-bottom: 1px solid #dadde1;
}
.form-head h5{
    font-size: 18px;
    padding-top: 8px;
    color: var(--blue);
}
.form-head p{
    font-size: 16px;
    line-height: 28px;
}
.form-info{
    padding: 20px;
}
.form-co{ 
    position: relative;
}
.form-co .form-control{ 
height: auto;
line-height: inherit;
padding: 15px 20px 15px 40px;
font-size: 15px;
color: var(--blue);
border-color: #8089964a;
box-shadow: none;
margin-bottom: 20px;
transition: all .3s;
background-color: #fff;
position: relative;
}

.form-co i {
    font-size: 20px;
    position: absolute;
    top: 18px;
    left: 13px;
    color:var(--orange);
}
    .theme-btn {
    font-size: 15px;
    color: #ffffff;
    line-height: 45px;
    padding: 0 35px;
    background-color: var(--orange);
    transition: all .3s;
    position: relative;
 
    border-radius: 27px;
    border:1px solid var(--orange);
    font-weight: 500;
    }
    .theme-btn:hover{
        color:var(--orange);;
        background-color: transparent;
        border:1px solid var(--orange);
        transition: all .3s;
    }
    .contact-info {
        padding: 10px;
        border: 1px solid #dadde1;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .contact-head {
        padding: 10px 20px;
    }
    .social-info {
        padding: 0px 41px 10px;
    }
    .contact-head h3{
      font-size: 20px;
      line-height: 28px;
      
    }
   
    .form-content .address i{
       font-size: 25px;
       color:white;
       width: 42px;
       height: 42px;
       line-height: 43px;
       text-align: center;
       background-color: var(--orange);
       transition: all .3s;
       border-radius: 50%;
      
    }
    .form-content .address h5{
        font-size: 18px;
        color:#000;
        line-height: 28px;
    }
    .form-content .address {
        display: flex;
        padding: 10px 41px;
        gap: 20px;
        position: relative;
       
        

    }
    .form-content .address .para {
        font-size: 16px;
        width: 242px;
        line-height: 35px;
    }
    .social-info {
        padding: 10px 41px;
    }
    .social-info h5{
        font-size: 18px;
        color:#000;
       margin-bottom:17px;
    }
    .social-icon{
        display:flex;
        gap:10px;
    }
    .social-icon i {
        font-size: 21px;
    }
    .social-icon a {
        text-decoration: none;
        color: black;
        display: block;
        color: #666a6e;
        width: 48px;
        height: 48px;
        line-height: 60px;
        text-align: center;
        background-color: #8089964f;
        transition: all .3s;
        border-radius: 50%;
    }
    .social-icon a:hover{
        background-color: var(--orange);
    }
    .social-icon a:hover i{
        color: white;
    }
    .contact-map{
        width:100%;
        overflow: hidden;
    }
    .map-section iframe {
        width: 100%;
        height: 500px;
        object-fit: cover;
        display: block;
    }
    .map-section {
        margin: 0;
        padding: 0;
    }

    @media (max-width: 1366px) {
    .form-content .address {
        padding: 9px 24px;
    }
    .social-info {
        padding: 13px 24px;
    }
    .social-icon a {
        width: 42px;
        height: 42px;
        line-height: 52px;
      }
      .social-icon i {
        font-size: 23px;
    }
      }
      @media (max-width: 1199px) {
      .form-content .address .para {
        font-size: 14px;
        width: 194px;
    }
    .social-icon {
        display: flex;
        gap: 6px;
    }
    .social-icon a {
        width: 36px;
        height: 36px;
        line-height: 42px;
    }
    .social-icon i {
        font-size: 20px;
    }
    .form-head p {
        font-size: 14px;
        line-height: 28px;
    }
    .form-co .form-control {
        font-size: 14px;
}
      }
@media (max-width: 991px) {
.form-content .address .para {
    width: 100%;
    font-size: 14px;
}
.social-icon {
    display: flex;
    gap: 10px;
}
.map-section iframe {
    height: 300px;
}
.form-start {
    margin-bottom: 30px;
}
.social-icon a {
    width: 51px;
    height: 51px;
    line-height: 61px;
}
.social-icon i {
    font-size: 25px;
}
}

@media (max-width: 432px) {
.form-start {
    margin-bottom: 20px;
}
.social-icon a {
    width: 45px;
    height: 45px;
    line-height: 52px;
}
.social-icon i {
    font-size: 20px;
}
/* .form-head {
    padding: 10px;
}
.form-info {
    padding: 10px;
} */
}
@media (max-width: 375px) {
.social-icon a {
    width: 40px;
    height: 40px;
    line-height: 45px;
}
}
@media (max-width: 320px) {
.social-icon a {
    width: 35px;
    height: 35px;
    line-height: 41px;
}
.form-content .address {
    padding: 7px 12px;
}
.social-info {
    padding: 13px 12px;
}
.form-head {
    padding: 10px;
}
.form-info {
    padding: 10px;
}
}