.amenities {
  margin: 70px 0px 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.amenities .section-sub-heading {
  font-family: "optimanormal", serif;
  font-size: 2.563em;
  margin-bottom: 10px;
  font-weight: 500;
}
.amenities .down-arrow-button {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.amenities .down-arrow-button .down-arrow {
  border-bottom: 2px solid #d97720;
  border-right: 2px solid #d97720;
  display: inline-block;
  height: 10px;
  position: static;
  -moz-transform: rotate(45deg) translateX(-50%);
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  width: 10px;
  z-index: 2;
  cursor: pointer;
  -moz-transition: all ease-out 1.1s;
  -webkit-transition: all ease-out 1.1s;
  -ms-transition: all ease-out 1.1s;
  transition: all ease-out 1.1s;
}
.amenities .down-arrow-button .down-arrow.active {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.amenities .amenities-content {
  max-height: 215px;
  overflow: hidden;
  -moz-transition: max-height 1s ease-out;
  -webkit-transition: max-height 1s ease-out;
  -o-transition: max-height 1s ease-out;
  transition: max-height 1s ease-out;
}
.amenities .amenities-content.active {
  max-height: 1000px;
  -moz-transition: max-height 1s ease-in;
  -webkit-transition: max-height 1s ease-in;
  -o-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
}
.down-arrow-button.active .down-arrow {
  transform: rotate(224deg) !important;
}
.amenities .amenities-content-box {
  width: 33.33%;
  float: left;
  margin-top: 20px;
  font-family: "verdanaN";
  padding-right: 7%;
}
.amenities .amenities-content-box .amenities-content-box-heading {
  font-size: 15px;
  font-weight: 600;
}
.amenities .amenities-content-box .amenities-content-dtls-box {
  margin-top: 20px;
}
.amenities .amenities-content-box .amenities-content-dtls-box ul {
  padding-left: 21px;
}
.amenities .amenities-content-box .amenities-content-dtls-box ul li {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 25px;
}

@media screen and (min-width: 1024px) and (max-width: 1440px){
  .amenities .amenities-content-box .amenities-content-dtls-box ul li{
    line-height: normal;
    margin-bottom: 23.2px;

  } 
}

@media only screen and (max-width: 991px) {
  .amenities {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .padBot20 .amenities{
    margin-bottom: 35px;
  }
  .amenities .amenities-content-box {
    padding-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .amenities {
    padding-bottom: 0px;
  }
  .amenities .amenities-content {
    max-height: 1000em;
    overflow: auto;
    height: auto;
  }
  .amenities .amenities-content-box {
    width: 100%;
    padding-right: 0px;
    margin-top: 5px;
  }
  .amenities .amenities-content-box .amenities-content-box-heading {
    background: #ebebeb;
    padding: 5px 10px;
    position: relative;
    margin-top: 5px;
  }
  .amenities .amenities-content-box .amenities-content-box-heading:after {
    position: absolute;
    content: "+";
    font-size: 100%;
    right: 15px;
    color: #3d3d3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .amenities
    .amenities-content-box
    .amenities-content-box-heading.active:after {
    content: "-";
    font-size: 200%;
  }
  .amenities .amenities-content-box .amenities-content-dtls-box {
    margin-top: 10px;
    display: none;
  }
  .amenities .amenities-content-box .amenities-content-dtls-box ul {
    padding-left: 18px;
  }
  .amenities .amenities-content-box .amenities-content-dtls-box ul li {
    margin-bottom: 10px;
  }
  .amenities .down-arrow-button {
    display: none;
  }
}
/*# sourceMappingURL=amenities.css.map */

.amenities .section-sub-heading em {
  font-style: normal;
}
.amenities .amenities-content-box .amenities-content-box-heading {
  font-size: 1.188em;
}
.amenities .amenities-content-box .amenities-content-dtls-box ul li {
  color: #606161;
  font-size: 1.188em;
}
