.map-destination {
  max-width: 500px;
  font-family: "Verdana";
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.map-destination #directionMsg {
  color: #fc4646;
  font-size: 11px;
  margin-left: 10px;
  float: left;
  margin-top: 2px;
  position: absolute;
  left: 0;
  bottom: 29px;
}
/* .map-destination .map-destination-wrap {
  position: relative;
} */
.map-destination .map-destination-wrap .map-detail {
  /* height: 445px; */
}
.map-destination .map-destination-wrap .map-detail img {
  height: 100%;
  height: auto;
}
.map-destination .map-destination-wrap .map-detail iframe {
  width: 100%;
  height: 100%;
}
.map-destination .map-destination-wrap .destination-field {
  background: #fff;
  padding: 10px 10px;
  width: 340px;
  position: absolute;
  right: 5px;
  top: 0px;
}
.map-destination .map-destination-wrap .destination-field .address-field {
  width: 86%;
  float: left;
  padding-right: 20px;
}
.map-destination .map-destination-wrap .destination-field .add-swipe-button {
  width: 31px;
  float: right;
  margin-top: 23px;
}
.map-destination
  .map-destination-wrap
  .destination-field
  .add-swipe-button
  button {
  border: none;
  background: url(https://www.oberoihotels.com/images/oberoihotels/sprites-icons.png)
    no-repeat;
  background-position: -143px -175px;
  height: 31px;
  width: 31px;
}
.map-destination .map-destination-wrap .destination-field input {
  width: 100%;
  float: left;
  padding: 5px 10px;
  font-size: 14px;
  font-family: "Verdana";
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
  color: #606161;
}
.map-destination .map-destination-wrap .destination-field .btn-style2 {
  white-space: nowrap;
  float: left;
  font-family: Verdana;
  text-transform: capitalize;
  background: none;
  position: relative;
}
.map-destination .map-destination-wrap .destination-field .btn-style2::after {
  content: "";
  width: 10px;
  height: 12px;
  background: url("https://www.oberoihotels.com/images/oberoihotels/common/arrow-right3.png")
    no-repeat right center;
  position: absolute;
  right: -3px;
  top: 60%;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
.map-destination
  .map-destination-wrap
  .destination-field.openDestMap
  .btn-style2::after {
  transform: rotate(0deg);
}

@media only screen and (max-width: 991px) {
  .map-destination {
    max-width: 100%;
  }
  .map-destination .map-destination-wrap .map-detail {
    height: auto;
  }
  .map-destination .map-destination-wrap .destination-field.openDestMap {
    top: -90px;
  }
  .map-destination .map-destination-wrap .destination-field {
    top: 0px;
    transition: 0.5s;
  }
   .map-destination .map-destination-wrap .map-detail img{
         width: 100%;
   }
}
@media only screen and (max-width: 767px) {
  #openDirection {
    display: none;
  }
  .map-destination
    .map-destination-wrap
    .destination-field
    #calculateDirection {
    display: block;
  }
  .map-destination #directionMsg{
        margin-left: 1px;
        bottom: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .map-destination .queries-btn label {
    margin-right: 15px;
  }
  .map-destination .queries-btn label span {
    margin-left: 10px;
  }
  .map-destination .map-destination-wrap .form-field-container {
    margin-bottom: 15px;
  }
  .map-destination .map-destination-wrap .form-field-container .field-col1 {
    width: 100%;
    padding-right: 0px;
  }
  .map-destination
    .map-destination-wrap
    .form-field-container
    .field-col1
    .label-content {
    width: 33%;
  }
  .map-destination
    .map-destination-wrap
    .form-field-container
    .field-col1
    .form-field {
    width: 67%;
  }
  .map-destination .map-destination-wrap .form-field-container .field-col2 {
    width: 100%;
    margin-top: 15px;
  }
  .map-destination
    .map-destination-wrap
    .form-field-container.captcha-container
    .label-content {
    width: 44%;
  }
  .map-destination
    .map-destination-wrap
    .form-field-container.captcha-container
    .form-field {
    width: 45%;
  }
  .map-destination .map-destination-wrap .label-content {
    width: 33%;
  }
  .map-destination .map-destination-wrap .form-field {
    width: 67%;
  }
  .map-destination
    .map-destination-wrap
    .form-field
    .form-field-col.title-filed {
    width: 30%;
  }
  .map-destination
    .map-destination-wrap
    .form-field
    .form-field-col.name-field1 {
    width: 68%;
  }
  .map-destination
    .map-destination-wrap
    .form-field
    .form-field-col.name-field2 {
    width: 100%;
    margin: 15px 0px 0px 0px;
  }
  .map-destination .map-destination-wrap .form-field .captcha-image img {
    margin-top: 0px;
  }
  .map-destination .map-destination-wrap .form-field .captcha-image,
  .map-destination .map-destination-wrap .form-field .captcha-field,
  .map-destination .map-destination-wrap .form-field .reload-captcha {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
  .map-destination .map-destination-wrap .form-field .select-box {
    padding-right: 14%;
  }
  .map-destination .form-button {
    width: 43%;
  }
  .map-destination .map-destination-wrap .destination-field {
    width: 100%;
    left: 0px;
    /* top: -128px; */
    padding: 0px;
  }
  .map-destination .map-destination-wrap .destination-field .address-field{
    padding-right: 30px;
  }
  .descriptionSec .contact-details .map-area .map-colm .share-component{
    top: 5px !important;
  }
}
/*# sourceMappingURL=map-destination.css.map */
