
.tour-page{padding-bottom: 0; background-color: #262b25}
h5{font-family: 'nunitosansregular','sans-serif';}
.tour-page .main-header-section{padding: 0; padding-top: 12px;}
.fixedTop.main-header-section {position: fixed; top: -105%; transition: .3s ease-in-out; transform: translateY(0); background-color: #fefdf9; padding:20px 0 25px;}
.tour-page .main-nav { padding-top: 14px; }

.fixed-tab-area{max-width: 1306px; padding: 0 20px; margin: 0 auto; position: relative; opacity: 0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; }
.fixed-tab-area.tab-area-show {opacity: 1;}
.fixed-tab-area:after {position: absolute; content:''; top: 0; width: 100%; background-color: red; height: 200px;}
/* tour-hero-Beginning */
.tour-hero{float: left; width: 100%; background-color: #262b25; padding-top: 80px; padding-bottom: 51.5px; z-index: 9}

.tour-hero.namibia, .explore-tour.namibia {background-color:#dda84b;}
.tour-hero.botswana, .explore-tour.botswana {background-color:#9e7f52;}
.tour-hero.brown, .explore-tour.brown {background-color:#654e26; }
.tour-hero.simbabwe, .explore-tour.simbabwe {background-color:#7b5125; }
.tour-hero.sambia, .explore-tour.sambia {background-color:#916328; }
.tour-hero.burnt-orange, .explore-tour.burnt-orange {background-color:#a57530; }
.tour-hero.maroon, .explore-tour.maroon {background-color: #663d3b;}
.tour-hero.pink, .explore-tour.pink {background-color:#9f737e; }
.tour-hero.magenta, .explore-tour.magenta {background-color:#6f404d; }
.tour-hero.purple, .explore-tour.purple {background-color:#563b4c; }
.tour-hero.mosambik, .explore-tour.mosambik {background-color:#929c97;}
.tour-hero.malawi, .explore-tour.malawi {background-color:#586868; }
.tour-hero.la-reunion, .explore-tour.la-reunion {background-color:#2c4d57; }
.tour-hero.tansania, .explore-tour.tansania {background-color:#84845c; }
.tour-hero.sudafrica, .explore-tour.sudafrica {background-color:#5b6f39; }
.tour-hero.kenia, .explore-tour.kenia {background-color:#454f32; }
.tour-hero.green, .explore-tour.green {background-color: #394230;}
.tour-hero.grey, .explore-tour.grey {background-color:#9e9a98;}
.tour-hero.ruanda, .explore-tour.ruanda {background-color:#6c6963; }
.tour-hero.uganda, .explore-tour.uganda {background-color:#484942; }
.tour-hero.charcoal, .explore-tour.charcoal {background-color: #262b25;}

.tour-hero .common-wrap{max-width: 1318px;}
.tour-hero-inner{float: left; width: 100%; margin-top: 100px;}
.tour-hero-title{float: left; width: 75.27386541471049%;}
.tour-hero-title h1{ font-family: 'poppinsregular','sans-serif';  font-weight: normal; float: left; letter-spacing: normal; color: #ffffff;}
.info-wrap{float: left; width: 93.5%; margin-top: 100px; justify-content: space-between;}
.info-left{float: left; width: 50%; padding-right: 2%; }
.info-right{float: left; width: 50%;padding-left: 2%;}
.info-heading{float: left; width: 100%;}
.info-wrap span{font-size: 16px; font-family: 'nunitosanssemibold','sans-serif'; font-weight: 500; line-height: 24px; color: #ffffff; text-align: left; letter-spacing: normal;}
.info-item-wrap{float: left; width: 100%;}
.info-item-wrap ul{margin-top: 6px; float: left;}
.info-item-wrap ul li{float: left; font-size: 16px; font-family: 'nunitosansregular','sans-serif'; font-weight: 500; line-height: 24px; color: #ffffff; text-align: left; padding-right: 30px; position: relative;}
.info-item-wrap ul li:last-child{padding-right: 0;}
.info-item-wrap ul li:after{content: '|'; position: absolute; top: 0; right: 12px; font-size: 16px;}
.info-left ul li:after{content: '|'; position: absolute; top: 2px; right: 14px; font-size: 16px;}
.info-item-wrap ul li:last-child:after{content: '';}
.info-left ul li{padding-right: 30px;}
.info-right ul li{padding-right: 30px;}
.enquire-btn{width: 176px; display: inline-block; position: fixed; right: -61px; top: 50%; transform: rotate(-90deg); z-index: 999;}
.enquire-btn a{float: left; width: 100%;  text-align: center; background-color: #ccc0aa; font-size: 12px; line-height: 56px; font-weight: normal; letter-spacing: 0.6px; color: #ffffff; text-transform: uppercase; font-family: 'poppinsmedium';}

.scroll-down-arrow {position: absolute; right: 50px; bottom: 70px; display: none; }
.scroll-down-arrow img {display: block; margin: 0 auto;  
    -webkit-animation: bounce-top 1s infinite both;
            animation: bounce-top 1s infinite both;}

@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(0px) rotate(90deg);
    -moz-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
 
  25% {
    -webkit-transform: translateY(-10px) rotate(90deg);
    -moz-transform: translateY(-10px) rotate(90deg);
            transform: translateY(-10px) rotate(90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateY(0px) rotate(90deg);
    -moz-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
 
  100% {
    -webkit-transform: translateY(0px) rotate(90deg);
    -moz-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(0px) rotate(90deg);
    -moz-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
 
  25% {
    -webkit-transform: translateY(-10px) rotate(90deg);
    -moz-transform: translateY(-10px) rotate(90deg);
            transform: translateY(-10px) rotate(90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateY(0px) rotate(90deg);
    -moz-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
 
  100% {
    -webkit-transform: translateY(0px) rotate(90deg);
    -moz-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
  }
}

/* tour-hero-Ending */


/* large-bg-Beginning  */
.large-bg{float: left; width: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; z-index: 3;}
.object-image {object-fit: cover; object-position: center; width: 100%; }
.large-bg .object-image {height: 545px;}
/* large-bg-Ending */

/* tour-details-wrap Beginning */
.tour-overall-wrap{float: left; width: 100%; height: auto; padding-top: 50px; /*background-color: #fefdf9;*/}
.fixed-tab-wrap { float: left; width: 261px; height: auto; position: fixed; left: auto; top: 30%; z-index: 2; }
.fixed-tab-wrap a{float: left; width: 100%; font-size: 16px; font-family: 'nunitosansregular','sans-serif'; font-weight: normal; line-height: 20px; letter-spacing: normal; text-align: left; color: #909090; margin-top: 20px;}
body.in-view .fixed-tab-wrap a{color: #ffffff}
 body.nofixed a{color: #909090}
.nofixe .fixed-tab-wrap a{color: #ffffff;}
.fixed-tab-wrap a:first-child{margin-top: 0;}
.fixed-tab-wrap a.active{color: #262b25; padding-left: 15px; position: relative;}
.fixed-tab-wrap .active::before{content: ''; width: 5px; height: 5px; position: absolute; border-radius: 50%; background-color: #262b25; top: 8px; left: 0;}

.details-wrap{float: left; width: 100%;}
.details-wrap .common-wrap{max-width: 1128px;}
.details-wrap-inner, .tour-page-content .about-inner-section {float: right; width: 100%; max-width: 903px; padding-bottom: 31px; border-bottom: 1px solid #262b25;}
.details-wrap-inner h3, .call-to-action h5, .tour-itinerary-inner h5{float: left; width: 22.78761061946903%; font-size: 16px; font-family: 'nunitosansregular','sans-serif'; font-weight: normal; line-height: 20px; letter-spacing: normal; text-align: left; color: #262b25; margin-top: 13px;}
.details-wrap-inner p {font-size: 30px; font-family: 'poppinsregular','sans-serif'; font-weight: normal; line-height: 1.2; letter-spacing: -1.2px; text-align: left; color: #262b25;}
.about-text-info p {font-size: 25px; font-family: 'poppinsregular','sans-serif'; font-weight: normal; line-height: 1.2; letter-spacing: -1.2px; text-align: left; color: #262b25;}
.overview-wrap{float: left; width: 100%; margin-top: 50px; margin-bottom: 50px;}

.call-to-action{float: right; width: 100%; max-width: 903px;}
.call-to-action-item-wrap{float: left; width: 100%;}
.left-item-wrap{float: left; width: 27.871681%;}
.right-item-wrap{float: right; width: 70.5%; }
.right-item-wrap.full {width: 100%;}
.enquire-nav-logo{float: left; width: auto;}
.call-to-action h5{float: left; width: auto; margin-top: 0; margin-bottom: 20px; position: relative; z-index: 99}
.overview-btn{float: left; width: 100%; text-align: center; margin-top: 99%;}
.overview-btn a{float: left; width: 140px; height: 140px; text-align: center; background-color: #663d3b; font-size: 14px; font-family:'nunitosansregular','sans-serif'; line-height: 18px; font-weight: normal; letter-spacing: normal; color: #ffffff; display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; justify-content: center; padding: 13px 37px 15px 34px;}
.overview-btn-private{float: left; width: 100%; text-align: center; margin-top: 99%;}
.overview-btn-private a{float: left; width: 140px; height: 140px; text-align: center; background-color: #663d3b; font-size: 14px; font-family:'nunitosansregular','sans-serif'; line-height: 18px; font-weight: normal; letter-spacing: normal; color: #ffffff; display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; justify-content: center; padding: 13px 37px 15px 34px;}
div.price-list button.btn.scroll {font-family: 'nunitosansregular';
background-color: #262b25;
color: #ffffff ;
padding: 5px auto;}
.call-to-action-item{float: left; width: 45.5%;}
.sub-item{float: left; width: 100%; padding: 29px 0px 34px 0px; border-top: 1px solid #d4d4d1;}
.sub-item span{float: left; font-family:'nunitosansregular','sans-serif'; margin-top: 12px;}
.gallery{float: left; width: 100%; min-height: 750px;}

.testimonial-wrap{float: left; width: 100%; margin-top: 50px; margin-bottom: 50px;}
.testimonial-wrap h3{margin-top: 14px; width: 26.787611%;}
.testimonial-wrap h3:nth-of-type(2){ margin-top: 40px; margin-left: 2px;}
.testimonial-wrap .details-wrap-inner{padding-bottom: 88px; border-bottom: 1px solid #707070; padding-top: 0px;}

.highlights-wrap{float: left; width: 100%; padding-top: 50px; padding-bottom: 50px;}

.highlights-inner{float: right; width: 100%; max-width: 901px;}
.tabs-trigger{float: left; width: 40.86859688195991%; clear: both;}
.tab-thumb{float: left; width: 100%; margin-top: 21px;}

.tabs-trigger ul {margin-top: 37px; float: left;width: 100%;}
.tabs-trigger ul li{float: left; width: 100%; padding-top: 9.5px; padding-bottom: 17px; border-bottom: 1px solid #d4d4d1; cursor: pointer}
.tabs-trigger ul li a{float: left; width: 100%; font-family: 'poppinsregular','sans-serif'; font-size: 18px; font-weight: normal; line-height: 38px; letter-spacing: -0.9px; text-align: left; color: #ccc0aa;}
.tabs-trigger ul li span{float: left; font-family:'nunitosansregular','sans-serif'; color: #ccc0aa; margin-top: 3px;}
.tour-tab-item-wrap{float: left; width: 54%; margin-left: 4.67706013363029%;}
.tabs-trigger ul li.highlights-active-trigger a{color: #262b25;}
.tabs-trigger ul li.highlights-active-trigger span{color: #262b25;}

.who-is-this{float: left; width: 100%; margin-top: 135px;}
.who-is-this h5{bottom: 1px;}
.who-is-this .right-item-wrap{margin-top: 6px;}
.who-is-this .call-to-action{float: right; border-bottom: 1px solid #262b25; padding-bottom: 131.5px;}

/*.testimonial-two{margin-top: 0;}*/
.testimonial-two h5{width: 35.7%;}
.our-specialist-wrap{float: left; width: 100%; /*max-width: 603px;*/ height: auto; align-items: center; margin-top: 61px;}
.our-specialist-wrap.flex-box {-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
.our-specialist-wrap picture, .our-specialist-wrap figure {float: left; width: 185px; height: 185px;}
.our-specialist-wrap figure {border-radius: 100px; overflow: hidden;}
.our-specialist-text {margin-left: 80px;}
.our-specialist-wrap span, .our-specialist-wrap a{font-family:'nunitosansregular','sans-serif'; font-size: 16px; font-weight: normal; line-height: 24px; letter-spacing: 0.1px; text-align: left; color: #262b25;}
.our-specialist-wrap a{font-family: 'nunitosanssemibold','sans-serif'; text-decoration: underline; text-transform: capitalize;}
.testimonial-two .details-wrap-inner{padding-bottom: 76px; padding-top: 0px;}
/*.slider-content-wrap .gallery-slider .slick-prev, .slider-content-wrap .gallery-slider .slick-next { top: -50px; left: auto; right: 174px; }
.slider-content-wrap .gallery-slider .slick-prev { right: 235px; } */

.tour-itinerary{float: left; width: 100%; margin-top: 50px; margin-bottom: 50px;}
/*.tour-itinerary-inner{float: right; width: 100%; max-width: 981px; padding-top: 75px; padding-bottom: 129px;}*/
.tour-page-content .tour-itinerary-inner {max-width: 903px;}
.tour-itinerary-inner h5{width: 100%;}
.accordion-wrap{float: left; width: 100%; margin-top: 0;}
.itinerary-link-visible .tour-itinerary-inner {display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;}
.itinerary-link-visible .accordion-wrap {width: calc(100% - 170px); padding-right: 6%;}
.accordion-link {width: 170px; position: relative;}
.accordion-link a { min-width: 140px; margin-right: 0; background-color: #262b25; height: 140px; text-align: center; position: absolute; right: 0px; bottom: 0px; font-family: 'nunitosansregular','sans-serif'; font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 18px; letter-spacing: normal; color: #ffffff; padding: 86px 59px 22px 14px; text-align: left; border: none;}
.accordion-item {float: left; width: 100%; margin-top: 15px; padding-bottom: 17px; border-bottom: 1px solid #d4d4d1; position: relative;}
/* .accordion-item:first-child{margin-top: 0;} */
.accordion-item-inner:after{content: '\002B'; position: absolute; font-size: 36px; line-height: 36px; color: #53565a; right: 0px; top: 30%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transition: .3s ease-in-out;}
.itinerary-active .accordion-item-inner:after{content: '-';}
.accordion-item h1, .accordion-item h2, .accordion-item h3, .accordion-item h4, .accordion-item h5,  .accordion-item h6 { color:#262b25; }
.accordion-item h4{letter-spacing: -0.9px;}
.accordion-item span{float: left; display: block; margin-top: 5px;}
.accordion-item span, .accordion-text p, .accordion-text p a, .accordion-text ul li {font-family: 'nunitosanssemibold','sans-serif'; /* color: #262b25; */color: rgba(38,43,37); font-size: 15px;}
.accordion-text ol li {font-family: 'nunitosansregular','sans-serif'; margin-left: 20px; } /*.accordion-item span {font-weight: bold;}*/
.accordion-text p{/* font-family:'nunitosansregular','sans-serif'; */ margin-bottom:30px;}
.accordion-text li p {margin-top:30px;}
.accordion-text h1, .accordion-text h2, .accordion-text h3, .accordion-text h4, .accordion-text h5,  .accordion-text h6 { font-family: 'nunitosanssemibold'; letter-spacing: 0; margin-top: 20px; margin-bottom: 15px;}
.accordion-text{float: left; width: 91.56492785793563%; margin-top: 32px;}
.accordion-text ul{/*float: left;*/ margin-top: 15px;margin-left:20px;list-style: disc; }
.accordion-text ul li{ font-family: 'nunitosansregular','sans-serif'; padding-right: 12px; /* color: rgba(38,43,37,.8); color: #262b25; float: left;position: relative;*/}
/*.accordion-text ul li:after{content: '|'; position: absolute; top: 0; right: 6px; font-size: 10px;}*/
.safari-main-content .accordion-text ul li {margin-bottom: 15px;}
.accordion-text ul li:last-child::after{content: '';}
.accordion-text{display: none;}
.accordion-active .accordion-text{display: block;}
.accordion-active span{color: #262b25;}
.accordion-active .accordion-item::after{color: color: #262b25;}
.accommodation-wrap { float: right;  width: calc(100% - 23.9385065885798%); padding-top: 78.5px;}
.accommodation-wrap .common-wrap{max-width: 100%}
.accommodation-inner { float: right; width: 100%; z-index: 2; position: relative; background: #fefdf9; }
.accommodation-inner h5{float: left; width: 100%; display: block;}
/*#accommodation .slider-content-wrap .progress { max-width: 65%; margin-left: 25.5%; }
#accommodation .accommodation-inner h5 { padding-left: 25.3%; }*/
.slider {float: left; width: 100%; margin-left: 0; }
.slider-item{float: left; width: 31.15384615384615%; margin-right: 24px; outline: none}
.slider-item a {width: 100%;}
.slider-item img{width: 100%;}
.slider-item picture, .slider-item img.object-image {float: left; width: 100%; height: 507px; overflow: hidden; }
/*.slider .slick-list{padding-left: 0 !important;}*/
.slider-content-wrap{float: left; width: 100%; padding-top: 28px;}
.slider-text h5{font-family: 'nunitosanssemibold','sans-serif'; line-height: 54px;}
.slider-text{float: left; width: 100%; padding-left: 5px;}
.accommodation-img{float: left; width: 100%; min-height: 721px; margin-top: 30px; z-index: 1; position: relative;}
.accommodation-img img{width: 100%;}
.map-wrap{float: left; width: 100%; margin-top: 50px; margin-bottom: 50px;}

.map-wrap.border-bottom .call-to-action {border-bottom: 1px solid #262b25; padding-bottom: 50px;}
.map-wrap .right-item-wrap{width: 71%;}
.map-wrap .right-item-wrap.full, .map-wrap .right-item-wrap a, .map-wrap .right-item-wrap img {width: 100%; height: auto;}
.map-wrap .right-item-wrap img {max-width: 580px;max-height: 580px; float: right; image-rendering: auto;}
.map-wrap h5{margin-top: 5px;}
.map-box{float: left; width: 100%; max-width: 636px; min-height: 636px; background-color: #d1d1d1;}
#accommodation .slider-content-wrap .progress { max-width: 91%; margin: 0 auto; float: left; }

/*.slider-content-wrap .slider .slick-list { padding-left: 25% !important; }*/

.date-price{float: left; width: 100%;}
.date-price .right-item-wrap{width: 71%; margin-top: 0;}
.date-price-row{float: left; width: 100%; border-bottom: 1px solid #d4d4d1; padding: 16px 0;}
.date-price-row.dp-accordian {transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; max-height: 80px; overflow: hidden; position: relative; cursor: pointer;}
.date-price-row.dp-accordian:after {
	content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px;  z-index: 1; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;
background: rgb(254,253,249);
background: -moz-linear-gradient(0deg, rgba(254,253,249,1) 30%, rgba(254,253,249,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(254,253,249,1) 30%, rgba(254,253,249,0) 100%);
background: linear-gradient(0deg, rgba(254,253,249,1) 30%, rgba(254,253,249,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fefdf9",endColorstr="#fefdf9",GradientType=1);}
.date-price-row.dp-accordian.dp-open:after {
	height: 0;
/*background: rgb(254,253,249);
background: -moz-linear-gradient(0deg, rgba(254,253,249,0) 30%, rgba(254,253,249,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(254,253,249,0) 30%, rgba(254,253,249,0) 100%);
background: linear-gradient(0deg, rgba(254,253,249,0) 30%, rgba(254,253,249,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fefdf9",endColorstr="#fefdf9",GradientType=1);*/
}
.date-price-row.dp-accordian:before {
	content: '\002B';
    position: absolute;
    font-size: 12px;
    line-height: 38px;
    color: #53565a;
    right: 3px;
    top: 13px;
    transition: .3s ease-in-out;
}
.date-price-row.dp-accordian.dp-open:before {
	content: '-';
}
.date-price .overview-btn a { padding: 13px 32px 15px 32px; }
.date-price-row span{line-height: 1.8;}
.date-price-row span:nth-child(2n+1){float: left; width: 37.5%; margin-right: 2.5%;}
.date-price-row span:nth-child(2n+2){float: left; width: 60%;  font-family: 'nunitosanssemibold','sans-serif';}
.date-price .overview-btn{margin-top: 25.5%;}
.date-price .overview-btn-private {margin-top: 25.5%;}
.date-price .call-to-action h5{bottom: -16px;}
.date-price .call-to-action{ position: relative;}
.price-list{float: right; width: 100%; max-width: 903px; margin-top: 75px;}
.price-list-private{float: right; width: 100%; max-width: 903px; margin-top: 75px;}
.scroll-top{float: right; width: auto; max-width: 936px; }
.arrow-box{float: right; width: 76px; height: 76px; justify-content: center; align-items: center;}
.arrow-box:hover{cursor: pointer;}
/*
.tour-hero .common-wrap{max-width: 1318px;}
.tour-hero-inner{float: left; width: 100%; margin-top: 138px;}
.tour-hero-title{float: left; width: 75.27386541471049%;}
*/
.accordion-item-inner{float: left; width: 100%; position: relative; cursor: pointer; user-select: none;}
.accordion-item-inner h4 {transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.itinerary-active .accordion-item-inner span {font-weight: bold;}
.explore-tour-wrap {float: left;width: 100%; margin-top: 50px;}
.explore-tour{float: left; width: 100%; display: block; background-color: #663d3b; padding-bottom: 100px; z-index: 2}
.explore-tour-link {width: 100%;}
.explore-tour .common-wrap{max-width: 1318px; padding-right: 31px;}
.explore-tour-inner {float: left; width: 100%; padding-top: 118px;}
.explore-tour-heading{float: left; width: 53.51223362273086%; margin-top: 24px;}
.explore-tour-heading span{display:block; font-size: 16px; font-family: 'nunitosanssemibold','sans-serif'; line-height: 20px; letter-spacing: normal; text-align: left; color: #ffffff; padding-left: 26px; position: relative;}
.explore-tour-heading span::before{content: ''; width: 7px; height: 7px; position: absolute; border-radius: 50%; background-color: #ffffff; top: 5px; left: 8px;}
.explore-tour-heading h2 {float: left; letter-spacing: normal; margin-top: 38px; line-height: 114px; }

.explore-tour-thumb{float: right; width: 25.49329123914759%; min-height: 408px;}
.explore-tour-inner .info-wrap{margin-top: 104px; width: 100%;}
.uganda .explore-tour-inner .info-wrap{margin-top: 104px;}
.explore-tour-inner .info-left{width: 61.588792%; padding-left: 0.7%;}
.explore-tour-inner .info-right{width: 36.811208%;}
.explore-tour-inner .info-right ul{float: left;}
.explore-tour-inner .info-item-wrap ul li{padding-right: 31px;}
.explore-tour-inner .info-left ul li{padding-right: 30px;}
.explore-tour-inner .info-item-wrap ul li:last-child{padding-right: 0;}
.uganda, .green {background-color: #394230; margin-top: 0; padding-bottom: 84px; padding-top: 84px;}
.uganda .explore-tour-inner{padding-top: 0;}
.uganda .explore-tour-heading{margin-top: 24px;}
.uganda .explore-tour-thumb{ margin-right: 0px; min-height: 408px;}
.gorila, .charcoal {background-color: #262b25; margin-top: 0;}
.gorila .explore-tour-inner{border-bottom: 1px solid #7F7B6C; padding-bottom: 46px;}
.gorila .explore-tour-thumb{margin-top: 0; margin-right: 0; min-height: 408px;}
.gorila .explore-tour-heading{margin-top: 24px;}
.gorila ul{margin-top: 6px;}
.gorila .explore-tour-inner{padding-top: 82px;}
.gorila .explore-tour-inner .info-wrap{margin-top: 105px;}
.gorila{padding-bottom: 66px;}


.gallery-wrap{float: right; /*width: calc(100% - 23.9385065885798%);*/ width: 100%; margin-top: 50px; margin-bottom: 50px; overflow: hidden;}
.gallery-wrap .gallery-slider{float: left; width: 100%; padding-top: 70px;}
.gallery-inner { float: right; width: 100%; max-width: 901px; position: relative;}
.gallery-inner:before {position: absolute; top: 0; bottom: 0; left: -100%; width: 100%; background-color: #fefdf8; content: ''; z-index: 1;}
.gallery-inner .slick-list {overflow: visible; }

.gallery-wrap .slider-item .slick-disabled{opacity: .5}



@media  only screen and (min-width: 1600px) {
    /*.gallery-wrap{width: calc(100% - 31.15%);}*/
    .accommodation-wrap {width: calc(100% - 31.2%);}

}








.gallery-wrap .gallery-item-thumb{float: left; width: 100%; /*min-height: 507px;*/}
.gallery-wrap .gallery-item-thumb img {height: auto;}
.gallery-wrap .slick-center .gallery-item-thumb{width: 188px; min-height: 230px; float: none; margin: 0 auto;}
.gallery-wrap .progress{float: left; max-width: 90.3%; width: 100%}

/*.slider-content-wrap .slick-prev, .slider-content-wrap .slick-next { top: -50px; left: auto; right: 173px; }*/
.slider-content-wrap .slick-prev:before, .slider-content-wrap .slick-next:before, .slick-prev:before, .slick-next:before {content: ''; background-image: url(../svg/slider-arrow-right.svg); width: 41px; background-size: contain; background-repeat: no-repeat; background-position: center center; height: 13px; position: absolute; opacity: 1; left: 0; top: 0;}
.slider-content-wrap .slick-prev:before, .slick-prev:before{transform: rotate(180deg); }
.disabled.slick-prev:before{background-image: url(../svg/slider-arrow-left.svg);opacity: 1;transform: rotate(0);}
/*.slider-content-wrap .slick-prev {right: 233px;}*/
/* tour-details-wrap Ending */
.slick-disabled{opacity: .5}
.mobi-enquire-now-nav{display: none;}

/*#accommodation .slider-content-wrap .slick-prev, #accommodation .slider-content-wrap .slick-next {right: 13.5%; }*/

/*#accommodation .slider-content-wrap .slick-prev { right: 20%; }*/
#accommodation .accommodation-inner .slider-text h5{padding-left: 0;}

/* Fixed Sidebar Show */
.fixed-sidebar-show .details-wrap-inner, .tour-page-content .fixed-sidebar-show .about-inner-section,
.fixed-sidebar-show .about-inner-section, 
.fixed-sidebar-show .philosopy-details, 
.fixed-sidebar-show .trips-features-inner, 
.fixed-sidebar-show .call-to-action, 
.fixed-sidebar-show .tab-details, 
.fixed-sidebar-show .safari-inner-content .highlights-inner, 
.fixed-sidebar-show .tour-itinerary-inner,
.fixed-sidebar-show .gallery-inner,
.fixed-sidebar-show .highlights-inner,
.fixed-sidebar-show .price-list,
.fixed-sidebar-show .home-slider-one {width: calc(100% - 261px);}

/* =======================================================================================================
============================================ Responsive style ========================================== */

/*		Mobile Layout: 320px and 480px and more but less than or equal to 767px.
----------------------------------------------------------------------------------
*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
    input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="number"],input[type="submit"],input[type="password"],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
    h5{font-size: 14px; line-height: 20px;}
    .tour-hero{padding-top: 100px; padding-bottom: 31.5px;}
    .tour-overall-wrap{padding-top: 50px;}
    .tour-overall-wrap .common-wrap{padding: 0px 36px;}
    .tour-hero-inner{margin-top: 20px;}
    .fixed-tab-wrap{display: none;}
    .explore-tour-heading, .tour-hero-title{width: 85%;}
    .tour-hero .common-wrap{padding: 0 19px;}

/*    .tour-hero-title h1, .explore-tour-heading h2 ,.explore-tour-heading h2.title-medium{float: none; font-size: 60px; line-height: 1; letter-spacing: -1.5px;}
    .explore-tour-heading h2.title-long {font-size: 45px; line-height: 1;}*/
    .info-wrap {width: 100%; margin-top: 37.5px; padding: 0px 3px;}
    .info-wrap span{font-size: 14px; line-height: 24px;}
    .info-left, .info-right, .explore-tour-inner .info-left, .explore-tour-inner .info-right{width: 100%; padding-left: 0;}
    .info-right, .explore-tour-inner .info-right{margin-top: 38px;}
    .info-item-wrap ul {margin-top: 0;}
    .info-right ul {margin-top: 7px;}
    .info-item-wrap ul li, .info-right ul li{font-size: 14px; padding-right: 26px;}
    .info-item-wrap ul li:after {content: '|'; position: absolute; top: 0px; right: 11px; font-size: 15px;}
    /*.large-bg{min-height: 389px;}*/
    .large-bg .object-image {height: 389px;}
    .details-wrap-inner{padding-bottom: 44px;}
    .details-wrap-inner p, .about-text-info p {float: left; font-size: 22px; letter-spacing: -0.5px; margin-top: 29px;}
    .details-wrap-inner h3, .call-to-action h5, .tour-itinerary-inner h5{font-size: 14px; width: 100%; margin-top: 14px;}
    .call-to-action h5 {margin-top: 0px; font-size: 14px;}
    .sub-item h3{font-size: 24px; letter-spacing: -1.2px; line-height: 44px;}
    .explore-tour .common-wrap{padding-right: 20px;}
    .left-item-wrap{width: 100%;}
    .overview-btn{margin-top: 30px; width: 111px; height: 111px;}
    .overview-btn a{width: 111px; height: 111px; font-size: 12px; line-height: 18px; padding: 49px 37px 0px 14px; text-align: left;}
    .right-item-wrap, .date-price .right-item-wrap{width: 100%; }
    .testimonial-wrap h3{width: 34%;}
    .testimonial-wrap h3:nth-of-type(2){width: 100%;}
    .highlights-wrap{padding-bottom: 25px; padding-top: 25px;}
    .highlights-wrap h5{padding-left: 4px;}
    .tabs-trigger{width: 100%;}
    .tabs-trigger ul li{padding-bottom: 14.5px;}
    .tab-item-wrap { float: left; width: 100%; margin-left: 0; margin-top: 30px;}
    .who-is-this{margin-top: 69px;}
    .testimonial-two{padding-top: 32px; margin-top: 0;}

    .our-specialist-text{float: left; width: 100%;}
    .itinerary-link-visible .tour-itinerary-inner {-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
    .itinerary-link-visible .accordion-wrap {width: 100%; }
    .accordion-link {width: 100%; margin-top: 64px;}
    .accordion-link a {position: relative; width: auto;}
    .accordion-wrap{ padding-right: 3px; padding-left: 1px;}
    .accordion-item::after{top: 0;}
    .accommodation-wrap{padding-bottom: 50px;}
    .slider-content-wrap { margin-top: 0px; padding-top: 26px; }
    .accommodation-wrap{padding-bottom: 0;}
    .accommodation-img{margin-top: 30px;}

    .map-wrap .right-item-wrap{width: 100%; margin-top: 25px;}
    .date-price .call-to-action{padding-top: 0;}
    .map-box{min-height: 342px;}
    
    .explore-tour-inner .info-wrap{margin-top: 30px;}
    .explore-tour {padding-bottom: 0;}
    .overview-wrap {margin-top: 25px; margin-bottom: 25px;}
    .call-to-action-item-wrap{display: -webkit-flex; display: -ms-flex; display: flex; flex-flow: row wrap; }
    .call-to-action-item {width: 100%;}
    .overview-wrap .left-item-wrap{-webkit-order: 2; -moz-order: 2; order: 2; margin-top: 57px;}
    .overview-wrap .right-item-wrap{-webkit-order: 1; -moz-order: 1; order: 1;}
    .sub-item{padding: 21px 0px 33px 7px;}
    .sub-item span{margin-top: 5px;}
    .gallery{min-height: 538px;}
    .testimonial-wrap h3:nth-of-type(2){margin-top: 32px;}
    .tabs-trigger ul li{ position: relative;}
    .tabs-trigger ul li:first-child{border-top: 1px solid #d4d4d1; padding-bottom: 32.5px;}
    .tabs-trigger ul li a{font-size: 16px; line-height: 22px; letter-spacing: -0.8px; margin-top: 5px;}
    .tabs-trigger ul li span{line-height: 22px;}

    .tabs-trigger ul {margin-top: 27px;}
    .tabs-trigger ul li::after{content: '\002B'; position: absolute; font-family: 'nunitosansregular','sans-serif'; font-size: 16px; line-height: 47px; color: #ccc0aa; right: 3px; top: 5px;}
    .tabs-trigger ul li.highlights-active-trigger::after{color: #262b25;}
    .our-specialist-wrap{margin-top: 43px;}
    .our-specialist-wrap.flex-box {display: block;}
    .our-specialist-wrap picture, .our-specialist-wrap figure{width: 106px; height: 106px;}
    .our-specialist-text{margin-top: 26px; margin-left: 0; width: 100%; float: left;}
    .our-specialist-text a{width: 100%; font-size: 14px; line-height: 24px;}
    .our-specialist-text span{font-size: 14px; line-height: 24px;}
    .who-is-this .sub-item{padding: 21px 0px 12px 2px;}
    .who-is-this .sub-item:last-child{ border-bottom: 1px solid #d4d4d1;}
    .who-is-this .right-item-wrap .call-to-action-item:nth-child(2n+1) .sub-item:nth-child(2), .who-is-this .right-item-wrap .call-to-action-item:nth-child(2n+1) .sub-item:nth-child(3){padding-bottom: 34px;}
    .who-is-this .right-item-wrap .call-to-action-item:nth-child(2n+1) .sub-item:nth-child(3){padding-left: 3px;}
    .who-is-this .right-item-wrap .call-to-action-item:nth-child(2n+2) .sub-item:nth-child(2){padding-right: 33px; padding-bottom: 15px;}
    .who-is-this .right-item-wrap .call-to-action-item:nth-child(2n+2) .sub-item:nth-child(3){padding-right: 16px; padding-top: 20px;}
    .who-is-this .left-item-wrap{margin-top: 41px;}
    .accordion-item-inner:after{font-size: 24px; line-height: 24px; right: -16px; top: 30%;}
    
    .accordion-text {width: 100%;}
    .accordion-text p{width: 100%; padding-right: 18px;}
	
    .tab-thumb{margin-top: 22px;}
    .tour-itinerary {margin-top: 25px; margin-bottom: 25px;}
    .tour-itinerary-inner {padding-top: 0px;}
    .accordion-item {float: left; margin-top: 10px; padding-bottom: 17px;}
    .accordion-item h4{font-size: 16px; line-height: 38px; letter-spacing: -0.8px;}
    .accordion-item span{width: 79%;}
    .accordion-item span:nth-child(5){width: 82%;}
    .accommodation-wrap{padding-top: 65px; width: 100%;}
    .slider-flexbox{width: 100%; height: 577px;}
    .accommodation-img{min-height: 448px; margin-top: 17px;}
    .accommodation-img img{min-height: 448px;}
    .map-wrap .left-item-wrap{margin-top: 0;}
    .map-wrap.border-bottom .call-to-action {padding-bottom: 25px;}
    .date-price-row span {margin-bottom: 10px;}
    .date-price-row span.dp-description {margin-bottom: 10px;}
    .date-price-row span:nth-child(2n+1), .date-price-row span:nth-child(2n+2) {width: 100%; margin-right: 0; font-size: 14px; line-height: 1.6;}
    .date-price-row span:nth-child(2n+2){display: none;}
    .date-price-row {padding-bottom: 15px; padding-top: 16px; position: relative;}
    /*.date-price-row:after {content: '+'; position: absolute; top: 50%; right: 0; font-size: 14px; line-height: 20px; color: #262b25; transform: translateY(-50%);}*/
    .date-price-row:before {
	content: '\002B';
    position: absolute;
    font-size: 12px;
    line-height: 38px;
    color: #53565a;
    right: 3px;
    top: 13px;
    transition: .3s ease-in-out;
	}
	.date-price-row.dp-open:before {
		content: '-';
	}
    .date-price .left-item-wrap{margin-top: 0;}
    .date-price .overview-btn{margin-top: 51px;}
    .date-price .overview-btn a {padding: 47px 33px 0px 13px;}
    .price-list{float: left; width: 100%; /*background-color: #d1d1d1;*/ margin-top: 30px;}
    .scroll-top {margin-top: 25px; padding-right: 2px;}
    .explore-tour-wrap {margin-top: 25px;}
    .explore-tour .common-wrap{padding: 0;}
    .explore-tour-inner{display: -webkit-flex; display: -ms-flex; display: flex; justify-content: space-between; flex-flow: row wrap; padding-top: 133px;}
    .explore-tour-heading{-webkit-order: 1; -moz-order: 1; order: 1;}
    .explore-tour-inner .info-wrap{-webkit-order: 2; -moz-order: 2; order: 2;}
    .explore-tour-thumb{float: left; width: 100%; min-height: auto; -webkit-order: 3; -moz-order: 3; order: 3; margin-top: 75px;}
    .explore-tour img{width: 100%}
    .explore-tour-heading{padding-left: 19px; padding-right: 37px; margin-top: -50px;}
    .explore-tour-inner .info-wrap{padding-left: 24px; padding-right: 24px; margin-top: 69px;}
    .explore-tour-inner .info-item-wrap{margin-top: 5px;}
    .explore-tour-heading span {padding-left: 23px;}
    .explore-tour-heading span::before{left: 5px;}
    .explore-tour-heading h2{margin-top: 18px;}
    .explore-tour-inner .info-left ul li {padding-right: 26px;}
    .explore-tour-inner .info-right .info-item-wrap ul{margin-top: 2px;}
    .explore-tour-inner .info-right .info-item-wrap ul li{padding-right: 26px;}
    .uganda .explore-tour-heading{margin-top: 0;}
    .uganda {padding-top: 82px;}
    .uganda .explore-tour-thumb{margin-top: 72px; min-height: 382px;}
    .tour-page .main-header-section{padding-top: 10px; height: 60px;}
    .gorila {display: none;}
    .accommodation-inner {width: 100%; padding-left: 38px; }

    .progress {max-width: 90%;}
    /*.slider-content-wrap .slick-prev, .slider-content-wrap .slick-next { top: -43px; left: auto; right: 18%; }
    .slider-content-wrap .slick-prev { right: 153px; }*/
    .enquire-btn, .elefant-btn{display: none;}
    .mobi-enquire-now-nav{display: block; position: absolute; bottom: -62px; background-color: #faf9f5; border: solid 1px #ebebeb; width: 100%; padding: 12.2px 16.2px 17.2px 14.3px;}
    .mobi-enquire-now-nav span { position: absolute; width: 100%; left: 50%; transform: translateX(-50%); text-align: center; font-size: 11px; line-height: 20px; font-family: 'nunitosansbold'; letter-spacing: 0.28px; text-transform: uppercase; top: 20px; color: #262b25;}
    .enquire-burger { float: right; width: 20px; height: 18px; position: relative; cursor: pointer; top: 10px; }
    .enquire-burger div{width: 100%; height: 2px; background-color: #434340; position: relative; top: 8px;}
    .enquire-burger div:after, .enquire-burger div:before{content: ''; top: -6px; left: 0; position: absolute; background-color: #434340; width: 100%; height: 2px;}
    .enquire-burger div:before{bottom: -6px; top: auto;}
    .slider{padding-top: 40px;}

    .slider-text h5 { line-height: 50px; padding-left: 4px; font-size: 16px; letter-spacing: -0.1px; }



    .gallery-wrap {width: 100%; margin-top: 25px; margin-bottom: 25px; /*padding: 0 30px 0 38px;*/ }
    .gallery-wrap .slick-center .gallery-item-thumb{width: 100%; min-height: 396px;}
    .gallery-wrap .slick-center {text-align: center;}
    .gallery-wrap .slider-item{margin-right: 17px;}
    .gallery-wrap .gallery-slider {padding-top: 40px; }
    .gallery-wrap .gallery-slider .slick-list {overflow:visible;}
    .gallery-wrap .slider-content-wrap .progress {max-width: 100%; position: relative;}
    .gallery-wrap .slider-content-wrap .sr-only {width: 100%; background-color: #000000;position: absolute; margin: 0; clip: auto; border: 0;}
    .slider-item picture, .slider-item img.object-image { min-height: 300px; height: 50vh; max-height: 450px; }

    .testimonial-wrap {margin-top: 25px; margin-bottom: 25px;}
    .testimonial-wrap .details-wrap-inner{padding-bottom: 25px;}
    .testimonial-two { margin-top: 0; padding-top: 0; }

    .testimonial-two .details-wrap-inner{padding-top: 30px;}
    .testimonial-two .details-wrap-inner p{margin-top: 31px;}
    .uganda .explore-tour-inner .info-wrap { margin-top: 67px; }

    .close-btn {margin: 0; padding: 15px 18px 0;}
    .close-btn span { line-height: 40px; }
    .slide-item-wrap{margin-top: 10px;}

    .slick-disabled{opacity: .5}
    #accommodation .slider {display: none;}
    #accommodation .accommodation-inner{padding: 0 32px 0 38px; }
    #accommodation .accommodation-inner h5 { padding-left: 0; float: left; width: auto;}
    #accommodation .slider-content-wrap .progress { max-width: 100%; margin: 0 auto; background-color: #262b25;}
    #accommodation .view-gallery-item h5{font-size: 16px; line-height: 20px; padding-top: 15px; padding-left: 4px;}
    
    .view-gallery-wrap{float: left; width: 100%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-flow: row wrap; justify-content: space-between; padding-top: 40px;}
    .view-gallery-item{float: left; width: 48.26589595375723%;}
    .gallery-inner h5{float: left; width: auto;}
    .view-all-btn{float: right; width: auto;}
    .view-all-btn a{font-size: 14px; line-height: 20px; color: #262b25; font-family: 'nunitosansregular'; font-weight: normal; text-decoration: underline;}
    
    .tabs-trigger li.active a, .tabs-trigger li.active span{color: #262b25}
    .slider-content-wrap .slider .slick-list { padding-left: 5% !important; padding-right: 5% !important;}
    
    /* fixed sidebar shown */
    .fixed-sidebar-show .details-wrap-inner, .tour-page-content .fixed-sidebar-show .about-inner-section,
.fixed-sidebar-show .about-inner-section, 
.fixed-sidebar-show .philosopy-details, 
.fixed-sidebar-show .trips-features-inner, 
.fixed-sidebar-show .call-to-action, 
.fixed-sidebar-show .tab-details, 
.fixed-sidebar-show .safari-inner-content .highlights-inner, 
.fixed-sidebar-show .tour-itinerary-inner,
.fixed-sidebar-show .gallery-inner,
.fixed-sidebar-show .highlights-inner,
.fixed-sidebar-show .price-list, .fixed-sidebar-show .home-slider-one {width: 100%;}
}



/*		Wide Mobile Layout: 480px.
------------------------------------------------------------
*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

.tour-hero-inner{margin-top: 10px;}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .explore-tour-heading, .tour-hero-title {width: 100%;}
    .details-wrap-inner p, .about-text-info p {font-size: 18px; letter-spacing: 0px; line-height: 1.3;}
 /*   .tour-hero-title h1, .explore-tour-heading h2, .explore-tour-heading h2.title-medium, .safari-inner-content .safari-hero-text h1 { font-size: 40px; line-height: 46px;}
    .explore-tour-heading h2.title-long {font-size:25px; line-height: 1.2;}*/
	
}
/*		Tablet Layout: 768px.
-----------------------------------------------------------------
*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="number"],input[type="submit"],input[type="password"],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;}

    /*.tour-hero-title h1, .explore-tour-heading h2, .explore-tour-heading h2.title-medium {font-size: 62px; line-height: 72px;}*/
    /*.explore-tour-heading h2.title-long {font-size: 55px; line-height: 1.1;}*/
    .info-left, .info-right, .explore-tour-inner .info-left, .explore-tour-inner .info-right{width: 100%; padding-left: 0;}
    .info-right, .explore-tour-inner .info-right{margin-top: 30px;}
    .info-item-wrap ul li{font-size: 14px;}
    /*.large-bg{min-height: 510px;}*/
    .large-bg .object-image {height: 510px;}
    /*.details-wrap-inner p {font-size: 22px; letter-spacing: normal;}*/
    .fixed-tab-wrap{padding-left: 20px; width: 220px;}
    .call-to-action h5 {margin-top: 5px;}
    .sub-item h3{font-size: 32px;}
    .explore-tour .common-wrap{padding-right: 20px;}
    .explore-tour-inner .info-wrap{margin-top: 64px;}
    .progress {max-width: 100%;}
    .accommodation-inner{width: 100%; padding: 0 30px}
/*    .slider-content-wrap .slick-prev, .slider-content-wrap .slick-next { top: -40px; left: auto; right: 5%; }
    .slider-content-wrap .slick-prev { right: 15%; }*/

    .gallery-wrap .slider-item { float: left; width: 45%; margin: 0 20px 0 0; text-align: center; }
    .gallery-wrap .slick-center{width: auto !important;text-align: center;}
    .gallery-wrap .gallery-item-thumb{float: left; width: 100%; /*min-height: 400px; */}
/*    .gallery-wrap .gallery-item-thumb img {height: 400px;}*/
    .gallery-wrap .slick-center .gallery-item-thumb{width: 100%; min-height: 400px; float: left;}
    .explore-tour-thumb {float: right; width: 45%;}
    .tour-page .main-nav-inner ul{padding-left: 6%;}
    .slick-disabled{opacity: 0.5;}
    /*.slider-content-wrap .gallery-slider .slick-prev, .slider-content-wrap .gallery-slider .slick-next {right: 18%; }
    .slider-content-wrap .gallery-slider .slick-prev { right: 28%; }*/
    .slick-disabled{opacity: .5}
    #slider .slick-track {left: -50%;}
    /*#accommodation .slider-content-wrap .slick-prev { right: 25%; }*/
    /*#accommodation .slider-content-wrap .slick-prev, #accommodation .slider-content-wrap .slick-next { right: 8%; }
    #accommodation .slider-content-wrap .slick-prev{right: 17%;}*/
    .slider-item picture { float: left; width: 100%; height: 100%; overflow: hidden; }
    #accommodation .slider-content-wrap .slider .slick-list { padding-left: 0% !important; }
    #accommodation .accommodation-inner h5 { padding-left: 0; }
    #accommodation .slider-content-wrap .progress { max-width: 99%; margin-left: 0; }
    .fixed-tab-wrap{display: none;}
    #accommodation .slider{margin-left: 4px;}
    
    .accommodation-wrap, .gallery-wrap{width: 100%;}
    .gallery-wrap .progress { float: none; max-width: 90%; }
    .gallery-inner h5{padding-left: 40px;}
/*    .slider-content-wrap .gallery-slider .slick-next { right: 10%; }
    .slider-content-wrap .gallery-slider .slick-prev { right: 18%; }*/
    .gallery-wrap .gallery-slider {padding: 50px 0px 0 20px;}
    
    /* fixed sidebar shown */
    .fixed-sidebar-show .details-wrap-inner, .tour-page-content .fixed-sidebar-show .about-inner-section,
.fixed-sidebar-show .about-inner-section, 
.fixed-sidebar-show .philosopy-details, 
.fixed-sidebar-show .trips-features-inner, 
.fixed-sidebar-show .call-to-action, 
.fixed-sidebar-show .tab-details, 
.fixed-sidebar-show .safari-inner-content .highlights-inner, 
.fixed-sidebar-show .tour-itinerary-inner,
.fixed-sidebar-show .gallery-inner,
.fixed-sidebar-show .highlights-inner,
.fixed-sidebar-show .price-list, .fixed-sidebar-show .home-slider-one {width: 100%;}

.elefant-btn {display: none;}

}


/*		Tablet Layout: 1024px.
-----------------------------------------------------------------
*/

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="number"],input[type="submit"],input[type="password"],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;}

    .safari-inner-content .safari-hero-text h1.small-title, .tour-hero-title h1.small-title, .explore-tour-heading h2.word-small, .explore-tour-heading h2.small-title {font-size: 32px; line-height:1.111;}
    .tour-hero-title h1, .explore-tour-heading h2, .explore-tour-heading h2.title-medium{font-size: 88px; line-height: 96px;}
    .info-left, .info-right, .explore-tour-inner .info-left, .explore-tour-inner .info-right{width: 50%;}
    .info-item-wrap ul li{font-size: 14px;}
    /*.large-bg{min-height: 610px;}*/
    .large-bg .object-image {height: 610px;}
    .details-wrap-inner p, .about-text-info p {font-size: 28px;}
/*    #accommodation .slider-content-wrap .slick-prev, #accommodation .slider-content-wrap .slick-next { right: 15%; }
    #accommodation .slider-content-wrap .slick-prev { right: 23%; }*/
	
	.elefant-btn {display: none;}
}



@media only screen and (min-width: 1025px) and (max-width: 1440px) {
   

/*    #accommodation .slider-content-wrap .slick-prev, #accommodation .slider-content-wrap .slick-next { right: 14.5%; }
    #accommodation .slider-content-wrap .slick-prev { right: 22%; }*/
    
    
}





