body{
    line-height: 25px;
    color: #000000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .main-menu > li > a, .enq-btn, .detail-nav, .itinerary .hotel-list .item:before{
  /* font-family: "Roboto Condensed", sans-serif; */
}
img{
    max-width: 100%;
    height: auto;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
  }
.fit-img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
b, strong {
    font-weight: bold;
}
a{
    text-decoration: none !important;
    color: #0f4c6e;
}
a:hover{
  color: inherit;
}
.fas:not(.fa-star):not(.fa-star-half):not(.fa-star-half-alt):not(.fa-star-half-stroke), .fa-solid:not(.big-btns .fa-solid){
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .8px;
}
.main-header{
  z-index: 99;
  position: fixed;
  left: 0;
  top:0;
  right: 0;
  transition: background ease-in-out .3s;
}
.stickyHeader{
  background-color: rgb(15 76 110 / 90%);
  backdrop-filter: blur(7px);
}

.top-gap{
  margin-top: 110px;
}
.site-logo{
  position: relative;
  width: 189px;
  margin-right: 40px;
  display: block;
  transition: width ease-in-out .3s, margin ease-in-out .3s;
  background-color: #fff;
  padding: 10px 10px;
  border-bottom-right-radius: 30px;
  transition: all ease-in-out .3s;
}
.site-logo .tr-curv{
    position: absolute;
    left: 100%;
    top: 0;
}
.site-logo .bl-curv{
  position: absolute;
  left: 0;
  top: 100%;
}
header .phone{
    font-size: 20px;
}
.contact-top i{
    background-color: #000066;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 30px;
}

.site-logo svg{
  transform: scale(1);
  transform-origin: left top;
  transition: transform ease-in-out .3s;
}

.menu-offer-wrap{
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: 1 1 auto;
    align-self: normal;
}

.menu-contact-wrap{
  margin-top: 5px;
  margin-bottom: 5px;
}
.stickyHeader .offer{
    margin-top: -36px;
}
.main-menu{
  margin-left: auto;
  margin-right: 0;
}



.menu-toggle button{
    outline: none;
}
.menu-toggle.toggled .icon-bar:nth-child(2){
  transform: translateX(-100%);
  opacity: 0;
}
.menu-toggle.toggled .icon-bar:nth-child(1){
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 6px;
}
.menu-toggle.toggled .icon-bar:nth-child(3){
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -6px;
}
.header-contact{
  position: absolute;
      right: 240px;
      top: 22px;
      display: flex;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
      justify-content: flex-end;
      transition: top ease-in-out .3s;
}
.stickyHeader .header-contact {
    top: 22px;
}
.header-contact a{
  display: flex;
      flex: 0 0 auto;
      max-width: 30px;
      margin-right: 0;
      overflow: hidden;
      transition: all ease-in-out .3s;
      color:#FE8F00;
          white-space: nowrap;
}
.header-contact a i{
  font-size: 20px;
      width: 30px;
      height: 30px;
      line-height: 28px;
      flex: 0 0 auto;
      text-align: center;
      border-radius: 100px;
      
}
.stickyHeader .header-contact a.email i {
    /* background-color: #fff; */
}

.header-contact .phone{
  font-weight: bold;
}
.header-contact a span{
    display: block;
    vertical-align: middle;
}
.header-contact .email{
  order: 1;

}
.header-contact .email:hover{
transition-delay: .2s;
}
.header-contact .phone{
max-width: 100%;
margin-right: 12px;
transition-delay: .2s;
}
.header-contact .email:hover + .phone{
    max-width: 30px ;
    transition-delay: 0s;
}
.header-contact a:hover{
  max-width: 100%;
}

.enq-btn{
  line-height: 23px;
  color: #FE8F00;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 24px;
  transition: all ease-in-out .3s;
  border: solid 1px #fff;
  border-radius: 100px;
  margin-right: 20px;;
}
.enq-btn:hover{
  background-color: #FE8F00;
color: #fff;
border-color: #FE8F00;
}
.enq-btn i{
  margin-right: 5px;
}
.block-container{
  padding-left: 60px;
  padding-right: 60px;
}
/* .slide-main .owl-item{
    overflow: hidden;
    display: flex;
}
.slide-main .slide{
    width: 100%;
} */
.slide-main{
  background-color: #000;
  max-height: 680px;
  min-height: 500px;
  overflow: hidden;
}
.slide-main img{
  width: 100%;
      opacity: .4;
      /* filter: saturate(1.5) brightness(1.2) contrast(1.5) hue-rotate(65deg) sepia(.4); */
}
/* .slide-main .slide > img{
    transform: translateX(-10%) scale(1.2);
    -webkit-transform: translateX(-10%) scale(1.2);
    transition-duration: 2s;
    transition-duration: 2s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: left center;
    max-width: inherit;
}
.slide-main .owl-item.active .slide > img{
    transform: translateX(0%) scale(1);
    -webkit-transform: translateX(0%) scale(1);
} */
.slide-wrapper{
  position: relative;
}

.slide-wrapper .form{
    position: absolute;
    bottom: 0px;
    z-index: 2;
    left: 110px;
    right: 110px;
    margin: auto;
}
.slide-wrapper .form form{
  background-color: rgb(255 255 255 / 90%);
  padding: 24px;
  padding-top: 12px;
  border-top: solid 4px #ffffffb5;
  transition: padding ease-in-out .3s;
  display: flex;
  flex-flow: column;
  position: relative;
  border-radius: 15px 15px 0 0;
  backdrop-filter: blur(5px) saturate(1.5) brightness(1.5);
}
.slide-wrapper .form form:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  top:50%;
  z-index: -1;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.slide-banners{
max-width: 800px;
    margin: auto;
    margin-bottom: 24px;
}
.slide-banners .item{
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
.form-group{
  margin-bottom: 18px;
}
.form-control {
  padding: 10px 12px;
  /* box-shadow: inset 0px 0px 0px 1px rgb(0 0 0 / 12%); */
  border-radius: 15px;
  background-color: rgb(255 255 255 / 83%);
  border: none;
}
.slide-wrapper .form-control[readonly] {
   background-color: rgb(255 255 255 / 83%);
}
textarea.form-control{
    max-height: 64px;
}
.btn {
  position: relative;
      color: #fff;
      background-color: #0f4c6e;
      padding: 15px;
      outline: 0;
      border: 0;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      border-radius: 100px;
          box-shadow: inset 0 0 0 0, 0px 4px 18px rgb(0 51 51 / 22%);
  }
  .btn-sm {
      padding: 12px 28px;
      font-size: 12px;
  }
.btn-outline{
  background-color: #fff;
color: #0f4c6e;
box-shadow: inset 0 0 0 3px, 0px 4px 18px rgb(0 51 51 / 22%);
}
.btn.btn-outline:hover{
    color: #fff !important;
    background-color: #FE8F00;
    box-shadow: inset 0 0 0 3px #FE8F00, 0 0 0 0px #FE8F00;
}
  .owl-item.active .benefits-block .btn:hover{
    padding: 12px 30px 12px 30px;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
  }
  .featured-destination-wrap{
    position: relative;
  }
  .featured-destination-wrap:before{
    content: "";
    position: absolute;
    bottom: 0;
    top: -38px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: -1;
  }
  .featured-destination-wrap .owl-carousel .owl-stage-outer {
    padding-bottom: 100px;
}
  .featured-destination .owl-item{
    position: relative;
    top: 0px;
    transition: all ease-in-out .3s;
    transform: scale(.8);
  }
  .featured-destination .owl-item.center{
    top: 60px;
    transform: scale(1);
  }
.destination .item{
  width: 180px;
  height: 180px;
  border-radius: 200px;
  overflow: hidden;
  display: block;
  margin: auto;
  position: relative;
}
.destination .item .title{
  font-weight: bold;
  color: #fff;
  position: absolute;
  text-align: center;
bottom: 50%;
    transform: translateY(50%);
    padding: 0 12px;
    margin-bottom: 0;
  left: 0;
  right: 0;
  font-weight: 400;
  font-size: 20px;
  z-index: 1;
  transition: all ease-in-out .3s;
}
.destination .owl-item.center .item .title{
  bottom: calc(50% + 10px);
}
.destination .item .package-count{
  position: absolute;
  text-align: center;
  bottom: -40%;
  left: 0;
  right: 0;

  color: #fff;
  padding-top: 140px;
  padding-bottom: 20px;
  line-height: 2.1;
  transition: all ease-in-out .3s;
}
.destination.dest-slide .item .package-count{
    opacity: 0;
}
.destination .item .package-count:before{
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top:73%;
  height: 1px;
  opacity: .8;
  z-index: 1;
  transition: all ease-in-out .3s;
  transition-delay: .2s;
  transform-origin: center center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+3,1+50,0+100 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 3%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.destination.dest-slide  .owl-item.center.item .package-count{
    opacity: 1;
}
.destination .item .package-count:after{
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top:0%;
  bottom: 0%;
  z-index: 0;
  transition: all ease-in-out .3s;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.destination .item .package-count *{
  z-index: 1;
  position: relative;
}
.destination .owl-item.center .item .package-count{
  bottom: 0;
  padding-top: 100px;
      opacity: 1;
}
.destination .owl-item.center .item .package-count:before, .destination .item:hover .package-count:before{
  left: 10%;
  right: 10%;
}
.destination .item .package-count span{
  display: block;
  letter-spacing: 1px;
}
.featured-destination-wrap svg{
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  width: 557px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: all .4s cubic-bezier(0.15, -0.07, 0.23, 1.4);
}
.featured-destination-wrap svg path {
  d: path("M152,163v-.077H0s32.17-1.7,62.345-14.68c29.963-12.892,48.515-25.836,79.77-68.787,30.444-41.837,57.057-58.893,58.418-59.75a112.058,112.058,0,0,1,126.973.025c1.774,1.124,28.192,18.244,58.377,59.725,31.256,42.951,49.807,55.9,79.771,68.787C495.827,161.225,528,162.923,528,162.923H376V163Z");
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}


.featured-destination-wrap svg.active-slide path {
  d: path("M152,163v-.077H0s49.741-9.257,62.345-14.68c13.134-5.651,48.515-14.836,79.77-57.787,30.444-41.837,57.057-59.893,58.418-60.75a112.058,112.058,0,0,1,126.973.025c1.774,1.124,28.192,19.244,58.377,60.725,31.256,42.951,66.342,52.009,79.771,57.787C483.2,155.792,528,162.923,528,162.923H376V163Z");
}


 .title-main{
    margin: 30px 0;
    text-align: center;
    color: #000066;
    text-transform: uppercase;
    font-weight: bold;
}
.form-header{
  margin-bottom: 8px;
  transition: margin ease-in-out .3s;
}
#form-toggle {
  font-size: 35px;
      background-color: #fff;
      color: #FE8F00;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      box-shadow: 0px 14px 18px rgb(0 0 0 / 7%);
    border-radius: 100px;
    transition: transform ease-in-out .5s, box-shadow ease-in-out .5s;
}
#form-toggle.closed{
  transform: rotate(180deg);
  box-shadow: 0px -14px 18px rgb(0 0 0 / 7%);
}
/* .form.form-hide{
      padding: 12px 48px;
} */
.form.form-hide .form-header {
    margin-bottom: 0;
}
.form .btn{
    width: 100%;
    margin: auto;
    font-size: 16px;
padding: 20px 42px;
}
.heading {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
}
.heading span{
  color: #FE8F00;
  position: relative;
}
.heading span:before{
  content: "";
  position: absolute;
  right: -50px;
  top: calc(112% - 43px);
  height: 50px;
  width: 50px;
  background-image: url(../images/title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hotels-section .featured-hotel{
  overflow: hidden;
  border-radius: 15px;
}
.hotels.featured-hotel .item{
  position: relative;
      overflow: hidden;
      border-radius: 0;
      box-shadow: none;
}
.featured-hotel .item:not(.hotel-list .item):first-child{

}

.featured-hotel .item-gallery{
}
.featured-hotel .item-gallery .img-block{
  display: block;
}
.featured-hotel .item-gallery .img-block:nth-child(1), .featured-hotel .item-gallery .img-block:nth-child(2){
  margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.featured-hotel .item .info {
  overflow: hidden;
    transform-style: preserve-3d;
}
.featured-hotel .item-gallery img{
  width: 100%;
}

.featured-hotel .item:not(.hotel-list .item):first-child .info{
  position: absolute;
  background-color: rgb(255 255 255 / 90%);
  left: 20%;
  right: 20%;
  bottom: 20%;
  top: 20%;
  max-width: 416px;
  max-height: 416px;
  margin: auto;
  backdrop-filter: blur(4px);
  border-radius: 16px;
  padding-top: 40px;
}
.featured-hotel .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform ease-in-out .5s;
}
.featured-hotel .item:hover img{
  transform: scale(1.1);
}
.featured-hotel .item:not(.hotel-list .item):first-child .item-title a{

}
.featured-hotel .rating {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  color: #E9B300;
  padding: 5px 10px;
  font-size: 20px;
  right: 100%;
  white-space: nowrap;
  background-color: #edf4f5;
  transform-origin: center right;
  transition: transform ease-in-out .3s;
}

.fotorama__fullscreen-icon {
    top: -3px;
    right: -3px;
}

.featured-hotel .item:not(.hotel-list .item):last-child .img-block{
order: 1;
}
.featured-hotel .item .address{
      color: #828686;
      display: flex;
      gap:12px;
          line-height: 20px;
}
.featured-hotel .item .address i{
  font-size: 20px;
}
.pricing{
  display: flex;
  align-items: center;
}
.pricing .price-old{
  font-size: 18px;
      color: #828686;
      padding: 10px;
          white-space: nowrap;
}
.pricing .price-old span{
    text-decoration: line-through;
}
.price-new{
  padding: 3px 15px;
  position: relative;
  border-radius: 10px;
  color: #B4B4B4;
}
.price-new:before{
content: "";
position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(45deg, rgba(234, 218, 254, 1) 0%, rgba(255, 197, 197, 1) 20%, rgba(255, 223, 223, 1) 47%, rgba(255, 255, 255, 1) 70%, rgba(255, 229, 206, 1) 100%);
  mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  border-radius: 10px;
}
.pricing .price-new span{
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 5px;
  color:#000;
}
.pricing .price-new small{
color: #E9B2B2;
    font-size: 10px;
    line-height: 11px;
    position: absolute;
    top: calc(100% + 4px);
    text-transform: uppercase;
    left: 0;
    border-radius: 10px;
}
.price-new.price-on-request {
    padding: 10px 15px;
}
.discount{
  background-color: #7EE177;
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 0px 9px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: auto;
  margin-bottom: auto;
  flex: 0 0 auto;
  font-size: 11px;
}
.hotels .item .facilities{
    justify-content: space-between;
    display: flex;
        flex-wrap: wrap;
}
.hotels .item .facilities i{
  font-size: 25px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #FE8F00;
  display: block;
}
.about-section{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f6f6+26,f2f6f6+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,246,246,1) 26%, rgba(242,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,246,246,1) 26%,rgba(242,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,246,246,1) 26%,rgba(242,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf4f5',GradientType=0 ); /* IE6-9 */
position: relative;
}
.subscribe-wrap:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 384px;
  bottom: 0;
  left: 0;
  background-size: cover;
  right: 0;
  background-image: url(../images/mountain-2.png);
  z-index: 0;
  /* animation: mountain2ImageScroll 250s infinite linear; */
}
.subscribe-wrap:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 384px;
  bottom: 0;
  left: 0;
  background-size: cover;
  right: 0;
  background-image: url(../images/mountain-1.png);
  z-index: 0;
  /* animation: mountain1ImageScroll 150s infinite linear; */
}
/* @keyframes mountain1ImageScroll {
  from {background-position: 0px;}
  to {background-position: 1971px;}
}
@keyframes mountain2ImageScroll {
  from {background-position: 0px;}
  to {background-position: 1935px;}
} */
.tours-section{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f6f6+0,ffffff+38 */
background: linear-gradient(to bottom,  rgba(242,246,246,1) 0%,rgba(255,255,255,1) 38%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  padding-top: 15px;
  margin-top: -71px;
}
.destination-tab-content .tours .item, .destination-tab-content .hotels .item {
    margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.destination-tab-content{
  padding-bottom: 10px;
}
.tours .item, .hotels .item {
    background-color: #fff;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 5px 0px #e2ecec;
    border: 1px solid #e2ecec;
}
.home-tours-slide .item, .home-hotels-slide .item {
    margin-bottom: 35px;
}
.tours .item .img-block, .hotels .item .img-block{
  position: relative;
      display: block;
      overflow: hidden;
}
.tours .item .img-block:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 120px;
  z-index: 1;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.tours .item img{
  transition: transform ease-in-out .5s;
}
.tours .item:hover img{
  transform: scale(1.05);
}
.tours .item .img-block svg{
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  filter: blur(12px);
}
.tours .item .img-block svg path{
  d: path("M594.589,210.3h-536V137.572c14.466-7.6,26.911-11.291,38.047-11.291,16.765-.625,33.074,11.822,38.593,15.688,11.347,7.949,28.052,16.951,45.257,16.952,22.61,0,39.531-4.586,60.222-14.276,11.408-5.343,54.193-26.745,75.576-27.378s46.549,4.293,70.818,30.9,35.673,32.113,51.833,30.687,23.162-8.618,36.31-24.668,30.214-24.619,45.655-21.021,17.148,9.869,34.116,11.485,28.549-15.891,30.973-21.546,7.541-22.893,8.6-43.8v131Z");
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.tours .item:hover .img-block svg path{
  d: path("M594.589,210.3h-536V137.572C63.286,148.044,72.692,168.6,97,167.7c16.765-.625,31.276-13.694,38.224-25.728,11.225-19.442,25.267-26.544,42.876-24.255,23.1,3,48.9,31.169,70.071,43.568,20.134,11.792,45.229,21.293,66.611,20.66s32.92-4.137,52.718-15.273,20.143-40.613,50.09-43.357,47.585,46.761,60.732,30.711,28.935,14.3,44.374,17.9,22.62-4.477,29.233-15.93,13.9-17.93,19.84-19.52,18.213.376,22.814,17.55V210.3Z");
}
.hotels .item .rating, .room-type .rating {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #E9B300;
  background-color: #ffffff;
  padding: 8px 20px;
  border-top-left-radius: 27px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.hotels .item .rating svg,  .room-type .rating svg{
  position: absolute;
  right: 100%;
  bottom: -1px;
  margin-right: -1px;
  width: 22px;
  height: 22px;
}
.hotels .item .rating svg.tr-curv,  .room-type .rating svg.tr-curv{
  position: absolute;
  right: 0;
  bottom:100%;

  margin-right: -1px;
  width: 22px;
  height: 22px;
}
.tours .item .btn{
  border-radius: 0 31px 0 0;
}
.tours .item .btn .br-svg, .hotels .item .btn .br-svg{
  position: absolute;
  bottom: -1px;
  left: 100%;
  margin-left: -1px;
}
.tours .item .btn .tl-svg, .hotels .item .btn .tl-svg{
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  left: -1px;
}
.tours .item .btn svg path, .hotels .item .btn svg path{
  transition: all ease-in-out .3s;
}
.duration{
  position: absolute;
  top: 12px;
  right: 12px;
  perspective: 300px;
  transform: scale(1);
  transition: transform ease-in-out .1s;
  transition-delay: 0s;
  filter: drop-shadow(1px 6px 9px rgb(0 0 0 / 33%));
}
.duration i{
  color: #FE8F00;
  font-size: 20px;
  margin: auto;
  line-height: 12px;
  position: absolute;
  left: calc(50% - 14px);
  top: calc(50% - 14px);
  background-color: #FFF;
  padding: 4px;
  border-radius: 100px;
z-index: 1;
}
.duration span{
    font-size: 12px;
    display: block;
    background-color: #fff;
    font-weight: 700;
    text-align: center;
    width: 66px;
    line-height: 2.683;
    transition: transform ease-in-out .1s;
    transition-delay: .1s;
}
.duration span:nth-child(2){
  border-radius: 100px 100px 0 0;
  margin-bottom: 5px;
  transform-origin: bottom center;
}
.duration span:last-child{
  border-radius: 0 0 100px 100px;
  transform-origin: top center;
}

.tours .item:hover .duration{
  transform: scale(0);
  transition-delay: .1s;
}
.tours .item:hover .duration span{
  transform: rotateX(90deg);
  transition-delay: 0s;
}
.tours .item:hover .duration span:last-child{
  transform: rotateX(-90deg);
}
.tours .item .item-title, .hotels .item .item-title{
  margin: 0;
  padding: 12px;
  padding-bottom: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 22px;
}
.item .discount{
  /* box-shadow: inset 0 0 0 0, 0px 14px 18px rgb(243 120 53 / 29%); */
}
.item .discount, .btn{
  transition: background-color ease-in-out .3s, color ease-in-out .3s, box-shadow ease-in-out .3s;
}
.btn:hover, .btn:focus{
  background-color: #7EE177;
}
.btn:hover svg path, .btn:focus svg path{
  fill:#7EE177;
  
}
 .item:hover .discount{
  background-color: #fff;
  color: #7EE177 !important;
  box-shadow: inset 0 0 0 2px, 0 0 0 0 !important;
}
.tours .item .cities, .hotels .item .location{
  padding: 0px 12px 10px;
  color: #8A8A8A;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tours .item .activities, .hotels .item .hotel-facilities{
  display: flex;
      padding: 6px 15px;
      position: relative;
      gap: 27px;
}
/* .tours .item .activities:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom: 100%;
  opacity: 0;
  background-color: rgb(0 51 51 / 20%);
  transition: bottom ease-in-out .3s, opacity ease-in-out .3s;
} */
.tours .item .btn-wrap, .hotels .item .btn-wrap{
  display: flex;
}
.item .btn-whatsapp{
  font-size: 30px;
  color: #25D366;
  padding-top: 10px;
}
   .day-wi{color: #fff;
    text-align: center;
    font-size: 16px;
    margin-right: 15px;
    background: #0f4c6e;
    border-radius: 20px;
    padding: 2px 18px;
    }
.tours .item .btn-wrap .btn-whatsapp, .hotels .item .btn-wrap .btn-whatsapp{
  margin-left: 30px;
}
.item .btn-arrow{
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  padding-right: 15px;
  text-align: center;
  margin-left: auto;
  -webkit-text-fill-color: initial;
  -webkit-text-stroke: initial;
  position: relative;
}
.item .btn-arrow:before{
  content: "";
  position: absolute;
  width: 250%;
  height: 250%;
  left: -50%;
  top:-50%;
  border-radius: 100%;
  padding: 10px;
  background: linear-gradient(30deg, rgba(234, 218, 254, 1) 0%, rgba(255, 197, 197, 1) 20%, rgba(255, 223, 223, 1) 47%, rgba(255, 255, 255, 1) 70%, rgba(255, 229, 206, 1) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: all ease-in-out .3s;
}
.item .btn-arrow:hover:before{
  transform: rotate(180deg);
}
.item .btn-arrow i{
  -webkit-text-fill-color: initial !important;
  -webkit-text-stroke:none !important;
}
/* .tours .item .activities:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom: 100%;
  opacity: 0;

  background-color: #0f4c6e;
  transition: bottom .3s ease-in-out .2s, opacity .3s ease-in-out .2s;
}
.tours .item:hover .activities:before, .tours .item:hover .activities:after{
  bottom: 0;
  opacity: 1;
} */
.activities i, .hotel-facilities i {
    font-size: 27px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FE8F00;
    display: block;
    position: relative;
    z-index: 1;
    transition:color ease-in-out .3s;
}
.hotels .item .location i{
  margin-right: 10px;
}
.tours .like-share, .hotel-list .like-share {
  position: absolute;
      right: 0;
      top: 0;
      display: flex;
      gap: 8px;
      padding: 12px;
}
.tours .like-share > a, .hotel-list .like-share > a{
  display: block;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 2px;
      width: 24px;
      text-align: center;
      height: 24px;
      border-radius: 100px;
      transition:color ease-in-out .3s, background ease-in-out .3s;

}
.tours .like-share > a:hover, .hotel-list .like-share > a:hover{
  background-color: #FE8F00;
  color: #fff;
}
.destination-section{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff7f4+0,ffffff+100 */
background: linear-gradient(to bottom,  rgba(255,247,244,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
position: relative;
margin-top: 150px;
padding-top: 1px;
}
.destination-section .heading {
  margin-top: -80px;
  margin-bottom: 110px;
}
.destination-section.international-destination{
background: linear-gradient(to bottom,  rgba(247,249,250,1) 0%,rgba(255,255,255,1) 100%); 
}
.destination-section:before{
  content: "";
  position: absolute;
  width: 742px;
  height: 162px;
  bottom: 100%;
  background-size: contain;
  right: 0;
  background-image: url(../images/domestic-destination-bg.png);
  z-index: -1;
}
.destination-section.international-destination:before{
  background-image: url(../images/international-destination-bg.png);
  z-index: -1;
}
.destination-blocks .item{
  text-align: center;
  height: auto;
  width: 33.33333333%;
  padding-bottom: calc(var(--bs-gutter-x) * 1);
  border-radius: 0px;
}
.destination-blocks .item.item-hr, .destination-blocks .item.item-vr{
  width: 100%;
  height: 100%;
}
.destination-blocks .item.item-hr .img-block, .destination-blocks .item.item-vr .img-block{
  border-radius: 0;
  height: 100%;
}
.destination-blocks .item.item-hr img, .destination-blocks .item.item-vr img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destination-blocks .item .item-inner{
  background-color: #D8E6FF;
  padding: 20px;
  border-radius: 15px;
  display: block;
  overflow: hidden;
  height: 100%;
}
.destination-blocks .row div:nth-child(1) .row .item:nth-child(1) .item-inner{
  background-color: #D8E6FF;
}
.destination-blocks .row div .row .item:nth-child(1) .item-inner{
  background-color: #F6D8E4;
}
.destination-blocks .row div .row .item:nth-child(2) .item-inner{
  background-color: #E9E9E9;
}
.destination-blocks .row div .row .item:nth-child(3) .item-inner{
  background-color: #FBECFF;
}
.destination-blocks .item.item-hr .item-inner, .destination-blocks .item.item-vr .item-inner{
  padding: 0;
}
.destination-blocks .item .title{
  position: relative;
  color: #000000;
  margin-bottom: 30px;
  }

.destination-blocks .item .img-block{
  display: block;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.destination-blocks .item .package-count{
  bottom: -2%;
  padding-bottom: 42px;
  display: flex ;
  flex-flow: column;
}
.destination-blocks .item.item-hr .title{
  position: absolute;
  right: 0;
  color: #ffffff;
  left: 0;
  text-align: center;
  padding: 10px 120px 70px 40px;
}
.destination-blocks .item.item-vr .title {
  position: absolute;
  right: 0;
  color: #ffffff;
  left: 0;
  text-align: center;
  padding: 10px 40px 20px 40px;
}
.destination-blocks .item.item-hr:hover .title{
  margin-bottom: 45px;
}
.destination-blocks .item.item-hr:hover .title + span + b, .destination-blocks .item.item-vr:hover .title + span + b{
  margin-bottom: 10px;
}

.destination-blocks .item.item-hr .package-count{
  right: auto;
  bottom: 0;
  justify-content: end;
  align-items: center;
  padding: 20px 120px 40px 40px;
}
.destination .item.item-hr .package-count:after {
  left: 0%;
  right: 0%;
  top: -150%;
  bottom: 0%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.destination-blocks .item.item-vr .package-count{
  bottom: 0;
  justify-content: end;
  align-items: center;
  padding: 120px 40px 40px 40px;
}
.destination-blocks .item .package-count b{
  height: 0;
  overflow: hidden;
  transition: all ease-in-out .3s;
  line-height: 1.358;
  background-color: #FE8F00;
  border-radius: 100px;
  padding: 0 7px;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  width: auto;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.destination-blocks .item:hover .package-count b{
  height: 19px;
}
.destination-blocks .item:hover .package-count b:nth-child(2){
  margin-bottom: 10px;
}
.destination-blocks .item .package-count:before {
  top: calc(50% + 50px);
  left: 10%;
  right: 10%;
}
.destination-blocks .item.item-hr .package-count:before {
  top: calc(50% - 8px);
  left: 0%;
  right: 29%;
  bottom: 71px;
}
.destination-blocks .item.item-vr .package-count:before {
  top: calc(50% + 42px);
}
.tour-by-interest-section{
  background-image: url(../images/tour-by-interest-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-top: 90px;
  transition: all ease-in-out .3s;
}
.tour-by-interest .item{
  position: relative;
  padding-top: 67px;
  width: 190px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  border-radius: 100%;
  text-align: center;
  backdrop-filter: blur(3px);
  display: block;

  background-image: conic-gradient(from 90deg, rgba(255, 229, 206, 0.4), rgba(255, 255, 255, 0.4),rgba(255, 223, 223, 0.44), rgba(255, 197, 197, 0.692),rgba(234, 218, 254, 0.4));
}

.tour-by-interest .item:before {
  content: "";
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+51,0+100;White+to+Transparent */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  border-radius: 100%;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  filter: drop-shadow(0px 0px 5px rgb(255 229 126 / 60%));
  z-index: 1;
  transition: all ease-in-out .3s;
  

}
.tour-by-interest .item:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(255, 229, 206, 0) 0%, rgba(244, 223, 230, 0.2) 51%, rgb(234 218 254 / 56%) 100%);
  border-radius: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  backdrop-filter: blur(7px) brightness(1.7);
  z-index: 0;
  opacity: .8;
  transition: all ease-in-out .7s;
}
.tour-by-interest .item:hover:before{
  filter: drop-shadow(0px 0px 10px rgb(255 229 126 / 0%));
  transform: scale(1.1);
}
.tour-by-interest .item:hover:after{
  transform: rotate(360deg);
}
.tour-by-interest .item svg{
  position: relative;
  z-index: 2;
  height: 50px;
}
.tour-by-interest .item .item-title{
  position: relative;
  z-index: 2;
  margin-top: 8px;
  font-size: 15px;
  color: #000000;
  letter-spacing: 1px;
}
.safaries .item{
    padding: 36px;
    border-radius: 15px 15px 0 0;
  color: #fff;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7165ca+0,c695d3+66,20124a+100 */
  background: rgb(145, 133, 233); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(145, 133, 233,1) 0%, rgba(198,149,211,1) 66%, rgba(32,18,74,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(145, 133, 233,1) 0%,rgba(198,149,211,1) 66%,rgba(32,18,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(165deg,  rgba(145, 133, 233,1) 0%,rgba(198,149,211,1) 66%,rgba(32,18,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7165ca', endColorstr='#20124a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.safaries>div:nth-child(2) .item{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f27e5e+0,d478b6+66,3b1d3e+100 */
background: rgb(242,126,94); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(242,126,94,1) 0%, rgba(212,120,182,1) 66%, rgba(59,29,62,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(242,126,94,1) 0%,rgba(212,120,182,1) 66%,rgba(59,29,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(242,126,94,1) 0%,rgba(212,120,182,1) 66%,rgba(59,29,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27e5e', endColorstr='#3b1d3e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.safaries>div:nth-child(3) .item{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5ef28e+0,0f96aa+66,003965+100 */
background: rgb(94,242,142); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(94,242,142,1) 0%, rgba(15,150,170,1) 66%, rgba(0,57,101,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(94,242,142,1) 0%,rgba(15,150,170,1) 66%,rgba(0,57,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(94,242,142,1) 0%,rgba(15,150,170,1) 66%,rgba(0,57,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ef28e', endColorstr='#003965',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.safaries>div:nth-child(4) .item{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5ef28e+0,0f96aa+66,003965+100 */
  background: rgb(235, 192, 119); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(235, 192, 119,1) 0%, rgba(217, 149, 34,1) 66%, rgba(0,57,101,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(235, 192, 119,1) 0%,rgba(217, 149, 34,1) 66%,rgba(0,57,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(235, 192, 119,1) 0%,rgba(217, 149, 34,1) 66%,rgba(0,57,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ef28e', endColorstr='#003965',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.safaries .item:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 400px;
  background-image: url('../images/safari-bg.png');
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: contain;
      pointer-events: none;
}
.safaries .item .item-title{
  font-size: 22px;
}
.safaries .item .info{
  margin-bottom: 36px
}
.safaries .item .img-block{
  display: block;
border-radius: 100%;
  overflow: hidden;
      padding: 0;
      transition: padding ease-in-out .3s, box-shadow ease-in-out .3s;
}
.safaries .item:hover .img-block{
  padding: 12px;
  box-shadow: inset 0 0 0 12px #FE8F00;

}
.safaries .item img{
  width: 100%;
  border-radius: 100%;
}
.safaries .item + .btn{
  display: block;
  border-radius: 0 0 15px 15px;
}
.about{
  background-color: #fff;
  box-shadow: 0px 16px 20px #e2ecec;
  border-radius: 15px;
  overflow: hidden;
}
.about .img-block{
  position: relative;
}
.about .img-block svg{
  position: absolute;
}
.about .img-block svg.bl-svg{
  right: calc(100% - 1px);
  bottom: 0;
}
.about .img-block svg.br-svg{
  left: calc(100% - 1px);
  bottom: 0;
}
.about .img-block img{
  width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom center;
          max-height: 500px;
}
.about .site-logo{
  margin-top: -73px;
  border-radius: 20px 20px 0 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.about .info{
  text-align: center;
  padding: 42px;
}
.about .title{
  margin-bottom: 36px;
      padding-right: 40px;
}

.why-us{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 64px;
}
.why-us .item{
  flex: 1 0 0%;
}
.why-us .item span{
  font-size: 18px;
  color: #929898;
  font-weight: bold;
}
.icon{
  width: 115px;
      height: 115px;
      line-height: 100px !important;
      text-align: center;
      margin: 12px auto;
      display: block;
      border-radius: 100%;
      box-shadow: 0px -16px 20px #e2ecec, inset 0px 2px 0px #ffffff;
      font-size: 42px;
      color: #FE8F00;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f6f6+0,f2f6f6+100 */
background: rgb(246,246,246); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(242,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(242,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(242,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#edf4f5',GradientType=0 ); /* IE6-9 */

}
.testimonial{
  max-width: 1250px;
    margin: auto;
}
.testimonial .item{
    display: flex;
    gap: 42px;
    padding: 0px 170px 60px;
}
.testimonial .img-block{
  width: 140px;
  flex: 0 0 auto;
  position: relative;
      margin: auto;
}
.testimonial .img-block:before{
  content: "";
      position: absolute;
      width: 280px;
      bottom: -16px;
      right: -16px;
      top: -16px;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf4f5+0,f2f6f6+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(242,246,246,0) 0%, rgba(242,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(242,246,246,0) 0%,rgba(242,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(242,246,246,0) 0%,rgba(242,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f6f6', endColorstr='#edf4f5',GradientType=1 ); /* IE6-9 */


}
.testimonial .img-block img{
    border-radius: 100%;
    position: relative;
}
.testimonial .review{
    color: #929898;
    position: relative;
}
.testimonial:before{
  content: "";
      position: absolute;
      width: 250px;
    height: 250px;
    right: 100px;
    top: 28px;
    opacity: .6;
      border-radius: 100%;
      z-index: -1;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf4f5+0,f2f6f6+100&1+0,0+100 */
  background: -moz-linear-gradient(left,  rgba(242,246,246,1) 0%, rgba(242,246,246,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(242,246,246,1) 0%,rgba(242,246,246,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(242,246,246,1) 0%,rgba(242,246,246,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf4f5', endColorstr='#00f2f6f6',GradientType=1 ); /* IE6-9 */
}
.testimonial .review i{
    color: #e2ecec;
    font-size: 50px;
}
.testimonial .review .name{
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}
.testimonial .review small{
        color: #929898;
        display: block;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #FE8F00;
  background-color: #ffffff;
  border-radius: 100px;
  box-shadow: inset 0 0 0 0, 0px 9px 18px rgb(0 0 0 / 11%);
}
.owl-carousel .owl-nav button:before{
  content:"\f104";
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: .8;
  text-rendering: auto;
opacity: 1;

transition: width ease-in-out .4s, opacity ease-in-out .4s;
}
.owl-carousel .owl-nav button.owl-next:before, .owl-carousel .owl-nav button.owl-next:after{
  content: '\f054';
}
.owl-carousel .owl-nav button.disabled{
  color: #e2ecec;
  pointer-events: none;
  background-color: #cdd9d9;
}
.owl-carousel .owl-nav button:after{
  position: absolute;
  left: 0;
  top: 10px;
  content:'\f104';
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1.2;
  text-rendering: auto;
width: 0;
opacity: 0;
color: #0f4c6e;
overflow: hidden;
transition: width ease-in-out .3s, opacity ease-in-out .3s;
transition-delay: .1s;
}
.owl-carousel .owl-nav button:hover:before{
  opacity: 0;
}
.owl-carousel .owl-nav button:hover:after{
  width: 100%;
  opacity: 1;
}
.owl-nav{
  position: relative;
}
.testimonial .owl-nav {
    position: absolute;
    right: 23%;
    bottom: 80px;
}
.testimonial .owl-nav button.owl-next{
  margin-left: 12px;
}
footer{
      margin-top: 10px;
      background: linear-gradient(to bottom, rgba(15, 76, 110, 1) 0%, rgb(15 76 110 / 86%) 100%);
    color: rgb(255 255 255 / 50%);
    padding: 40px 0 40px;
    position: relative;
}
footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 210px;
  bottom: calc(100% - 1px);
  left: 0;
  background-size: cover;
  right: 0;
  background-image: url(../images/footer-bg.png);
  background-repeat: repeat-x;
    z-index: 1;
  animation: footerImageScroll 100s infinite linear;
}
@keyframes footerImageScroll {
  from {background-position: 0px;}
  to {background-position: 1983px;}
}
footer .video-wrap{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
footer video{
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: calc(100% + 250px);
  min-height: 80%;
}
footer .footer-heading{
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer a{
    color: #8d959d;
    display: block;
    padding: 2px 0;
}
footer a:hover{
    color: #fff;
}
.footer-title{
    color: #91c13d;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-logo{
  width: 160px;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.social a {
    color: #FE8F00;
    display: inline-block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}
footer .phone a, footer .address,  footer .whatsapp a{
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    position: relative;
    padding-left: 40px;
}
footer .address{
  font-weight: normal;
  color: inherit;
}
footer .email{
    color:#fff;
    position: relative;
    padding-left: 40px;
}
footer .phone i, footer .address i, footer  .email i, footer  .whatsapp i {
    left: 5px;
    font-size: 20px;
    position: absolute;
    width: 20px;
    text-align: center;
    color: #FE8F00;
}
footer .whatsapp i{
  color:#25D366
}
.footer-menu li{
  padding: 0;
  line-height: 2;
}
.footer-menu li:last-child{
  border-right: none;
}
.footer-menu li a{
      color: #fff;
}
.footer-menu li a:hover{
      color: #FE8F00;
}
footer .review-link{
    margin-bottom: 15px;
}
footer .review-link .rating-stars{
  display: flex;
  gap: 6px;
}
footer .review-link i{
      color: #FE8F00;
}
#CDSWIDLNKR.cx_brand_refresh1.border{
    border-radius: 10px;
}
.footer-destination{
  margin-top: 20px;
}
.footer-destination .row>* {

  padding-right: calc(var(--bs-gutter-x) * .2);
  padding-left: calc(var(--bs-gutter-x) * .2);
}
.footer-destination .item{
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: calc(var(--bs-gutter-x) * .4);
  background-color:#000 ;
}
.footer-destination .item img{
  opacity: .6;
}
.footer-destination .item .title{
    font-size: 12px;
    bottom: 50%;
    transform: translateY(50%);
    padding: 0 10px;
    margin-bottom: 0;
}
footer .pay-online{
  margin-top: 15px;
}
footer .pay-online ul{
  display: flex;
  justify-content: center;
  gap: 1px;
  margin-bottom: 15px;
}
footer .pay-online li{
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px;
  backdrop-filter: blur(4px) brightness(1.4);
}
footer .pay-online li:first-child{
  border-radius: 15px 0 0 15px;
}
footer .pay-online li:last-child{
  border-radius: 0 15px 15px 0;
}
footer .pay-online .btn{
  margin-bottom: 15px;
}
.Copyright{
  font-size: 12px;
}
/* inner css */
.page-header{
    height: 290px;
    position: relative;
    background-color: #000000;
        overflow: hidden;
}
.detail-header{
    height: 210px;
    overflow: hidden;
}
.page-header img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.detail-header img{
  opacity: .5;
}
.breadcrumb {
    margin-top: -50px;
    padding-bottom: 10px;
    position: relative;
}
.breadcrumb a{
  color: #FE8F00;
}
.breadcrumb-item.active{
   color: rgba(255, 255, 255, 0.692);
}
.inner-page{
background-image: none;
      padding-top: 1px;
      padding-bottom: 38px;
      position: relative;
}
.inner-page:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    top: 0;
    z-index: -1;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.inner-page:after{
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
background-color: #f2f6f6;

}
.readmore-wrap {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
      position: relative;
      box-shadow: 0px 8px 12px rgb(226 236 236 / 44%);
}
.item-detail .readmore-wrap{
  padding: 0px;
  box-shadow: none;
}
.readmore-wrap .readmore-inner{
    max-height: 100px;
    overflow: hidden;
     transition: all ease-in-out .3s;
}
.readmore-wrap .readmore-inner.expanded{
 max-height: inherit;
}
.readmore-wrap .readmore-inner:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 40px;
     transition: all ease-in-out .3s;
    border-radius: 0 0 20px 20px;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+72,1+100 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 72%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}
.readmore-wrap .readmore-inner.expanded:before{
opacity: 0;
}
.readmore-wrap a.readmore{
color: #0f4c6e;
    text-align: end;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    margin-top: 20px;
        padding-right: 25px;
    display: block;
    position: relative;
}
.readmore-wrap a.readmore:hover{
  color: #FE8F00;
}
.readmore-wrap a.readmore:before{
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: currentColor;
}
.readmore-wrap a.readmore:after{
  content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    right: 7px;
    top: 18%;
    background-color: currentColor;
    transition: all ease-in-out .5s;
}
.readmore-wrap .expanded + a.readmore:after{
  transform:rotate(270deg);
}
.side-bar{
    width: 300px;
        margin-bottom: 24px;
}
.side-bar-inner{
  position: sticky;
  top:80px;
}
.side-bar .big-btns {
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 24px;
        box-shadow: 0px 16px 20px #e2ecec;
}
.side-bar .big-btns .title{
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #f4f4f4;
    background: linear-gradient(to top, rgb(237 244 245 / 34%) 0%, rgba(255, 255, 255, 0) 100%);
}
.side-bar .big-btns a{
  display: block;
  padding: 12px 20px 18px;
  border-bottom: solid 1px #f4f4f4;
}
.tour-list .item {
  display: flex;
  margin-bottom: 24px;
}
.tour-list .item .img-block{
      max-width: 310px;
          flex: 0 0 auto;
}
.tours.tour-list .item .img-block:before{
  content: none;
}
.tour-list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tours .item-title-wrap {
    display: flex;
    flex-flow: column;
}
.tour-type {
    order: -1;
    margin-top: 12px;
    margin-left: 12px;
    margin-bottom: -10px;
    display: flex;
flex-wrap: wrap;
gap: 4px;
        filter: saturate(0.5) brightness(1.5) contrast(0.7);
}
.tour-type *{
    border-color: inherit !important;
    font-size: 10px;
    text-transform: uppercase;
}
.tour-list .item .item-title{
   margin-top: 6px;
       white-space: normal;
}
.tour-list .item .info{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
flex: 1 0 0%;
}
.tour-list .item .cities {
    margin-top: auto;
    white-space: normal;
    display: flex;
}
.tour-list .item .cities b{
    display: flex;
    margin-right: 10px;
}
.tours .item .cities i{
    margin-right: 5px;
}
.tour-list .item p, .tour-list .item .best-time{
  padding: 0 12px;
}
.tour-list .item .best-time{
  margin-bottom: 20px;
}

.tour-list .item .activities i {
    font-size: 28px;
    width: 42px;
    height: 42px;
    line-height: 42px;
}
.tour-list .item .activities{

    margin-bottom: 12px;
}
.tour-list .price-btn-block, .hotel-list .price-btn-block  {
    justify-content: space-between;
    display: flex;
    flex-flow: column;
        border-left: solid 1px #E8EFEF;
}
.tour-list .price-wrap, .hotel-list .item .price-wrap{
    display: flex;
    justify-content: space-between;
        padding: 24px;
        margin-top: 24px;
         flex-flow: column;
             padding-bottom: 18px;
}
.tour-list .price-wrap .pricing, .hotel-list .price-wrap .pricing {
    flex-flow: column;
}
.tour-list .price-wrap .price-new, .hotel-list .price-wrap .price-new {
    margin-bottom: 12px;
}
.tour-list .price-wrap .discount, .hotel-list .price-wrap .discount {
   align-self: center;
}
.tour-list .item .btn-wrap, .hotel-list .item .btn-wrap{
    flex-flow: column;
}
.tour-list .item .btn-wrap .btn:first-child, .hotel-list .item .btn-wrap .btn:first-child{
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}
.tour-list .item .btn-wrap .btn:first-child:hover, .hotel-list .item .btn-wrap .btn:first-child:hover{
  background-color: #FE8F00;
  box-shadow: none;
}
.tour-list .item .btn-wrap .btn-whatsapp, .hotel-list .item .btn-wrap .btn-whatsapp{
  margin-left: 28px;
  margin-bottom: -40px;
  margin-top: 30px;
}
.tour-list .item .btn-wrap .btn:last-child, .hotel-list .item .btn-wrap .btn:last-child{
  border-radius: 15px 0 15px 0;
  padding: 15px 15px;
  margin-left: 110px;
}
.tour-list .item .btn-wrap .btn svg, .hotel-list .item .btn-wrap .btn svg{
  position: absolute;
  right: 100%;
  bottom: 0;
  margin-right: -1px;
}
.tour-list .item .btn-wrap .btn svg path, .hotel-list .item .btn-wrap .btn svg path{
  fill:#0f4c6e;
}
.tour-list .item .btn-wrap .btn svg.tr-curv, .hotel-list .item .btn-wrap .btn svg.tr-curv{
  right: 0;
  bottom: 100%;
      margin-bottom: -1px;
}
.tour-list .item .btn:first-child, .hotel-list .item .btn:first-child {
    display: block;
    margin-bottom: 12px;
}
.tour-list .item .btn:first-child, .btn2, .hotel-list .item .btn:first-child{
    display: block;
    background-color: #fff;
    color: #0f4c6e;
    box-shadow: inset 0 0 0 3px, 0px 4px 18px rgb(0 51 51 / 22%);
}
.tour-list .item .btn:hover:last-child, .btn2:hover, .hotel-list .item .btn:hover:last-child{
  /* color: #fff !important;
    background-color: #0f4c6e !important;
    box-shadow: inset 0 0 0 3px #0f4c6e,  0 0 0 0px #0f4c6e !important; */
}
.tour-list .item .btn:hover:last-child svg path, .hotel-list .item .btn:hover:last-child svg path{
  fill: #7EE177;
}
.helpbox-bg {
  padding: 12px;
margin-bottom: 24px;
background-color: #FE8F00;
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='100' height='100' patternTransform='scale(4) rotate(140)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 0%, 1)'/><path d='M100 20.234v41.641q-6.719 7.656-10.234 17.812-3.36 9.766-3.125 20.313h-3.438v-4.531q0-2.657.39-4.532l.626-3.359.703-3.281 2.265-7.656q1.329-4.22 2.813-7.344.781-1.719 2.812-4.453l2.891-4.297.86-2.578.312-2.735q.156-5-.547-13.203l-2.344-20.937Q92.656 8.516 92.422 0h6.797q-.078 6.172.078 10.156.156 5.547.703 10.078m0 49.532v20.468q-.469 2.11-.703 4.844L99.063 100H92.5l-.078-8.594q0-5.156.547-8.515.469-3.047 2.89-6.797L100 69.766M79.219 100h-3.672l.39-8.36.938-8.359q1.016-6.953 1.875-10.781 1.328-5.86 3.36-10.313l2.5-6.015 1.562-6.328.547-5q.078-2.813-.703-4.844l-3.282-9.531-3.28-9.531q-1.876-6.094-2.735-10.313Q75.547 4.922 75.547 0h3.672q.078 8.516 2.422 17.031 2.343 8.282 6.718 15.782l-2.03-11.016-1.876-11.016-.86-5.312L83.126 0h3.516l.234 4.531.547 4.532 2.5 16.25 2.422 16.328q1.015 8.125.156 15.625l-.625 3.28q-.547 1.798-1.562 2.97l-1.875 1.953q-1.094 1.172-1.641 2.187-1.64 2.735-2.89 7.813l-2.423 8.047q-1.406 3.515-1.875 8.125-.39 3.125-.39 8.359m-6.406 0H64.53q-2.11-9.922-1.718-18.828.39-4.922 1.796-8.203l2.97-7.5q1.405-4.219 1.718-7.89.312-2.735-.39-5.313-.704-2.657-2.345-4.844-2.343-3.125-5.78-6.328l-.938 2.5-.86 2.656q-2.343 6.797-4.922 11.953-3.125 6.25-7.03 10.86-1.485 2.265-2.579 5.312-.781 2.344-1.484 5.781Q41.25 88.75 41.25 100h-6.484l.312-12.266q.39-6.718 1.64-12.265 1.72-7.344 4.844-11.407l2.344-2.5 2.344-2.5q2.5-2.968 3.906-6.875 1.328-3.671 1.485-7.734.156-5.156-.86-12.5L48.906 19.61Q47.578 8.516 47.97 0h10.078q-.625 12.188 1.875 22.11 2.422 9.218 8.515 16.25l5 5.234q3.047 3.203 4.375 5.781 2.657 4.922.938 12.266-1.016 4.609-3.906 10.859-1.172 2.578-1.797 5.86-.547 2.5-.781 6.093-.391 7.266.546 15.547m-14.765 0H47.969V89.453q.312-5.937 1.718-10.39 4.297-12.657 10.157-22.813l1.797-3.047 2.109-2.812q1.25 4.687-1.094 11.562-5.625 16.953-4.61 38.047m-29.296 0H17.969l.234-5.781.469-5.782L21.25 65.86l2.422-22.578q1.172-12.031-1.875-21.797-1.719 3.047-2.969 7.5l-2.031 7.813q-.469 1.719-.547 4.219l.078 4.218-.547 11.094-1.797 10.469Q12.5 74.062 12.11 77.266q-.39 2.734-.312 6.406l.234 6.406.39 5q.235 2.813.704 4.922H5.781V81.25l-.078-6.016Q1.563 81.797 0 89.844v-20.39q5.86-10.47 7.422-22.657 1.25-9.14.078-23.36L6.406 11.72Q5.86 4.844 5.781 0h7.344l1.406 11.328 1.094 11.328q1.25-2.422 1.797-6.015l.625-6.25.078-5.157L17.969 0h10.86q.077 2.969.702 6.953l1.172 6.797 1.64 11.094q.626 6.172.157 11.172-.547 4.297-2.031 9.687L27.5 55.078q-2.031 6.719-2.344 14.531-.078 3.75.625 8.36l1.563 8.203.703-2.422 4.531-18.672q2.344-10.312 3.594-18.828.625-3.984.625-9.062l-.313-9.141-1.093-13.984Q34.688 5.547 34.766 0h6.484q-.078 8.984 1.953 19.688l1.64 8.75q.938 5.078.938 8.75 0 3.828-1.015 7.5-.938 3.671-2.813 6.874-4.61 9.375-7.812 20.47-2.813 9.687-4.766 21.405-.703 3.75-.625 6.563M0 61.797V19.766l.781 4.375.703 4.453 2.344 13.984.235 1.563.234 2.343Q5.078 54.61 0 61.797M64.61 0h8.202q-.39 7.266.157 11.953l.86 4.531 1.25 4.532 3.593 13.672 3.36 13.671.546 2.657.156 2.656-2.343-6.406q-1.407-3.516-3.047-6.172l-4.14-6.64-4.298-6.563q-1.172-1.953-1.875-4.61-.547-1.875-.937-4.922Q64.844 9.453 64.609 0'  stroke-width='1' stroke='none' fill='hsla(34, 100%, 50%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
    background-attachment: fixed;
box-shadow: 0px 14px 18px rgb(243 120 53 / 29%);
    border-radius: 40px;
}
.help-box {
  background-color: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 30px;
}
.help-box .help-heading {
    margin-top: 22px;
    margin-bottom: 20px;
    font-size: 20px;
}
.help-box .help-heading span{
  font-size: 30px;
      color: #FE8F00;
      font-weight: lighter;
}
.help-box .email{
  margin-bottom: 24px;
}
.help-box .email a{
    word-break: break-all;
}
.help-box i{
  font-size: 28px;
  margin-right: 12px;
  vertical-align: middle;
  color: #FE8F00;
}
.help-box .or{
    margin: 15px auto;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-color: #e8efef;
    color: #818585;
    border-radius: 100px;
    font-weight: bold;
}
.help-box .form-control {
    border: solid 1px #edf4f5;
}
.help-box form .btn{
    padding: 9px;
    margin-left: 12px;
    height: 46px;
    width: 46px;
    line-height: 26px;
}
.hotel-list .item {
    background-color: #fff;
        margin-bottom: 24px;
            display: flex;
}
.hotel-list .item .img-block {
    max-width: 310px;
    flex: 0 0 auto;
        overflow: hidden;
}
.hotel-list .item .img-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel-list .item .item-title {
    margin: 0;
    padding: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hotel-list .item .rating {
    background-color: #ffffff;
}
.hotel-list .item .info{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex: 1 0 0%;
        padding: 12px 0;
}
.hotel-list .item .facilities {
    justify-content: left;
    margin-bottom: 12px;
    margin-top: 12px;
    gap: 21px;
    margin-left: 20px;
}
.hotel-list .item .facilities i {
    background-color: #ffffff;
    box-shadow: 0px 8px 18px rgb(242 246 246);
    border-radius: 100%;
    transition: box-shadow ease-in-out .3s;
}
.hotel-list .item .facilities i:hover{
  box-shadow: 0px 0px 0px 1px rgb(242 246 246);
}

.hotel-list .item .address{
  padding: 0 12px;
}
.hotel-list .item p{
    padding: 0 12px;
}
.item .meals, .hotel-detail .meals{
  display: flex;
  gap: 6px;
  margin-bottom: auto;
  margin-top: 12px;
  padding: 0 12px;
  white-space: nowrap;
}
.item .meals i, .hotel-detail .meals i {
    font-size: 20px;
        color: #828686;
}
.item .meals ul, .hotel-detail .meals ul{
  display: flex;
  gap: 0 12px;
  list-style: none;
  padding-left: 6px;
  flex-wrap: wrap;
}
.item .meals ul li, .hotel-detail  .meals ul li{
  position: relative;
  white-space:nowrap;
  flex: 0 0 auto;
  padding-left: 30px;
}
.item .meals ul li:before, .hotel-detail .meals ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  top: 9px;
  left: 11px;
  border-left: solid 1px #4caf50;
  border-bottom: solid 1px #4caf50;
  transform: rotate(-45deg);
}
.inner-page .safaries{
    margin-bottom: 24px !important;
}
.inner-page .sidebar2{
  position: sticky;
  top:85px;
}
.inner-page .gallery{
  display: grid;
    grid-template-columns: auto auto;
  margin-top: 24px;
  grid-gap: 1px;
}
.inner-page .gallery a{
}
.inner-page .gallery a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-body{
    padding: 0;
}
.modal-body{
    padding: 0; 
}
.modal-header{
    border-bottom: 0;
}
.inner-form{
  background-color: #fff;
  padding: 15px;
  border-top: solid 4px #FE8F00;
  border-radius: 15px;
  //*box-shadow: 0px 16px 20px #e2ecec;*//
}

.incuded-box{
  background-color: #fff;
  padding: 15px;
  border-top: solid 4px #007806;
  border-radius: 15px;
  margin-top: 15px;
  //*box-shadow: 0px 16px 20px #e2ecec;*//
}

.incuded-box h3{
    color: #007806;
}

.exclude-box{
  background-color: #fff;
  padding: 15px;
  border-top: solid 4px #df0000;
  border-radius: 15px;
  margin-top: 15px;
  //*box-shadow: 0px 16px 20px #e2ecec;*//
}

.exclude-box h3{
    color: #df0000;
}

.safari-detail .safaries .item{
  border-radius: 15px;
      overflow: hidden;
}
.safari-detail .gallery{
  border-radius: 15px;
  overflow: hidden;
}
.safari-info {
    display: grid;
    grid-template-columns: calc(33.3333% - 16px) calc(33.3333% - 16px) calc(33.3333% - 16px);
    gap: 24px;
    text-align: center;
    padding: 0;
    list-style: none;
    margin: 0;
}
.safari-info .icon {
    box-shadow: 0px -16px 20px #e2ecec, 0px 0px 0px 12px #ebf6f9, inset 0px 2px 0px #ffffff;
    position: relative;
  width: 95px;
  height: 95px;
  line-height: 95px !important;}
.safari-info h4{
  margin-bottom: 12px;
  font-size: 20px;
}
.safari-info .detail{
  background-color: #e5ecec;
  padding: 12px;
  margin-top: -70px;
  border-radius: 15px;
  min-height: calc(100% - 70px);
  padding-top: 87px;
  box-shadow: 0px 16px 20px #e2ecec, inset 0px 1px 0px #ffffff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f9f9+0,ffffff+100 */
background: rgb(247,249,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,249,249,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(247,249,249,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(247,249,249,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.safari-info .pricing {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 6px;

}
.safari-info .pricing .price-new {
  margin-left: 10px;
    margin-right: 10px;
}
.safari-info .pricing .price-new span {
    padding: 1px 4px;
      border:none;
}
.safari-info .pricing .price-new sup{
    top: -3px;
    font-weight: 500;
}
/* .safari-info .detail:before{
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top:-12px;
  bottom: =12px;
  background-color: #e5ecec;
  z-index: -1;
} */
.sub-heading{
  color: #5D5D5D;
  margin-bottom: 24px;
      margin-top: 32px;
}
ul.ulist {
    list-style: none;
    line-height: 22px;
    padding-left: 23px;
}
ul.ulist li {
    margin-bottom: 8px;
    position: relative;
}
ul.ulist li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-radius: 10px;
    margin-left: -19px;
    top: 7px;
    color: #a9a9a8;
}
.related-btn-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}
.tour-detail .gallery-wrap, .hotel-detail .gallery-wrap {

    margin-bottom: 20px;
        position: relative;
}
  .tour-detail .heading, .hotel-detail .heading{
        margin-top: 30px;
    margin-bottom: 30px;
        font-weight: bold;
  }


   .fotorama__fullscreen-icon {
    display: none !important;
  }

  .fotorama-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
  }
/* .tour-detail .gallery-wrap svg{
  position: absolute;
  top:28px;
}
.tour-detail .gallery-wrap svg path{
fill:#fff;
}
.tour-detail .gallery-wrap svg.bl-curv{
  right: 100%;
  margin-right: -1px;
}
.tour-detail .gallery-wrap svg.br-curv{
  left: 100%;
   margin-left: -1px;
  transform: rotateY(180deg);
} */
/* .tour-detail .gallery-wrap > .row > div:first-child img, .hotel-detail .gallery-wrap > .row > div:first-child img{
  border-radius: 20px 0 0 20px;
}
.tour-detail .gallery-wrap > .row > div:last-child a:nth-child(2) img, .hotel-detail .gallery-wrap > .row > div:last-child a:nth-child(2) img{
  border-radius: 0 20px 0 0;
}
.tour-detail .gallery-wrap > .row > div:last-child a:nth-child(4) img, .hotel-detail .gallery-wrap > .row > div:last-child a:nth-child(4) img{
  border-radius: 0 0 20px 0;
} */
 .item-detail .detail-gallery{
  border-radius: 20px;
  overflow: hidden;
} 
.item-detail .gallery-wrap img{
  width: 100%;
}
.item-detail .gallery-wrap .img-block img{
    height: 100%;
    object-fit: cover;
}
.item-detail .gallery-wrap .single-img-block img{
  max-height: 500px;
 
}
.item-detail .gallery-wrap .img-block{
    padding-bottom: calc(var(--bs-gutter-x) * 1);
    display: block;
    height: 100%;
    position: relative;
}
.item-detail .gallery-wrap .gallery-5-img > div:first-child .img-block, .item-detail .gallery-wrap .gallery-5-img > div:last-child .img-block:nth-child(3), .item-detail .gallery-wrap .gallery-5-img > div:last-child .img-block:nth-child(4), .item-detail .gallery-wrap .gallery-5-img > div:last-child .img-block:nth-last-child(2), .item-detail .gallery-wrap .gallery-4-img > div:first-child .img-block, .item-detail .gallery-wrap .gallery-4-img > div:last-child .img-block:last-child, .item-detail .gallery-wrap .gallery-3-img > div:first-child .img-block, .item-detail .gallery-wrap .gallery-3-img > div:last-child .img-block:last-child, .item-detail .gallery-wrap .gallery-2-img .img-block, .item-detail .gallery-wrap .gallery-1-img .img-block{
  padding-bottom: 0;
}
.item-detail .item-wrap > .row > div:first-child .img-block{
  padding-bottom: 0;
}
.item-detail .gallery-wrap > .row > div:last-child .img-block:nth-child(4), .item-detail .gallery-wrap > .row > div:last-child .img-block:nth-child(3){
    padding-bottom: 0;
}
.item-detail .gallery-wrap .img-block div{
    position: absolute;
    left: 12px;
    right: 12px;
    top: 0;
    bottom: 0;
    border-radius: 0 0 20px 0;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.521);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.tour-detail .gallery-wrap .img-block div i, .hotel-detail .gallery-wrap .img-block div i{
  font-size: 25px;
}
.tour-detail .tour-info, .hotel-detail .hotel-info {
    padding: 15px;
    background-color: #ffffff;
    border: solid 1px #edf4f5;
        border-radius: 15px;
            margin-bottom: 30px;
}
.tour-detail .tour-info .heading, .hotel-detail .tour-info .heading {
  text-align: left;
      margin-top: 0;
      margin-bottom: 20px;
      text-transform: inherit;
      font-size: 28px;
}
.tour-detail .price-wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #edf4f5;
    padding: 0px 24px 40px;
    margin: 0 -24px 24px;
}
.tour-detail .pricing .price-new span {
    font-size: 30px;
}
.tour-detail .price-new {
    font-size: 20px;
}
.tour-detail .discount{
  margin-right: auto;
  margin-left: 20px;
}
.tour-detail .duration{
position: inherit;
    align-items: center;
    width: auto;
    filter: none;
    display: flex;
    margin-bottom: 20px;
}
.tour-detail .duration span {
    letter-spacing: 1.99px;
    padding-left: 15px;
    width: inherit;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    margin: initial;
}
.tour-detail .duration i {
      color: #FE8F00;
    font-size: 20px;
    width: 41px;
    height: 41px;
    line-height: 30px;
    text-align: center;
    border: solid 1px #E8EFEF;
    border-radius: 100px;
    position: inherit;
}
.tour-detail .best-time{
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}
.tour-detail .best-time i {
    color: #FE8F00;
    font-size: 20px;
    width: 41px;
    height: 41px;
    line-height: 35px;
    text-align: center;
    border: solid 1px #E8EFEF;
    border-radius: 100px;
}
.tour-detail .info-title {
    color: #5D5D5D;
    margin-top: 24px;
}
.package-inclusions{
    display: flex;
    gap: 12px;
    list-style: none;
text-align: center;
font-size: 12px;
}
.package-inclusions li{
  width: 62px;
}
.package-inclusions i{
      display: block;
  width: 52px;
  height: 52px;
  margin: auto;
  background-color: #ffffff;
  line-height: 47px;
  font-size: 28px;
  text-align: center;
  color: #FE8F00;
  border: solid 1px #E8EFEF;
  border-radius: 100%;
}
.tours .package-inclusions {
    padding-left: 12px;
    flex-wrap: wrap;
    padding-bottom: 12px;
}
.tours .package-inclusions li {
  width: inherit;
      display: flex;
      align-items: center;
      gap: 7px;
}
.tours .package-inclusions i {
    width: 34px;
    height: 34px;
    line-height: 31px;
    font-size: 18px;
}
.tour-detail .activities {
    flex-wrap: wrap;
}
.tour-detail .activities i {
    width: 62px;
    flex: 0 0 auto;}
  .tour-detail .tour-info .btn-block{
    text-align: center;
    padding: 15px 0 0px;
    border-top: solid 1px #edf4f5;
    margin: 24px -24px 0;
    }
  .tour-detail  .cities {
    background-color: #E8EFEF;
    color: #656565;
    padding: 6px 24px;
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
  .tour-detail  .cities:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 10px;
    top: 0px;
    bottom: 0px;
    background-image: repeating-linear-gradient(45deg, #afd0c0 0, #afd0c0 2px, transparent 0, transparent 50%);
    background-size: 5px 5px;
    background-color: rgba(255, 255, 255, 0);
}
.tour-detail  .cities b{
    margin-right: 12px;
}
.itinerary-wrap{
  display: flex;
}
.day-list-wrap{
position: relative;
}
.day-list-wrap:before {
content: "";
position: absolute;
left: 6px;
width: 5px;
top: 20px;
bottom: 20px;
background-image: repeating-linear-gradient(45deg, #afd0c0 0, #afd0c0 2px, transparent 0, transparent 50%);
background-size: 5px 5px;
background-color: rgba(255, 255, 255, 0);
}
.itinerary-wrap .day-list {
    display: flex;
    flex-flow: column;
    white-space: nowrap;
        width: 65px;
    /* position: sticky;
    top: 70px; */
}
.itinerary-wrap .day-list a{
  color: #afd0c0;
    font-family: "Roboto Condensed", sans-serif;
    padding: 15px 0px;
    font-size: 16px;
    display: flex;
    transition: color ease-in-out .3s;
        /* margin-bottom: 24px; */
}
.itinerary-wrap .day-list a.active{
  color: #0f4c6e;
}
.itinerary-wrap .day-list a.active{
      color: #0f4c6e;
}
.itinerary-wrap .day-list a i{
    background-color: #edf4f5;
    margin-right: 5px;
    transition: transform cubic-bezier(1,-0.58,.12,.87) .5s;
}
.itinerary-wrap .day-list a.active i{
      transform: scale(1.4);
}
    .tour-detail .itinerary{
          padding-left: 12px;
      background-color: transparent;
          --bs-accordion-bg: transparent;
          position: relative;
          width: calc(100% - 65px);
    }

.tour-detail .itinerary > div{
  position: relative;
      border: none;
      margin-bottom: 24px;
}
.tour-detail .itinerary .accordion-item .day{
      border-radius: 15px 15px 0 0;
}
.tour-detail .itinerary .collapsed.day{
  border-radius: 15px ;
}
.tour-detail .itinerary .day-detail > div{
  border-radius: 0 0 15px 15px;
}
/* .tour-detail .itinerary .day span{
  margin-right: 24px;
}
.tour-detail .itinerary .day span:before {
  content: "";
      position: absolute;
      left: -40px;
      top: 16px;
      width: 20px;
      height: 20px;
      border: solid 1px;
      border-radius: 20px;
      background-color: #fff;
      z-index: 1;
}
.tour-detail .itinerary .day span:after {
  content: "";
      position: absolute;
      left: -22px;
      top: 23px;
          width: 22px;
      height: 6px;
      border-top: solid 1px;
      border-bottom: solid 1px;
      background-color: #fff;
      z-index: 1;
} */
.accordion-item:last-of-type .day.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius:0;
}
      .tour-detail .itinerary .day{
        position: relative;
        margin-bottom: 0;
        /* border: solid 1px #afd0c0; */
        background-color: #fff;
        color: #0f4c6e;
        position: sticky;
    z-index: 4;
    font-size: 22px;
    color: #FE8F00;
    top: 98px;
    }
    .tour-detail .itinerary .collapsed.day, .tour-detail .itinerary .collapsed.day span:before, .tour-detail .itinerary .collapsed.day span:after{
      color: #0f4c6e;
      box-shadow: none;
  }
  .tour-detail .itinerary .day:not(.collapsed){
    border-bottom-color: transparent;
    box-shadow: none;
  }
  .tour-detail .itinerary .day:not(.collapsed):focus {
    box-shadow: none;
}
.tour-detail .itinerary .accordion-item:last-child .accordion-collapse.show:before{
  content: "";
      position: absolute;
      left: -78px;
          bottom: -7px;
          width: 19px;
      border-bottom: solid 2px #afd0c0;
      z-index: 1;
}
.tour-detail .itinerary .day-detail > div{
    background-color: #ffffff;
    /* border: solid 1px #afd0c0; */
    border-top: none;
    position: relative;
    padding-top: 0;
    text-align: justify;
z-index: 3;
    min-height: 60px;
}
.tour-detail .itinerary .day-detail.collapse.show{
  box-shadow: 0px 16px 20px #e2ecec;
  border-radius: 0 0 15px 15px;
}
.tour-detail .itinerary .day-detail .hotel-check-in{
  margin-bottom: 12px;
  border-top: solid 1px #edf4f5;
  padding-top: 12px;
}
.tour-detail .itinerary .meals {
    font-size: 14px;
    color: #75909f;
    font-weight: bold;
    margin: 6px 0;
}
.tour-detail .itinerary .meals i{
    font-size: 18px;
}
.tour-detail .itinerary .img-block {
    max-width: 220px;
    flex:0 0 auto;
}
.tour-detail .itinerary .img-block img{
  position: sticky;
  top:80px;
}
.tour-detail .itinerary .hotel-list .img-block {
    max-width: 90px;
}
.tour-detail .itinerary .hotel-list .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tour-detail .itinerary .hotel-list .item .item-title {
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  white-space: normal;
}
.tour-detail .itinerary .day-detail .hotel-check-in {
  color: #FE8F00;
  font-weight: bold;
  margin-right: 5px;
}
.tour-detail .itinerary .day-detail .hotel-check-in i{
  margin-right: 5px;
  font-size: 18px;
}
.itinerary .hotel-list:not(.disable-slide){
    margin: 0 -20px;
width: inherit;
padding: 0 20px;
overflow: hidden;
}
.itinerary .hotel-list.disable-slide:not(.hotel-list-slide){
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.itinerary .hotel-list .owl-stage-outer{
  overflow: initial;
}
.itinerary .hotel-list .item {
  background-color: #f5fafa;
  margin-bottom: 12px;
  position: relative;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.itinerary .hotel-list.disable-slide:not(.hotel-list-slide) .item {
      flex: 0 0 auto;
      width: calc(100% - 18px);
      max-width: 100%;
}
.itinerary .hotel-list .item:before{
  content: "OR";
  position: absolute;
  margin-left: 5px;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 23px;
  font-size: 12px;
  text-align: center;
  border-radius: 100px;
  color: #FE8F00;
  border: solid 1px;
  background-color: #fff;
  z-index: 1;
  pointer-events: none;
}
.itinerary .hotel-list .item:after{
  display: none;
  content: "";
  position: absolute;
  margin-left: -2px;
  top: 0;
  bottom: 12px;
  margin-top: 0;
  width: 2px;
  background-color: #FE8F00;
  z-index: 0;
}
.itinerary .hotel-list .owl-item:last-child .item:before, .itinerary .hotel-list .owl-item:last-child .item:after, .itinerary .hotel-list.disable-slide:not(.hotel-list-slide) .item:last-child:before{
  display: none;
}
.itinerary .hotel-list .item .rating{
    position: relative;
    right: inherit;
    font-size: 12px;
    padding-left: 10px;
    background-color: Transparent;
}
.itinerary .hotel-list .item .address {
    font-size: 14px;
    color: #75909f;
}
.tour-detail .include-list{
  margin-bottom: 24px;
}
.tour-detail .include-list li:before{
  width: 20px;
  height: 20px;
  position: absolute;
  border: none;
  background: #cef2e5;
  color: #10ac58;
  left: -10px;
  top: 3px;
}
.tour-detail .include-list li:before{
  width: 20px;
  height: 20px;
  position: absolute;
  border: none;
  background: #cef2e5;
  color: #10ac58;
  left: -10px;
  top: 3px;
}
.tour-detail .include-list li:after{
  content: "";
      width: 8px;
      height: 5px;
      position: absolute;
      border-left: solid 1px;
      border-bottom: solid 1px;
      transform: rotate(-45deg);
      color: #10ac58;
      left: -23px;
      top: 9px;
}
.tour-detail .include-list.excluded li:before{
  background-color: #ccc;
  background: #fad6d6;
color: #da3838;
}
.tour-detail .include-list.excluded li:after {
    content: "x";
    font-size: 15px;
    position: absolute;
    transform: scaleX(1.4);
    color: #da3838;
    border:none;
    font-weight: lighter;
    left: -22px;
    top: 0px;
}
.hotel-detail .gallery-wrap .rating{
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 14px;
    color: #E9B300;
    display: inline-flex;
    gap: 10px;
    margin-left: 10px;
        box-shadow: 0px 8px 8px rgb(226 236 236 / 51%);
}
.hotel-detail .hotel-info{
  padding: 24px;
background-color: #ffffff;
border: solid 1px #edf4f5;
}
.hotel-detail .hotel-info .heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: inherit;
    font-size: 28px;
}
.hotel-detail .info-title {
    color: #5D5D5D;
    margin-top: 24px;
}
.hotel-detail .hotel-info  .address-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 12px;
}
.hotel-detail .address {
    color: #828686;
    display: flex;
    gap: 12px;
    line-height: 20px;
}
.hotel-detail .address i {
    font-size: 20px;
}
.hotel-detail .facilities{
    display: flex;
    flex-wrap: wrap;
    gap:21px;
}
.hotel-detail .facilities i {
  text-align: center;
    color: #FE8F00;
    display: block;
        font-size: 24px;
    width: 58px;
    height: 58px;
    background-color: #ffffff;
    line-height: 58px;
    box-shadow: 0px 8px 18px rgb(242 246 246);
    border-radius: 100%;
    transition: box-shadow ease-in-out .3s;
}
.hotel-detail .facilities i:hover {
    box-shadow: 0px 0px 0px 1px rgb(242 246 246);
}
.hotel-detail .price-wrap {
    display: flex;
    border-bottom: solid 1px #edf4f5;
    padding: 0px 24px 40px;
    margin:0 -24px 24px;
}
.hotel-detail .pricing .price-new span {
    font-size: 30px;
}
.hotel-detail .price-new {
    font-size: 20px;
}
.hotel-detail .discount {
    margin-left: 20px;
}
.hotel-detail .hotel-info .btn-block {
    text-align: center;
    padding: 24px 0 0px;
    border-top: solid 1px #edf4f5;
    margin: 24px -24px 0;
}
.hotel-detail .room-type .item {
    display: flex;
    background-color: #fff;
margin-bottom: 24px;
border-radius: 15px;
    overflow: hidden;
}
.hotel-detail .room-type .item .img-block {
    max-width: 310px;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
}
.hotel-detail .room-type .item .img-block img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel-detail .room-type .item .info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex: 1 0 0%;
    padding: 12px;
}
.hotel-detail .room-type .item .item-title{
  font-size: 18px;
}
.hotel-detail .room-type .item .facilities .fa-solid {
    -webkit-text-stroke: 1.5px;
}
.hotel-detail .room-type .item .meals{
  margin-bottom: 12px;
}
.hotel-detail .checkin-time {
  background-color: #E8EFEF;
    padding: 8px 18px 8px 12px;
    border-radius: 100px;
    display: inline-flex;
    margin-bottom: 12px;
    margin-right: 12px;
}
.hotel-detail .checkin-time b{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    margin-left: 6px;
}
.hotel-detail .checkin-time i {
    color: #FE8F00;
    font-size: 20px;
    margin-right: 8px;
    -webkit-text-stroke: 1.5px !important;
}
.hotel-detail .amenities{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 16px;
}
.hotel-detail .amenities .item{
    display: flex;
        align-items: center;
}
.hotel-detail .amenities i{
    background-color: #ffffff;
    padding: 8px;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    line-height: 18px;
    font-size: 20px;
    color: #FE8F00;
    margin-right: 10px;
    box-shadow: 0px 6px 11px rgb(0 0 0 / 6%);
    text-align: center;
}
.detail-nav-wrap {
    z-index: 21;

    /* position: sticky;
    top: 70px; */
    margin-bottom: 20px;
    padding-left: 110px;
    padding-right: 110px;
    margin-left: -110px;
    margin-right: -110px;
    top:0;
    transition: background-color ease-in-out .3s, top ease-in-out .3s;
}
.detail-nav-wrap.detail-nav-sticky{
      position: sticky;
      top: 63px;
      background-color: #fff;
}

.detail-nav{
  display: flex;
  font-size: 18px;
}
.detail-nav a{
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
    transition: color ease-in-out .3s;
}
.detail-nav a.active{
  color: #FE8F00;
}
.detail-nav a:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 0;
  border:solid 4px transparent;
  border-top-color: #FE8F00;
  transition: top ease-in-out .3s;
}
.detail-nav a.active:before{
    top: 0px;
}
/* ui date picker */
.ui-datepicker {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0
}

.ui-datepicker .ui-datepicker-header {
    background: 0 0;
    background-color: #009688;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none
}

.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover {
    background: 0 0;
    border: none
}

.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-next-hover {
    right: 4px;
    top: 0;
        font-weight: inherit;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-prev-hover {
    left: -2px;
    top: 0;
        font-weight: inherit;
}

.ui-datepicker .ui-datepicker-next .ui-icon,.ui-datepicker .ui-datepicker-prev .ui-icon {
    background: 0 0;
    height: 22px;
    width: 22px;
    cursor: pointer;
    color: rgb(255 255 255 / 65%);
}

.ui-datepicker .ui-datepicker-next .ui-icon:before,.ui-datepicker .ui-datepicker-prev .ui-icon:before {
    font-family: 'Font Awesome 5 Free';
    text-indent: 0;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0
}

.ui-datepicker .ui-datepicker-prev .ui-icon:before {
    content: '\f104'
}

.ui-datepicker .ui-datepicker-next .ui-icon:before {
    content: '\f105'
}

.ui-datepicker td,.ui-datepicker th {
    font-size: 13px;
    text-align: center
}

.ui-datepicker th {
    color: #009688;
    font-weight: 600
}

.ui-datepicker th.ui-datepicker-week-end {
    color: #333
}

.ui-datepicker .ui-datepicker-month,.ui-datepicker .ui-datepicker-year {
    font-weight: 400
}

.ui-datepicker td a,.ui-datepicker td span {
    text-align: center
}

.ui-datepicker .ui-state-active,.ui-datepicker .ui-state-default {
        border: none;
    width: 31px;
    height: 31px;
    border-radius: 50%
}

.ui-datepicker .ui-state-active {
    background-color: #FE8F00;
    color: #fff
}
.ui-widget.ui-widget-content {
    border: none;
    padding: 0 12px 12px;
    box-shadow: 0px 18px 11px rgb(0 0 0 / 9%);
}
.ui-datepicker {
    width: 18em;
}
.ui-datepicker .ui-datepicker-header {
    background-color: #0f4c6e;
    margin-left: -12px;
    margin-right: -12px;
}
.datepicker{
  cursor: pointer;
}
.datepicker + i {
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 23px;
    pointer-events: none;
}
.form-group{
  position: relative;
}
.inner-form .form-control{
  border:solid 1px #edf4f5;
}
.accordion-button:after {
    background-image: none !important;
    transform: rotate(315deg) translate(5px);
    border-bottom: solid 1px;
    border-left: solid 1px;
    width: 12px;
    height: 12px;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(135deg) translateX(0px) translateY(-3px);
}
.subscribe-wrap  {
  padding-bottom: 220px;
  position: relative;
  padding-top: 80px;
  z-index: 1;
  background-color: #f2f6f6;
}
.subscribe-wrap .box-wrap{
  position: relative;
      z-index: 1;
}
.subscribe-wrap label{
  text-transform: uppercase;
  font-weight: lighter;
  margin-top: 15px;
}
.subscribe-wrap .form-control{
  padding: 15px 12px;
  border-radius: 100px;
}
.subscribe-wrap small{
  margin-top: 10px;
  display: block;
}
@media only screen and (min-width: 1400px) {
  .side-bar {
      padding-right: 15px;
  }
  .tours-section .row-cols-xxl-4>* {
  
    width: 33.3333333333%;
  }
  }
@media only screen and (min-width: 1600px) {
.itinerary .hotel-list.disable-slide:not(.hotel-list-slide) .item {
      flex: 0 0 auto;
      width: calc(33.3333% - 22px);
      max-width: 100%;
}

.tours-section .row-cols-xxl-4>* {
  width: 25%;
}
}
@media only screen and (min-width: 1200px) {


}

@media only screen and (max-width: 1720px){
  .safari-info {
      display: grid;
      grid-template-columns: calc(50% - 12px) calc(50% - 12px);
      gap: 24px;
      text-align: center;
      padding: 0;
      list-style: none;
      margin: 0;
  }
  .safari-info li:last-child{
      grid-column: 3/1;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 993px){
  .hotels .pricing .price-new span {
    padding: 2px 4px;
    font-size: 18px;
}
.hotels .item .address {
    gap: 6px;
}
.tour-list .item .img-block {
    max-width: 260px;
    flex: 0 0 auto;
}

}
@media only screen and (max-width: 1199px) and (min-width: 993px){
    .navbar-brand {
        margin-right: 0;
    }
  

}
@media only screen and (min-width: 992px) {
  .slide-wrapper {
      margin-bottom: 30px;
  }

.tours .owl-nav, .slide-banners .owl-nav, .dest-slide .owl-nav{
position: absolute;
left: -19px;
right: -19px;
top: 35%;
}

.tours .owl-nav .owl-next, .slide-banners .owl-nav .owl-next, .dest-slide .owl-nav .owl-next{
  float: right;
}
}
@media only screen and (min-width: 576px) {
    .usp-wrap ul, .grid-container {
        grid-template-columns: auto auto;
      }
}
@media only screen and (max-width: 1599px) {
.menu-offer-wrap{
  align-items: start;
}
.header-contact {
    right: 210px;}
}
@media only screen and (max-width: 1499px) {
  .site-logo {
    max-width: 157px;
}
.about .site-logo {
  margin-top: -62px;
}
.destination-blocks .item .item-inner {
  padding: 15px;
}
.tours .item .btn-wrap .btn-whatsapp, .hotels .item .btn-wrap .btn-whatsapp {
    margin-left: 45px;
}
}
@media only screen and (max-width: 1499px) and (min-width: 1199px){
.main-menu{
      margin-left: 20px;
  margin-right: auto;
}
.slide-main .slide > img{
  min-height: 700px;
}

}
@media only screen and (max-width: 1399px) {
  .footer-logo {
      margin-top: -178px;
  }
 .tour-list .price-wrap {
    padding: 14px;
}
  .tour-list .item .img-block, .hotel-list .item .img-block{
    max-width: 220px;
}
.tour-list .item .pricing .price-new span {
    padding: 1px 4px;
    font-size: 19px;
}

.tour-list .item .cities {
    padding: 12px;
}

.hotel-list .item .price-wrap{
    padding: 14px;
}
}
@media only screen and (max-width: 1240px) {
  .header-contact .email {
    display: none;
}
}
@media only screen and (max-width: 1199px) {
      .side-bar {
  width: 100%;
  order: 1;
}
  .main-menu {
      margin-left: 20px;
  }
  .header-contact {
        right: 220px;
        top: 21px;
  }
  .slide-main {
      position: absolute;
          z-index: -1;
  }
  .slide-wrapper .form {
      position: relative;
      max-width: inherit;
      left: 0;
      right: 0;
      padding-top: 46px;
  }
  .block-container {
    padding-left: 50px;
    padding-right: 50px;
}
  .about .title {
    margin-bottom: 20px;
    line-height: 30px;
}


/* .tour-detail .itinerary .hotel-list .item .info, .tour-detail .itinerary .hotel-list .item .item-title, .tour-detail .itinerary .hotel-list .item .address, .tour-detail .itinerary .hotels .item .meals, .tour-detail .itinerary .hotel-list .item .btn-wrap {
    padding-left: 0;
    padding-right: 0;
} */
.itinerary .hotel-list.disable-slide:not(.hotel-list-slide) .item {
    width: 100%;
}
.tour-detail .itinerary .hotel-list .item .item-title {
    font-size: 17px;
    padding-top: 7px;
}
.itinerary .hotel-list .item .rating {
    font-size: 16px;
    right: 0;
}
footer .pay-online li {
  padding: 8px;
}
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 991px) {
  .main-menu {
    margin-left: 0;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0px 14px 18px rgb(0 0 0 / 7%);
    background-color: #fff;
        z-index: 1;
}
.heading{
  padding-left:8px;
  padding-right:8px;
}
.destination-section .heading {
  margin-bottom: 60px;
}
  .header-contact {
    right: 240px;
    top: 18px;
}
  .enq-btn {
    margin-right: 50px;
    font-size: 14px;
}
.top-gap {
    margin-top: 74px;
}
  .block-container {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 50px;
}

    .navbar-brand {
        width: 70px;
        margin-top: -35px;
        margin-bottom: 5px;
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
    }
    .stickyHeader .navbar-brand {
        margin-top: -2px;
        margin-bottom: 2px;
    }
    .contact-top .email span{
        display: none;
    }
    .slide-wrapper .form {
        padding-top: 115px;
    }
    .slide-banners {
    margin-bottom: 12px;
}

    .slide-wrapper .form form{
      background-color: #fff;
    }
    .hotels-section .hotels {
        grid-template-columns: 100%;
    }
    .featured-destination-wrap .owl-carousel .owl-stage-outer {
      padding-bottom: 100px;
  }
.tours .owl-nav, .slide-banners .owl-nav, .dest-slide .owl-nav{
    position: absolute;
    left: -5px;
    right: -5px;
    top: 35%;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    width: 30px;
    position: absolute;
    right: 0;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev{
    width: 30px;
    position: absolute;
    left: 0;
}
    /* .safaries.row, .about .row, .tours-section.inner-page > .row, .hotel-section.inner-page > .row, .inner-page > .row, .tour-spec > .row{
      margin: 0;
    } */
    .safaries.row, .about .row, .tours-section.inner-page > .row, .hotel-section.inner-page > .row, .inner-page > .row, .tours.row, .tour-spec > .row, .featured-hotel  .row, .destination-section .row{
      margin: 0;
    }
    .safaries.row > *, .about .row > *, .tours-section.inner-page > .row > *, .hotel-section.inner-page > .row > *, .inner-page > .row > *, .tours.row > *, .tour-spec > .row > *, .featured-hotel  .row > *, .destination-section .row .col-xl-6 .row > *, .destination-section .destination > .row > *,  .destination-section .destination > .row .col-8 .item{
      padding-right: calc(var(--bs-gutter-x) * .05);
      padding-left: calc(var(--bs-gutter-x) * .05);
      padding-bottom: 2px;
    }
    .international-destination.destination-section .destination > .row > .col-8{
      padding-bottom: 0;
    }
    .international-destination.destination-section .destination > .row > .col-8 .item-hr{
      padding-bottom: 2px;
  }
    .domestic-destination .destination-blocks .col-4{
      padding-left: calc(var(--bs-gutter-x) * .1);
      padding-right: 0;
  }
  .domestic-destination .destination-blocks .col-8{
    padding-left: 0;
}
.international-destination .destination-blocks .col-4 {
  padding-right: calc(var(--bs-gutter-x) * .1);
  padding-left:  0;
}
.destination-blocks .item .title {
  margin-bottom: 30px;
  margin-top: 4px;
}
    .domestic-destination .destination.destination-blocks .item.item-hr, .destination.destination-blocks .item.item-vr{
      padding-bottom: 0;
    }
    .international-destination .destination-blocks .item.item-vr{
      padding-bottom: 0;
    }
    .destination-tab-content .tours .item, .destination-tab-content .hotels .item, .featured-hotel .item-gallery .img-block:nth-child(1), .featured-hotel .item-gallery .img-block:nth-child(2) {
      margin-bottom: calc(var(--bs-gutter-x) * .1);
  }
  .destination-blocks .item.item-vr .package-count {
    padding: 120px 10px 20px 10px;
}
.destination-blocks .item.item-hr .package-count {
  padding: 0px 120px 10px 10px;
}
  .destination-blocks .item .item-inner {
    padding: 5px;
}
.tour-by-interest-section .tour-by-interest > .row{
  margin: 0;
}
    .safari-detail .info, .sidebar2 .sub-heading, .tour-detail .info {
        padding: 0 12px;
    }

    .about .img-block{
      margin-bottom: 24px;
    }
    .about .img-block img{
              max-height: 610px;
    }
    .about .info{
    padding: 0 12px 48px;
}

.list-content{
  padding: 0 12px;
}
.hotel-list .item .facilities i {
  font-size: 24px;
  width: 38px;
  height: 38px;
  line-height: 38px;}
  .tour-detail .cities {
    font-size: 16px;
    flex-wrap: wrap;
}
.tour-detail .gallery-wrap > .row > div:first-child img, .hotel-detail .gallery-wrap > .row > div:first-child img{
  border-radius: 20px 20px 0 0;
}
.tour-detail .gallery-wrap > .row > div:first-child .img-block, .hotel-detail .gallery-wrap > .row > div:first-child .img-block{
  padding-bottom: calc(var(--bs-gutter-x) * .07);
}
.tour-detail .gallery-wrap > .row > div:last-child a:nth-child(2) img, .hotel-detail .gallery-wrap > .row > div:last-child a:nth-child(2) img{
   border-radius: 0;
}
.tour-detail .gallery-wrap > .row > div:last-child a:nth-child(3) img, .hotel-detail .gallery-wrap > .row > div:last-child a:nth-child(3) img{
  border-radius: 0 0 0 20px;
}
.hotel-detail .room-type .item {
    flex-flow: column;
}
.tour-detail .gallery-wrap > .row > div:not(.col-auto), .hotel-detail .gallery-wrap > .row > div:not(.col-auto){
  padding: 0;
}
.tour-detail .gallery-wrap .img-block, .hotel-detail .gallery-wrap .img-block{
  padding: calc(var(--bs-gutter-x) * .05);
}
.tour-detail .gallery-wrap .img-block div, .hotel-detail .gallery-wrap .img-block div{
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
}
.tour-detail .itinerary .hotel-list .img-block {
    max-width: 80px;
}
.tour-detail .itinerary .hotel-list .item .info {
    padding: 0px 0 8px;
}
.itinerary .hotel-list .item .rating {
    font-size: 12px;
}
.tour-detail .itinerary .hotels .item .meals {
    flex-wrap: wrap;
}
.detail-nav-wrap{
  padding: 0;
  margin: 0;
}
.hotel-detail .room-type .item .img-block {
    max-width: 185px;
}
.hotel-detail .room-type .item .item-title {
    font-size: 16px;
    padding: 15px;
}
.side-bar .big-btns .row{
  margin: 0;
}
.tours-slide.owl-carousel .owl-nav button.owl-prev{
margin-right: 20px;
}
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
}
  .site-logo {
    max-width: 130px;
}
.tour-list .price-wrap .pricing, .tour-list .price-wrap, .hotel-list .price-wrap .pricing, .hotel-list .price-wrap{
  flex-flow: row;
}
.header-contact {
    top: 22px;
}
    .contact-top .email{
        width: 37px;
    }
    .destination-blocks .item .title {

      font-size: 16px;
  }
  .destination-blocks .item.item-hr .title {
    padding:10px 120px 54px 10px;
}
.destination-blocks .item.item-vr .title {

  padding: 0 10px;
}
.destination-blocks .item .package-count {
  padding-bottom: 20px;
}
.destination .item .package-count span {
  letter-spacing: 0px;
}
.destination-blocks .item .package-count:before {
  top: calc(50% + 61px);
}
.destination-blocks .item.item-hr .package-count:before {
  top: calc(50% - 5px);
  right: 52%;
}
.destination-blocks .item.item-vr .package-count:before {
  top: calc(50% + 50px);
}
.safaries .item .item-title {
  font-size: 18px;
}
/* .safaries .item.jeep-safari + .btn, .safaries .item.canter-safari + .btn{
  margin-bottom: 24px;
} */
.about .site-logo {
  margin-top: -55px;
}
.why-us {
    padding-bottom: 24px;
}
.why-us .item {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 24px;
}
.testimonial .item {
    display: block;
    gap: 36px;
    padding: 24px 50px 60px;
}
.testimonial:before {
    width: 200px;
    height: 200px;
    right: 80px;
    top: 168px;}

.page-header{
  height: auto;
}

/* }
@media only screen and (max-width: 727px) { */

  .tour-list{
    display: flex;
        flex-wrap: wrap;
        column-gap: 12px;
  }
.tour-list .item{
        display: flex;
        flex-flow: column;
        flex: 0 0 auto;
        width: calc(50% - 6px);
        max-width: 100%;
        margin-bottom: 12px;
}
.tour-list .item .item-title {
    font-size: 16px;
}

.tours .like-share {
    gap: 0px;
    flex-flow: column;
}
.tour-list .item .img-block {
    max-width: 100%;
    align-self: start;
    margin-left: 0px;
margin-top: 0px;
border-radius: 10px 10px 0 0;
}
.tours .item .img-block-wrap-mobile{
  display: flex;
}
.tours .item .info-inner {
    width: calc(100% - 112px);
}
.tour-list .item .duration{
  top: inherit;
  align-self: self-start;
  padding: 3px;
  margin-left: 12px;
  margin-bottom: 7px;
}



.tours .package-inclusions li {
    font-size: 0;
}
.tour-list .item p{
  display: none;
}
.tour-list .item .cities {
    padding: 6px 12px;
}
.tours .item .activities{
  display: none;
}
.tour-list .item .best-time {
    margin-bottom: 8px;
    margin-top: 8px;
}
.tour-list .item .best-time b{
  display: block;
}
.tour-list .item .price-wrap , .hotel-list .item .price-wrap{
  margin-top: 0;
}
.tour-list .item .btn, .hotel-list .item .btn {
padding: 21px 40px !important;
        margin-left: auto !important;
}

.hotel-list{
  display: flex;
      flex-wrap: wrap;
      gap: 12px;
}
.hotels.hotel-list .item {
    flex-flow: column;
    flex: 0 0 auto;
    width: calc(50% - 6px);
    max-width: 100%;
}
.tour-list .item .img-block, .hotels.hotel-list .item .img-block {
  width: 100%;
    max-width: 100%;
}
.hotels.hotel-list .item img{
  height: inherit;
  object-fit: inherit;
}
.hotels.hotel-list .item .info{
  width: 100%;
}
.itinerary .hotel-list .item{
  width:100%;
}
.main-header .offer{
  display: none;
}
.tour-detail .tour-info {
    margin-top: 20px;
}
    .mob-footer-contacts {
        position: fixed;
        bottom: 0;
        left: 0px;
        right: 0px;
        z-index: 99;
        border-radius: 15px 15px 0 0;
        overflow: hidden;
    }
        .mob-footer-contacts a {
        font-size: 25px;
        text-align: center;
        color: #fff;
        display: inline-block;
    }
        .mob-footer-contacts .mobfcall {
        background: #0f4c6e;
        width: 22%;
        padding: 4px 0 7px;
        color: #fff;
    }
    .mob-footer-contacts .mobfwhatsapp {
        background: #25d366;
        width: 22%;
        padding: 4px 0 7px;
    }
        .mob-footer-contacts .mobfenq {
        background-color: #fe8f00;
        color: #fff;
        width: 56%;
        font-size: 16px;
        padding: 7px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 24px;
    }
        .mob-footer-contacts i {
        vertical-align: middle;
    }

}
@media only screen and (max-width: 575px) {

.menu-toggle #menu-btn {
    width: 55px;
}
  .site-logo {
    margin-left: 0;
}
.stickyHeader .site-logo {
    /*width: 128px;*/
}
/* .site-logo img{
    width: 160px;
    max-width: inherit;
} */
.stickyHeader .enq-btn {
    height: 60px;
    padding-top: 12px;
}
.top-gap {
    margin-top: 61px;
}
.main-header .enq-btn{
  display: none;
}
.btn {
    padding: 12px 36px;}
  .header-contact {
      right: 50px;
      top: 15px;
      border-radius: 100px;
      line-height: 30px;
      transition: right ease-in-out .3s, top ease-in-out .3s;
  }

  .stickyHeader .header-contact {
    top: 15px;
}
    header .phone {
        font-size: 15px;
    }
    .slide-wrapper .form form{
      padding: 12px;
    }

.form .btn {
    font-size: 15px;
    padding: 16px 32px;
}
.about .site-logo {
  margin-top: -56px;
}
.heading span:before {
  right: -35px;
  top: calc(117% - 43px);
  height: 50px;
  width: 50px;}

    .hotels .item .info {
    padding: 12px;
}

    .heading {
      margin-top: 0px;
      margin-bottom: 10px;
      font-size: 22px;
  }
  .hotels-section .heading {
    margin-top: 10px;
}
.sub-heading {
    margin-bottom: 14px;
    margin-top: 22px;
    font-size: 20px;
}
.destination-blocks .item .package-count b{
  display: none;
}
.featured-destination.destination .item .title {
 font-size: 18px;
}
.featured-destination.destination .owl-item.center .item .title {
  bottom: 50%;
  margin-bottom: 20px;
}
.featured-destination-wrap{
  overflow: hidden;
}
.featured-destination-wrap svg{
  width: 100%;
  min-width: 440px;
  left: -50%;
  right: -50%;
}
.featured-destination-wrap .destination .item{
  width: 150px;
  height: 150px;
}
.tour-by-interest .item {
  padding-top: 37px;
  width: 140px;
  height: 140px;}
  .tour-by-interest .item svg {
    height: 40px;
} 
.tour-by-interest .item:before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;} 
.tour-list .item {
    width: 100%;
}
.tour-list .item .btn-wrap .btn:last-child {
    padding: 23px 40px;
    margin-left: auto;
}
.hotels .item:not(.hotel-list .item):first-child .info {
    left: 15%;
    right: 15%;
    bottom: 15%;
    top: 15%;
}
.hotels .item .address {
    gap: 6px;
}
    .pricing .price-new span {
    padding: 2px 4px;
    font-size: 18px;
}
.pricing .price-old {
    font-size: 14px;
}


.hotels .item .facilities i {
    font-size: 24px;
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.tours .item .activities i {
    font-size: 28px;
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.safaries .item {
    padding: 12px;}
.testimonial:before {
    top: 248px;
      right: 0;}
.testimonial .item {
    padding: 24px 12px 60px;
}
.testimonial .img-block:before {
    bottom: -12px;
    right: -12px;
    top: -12px;}
.testimonial .review i {
    font-size: 32px;
    margin-top: 24px;
}
.why-us .item span {
    font-size: 14px;
}
.footer-heading{
  font-size: 20px;
}
.footer-menu li{
  line-height: inherit;
}
.form-control {
    padding: 8px 12px;
    box-shadow: inset 2px 3px 4px rgb(0 0 0 / 3%);
}
.hotels.hotel-list .item{
    width: 100%;
}
.related-btn-block .btn {
    padding: 12px 24px;
}

.tour-detail .tour-info .heading {
    font-size: 22px;
}
.tour-detail .tour-info {
    padding: 12px;
}
.tour-detail .price-wrap {
    padding: 12px 12px 30px;
    margin: 0 -12px;
}
.tour-detail .tour-info .btn-block {
    padding: 12px 0 0px;
    margin: 14px -12px 0;
}

.itinerary-wrap .day-list {
    width: 40px;
}
.day-list-wrap:before{
  left: 18px;
}
.tour-detail .itinerary {
    width: calc(100% - 40px);
}
.itinerary-wrap .day-list a{
  font-size: 12px;
  flex-flow: column;
  text-align: center;
      padding: 6px 0 2px;
      margin-bottom: 24px;
      background-color: #edf3f4;
}
.itinerary-wrap .day-list a i {
  margin: auto;
      margin-bottom: -6px;
      font-size: 16px;
      background-color: transparent;
      height: 22px;
      line-height: 18px;
}
.tour-detail .itinerary .day-detail > div{
      padding: 0 12px 12px;
}
.tour-detail .itinerary .day {
    top: 62px;
    padding-left: 12px;
}
.tour-detail .itinerary {
    padding-left: 12px;
    background-color: transparent;
    --bs-accordion-bg: transparent;
    position: relative;
    width: calc(100% - 40px);
}
.itinerary .hotel-list:not(.disable-slide) {
    margin: 0 -12px;
    padding: 0 12px;
}
.tour-detail .itinerary .accordion-item:last-child .accordion-collapse.show:before {
    left: -41px;
    bottom: -7px;
}
.tour-detail .itinerary .hotels .item .facilities {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:10px;
}
.tour-detail .itinerary .hotel-list .item .item-title {
    font-size: 15px;
}
.detail-nav-wrap.detail-nav-sticky {
    top: 55px;
}
.detail-nav {
    font-size: 14px;
}
.detail-nav a {
    padding: 12px;
}

.hotel-detail .amenities {

    grid-template-columns: auto auto;
    grid-gap: 10px;
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 420px) {
  .site-logo {
    margin-left: 0;}
  .hotels .item:first-child .info {
    left: 10%;
    right: 10%;
    bottom: 10%;
    top: 10%;
}
.header-contact a {
    gap: 6px;}
.hotels .item .rating, .hotels .item:last-child .rating{
  right: 0;
  left: auto;
}
  .hotels .item:not(:first-child) {
    display: block;
}
.hotels .item .address {
    margin-bottom: 12px;
}
.hotels .item .facilities {
    margin-top: 12px;
}
  .hotels .item img{
    height: auto;
  }
.hotels .item:not(:first-child) .img-block, .hotels .item:not(:first-child) .info {
    width: inherit;
}

.tour-list .item .btn-wrap {
    display: flex;
}
.tour-list .item .btn {
    display: block;
    flex: 1 0 0%;
        padding: 12px 20px;
}
.hotel-list .item .btn-wrap {
    display: flex;
}
.hotel-list .item .btn {
    display: block;
    flex: 1 0 0%;
    padding: 12px 20px;
}
.safari-info {
    display: grid;
    grid-template-columns: 100%;}
.safari-info li:last-child {
    grid-column: inherit;
}
.related-btn-block {
    flex-flow: column;
    gap:12px;
}
.day-list-wrap:before {
    left: 9px;
}
.itinerary-wrap .day-list {
  margin-left: -8px;
}
.tour-detail .itinerary {
    padding-left: 4px;
    width: calc(100% - 32px);
}
.tour-detail .itinerary .accordion-item:last-child .accordion-collapse.show:before {
    left: -34px;
}
}
@media only screen and (max-width: 375px) {
.itinerary .hotel-list:not(.disable-slide) .item {
    flex-flow: column;
}
.tour-detail .itinerary .hotel-list:not(.disable-slide) .img-block {
    max-width: 100%;
    height: 100px;
}
}
