a:focus{outline: none; text-decoration: none;}
.bdr-b{border-bottom: 1px solid #f3f3f3;}
.bg-gray{
	background-color: #f3f3f3;
}
/*******Tour Search Search*******/
.moontp-search-form{
	background: #f5f5f5;
    padding: 30px 0px 10px;
}
.moontp-head1{
	font-family: 'dm_serif_text';
    font-size: 25px;
    line-height: 0.88;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
}
.moontp-desc{
	text-align: center;
	margin-top: 5px;
}
.moontp-form-inline {
	margin-left: -7px;
	margin-right: -7px;
	display: flex;
    justify-content: center;
}

.moontp-form-group {
	padding-left: 7px;
	padding-right: 7px;
	/*max-width: 20%;
	display: table-cell;*/
	vertical-align: top;
	max-width: 20%;
}

.moontp-form-control {
	border-radius: 0px;
	min-width: 200px;
	background: #FFF;
	border: 1px #c3c3c3 solid;
	height: 43px;
	appearance: none;
	-webkit-appearance: none;
	outline:none !important;
}

.home-page-search-form select.form-control option {
	color: #555555;
}

.home-page-search-form select.form-control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(images/arrow-down-1.png) no-repeat top right;
}

.home-page-search-form select.form-control::-ms-expand {
	display: none;
}

.home-page-search-form .search {
	vertical-align: top;
}

.home-page-search-form .btn.btn-default {
	height: 45px;
	background: #000;
	color: #fff;
	margin-bottom: 2px;
	font-size: 14px;
	height: 43px;
	border: 1px solid #000;
}

.home-page-search-form .btn.btn-default:hover {
	color: #000;
	background: #fff;
}


/*****Custom Select******/
.moontp-select{position:relative;}
.moontp-select > .moontp-dropdown-toggle {
	background: #FFF url(../images/arrow-down-1.png) no-repeat top right !important;
	border: 1px solid #c3c3c3;
	margin-bottom: 0px;
	padding: 10px 30px 10px 10px;
	min-width: 200px;
	width: 100%;
	text-align:left;
	color:#000 !important;
}

.moontp-select.open .moontp-dropdown-toggle {
	box-shadow: none;
}

.moontp-select > .moontp-dropdown-toggle > .selected-label {
	color: #14141f;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-family: 'latoregular';
}


.moontp-select .moontp-dropdown-menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	margin: 0px;
	padding: 0px;
	border: none;
	box-sizing: border-box;
    min-width: 100%;
    z-index: 1035;
}
.moontp-select  .moontp-dropdown-menu-inner{
	padding:0px;
	list-style:none;
}
.moontp-select  .moontp-dropdown-menu-inner li a{
	font-size:13px;
	color:#000;
	padding:5px 10px;
	display:block;
}
.moontp-select.hierarchy-select {
	width: 100%;
}

.home-page-search-form .hierarchy-select.btn-group .dropdown-menu li.level-1 a {
	background: #eee;
	/* border-bottom: 1px #ddd solid; */
}

.home-page-search-form .dropdown-menu > .active > a,
.home-page-search-form .dropdown-menu > .active > a:hover,
.home-page-search-form .dropdown-menu > .active > a:focus {
	background: #000;
	color: #FFF;
}

.home-page-search-form .hierarchy-select.btn-group .dropdown-menu li[data-level="2"]>a {
	padding-left: 30px;
}

.home-page-search-form .hierarchy-select.btn-group .dropdown-menu li.level-1.active a,
.home-page-search-form .hierarchy-select.btn-group .dropdown-menu li a:hover,
.home-page-search-form .hierarchy-select.btn-group .dropdown-menu li a:focus {
	background: #000;
	color: #FFF;
}


/****Range Silider****/
#slider-range.ui-widget.ui-widget-content, #price-slider-range.ui-widget.ui-widget-content{
	height:2px;
	background:#dadada;
	border:none;
	margin:17px 8px 20px;
}
#slider-range.ui-slider-horizontal .ui-slider-handle, #price-slider-range.ui-slider-horizontal .ui-slider-handle{
	top:-10px;
	height: 20px;
    width: 20px;
	border-radius:20px;
	background:#1797d0;
	border:none;
	outline: none;
}
#slider-range .ui-widget-header, #price-slider-range .ui-widget-header{
	background:#1797d0;
}
.moontp-min-amount, .moontp-max-amount{
	width: 70px !important;
	background: #FFF !important;
	padding: 0px !important;
	margin: 0px !important;
	padding: 10px !important;
	box-shadow: none !important;
	display: inline-block !important;
	border-radius: 4px !important;
	border: solid 1px #dadada !important;
	font-size: 15px !important;
	font-weight: 600;
	height: 40px !important;
	color: #1e3b50 !important;
}
.moontp-max-amount{
	text-align:right;
	float:right;
}
/*destination-inner Start*/
	.moontp-tour-box .moontp-tour-image > .moontp-tour-img > img{
		width: 332px;
    	height: 225px;
		object-fit: cover;
		transition: transform .2s;
	}
	.moontp-tour-box .moontp-tour-image > .moontp-tour-img:hover > img{
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	.moontp_description-inner a{color: #fff; text-decoration: none;}
	.moontp-responsive{width: 100%;}
	.moontp-titlecenter a{color: #fff;}
/*destination-inner End*/

/*Related Tour Slider For Detail Page*/

.box-price-tag{
	position:absolute;
	top:10px;
	right:10px;
	font-size: 12px;
	font-weight: normal;
	font-family: 'latoregular';
	padding:5px 8px;
	border-radius:25px;
	line-height:normal;
	background:#1cedc9;
	letter-spacing:0.3px;
	color:#000;
}
.box-price-tag .old-price{
	position: relative;
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px;
	margin-right: 5px;
	opacity: 0.7;
}
.box-price-tag .old-price::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -1px;
	height: 1px;
	background-color: #000;
	opacity: 0.7;
}
.box-price-tag .offer-price{
	display: inline-block;
	vertical-align: middle;
}

/*custom css*/
h1,h2,h3,h4,h5,h6{ margin:0px 0 15px; }
h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
.moontp-headerouter{
	text-align:left;
/* 	max-width: 750px;
    margin: 0px auto 30px; */
}
.moontp-btn-outer{ margin-top:20px; }
.moontp-btn-type1{
    color: #fff;
    padding:8px 20px;
	text-transform:uppercase;
	text-decoration:none;
    display: inline-block;
}
.moontp-btn-type1:hover{
	color:#ffffff;
	text-decoration:none;
}
.moontp-commonpadding{ padding:60px 0; }
.bg-gray{ background-color:#f5f5f5;  }
.moontp-select.open .moontp-dropdown-menu{display: block;}
.moontp-select .moontp-dropdown-menu-inner li a:hover{text-decoration: none; background-color: #f5f5f5;}
.moontp-select.open .moontp-dropdown-menu-inner li a:focus{text-decoration: none; outline: none;}
.moontp-select.open ul li.active{background-color: #d9d9d9;}
.moontp-dropdown-toggle:focus{outline: none;}
.moontp-min-amount:focus{outline: none;}
.moontp-dropdown-menu .moontp-dropdown-menu-inner li[data-level="2"]>a{padding-left: 30px;}
.moontp-btn{
	/*height: 42px;*/
	background: #000;
	color: #fff;
	margin-bottom: 2px;
	border:0px none !important;
}
.moontp-form-group .moontp-btn { height: 42px; }
.moontp-btn:hover{background: #F87433;}

@media (min-width: 992px) and (max-width: 1199px){
	.moontp-form-inline{ flex-wrap: wrap;  }
	.moontp-form-group {
		display: inline-block ;
		max-width: 33.33%;
		width: 33.33% ;
		margin-bottom: 20px;
	}
    .moontp-form-control{width:100%;text-align:left;}
	.moontp-btn{width: 100%;text-align: center;}
    .load-more-btn-sec .moontp-btn{width:auto;}
}
@media (max-width: 991px){
	.moontp-form-inline{ flex-wrap: wrap;  }
	.moontp-form-group {
		display: inline-block ;
		width: 50% ;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.moontp-form-group.search{width: 100%; max-width: 100%; text-align: center; margin-top: 10px;}
	.moontp-form-group.moontp-keywords{width: 100%; max-width: 100%; }
	.moontp-form-control{width: 100%;}
}
@media (max-width: 480px){
	.moontp-form-group {
		display: inline-block ;
		width: 100% ;
		max-width: 100%;
	}
	.moontp-form-group.moontp-keywords{width: 100%; max-width: 100%; }

}

/*Destination & Tour Type Taxonomy Slider*/
.moontp-taxonomy-outer{margin-left: -12px; margin-right: -12px;}
.moontp-taxonomy-outer .moontp-col{
	width: 25%;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
}
.moontp-taxonomy-outer .moontp-boxtype1{position: relative; cursor:pointer; overflow:hidden; border-radius: 10px;}
.moontp-taxonomy-outer .moontp-boxtype1 a{display: block;}
.moontp-taxonomy-outer .moontp_description{
	color: #fff;
	position: absolute;
	left:25px;
	right:25px;
	bottom:25px;
	z-index:2;
}
.moontp-taxonomy-outer .moontp-titlecenter{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom:7px;
}
.moontp-taxonomy-outer  .moontp_description-inner{
	max-width: 220px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.3;
}
.moontp-taxonomy-outer .moontp-titlecenter a:hover{text-decoration: none;}
.moontp-taxonomy-outer .moontp-img{position: relative;}
.moontp-taxonomy-outer .moontp-img img{height: 440px; width:100%; object-fit: cover; transition: transform .2s;}
.moontp-taxonomy-outer .moontp-boxtype1 a:hover  .moontp-img img{
	-ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.page-error-m{
	background-color: rgba(0, 181, 222, 0.08);
	border-radius: 5px;
    border: solid 1px rgba(0, 181, 222, 0.3);
	padding:10px;
	color: #2a2a2a;
}
.moontp-taxonomy-outer .moontp-img:before{
	content:"";
	position: absolute;
	width:100%;
	top:40%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	overflow:hidden;
	bottom:0px;
	z-index:1;
}
.moontp-boxstype1 .slick-arrow{
	position: absolute;
    cursor: pointer;
    top:50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
	transform:translateY(-50%);
}
.moontp-boxstype1 .post-prev{
    left: 0; margin-left: -15px;
    background-image: url(../images/arrow_left_icon.png);
}
.moontp-boxstype1 .post-next{
    right:0; margin-right: -15px;
    background-image: url(../images/arow_right_icon.png);
}
.moontp-boxtype1 a:focus{background: transparent !important;}
.moontp-taxonomy-outer.withoutslider{
	display: flex;
	height: auto;
	flex-wrap: wrap;
	margin-bottom:20px;
	/*justify-content: center;*/
}
.moontp-taxonomy-outer.withoutslider .moontp-col{
    word-break: break-word;
    padding: 0 12px;
    margin-bottom: 24px;
    /*flex-basis: 25%;*/
	width:33.333%;
}
.taxonomy-content-sec .taxonomy-con-row{
	display: flex;
    align-items: center;
    margin: 0px -30px 50px;
}
.taxonomy-content-sec .taxonomy-con-desc{
	width: 50%;
	padding: 0px 30px;
	letter-spacing: 0.27px;
	line-height: 1.5;
}
.taxonomy-content-sec .taxonomy-con-image{
	width: 50%;
    padding: 0px 30px;
}
.taxonomy-content-sec .taxonomy-con-image img{
	border-radius:10px;
	width:100%;
	max-height:500px;
	object-fit:cover;
}
.taxonomy-content-sec .taxonomy-con-row:nth-child(even) .taxonomy-con-desc{
	order: 2;
}
.tax-destination .moontp-headerouter{
	text-align:left;
	max-width:inherit;
}
@media (max-width: 1199px){
	.moontp-boxstype1 .post-prev{ margin-left: -5px; }
	.moontp-boxstype1 .post-next{ margin-right: -5px; }
	.moontp-boxstype1{ padding-right: 15px; padding-left: 15px; }
}
@media(max-width:992px){
	.moontp-boxstype1 .post-prev{ margin-left:5px; top:-40px; left:20px; }
	.moontp-boxstype1 .post-next{ margin-right:5px; top:-40px; right:20px; }
}
@media(max-width:767px){
	.moontp-taxonomy-outer.withoutslider .moontp-col{ width:50%; }
	.moontp-taxonomy-outer.withoutslider{margin-bottom:0px;}
}
@media(max-width:576px){
	.moontp-taxonomy-outer.withoutslider .moontp-col{ flex-basis:100%; }
}


/* Poppular Box CSS - START */
.moontp-populartour.withoutslider .moontp-poptourbox{
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	margin-bottom:20px;
	justify-content: center;
}
.moontp-populartour.withoutslider .moontp-poptourbox-inner{
    align-items: stretch;
    word-break: break-word;
    padding: 0 10px;
    margin-bottom: 20px;
    flex-basis:33.33%;
   /* height: 100%;*/
}
.moontp-poptourbox-content{
	background-color:#efefef;
	position: relative;
    padding-bottom: 55px;
    height: 100%;
}


.moontp-poptourbox-image{ position:relative; }
.moontp-poptourbox-image .moontp-poptourbox-img{ display:block; text-align:center; }
.moontp-poptourbox-image .moontp-poptourbox-tag{
	position:absolute;
	top: 15px;
	left: 15px;
}
.moontp-poptourbox-image .moontp-poptourbox-tag a{
	display:inline-block;
	margin:0 5px 5px 0;
	background-color:#ffffff;
	color:#000000;
	padding:5px 15px;
	border-radius:5px;
	text-decoration:none;
}
.moontp-poptourbox-image .moontp-poptourbox-tag a:hover{ background-color:#000000; color:#ffffff; }
.moontp-tourbox-inner{ padding:15px 20px; }
.moontp-tourbox-inner .moontp-poptourbox-title a{
	display:inline-block;
	margin-bottom:10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}
.moontp-tourbox-inner .moontp-poptourbox-title a:hover{ text-decoration:none; }
.moontp-poptourbox-boxprice{
    font-size: 18px;
    letter-spacing: 0.95px;
	padding:10px 20px;
	position:absolute;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color:#ffffff;
	display: block;
	left: 0px;
    right: 0px;
    bottom: 0px;
}
.moontp-poptourbox-boxprice:hover{ text-decoration:none; }
.moontp-poptourbox-boxprice span{ display: inline-block; color:#ffffff;}
.moontp-poptourbox-boxprice .moontp-old-price{font-size: 10px; position: relative; margin-right: 5px;
    opacity: 0.7;}
.moontp-poptourbox-boxprice .moontp-old-price:before{
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
    height: 1px;
    background-color: #000;
    opacity: 0.7;
}
.moontp-poptourbox-boxprice img{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}
.moontp-poptourbox-image img{height: 200px; object-fit: cover; width: 100%; }
.moontp-populartour-slider .slick-track{ margin: 0 auto !important;  }
.moontp-populartour-slider .moontp-poptourbox-inner{ padding:0 10px; }
.moontp-populartour-slider{ margin: 0 -10px;  }

@media (max-width:992px) {
	.moontp-populartour.withoutslider .moontp-poptourbox-inner{ flex-basis:50%; }
}
@media (max-width:576px) {
	.moontp-populartour.withoutslider .moontp-poptourbox-inner{ flex-basis:100%; }
}

/* Listing Page- START*/
.moontp-tour-filter-outer{
	background-color: rgba(0, 181, 222, 0.08);
	margin-bottom: 0px;
	border-radius:5px 5px 9px 9px;
	border: solid 1px rgba(151, 151, 151, 0.25);
	padding-bottom:10px;
}

.moontp-listing{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
}

.moontp-sidebar{padding: 0 10px;  width: 285px;}
.moontp-tour-filter-header{
	background:#00b5de;
	display:flex;
	padding:15px 25px;
	border-radius:5px 5px 0px 0px;
	justify-content:space-between;
}
.moontp-tour-filter-header .filter-header-title{
	font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.reset-btn-outer button{
	border:none;
	background: none;
	padding: 0px;
	font-size: 12px;
	color: rgba(255,255,255,0.9);
	text-decoration: underline;
	line-height: 20px;
}
.reset-btn-outer button:hover{color: #000;
    background: transparent;}

ul.filter-check-box{list-style: none;}
.moontp-left-side-content{padding: 0 10px;  width:calc(100% - 285px);}
.moontp-tour-filter-title{
	display: none;
	padding: 15px;
    color: #FFF;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.moontp-site-main{padding: 0 !important;}
.moontp-tour-filter-price{
	position: relative;
	text-align: center;
	font-size: 14px;
	padding: 15px;
	color: #fff;
}
.moontp-tour-filter-price a{color: #fff;}
.moontp-tour-filter-price a:hover{color: #fff;}
.moontp-tour-count-outer{display:block; font-size:15px;}
.moontp-tour-filter-price .moontp-tour-min-pr{font-size: 28px; font-weight: bold;}
.moontp-tour-filter-price:after{
	content: "\f0d7";
    position: absolute;
    left: 50%;
    bottom: -25px;
    margin-left: -10px;
    width: 20px;
    font-size: 30px;
    color: #000;
    font-family: fontawesome;
}
.moontp-tour-filter-inner #tourFilterForm{margin-bottom:0px;}
.moontp-tour-filter-inner .moontp-filter-secs{padding: 12px 25px;}
.moontp-filter-inner{display: flex; flex-wrap: wrap; justify-content: space-between;}
.filter-selected .selected-item{
	display:inline-flex;
	border: solid 1px #dadada;
	background-color: #fff;
	position:relative;
	border-radius: 4px;
	padding:5px 10px 4px 10px;
	font-size:15px;
	margin:5px 2px 0px 0px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	cursor:pointer;
}
.filter-selected .select-close{margin-left:5px;}
.filter-selected .selected-item:hover{
	border-color:#DF4026;
}
.filter-selected .selected-item:hover svg g{
	stroke:#DF4026 !important;
}
.partners-fliter-sec{margin-top:120px;}
.partners-fliter-sec .base-font{margin-bottom:25px;}
/*.moontp-tour-filter-inner .moontp-filter-secs:last-child{border-bottom: 0;}*/
.moontp-filter-check-box li:last-child{padding-bottom: 0px; margin-bottom: 0;}
.moontp-tour-filter-inner .moontp-filter-label-main{font-size: 14px; padding-bottom: 10px;}
.moontp-tour-filter-inner .moontp-search-field{
	margin-bottom: 0px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px 0 15px;
    border-radius: 4px;
	border: solid 1px #dadada;
	box-shadow:none;
	font-size:15px;
	color:#1e3b50;
	font-weight:600;
	overflow-x: scroll;
}
.moontp-search-field:focus{
	border-color: #dadada !important;
	box-shadow: none !important;
}
.moontp-tour-filter-inner .search-outer{position:relative;}
.moontp-tour-filter-inner .search-outer #search_btn{
	position:absolute;
	top:14px;
	right:12px;
	width:22px;
	height:22px;
	background: transparent url(../images/search-icon.svg) no-repeat center center !important;
	font-size:0px;
	outline:none !important;
	box-shadow: none;
}
.moontp-tour-filter-inner .search-outer #search_btn:hover{
	opacity:0.7;
}
.moontp-tour-filter-inner .moontp-filter-label-main{
	font-size: 17px;
	padding-bottom: 17px;
}
.moontp-filter-label{font-weight: bold; padding-bottom: 13px; position:relative;color: #2a2a2a;}
.moontp-filter-label .toggle-icon{
	position:absolute;
	top:5px;
	right:0px;
	cursor:pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transform: rotate(180deg);
}
/*.moontp-filter-label .toggle-icon:hover svg > g > g{
	stroke: #DF4026 !important;
}*/
.moontp-filter-label .toggle-icon.active{transform: rotate(360deg); top: 0;
}
.moontp-filter-check-box{list-style: none; padding: 0;}
.moontp-filter-check-box li{padding-bottom: 13px; position: relative; margin:0px;}
.moontp-filter-check-box input[type="checkbox"]{display: none;}
.moontp-filter-check-box label{
	padding-left: 30px;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
}
.moontp-filter-check-box label:before{
	background:#FFF;
    left: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
	border-radius: 3px;
	border: solid 1px #dadada;
}
.moontp-filter-check-box input[type="checkbox"]:checked + label:before{
	background: #FFF url(../images/check.png) no-repeat center center;
}
.moontp-filter-check-box{
	list-style: none;
    margin: 0px;
    padding: 0px;
}
.moontp-filter-check-box .moontp-toggle-class{
	display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: rotate(180deg);
}
.moontp-filter-check-box .moontp-toggle-class svg{width:10px;}
.moontp-filter-check-box .moontp-toggle-class.active{
	transform: rotate(0deg);
}
.moontp-filter-check-box ul.filter-check-box{
	margin-top:10px;
}
.moontp-filter-check-box-sub{
	padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    list-style: none;
}
.filter-check-box .moontp-toggle-class .fa-caret-down{font-size: 18px;}
.moontp-filter-rating{line-height:1;}
.moontp-filter-rating label span{display:inline-block; height:20px;  background: url(../images/star5.svg) no-repeat left center; background-size:96px;}
.moontp-filter-rating .stars1{width:19px;}
.moontp-filter-rating .stars2{width:38px;}
.moontp-filter-rating .stars3{width:57px;}
.moontp-filter-rating .stars4{width:76px;}
.moontp-filter-rating .stars5{width:96px;}
.moontp-short-by-sec{margin-bottom: 30px; padding: 10px; background: #f2f2f2;}
.moontp-short-by-sec span{
	font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding-right: 10px;
}
.moontp-short-by-sec select{
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/arrow-down-1.png) no-repeat scroll right top;
    border-radius: 5px;
    height: 40px;
    width: 180px;
    padding: 0 30px 0 10px;
}
.moontp-short-by-sec select{display: inline-block;}
.moontp-filter-result{display: flex !important; flex-wrap: wrap; margin: 0 -10px}
.moontp-filter-result:before{clear: both;}
.moontp-tour-box-outer{
	width: 33.33%;
	padding: 0 10px;
	margin-bottom: 30px;
}
.tax-destination .moontp-tour-box-outer, .moontp-tour-box{
    position: relative;
	overflow:hidden;
}
.moontp-tour-box .moontp-tbox-bottom{
	border-radius: 3px;
    background-color: #f1f2f1;
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin-top:15px;
	position: relative;
}
.moontp-tour-box .moontp-tbox-top{
	padding: 15px 0 0;
}
.moontp-tour-box .moontp-tour-box-title{
	margin-bottom:9px;
	font-size: 25px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-decoration: none;
    font-family: 'dm_serif_text';}
.moontp-tour-box .moontp-tour-box-title a,.moontp-tour-box .moontp-tour-box-title a:focus{
	outline:none;
	color: #000;
	text-decoration:none;
}
.moontp-tour-box .moontp-tour-box-title a:hover{
	color:#00b5de;
}
.moontp-tour-box .moontp-tbox-desc{
	font-size: 14px;
	line-height: 1.79;
	color: #7d7d7d;
	max-width: 271px;
}
.moontp-tour-box .moontp-box-price-tag, .moontp-tour-box .moontp-box-price-tag:focus{
	font-family: 'dm_serif_text';
	font-size: 20px;
    line-height: 1.1;
	color: #283a2c;
	font-weight: normal;
	text-decoration:none;
	outline:none;
	padding: 12px 32px 12px 15px;
}
.moontp-tour-box .moontp-box-price-tag:hover, .moontp-tour-box .moontp-box-price-tag:hover .from{
	color:#00b5de;
}
.moontp-tour-box .moontp-box-price-tag .from {
    font-family: 'dm_serif_text';
    font-size: 13px;
    color: #283a2c;
    font-weight: normal;
    line-height: 1.69;
}
.moontp-btn-type2{
	border: 1px rgba(0, 0, 0, 0.2) solid;
    background: #FFF;
    padding: 8px 10px;
}
.moontp-btn-type2:hover{background: #333; color: #fff;}
.moontp-tour-image{position: relative;}
.moontp-tour-image a.moontp-tour-img{
	display: block;
	position:relative;
	overflow:hidden;
}
.moontp-type-tag{
	position: absolute;
    bottom: 10px;
    left: 0px;
    max-width: 80%;
    padding: 8px 8px 8px 20px;
    line-height: normal;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px;
    color: #fff;
}
.moontp-type-tag a{color: #fff;}
.moontp-tour-box .moontp-offer-tag{
	border-radius: 5px;
	position:absolute;
	top:15px;
	left:15px;
	color:#FFF;
	font-size: 13px;
	font-weight: 600;
	padding:7px 10px 5px;
	max-width:calc(100% - 30px);
}
.moontp-box-price-tag .moontp-old-price{
	position: relative;
    display: inline-block;
    padding: 0px;
    font-size: 16px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 1.38;
}
.moontp-box-price-tag .moontp-offer-price{
	display: inline-block;
    vertical-align: middle;
    padding-right: 12px;
}
.moontp-box-price-tag .moontp-old-price::before{
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
    height: 1px;
    background-color: #8a8a8a;
    color: #8a8a8a;
}
.moontp-box-price-tag::after {
    content: '';
    display: inline-block;
	position:absolute;
    width: 15.8px;
    height: 13.9px;
    right:14px;
    background: url('../images/destination-arrow.svg') no-repeat right center;
	top: 50%;
    transform: translateY(-50%);
}
.moontp-box-price-tag:hover:after{
	background: url('../images/destination-arrow-hover.svg') no-repeat right center;
}
.moontp-tour-box-inner{	padding: 10px 15px;}
.moontp-duration{padding-bottom: 5px;}
.moontp-box-disc-btn{
	letter-spacing: 0.95px;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 40px;
}

.moontp-box-disc-btn a{	color: #fff; position: relative; display: block;}
.moontp-box-disc-btn a:after{
	position: absolute;
    top: -5px;
    right: 0px;
    color: #FFF;
    content: "\f105";
    font-family: "fontawesome";
    font-size: 22px;
}
.moontp-body-text{padding-bottom: 5px;}
.moontp-box-disc-btn a{text-decoration: none;}
.moontp-filter-check-box ul{display: none;}
.fa-caret-down:before{content: "\f078"; font-family: FontAwesome; font: normal normal normal 12px/1 FontAwesome;}
.moontp-filter-check-box .moontp-toggle-class.active .fa-caret-down::before{
	content: "\f077";
    font-family: FontAwesome;
}
.moontp-viewmore-btn{
	position: absolute;
	right: 10px;
	background-color: #ffffff;
	color: #2f7e7e !important;
	display: inline-block;
	padding: 5px 10px;
	top: 10px;
	border-radius: 5px;
	font-size: 11px;
}

.moontp-popular_tours .post-prev{
	left: 0;
    margin-left: -15px;
    background-image: url(../images/arrow_left_icon.png);
}
.moontp-popular_tours .slick-arrow{
	position: absolute;
    cursor: pointer;
    top: 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
}
.moontp-popular_tours .post-next{
	right: 0;
    margin-right: -15px;
    background-image: url(../images/arow_right_icon.png);
}
.load-more-btn-sec{text-align: center; margin-top:25px;}
.load-more-btn-sec .moontp-btn{
	padding: 9px 24px 9px 24px;
	border-radius: 4px;
	border: solid 1px #1e3b50 !important;
	font-size: 15px;
	font-weight: bold;
	color:#1e3b50;
	background:transparent;
	text-decoration:none;
	display:inline-block;
	margin:0px;
}
.load-more-btn-sec .moontp-btn:hover{
	    border: solid 1px #00d0ff !important;
    color: #FFF;
    background: #00d0ff;
}
@media (max-width: 992px){
	.moontp-popular_tours .post-prev{
		margin-left: 5px;
    	top: -40px;
    	left: 20px;
	}
	.moontp-popular_tours .post-next{
	    margin-right: 5px;
	    top: -40px;
	    right: 20px;
	}
}
@media (max-width: 480px){
	.moontp-popular_tours .post-prev{
	   	top: -15px;
    	left: 0px;
	}
	.moontp-popular_tours .post-next{
	    top: -15px;
	    right: 0px;
	}
}
input[type="submit"]:focus{outline: none;}

@media (max-width: 1199px){
	.tax-destination .moontp-tour-box-outer,.tax-tour_type .moontp-tour-box-outer{ width: 33.33%;  }
	.moontp-type-tag{padding: 8px 8px 8px 10px; max-width: 70%;}
	.moontp-sidebar{width:260px;}
	.moontp-left-side-content {width: calc(100% - 260px);}
	.moontp-left-side-content .moontp-tour-box-outer{width: 50%;}
	.moontp-tour-filter-header{padding:15px;}
	.moontp-tour-filter-inner .moontp-filter-secs{padding-left:15px; padding-right:15px;}
	.partners-fliter-sec{margin-top:80px;}
	.partners-fliter-sec .base-font{margin-bottom:20px;}
	.moontp-tour-box .moontp-tbox-desc{max-width: 310px;}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
.moontp-left-side-content .moontp-tour-box .moontp-tbox-bottom{flex-wrap:wrap;}
.moontp-left-side-content .moontp-tour-box .tbox-facility{width:100%; order:-1; margin-bottom:5px;}
.moontp-left-side-content .moontp-tour-box .facility-icons{justify-content:start;}
}
@media (max-width: 991px){
	.tax-destination .moontp-tour-box-outer,.tax-tour_type .moontp-tour-box-outer{ flex-basis: 50%;  }
	.moontp-tour-box-outer{width:50%;}
	.moontp-tour-box .moontp-offer-tag{left:10px; top:10px;}
	.moontp-tour-box .moontp-tbox-top,
	.moontp-tour-box .moontp-tbox-bottom{padding:10px;}
	.moontp-tour-box .moontp-tour-box-title{font-size: 22px;}
	.moontp-tour-box .moontp-box-price-tag{font-size: 14px;}
	.moontp-box-price-tag .moontp-old-price {font-size: 13px;}
	.moontp-tour-box .moontp-tbox-desc{max-width: 271px;}
	.moontp-box-price-tag::after {width: 13px;height: 10px;}
}
@media (max-width: 767px){
	.moontp-left-side-content{width: 100%; padding: 0;}
	.moontp-tour-filter-header{border-radius:0px; padding: 10px 15px;}
	.moontp-tour-filter-outer{padding-bottom: 0px; margin-bottom: 30px;}
	.moontp-tour-filter-title{
		display: block;
		font-size: 13px;
		position: relative;
		background: #1797d0;
		border-radius: 5px 5px 0px 0px;
	}
	.moontp-tour-filter-outer.active .moontp-tour-filter-title{border-radius: 5px;}

	.moontp-tour-filter-title::after{
		color: #FFF;
	    left: auto;
	    right: 0px;
	    bottom: 13px;
	    font-size: 15px;
	    width: 30px;
	    content: "\f068";
	    font-family: 'FontAwesome';
	    position: absolute;
	}
	.moontp-single-tour-section .moontp-single-tour-content .resp-accordion{
		border: none !important;
	    background-color: #f5f5f5 !important;
	    padding: 15px !important;
	    margin-top: 15px !important;
	}
	.moontp-tour-filter-outer.active .moontp-tour-filter-title::after{
		bottom: 13px;
    	content: "\f067";
    }
	.moontp-listing{margin:0px;}
	.moontp-sidebar{width: 100%; padding: 0;}
	.load-more-btn-sec{margin-top:10px;}
	.taxonomy-content-sec .taxonomy-con-row{display:block; margin: 0px 0px 30px;}
	.taxonomy-content-sec .taxonomy-con-desc,
	.taxonomy-content-sec .taxonomy-con-image{width:100%; padding:0px;}
	.partners-fliter-sec{margin-top:40px;}
	.tax-destination .moontp-tour-box-outer, .moontp-tour-box{max-width:100%;}

}
@media (max-width: 576px){
	.moontp-tour-box-outer{flex-basis: 100%;}
	.tax-destination .moontp-tour-box-outer,.tax-tour_type .moontp-tour-box-outer{ flex-basis: 100%;}
	.tax-destination .moontp-tour-box-outer, .moontp-tour-box {width: 100%;}
	.moontp-tour-box .moontp-tour-image > .moontp-tour-img > img{/*height: auto;*/width:100%}
	.moontp-tour-box .moontp-tbox-desc{max-width:100%;}
	.moontp-tour-box .moontp-tour-box-title{font-size:18px;}
}

.moontp-category-list .withoutslider{height: auto; padding: 25px 0 0;}


/*tour-single-midbar Start*/
	.single-tour{overflow-x: hidden;}
	.moontp-tour-single-midbar{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 350px !important;
		width: 100% ;
	}
	.moontp-detail-banner-slider .moontp-prev{
		background: url(../images/arrow_left_icon.png) no-repeat top left;
	    width: 30px;
	    height: 30px;
	    background-size: cover;
	    left: 10px;
	    position: absolute;
	    top: 50%;
	    right: 0px;
	    z-index: 99;
		transform: translateY(-50%);
	}
	.moontp-detail-banner-slider .moontp-prev:hover{cursor: pointer;}
	.moontp-detail-banner-slider .moontp-next:hover{cursor: pointer;}
	.moontp-detail-banner-slider .moontp-next{
		background: url(../images/arow_right_icon.png) no-repeat top left;
		width: 30px;
		height: 30px;
		background-size: cover;
		right: 10px;
		position: absolute;
		top: 50%;
		z-index: 99;
		transform: translateY(-50%);
	}

	.white {color: #fff !important;}
	.moontp-single-tour-content .moontp-tabs-list{
		display: block;
		position: relative;
		padding: 0;
	}
	.moontp-tabs-list:before, .moontp-tabs-list:after{clear: both; content: " ";}
	/*.moontp-single-tour-content ul.moontp-tabs-list::before{
		display: block;
	    background: #f3f3f3;
	    position: absolute;
	    left: -100%;
	    right: -100%;
	    top: 0;
	    bottom: 0;
	    z-index: -1;
	    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
	}*/
	.moontp-tabs-list  li{z-index: 1;}
	#moontp-tour-operator-tabs ul.moontp-tabs-list{color: #333; margin-bottom: 0; position: relative;}
	.resp-tab-item.resp-tab-active{color: #000;}
	.moontp-tabs-list li.resp-tab-item:hover{cursor: pointer;}
	.moontp-tabs-list li.resp-tab-item{
		/*width: 150px;*/
    	justify-content: center;
   		align-items: center;
    	display: flex;
    	height: 60px;
    	margin-bottom: 0;
    	text-transform: uppercase;
    	padding: 20px;
	}
	
	.moontp-destination-types{margin-bottom:10px;}
	.moontp-destination-types a{color:#012429; text-decoration:none;}
	.moontp-destination-types a:hover{color:#df4026;}
	.moontp-price-secction{/*flex-basis: 33.33%; padding: 0 12px; z-index: 1;*/}
    .moontp-price-secction .moontp-tour-details a{color: #000;}
    .moontp-price-inner{
		margin-bottom: 30px;
		border-radius: 10px;
		border: solid 1px rgba(151, 151, 151, 0.25);
		padding: 40px 35px 35px;
		text-align:center;
	}
    .moontp-tour-price{
		font-size: 18px;
		font-weight: bold;
		margin-bottom:12px;
	}
    .moontp-tour-price .old-price{
    	position: relative;
	    margin-right: 5px;
    	opacity: 0.6;
		font-size:12px;
    }
    .moontp-tour-price .old-price:after{
		content: "";
		position: absolute;
		left: 5px;
		right: 5px;
		height: 1px;
		background-color: #000;
		top: 50%;
		opacity: 0.7;
    }

    .moontp-tour-details{padding: 25px;}
	.moontp-single-title{font-size:45px; font-family: 'dm_serif_text'; color:#000; margin-bottom:0px; line-height:1;}
    .common-flex{display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 15px;}
    .icon-box{margin-right: 10px; flex-basis: 5%;}
    .icon-text{flex-basis: 90%;}
    .moontp-detail-box-inner{display: flex;}
    .moontp-detail-box{flex-basis: 33.33%;}
    .moontp-detail-box1{flex-basis: 66.66%;}
    .moontp-detail-box-content{padding: 8px 15px;}
    .moontp-min-person{border-bottom: 1px #e8e8e8 solid; padding-bottom: 5px;  margin-bottom: 7px; }
    .moontp-accommodation-box{border: 1px #e8e8e8 solid; }
    .moontp-more-btn{	display: table;}
    .moontp-more-btn .moontp-btn{display: table-cell; vertical-align: middle;}
    .moontp-detail-box-content .moontp-short-dec{margin-bottom: 10px;}
    .moontp-detail-box1-fd{border:1px #e8e8e8 solid; border-top: transparent;}
    .moontp-detail-box-fd-content{	background: #f3f3f3; padding: 20px; border-bottom: 1px #e8e8e8 solid; }
    .moontp-detail-box-fd-content p{margin-bottom: 15px;}
    .moontp-detail-box-fd-content p:last-child{margin-bottom: 0;}
    .moontp-more-btn .moontp-btn:focus{color: #fff;}
    .moontp-more-btn a.moontp-btn{text-decoration: none;}
    .moontp-tour-included ul, .moontp-tour-excluded ul{list-style-type: none; padding: 0;}
    .moontp-tour-included ul li, .moontp-tour-excluded ul li{position: relative; padding-left: 20px; margin-bottom: 8px;}
    .moontp-tour-included, .moontp-tour-excluded{margin-top: 15px;}
    .moontp-tour-included ul li:before{
    	content: "\f00c";
    	font-family: FontAwesome;
	    position: absolute;
	    left: 0;
	    top: 0px;
    }
    .moontp-tour-included .moontp-head1, .moontp-tour-excluded .moontp-head1{text-align: left;}
    .moontp-tour-excluded ul li:before{
    	content: "\f00d";
    	font-family: FontAwesome;
	    position: absolute;
	    left: 0;
	    top: 0px;
    }
    .moontp-book-btn .moontp-btn{
		display:inline-block;
		margin-bottom: 0;
		font-size: 13px;
		font-weight: 600;
		padding:14px 16px;
		text-decoration:none;
		border-radius: 4px;
		color:#FFF;
		border-radius:30px;
	}
    .moontp-itinerarys-accordion .moontp-itinerary-title a{
    	position: relative;
    	color: #000;
    	text-decoration: none;
    }
    .moontp-panel-body{padding: 15px;}
    .moontp-itinerarys-accordion .moontp-itinerary-title a:before{
    	position: absolute;
	    width: 14px;
	    height: 14px;
	    left: -31px;
	    top: 4px;
	    background: #999;
	    border-radius: 15px;
	    content: "";
	    transition: all 0.2s ease-in-out;
    }
    .moontp-itinerarys-accordion{
    	position: relative;
    	padding-left: 40px;
    }
    .moontp-itinerary-title a:hover{text-decoration: none;}
    .moontp-itinerarys-accordion:before{
    	position: absolute;
	    width: 1px;
	    left: 15px;
	    top: 20px;
	    bottom: 20px;
	    background: #c9c9c9;
	    content: "";
    }
    .collapse{display: none;}
    .collapse.in{display: block;}
    .moontp-itinerary-title{padding: 8px 0;}
    .moontp-itinerarys-accordion .moontp-itinerary-title a[aria-expanded="true"]:before{
    	background: #000;
	    content: "\f041";
	    font-family: "fontawesome";
	    width: 32px;
	    height: 32px;
	    text-align: center;
	    line-height: 32px;
	    border-radius: 35px;
	    color: #FFF;
	    font-size: 20px;
	    left: -40px;
    	top: -7px;
    	transition: all 0.2s ease-in-out;
    }
    .resp-tab-content h2.single-tour-title{font-size: 24px; text-transform: uppercase;}

    .moontp-detail-box-title{
    	font-size: 18px;
    	text-transform: uppercase;
    }
    .moontp-min-person{font-size: 14px; text-transform: uppercase;}
    .moontp-detail-box-price{
    	font-size: 24px;
	    font-weight: bold;
	    color: #000;
	    padding-bottom: 15px;
    }
    .moontp-detail-box-price span{font-size: 14px; margin-right: 5px;}
    .moontp-detail-box-img{height: 100%;}
    .moontp-detail-box-img img{height: 100%; object-fit: cover;}
    .moontp-sub-title{
    	border-bottom: 1px #e8e8e8 solid;
    padding-bottom: 5px;
    margin-bottom: 7px;
    }
    .moontp-more-btn1{display: table;}
    .moontp-more-btn1 a{display: table-cell; vertical-align: middle;}
    .moontp-option-box{border: 1px #e8e8e8 solid;}
	.tour-star{margin-bottom:40px;}
	.tour-star span{display:inline-block; min-height:22px;}
	.tour-star .star1{width:26px; background: url(../images/star5.svg) no-repeat left center; background-size:132px;}
	.tour-star .star2{width:53px; background: url(../images/star5.svg) no-repeat left center; background-size:132px;}
	.tour-star .star3{width:76px; background: url(../images/star5.svg) no-repeat left center; background-size:132px;}
	.tour-star .star4{width:105px; background: url(../images/star5.svg) no-repeat left center; background-size:132px;}
	.tour-star .star5{width:132px; background: url(../images/star5.svg) no-repeat left center; background-size:132px;}
	/*Tour Box Star*/
	.moontp-tour-box .tour-star span{min-height:16px; font-size: 15px; color: #FFF;}
	.moontp-tour-box .tour-star{margin-bottom:9px;}
	.moontp-tour-box .tour-star .star1{width:19px; background: url(../images/star5-white.svg) no-repeat left center; background-size:96px;}
	.moontp-tour-box .tour-star .star2{width:38px; background: url(../images/star5-white.svg) no-repeat left center; background-size:96px;}
	.moontp-tour-box .tour-star .star3{width:57px; background: url(../images/star5-white.svg) no-repeat left center; background-size:96px;}
	.moontp-tour-box .tour-star .star4{width:76px; background: url(../images/star5-white.svg) no-repeat left center; background-size:96px;}
	.moontp-tour-box .tour-star .star5{width:96px; background: url(../images/star5-white.svg) no-repeat left center; background-size:96px;}
/*gallery*/
	/*.moontp-gallery-box{display: flex; flex-wrap: wrap; margin:0 -15px;}
	.moontp-gallery-image{flex-basis: 33.33%; padding: 0 15px; margin-bottom: 30px;}*/
	/*.moontp-gallery-image img{border:1px solid #000;}*/
	/**{
		min-height: 0;
		min-width: 0;
	}*/
	.moontp-gallery{
		display: flex;
		flex-wrap: nowrap;
		padding-bottom: 60px;
		/*padding-top: 30px;*/
	}
	.moontp-gallery-image .slick-track {display: flex !important;}
	.moontp-gallery-image .slick-slide {height: auto;}
	.moontp-gallery .moontp-gallery-nav {
	    max-width: 84%;
	    padding-left: 11px;
	}
	.moontp-gallery .moontp-gallery-thumb {
	    max-width: 16%;margin: -5px 0px;
	}
	.moontp-gallery .slick-vertical .slick-slide img{border-radius: 4px;border:2px solid transparent;}
	.moontp-gallery .slick-vertical .slick-slide.slick-current img{border-radius: 4px;border:2px solid #00b6e0;}
	.moontp-gallery .slick-vertical .slick-slide{margin: 4px 0px;}
	.moontp-gallery .slider-for .slick-list,
	.moontp-gallery .slider-for .slick-list .slick-track,
	.moontp-gallery .slider-for .slick-list .slick-track .moontp-gallery-image img{height: 100%;}
	.moontp-gallery .slider-for .custom-arrow{
		position: absolute;
		display: inline-block;
		top: 50%;
		transform: translateY(-50%);
		height: 58px;width: 58px;z-index: 99;cursor: pointer;
	}
	.moontp-gallery .slider-for .custom-arrow:hover{opacity: 0.7;}
	.moontp-gallery .slider-for .custom-arrow.post-prev{
		background: url('../images/verticle-slider-prev.svg');
		left: 34px;
	}
	.moontp-gallery .slider-for .custom-arrow.post-next{
		background: url('../images/verticle-slider-next.svg');
		right: 23px;
	}
/*gallery*/

/*popup form*/
	.moontp-tour-enquire-now{
		position: relative;
		background: #FFF;
		width:auto;
		margin: 20px auto;
		max-width:800px;
		border-radius: 4px;
		overflow: hidden;
	}
	.moontp-modal-header{
		padding: 15px 45px 15px 15px;
		position: relative;
		border-bottom: 0px;
		background-color: #f3f3f3;
	}
	.moontp-modal-header .moontp-modal-title{
		margin-bottom: 0;
		font-size: 19px;
		font-weight: bold;
		color: #000;
		text-align: center;
		font-family: 'Inter';
	}
	.moontp-tour-enquire-now .moontp-modal-body{padding: 15px 25px 25px;}
	.moontp-tour-enquire-form{padding-top: 10px;}
	.moontp-tour-enquire-now .moontp-row{display: flex;  flex-wrap: wrap; margin: 0 -15px;}
	.moontp-tour-enquire-now .moontp-row-second{display: flex;  flex-wrap: wrap; margin: 0 -15px;}
	.moontp-tour-enquire-now .moontp-row-second .moontp-col{flex-basis: 50%;  padding: 0 15px;}
	.moontp-tour-enquire-now .moontp-col{flex-basis: 33.33%;  padding: 0 15px;}
	.moontp-form{margin-bottom: 15px;}
	.moontp-popup-modal-dismiss{
		font-size: 24px;
		color: #000;
		position: absolute;
		right: 17px;
		top: 17px;
		text-decoration: none;
		font-weight: bold;
		line-height: 16px;
	}
	.moontp-popup-modal-dismiss:hover{color: #F87433; text-decoration: none;}
	/*.wpcf7-form input[type="submit"]{
		border-radius: 0;
	    color: #fff;
	    font-size: 16px;
		font-weight:600;
	    padding: 10px 30px;
	    display: inline-block;
	    margin: 0 0 0 auto;
		background-color: #1797d0;
	    border-color: #1797d0;
		border-radius: 4px;
		min-width:150px;
		text-align:center;
	}
	.wpcf7-form input[type="submit"]:focus{
		outline: none;
	}
	.wpcf7-form input[type="submit"]:hover{
		background-color: #DF4026;
		border: solid 1px #DF4026;
	}*/
	.moontp-tour-enquire-now textarea.wpcf7-form-control{
		height: 70px;
	}
	.moontp-tour-enquire-now .wpcf7-form-control-wrap{
		display: block;
		position: relative;
	}
	.moontp-tour-enquire-now span.wpcf7-not-valid-tip{
		background: #dc3232;
	    bottom: 0;
	    color: #fff;
	    display: block;
	    font-size: 11px;
	    padding: 2px 4px;
	    position: absolute;
	    right: 0;
	}
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
		border-color: #dc3232;
		background-color: #dc3232;
		color: #fff;
		margin: 10px 0px 0px;
		font-size: 14px;
	}
	.wpcf7 form.sent .wpcf7-response-output{background-color: #2F7E7E; border-color: #2F7E7E; color: #fff;}
	.moontp-control-label{
		font-size: 14px;
	    font-weight: bold;
	    text-transform: uppercase;
	    margin-bottom: 5px;
	    display: inline-block;
	    max-width: 100%;
	}
	.moontp-form-control{
		display: block;
	    width: 100%;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    border-radius: unset;
	}
	.moontp-field .fromdate .moontp-form-control, .moontp-field .to-date .moontp-form-control{
		background:url(../images/calender-con.png) no-repeat top right;
	}
	.cf7-form-type3 .tour-label{
		padding: 5px 0px 7px;
		font-size: 20px;
		font-weight: bold;
		color: #000;
		margin-bottom: 10px;
		border-bottom: 1px solid rgba(151, 151, 151, 0.25);
		text-shadow: none;
		letter-spacing: 1.2px;
	}
	.cf7-form-type3 .form-group label {
	    font-size: 12px;
	    font-weight: 500;
	    font-style: normal;
	    font-stretch: normal;
	    line-height: 1.5;
	    letter-spacing: 1px;
	    color: #000000;
	    text-transform: uppercase;
	}
	.cf7-form-type3 .form-group .form-control,.cf7-form-type3 .form-group .form-control:focus {
		border-radius: 0px;
		line-height: 20px;
		height: 40px;
		padding: 5px 10px;
		color: #000;
		font-size: 13px;
	}
	.cf7-form-type3 .form-group select.form-control,.cf7-form-type3 .form-group select.form-control:focus {
		box-shadow: none;
		outline: none;
	    background: url(../images/arrow-down-g.png) no-repeat top right;
	    appearance: none;
	    -webkit-appearance: none;
	    -ms-appearance: none;
	    -moz-appearance: none;
	}
	.cf7-form-type3 textarea.form-control,.cf7-form-type3 textarea.form-control:focus {
		box-shadow: none;outline: none;
	    height: 80px !important;
	    line-height: 22px;
	}
	.btn-wrap .form-group{margin-bottom: 0px !important;}
	.wpcf7-submit,.wpcf7-submit:focus{
		display: inline-block;
		margin-bottom: 0;
		font-size: 13px;
		font-weight: 600;
		padding: 14px 20px;
		text-decoration: none;
		border-radius: 4px;
		color: #FFF;
		border-radius: 30px;
		background-color: #00B5DE;
	}
	.wpcf7-submit:hover{
		background-color: #F87433;
	}
	.wpcf7-spinner{float: left;}
	.xdsoft_datetimepicker{z-index: 99999 !important;}
	.cf7-form-type3 #enqfromdate.form-control, .cf7-form-type3 #eqntodate.form-control {
		background: url(../images/calendar.png) no-repeat right 10px center;
		background-size: 20px;cursor: pointer;
	}
/*popup form*/
/*Sky Tours New Css*/

.single-tour-img{position:relative; min-height:80px;}
.single-tour-img .single-tour-gallery > a{display:none;}
.single-tour-img .single-tour-gallery > a:first-child{display:block;}
.single-tour-img .gallery-btn{
	position:absolute;
	bottom:35px;
	right:35px;
	padding:12px 30px 13px;
	font-size: 16px;
	font-weight: bold;
	background:#FFF;
	text-decoration:none;
	color:#012429;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.03);
}
.single-tour-img .gallery-btn:hover{
	background:#DF4026;
	color:#FFF;
}
.single-tour-img img{
	width:100%;
	max-height:550px;
	object-fit:cover;
	border-radius:10px;
}
.single-tour-content .single-content-box{
	margin-top:35px;
	max-width:617px;
	padding-top:35px;
	border-top: solid 1px rgba(151, 151, 151, 0.15);
}
.single-tour-content .single-content-box{
	font-size:15px;
	line-height: 1.33;
}
.highlights-list .highlights-item{
	display:flex;
	margin-bottom:20px;
	align-items:center;
}
.highlights-item .highlight-img{
	width:48px;
	text-align: center;
	padding-right:18px;
}
.highlights-item .highlight-img img{
	max-height:25px;
}
.highlights-item .highlight-label{
	width:calc(100% - 48px);
	line-height:1;
}
.information-item {margin-bottom:10px;}
.information-item:last-child{margin-bottom:0px;}
.information-item .information-label{font-weight:bold;}
.location .map-ifeame iframe{
	border-radius:10px;
}
.location .desc{ max-width:511px;}
.more-info-btn{
	margin-top:40px;
	border-top: solid 1px rgba(151, 151, 151, 0.15);
	border-bottom: solid 1px rgba(151, 151, 151, 0.15);
	padding:20px 0px;
}
.more-info-btn a{
	font-size: 15px;
	font-weight: bold;
	color:#012429;
}
.more-info-btn a:hover{
	color:#df4026;
}
.facility-icons{
	list-style:none;
	padding:0px;
	margin:0px;
	display:flex;
	justify-content: center;
}
.facility-icons li{margin:0px 7px 0px 0px;}
.facility-icons li:last-child{margin-right:0px;}
.moontp-price-inner .facility-icons{margin-bottom:15px;}
@media (max-width: 1199px){

	.icon-text{flex-basis: 80%;}
	.moontp-price-inner{padding:20px;}
	.moontp-single-title{font-size:24px;}
	.moontp-gallery .slider-for .custom-arrow{
		height: 40px;width: 40px;background-size: 40px !important;
	}
     .moontp-gallery{margin-bottom: -60px;
    padding-bottom: 0;}
}
@media (max-width: 992px){
	.moontp-single-tour-content .moontp-tabs-list{display: none;}
}
@media (max-width: 767px){
	.moontp-accommodation-box .moontp-detail-box, .moontp-accommodation-box .moontp-detail-box1{flex-basis: 100%;}
	.moontp-detail-box-img img{width: 100%;}
	.moontp-detail-box-inner{flex-wrap: wrap;}
	.resp-tab-content.resp-tab-content-active{
		padding-top: 15px;
		border: 2px solid #f5f5f5;
	}
	.facility-icons li{margin-right:4px;}
	.moontp-taxonomy-outer .moontp_description{left:10px; right:10px; bottom:15px;}
	.single-tour-img .gallery-btn{right:15px; bottom:15px; padding: 12px 15px 13px;}
	
}

@media (max-width: 991px){
	.moontp-single-tour-section{flex-direction: column-reverse;margin-bottom: 40px;}
	.moontp-price-secction{flex-basis: 100%; margin-top: 0; padding: 0 15px;}
	.moontp-single-tour-inner{max-width: 100%;}
	.icon-box{flex-basis: 0;}
	.moontp-tour-enquire-now .moontp-col{flex-basis: 50%;}
	.resp-tab-content h2.single-tour-title{font-size: 18px;}
	.moonstride-single-tour .moontp-detail-box{flex-basis: 100%;}
	.moonstride-single-tour .moontp-detail-box1{flex-basis: 100%;}
   
}
@media(max-width:767px){
	.moontp-gallery .slider-for .custom-arrow {
	    height: 30px;
	    width: 30px;
	    background-size: 30px !important;
	}
}
@media (max-width: 480px){
	.moontp-tour-enquire-now .moontp-col{flex-basis: 100%;}

}
/*tour-single-midbar End*/

/* Travel Category new css start here */
.travel-interest-list{padding-bottom:80px;}
.travel-interest-row .travel-interest-col .travel-interest-box{
	position: relative;
}
.travel-interest-row .travel-interest-col{display: inline-block;}
.travel-interest-row .travel-interest-col .travel-interest-box .travel-interest-link,
.travel-interest-row .travel-interest-col .travel-interest-box .travel-interest-link:focus{
	position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    display: inline-block;
    font-family: 'dm_serif_text';
    font-size: 25px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transform: translateY(-50%);
}
.travel-interest-row .travel-interest-col .travel-interest-box .travel-interest-link:hover{
	color: #00b5de;
}
.grid-item {
  width: 33.33%;
  padding: 7px;
}
.grid-item img{
	width: 100%; 
	height: 350px;
    object-fit: cover;
}
@media(max-width: 1199px){
	.travel-interest-row .travel-interest-col .travel-interest-box .travel-interest-link,
	.travel-interest-row .travel-interest-col .travel-interest-box .travel-interest-link:focus{font-size: 22px;}
	.grid-item {
	  padding: 5px;
	}
}
@media(max-width: 991px){
	.travel-interest-row .travel-interest-col .travel-interest-box .travel-interest-link,
	.travel-interest-row .travel-interest-col .travel-interest-box .travel-interest-link:focus{font-size: 18px;}
	.grid-item img{height: 250px;}
}
@media(max-width: 767px){
	.travel-interest-list{padding-bottom:40px;}
	.travel-interest-row .travel-interest-col .travel-interest-box .travel-interest-link,
	.travel-interest-row .travel-interest-col .travel-interest-box .travel-interest-link:focus{font-size: 12px;line-height: 15px;}
	.grid-item img{height: 200px;}
}
@media(max-width: 576px){
	.travel-interest-list{padding-bottom:30px;}
	.travel-interest-row .travel-interest-col .travel-interest-box .travel-interest-link,
	.travel-interest-row .travel-interest-col .travel-interest-box .travel-interest-link:focus{font-size: 12px;line-height: 15px;}
	.grid-item {
	  width: 50%;
	}
	.grid-item img{height: 150px;}
}

/*custom*/
/*.single-tour-section{padding-top:111px;}*/
.moontp-tabs-list li:first-child{padding-left:0;margin-left: 0px;}
.moontp-tabs-list li{
	display: inline-block;
	line-height: 25px;
	margin-bottom: 0px !important;
	margin: 0px 3px;
}
.moontp-tabs-list li a{
	text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: #333;
    display: inline-block;
    padding: 20px 5px;
    border-bottom: 2px solid transparent;
}
.moontp-tabs-list li a:hover,
.moontp-tabs-list li a.active:hover,
.moontp-tabs-list li a.active,
.moontp-tabs-list li.active a{
	border-bottom: 2px solid #00b5de;
}
.tour-details strong{
	font-size: 25px;
    line-height: 0.88;
    color: #000;
	display:block;
	padding-bottom:20px;
	padding-top:30px;
}
.single-tour-title{display:flex; align-items: center; flex-wrap: wrap; margin-top: 10px;margin-bottom: 31px;}
.toursingle-title{flex-basis:75%;}
.moontp-book-btn{flex-basis:25%; text-align:right;}
.moontp-tour-content{
	font-size: 14px;
    font-family: 'Inter';
    line-height: 1.79;
    color: #7d7d7d;
	margin-bottom:50px;
}
.days-air{
	font-size: 10px;
    font-weight: 600;
	font-family: 'Inter';
	display: inline-block;
    background-color: #00b5de;
    color: #fff;
    min-height: 22px;
    padding: 5px;
	text-transform:uppercase;
}
/*#moontp-tour-operator-tabs ul.moontp-tabs-list{    margin: 0 auto;max-width: 923px;}*/
.moontp-single-tour-content .bg-gray.bdr-b{
	margin-bottom: 35px;
    position: sticky;
    top: 140px;
    z-index: 1;
}
.moontp-tour-included ul li:before{
	content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50px;
}
.whats-included-list{display: flex; flex-wrap: wrap;}
.whats-included-list ul{flex-basis: 50%;}
.whats-included-list ul:first-child{padding-right:15px;}
.moontp-tour-included ul li{
	padding-left: 15px;
    margin-bottom: 10px;
    font-family: Inter;
    font-size: 14px;
    line-height: 1.79;
    color: #7d7d7d;
}
.moontp-tour-included {margin: 0; position: relative; padding: 50px 0 30px;}

/*.moontp-tour-included::before{
	content:"";
	display: block;
    background: #f3f3f3;
    position: absolute;
    left: -100vh;
    right: -100vh;
    top: 0;
    bottom: 0;
	z-index:-1;
}*/
.moontp-itinerarys-accordion:before, .moontp-itinerarys-accordion .moontp-itinerary-title a:before{display:none;}
/*itinerarys*/
.ac-collapse-title{background-color: #ebebeb;  padding: 18px 40px 18px 75px;}
.ac-collapse-title .day-title{
	background-color: #00b5de;
    color: #fff;
    padding: 5px 7px;
    margin-right: 10px;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}
.ac-collapse-title span{
	font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #000;
    font-family: 'Inter';
	text-transform: uppercase;
}
.ac-collapse-content{
	font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    color: rgb(125, 125, 125);
    font-family: Inter;
    padding: 15px 20px;
}
.ac-collapse-item{margin-bottom:10px; cursor:pointer;}
.itinerary-main-title h2,
.moontp-itinerarys-accordion .moontp-tour-content{margin-bottom:30px;}
.ac-collapse-title{position:relative;}
.ac-collapse-title:after{
	content:"";
	background:url('../images/down-black-arrow.svg');
	position:absolute;
	width: 17px;
	height:10px;
	right:15px;
	background-repeat: no-repeat;
	top: 28px;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.ac-collapse-item.ac_collapse_open .ac-collapse-title:after{transform: rotate(180deg);top:24px;right: 17px;}
.inner-img{display:flex; padding: 20px 0 30px;}
.inner-img-col img{width:100%;}
.inner-img-col{padding-right: 3px;}
.inner-img-col:last-child{padding-right: 0px;}
.moontp-itinerarys-accordion{padding-left:0;margin-bottom: 60px;padding-top: 50px}
/**/
/*gallery*/
/*.moontp-gallery-box{display:block;}
.moontp-gallery:after{content:""; display:block;  clear:both;}
.moontp-gallery-box{ float: left;  width: 20%; padding-right: 5px;}
.moontp-gallery-box1{float: left;  width: 80%;}*/
/*gallery*/
.gallry-section{
	position: relative;
	padding: 50px 0px 0;
}
/*accomodation*/
.moontp-accommodation-details{display:flex; flex-wrap:wrap;}
.moontp-accommodation-box{border:0; flex-basis:33.333%; padding-right: 5px;}
.moontp-accommodation-box:last-child{padding-right:0;}
.moontp-detail-box-img img{border-radius:5px; height:260px;width: 100%;}
.moonstride-single-tour.tour-accommodation{padding-top: 50px; padding-bottom: 50px;}
.moontp-detail-box-img{height:auto;}
.moontp-detail-box-content{padding: 8px 0 15px;}
.moontp-detail-box-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.79;
    color: #000;
    font-family: 'Inter';
	text-transform:capitalize;
}
.moontp-detail-box-title a{color:#000; text-decoration:none;}
.moontp-detail-box-title a:hover{color:#00d0ff;}
/*accomodation*/
/*faq*/
.faqs-section{position:relative; padding: 50px 0;}
/*.faqs-section:before,.gallry-section:before{
	content:"";
	display: block;
    background: #f3f3f3;
    position: absolute;
    left: -100vh;
    right: -100vh;
    top: 0;
    bottom: 0;
	z-index:-1;
}*/
.ac-title{background-color: #ebebeb;  padding: 18px 40px 18px 16px;}
.ac-title span{
	font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    color: #000;
    font-family: 'Inter';
}
.ac-content{
	font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    color: rgb(125, 125, 125);
    font-family: Inter;
    padding: 15px 20px;
}
.ac-items{margin-bottom:10px; cursor:pointer;}
.ac-title{position:relative;}
.ac-title:after{
	content: "";
    background: url(../images/down-black-arrow.svg);
    position: absolute;
    width: 17px;
    height: 10px;
    right: 15px;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: translateY(-50%);
}
.ac-title.actives:after{transform: translateY(-50%) rotate(180deg);}
.ac-items.ac_collapse_open .ac-title:after{transform: rotate(180deg);}
.ac-items{margin-bottom:10px; cursor:pointer;}
/*faq*/
.tour-highlights .moontp-tour-included{padding:50px 0px 50px;}
.tour-overview .moontp-tour-content{margin-bottom:0px;}
@media(max-width:480px){
	.toursingle-title{flex-basis: 100%; margin-bottom: 15px;}
	.moontp-book-btn{flex-basis: 100%; text-align:left;}
	.whats-included-list ul{flex-basis:100%;}
	.ac-collapse-content{padding:10px;}
	.inner-img-col{margin-bottom:5px;}
	.inner-img{padding: 10px 0; flex-wrap: wrap;}
	.moontp-detail-box-img{height: auto;}
	.moontp-accommodation-details{flex-wrap: wrap;}
	.moontp-accommodation-box{flex-basis: 50%;}
}

/* Date & price section css start here*/
.dateprice-section{
	padding-top: 50px;
	/*padding-bottom: 60px;*/
}
.dateprice-section .price-table-section .price-table{
	table-layout: fixed;
	width: 100%;
}
.dateprice-section .price-table-section .price-table > thead > tr > th{
	font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #000;
    font-family: 'Inter';
    padding: 0px 10px 14px 10px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}
.dateprice-section .price-table-section .price-table > thead > tr > th:first-child{padding-left: 0px;}
.dateprice-section .price-table-section .price-table > thead > tr > th:last-child{padding-right: 0px;}
.dateprice-section .price-table-section .price-table > tbody > tr > td:first-child{padding-left: 0px;}
.dateprice-section .price-table-section .price-table > tbody > tr > td:last-child{padding-right: 0px;}
.dateprice-section .price-table-section .price-table > tbody > tr > td.table-content.lastbtn{text-align: right;}
.dateprice-section .price-table-section .price-table > tbody > tr > td{
	font-size: 14px;
    line-height: 2.08;
    font-weight: normal;
    color: #7d7d7d;
    font-family: 'Inter';
    padding: 22px 10px 22px 10px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
    vertical-align: middle;
}
.dateprice-section .price-table-section .price-table > tbody > tr > td.depart-date{
	font-family: 'dm_serif_text';
	font-size: 16px;
	line-height: 1.56;
	color: #000;
}
.price-table-declaimer{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: normal;
	color: #7d7d7d;margin-top: 25px;
}
.price-table-declaimer p{margin-bottom: 0px;}
.price-table-declaimer a,.price-table-declaimer a:focus{color: #00b5de;}
.price-table-declaimer a:hover{color: #000;}
.more-infobtn,.more-infobtn:focus{
	position: relative;
	display: inline-block;
	width: 32px;height: 32px;
}
.more-infobtn:after{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/table-plus.svg);
    width: 32px;
    height: 32px;
    background-size: 32px;
    display: inline-block;
}
.more-infobtn.active:after{
    background: url(../images/table-minus.svg);
}
.dateprice-section .price-table-section .price-table .booknowbtn,.dateprice-section .price-table-section .price-table .booknowbtn:focus{
	padding: 12px 26px;
    border-radius: 30px;
    background-color: #00b5de;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
}
.dateprice-section .price-table-section .price-table .booknowbtn:hover{
	background-color: #5a5a5a;
	text-decoration: none;
}
.dateprice-section .price-table-section .price-table > tbody > tr.collapse-row{
	visibility: collapse;
	display: none;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.dateprice-section .price-table-section .price-table > tbody > tr.collapse-row.active{
	visibility: visible;
	display: table-row;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.dateprice-section .price-table-section .price-table > tbody > tr.collapse-row{
	background-color: #f3f3f3;
}
.dateprice-section .price-table-section .price-table > tbody > tr.collapse-row td{
	border-bottom: 0px;
	padding: 10px 18px;
}
.dateprice-section .price-table-section .price-table > tbody > tr.collapse-row td .collapse-row-head{
	font-size: 12px;
	font-weight: 600;
	display: block;
	line-height: 15px;
	color: #000;
}
.wp24{width:24%;}
.wp16{width: 16%;}
.wp32{width: 32%;}
.wp25{width:25%;}
@media(max-width:1024px){
	.dateprice-section .price-table-section .price-table .booknowbtn{padding:12px 20px;}
}
@media(max-width:767px){
	.price-table-section .price-table,
	.price-table-section .price-table thead,
	.price-table-section .price-table tbody,
	.price-table-section .price-table th,
	.price-table-section .price-table td,
	.price-table-section .price-table tr{ display:block; }
	.price-table-section .price-table tr{ display:block; }
	.price-table-section .price-table tbody tr{ margin-bottom:10px; }
	.price-table-section .price-table tbody tr.collapse-row{visibility: collapse !important;display: none;}
	.price-table-section .price-table tbody tr:last-child{	margin-bottom:0; }
	.price-table-section .price-table thead tr{
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.price-table-section .price-table tr:last-child{ border-bottom:0; }
	.price-table-section .price-table tr{
		border-left:1px solid #dddddd;
		border-bottom:1px solid #dddddd;
	}
	.price-table-section .price-table td{
		position: relative;
		padding: 10px 10px 10px 50% !important;
		white-space: normal;
		border: 1px solid rgba(151, 151, 151, 0.25);
		border-bottom: 0px !important;
		border-left: 0px !important;
		text-align: right !important;
	}
	.price-table-section .price-table td:before {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 47%;
		text-align: left;
		font-weight: normal;
		color: #333333;
		background-color: #f3f3f3;
		content: attr(data-title);
		height: 100%;
		overflow: hidden;
		padding: 12px 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 15px;
		line-height: 15px;
		color: #000;
	}
	.dateprice-section .price-table-section .price-table > tbody > tr.collapse-row.active{
		visibility: visible !important;display: block !important;
	}
}
.mfp-bg{z-index: 99999 !important;}
.mfp-wrap{z-index: 99999 !important;}
.single-tour-title .moontp-book-btn .moontp-btn{text-transform:uppercase;}
/*common media query*/
@media(max-width:1440px){
	.moontp-tabs-list li{margin: 0px 17px;}
}
@media(min-width:1400px){
	.moontp-detail-box-img img{height:330px;}
	
}
@media (min-width: 991px){

	.moontp-single-tour-inner .container{max-width: 923px;margin:0 auto;}
}
@media(max-width: 1199px){
	.moontp-gallery .moontp-gallery-nav{max-height: 443px;}
}
@media(max-width: 991px){
	.moontp-tabs-list li a {
	    padding: 20px 4px;
	    font-size: 11px;
	}
	.moontp-tabs-list li {
	    margin: 0px 8px;
	}
	.toursingle-title{flex-basis:65%;}
	.moontp-book-btn{flex-basis:35%; text-align:right;}
	.moontp-gallery .moontp-gallery-nav{max-height: 352px;}
}
@media(max-width:767px){
	.moontp-book-btn .moontp-btn{font-size: 10px;}
	.toursingle-title{flex-basis:60%;}
	.moontp-book-btn{flex-basis:40%; text-align:right;}
	.moontp-gallery .moontp-gallery-nav{max-height: 272px;}
	.moontp-book-btn .moontp-btn_.btn-typ3{text-align: center;}
}
@media(max-width:480px){
	.moontp-book-btn .moontp-btn{font-size: 10px;}
	.toursingle-title{flex-basis:100%;}
	.moontp-book-btn{flex-basis:100%; text-align:left;}
	.moontp-gallery .moontp-gallery-nav{max-height: 358px; max-width: 75%;}
	.moontp-gallery .moontp-gallery-thumb{max-width: 25%;}
	.moontp-gallery .slider-for .slick-list .slick-track .moontp-gallery-image img{object-fit: cover;}
}
@media(max-width: 375px){
	.moontp-gallery .moontp-gallery-nav{max-height: 285px;}
}
@media(max-width: 992px){
.moontp-single-tour-content .bg-gray.bdr-b{top: 73px;}
}