@media only screen and (max-width: 500px) {
  .logo img {
    width: 100%;
  }
  .form-top {
    position: relative;
    z-index: 10;
    top: 0px;
    width: 100%;
  }
  .form-iside {
    background: none;
    padding: 20px;
  }
  .mobicon {
    position: absolute;
    z-index: 12;
    top: 17px;
    right: 10px;
  }
  .aboutus h4 {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: capitalize;
    text-align: left;
    line-height: 28px;
  }
  .aboutus h3 {
    color: #b63901;
    font-size: 26px;
    font-family: "Cinzel";
    font-weight: 700;
    text-transform: capitalize;
    text-align: left;
    position: relative;
    z-index: 15;
    line-height: 40px;
  }
  .Amenities {
    background: url(../images/ami-bg-mob.jpg) repeat top center #dba922;
    padding: 56px 0px 26px 0px;
  }
  .Amenities h3 {
    color: #fff;
    font-size: 26px;
    font-family: "Cinzel";
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 30px;
    line-height: 40px;
  }
  .floor h3 {
    color: #b63901;
    font-size: 26px;
    font-family: "Cinzel";
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 30px;
    line-height: 40px;
  }
  .location img {
    margin-bottom: 50px;
  }
  .location h3 {
    color: #b63901;
    font-size: 26px;
    font-family: "Cinzel";
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .form-top {
    position: relative;
    z-index: 10;
    top: 0px;
    width: 100%;
  }
  .form-iside {
    background: none;
    padding: 20px;
  }
  .Amenities {
    background: url(../images/ami-bg-mob.jpg) repeat top center #dba922;
    padding: 56px 0px 26px 0px;
  }
}
@media screen and (min-width: 1020px) {
  .form-control {
    margin-bottom: 10px;
    height: 45px;
  }
  .form-message {
    height: 40px;
  }
  .form-top h2 {
    font-size: 19px;
  }
  .form-top {
    top: 4px;
  }
}

@media screen and (min-width: 1366px) {
  .form-top {
    position: absolute;
    z-index: 10;
    top: 40px;
    width: 100%;
  }
  .form-top h2 {
    font-size: 24px;
  }
  .form-control {
    margin-bottom: 30px;
    height: 55px;
  }
}
@media screen and (min-width: 1440px) {
}
