header{
    position:absolute;
    top:0;
    left:0;
    right:0;
}
.banner-sec{
    background:url("../image/aboutbanner.png");
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
}
.contact-heading{
    max-width:600px;
}
.contact-heading > .title2{
    margin-bottom:50px;
}
.lifestyle-heading{
    margin: 0 auto;
}
.lifestyle-heading > .title2{
    text-align:center;
}
.lifestyle-heading > .desc{
    text-align:center;
    color:#FFFFFF;
    margin-bottom:60px;
}
.banner-content{
    position:relative;
    z-index:2;
    /*padding: 120px 0;*/
    text-align:center;
}
.banner-content > .title1{
    font-size:84px;
    font-weight:bold;
    font-family:var(--rajdhani-txt);
    color:var(--white-txt);
    margin-bottom:30px;
}
.banner-content > .sub-txt{
    font-size:30px;
    font-weight:500;
}
.contineous-slider{
    margin-bottom:60px;
}
.contactus-form form {
  max-width: 600px;
 /* margin: auto;*/
 margin-bottom:60px;
}

.contactus-form input,
.contactus-form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #777;
  border-radius: 10px;
  padding: 14px 16px;
  color: #fff;
  font-size: 14px;
  outline: none;
}

.contactus-form input::placeholder {
  color: #aaa;
}

.contactus-form textarea {
  color: #aaa;
  appearance: none;
  margin-bottom:10px;
}
.first-lastname,
.email-phonenumber {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-image{
    max-width:33.854vw;
}
.contact-image > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.contact-wraper{
    width:100%;
    border-radius:20px;
    background:#373D4B;
    margin:50px 0;
}
.contact-box{
    max-width:139px;
    padding:20px 10px;
}
.iframe{
    width: 100%;
    height: 300px;
}
@media screen and (max-width:768px){
    .contact-wraper{
        flex-wrap:wrap;
    }
}
@media screen and (max-width:576px){
    .banner-content > .title1 {
    font-size: 55px;
    }
}
@media screen and (max-width: 375px) {
    .banner-content > .title1 {
        font-size: 43px;
    }
}