.glyphicon {
  top: 3px;
}
.room_home {
  margin: 0;
  display: inline-block;
  color: #475a20;
  cursor: pointer;
}
.room_home:hover {
  color: #475a20;
  text-decoration: none;
}
.inner_res .home_collapse {
  top: 50px;
}
.sign_bg {
  background: none;
}
.MT_5 {
  margin-top: -3px;
}
@media screen and (min-width: 320px) and (max-width: 1199px) {
   
    .btns, .bookbtn{font-size: 14px !important;}
  .mobiletop-box-divs {
    display: block !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .reservation label,
  .panel-body {
    color: #475a20;
  }
}
.owl-theme .owl-dots .owl-dot span {
  margin: 0;
}
.owl-carousel button.owl-dot {
  margin: 5px 10px;
}
.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #d6d5d5 !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #9b9898 !important;
}
.owl-nav button.owl-prev {
  position: absolute;
  left: -40px;
}
.owl-nav button.owl-next {
  position: absolute;
  right: -40px;
}
button.owl-prev,
button.owl-next {
  height: 50px;
  width: 50px;
  line-height: 0;
  border-radius: 100px;
  background: var(--primary) !important;
  border: 0 none;
  border-radius: 100%;
  padding: 5px; /* text-indent:-999px; */
  transform: scale(0.2, 0.2);
  z-index: 2;
}
button.owl-prev:hover {
  background: #d9d9d9 !important;
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease 0s !important;
}
button.owl-next:hover {
  background: #d9d9d9 !important;
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease 0s !important;
}
.ADA-icons {
  color: #0563ae;
}
.room-h2 {
  font-size: 25px !important;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.smoking-icons {
  color: #f71717;
}
.bg-text {
  bottom: 25px;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 10px;
  text-align: right;
}
.bg-text span {
  background: rgba(000, 000, 00, 0.7);
  color: #fff;
  padding: 10px 20px;
}
.bar_overview {
  background: url("../themes/yosemite/img/guestrooms.png") no-repeat;
  height: 15px;
  margin-bottom: 0;
  width: 92%;
}
.shadow {
  -webkit-box-shadow: 0 2px 13px 0 rgba(138, 138, 138, 1);
  -moz-box-shadow: 0 2px 13px 0 rgba(138, 138, 138, 1);
  box-shadow: 0 2px 13px 0 rgba(138, 138, 138, 1);
}
.accomodation_div {
  margin-bottom: 15px;
}
.gaustroom h2 {
  margin-top: 0;
}
.headdingtext {
  color: #000;
  font-weight: bold;
}
.room_category {
  font-size: 32px;
  padding: 5px 15px;
  text-transform: uppercase;
  margin: 20px auto 0;
  display: inline-block;
  color: #353535;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h2 span.fa-wheelchair {
    bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 2600px) {
  .bor_but {
    border-bottom: 1px solid #adb7bf;
  }
}
.black-bg {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 9;
  color: #fff;
  bottom: 0;
  padding: 0 15px 5px 15px;
  width: 100%;
}
.no_smoking {
  background: rgba(211, 211, 211, 211) url(../images/icons.png) no-repeat scroll -847px -53px;
  display: inline-block;
  height: 27px !important;
  position: relative;
  bottom: 0;
  padding: 0;
  width: 27px !important;
  top: 5px;
}
.handicap {
  padding: 3px 5px !important;
  height: 27px !important;
  width: 27px !important;
  background: rgba(211, 211, 211, 211) !important;
}
.smoking {
  background: rgba(0, 0, 0, 0) url("../images/icons.png") no-repeat scroll -821px -57px;
  display: inline-block;
  height: 22px;
  width: auto;
  position: relative;
  bottom: -8px;
  padding: 10px;
  margin-right: 7px;
}
.hvr-float-shadow::before {
  background: rgba(0, 0, 0, 0)
    radial-gradient(
      ellipse at center center,
      rgba(0, 0, 0, 0.35) 0,
      rgba(0, 0, 0, 0) 80%
    )
    repeat scroll 0 0;
  content: "";
  height: 10px;
  left: 5%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  width: 90%;
  z-index: -1;
}
.hvr-float-shadow {
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  position: relative;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
  vertical-align: middle;
}
.hvr-float-shadow:hover::before,
.hvr-float-shadow:focus::before,
.hvr-float-shadow:active::before {
  opacity: 1;
  transform: translateY(5px);
}
.hvr-float-shadow::before {
  background: rgba(0, 0, 0, 0)
    radial-gradient(
      ellipse at center center,
      rgba(0, 0, 0, 0.35) 0,
      rgba(0, 0, 0, 0) 80%
    )
    repeat scroll 0 0;
  content: "";
  height: 10px;
  left: 5%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  width: 90%;
  z-index: -1;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  transform: translateY(-5px);
}
.FS25 {
  font-size: 25px;
  color: #8ccf49;
  font-weight: bold;
}
.gaustroom .fa-wheelchair {
  bottom: -9px;
  width: 22px;
  padding: 0;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.section-padding {
  padding-top: 3%;
  padding-bottom: 0;
}
.content-group {
  margin-bottom: 20px;
}
.accomodation_div h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000;
  font-size: 42px;
  line-height: 63px;
  text-transform: uppercase;
}
.accomodation_div h2 {
  font-size: 26px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
  text-transform: uppercase;
}
.accomodation_div-content p,
.accomodation_div-content ol,
.accomodation_div-content ul,
.room_description .room_description-content p {
  color: #7b7b7b;
  line-height: 25px;
}
.room_description-content p {
  text-align: justify;
}
.accomodation_div-content h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000;
}
.accomodation_div-content ol,
.accomodation_div-content ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.accomodation_div hr {
  border-top-color: #000;
}
.room-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.room-slider figure {
  display: block !important;
}
.room-slider figure img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  object-position: center right;
}
.room_description {
  padding: 20px 10px;
  height:auto;
}
.room_description h3 {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
}
.room_description .room_description-features span {
  display: inline-block;
  margin: 0 20px 10px 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
}
.room_description .room_description-amenities ul {
  margin: 10px 0;
}
.room_description .room_description-amenities ul li,
.room_description .room_description-amenities ul li span {
  display: inline-block;
  font-size: 22px;
}
.room_description .room_description-amenities ul li:not(:last-child) {
  margin: 0 25px 0px 0;
}
.room_description .room_description-content {
  margin-bottom: 30px;
}
.room_description-nav .price,
.room_description-nav .book {
  display: block;
}
.room_description-nav .price .prefix {
  display: block;
  color: #959595;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}
.room_description-nav .price .amount {
  display: block;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
.room_description-nav .book {
  margin-top: 20px;
  display: flex !important;
    justify-content: center !important;
    align-items: baseline !important;
}
.room_description-nav .book a:not(:last-child) {
  margin-right: 3px;
  color: #2453d8;
  border: 1px solid var(--primary) ;
  padding: 10px 18px;
}
.desk-right {
  float: right;
}
.btn.btn-green {
  background-color: #00a651;
  border-color: #00a651;
  color: #fff;
}
.btn.btn-brown {
  background-color: #50453a;
  border-color: #50453a;
  color: #fff;
}
.room-slider .slick-dots li,
.room-slider .slick-dots li button,
.room-slider .slick-dots li button:before {
  width: 25px;
  height: 8px;
  border-radius: 0;
  transition: all 0.15s;
}
.room-slider .slick-dots li.slick-active,
.room-slider .slick-dots li.slick-active button,
.room-slider .slick-dots li.slick-active button:before {
  width: 40px;
}
.room-slider .slick-dots li button:before {
  content: "";
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.room-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #fff;
}
.room-slider .slick-dots {
  text-align: center;
  bottom: 16px;
  left: 0;
  right: 0;
  width: auto;
}
.room-slider button.slick-arrow {
  right: 20px;
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  font-size: 35px;
}
.room-slider .slick-prev {
  left: unset;
  right: 100px !important;
  left: 20px;
}
.room-slider .slick-prev:before,
.room-slider .slick-next:before {
  opacity: 1;
}
.modal {
  z-index: 9999;
}
.bookbtn {
  background-color: transparent;
  border: 1px solid var(--primary-dark);
  padding: 8px 0;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.3s all;
  color: var(--primary-dark);
}
.accomodation_div-content p:last-child {
  margin-bottom: 0;
}
.slick-prev,
.slick-next {
  top: 46%;
}
.slick-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-size: 35px;
  font-weight: 900;
}
.slick-next::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 35px;
  font-weight: 900;
}
.room_description-amenities .close {
  color: #000 !important;
  opacity: 1;
  font-size: 32px;
  background-color: white;
}
.room_description-amenities .modal-body {
  position: relative;
  padding: 15px;
  max-height: calc(100vh - 190px);
  overflow-y: auto;
}
.room_description-amenities .modal-dialog {
  width: 600px;
  margin: 30px auto;
  width: calc(100vw - 100px);
}
.room_description-amenities .modal-body iframe {
  min-height: calc(100vh - 230px);
}
.room_description-amenities .modal-header {
  padding: 10px 15px;
}
.room-name {
  display: inline-block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 28px;
}
.home-mobileboxoverviews-guestroom {
  padding-bottom: 100px;
}
.guestroom-description-guestroom {
  overflow: hidden;
  min-height: 210px;
  height: 50px;
  text-align: justify;
  z-index: 9;
}
.animatedheight-inner-guestroom {
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
}
.colapsshoecontentlinkdiv-guestroom,
.colapsshoecontentlinkdiv2-guestroom {
  text-align: center;
}
.colapsshoecontentlinkdiv-guestroom {
  bottom: -15px;
  cursor: pointer;
  height: 73px;
  left: 0;
  margin: 0 auto 20px auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.colapsshoecontentlinkdiv-guestroom span,
.colapsshoecontentlinkdiv2-guestroom span {
  display: inline-block;
}
.colapsshoecontentlinkdiv2-guestroom {
  bottom: -15px;
  cursor: pointer;
  height: 73px;
  left: 0;
  margin: 0 auto 20px auto;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.colapsshoecontentlinkdiv2-guestroom {
  display: none;
}
.animatedheight-inner-guestroom p {
  text-align: justify !important;
  text-align-last: left;
}
.room_description-amenities a {
  color: #333;
}
.guestroom_title_line {
  width: 10%;
  margin: 0 auto 1px auto;
  height: 1px;
  display: block;
  background: var(--primary);
}
.room_rates span {
  display: block;
  font-size: 14px;
  margin-bottom: -7px;
  color: #929292;
}
.room_rates {
  font-size: 25px;
  color: #000; display: none;
}
.carousel-amenities-item {
  background: #f1f1f1;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  padding: 20px;
  line-height: 100px;
  margin: auto;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px 0 rgb(130, 130, 130, 0.31);
  -moz-box-shadow: 0 2px 4px 0 rgb(130, 130, 130, 0.31);
  box-shadow: 0 2px 4px 0 rgb(130, 130, 130, 0.31);
}
.carousel-amenities-item a {
  cursor: default;
}
#carousel-amenities-slider .carousel-indicators {
  height: auto;
  width: auto;
  left: 47.5%;
  right: auto;
  margin: 0 auto;
  top: 20px;
  bottom: 0;
  position: absolute;
  display: flex;
}
#carousel-amenities-slider ol.carousel-indicators li {
  background: #d6d5d5;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  margin-right: 3px;
}
#carousel-amenities-slider ol.carousel-indicators .active {
  background: #9b9898;
}
.guestroom-amenities-slider-div {
  margin-bottom: 0;
  /* margin-top: 20px; */
}
.carousel-amenities-inner {
  padding-bottom: 30px;
  padding-top: 20px;
}
.rooms-amenities-title {
  text-align: center;
  margin-top: 20px;
}
.room_description-nav .btn.btn-green {
  background-color: transparent;
  border-color: var(--primary);
  color: #000 !important;
  font-size: 14px;
}
.room-block {
  box-shadow: 0 0 7px 3px rgb(0 0 0 / 20%);
  margin-bottom: 0px; padding: 0 !important;
}
.room-main {
  background: #f5f4f4;
  border-top: 1px solid #e6e5e5;
  border-bottom: 1px solid #e6e5e5; padding-bottom: 20px;
}
.guestroom-category-para {
  margin-top: 20px;
  margin-bottom: 30px;
}
.room_description-features {
  background: #fff;
  position: absolute;
  bottom: 60%;
  left: 25px;
  margin-bottom: 20px;
}
.room_description-features span {
  text-transform: uppercase;
  padding: 29px 20px;
  line-height: 2;
}
.owl-nav {
  display: block !important;
}
.amen-slider .owl-nav.disabled {
  display: none !important;
}
.owl-nav {
  position: absolute;
  top: 15%;
  width: 100%;
}
.carousel-amenities-item a img {
  width: 100%;
  height: 60px;
}
.owl-nav span {
  font-size: 100px;
  color: #000;
  display: none;
}
.amen-slider .owl-dots .owl-dot span.sr-only {
  position: absolute;
}
@media screen and (min-width: 992px) {
  .room-h2 {
    min-height: 52px;
  }
}
@media screen and (max-width: 430px) {
  .room_description-nav .price,
  .room_description-nav .book {
    text-align: center;
  }
  .room_description-nav .book a:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .room-slider .slick-dots {
    text-align: center;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mob-height {
    /*min-height: 200px;*/ margin-bottom: 10px
  }
  .owl-nav button.owl-next {
    right: -50px;
  }
  .owl-nav button.owl-prev {
    left: -50px;
  }
  .owl-nav {
    display: none !important;
    top: auto;
    bottom: 0;
  }
  .accomodation_div-content ol,
  .accomodation_div-content ul {
    column-count: auto;
  }
  .accomodation_div h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .accomodation_div h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .btns,
  .bookbtn {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .room-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .room_description {
    height: auto;
    margin-bottom: 0;
    display: block;
  }
  .room-slider button.slick-arrow {
    right: 0;
  }
  .room-slider button.slick-arrow {
    top: 0;
    height: 100%;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    width: 60px;
  }
  .room-slider .slick-prev {
    left: 0;
  }
  .room-slider .slick-right {
    right: 0;
  }
  .room_category:first-child {
    /*margin-top: 0 !important;*/
  }
  .room_description-nav .book {
    margin: 20px 0 16px 0;
  }
  .room_category {
    margin: 20px auto 0px 0 !important;
  }
  .rooms-amenities-title {
    margin-top: 15px;
    /*margin-bottom: 24px;*/
  }
  .owl-dots {
    margin-top: 0;
    margin-left: 0;
  }
  .guestroom-amenities-slider-div {
    margin-bottom: 0;
    /*margin-top: 20px;*/
  }
  .guestroom_title_line {
    width: 32%;
  }
  .guestroom-category-para {
    text-align: justify;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .room_description-features {
    bottom: 55%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .room_description .room_description-content {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .amen-slider {
    z-index: 0;
  }
  .room_description {
    height: auto;
  }
  .room_description-features {
    bottom: 64%;
  }
  .accomodation_div-content p,
  .accomodation_div-content ol,
  .accomodation_div-content ul,
  .room_description .room_description-content p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .room_rates {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
   
  .owl-nav button.owl-next {
    right: 0;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav {
    top: 150px;
    bottom: 0;
  }
  .room-h2 {
    min-height: 50px;
  }
  .room_description-features {
    bottom: 62%;
  }
  .room_description-nav .book a:not(:last-child) {
    margin-right: 10px;
  }
}
section.guestroom-amenities-slider {
  position: relative;
  z-index: 0;
}
.room-main .container .col-lg-12.col-md-12.col-sm-12.col-xs-12.P0 .row {
  display: flex !important;
  flex-wrap: wrap !important;
}
