body {
  background-color: rgb(255, 255, 255);
  font: 400 0.75em/1.38 Roboto;
  color: rgb(0, 0, 0);
}

.amenities-col {
  float: left;
}

.amenities-cont {
  float: left;
  clear: both;
  width: 100%;
  padding: 25px;
}

.amenities-heading {
  float: left;
  clear: both;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}

.amenities-text {
  float: left;
  width: 100%;
  min-height: 30px;
  border-bottom: 1px solid rgb(0, 0, 0);
  font-size: 1.5em;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.btn-wrap {
  float: left;
  width: 5%;
  background-color: rgb(222, 222, 222);
}

.desc-text {
  float: left;
  width: 100%;
  min-height: 30px;
  border-bottom: 1px solid rgb(0, 0, 0);
  font-size: 1.583em;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.desc-wrap {
  float: left;
  width: 100%;
  padding-left: 25px;
}

.detail-text {
  float: left;
  width: 100%;
}

.detail-text .detail-text {
  min-height: 63px;
  font-size: 1.333em;
  color: rgb(0, 0, 0);
}

.heading-wrap {
  float: left;
  width: 95%;
}

.img-container {
  float: left;
  width: 50%;
  height: 300px;
}

.img-wrap {
  float: left;
  width: 100%;
  height: 300px;
}

.pop-up-main-wrap {
  float: left;
  width: 100%;
  padding-top: 129px;
  padding-bottom: 129px;
  background-color: rgba(0, 0, 0, 0.5);
}

.pop-up-wrap {
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  background-color: rgb(222, 222, 222);
}

.service {
  float: left;
  width: 100%;
  min-height: 19px;
  font-size: 1em;
  color: rgb(0, 0, 0);
}

.text-container {
  float: left;
  width: 50%;
}

.text-wrap {
  float: left;
  width: 100%;
  padding: 5px;
}

.view-btn-wrap {
  float: left;
  clear: both;
  width: 100%;
  height: 40px;
}

._button {
  display: block;
  text-align: center;
  color: #ffffff;
}

._container {
  float: left;
  width: 100%;
}

.btn-wrap ._button {
  float: left;
  width: 100%;
  height: 23px;
  background-color: #eb427c;
  font-size: 1.417em;
}

.view-btn-wrap ._button {
  width: 60%;
  height: 26px;
  margin: 0 auto;
  background-color: #9facb1;
  font-size: 1.25em;
}

.amenities-col-1 {
  width: 33.3%;
}

.amenities-col-2,
.amenities-col-3 {
  width: 33.2964939024%;
}

.detail-text-1 {
  clear: both;
  padding: 10px 25px 30px;
}

.amenities-col ._container-1,
.amenities-col ._container-13,
.amenities-col ._container-7 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.amenities-col ._container-11,
.amenities-col ._container-15,
.amenities-col ._container-17,
.amenities-col ._container-3,
.amenities-col ._container-5,
.amenities-col ._container-9 {
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
}
.amenities-col ul li{
  position: relative;
  padding-left: 16px;
}
.amenities-col ul li::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fc4785;
}
.amenities-col ul li::after{
  position: absolute;
  top: 1px;
  left: 1px;
  width: 7px;
  height: 7px;
  border:2px solid #ffffff;
  border-radius: 50%;
  background-color: #fc4785;
}