.contact-us-section{
    background-image: url(../images/contact-us-banner.webp);
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: left;
    color: #fff;
}
.reach-us .reach-cont{
   background: #333;
    min-height: 207px;
    padding: 20px;
}
.reach-us .reach-cont i{
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px;
}
.reach-us .reach-cont h3{
    font-size: 22px;
    font-family: Marcellus;
    color: #f1f1f1;
    font-weight: 600;
}
.reach-us .reach-cont p{
    color: #f1f1f1;
    font-size: 14px;
    line-height: 1.5;
}
.reach-us .reach-cont p a{
    color: #f1f1f1;
    text-decoration: none;
    font-size: 14px;
}
.reach-us .reach-cont hr{
    border-top: 1px solid #000;
    opacity: 1;
}
/*****from*****/
.contact-form-sec{
    background-image: url(../images/about-us-page-bg.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.contact-form-sec img.img-form{
    border-radius: 105px 0 105px 0;
}
.form-23 .form-control {
      border-radius: 5px;
      margin-bottom: 15px;
    }
.form-23 .submit-btn {
      background-color: #000;
      color: #fff;
      border-radius: 5px;
      padding: 10px 30px;
      border: none;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
.form-23 .submit-btn:hover {
      background-color: #333;
    }
.form-23 h2{
    font-family: 'Marcellus', serif;
    font-size: 20px !important;
    color: #000;
}
.form-23 .form-control{
    padding: 15px;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.form-23 .form-control:focus{
    box-shadow: none !important;
}
.form-23 button{
        width: 100% !important;
    background: #171717;
    font-family: 'Marcellus', serif;
    color: #fff;
}
.contact-map iframe{
    padding: 0;
}
@media screen and (max-width: 768px) {
    .contact-us-section{
        height: 100vh;
        padding: 10px;
    }
    .reach-us .reach-cont i{
    font-size: 30px;
}
    .form-23{
        margin-top: 20px;
    }
}
@media only screen and (min-width:768px) and (max-width:1200px){
    .reach-us .reach-cont{
        min-height: 228px;
    }

}