* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
    overflow-x: hidden;
}
.map-container {
    width: 100%;
    height: auto;
}
.contactForm{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contactForm2{
    height: 70vh;
    width: 100%;
    background: white;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .contactformhead{
    width: 94%;
    height: 8vh;
    display: flex;
    justify-content: start;
    align-items: center;
  
  }
  .contactformheadtxt{
    font-weight: bold;
    font-size: 25px
  }
  .forminput{
    width: 89%;
    height: 7vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
  }

  .contactMain{
    background: url(../image/content-bg.jpg);
    height: 172vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contactUsContMain{
    height: 160vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

  }
  .contactusTitle{
    height: 6vh;
    width: 95%;
  }
  .contactusTitle p{
    font-weight: bold;
    color: #BA9A63;
    font-size: 23px;
  }
  .contactusTitle hr{
    width: 11%;
    border: 1px solid #BA9A63
  }
  .contactMap{
    width: 95%;
    height: 68vh
  }
  .contAddressCont{
    width: 95%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: ghostwhite;;
  }
  .addressPart1Cont{
    height: 8vh;
    width: 30%
  }
  .addressContTitle{
    font-weight: bold;
    color: #BA9A63;
    font-size: 18px
  }
  .addressPart1Cont hr{
    width: 20%;
    border: 1px solid #BA9A63
  }
  .addressContTxt{
    font-size: 13px
  }
  .addressPart2Cont{
    height:8vh;
    width: 30%
  }
  .addressPart3Cont{
    height:8vh;
    width: 30%
  }
  .formContactUs{
    height: 70vh;
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
  }
  .formContactImg{
    height: 70vh;
    width: 45%;
  }
  .formContactImg img{
    width: 100%;
    height: 68vh
  }
  .contactFormMain{
    height: 70vh;
    width: 45%;
  }
  .mapiframe{
    width :100%; 
    height :450px 
  }
  @media only screen and (max-width: 767px){
    .contactMain{
      height: 192vh;
    }
    .contactusTitle{
      height: 6vh;
    }
    .contactusTitle p{
      font-size: 20px;
    }
    .contactusTitle hr{
      width: 31%;
    }
    .mapiframe{
      height: 261px;
    }
    .contactMap{
      height: 40vh;
    }
    .contAddressCont{
      flex-direction: column;
      height: 28vh;
      background: ghostwhite;;
    }
    .addressPart1Cont{
      width: 95%;
      height: 10vh;
    }
    .addressPart2Cont{
      width: 95%;
      height: 9vh;
    }
    .addressPart3Cont{
      width: 95%;
      height: 9vh;
    }
    .contactNumber{
      width: 80%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .contactNumber1{
      width: 95%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .formContactUs{
      flex-direction: column;  
    }
    .formContactImg{
      height: 30vh;
      width: 100%;
    }
    .formContactImg img{
      height: 30vh;
    }
    .contactFormMain{
      width: 100%;
    }
    .formContactUs{
      height: 105vh;
    }
 
    .contactformheadtxt{
      font-size: 20px;
    }
    .contactUsContMain{
      height: 186vh;
    }
  }