/* radio btn */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    width: 150px;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #c39f77;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* header banner */
.banner
{
    min-height: 535px;
}

.banner-title
{
    font-size: 75px !important;
    font-family: Roboto;
}
.reserve-breadcrumbs
{
    width: auto;
    bottom: 13.5rem;
}
.reserve-house-icon
{
    content: " ";
    height: 17px;
    width: 17px;
    background-image: url(../images/reserve/house-icon.png);
    background-size: 17px 17px;
    display: inline-block;
}
.reserve-breadcrumbs > div > span
{
    width: auto;
    margin-left: 15px !important;
    font-size: 18px;
    font-family: Barlow;
}

.reserve-section
{
    margin-bottom: 2em !important;
    font-family: Barlow; 
    font-size: 18px;
    padding-bottom: 10px;
}

.reserve-section:last-child
{
    border-bottom: none;
}

.reserve-section-title
{
    margin-bottom: 15px;
}

.lodge-description {
    margin-top: 28px;
}

/* sidebar */

.reserve .stickymain .sticky
{
    top: 0px !important;
}

.reserve .sticky .reserve-cta-btn a
{
    width: 245px;
}

.reserve .navigation-menu.sticky {
    border-radius: 15px;
}

.sidebar-tabs-box > h5:first-child {
    font-size: 25px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#reservemenu li
{
    border-top: 1px solid rgba(0,0,0,0.1);
}

#reservemenu li a {
    font-size: 18px;
    font-family: Barlow;
}

/* overview */
.location-details .location-box {
    height: auto;
    border: 10px solid #f5f5f5;
}

.reserve-overview-desc{
    font-size: 18px;
    font-family: Barlow;
}

.location-details .location-box figure figcaption > span {
    position: relative;
    text-decoration: none;
    font-family: Barlow;
    color: #5d5d5d;
    font-size: 18px;
    padding: 6px 15px 5px 15px;
    background-color:transparent;
    display: block;
    font-weight: bold;
}


.location-details .location-box figure figcaption .reserve-gallery {
    position: relative;
    text-decoration: none;
    font-family: Barlow;
    color: white;
    font-size: 18px;
    padding: 6px 15px 5px 15px;
    background-color: transparent;
    display: block;
    font-weight: 500;
}

.reserve-overview-blocks
{
    padding-bottom: 20px;
}

.reserve-why-go{
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    padding: 15px 20px 15px 20px;
}

.reserve-why-go .reserve-highlited li{
    padding: 5px 0px 5px 25px;
    position: relative;
    font-size: 18px;
    font-family: Barlow;
    font-weight: 500;
}

.reserve-why-go .reserve-highlited
{
    padding: 0px;
    columns: 2;
}

.reserve-highlited li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: url(../images/reserve/why-go-li.png) no-repeat;
    width: 16px;
    height: 16px;
}

.reserve-overview-title
{
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.overview-box
{
    font-size: 18px;
    font-family: Barlow;
    margin-bottom: 24px;
    color: #4f5253;
}

.overview-text a 
{
    display: inline;
    color: #c39f77;
    font-weight: 700;
}

.reserve-location-details
{
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.location-details .location-box figure {
    position: relative;
}

.location-details .cols3
{
    margin: 0px;
}

/* Reviews */

.reviews-section
{
    display: none;
}

.reserve-reviews-title
{
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.reserve-reviews-block {
	background: url(../images/home-reviews.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 35px;
}
.reserve-reviews-block .reserve-block-header {
	color:white;
}
.reserve-reviews {
	justify-content: space-between;
}
.reserve-reviews-col {
	background: #f5f5f5;
    margin-bottom: 25px;
    position: relative;
}
.reserve-reviews-col .lSSlideWrapper {
    padding: 25px 40px 15px 45px;
}
.reserve-reviews-col .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
    overflow: auto;
    margin: auto;
}

.reserve-reviews-col .review__header__name {
	display: none;
}
.reserve-reviews-col .review__main {
	box-shadow: none !important;
	padding: 0 !important;
    border: none !important;
    width: 90% !important;
}
.review-container .prw_rup{
    width: 90% !important;
}

.reserve-reviews-col .lSPager {
	/* display: none; */
}

.reserve-reviews .lSSlideOuter .lSPager.lSpg>li a {
    height: 14px;
    width: 14px;
    background-color: lightgray;
    border: 1px solid white;
    z-index: 1;
}

.reserve-reviews .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #c19e76;
}

.reserve-reviews .lSSlideOuter .lightSlider {
    height: auto !important;
}


#GoogleRev .lSSlideOuter .lSSlideWrapper{
    padding: 0px;
} 

.reserve-reviews-col .review__header:before {
	content: '';
    max-width: 150px;
    width: 100%;
    height: 50px;
    background: url(../images/reviews/fc-logo50.svg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.reserve-reviews-col .rating__stars .stars__star, .reserve-reviews-col .stars .stars__star {
    width: 20px !important;
    height: 20px !important;
}
.reserve-reviews-col .rating__stars .stars__star:after, .reserve-reviews-col .stars .stars__star:after {
    background-size: 20px !important;
}
.reserve-reviews-col .rating__stars, .reserve-reviews-col .stars {
	width: 110px !important;
}
.reserve-reviews-col .review__stars-holder {
	width: auto !important;
}
.reserve-reviews-col .review__stars-number, .reserve-reviews-col .review__timeline {
	font-family: 'Barlow';
    font-weight: 600;
    font-size: 15px;
	color: #858585;
	text-align: right;
	line-height: 18px;
    padding-top: 3px;
}
.reserve-reviews-col .header--long {
	font-family: 'Barlow';
    font-weight: 500;
    font-size: 18px;
    color: #212121;
	text-align: center;
	height: 99px;
    overflow: hidden;
	text-overflow: ellipsis;
	font-style: italic;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.reserve-reviews-col .ui_bubble_rating {
	height: 20px;
    margin: 0 !important;
}

.reserve-reviews-col .fc-review-header {
	display: flex;
	justify-content: space-between;
	font-family: 'Barlow';
    font-weight: 600;
    font-size: 15px;
    color: #858585;
}
.reserve-reviews-col .reserve-fc-review-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}
.reserve-fc-review-rating {
	display: flex;
    justify-content: flex-end;
}
.reserve-reviews-col hr, .reserve-reviews-col footer p, .reserve-reviews-col .review__strong-points {
	display: none;
}
.reserve-reviews-col footer {
	display: flex;
	justify-content: center !important;
}
.reserve-reviews-col footer a {
	height: 40px;
    line-height: 40px;
    border: 1px solid #c39f77;
    border-radius: 100px !important;
	padding: 0 26px !important;
	font-family: 'Barlow' !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #c19e76 !important;
	text-transform: capitalize !important;
	background: transparent;
    cursor: pointer;
    margin: 5px;
    display: none !important;
}
.reserve-reviews-col footer a:hover {
	background: transparent !important;
}
.reserve-reviews-col footer a:after {
	content: none !important;
}
.reserve-reviews-col .ui_columns {
	margin: 0 !important;
}
.reserve-reviews-col .ui_column {
	padding: 0;
	width: 100% !important;
}
.reserve-reviews-col .ta-review-header {
	display: flex;
	justify-content: space-between;
	font-family: 'Barlow';
    font-weight: 600;
    font-size: 15px;
    color: #858585;
}
.reserve-reviews-col .ta-review-header:before {
	content: '';
    display: inline-flex;
    width: 100%;
    max-width: 160px;
    height: 50px;
    background: url(../images/reviews/tripadvisor-reviews-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.reserve-reviews-col .reserve-ta-review-info {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}
.reserve-ta-review-rating {
	display: flex;
    justify-content: flex-end;
}
.reserve-reviews-col .ratingDate {
	width: 100%;
    text-align: right;
	padding: 0 !important;
    font-size: 15px !important;
	color: #858585 !important;
	margin-top: -7px;
}
.reserve-reviews-col .prw_reviews_text_summary_hsx {
	line-height: 24px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 18px;
    color: #737373;
    text-align: center;
    height: 99px;
    overflow: hidden;
    text-overflow: ellipsis;
	font-style: italic;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.reserve-reviews-col .prw_rup.prw_reviews_inline_photos_hsx {
	display: none;
}
.reserve-reviews-col .gg-review-header {
	display: flex;
	justify-content: space-between;
	font-family: 'Barlow';
    font-weight: 600;
    font-size: 15px;
    color: #858585;
}
.reserve-reviews-col .gg-review-header:before {
	content: '';
    display: inline-flex;
    width: 100%;
    max-width: 120px;
    height: 52px;
    background: url(../images/reviews/google-reviews-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.reserve-reviews-col .reserve-gg-review-info {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}
.reserve-gg-review-rating {
	display: flex;
    justify-content: flex-end;
}
.reserve-reviews-col .gws-localreviews__google-review > div {
	display: none;
}
.reserve-reviews-col .gws-localreviews__google-review > div:first-of-type {
	line-height: 24px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 18px;
    color: #212121;
    text-align: center;
    height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.reserve-reviews-col .gws-localreviews__google-review footer {
    padding-bottom: 20px;
}

.reserve-reviews-col .WMbnJf {
    border: none;
    padding: 25px 50px 0px;
}
.reserve-reviews-col g-review-stars {
	width: 110px;
    height: 20px;
}
.reserve-reviews-col g-review-stars~div {
	margin-left: 10px;
}
#FeedbackCompany .review__main {
    background: none;
}
.gg-review-stars {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.gg-review-stars-5 {
	background-image: url(../images/reviews/5stars.png);
}
.gg-review-stars-4 {
	background-image: url(../images/reviews/4stars.png);
}
.gg-review-stars-3 {
	background-image: url(../images/reviews/3stars.png);
}
.gg-review-stars-2 {
	background-image: url(../images/reviews/2stars.png);
}
.gg-review-stars-1 {
	background-image: url(../images/reviews/1stars.png);
}
.gg-review-stars-0 {
	background-image: url(../images/reviews/0stars.png);
}



/* Wildlife & Animals */
/* 

.reserve-wildlife-title
{
    color:#263138 !important;
    font-size:25px;
    font-weight:500; 
    font-family: Roboto;
}

/* Best Time to Visit */

.reserve-best-time-desc
{
    font-family: Barlow;
    font-size: 18px;
    margin-bottom: 40px;
}

.reserve-weather-content
{
    background-color: #fbfbfb;
    border: 1px solid #c8c8c8;
}

.weather-block, .weather-block-header
{
    display: flex;
    flex-wrap: wrap;
}

.weather-block .weather-listing:first-child
{
    border-right: 1px solid #d9d9d9;
} 

.weather-block-header
{
    background-color: #f5f5f5;
    border-bottom: 1px solid #c8c8c8;
}
.weather-listing
{ 
    margin:10px 0 20px;
    padding: 0px 15px;
    width: 50%;
    font-family: Barlow;
    font-size: 15px;
    padding-right: 50px;
}

.weather-title h4
{
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    margin-bottom: 0px;
}

.weather-title p
{
    font-size: 18px;
    font-family: Barlow;
}


.weather-icon
{
    position: relative;
    padding-left: 4em;
}
.weather-icon::before
{
    content:'';
    position:absolute;
    left: 10px;
    top: 10px;
    width:45px;
    height:45px;
}

.weather-block-header .best-time::before
{
    background: url(../images/reserve/may.png) no-repeat;
}

.weather-block-header .high-season::before
{
    background: url(../images/reserve/october.png) no-repeat;
}

.weather-listing span
{
    display: block;
    font-weight: bold;
    font-size: 20px;
    font-family: Roboto;
}

.weather-listing br
{
    display: none;
}

.weather-listing .highlited
{ 
    padding-left:0px;
    margin-bottom:10px;
}
.weather-listing .highlited li
{
    width:100%;
    float:none;
}

.weather-listing .highlited li::before, .mounth-listing .highlited li::before
{
    top: 5px;
    background: url(../images/reserve/weather-check.png) no-repeat;
}

.best-time-details
{
    margin-bottom: 30px;
}

.best-time-details ul li:before
{
    top: 25px;
}

.best-time-details ul li p
{
    font-size: 15px;
    font-family: Barlow;
}

.best-time-details ul li h6
{
    font-size: 18px;
    font-family: Roboto;
}

/* icons */

.best-time-icons::before
{
    background: url(../images/reserve/may-september.png) no-repeat;  
}

.best-time::before
{
    background: url(../images/reserve/best-time.png) no-repeat;  
}

.high-season::before
{
    background: url(../images/reserve/high-season.png) no-repeat;  
}

.low-season::before
{
    background: url(../images/reserve/low-season.png) no-repeat;  
}

.tab-weather::before
{
    background: url(../images/reserve/tab-weather.png) no-repeat;   
}

.worst-weather::before
{
    background: url(../images/reserve/worst-weather.png) no-repeat;  
}

/* Weather & Climate */

.climate-diagram
{
    background-color: #f5f5f5;
    border: 1px solid #c8c8c8;
}

.climate-diagram em
{
    text-align: center;
    font-family: Barlow;
    font-size: 15px;
    color: #737373;
    padding-bottom: 10px;
}

.weather-climate p
{
    font-size: 18px;
    font-family: Barlow;
    color: #737373;
    margin-bottom: 20px;
}

.weather-title h5
{
    font-family: Roboto;
    font-size: 20px;
    color: #263138;
}

.weather-climate-desc
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.weather-climate-desc .season-list
{
    width: calc(50% - 15px);
}


.weather-climate-desc .season-list .mounth-listing .highlited li {
    font-size: 18px;
    font-family: Barlow;
    color: #737373;
}
/* Getting There */


.getting-there, .getting-there p 
{
    font-size: 18px;
    font-family: Barlow;
    color: #737373;
}

.getting-there p a
{
    display: block;
}

.getting-there-list
{
    font-size: 25px;
    font-family: Roboto;
    display: flex;
}

.reserve-getting-title
{
    color:#252424 !important;
    font-size:25px;
    font-weight:500; 
    font-family: Roboto;
}

.getting-there-img-box
{
    position: relative;
    cursor: pointer;
    margin: 0px 20px;
    height: fit-content;
}

.getting-there-img-box::before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), 75%, rgba(0, 0, 0, 0.6), 92%, rgba(0, 0, 0, 1));
    left: 0;
    display: block;
    border-radius: 15px;
}

.getting-there-img-box p
{
    position: absolute;
    bottom: 0px;
    color: white;
    font-family: Roboto;
    font-size: 18px;
    padding-left: 10px;
}

.getting-there-list img
{
    border-radius: 15px;
    cursor: pointer;
    width: 100%;
}

.getting-there-list div
{
    margin-bottom: 20px;
    width: 100%;
}

.getting-there-list div h4
{
    margin-bottom: 0px;
}

/* pop up */

/* Modal window */

/* The Modal (background) */

.map-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.map-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: none;
}

.map-modal-close:hover, .map-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.map-modal-content {
    background-color: #fefefe;
    margin: 110px auto;
    margin-top: -215px;
    border: 1px solid #888;
    width: 550px;
    font-family: 'Barlow';
    font-size: 18px;
}

#map-reserve .mapboxgl-popup-tip {display: none;}
#map-reserve .mapboxgl-popup {    margin-left: 62px;padding-bottom: 3px;;pointer-events: none;}
#map-reserve .mapboxgl-popup-content {
    box-shadow: none;
    background: none;
    color: white;
    font-family: 'Barlow';
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0px 0px 9px black;
    pointer-events: none;
    display: flex;
    align-items: center;
}
#map-reserve .mapboxgl-popup-content:before {
    content: '';
    height: 53px;
    width: 40px;
    display: flex;
    background: url(../images/marker-pin.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#map-reserve .mapboxgl-popup-content>div {
    max-width: 120px;
    width: 120px;
}

.mapboxgl-marker {
    background: none;
    border: none;
    box-shadow: none;
    margin-top: 0px;
}

/* Accommodation */

.radio-filter-option-desktop
{
    display: flex !important;
}

.radio-filter-option-mobile
{
    display: none !important;
}

.lodge-filter
{
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
}
.lodge-filter .radio-filter-option
{
    margin:0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size:17px;
    font-family: Barlow;
    background-color: #fbfbfb;
    border-top: 1px solid #dcdcdc;
}

.lodge-filter .filter-option
{
    padding: 25px;
    margin-top: 20px;
    background-position-x: center; 
}

.lodge-description .radio-filter-option input
{
    margin: 9px 3px 0 0;
}

#rateGraph
{
    width: 100%;
    height: 25px;
    display: flex;
    align-items: flex-end;
}

#rateGraph div {
    width: 100%;
    background: #e4e4e4;
}

/* noUi */
.noUi-horizontal {
    height: 6px;
}

.noUi-base .noUi-connect {
    background: #c39f77;
}

.noUi-horizontal .noUi-handle {
    top: -15px;
    border-radius: 25px;
    height: 34px;
    border: 1px solid #c19d76;
}

.noUi-handle:before, .noUi-handle:after {
    background: white;
}

.lodges-list-wrapper-mobile
{
    display: none;
}
.lodge-list-cotnent
{
    background-color: #f5f5f5;
    padding: 0px;
}

.lodge-list-desc
{
    padding: 15px 15px 0px;
    min-height: 85px;
}

.lodge-list-desc h3
{
    margin-bottom: 0px;
}

.lodge-list-desc h3 a
{
   font-size: 23px;
   font-family: Roboto;
}

.lodge-list-desc h3 span {
    float: right;
    font-family: Barlow;
    font-size: 18px;
}

.trip-advisor-details
{
    padding-top: 5px;
    margin: 0px !important;
    justify-content: flex-start;
}

.trip-advisor-details div
{
    text-decoration: none;
    font-family: Barlow;
    font-size: 16px;
}

.lodge-list-desc a:hover
{
    text-decoration: none; 
}

.lodge-list-btn
{
    border-top: 1px solid #dcdcdc;
    padding: 15px 0px;
}

.lodge-list-btn a
{
    border-radius: 20px !important;
    width: 183px;
    margin: 7px;
}

.lodge-list-btn .related-lodge-details
{
    background-color: white;
    border: 1px solid #c39f77;
    color: #c39f77;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.lodge-list-btn .related-lodge-enquire
{
    background-color: #c39f77;
    color: white;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.reserveLodgeSliderControls {
    display: none;
}


/* specials */

.special-tile-header
{
    min-height: 85px;
}

.special-tile
{
    height: inherit;
}

.special-tile-reviews .ui_bubble_rating {
    margin: -4px 6px;
}

.reserveSpecialSliderControls {
    display: none;
}


.special-tile-top .special-tile-ribbon {
    z-index: 2;
}

/* tours */

.reservePackageSliderControls {
    display: none;
}

.tours-box {
    margin-bottom: 20px;
}

.tours-box:hover {
   
    margin-bottom: 25px;
}

@media only screen and (max-width: 1023px) {


    [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
        width: 21px;
        height: 21px;
    }

    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        width: auto;
    }

    .reserve-section-title {
        display: flex !important;
        font-size: 34px;
        font-family: Roboto;
        padding: 10px 0px;
        margin-bottom: 0px;
    }

    .reserve-section {
        border-bottom: none;
        margin-bottom: 0px !important;
        line-height: 1.4;
    }
    
    .reserve-section .lSSlideOuter ul 
    {
        overflow-x: scroll;
        padding: 5px;
        white-space: nowrap;
    }

    .reserve-section .lSSlideOuter ul li
    {
       padding-bottom: 8px !important;
    }

    /* banner */
    .banner
    {
        min-height: 265px;
    }

    .banner-title
    {
        font-size: 25px !important;
        font-family: Roboto;
    }

    /* sidebar */
    .sidebar-tabs-box > h5:first-child {
        font-size: 18px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        height: 55px;
        font-family: Barlow;
    }

    #reservemenu li a::before
    {
        top: 20px;
    }

    /* overview */
    .reserve-why-go .reserve-highlited
    {
        padding: 0px;
        columns: 1;
    }

    .overview-box {
        font-size: 15px;
    }
    
    .overview-box p, .overview-box .reserve-why-go, .wildlife-desc-box div
    {
        display: none;
        line-height: 1.4;
    }

    .reserve-arrow-flip
    {
        transform: rotate(+90deg);
        -moz-transition: transform 0.4s;
        -webkit-transition: transform 0.4s;
        transition: transform 0.4s;
        cursor: pointer;
    }

    .overview-box h4 span, .getting-there-list h4 span, .wildlife-desc-box h4 span
    {
        content: " ";
        height: 15px;
        width: 10px;
        background-image: url(../images/reserve/arrow-h.png);
        background-size: 10px 15px;
        position: absolute;
        right: 0px;
    }

    .reserve-overview-title, .reserve-getting-title, .reserve-wildlife-title {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
        font-family: Roboto;
        font-size: 16px;
        position: relative;
    }

    .reserve-overview-blocks {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
    }
 
    .addReadMore.showmorecontent .readMore {
        display: none;
    }
 
    .addReadMore .readMore,
    .addReadMore .readLess {
        font-weight: bold;
        margin-left: 2px;
        color: #c39f77;
        cursor: pointer;
    }
 
    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }

    /* reviews */
	.reserve-reviews {
		flex-wrap: wrap;
    }
    .reserve-reviews-title {
        padding: 10px 0px;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 700;
    }
	.reserve-reviews-col {
		width: 100%;
		margin-bottom: 10px;
	}
	.reserve-reviews-col:last-of-type {
		margin:0;
	}
	.reserve-reviews-col .lSSlideWrapper {
        padding: 25px 15px;
    }
    .reserve-reviews-col .WMbnJf {
        padding: 15px 15px 0px;
    }
	.reserve-reviews-col .fc-review-header {
		flex-direction: row !important;
    	-webkit-flex-direction: row !important;
	}
	.reserve-reviews-col .lSAction a {
		bottom: 15px !important;
	}
	.reserve-reviews-col .lSAction a.lSPrev {
		top: 11px !important;
	}
	.reserve-reviews-col .review__stars-holder {
		margin-top: 1px !important;
	}
	.reserve-reviews-col .review__footer {
		height: auto !important;
	}
	.reserve-reviews-col .ta-review-header:before,
	.reserve-reviews-col .fc-review-header:before,
	.reserve-reviews-col .gg-review-header:before {
		height: 42px;
    }
    
    #FeedbackCompany .review__footer {
        flex-direction: unset;
    }

    .reserve-reviews-col footer a {
        padding: 0 7px !important;
    }

    .reserve-reviews-col .prw_reviews_text_summary_hsx,
    #FeedbackCompany .header--long,
    .reserve-reviews-col .gws-localreviews__google-review > div:first-of-type
    {
        margin-block-end: 2em;
        line-height: 25px;
    }

    .reserve-reviews-col .lSSlideOuter .lSPager.lSpg {
        bottom: 20px;
    }

    .reserve-reviews-col .rating__stars .stars__star, .reserve-reviews-col .stars .stars__star {
        width: 15px !important;
        height: 15px !important;
    }

    .reserve-reviews-col .rating__stars .stars__star:after, .reserve-reviews-col .stars .stars__star:after {
        background-size: 15px !important;
    }

    .reserve-reviews-col .rating__stars, .reserve-reviews-col .stars {
        width: 70px !important;
        margin-top: 3px;
    }

    .ui_bubble_rating.bubble_5:before, .ui_bubble_rating.bubble_50:before {
        background-image: url(img/ta-50.png);
        background-size: 70px 13px;
        display: inline-block;
        width: 70px;
        height: 13px;
        content: "";
        margin-top: 2px;
    }

    .gg-review-stars-5 {
        background-image: url(../images/reviews/5stars.png);
        background-size: 85px 17px;
        display: inline-block;
        width: 85px !important;
        height: 15px !important;
        content: "";
        margin-top: 5px;
    }

    /* wildlife */

    .wildlife-info li
    {
        width: 50%;
        background: #dddddd;
        margin-bottom: 15px;
        padding: 10px 0 35px;
    }

    .wildlife-info li:nth-child(2n)
    {
        border-left: 7.5px solid white;
    }
    .wildlife-info li:nth-child(2n+1)
    {
        border-right: 7.5px solid white;
    }
    .wildlife-section-box .wildlife-info li figure {
        width: 70px;
        height: 70px;
    }

    .wildlife-section-box .wildlife-info li figure img {
        max-width: 57px;
        max-height: 55px;
        min-height: unset;
    }

    .wildlife-box {
        margin-top: 35px;
    }

    .wildlife-info li {
        min-height: 230px;
    }

    .wildlife-photos
    {
        width: 100%;
        margin-bottom: 20px;
    }

    .wildlife-box-photo figure {
        margin: 0px;
    }

    .wildlife-box-photo img {
        width: 100%;
    }

    .wildlife-section-box .wildlife-info li h4 {
        font-size: 15px;
    }

    .wildlife-section-box .wildlife-info li .wildlife-box span {
        font-size: 12px;
    }

    .animal-modal-content {
        width: 100%;
    }

    .animal-modal-size {
        min-height: 240apx;
    }

    .animal-modal-size img {
        float: unset;
    }

    .animal-modal-status ul {
        overflow: auto;
        padding-bottom: 20px;
    }

    .wildlife-gallery-box {
        margin-bottom: 0px;
    }
    

    /* Best Time to Visit */
    .reserve-best-time-desc {
        line-height: 1.4;
    }
    .best-time-section
    {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    
    .weather-climate-desc .season-list {
        width: calc(100% - 15px);
    }

    .weather-block-header
    {
        display: block;
    }

    .weather-listing
    {
        width: 100%;
    }

    .weather-block .highlited li
    {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .weather-block p 
    {
        line-height: 1.4;
    }

    .season-list {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .weather-title {
        margin-bottom: 10px;
    }

    .weather-title span {
        font-size: 18px;
    }

    .best-time-details ul li {
        margin-bottom: 5px;
    }

    .best-time-details {
        margin-bottom: 0px;
        width: calc(100% + 36px);
        position: relative;
        left: -18px;
    }

    .best-time-details ul li .intro-details {
        box-shadow: 0 0 4px rgba(0,0,0,0.20);
    }

    .reserve-weather-content {
        width: calc(100% + 36px);
        position: relative;
        left: -18px;
    }

    /* getting there */

    .getting-there {
        min-height: 330px;
    }

    .getting-there, .getting-there p {
        min-height: 35px;
        line-height: 1.4;
    }

    .getting-there-list {
        min-height: 35px;
        padding-top: 0px !important;
        display: block;
    }

    .getting-there-list div
    {
        font-size: 16px;
        float: inherit;
        width: 100%;
        margin: 20px 0px 0px 0px;
    }

    .getting-there-text-box
    {
        width: 100%;
    }

    .getting-there-img-box
    {
        display: inline-block;
    }

    .getting-there-list img {
        float: inherit;
    }
    

    .getting-there-list h4 + p
    {
        display: none;
    }

    .map-modal-content {
        width: 100%;
        height: 345px;
    }

    .getting-there-img-box p {
        bottom: 5px;
    }

    /* Lodge */
    
    .radio-filter-option-desktop
    {
        display: none !important;
    }

    .radio-filter-option-mobile
    {
        display: flex !important;
    }

    .trip-advisor-details div {
        margin-top: 3px;
    }
    .lodge-filter
    {
        width: calc(100% + 40px);
        right: 20px;
        position: relative;
    }

    .lodge-list-outer-box
    {
        padding-left: 20px;
        padding-right: 0px;
    }
    .lodge-list-btn a {
        width: 125px;
    }

    .lodge-list-desc {
        padding: 5px;
    }

    .lodge-list-btn {
        padding: 10px 4px;
    }
    .lodges-list-wrapper-mobile
    {
        display: unset;
    }

    .related-lodges .lodges-list-wrapper-mobile .cols .col,
    .related-lodges .lodges-list-wrapper .cols .col {
        padding-right: 0px !important;
        padding-left: 0px !important;
        overflow: hidden;
    }

    .lodges-list-wrapper-mobile .cols .col,
    .lodges-list-wrapper .cols .col  
    {
        float: left;
    }

    .reserveLodgeSliderControls {
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: -30px;
        padding-bottom: 22px;
    }

    .reserveLodgePrev, .reserveLodgeNext{
        height: 30px;
        width: 30px;
        border: 1px solid #cacaca;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
    }
    .reserveLodgePrev {
        margin-right: 80px;
        display: none;
    }
    .reserveLodgeNext {
        margin-left: 80px;
        display: none;
    }
    
    .reserveLodgePrev:after, .reserveLodgeNext:after{
        content: "";
        height: 11px;
        width: 13px;
        background: url(../images/arrow-rounded.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 9px;
        top: 9px;
        filter: invert(1) opacity(0.25);
    }
    .reserveLodgePrev:after{
        transform: rotate(180deg);
        left: 7px;
    }

    .lodges-list-wrapper-mobile .lSSlideOuter .lSPager.lSpg>li a,
    .lodges-list-wrapper .lSSlideOuter .lSPager.lSpg>li a {
        height: 14px;
        width: 14px;
        background-color: lightgray;
        border: 1px solid white;
        z-index: 1;
    }
    
    .lodges-list-wrapper-mobile .lSSlideOuter .lSPager.lSpg>li.active a,
    .lodges-list-wrapper .lSSlideOuter .lSPager.lSpg>li.active a {
        background-color: white;
        border: 2px solid black;
    }
    
    .lodges-list-wrapper-mobile .lSSlideOuter .lSPager.lSpg>li.active a:after,
    .lodges-list-wrapper .lSSlideOuter .lSPager.lSpg>li.active a:after{
        content: '';
        height: 4px;
        width: 4px;
        position: absolute;
        left: calc(50% - 2px);
        top: calc(50% - 2px);
        background: black;
        border-radius: 50%;
    }
    
    .lodges-list-wrapper-mobile .lSSlideOuter .lightSlider{
        height: auto !important;
    }

    .related-special .special-list-wrapper .cols .col {
        padding-right: 0px;
        padding-left: 20px;
        margin-bottom: 0px;
    }

    /* specials */
    
    .reserveSpecialSliderControls {
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: -30px;
        padding-bottom: 22px;
    }
    .reserveSpecialPrev, .reserveSpecialNext{
        height: 30px;
        width: 30px;
        border: 1px solid #cacaca;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
    }
    .reserveSpecialPrev {
        margin-right: 80px;
        display: none;
    }
    .reserveSpecialNext {
        margin-left: 80px;
        display: none;
    }
    
    .reserveSpecialPrev:after, .reserveSpecialNext:after{
        content: "";
        height: 11px;
        width: 13px;
        background: url(../images/arrow-rounded.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 9px;
        top: 9px;
        filter: invert(1) opacity(0.25);
    }
    .reserveSpecialPrev:after{
        transform: rotate(180deg);
        left: 7px;
    }

    .special-list-wrapper .lSSlideOuter .lSPager.lSpg>li a {
        height: 14px;
        width: 14px;
        background-color: lightgray;
        border: 1px solid white;
        z-index: 1;
    }
    
    .special-list-wrapper .lSSlideOuter .lSPager.lSpg>li.active a {
        background-color: white;
        border: 2px solid black;
    }
    
    .special-list-wrapper .lSSlideOuter .lSPager.lSpg>li.active a:after {
        content: '';
        height: 4px;
        width: 4px;
        position: absolute;
        left: calc(50% - 2px);
        top: calc(50% - 2px);
        background: black;
        border-radius: 50%;
    }
    
    .special-list-wrapper .lSSlideOuter .lightSlider {
        height: auto !important;
    }
    
    

    /* Packages */
    
    .reservePackageSliderControls {
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: -30px;
        padding-bottom: 22px;
    }
    .reservePackagePrev, .reservePackageNext{
        height: 30px;
        width: 30px;
        border: 1px solid #cacaca;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
    }
    .reservePackagePrev {
        margin-right: 80px;
        display: none;
    }
    .reservePackageNext {
        margin-left: 80px;
        display: none;
    }
    
    .reservePackagePrev:after, .reservePackageNext:after{
        content: "";
        height: 11px;
        width: 13px;
        background: url(../images/arrow-rounded.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 9px;
        top: 9px;
        filter: invert(1) opacity(0.25);
    }
    .reservePackagePrev:after{
        transform: rotate(180deg);
        left: 7px;
    }

    .package-list-wrapper .lSSlideOuter .lSPager.lSpg>li a {
        height: 14px;
        width: 14px;
        background-color: lightgray;
        border: 1px solid white;
        z-index: 1;
    }
    
    .package-list-wrapper .lSSlideOuter .lSPager.lSpg>li.active a {
        background-color: white;
        border: 2px solid black;
    }
    
    .package-list-wrapper .lSSlideOuter .lSPager.lSpg>li.active a:after {
        content: '';
        height: 4px;
        width: 4px;
        position: absolute;
        left: calc(50% - 2px);
        top: calc(50% - 2px);
        background: black;
        border-radius: 50%;
    }
    
    .tours-tour-content {
        padding: 10px 6px;
    }
   
    #related-tours .lSSlideOuter .col
    {
        padding-left: 0px;
        padding-right: 10px;
    }
}