.video-responsive{
    overflow:hidden;
    padding-bottom:65%;
    position:relative;
    height:0;
    margin-bottom: 15px;
}

.card-bg-vid {
  position: relative;
  margin: 0 auto;
  width: 250px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 3px 5px 20px #000;
  background: pink;
}

.modest-vid-embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56%;
  top: 35px;
}
.modest-vid-embed--auto:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.modest-vid-embed__wrapper {
  position: relative;
  /* display: block; */
  /* height: 0; */
  /* padding: 0; */
  /* overflow: hidden; */
  padding-bottom: 56.25%;
  padding-bottom: calc(56.25% + 200px);
  top: -100px;
}
.modest-vid-embed__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.room-category {
    overflow: hidden;
    padding: 2px;
}

.room-category h3 {
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: .60px;
    color: #242424;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.choose_resot_areae {
    padding-bottom: 70px;
    padding-top: 70px;
    background: #ffb606;
}
.explor_title.row {
    padding-bottom: 20px;
}
.explor_text{
    text-align: center;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .30px;
    font-size: 15px;
    min-height: 275px;
    background: #FFC107;
}

.explor_text h3{
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    letter-spacing: .96px;
    position: relative;
    padding-bottom: 10px;
}
.alert-message{
    color: red;
    font-size: large;
    padding: inherit;
    margin-bottom: 12px;
}
.book_table_item label {
    color: white;
}

.left-social-media {
    bottom: 0px;
    position: fixed;
    /* top: 0; */
    left: 8px;
    z-index: 9999;
}

.left-social-media a {
    display: block;
    padding: 6px;
    background: #404041;
    margin-bottom: 7px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    font-size: 17px;
}

a.social-tp-facebook {
    background-color: #45619D;
}

a.social-tp-whatsapp {
    background-color: #40d366;
}

a.social-tp-twitter {
    background-color: #55ACEE;
}

a.social-tp-youtube-play {
    background-color: #DA1901;
}

a.social-tp-google-plus {
    background-color: #DD4B39;
}

a.social-tp-pinterest-p {
    background-color: red;
}
.input-append.date input {
    border-radius: 0px;
}

.guest-select{
    width: 100%;
    border: none;
    border: 1px solid #dedede;
    height: 46px;
    padding: 0px 18px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #8c8c8c;
    border-radius: 0;
    background: white;
}



.about-us-page .intro_title {
    margin-top: 30px;
}

.about-us-page h4 {
    padding-bottom: 25px;
}

.about-us-page .intro_title p {
    padding-bottom: 25px;
} 
.introduction_left_text p {
    padding-bottom: 25px;
}

