* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif; }

.banner {
  height: 600px;
  background: #ccc; }

#content {
  /* padding: 0 135px; */
  background-color: #E5E5E5; }
  #content .content-main {
    position: relative;
    top: -162px; }

#menu-tabs #tabs {
  display: flex; }
  #menu-tabs #tabs .tab-item {
    padding: 13px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer; }
  #menu-tabs #tabs .tab-item.active {
    background-color: #0081C5;
    color: #fff; }

#menu-tabs #tab-content {
  border-top: 4px solid #0081C5;
  box-shadow: rgba(0, 0, 0, 0.4) -2px 4px 9px;
  background-color: #fff; }
  #menu-tabs #tab-content .tab-pane {
    display: none; }
  #menu-tabs #tab-content .tab-pane.active {
    display: block; }

#content-1 {
  padding: 0 32px; }
  #content-1 .area-tag {
    display: flex;
    margin-top: 32px; }
    #content-1 .area-tag .area-item {
      padding: 4px 14px;
      background-color: #0081C5;
      margin-right: 8px;
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      border-radius: 4px; }
  #content-1 .title-main {
    margin-top: 28px; }
    #content-1 .title-main .title {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 40px; }
    #content-1 .title-main .sub-title {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 30px;
      color: #0081C5; }
  #content-1 .info-include {
    margin-top: 32px;
    margin-bottom: 30px; }
    #content-1 .info-include .title {
      font-weight: 700;
      font-size: 26;
      line-height: 26px;
      margin-bottom: 15px;
      text-decoration: underline #ccc; }
    #content-1 .info-include .content-item {
      display: flex;
      color: #333333; }
      #content-1 .info-include .content-item .circle-wrapper {
        height: 26px;
        display: flex;
        align-items: center; }
      #content-1 .info-include .content-item p {
        word-wrap: break-word;
        word-break: break-all;
        display: flex;
        line-height: 26px; }
    #content-1 .info-include .circle-icon {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #C4C4C4;
      margin-right: 16px; }
  #content-1 .info-no-include .title {
    font-weight: 700;
    font-size: 26;
    line-height: 26px;
    margin-bottom: 13px;
    text-decoration: underline #ccc; }
  #content-1 .info-no-include .sub-title {
    line-height: 26px;
    color: #333333;
    margin-bottom: 40px; }
  #content-1 .info-no-include .content {
    padding: 32px 46px 47px 30px;
    background-color: #DFF2FE;
    border: 1.5px solid #CFEBFE;
    border-radius: 4px;
    margin-bottom: 32px; }
  #content-1 .info-no-include .heading {
    display: flex;
    align-self: center;
    margin-bottom: 15px; }
    #content-1 .info-no-include .heading .symbol {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 12px;
      background-color: #56B0EE; }
    #content-1 .info-no-include .heading p {
      display: flex;
      align-items: center;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      color: #333333;
      line-height: 32px;
      font-size: 20px; }
  #content-1 .info-no-include .content-item {
    display: flex;
    color: #5e7f96; }
    #content-1 .info-no-include .content-item .circle-icon {
      min-width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #5E7F96;
      margin-right: 16px; }
    #content-1 .info-no-include .content-item .circle-wrapper {
      height: 26px;
      display: flex;
      align-items: center; }
    #content-1 .info-no-include .content-item p {
      word-wrap: break-word;
      word-break: break-all;
      display: flex;
      line-height: 26px; }
  #content-1 .info-no-include .content-suggest {
    padding: 32px 71px 58px 30px;
    background-color: #DFF2FE;
    border: 1.5px solid #CFEBFE;
    border-radius: 4px;
    margin-bottom: 24px; }
    #content-1 .info-no-include .content-suggest .content-suggest__content {
      line-height: 26px;
      color: #5e7f96; }
  #content-1 .author-title {
    color: #333333;
    margin-bottom: 111px; }

.content-footer {
  display: flex;
  border: 1px solid #D2D2D2;
  height: 60px; }
  .content-footer .content-footer-item {
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #D2D2D2; }
  .content-footer .content-footer-item:last-child {
    border: none; }

#side-bar {
  position: relative;
  top: 45px;
  z-index: 9999999; }
  #side-bar .price-curent {
    margin-bottom: 64px; }
  #side-bar .price-wrapper {
    background-color: #0081C5;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #side-bar .price-wrapper .icon-wrapper {
      margin-right: 17px;
      height: 28px; }
    #side-bar .price-wrapper p {
      font-weight: 700;
      font-size: 24px;
      color: #fff;
      margin-bottom: 0; }
  #side-bar .desc-price {
    height: 40px;
    background: rgba(51, 73, 96, 0.9);
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center; }
  #side-bar .category-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    border-radius: 4px;
    margin-bottom: 32px; }
    #side-bar .category-item img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 180px; }
    #side-bar .category-item .name-category {
      font-weight: 700;
      font-size: 20px;
      color: #fff; }
    #side-bar .category-item .price-tag {
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #0081C5;
      padding: 8px 22px;
      font-weight: 700;
      font-size: 20px;
      color: #fff; }

#extra-category {
  margin-top: 62px; }
  #extra-category .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px; }
  #extra-category .body {
    background-color: #fff;
    padding: 23px 23px 30px 16px; }
    #extra-category .body .location {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      color: #333333;
      margin-bottom: 10px; }
    #extra-category .body .desciption {
      color: rgba(51, 51, 51, 0.8); }
  #extra-category .footer {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0;
    border-top: 1px solid #E5E5E5; }
  #extra-category .list-extra-category {
    padding: 0; }
  #extra-category .wrapper-category {
    padding: 0;
    margin: 0; }
  #extra-category .wrapper-img {
    position: relative; }
    #extra-category .wrapper-img img {
      width: 100%;
      height: 230px; }
    #extra-category .wrapper-img p {
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #0081C5;
      min-height: 48px;
      width: 108px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      font-size: 20px;
      color: #fff;
      margin-bottom: 0; }

#content-2 {
  padding: 0 !important;
  margin-bottom: 115px; }
  #content-2 .time-wrapper {
    margin-top: 37px;
    position: relative; }
  #content-2 .content {
    margin-top: 52px;
    padding-right: 50px; }
    #content-2 .content .content-item {
      margin-bottom: 48px; }
      #content-2 .content .content-item .heading {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: black;
        margin-bottom: 44px; }
      #content-2 .content .content-item .description {
        font-size: 16px;
        line-height: 26px;
        color: #333333; }
  #content-2 .day-line-1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  #content-2 .day-line-2 {
    position: absolute;
    top: 275px;
    left: 50%;
    transform: translateX(-50%); }
  #content-2 .day-line-end {
    position: absolute;
    top: 535px;
    left: 50%;
    transform: translateX(-50%); }

#content-3 {
  padding: 32px 32px 84px 32px; }
  #content-3 .heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-size: #333333;
    margin-bottom: 16px; }
  #content-3 .content {
    line-height: 26px;
    color: #333333;
    margin-bottom: 32px; }
  #content-3 .image-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 46px; }
    #content-3 .image-item .author {
      margin-top: 16px;
      text-align: center; }

.tours-tabs .nav-tabs li.active a{ 
    background: #0081C5 !important;
}
.tours-tabs .nav-tabs{
  border-bottom: 3px solid #0081C5 !important;
  
}
.tours-tabs .nav-tabs li a{
	padding: 0 20px !important;  
}
.list-block > li{
  background: #0081C5 !important;
}
.price-decoration__value{
  background: #0081C5 !important;
}
.atgrid__item__price__button{
  background: #0081C5 !important;
}
.atgrid__item__content {
  min-height: 220px;
}
.item-attributes__item i{
  color: #0081C5 !important;
}
.atgrid__item__price:after{
  background: #0081C5 !important;
}
.timeline__item__icon{
  background: #0081C5 !important;
}
.timeline__item__icon-wrap:before{
  border-left: 4px dotted #0081C5 !important;
}
.atgrid__item__top img{
  width: 100% !important;
}
.related-tours{
  padding-bottom: 60px !important;
}
/* .woocommerce img, .woocommerce-page img{
  width: 100% !important;
} */
/* .vc_rows.wpb_rows.vc_rows-fluid{
  padding-top: 40px;
} */
/* .wpb_wrapper{
  padding-top: 40px !important;
} */

/* Remove default padding and margin from the ul element within the .wpb_wrapper */
.wpb_wrapper > ul { 
  margin-left: 0px ;
  margin-right: 0px ;
}
/* Style li elements within the ul inside the .wpb_wrapper */
.wpb_wrapper > ul > li {
  /* Add custom styles for li elements */
  margin-left: 15px ;
  margin-right: 15px ;
}

.vc_row {
  margin-left: -5px ;
  margin-right: -5px ;
}

.tours-type-icons__content{
  padding-top: 40px !important ;
}
.wpb_wrapper .margin-bottom-large{
  margin-bottom: 0 !important;
}
.wpb_wrapper .padding-top-large{
  padding-top: 0 !important;
}

#modal-img .image-priview {
  width: 100%; }
#modal-img .content-wrapper {
  margin: 30px auto; }
.modal-header {
  justify-content: flex-end; }
  .modal-header button {
    font-size: 45px; }
.photo-main {
  margin-bottom: 24px;
  cursor: pointer; }
  .photo-main {
    width: 100%; }
.wrapper-slider {
  position: relative;
  width: 100%; }
.list-photo {
  margin-bottom: 77px; }
  .list-photo .photo-item {
    position: relative;
    cursor: pointer;
    width: 150px; }
 .list-photo .photo-item > img {
    /*width: 100%;  removed to force small thumbs */
    padding: 0 12px; }
.right-arrwow-wrapper {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%); }

.slick-list {
padding: 0 !important; 
margin: 0 !important;
}

.photo-main .slick-track .img  {
/* border: 5px solid red; */
width: 848px; 
height: 510px !important; 
}

.photo-main div { 
  text-align: center; 
}

.photo-main img { 
  width: 848px; 
  height: 500px !important;   
  display: flex !important;
  align-items: center;
  margin: auto;   
}

.list-photo .slick-track {
  width: 848px; 
  margin: 0 !important;
  display: flex !important;  
  height: auto !important;  
}
.slick-prev:before, 
.slick-next:before {
    color: black;    
}

.departure-item {
  margin-bottom: 68px; }
.departure-item:last-child {
  margin-bottom: 84px; }
.title-heading {
  margin-bottom: 12px; 
}
  .title-heading .heading-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333333; }
.title-sub-heading {
  padding-bottom: 18px;
  border-bottom: 4px solid #56B0EE; }
.time-title {
  line-height: 19px;
  color: #5E7F96; }
.price-title {
  line-height: 19px;
  font-weight: 600;
  color: #0081C5; }
.package-list {
  margin-top: 29px; }
  .package-list .package-item {
    margin-bottom: 32px; }
    .package-list .package-item .title {
      font-weight: 700;
      line-height: 22px;
      color: #333333;
      margin-bottom: 11px; }
  .package-list .limit-age {
    margin-top: 18px;
    color: #5E7F96;
    line-height: 19px; }
  .package-list .price-disc {
    margin-top: 18px;
    color: #000000;
    line-height: 19px; }
  .package-list .content-time {
    padding: 12px 18px;
    color: #333333;
    border: 1px solid #D9D9D9;
    border-collapse: collapse; }
  .package-list .content-price > div {
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    border: 1px solid #D9D9D9; }
.content-item:not(:first-child) > div, .content-item:not(:first-child) > div .content-price > div {
  border-top: none; }
.content-item > div .content-price > div {
  border-left: none; }
  .rows{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
  }
  .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.text-center {
  text-align: center;
}
.col {
  flex: 1 0 0%;
}
.rows>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  /* padding-right: calc(var(--bs-gutter-x) * .5); */
  /* padding-left: calc(var(--bs-gutter-x) * .5); */
  margin-top: var(--bs-gutter-y);
}

/* New attachment accordian */
.attachment__item__link {
  display: block;
  height: 150px;
  line-height: 10px;
  padding: 0px 20px;
  text-transform: uppercase;
  font-size: 0.933em;
  color: #333 !important;
  background: #fff;
  /*background: #0081c5; */
  border-bottom: none;
}
.attachment__item__link.collapsed {
  color: #333 !important;
  background: #fff;
}

.attach__item .panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  font-size:	x-large !important;
  content: "\f056";
  padding-right: 15px;
  padding-top: 60px;

}
.attach__item .panel-title > a.collapsed:before {
  float: right !important;
  content: "\f055";

}

.attach__item a {
  text-decoration: none;
  display: block;
}
/* End attachment accordian */

@media screen and (max-width : 800px) {
  .price-title > .rows, .content-price {
    display: block;
  }
}
.padding-all h2{
  font-size: 24px !important;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.hotel-name {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 24px;
    line-height: 41px;
    font-weight: 700; }
.hotel-address {
    font-size: 14px;
    line-height: 30px;
    color: #5E7F96; }
.rate-wapper {
    margin-top: 16px;
    margin-bottom: 15px; }
  .rate-wapper .icon-start {
      margin-right: 8px; }
.rate-wapper.rate-wapper--yellow .icon-start {
    color: #FFC700; }
.overview-text {
    color: #333333;
    margin-bottom: 38px; }
.hotel-info-wrapper {
    padding: 39px 64px 65px 32px;
    background-color: #E8F4FA; }
.heading-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 42px; }
  .heading-wrapper .icon-wrapper {
      width: 36px;
      height: 36px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 12px; }
  .heading-wrapper .icon-info {
      position: absolute;
      left: 50%;
      top: 25%;
      transform: translate(-50%); }
  .heading-wrapper .text-heading {
      font-family: 'Montserrat', sans-serif;
      font-size: 20px;
      line-height: 32px;
      font-weight: 600; }
.hotel-info__content {
    padding-left: 48px; }
  .hotel-info__content .title-wrapper,.hotel-info__content .title-mutiple-wrapper__item {
      margin-bottom: 20px; }
  .hotel-info__content .label {
      font-weight: 700;
      line-height: 22px;
  /*color: #333333; */
  }
.hotel-info__content .text {
  /*color: #393939;*/
  line-height: 25px; }
.hotel-info__content .title-mutiple-wrapper {
  display: flex; }
.hotel-info__content .title-mutiple-wrapper .title-mutiple-wrapper__item {
  flex: 1; 
}
  /* padding: 47px 56px 120px 32px; } */
  .amenities {
    margin-bottom: 48px; }
  .amenities__title-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px; }
  .amenities__logo {
    margin-right: 18px; }
  .amenities__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 0;
    /* font-family: 'Montserrat', sans-serif; */
   }
  .amenities__content {
    padding-left: 10px;
    display: flex; }
    .amenities__content-table {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between; }
    .amenities__content-table2 {
      display: none;
      }      
    .amenities__content-table2.active {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      padding-left: 10px;
      justify-content: space-between; }        
    .amenities__content-table > .amenities__content-table-item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0px 10px 0 0;
    width: calc(1/2*100% - (1 - 1/2)*20px);
    padding: 5px;
    color: #fff;
    border: 1px solid #dddddd; }
    .amenities__content-table2 > .amenities__content-table-item {
      box-sizing: border-box;
      display: flex;
      align-items: center;
      margin: 0px 10px 0 0;      
      min-width: calc(1/2*100% - (1 - 1/2)*20px);
      padding: 5px;      
    }      
    .amenities__content .amenities__content-table-item + .amenities__content-table-item {
      border-top: 0; }
    .amenities__content-table > .amenities__content-table-item:nth-child(2) {
      border-top: 1px solid #dddddd; }
    .amenities__content-table > .amenities__content-table-item:nth-child(2n) {
      margin-right: 0; }
    .amenities__content-table > .amenities__content-table-item:nth-child(-n+2) {
      margin-top: 0; }
    .amenities__content-table2 > .amenities__content-table-item:nth-child(2) {
      border-top: 0; }
    .amenities__content-table2 > .amenities__content-table-item:nth-child(2n) {
      margin-right: 0; }
    .amenities__content-table2 > .amenities__content-table-item:nth-child(-n+2) {
      margin-top: 0; }      
    .amenities__content .icon-status {
      flex: 1; }
    .amenities__content .amenities__content-table--check .icon-status {
      color: #0081C5; }
    .amenities__content .amenities__content-table--no-check .icon-status {
      color: #A0A0A0; }
    
    .amenities__content .text {
      font-weight: 600;
      flex: 6;
      color: #333333; }
    .amenities__content .status-text {
      font-weight: 600;
      flex: 1; }
    .amenities__content .amenities__content-table--check .status-text {
      color: #0081C5; }
    .amenities__content .amenities__content-table--no-check .status-text {
      color: #A0A0A0; }
  .amenities__item {
    margin-top: 10px;
    width: 100%; }
  .amenities__item-tile-wrapper {
    display: flex;
    margin-bottom: 10px;
    align-items: center; }
    .amenities__item-tile-wrapper .amenities__item-tile {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      margin-right: 30px;
      text-transform: uppercase; }
    .amenities__item-tile-wrapper .right-btn, .amenities__item-tile-wrapper .down-btn {
      cursor: pointer;
      display: none; }
    .amenities__item-tile-wrapper .right-btn.active, .amenities__item-tile-wrapper .down-btn.active {
      display: block; }
  .amenities__item-content {
    display: none;
  /*  background-color: #E8F4FA; */
  }
  .amenities__item-content.active {
    display: block;
    padding: 24px; }
  .amenities__item-content-index-mutiple-wrapper {
    display: flex;
    margin-bottom: 10px; }
    .amenities__item-content-index-mutiple-wrapper .index-item {
      flex: 1; }
    .amenities__item-content-index-mutiple-wrapper .title {
      font-weight: 700;
      margin-bottom: 0 !important;
    }
  .amenities__item-content-index-wrapper {
    display: flex;
    margin-bottom: 10px; }
    .amenities__item-content-index-wrapper .index-item {
      flex: 1; }    
    .amenities__item-content-index-wrapper .title {
      margin-bottom: 0 !important;
      font-weight: 700; 
    }
  .img.attachment-single.size-single.slick-slide.lazyloaded{
	  object-fit : cover !important;  
    text-align: center !important;
    
  } 
  .attachment-single{
    object-fit : cover !important;  
  }   
   /* .heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    color: #333333;
    margin-bottom: 20px; } */
   .nav-bar-top {
    display: flex;
    padding: 0 16px;
    background-color: #F0F6FA;
    margin-bottom: 16px; }
   .city-nav {
    flex: 1;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 600;
    color: #8B8B8B; }
   .level-nav {
    flex: 5;
    /* display: flex; */
    /* justify-content: space-between;  */
  }
     .level-nav .level-item {
      flex: 1;
      padding: 18px 0;
      font-size: 14px;
      font-weight: 600;
      color: #0E4765;
      text-align: center;
      margin-right: 24px; }
     .level-nav .level-item:last-child {
      margin: 0; }
     .level-nav .level-item.active {
      background: #005DA6;
      color: #fff; }
   .content-wrapper {
    /* padding: 0 16px 0; */
    background-color: #FBFBFB; }
   .content-item {
    display: flex;
    /* padding: 48px 0 38px; */
    border-bottom: 1px solid #D9D9D9; }
   .content-item:first-child {
    padding-top: 20px; }
   .content-item:last-child {
    border-bottom: none; }
   .level-wrapper {
    flex: 1;
    padding: 5%;
    /* margin-right: 24px; */
    cursor: pointer; }
     .level-wrapper .title {
      color: #59646A;
      font-weight: 600;
      margin-top: 8px;
      margin-bottom: 11px; }
   .level-wrapper.no-active {
    display: none; }
   .level-nav .level-wrapper:last-child {
    margin: 0; }
   .city-wrapper {
     display: flex;
     margin-right: 10px;
     justify-content: center;
     align-items: center;
    flex: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #333333; }
   .vote-wrapper {
    display: flex;
    align-items: center; }
     .vote-wrapper .start-item {
      font-size: 14px;
      margin-right: 6px;
      color: #FFC700; }
     .vote-wrapper .number-start {
      line-height: 16px;
      color: #FFC700; }
.level-1.col-3{
  width: 33.33333333%;
}
.level-1 .image-wrapper img{
  height: 120px;
  width: 100%;
  object-fit: cover;
}
.level-1 .title a{
  color: #59646A;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 43px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.level-1 .title a:hover{
  color: #005DA6;
}

/*
 custom css  adventure tour
*/

.tour-categories-list a {
  text-transform: uppercase;
}

.parallax-image {    
  background-position: center center !important;
  background-size: cover; /* Ensure the background covers the element */
}

.parallax-section--header .header-section__title {
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.40);
  padding: 4px 8px;
  color: white;	
}

.header-section__title-wrap--breadcrumbs .header-section__title {
color: #0081c5;
position: absolute;
transform: translate(-50%,-50%);
left: 50%;
top: 50%;
}

.header-section--with-banner {
  height: 600px !important;
}

.tour-single .parallax-section--header {
  height: 600px !important;
}

.destination-title {
  font-family: 'Kaushan Script';
  font-weight: 700;
  font-style: normal;
  padding-top: 15px;
  padding-bottom: 5px; 
  /*color: #0081C5; */
}

h3.destination-title {
  font-size: 28px;
}

h4.destination-title {
  font-size: 26px;
}

.destination-sub-title {
  font-weight: 800;
  font-size: 18px;

}

#logoLink img {
  max-height: 70px;
  max-width: 300px;
}

table td {
  min-height: 38px !important;
  height: 37px;
}

.mybrochure .title__primary{
font-size: 20px;
}
.page-id-2479 .margin-bottom {
  margin-bottom: 0px;
}
#mega-menu-item-2523 > ul, #mega-menu-item-2526 > ul{
max-height:500px !important;
overflow-y: scroll !important;
}
.header {
  color: #fff;
  background: #005DA6 !important;
}
.footer {
  background: #0081C5 !important;
  color: #ffffff;
}
.widget-contact-info__item__icon i {
  background: #fbfdff;
}
table {
  width: 100% !important;
  overflow: scroll;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
}
a.mega-menu-link {
  text-transform: uppercase !important;
}
.sidebar .form-block--tour-booking, #comments{
  display: none;
}
.form-subscribe {
  display: none !important;
}
.footer__bottom .col-md-6 {
  width: 100% !important;
  text-align: center;
}
#menu-main-menu-1 {
  text-align: center !important;
}
.footer-nav{
text-align:center !important;
}
.container.layout-container {
  margin-bottom: 0px !important;
}
i.td-map, .td-map-marker {
  background-image: url(https://www.exotiktours.com/wp-content/uploads/2021/03/custommap.png);
  background-repeat: no-repeat;
}
.td-map:before, .td-map-marker::before{
  opacity: 0 !important;
}
.woocommerce .atlist img, .atgrid__slider img {
  width: 100%;
  height: 100%; 
  object-fit: cover; 
  max-height: 251px;
}

.tourcat__info {
  position: relative; 
  display: flex;
  width: 100%; 
  justify-content: center;
  align-items: center;      
  background: #fff;
  box-shadow: 0 2px 3px rgb(0 0 0 / 9%);
  border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
}

.tourcat__spec {
  position: relative; 
  display: flex;
  width: 100%; 
  justify-content: center;
  align-items: center;      
  background: #fff;
  box-shadow: 0 2px 3px rgb(0 0 0 / 9%);
  border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
}

.tourcat__info__vid__item {      
  width: 100%;   
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 2px;
}

.tourcat__info__info__item {
  display: table-cell;
  width: 100%;
  text-align: center;
  text-justify: inter-word;
}

.accordion_cat {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 14px;
}

.accordion_cat.active,
  .accordion_cat:hover {
    background-color: #ccc;
  }

.dest_facts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dest_facts li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.4;
}

.dest_facts strong {
  font-weight: bold;
}
  
.panel_cat {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.tourcat__info__desc__item {
  float: bottom;
  width: 100%; 
  text-align: justify;
  text-justify: inter-word;
  vertical-align: middle;
}

.tourcat__info__image {
  width: 100%;  
  height: 350px;
  border: solid 4px #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tourcat__info__image img {
  object-fit: cover;  /* will cover the entire div and maintain aspect ratio */
  height: 100%;
  width: 100%;
}

.tourcat__info__button {
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%); /* This ensures the div is truly centered */
  z-index: 1; /* This ensures the button appears above the image */
}

.tourcat__info__button__br {
  position: absolute;
  bottom: 4px; /* You can adjust this value based on how much space you want from the bottom */
  right: 4px; /* Adjust this for space from the right edge */
  z-index: 1; /* Ensures the button appears above the image */
}
.tourcat__info__button__only {
  position: relative;
  width: 100%;
  z-index: 1; /* Ensures the button appears above the image */
}
.tourcat__info__button__only a {
  display: block; /* <-- makes the anchor fill the full width */
  width: 100%;    /* <-- makes sure the anchor fills the width */
}

.destination-button {
  width: 330px;
  height: 80px;
  font-size: 20px;
  opacity: 90%;
  border: solid 1px #ffffff !important;  
  border-radius: 10px !important;  
  position: relative;
  top: 115%; /* Adjust the vertical position (y) */  
  z-index: 999; 
}
.destination-button-only {
  width: 100%;
  height: 80px;
  font-size: 20px;
  opacity: 90%;
  border: solid 1px #ffffff !important;    
  position: relative;  
  z-index: 999; 
}

.tourcat__info__item {
  display: flex;
  flex-grow: 1;
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 65%;
  text-align: justify;
  text-justify: inter-word;
  vertical-align: middle;
}

@media (max-width: 769px) {
  .tourcat__info__item {
    width: 100%;
  }
}

.atlist__item {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  min-height: 230px;
  background: #fff;
  box-shadow: 0 2px 3px rgb(0 0 0 / 9%);
  border-radius: 3px;
  max-height: 300px !important;
  overflow: hidden;
}

@media screen and (max-width:480px){
.woocommerce .atlist img, .atgrid__slider img {
  max-height: 100%;
}	
}

.header-section--with-banner .header-section__simple-image--with-breadcrumbs img{
width : 100%;
height : 600px;
object-fit : cover;
}
.tour-single-rise {
  margin-top: -300px !important;
  position: relative;
  z-index: 1;
}
.post-single-rise {
  margin-top: -200px !important;
  position: relative;
  z-index: 1;
}

.attach__info {
  display: table;
  width: 100%; 
}
.attach__info__item {
  display: table-cell;
  height: 120px;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

.attach__info__item__content {
  display: inline-block;
  padding-left: 50px;
  position: relative;
  text-align: center;
}

.attach__info__item__title {
  font-family: Oxygen;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5em;
}

.timeline__item__description {
  text-align: justify;
  text-justify: inter-word;
}

.vc_column-inner > .wpb_wrapper > p {
  white-space: pre-line;
}

@media (max-width: 1091px) {
  .breadcrumbs-wrap {    
    padding-top:10%;
  }
}
/* swiper widget */
swiper-container {
  width: 100%;
  height: 512px;
  --swiper-navigation-size: 24px;
  --swiper-navigation-sides-offset: 2px;
}
swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px
}
swiper-slide img {
  display: block;
  width: 100%;
  height: auto; 
  object-fit: cover;
}

/* Default settings for browser */
.slider {
  min-height: 600px;
}

.col-md-9, .col-md-3 {
  width: 100%; /* Stacks on small screens */
}

.sidebar {
  margin-top: 0px !important;
}
.sidebar .widget {   
  padding: 0px !important;
  margin-top: 0px !important;
}

/* Screen Size fixes */
@media (max-width: 400px) {
  swiper-container {
    width: 100%;
    height: 393px;
  }
}

@media (max-width: 480px) {
  .slider {
    min-height: 350px;
  }
}

@media (max-width: 991px) {
  .tours-tabs .nav-tabs li a {
    padding: 0 12px !important;  
  }     
  .tours-tabs .nav-tabs li {   
    margin-right: 1px !important;      
  }
  .header__content {
    text-align: center !important;
  }
  .logo {
    float: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .col-md-9 {
    width: 70%; 
  }
  .col-md-3 {
    width: 30%;     
  }
  swiper-container {
    width: 100%;
    height: 393px;
  }
  .tours-tabs .nav-tabs li a {
    padding: 0 12px !important;  
  }     
  .tours-tabs .nav-tabs li {   
    margin-right: 1px !important;      
  }
  .header__content {
    text-align: center !important;
  }
  .logo {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; /* Ensures the container does not exceed 1200px */
  }
  .col-md-9 {
    flex: 0 0 900px; /* 900px width */
    max-width: 900px; /* 900px width */
  }
  .col-md-3 {
    flex: 0 0 300px; /* 300px width */
    max-width: 300px; /* 300px width */
  }     
}

@media (min-width: 1440px) { /* Adjusts from 1200px to 1440px for new container size */
  .container {
    max-width: 1440px; /* Ensures the container does not exceed 1440px */
  }
  .col-md-9 {
    flex: 0 0 1080px; /* 1080px width */
    max-width: 1080px; /* 1080px width */
  }
  .col-md-3 {
    flex: 0 0 360px; /* 360px width */
    max-width: 360px; /* 360px width */
  }
}

@media (min-width: 480px) and (max-width: 777px) {
  .slider {
    min-height: 400px;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .slider {
    min-height: 500px;
  }
}

.partners-container {
  display: flex;
  gap: 20px;
  font-family: 'Open Sans', sans-serif;
}

.partners-column {
  flex: 1;
}

.partners-region {
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase !important;
  color: #4090e5;
}

.partners-menu ul {
  list-style-type: none;
  padding-left: 20px;
}

.partners-menu li {
  margin-bottom: 5px;
  list-style: none;
  padding-left: 0;
  text-transform: uppercase !important;
}

.partners-dest-item {
  margin-left: 10px;
}

.partners-dest-item {
  margin-left: 10px;
}

.scroll-text {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;  
  padding: 5px;
  font-size: 16px;
  color: #0055b8;  
  background-color: #D9E7F1 ;  
  position: relative;
  display: flex; /* Use flex to align the inner divs horizontally */
}

.scroll-text .inner {
  flex-shrink: 0; /* Prevent shrinking of the inner div */
  min-width: 100%; /* Each inner div takes at least 100% of the container width */
  animation-name: scroll; /* Name of the keyframe animation */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.scroll-text:hover .inner {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}