

.pgwSlideshow .ps-list li .ps-item.ps-selected{
    border:2px solid #fff;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected img{
    margin: 0;
}

.pgwSlideshow .ps-current .ps-next{
    background: transparent;
    border:none;
    right:15px;
}
.pgwSlideshow .ps-current .ps-prev{
    background: transparent;
    border:none;
    left:15px;
}

.pgwSlideshow .ps-current > ul > li img{
    width: 100%;
	height:410px;
}
.pgwSlideshow .ps-nextIcon{
    position: relative;
    border-width: 0;
}
.pgwSlideshow .ps-prevIcon{
    position: relative;
    border-width: 0;
}

.pgwSlideshow .ps-nextIcon::after,
.pgwSlideshow .ps-prevIcon::after{
    position: absolute;
    font-family: 'FontAwesome';
    color:#fff;
    font-size: 40px;
    display: inline-block;

}


.pgwSlideshow .ps-nextIcon::after{
    content: '\f105';
    left: -5px;
    top: -12px;
}


.pgwSlideshow .ps-prevIcon::after{
    content: '\f104';
    left: -5px;
    top: -12px;
}


.navigation {
	position: relative;
    z-index: 1;
}

.btn-secondary {
    background: #343330 !important;
    color: #fff;
}
.btn-secondary:hover {
    color: #fff;
    background: #292926 !important;
}

.bg-gray{background:#e7e7e7; }

.breadcrum{padding: 5px 0 0; background: #e7e7e7;}
.breadcrum p{  margin-bottom: 0;}
.breadcrum p a{ display: block; padding-left:10px; color:#666666;   position: relative; font-size:13px;}
.breadcrum p a:first-child{padding-left:0; }
/*.breadcrum p a::after{ content:'\f105'; position: absolute; right:-10px; top:0;
font-family: 'FontAwesome'; }*/
.breadcrum p a:hover{ color:#486e09; }


.target {
    background: #fff;
    box-shadow: 0 2px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.06);
    height: 50px;
    line-height: 50px;
}

.target li{
    padding: 0 10px; 
}

.target .active a{
	border-bottom: 3px solid #5a880f;
}


.target a{
	transition: none !important;
    display: inline-block;
    line-height: 35px;
    color: #666
}


.main-content-grid{
	display: grid;
	grid-template-columns: 1fr 340px;
    grid-gap: 20px;
}

.contain-top-grid{
	display: grid;
	grid-template-columns: 1fr 320px;
    grid-gap: 20px;
    background: #fff;
    padding: 20px
}

.attached{
	position: fixed;
	width: 100%;
	top: 0;
    z-index: 50;
    background: #292728;
}

.attached::before{
    content: '';
    position: absolute;
    right:100%;
    top:0;
    z-index: 50;
    width:100%;
    background: #292728;
    box-shadow: 0 2px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.06);
    height: 50px;
}

.attached a{
    color: #fff;
}
 .module{
 	background: #fff;
     padding: 20px;
   /*   border: 1px solid #dbdbdb; */
 }

.highlight{
	padding-bottom: 20px;
	margin-bottom: 20px;
	/*border-bottom: 1px solid #ccc;*/
}

.highlight-list li{ 
	position: relative; 
	padding-left: 20px;
}
.highlight-list li::before{ 
	position: absolute;
    content: "\f105";
    left: 5px;
    font-weight: 700;
    font-family: 'FontAwesome';
 }

.info{
	padding-bottom: 10px;

}

.info li{
	display: flex;
	align-items: center;
	flex:0 0 48%;
	margin-bottom: 6px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 6px;
}



.info label{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	flex:0 0 120px;
	color:#525252;
	margin-bottom: 0;
}

.cont a{
	color: #54a18d;
}

.accordion-content{
	display: none;
	padding-top: 20px;
}

.accordion-link{
	display: block;
	position: relative;
	font-weight: bold;
}

.accordion-link::after {
    content: '\f067';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    font-weight: normal;
 	color: #5e5e5e;
}

.accordion-link.minus::after{
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    font-weight: normal;
 	color: #5e5e5e;

}

.accordion-link.minus-active::after{
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    font-weight: normal;
 	color: #5e5e5e;

}


.accordion ul li{
	position: relative;
	line-height: 24px;
    padding: 16px 16px 16px 0;
    margin-top: 0;
    margin-left: 40px;
    border-bottom: 1px solid #ebeef2;
}

.accordion ul li:last-child{
	border-bottom: 0;
}

.accordion-item::before{
    content: "";
	position: absolute;
    border-left: 1px dashed #c7d0d9;
    height: 100%;
    left: -20px;
    top: 15px;
}

.accordion-item::after{
    content: '\f1ce';
    font-family: 'FontAwesome';
    position: absolute;
    left: -32px;
    top: 15px;
    font-size: 22px;
	color:#54a18d;
	background: #fff;
    
}

.accordion-item.active::after{
    content: '\f111';
    font-size: 18px;
    left: -27px;
    
}


.intro::after{
    content: '\f05a';
    font-family: 'FontAwesome';
    position: absolute;
    left: -30px;
    top: 15px;
    font-size: 24px;
	color:#54a18d;
	background: #fff;
    
}

.intro.active::after{
    content: '\f05a';
	color:#1fa4d0 ;
    
}

.accordion-content.active{
    display: block;
}

.mapmaker::after{
    content: '\f041';
    font-family: 'FontAwesome';
    position: absolute;
    left: -26px;
    top: 15px;
    font-size: 24px;
	color:#54a18d;
	background: #fff;
    
}

.mapmaker.active::after{
    content: '\f041';
	color:#1fa4d0 ;
    left: -24px;
    
}

.check ul li{
    position:relative;
}

.check ul li::after{
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: -26px;
    top: 0;
    font-size: 18px;
	color:#5a880f;
	background: #fff;

}

.times ul li{
    position:relative;
}

.times ul li::after{
    content: '\f00d';
    font-family: 'FontAwesome';
    position: absolute;
    left: -26px;
    top: 0;
    font-size: 18px;
	color:#f45050;
	background: #fff;

}

.in-block  li{
    position: relative;
    line-height: 24px;
    padding:  0;
    margin-bottom: 10px;
    margin-left: 40px;
}

.title{font-size: 30px;}

/*.pgwSlideshow*/

.pgwSlideshow{
    background: none;
    position: relative;
}

.pgwSlideshow .ps-list{
    border-top: none;
    box-shadow: none;
    background: none;
    bottom: 10px;
    left:0;
    margin-left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.ps-list ul::after{
    content: '';
    display: table;
    clear:both;
}

.pgwSlideshow .ps-list li img{
	width: 60px;
    height: 45px;
}

.pgwSlideshow .ps-list .ps-next{
	padding: 16px 12px 16px 15px;
	top:0;
}

.pgwSlideshow .ps-list .ps-prev{
	padding: 16px 12px 16px 15px;
	top:0;
}

.pgwSlideshow .ps-list li .ps-item{
	  margin: 0;
}


/*.pgwSlideshow*/

.Days-m{
	font-size:18px;
	background: #f68003;
	color:#fff;
	padding:8px 12px;
	display: inline-block;
	position: relative;
	left: -35px;
}

.Days-m::after{    
	position: absolute;
    content: '';
    left: 2px;
    top: 40px;
    width: 0;
    height: 0;
    border-bottom: 11px solid transparent;
    border-right: 13px solid #d16e06;
}

#gd-cost-per-person-0 {
    margin-bottom: 10px;
    color: #54a18d;
}

#gd-cost-per-person-0 sup {
    color: #222222;
    margin-left: 5px;
    font-weight: 400;
    font-size: 13px;
}

.btn-groups .btn + .btn{
	margin-left:20px;
}

#select{
	height: 45px;
	width:100%;
	border:1px solid #ccc;
	padding-left: 10px;
}

#select:focus{
	border:1px solid #ccc;
}

.category{margin-top:20px;}

.btn .fa{margin-right:6px;}

/*popup*/

.map{
    transition:all 0.2s ease-in-out;
    position:relative;
    overflow:hidden;
}

.map::after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition:all 0.2s ease-in-out;
    transform:translate(0, -100%);
}

.map:hover::after{
    opacity:1;
    transform:translate(0, 0);
}

.click-me{
    display:inline-block;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    padding:6px 10px;
    background:black;
    color:#fff;
    cursor:pointer;
    z-index:100;
    transition:all 0.2s ease-in-out;
    opacity:0;
}


.map:hover .click-me{
    opacity:1;
    -webkit-transition-property: all; /* Safari */
    -webkit-transition-duration: 0.2s; /* Safari */
    -webkit-transition-delay: 0.3s; /* Safari */
    transition-property: all;
    transition-duration:  0.2s;
    transition-delay:0.4s;
}

.wrap{
    opacity:0;
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    transition:all 0.2s ease-in-out;
    z-index: -1;
   
    
}

.wrap-show{
    opacity:1 !important;
     z-index:50;
}

.map-overlay{
    opacity:0;
    transition:all 0.3s ease-in-out;
    width:80%;
    height:500px;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-40%;
    margin-top:-250px;
    z-index:-1;
	transform:translate(0, -100%);
	border:10px solid #54a18d;
}

.map-overlay img{
    height:100%;
}

.map-overlay p{
    margin-bottom:0;
    height: 100%;
}

.map-overlay iframe{
    height: 100% !important;
}


.map-overlay-show{
	opacity:1 !important;
	transform:translate(0, 0);
	z-index:100;
}

.close{
    position:absolute;
    transition:all 0.3s ease-in-out;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    height:40px;
    width:40px;
    line-height:40px;
    text-align:center;
    background:#fff;
    color:#000;
    right:-20px;
    top:-20px;
    opacity: 1;
    transform: scale(1);
}

.close:hover{
	color:#000;
    opacity: 1;
    font-size: 20px;
    transform: scale(1.2);
}



.best-bg{
	background-size: cover;
}

.supp{
	font-size: 17px;
	font-weight: 500;
	color:#54a18d;
}

.related .package{
    border:1px solid #dedede;
}

.related li {
	margin-bottom: 
}

.related li .package-body{
	padding:0 15px 15px;
}

.related-title{
	padding-bottom: 10px;
	border-bottom: 1px solid #cecece;
}

.client-thumb{
	margin-right: 20px;
	flex:0 0 60px;
	height: 60px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	overflow:hidden;
}

.client-title p{font-size:12px;}

.review-list li{
    padding: 20px;
    border:1px solid #e0e0e0;
    margin-bottom: 10px;
}

.expand{
    cursor:pointer;
    color: #54a18d;
}

.expand i{
    margin-right: 6px;
}

.tab-menu{
    display: flex;
}

.tab-menu li{
    flex:0 0 50%;
}

.tab-menu li a{
    display: block;
    color:#fff;
    padding:15px 20px;
    text-align: center;
    background: #3248bf;
}


.tab-menu-active a{
    background: #28961d !important;
}

.guaranted-clr{ color:#28961d; }
.available-clr{ color:#3248bf; }
.tab-content{
    display: none;
    padding: 15px;
    border:1px solid #ccc;
}

.tab-content-active{
    display: block;
}

.accordion-item1{
    margin-left: 0 !important;
}

.pick input[ type="text"]{
    border:1px solid #ccc;
    padding-left:10px;
    margin-bottom: 10px;
    border-radius: 0;
    width: 100%;
    height: 40px;
}
.pick input[ type="submit"]{
    border:none;
    background:#54a18d;
    border-radius: 0;
    height: 40px;
    color: #fff;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.pick input[ type="submit"]:hover{
    background: #18a4d2;
}

.quick_enquiry {
    background: #fff;
    padding: 20px;
    border: 1px solid #dbdbdb;
}

.quick_enquiry .wpcf7-form input[type="text"] {

    border: 1px solid #ccc;
    height: 40px;
    padding-left: 10px;
    width: 100%;
}

.quick_enquiry .wpcf7-form input[type="email"] {

    border: 1px solid #ccc;
    height: 40px;
    padding-left: 10px;
    width: 100%;
}

.quick_enquiry .wpcf7-form textarea {

    border: 1px solid #ccc;
    padding-left: 10px;
    width: 100%;
    height: 100px;
}

.quick_enquiry .wpcf7-form  p{
    position: relative;
    margin-bottom:3px;
}



.quick_enquiry .wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-177 {
    float: left;
    border: 1px solid #ccc;
    height: 30px;
    margin-right: 10px;
}

.quick_enquiry .wpcf7-form-control-wrap.captcha-177 input[type="text"] {
    background: #f1f1f1;
    border: 1px solid #ccc;
    height: 30px;
    padding-left: 10px;
    width: 30% !important;
}

.quick_enquiry .wpcf7-form-control.wpcf7-submit {
    background: #5a880f;
    padding: 0 15px;
    color: #fff;
    border: none;
    position: absolute;
    right: 0px;
    top: -40px;
    height: 40px;
    width: 110px;
    cursor: pointer;
}

.quick_enquiry .wpcf7-form-control.wpcf7-submit :hover{
   background: #0c8bb5; 
}

.excellent  h2{
   color: #66832f; 
}
.stars {
   display: inline-block;  
   color: #66832f;
}
.base-review{
    display: inline-block;
    margin-left: 10px;
}

.review-color{
    color: #66832f;
}

.booking-trip ul li{
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;   
    padding-left: 15px;
}

.booking-trip ul li a{
    color: #666;
}

.booking-trip ul li::after{
    content: '\f105';
    position: absolute;
    left: 0;
    top: 9px;
    font-family: 'FontAwesome';
}

.booking-trip ul li:last-child{
    border-bottom: 0; 

}



.booking-trip ul li a:hover{
    color:#008fd2;
    font-weight: 600;
}


.check-available label{
    font-weight: bold;
}
.check-available label, 
.check-available select{
    display: inline-block;
    margin-right: 10px;
}

.check-available select{
    width:150px;
    border:1px solid #ccc;
    height: 30px;

}

.star-excellent{margin-left:10px;}
.stars-color{color:#f1a122;}

/* .trip-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
 */
.trip-gallery figure{
    margin-bottom: 0;
}

/*form-enquiry*/
.form-enquiry input, .form-enquiry textarea{
    
    border:1px solid #ccc;
    border-radius: 0;
    padding-left:10px;
    margin-bottom: 10px;
}

.form-enquiry input{
    height: 40px;
    flex:0 0 49%;
    
}

.form-enquiry textarea{
    flex:0 0 100%;
}

.form-enquiry input[type ="submit"]{
    height: 40px;
    background: #54a18d;
    color:#fff;
    cursor: pointer;
    text-align: center;
    flex:0 0 10%;
    padding-left: 0;
    border:none;
}

.form-enquiry input[type ="submit"]:hover{
    height: 40px;
    background: #18a7d6;
}



.header_top{
    display: none;
}


.a{
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  width:15px;
  height: 15px;
  background: #3248bf;
  margin-right:8px;
  text-align: center;
  line-height: 15px;
  color:#fff;
  text-transform: uppercase;
}

.a--bg-green{
  background: #28961d;
}

.fa-user--space{
  margin-right:8px;
  color:#5a880f;

}

.trip-fact label{
    flex:0 0 140px;
    font-weight: bold;
    border-right:1px solid #ccc;
    margin-right: 10px;
    padding-right: 10px;
}

.title-1{
    padding: 10px;
    background: #fff;
    margin-bottom: 0;
}

.c-header{
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
}

.btn-wrap a{
    margin-right: 10px;
}

.d-heading h2{
    font-size: 24px;
}

.content-right h2{
    font-size: 24px;
}

.single body,
body.single{
    background: #e7e7e7;
}


.t-fact{

}

.t-fact li{
    display: flex;
    -webkit-display:flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
}

.t-fact li:last-child{
    border-bottom:0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.t-fact li img{
    flex: 0 0 25px;
    margin-right: 15px;
}

.fact-content span{
    display: block;
}

.t-fact li strong{
    color:#333 ;
}

.available{}
.available__header{ margin-bottom: 40px;}
.availability__days{
    font-weight: bold;
    font-size: 20px;
    color: #111;
}

.available--bg{
    background: #ededed;
}

.available--padding{
    padding: 10px;
}

.availability__price-from{
    font-size: 18px;
    color: #111;
}
.availability__price-from i{
    color: #e6ae73;
    margin-right: 5px;
}

.availability__price-p{
    color: #5a880f;
    font-size: 24px;
    display: block;
    font-weight: bold;
}


.availablity__list{
    padding-left: 30px;
}

.availability__item{
    position: relative;
}
.availability__item::before{
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: -26px;
    top: 0;
    font-size: 18px;
    color: #5a880f;
}

.availability__text-clr{
     color: #5a880f;
}

.available__btn{
    padding: 6px;
}

.available__footer{
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
}

.available__footer p{
    font-size: 18px;
}
.itineray-content ol li{
    list-style:inherit;
}

