.contact h1 {
  font-size: 90px;
  font-weight: bold;
}
.vertical-line {
  height: 60px;
  width: 2.5px;
  margin: 20px auto;
  background-color: #b77534 !important;
}
.contact-main-box {
  height: auto;
  background-color: #f1f1f1;
}
.contact-box {
  height: 900px;
}
.con-box-1 {
  height: 520px;
}
.con-box-2 {
  height: 700px;
  background-color: #b77534;
}
.con-incon {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-box-3 {
  height: 520px;
}
.con-i-box {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #dedfe1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b77534;
}
.main-map-box{
    height:80vh;
}
.map-box {
  height: 650px;
}

.con-box-3 input {
  height: 44px;
}
.form-box {
  width: 568px;
}
.contact-icon {
  margin-top: 180px;
}
.con-i-box {
  margin-top: 10px;
}


@media (max-width: 767px) {
  .con-box-1 {
    height: 100px;
    margin-top: -150px;
  }
  .contact-icon {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact h1 {
    font-size: 40px;
    font-weight: bold;
  }
  .contact-main-box {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
  }
  .contact-box {
    width: 100%;
    height: auto;
  }
  .con-box-2 {
    height: 450px;
  }
  .con-box-3 input {
    height: 44px;
  }
  .form-box {
    width: 95%;
    margin-left: 2.5%;
  }
  .con-box-3 {
    height: auto;
    margin-top: 20px;
  }
  .con-incon {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .map-box {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .con-box-2 {
    width: 310px;
  }
  .con-box-3 {
    margin-left: 20px;
  }
  .con-box-3 input {
    height: 44px;
  }
  .form-box {
    width: 350px;
  }
  .con-incon {
    width: 45px;
    height: 45px;
    font-size: 15px;
    margin-left: -20px;
  }
  .con-text p {
    margin-left: -20px;
  }
  .con-text h5 {
    margin-left: -20px;
  }
  .contact-icon {
    margin-top: 180px;
  }
  .con-i-box {
    margin-top: 10px;
  }
  .map-box {
    margin-top: 10px;
  }
}
@media (min-width: 921px) and (max-width: 1050px) {
  .con-box-1 {
    width: 100px;
    margin-left: -20px;
  }
  .con-box-2 {
    width: 350px;
  }
  .con-box-3 {
    margin-left: 10px;
  }
  .form-box {
    width: 455px;
  }
  .map-box {
    width: 90%;
  }
  .contact-icon {
    margin-top: 180px;
  }
  .con-i-box {
    margin-top: 10px;
  }
}
