
#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    /* height: 100vh; */
    width: 100%;
  }
  .video-content {
    position: absolute;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    color: #f1f1f1;
    /* width: 100%; */
    /* padding: 20px; */
    left: 45%;
    top: 50%;
    width: auto;
    z-index: 11;
  }
  .video-content-audio {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 70px;
    color: #f1f1f1;
    left: 5%;
    /* top: 50%; */
    width: auto;
    z-index: 11;
  }
  .video-content-audio img {
    width: 55px;
    padding: 10px;
    cursor: pointer;
  }
  #myBtn {
    width: 88px;
    /* font-size: 18px; */
    padding: 10px;
    border: none;
    /* background: #000; */
    color: #fff;
    cursor: pointer;
  }

  .veg-menu-list ul li {
    font-family: 'SFPRODISPLAYMEDIUM';
    font-size: 17px;
    margin-bottom: 5px;
    display: flex;
  }
  .menuTabs ul li {
    width: 25%;
  }
  .menuTabs ul li:last-child {
    border: none;
  }
  .veg-menu-list ul li {
    width: 100% !important;
  }

  .nonveg-menu-list ul li {
    font-family: 'SFPRODISPLAYMEDIUM';
    font-size: 17px;
    margin-bottom: 5px;
    display: flex;
  }
  .nonveg-menu-list ul li {
    width: 100% !important;
  }

  .nonveg-menu-list ul li img, .veg-menu-list ul li img {
    height: 13px;
    margin-right: 5px;
    width: auto;
    margin-top: 8px;
  }

  .veg-menu-list, .nonveg-menu-list {
    padding: 22px 0px;
  }
  


  @media (max-width: 600px) {
    .accordion .accordion-content li {
        font-size: 17px;
    }
    #myVideo {
      height: 350px;
      object-fit: cover;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .veg-menu-list ul li, .nonveg-menu-list ul li {
        font-size: 15px;
    }
  }


  .google-section .title {
    margin-top: 3%;
  }
  .google-section .title img {
    width: 200px;
    margin: auto auto 5%;
    display: block;
  }
  /* .reviews-section {
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #dae046, #0ba2bf);
  } */
  .reviews-section {
    position: relative;
    /* background: #fff; */
    background-clip: padding-box;
    border: solid 3px transparent;
    border-radius: 1em;
    width: 90%;
    margin: auto;
    padding: 4%;
  }
  .reviews-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    /* background: linear-gradient(to right, #dae046, #0ba2bf); */
  }
  .reviews-section p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 25px;
    color: #494949;
    letter-spacing: .02em;
    margin-top: 12px;
  }
  .reviews-section h4 {
    font-family: 'SFPRODISPLAYBOLD';
    font-size: 18px;
    letter-spacing: .02em;
  }
  .reviews-section h6 {
    font-family: 'SFPRODISPLAYBOLD';
    font-size: 15px;
    letter-spacing: .02em;
  }
  .google-section {
    background: linear-gradient(#fff, #13b8960f, #fff);
    padding-top: 2%;
     padding-bottom: 4%;  
    padding-left: 3%;
    padding-right: 3%; 
  }

   /******** SLICK SLIDER */
   .slider {
    width: 85%;
    margin: auto;
}

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide div {
  height: 100%;
}
/* .slick-slide div {
    height: 100%;
}
.slick-slide img {
    height: 100%;
    object-fit: cover;
} */
.slick-slide {
  transition: all ease-in-out .3s;
  /* opacity: .2; */
}

/* .slick-active {
  opacity: .5;
} */

.slick-current {
  opacity: 1;
  position: relative;
}
.slick-current:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 40%;
  background: #000;
  opacity: 0.1;
  top: 20%;
  bottom: unset;
  margin: auto;
}
.slick-prev {
    left: -25px !important;
    z-index: 1;
    display: none !important;
}
.slick-next {
    right: -25px !important;
    z-index: 1;
    display: none !important;
}
.slick-prev::before, .slick-next::before { 
    font-size: 25px !important;
    color: #252525 !important;
}
.slick-dots li button::before {
  font-size: 14px !important;
}

.slick-dots li.slick-active button::before {
  opacity: 1 !important;
  color: #494949 !important;
}
/* .slick-dots {
  bottom: -55px !important;
} */
.google-btn {
  text-align: center;
  margin-top: 85px;
  display: none;
  justify-content: center;
}
.google-btn a {
  color: #252525 !important;
  text-decoration: none !important;
  border: 1px solid #252525;
  border-radius: 4px;
  padding: 5px 10px;
  letter-spacing: .02em;
}
.google-btn .line {
  width: 4%;
  height: 1px;
  background: #252525;
  margin: auto 0px;
}
.slick-dotted.slick-slider {
  margin-bottom: auto;
}
.slick-dots {
  text-align: center !important;
}


.auto-slider-section .stay-section {
  right: 0px;
}
.rooms-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rooms-lft {
  width: 65%;
}
.rooms-lft .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rooms-lft .carousel-inner {
  width: 62%;
  height: 375px;
}
.rooms-lft .carousel-indicators {
  left: unset;
  width: 37%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  height: 375px;
  top: 10px;
}
.rooms-lft .carousel-fade .carousel-indicators li {
  width: 49%;
  height: 50%;
  cursor: pointer;
  /* background: #000; */
  margin: 0;
  text-indent: unset;
}
.rooms-lft .carousel-fade .carousel-indicators li img {
  width: 92%;
  height: 96%;
  object-fit: cover;
}
.rooms-lft .carousel-fade .carousel-indicators li:nth-child(3), .rooms-lft .carousel-fade .carousel-indicators li:nth-child(4) {
  top: 8px;
  position: relative;
}
.rooms-lft .carousel-fade .carousel-item {
  height: 100%;
}
.rooms-rgt {
  width: 35%;
  padding-left: 1%;
  padding-right: 2%;
  /* align-self: center; */
}
.rooms-rgt h4 {
  font-size: 28px;
  font-family: 'SFPRODISPLAYBOLD';
  text-align: left;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: #252525;
}
.rooms-rgt p {
  text-align: left;
  color: #252525;
  letter-spacing: .02em;
}
.rooms-rgt ul {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rooms-rgt ul li {
  display: block;
  width: 33%;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 15px;
  padding: 0px 5px 0px 0px;
}
.rooms-rgt ul li img {
  width: 45px;
  margin: 6px auto;
  display: block;
}
.rooms-rgt ul li span {
  display: block;
  text-align: center;
}
.rooms-rgt a {
  color: #fff !important;
  text-decoration: none !important;
  background: #02558e;
  padding: 5px 12px;
  border-radius: 4px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  margin-left: 5%;
  width: 125px;
display: inline-block;
}
.rooms-rgt a:before {
  content: '';
  width: 45px;
  height: 1px;
  background: #02558e;
  left: -38px;
  position: absolute;
  top: 17px;
  margin: auto;
}
.rooms-rgt a:after {
  content: '';
  width: 45px;
  height: 1px;
  background: #02558e;
  position: absolute;
  top: 17px;
  margin: auto;
  right: -41px;
}
.visit-web {
  color: #000000bd;
  align-self: end;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  padding: 0px 22px;
  cursor: pointer;
}
.visit-web::before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000000bd;
  left: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.visit-web::after {
  content: '';
  width: 15px;
  height: 1px;
  background: #000000bd;
  right: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.check_in img {
  width: 10px;
  margin-right: 5px;
  margin-top: -5px;
}
.check_in .vert_line {
  width: 1px;
  height: 10px;
  display: inline-block;
  background: #252525;
  margin: auto 2%;
}
.check_in p {
  text-align: center;
  color: #252525;
  letter-spacing: .02em;
  padding: 7px 0px;
  border-radius: 17px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  font-size: 14px;
}

@media (max-width: 600px) {
  /* .slick-slide div {
    height: auto;
  } */
  .google-section .title img {
    width: 155px;
  }
  .reviews-section {
    width: 100%;
  }
  .slider {
    width: 100%;
  }
  .slick-current:after { 
    display: none;
  }
  .rooms-lft {
    width: 100%;
  }
  .rooms-rgt {
    width: 100%;
    padding-left: 2%;
    padding-top: 25%;
    padding-bottom: 5%;
  }
  .rooms-lft .carousel-inner {
    width: 100%;
    height: auto;
  }
  .rooms-lft .carousel-indicators {
    width: 100%;
    top: unset;
    bottom: -26%;
    height: auto;
  }
  .rooms-lft .carousel-fade .carousel-indicators li {
    width: 25%;
  }
  .rooms-lft .carousel-fade .carousel-indicators li:nth-child(3), .rooms-lft .carousel-fade .carousel-indicators li:nth-child(4) {
    top: 0px;
  }
  .rooms-lft .carousel-fade .carousel-indicators li img {
    margin: auto;
    display: block;
  }
  .rooms-rgt ul li {
    width: 50%;
  }
  .rooms-rgt a:after { 
    width: 45px;
    right: -45px;
  }
  .rooms-rgt h4 {
    text-align: center;
  }
  .google-section .title {
    margin-top: 0;
  }
  .check_in p {
    font-size: 13px;
  }
  .check_in .vert_line {
    margin: auto 1%;
  }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  .reviews-section {
    width: 100%;
  }
  .slider {
    width: 100%;
  }
  .rooms-lft {
    width: 100%;
  }
  .rooms-rgt {
    width: 100%;
    padding-left: 2%;
    padding-top: 3%;
    padding-bottom: 5%;
  }
  .rooms-rgt a:after { 
    width: 45px;
    right: -45px;
  }
  .google-section .title {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .google-section .title img {
    width: 170px;
  }
  .rooms-lft .carousel-indicators {
    height: 332px;
  }
  .rooms-lft .carousel-inner {
    height: 332px;
  }
  .rooms-lft {
    width: 58%;
  }
  .rooms-rgt {
    width: 42%;
  }
  .rooms-rgt p {
    font-size: 14px;
  }
  .rooms-rgt ul li {
    font-size: 14px;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1365px) {
  .check_in p {
    font-size: 15px;
  }
}


.photosec-lft {
  width: 58%;
}
.photosec-lft img {
  width: 85%;
  margin:5% auto 2% ;
  display: block;
}
.photosec-rgt h4 {
  margin-bottom: 25px;
}
.photosec-rgt p {
  font-size: 15px;
  line-height: 26px;
}
.photosec-rgt {
  align-self: center;
  width: 42%;
}
.photosec-rgt .check_in {
  margin-top: 15%;
}
.photosec-rgt a {
  background: transparent;
  color: #252525 !important;
  text-transform: unset !important;
  margin-left: auto;
  padding: 0px 3px;
}
.photosec-rgt a:before, .photosec-rgt a:after {
  display: none;
}
/* .photosec-rgt .check_in .vert_line {
  margin: auto 0;
} */
.photosec-rgt a.ph_link {
  font-size: 13px;
  width: auto;
}
.photosec-rgt .nxt-icon {
  margin-left: -35px;
}

@media (max-width: 600px) {
  .photosec-lft {
    width: 100%;
    margin-top: 8%;
  }
  .photosec-lft img {
    width: 90%;
  }
  .photosec-rgt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
  }
  .photosec-rgt h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .photosec-rgt p {
    text-align: center;
  }
  .photosec-rgt .check_in {
    margin-top: 5%;
  }
  .photosec-rgt .check_in span {
    display: block;
  }
  .photosec-rgt a {
    width: auto;
  }
  .photosec-rgt .nxt-icon {
    transform: rotate(90deg);
  }
  .photosec-rgt .check_in .vert_line {
    display: inline-block;
  }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  .photosec-lft {
    width: 100%;
  }
  .photosec-lft img {
    width: 90%;
  }
  .photosec-rgt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .photosec-rgt h4 {
    text-align: center;
  }
  .photosec-rgt p {
    text-align: center;
  }
  .photosec-rgt .check_in {
    margin-top: 5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .photosec-lft {
    width: 50%;
  }
  .photosec-lft img {
    width: 90%;
  }
  .photosec-rgt {
    width: 50%;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1365px) {
  .photosec-lft {
    width: 60%;
  }
  .photosec-rgt {
    width: 40%;
  }
}