@media(min-width:1000px){
 .page{
   width:80%;
 }
}
.rd-navbar-static .rd-navbar-nav-wrap{
    flex-grow: unset;
}

  .rd-navbar-static .rd-navbar-panel{
    width:90px;
  }
  .rd-navbar-static .rd-navbar-inner {
  justify-content: flex-start;
}
.rd-navbar-static.rd-navbar--is-stuck{
    margin-right: 20%;
}
.sidebtns a{
 padding:5px !important;
}
.sidebtns li{
 display: inline;
 padding: .5vw 0;
}
.sidebtns li a{
 font-size:0.81vw;
}
.sidebtns > li:nth-child(2)  a{
 background-color:green;
}

.btn-half-baked-outline:focus, .btn-half-baked-outline.focus, .btn-half-baked-outline:hover, .btn-half-baked-outline:active, .btn-half-baked-outline.active{
  color: #fff;
  background-color: #252336;
  border-color: #252336;
}
.center{
  margin:auto;
}
.sidebar{
  width:20%;
  position:fixed; 
  right:0; 
  top:0; 
  z-index:10000;
  height:100vh;
}
@media(max-width:1000px){
 .sidebar{
  display:none;
 }
  .page{
   width:100%;
 }
}
.swiper-slide-image video{
 width:100% !important;
}
.icon-wrap svg{
  height:50px;
  stroke:white;
  fill:white;
}
.icon-wrap svg path, svg polygon, svg line{
 stroke:white !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  color:#ae9276;
}
.amenities{
  background-color:#e8e8e8; 
  padding:45px;
}
.amenities ul{
  list-style-type:disc;
  color:black !important;
}
.left-sidebar{
  background-color:#ffffff70;
  padding:20px;
  width:370px;
  margin-left: -27%;
  padding-top: 28px;
  padding-bottom: 28px;
}
.left-sidebar h2, .left-sidebar h3, .left-sidebar h4{
  color:#ae9276;
}
.left-sidebar > div > div > .btn-rect{
  padding:5px 10px 5px 10px;
}
@media(max-width:1690px){

   .left-sidebar{
     margin-left: -22%;
   }
}

@media (max-width: 1000px) {

   .left-sidebar{
     display:none;
   }
}

.pricing-table-group > div{
  border-left: 1px solid #e0e0e0;
}
.thumbnail-variant-3 img{
  width: 570;
}
#PaymentPlan table th, #PaymentPlan table td{
 text-align: center;
}
.iti__country-list{
  z-index: 10001;
}