<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html{
	font-size: 11px;
	width: 100%;
	overflow-x: hidden;
}
@media (min-width: 600px){
	html{
		font-size: 13px;
	}
}
@media (min-width: 992px){
	html{
		font-size: 14px;
	}
}
h1{
  font-size: 3.157rem;
  margin-top: 10px;
}
h2{
  font-size: 2.369rem;
  margin-top: 10px;
}
h3{
  font-size: 1.577rem;
}
h4{
  font-size: 1.333rem;
}
h5{
  font-size: 1.1rem;
}
h6{
  font-size: 0.85rem;
}
h1,h2,h3,h4,h5,h6,p{
	line-height: 140%;
}
section{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.no-padding{
	padding: 0px !important;
}
.no-margin{
	margin: 0px !important;
}
.full-width{
	width:100%;
}
.relative{
	position: relative;
}
img{
	max-width: 100%;
}
.container {
	width: 90%;
	max-width: 1300px;
}
i.material-icons{
	vertical-align: sub;
	font-size: 110%;
}
.row:last-child{
	margin-bottom: 0;
}
.border-radius{
	border-radius: 4px !important;
}
.p1{
	padding: 1rem;
}
.pb4{
	padding-bottom: 4rem;
}
.mb0{
	margin-bottom: 0;
}
.mb2{
	margin-bottom: 2rem;
}
.margin-top{
	margin-top: 1.5%;
}
.font9{
	font-size: 0.9rem;
	color: #888585;
}
.margin2{
	margin-top: 2rem;
	margin-bottom: 0 !important;
}
.min-margin{
	margin-top: -0.5rem !important;
}
.padding-bottom{
	padding-bottom: 0 !important;
}
.padd-top{
	padding-top: 0.5rem !important;
}
.margin-rem{
	margin-left: 11rem !important;
}
.text-margin{
	margin-top: -3.3%;
}
.text-uppercase{
	text-transform: uppercase;
}
.lightSlider .right{
	float: left !important;
}
.margin-top-17{
	margin-top: 17rem !important;
}
.width-50{
	width: 50% !important;
}
.theme-bg{
	background: #f1c626;
	color: #fff !important;
	border: 1px solid #f1c626;
	box-shadow: 0 0 0 !important;
	margin-top: 5%;
	transition: .3s linear;
}
.margin-bottom{
	margin: 1rem 0 !important;
}
.margin-bottom1{
	margin: 2rem 0 !important;
}
.theme-bg:hover{
	background: transparent;
	color: #000 !important;
}
.margin-both{
	margin: 1rem 0;
}
.text-yellow{
	color: #f1c626 !important;
}
.padd-bottom{
	padding-bottom: 1.5% !important;
}
.padd2{
	padding: 2% 0;
}
.padd5{
	padding: 5% 0 !important;
}
.padd3{
	padding: 3% 0 !important;
}
.padd31{
	padding: 0 1rem;
}
.padd{
	padding: 1rem !important;
}
.padd1{
	padding: 1.7rem !important;
}
.mt5{
	margin-top: 5% !important;
}
.mt4{
	margin-top: 4% !important;
}
.mt2{
	margin-top: 2rem;
}
.mt1{
	margin-top: 1rem;
}
.cursor{
	cursor: pointer;
}
.carousel .indicators{
	display: none;
}
.no-box-shadow{
	box-shadow:  0 0 0 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.spacer{
	padding: 10px 0;
}
.spacer.medium{
	padding: 25px 0;
}
.indigo-text{
	color: #324270 !important;
}
.text-primary{
	color: #f1d3b1;
}
.text-cursive{
	font-family: 'Satisfy', cursive;
}
.text-secondary{
	color: #13265f;
}
.btn.primary{
	background: #f1d3b1!important;
	color: #614b32;
}
.btn.secondary{
	background: #324270;
	color: #fff;
}
.bg-primary{
	background: #f1d3b1;
}
.btn-flat:focus, .btn-flat:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

.upper-header{
	background: #222222;
	width: 100%;
	font-size: 0.8rem;
}
.upper-header ul li a{
	color: #f1d3b1;
	border-right: 1px solid #464545;
	font-size: 0.8rem;
}
.upper-header a{
	color: #f4f4f4;
	padding: 5px 3px;
	display: inline-block;
	font-size: 0.8rem;
}
@media (min-width: 600px){
	.upper-header a{
		padding: 8px;
	}
}
.upper-header .links{
	text-align: right;
}
.upper-header .links li{
	display: inline-block;
}
.upper-header .links .dropdown-content{
	min-width:13% !important;
	top: 5% !important;
}
@media (max-width: 1300px){
	.upper-header .links .dropdown-content{
		min-width: 18% !important;
	}
	.login-dropdown{
		left: 64% !important;
	}
}
.upper-header .links .left-drop{
	left: 86% !important;
}
.upper-header .links .dropdown-content span{
	font-size: 0.7rem;
}
.upper-header .links #dropdown2 span img{
	max-width:10% !important;
	vertical-align: middle;
	margin-right: 1rem;
}
.new-here {
	text-align: center !important;
}
.login-dropdown .new-here span,.login-dropdown .new-here a{
	font-size: 1.1rem !important;
}
.login-dropdown .primary{
	width: 60% !important;
	margin: 1rem auto;
	background: #324270!important;
	color: #f1d3b1;
}
.login-dropdown li a {
	border-right: 0 !important;
	padding: 0.7rem;
}
.login-dropdown li a i{
	width: auto !important;
	margin: 0 8% 0 0;
}
.flag-image img{
  width: 17px;
  border-radius: 50%;
  height: 17px;
  vertical-align: middle;
}
.no-border-radius img{
	width: 	12px;
  height: 12px;
  vertical-align: middle;
}
.header{
	background: #fff;
}
.header .brand-logo{
	max-height: 74px;
	transition: all 0.3s ease-out;
}
.header.fixed .brand-logo{
	max-height: 64px;
}
.header .brand-logo img{
	height: 100%;
}
.header a{
	color: #000;
	text-transform: uppercase;
	font-size: 0.89rem;
	padding: 0 6px;
	height: 54px;
}
@media (min-width: 600px){
	.header a{
		height: 74px;
		transition: all 0.3s ease-out;
	}
	.header.fixed a{
		height: 64px;
	}
}
.header a span{
	color: #ffc926 !important;
	line-height: 74px;
	transition: all 0.3s ease-out;
}
.header.fixed a span{
	line-height: 64px;
}
.header nav{
	background: transparent !important;
	color: #000;
	box-shadow: 0 0 0 !important;
}
.header nav ul a:hover {
	background-color: rgba(0,0,0,0.04);
}
@media only screen and (min-width: 601px){
	nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
		height: 74px;
		line-height: 74px;
		/*transition: all 0.3s ease-out;*/
	}
	.header.fixed nav, .header.fixed nav .nav-wrapper i,
	.header.fixed nav a.button-collapse, .header.fixed nav a.button-collapse i {
		height: 64px;
		line-height: 64px;
	}
}
.header.fixed{
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	border-bottom: 1px solid #e4e4e4;
	transition: all 1000ms ease 0s;
}
.header .dropdown-content{
	font-size: 0;
}
.header ul.half-width{
	display: inline-block;
	width: 130px;
	vertical-align: top;
}
.header .dropdown-content li{
	min-height: 20px !important;
}
.header .dropdown-content li:hover{
	background: #f2f2f2;
}
.header .dropdown-content li a{
	color: #4d4d4d;
	font-size: 0.89rem;
	height: 100%;
	padding: 1px 16px;
	text-transform: unset;
}
.header li a.heading{
	font-weight: 500;
	color: #324270;
}
.nav-drop li a i{
	margin-left: 0px;
	margin-top: -1px;
}
.flash-message{
	background: #324270;
	padding: 6px 0;
}
.flash-message a{
	color: #ffff03;
	font-size: 0.81rem;
}

.search-cont{
	position: relative;
}
#search{
	position: absolute;
	right: 40px;
	width: 0px;
	top: 10px;
	background: #13265f;
	border-radius: 5px;
	color: #FFF;
	border: 0;
	transition: all 0.35s ease-out;
}
#search-results{
	position: absolute;
	right: 40px;
	width: 0;
	box-sizing: content-box;
	top: 55px;
	background: #e8e8e8;
	z-index: 12;
	overflow: hidden;
	transition: all 0.35s ease-out;
}
#search-results li{
	float: none;
	height: 32px;
	line-height: 32px;
}
#search-results li a{
	height: 32px;
	transition: all 0.25s ease-out;
}
#search-results li span{
	color: #818181 !important;
	float: right;
	font-size: 0.9rem;
	line-height: 32px;
}
#hero{
	padding: 0;
	position: relative;
	font-size: 0;
}
#hero &gt; a{
	display: block;
	font-size: 0;
}

#hero-search{
	width: 70%;
	max-width: 550px;
	text-align: center;
	margin: 0rem auto 3rem;
	transition: all 0.8s linear;
}
@media (min-width: 992px){
	#hero-search{
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 80%;
		transform: translateX(-50%) scale(0.9);
	}
}
#hero-search h4{
	background: #e6721e;
	color: #FFF;
	display: inline-block;
	padding: 3px 20px;
}
#hero-search .search{
	margin: 0;
	border: 2px solid #e6721e;
	padding: 12px;
	font-size: 0;
	transition: all 0.25s ease-out;
}
#hero-search.adv .search{
	background: #e6721e;
	padding: 25px 12px;
}
#hero-search input,
#hero-search select{
	height: 2.5rem;
}
#hero-search .search input,
#hero-search .search select{
	display: inline-block;
	margin: 0;
	background: rgba(255,255,255,0.6);
	padding: 0 1rem;
	box-sizing: border-box;
	vertical-align: top;
	transition: all 0.25s ease-out;
}
#hero-search.adv .search input,
#hero-search.adv .search select{
	margin: 0 0.5%;
}
#hero-search select{
	font-size: 1rem;
	border: 0;
}
#hero-search .search .adv-search{
	display: inline-block;
	width:0;
	height: 32px;
	vertical-align: top;
	overflow: hidden;
	transition: all 0.6s linear;
}
#hero-search.adv .search-term{
	width: 100%;
}
#hero-search .search .adv-search.active{
	width: 100%;
	height: 90px;
}
#hero-search .search .adv-search.active.overflow{
	overflow: visible;
}
#hero-search .search .adv-search.active &gt; *{
	width: 60%;
	display: inline-block;
}
#hero-search .search input.adv-search.active{
	padding: 0 1rem;
}
#hero-search.adv select.adv-search{
	display: none !important;
}
#hero-search .search-term{
	width: 82%;
}
#hero-search .search button{
	width: 15%;
	padding: 0 1rem;
	height: 2.5rem;
	box-shadow: none;
	vertical-align: top;
	line-height: 2.5rem;
	background: rgba(50, 66, 112, 0.60);
}
#hero-search.adv .search button{
	width: 30%;
	margin-left: 15px;
}
@media (min-width: 600px){
	#hero-search .search .adv-search.active{
		height: 45px;
	}
	#hero-search .search .adv-search.active &gt; *{
		width: 32%;
	}
}
@media (min-width: 992px){
	#hero-search .search .adv-search{
		height: 40px;
	}
	#hero-search.adv .search-term{
		width: 33%;
	}
	#hero-search .search .adv-search.active{
		width: 56%;
	}
	#hero-search .search .adv-search.active &gt; *{
		width: 32%;
	}
	#hero-search.adv .search button{
		width: 8%;
	}
}
#hero-search .search button:hover,
#hero-search .search button:focus{
	background: rgba(50, 66, 112, 1);
}
#hero-search .adv-search-trigger{
	font-size: 0.7rem;
	position: absolute;
	left: 50%;
	bottom: -27px;
	transform: translateX(-50%);
	background: #e6721e;
	color: #FFF;
	padding: 5px;
	border-radius: 0 0 5px 5px;
	transition: all 0.25s ease-out;
}
#hero-search.adv .adv-search-trigger{
	opacity: 0;
}
#hero-search input::placeholder{
	color: #444;
}
#hero-search input::-webkit-input-placeholder{
	color: #444;
}
#hero-search input::-moz-placeholder{
	color: #444;
}
#hero-search .select-wrapper .dropdown-content{
	width: 200px !important;
}
@media (max-width: 600px){
	.package-type{
		margin-top: 5% !important;
	}
	.upper-header{
		text-align: center;
	}
	.upper-header .links{
		text-align: center !important;
	}
	#about-us iframe{
		height: 13pc;
		margin: 0 42%;
	}
	.footer .btn i{
		margin-top: -13px !important;
	}
	.lower-footer{
		text-align: center;
	}
	.lower-footer a{
		float: none !important;
	}
}
#features{
	background: #324270;
	color: #FFF;
	text-align: center;
}
#features img {
	max-width: 55px;
	display: block;
	margin: 0 auto;
}
#features h5{
	text-transform: uppercase;
	margin-bottom: 0;
}

#about-us{
	/*background: #3f3e37 url('../img/forest-fog.jpg') fixed;*/
	background-size: cover;
	background-position: center center;
	color: #FFF;
	position: relative;
}
#about-us ul li{
	margin-bottom: 4px;
}
#about-us iframe{
	border: 9px solid #f1d3b1;
	border-right-color: #d5b796;
	border-bottom-color: #d5b796;
	position: absolute;
	width: 42%;
	bottom: -3rem;
}

hr.section-title{
	width: 10%;
	margin-left: 0;
	border-bottom: 3px solid #324270;
	border-top: 0;
	margin-top: -10px;
	margin-bottom: 1rem;
}
.btn.small{
	height: 30px;
	line-height: 30px;
	padding: 0 1rem;
	font-size: 0.9rem;
}
#pop-destinations .item{
	height: 340px;
	position: relative;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
#pop-destinations .item:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	transition: background 0.25s ease-out;
}
#pop-destinations .item .btn.white{
	position: absolute;
	right: -150px;
	top: 10px;
	transition: all 0.3s ease-out;
}
#pop-destinations .item .caption{
	position: absolute;
	width: 100%;
	bottom: -60px;
	padding: 20px;
	background: -webkit-linear-gradient(top, rgba(19,38,95,0) 0%,rgba(19,38,95,0.66) 25%,rgba(19,38,95,0.66) 100%);
	background: linear-gradient(to bottom, rgba(19,38,95,0) 0%,rgba(19, 38, 95, 0.66) 25%,rgba(19, 38, 95, 0.66) 100%);
	color: #FFF;
	transition: bottom 0.25s ease-out;
}
#pop-destinations .item p{
	margin: 3px 0;
	color: #f1d3b1;
}
#pop-destinations .item:hover:before{
	background: rgba(0,0,0,0.3);
}
#pop-destinations .item:hover .caption{
	bottom: 0;
}
#pop-destinations .item:hover .btn.white{
	right: 10px;
}

.trending .item{
	background-size: cover;
	background-position: center center;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	border-radius: 2px;
	position: relative;
	color: #FFF;
	margin-top: 1.5rem;
	overflow: hidden;
}
.trending .item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	transition: background 0.35s ease-out;
}
.trending .item:hover:before{
	background: rgba(0, 0, 0, 0.7);
}
.trending .item .price{
	position: absolute;
	padding: 10px;
	color: #FF0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.trending .item .price span{
	font-size: 1.2rem;
}
.trending .item .price del{
	display: block;
}
.trending .item .content-top{
	position: absolute;
	width: 100%;
	top: 100%;
	padding: 10px;
	height: 80%;
	overflow-y: hidden;
	transform: translateY(-72px);
	background: linear-gradient(to bottom, rgba(50, 51, 56, 0) 0%,rgba(2, 2, 2, 0.55) 25%,rgba(0, 0, 0, 0.7) 100%);
	transition: all 0.35s ease-out;
}
.trending .item:hover .content-top{
	top: calc(22% + 72px);
	background: transparent;
}
.trending .item .category{
	background: #324270;
	color: #f1d3b1;
	display: inline-block;
	padding: 1px 8px;
	text-transform: uppercase;
	font-size: 0.8rem;
	position: absolute;
	line-height: 175%;
	left: 0;
	top: 54px;
}
.trending .item .dropdown-content{
	width: 100% !important;
	left: 5% !important;
	background-color: #324270;
}
.trending .item .dropdown-content li a{
	color: #fff;
}
.trending .item .dropdown-content li:hover{
	background:#f1d3b1;
}
.trending .item .dropdown-content li:hover a{
	color: #000;
}
.trending .item .category &gt; a{
	cursor: pointer;
	float: right;
	color: #f1d3b1;
}
.trending .item .category:before,
.trending .item .category:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left-color: #324270;
	right: -14px;
}
.trending .item .category:before{
	top: 0;
	border-top-color: #324270;
}
.trending .item .category:after{
	bottom: 0;
	border-bottom-color: #324270;
}
.trending .item h4{
	margin: 4px 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}
.trending .item h4 a{
	color: #FFF;
}
.trending .item p{
	margin: 0;
	font-size: 0.9rem;
}
.star-ratings{
	color: #FFEB3B;
	letter-spacing: -4px;
}
.trending .item .content-bottom{
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 20px;
}
.trending .item .content-bottom .btn.one{
	float: left;
	vertical-align: middle;
	transform: translateX(-130%);
	transition: all 0.35s ease-out 0s;
}
.trending .item .content-bottom .btn.two{
	float: right;
	vertical-align: middle;
	transform: translateX(130%);
	transition: all 0.35s ease-out 0s;
}
@media (max-width: 767px) and (min-width: 600px){
	.trending .item .content-bottom .btn{
		transform: translateX(200%);
		margin: 0 19%;
	}
	.trending .item .content-bottom{
		text-align: center !important;
	}
	.trending .item .content-bottom h3{
		transform: translateX(-200%);
	}
}

.trending .item .places{
	margin-top: 1rem;
	margin-bottom: 2rem;
	column-count: 2;
}
.trending .item .places i{
	color: #f1d3b1;
}
.trending .item:hover .content-bottom h3,
.trending .item:hover .content-bottom .btn{
	transform: translateX(0);
	transition: all 0.35s ease-out 0.25s;
}

#review{
	background-size: cover;
}
#review .card-panel{
	padding: 9px 20px;
	margin-bottom: 0px;
}
#review .circle{
	box-shadow: 0 6px 16px -2px rgba(0, 0, 0, 0.22);
	border-radius: 50%;
	float: left;
	width: 70px;
}
#review .caption{
	display: inline-block;
	width: calc(100% - 75px);
	padding: 0 10px;
}
#review .caption h5{
	margin-top: 0;
	margin-bottom: 7px;
}

.why-book{
	background: #ae9d07;
	padding: 2rem 0;
	position: relative;
	z-index: 0;
}
.why-book:before{
	position: absolute;
	content: '';
	background: #f1d3b1;
	width: 26%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
@media (max-width: 992px){
	.why-book:before{
		width: 38% !important;
	}
	.booking{
		width: 50% !important;
		float: right !important;
	}
	.booking .book-image{
		margin-bottom: 3% !important;
	}
	.border{
		border-right: 0px !important;
	}
	.footer .slider .slides h3{
		margin-top: 10% !important;
	}
}

.why-book img{
	vertical-align: bottom;
	max-width: 25px;
	margin-right: 8px;
}

.footer{
	background: url(../img/footer.jpg) fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 2rem;
}
.footer p i{
	font-size: 14px;
	vertical-align: middle;
	margin: -2px 5px 0;
	color: #969696;
}
.footer input{
	background: #fff !important;
	text-indent: 15px;
	color: #000 !important;
	margin: 0 !important;
}
.footer .btn{
	position: absolute;
	height: 99%;
	right: 0;
	top: 0;
	border-radius: 0 !important;
	box-shadow: 0 0 0 !important;
	padding: 0 5px;
	background: #f1c626 !important;
}
.footer .btn i{
	vertical-align: middle;
	margin-top: -2px;
	color: #f1d3b1
}
.footer ul li{
	padding: 1px 0;
}
.footer ul li:nth-child(1){
	padding-top: 0;
}
.footer ul li a{
	color: #FFF;
	font-size: 0.9rem;
}
.footer h5{
	text-transform: uppercase;
}
.footer p{
	font-size: 0.9rem;
}
.footer .social-icons a{
	background: #969696;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin-right: 4px;
	border-radius: 2px;
	transition: background 0.25s ease-out;
}
.footer .social-icons a:hover,
.footer .social-icons a:focus{
	background: #b7b7b7;
}
.footer .social-icons a i{
	color: #333;
}
.footer .half-width{
	width: 49%;
	vertical-align: top;
}
.lower-footer{
	padding: 0.5rem;
	background: rgba(0, 0, 0, 0.38);
	border-top: 1px solid #f1d3b1;
	margin-top: 2rem;
}
.lower-footer p{
	color: #fff !important;
}
.lower-footer a{
	color: #f1d3b1!important;
	float: right;
	margin: 1% 0 0 2%;
}
/*responsive css*/

#group-tours1{
	margin-top: 13%;
}
/*inside Pages Css*/
#destination{
	background: url(../img/banners/destination.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
#destination h3{
	margin: 4rem 0;
}
#destination h3+.row{
	margin-top: -4rem;
	margin-bottom: 3rem;
}
#destination .sub-heading{
	max-width: 680px;
	margin: -3rem auto 4rem;
	color: #FFF;
}
#destination nav{
	background: transparent;
	box-shadow: none;
	height: auto;
	line-height: 1;
}
#destination nav .col{
	text-align: left;
	line-height: 100%;
	height: auto;
	padding: 0;
}
#destination nav .breadcrumb{
	color: #f1d3b1;
	font-size: 1rem;
}
#destination nav .breadcrumb:before{
	color: #f1d3b1;
	font-size: 22px;
	margin: 0 4px 0 0px;
}

.mt0{
	margin-top: 0;
}
.inline{
	display: inline;
}
.desination-form{
	background-color: #e9e9e9 !important;
	padding: 1rem;
	margin-top: 1rem;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.desination-form input,.desination-form textarea{
	text-indent:15px;
  height: 35px !important;
  line-height: 35px !important;
  background-color: #f5f5f5 !important;
  border: 1px solid #e0e0e0 !important;
}
.desination-form button{
  border-radius: 50px;
}
.desination-form .select-wrapper span.caret{
	z-index: 9 !important;
	color: #c2c2c2 !important;
	padding: 0 1rem !important;
}
.price-filter{
	margin-top: 2rem;
}
.price-filter h4{
	text-transform: uppercase;
}
.margin-both a{
	border-bottom: 1px solid #039be5;
}
.filters ul{
	max-height: 210px;
	overflow: auto;
}
.filters ul li{
	padding: 5px 0;
}
.table-listing{
	padding: 1rem 0 !important;
	float: left;
	border-bottom: 2px solid #e0e0e0;
	width: 100%;
}
.table-listing span{
	margin-top: 0.4rem;
}
.label-chip img{
	width: 19px;
  margin: 0.5rem 11px 0 0px;
  float: left;
}
.sort-by{
	margin: 0;
}
.sort-by .select-wrapper{
	display: inline-block;
}
.sort-by span{
	margin-right: 1rem;
}
.sort-by .select-wrapper input.select-dropdown{
	margin: 0;
	border-bottom: 0;
	height: 30px;
	font-size: 0.8rem !important;
}
.sort-by .dropdown-content li&gt;a{
	font-size: 0.8rem !important;
}
.dropdown-content li{
	min-height: 35px !important;
	line-height: 35px !important;
}
.dropdown-content li &gt; span,
.dropdown-content li &gt; a {
	font-size: 0.9rem !important;
	padding: 6px 16px;
}
.input-field.col .dropdown-content [type="checkbox"]+label {
	top: -10px;
 }
.sort-by .select-wrapper{
	z-index: 11;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  height: 30px;
  border: 1px solid #c7c7c7;
  border-radius: 5em;
  -webkit-border-radius: 5em;
  padding-left: 1em;
  box-shadow: none;
}
.sort-by .select-wrapper span.caret{
	margin: 0.7rem 1rem;
}
.sort-by .select-wrapper .dropdown-content{
	min-width: 300px !important;
	top: -1px !important;
}

.compare{
	padding: 1rem;
	position: absolute;
	right: 0;
	z-index: 9;
}
.compare label{
	color: #fff;
}
.tour-image{
	padding: 1.5rem;
}
@media (max-width: 992px){
	.tour-image{
		text-align: center;
	}
	.price-height2{
		height: auto !important;
	}
	.price-height3{
		height: auto !important;
	}
	.height-main{
		height: auto !important;
	}
	.price-height1{
		height: auto !important;
	}
	.price-height{
		height: auto !important;
	}
	.tour-code{
		border-right: 0 !important;
		border-bottom: 1px solid #f1d3b1;
	}
	.border-on-right{
		border-right: 0 !important;
		border-bottom: 1px solid #f1d3b1;
	}
}
.tour-image a{
	position: absolute;
	top: 0;
	right: 1%;
}

.customize-fixed,
.compare-fixed{
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 999;
	display: inline-block;
	background: #08202e;
	color: #FFF;
	padding: 3px;
	border-radius: 50px 0 0 50px;
	width: 220px;
	text-transform: uppercase;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	transform: translate(170px, -50%);
	transition: all 0.3s ease-out;
}
.compare-fixed{
	top: 40%;
}
.customize-fixed img,
.compare-fixed img{
	max-width: 40px;
	vertical-align: middle;
	margin-right: 10px;
}
.compare-fixed:hover{
	transform: translate(30px, -50%);
}
.social-media-trigger{
	display: block;
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 35px;
}
.social-media-trigger a{
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #FFF;
}
.social-media-trigger .facebook{
	background: #3b5998;
}
.social-media-trigger .twitter{
	background: #55acee;
}
.social-media-trigger .youtube{
	background: #bb0000;
}
.social-media-trigger .instagram{
	background:
  /* left bottom*/
  radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
  radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
  /*left top*/
  radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
  radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
  /*right top*/
  radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
  radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
  /*right bottom*/
  radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),

  /*create a base coat to smooth corner gradients*/
  linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.font-same h3{
	font-size: 1.2rem !important;
}
.font-same .btn{
	padding: 0 0.5rem !important;
}

.destination-slides{
	max-height: 500px;
	overflow: hidden;
}
.tour-detail{
	margin-top: -101px;
	background: #324270;
	color: #ffffff !important;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.tour-detail1{
	background: #f5f5f5;
	padding: 1rem !important;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.tour-detail1 hr{
	background: #324270;
	width: 100%;
	height: 2px;
	border: 0;
}
.igi{
	width: 80%;
	padding-bottom: 0 !important;
}
.tour-detail h4{
	font-size: 1.9rem;
	line-height: 70%;
}
.tour-detail small{
	font-size: 1rem;
	vertical-align: bottom;
}
.tour-detail hr{
	border:0;
	background: #f5f5f5;
	width: 100%;
	height: 1px;
}
.tour-name{
	margin: 1rem 0 0;
	float: left;
	width: 45%;
}
.tour-name span{
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 1rem;
}
.tour-name i{
	font-size: 1rem;
	margin-right: 0.6rem;
}
.tour-name1{
	margin: 1rem 0 0;
}
.tour-name1 span{
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 1rem;
}
.tour-name1 i{
	font-size: 1rem;
	margin-right: 0.6rem;
}
.tour-description{
	padding: 1rem;
}
.tour-description ul li{
  position: relative;
  padding: 5px 30px;
  margin-bottom: 2px;
  font-size: 1.1rem;
}
.tour-description ul li i{
  display: block;
  float: left;
  left: 0;
  position: absolute;
  top: 35%;
  font-size: 1.3rem;
  color: #FFF;
}
.tour-description ul li span,.tour-description ul li strong{
	font-size: 0.9rem;
}
.rate-star p{
	font-size: 1.6rem;
	margin: 0;
	cursor: pointer;
}
.rate-star p i:hover{
	color: #f1d3b1;
}
.enquiry-btn .enquiry{
	background: #f1d3b1 !important;
	color: #000 !important;
}
.share{
	cursor: pointer;
}
.social-share a{
	transition: all 0.5s ease;
	width: 100%;
	display: inline-block;
  color: #d0d0d0;
}
.social-share a:hover{
	background: #f1d3b1 !important;
	color: #000 !important;
}
.social-share{
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  top: 30%;
  transition: all 0.5s ease;
	transform: translateY(-50%) translateX(-110%);
}
.make-scroll-bar .chip{
	background: #324270!important;
	color: #f1d3b1 !important;
}
.discount-price{
	background: #ffb91d;
	color: #484848;
	padding: 17px 13px 15px;
}
.tab1 .tabs{
	background: linear-gradient(90deg, #e0e0e0 0%, rgba(255,255,255,0)),
							linear-gradient(-90deg, #e0e0e0 0%, rgba(255,255,255,0)) 100% 0,
							radial-gradient( farthest-side at 0% 20%, rgba(0, 0, 0, 0.51), rgba(0,0,0,0) ),
							radial-gradient( farthest-side at 100% 20%, rgba(0, 0, 0, 0.33), rgba(0,0,0,0) ) 100% 0%;
	background-repeat: no-repeat;
	background-color: #e0e0e0;
	background-size: 100px 137px, 100px 137px, 14px 137px, 14px 137px;
	background-attachment: local, local, scroll, scroll;
}
.tab1 .tabs::-webkit-scrollbar{
	display: none;
}
.tab1 .tabs .tab a{
	color: #000 !important;
	font-size: 0.9rem;
	padding: 0 16px;
}
.tab1 .tabs .indicator{
	background-color: #324270 !important;
}
#test1 .travelling{
	background: #f1d3b1;
	padding: 0.7rem 1rem;
	width: 50%;
	text-align: center;
	display: inline-block;
	margin-top: 2rem;
}
.nights-stay{
	margin: 2rem 0;
}
.nights-stay-span{
	font-size: 1.6rem;
}
.nights-stay ul li i{
	font-size: 1rem;
	width: auto;
	color: #324978;
}
/*.nights-stay ul li .right span img{
	vertical-align: super;
}*/
.Itinerary{
	margin: 2rem 0;
}
.Itinerary .day-one{
	background: #f2f2f2;
	padding: 4px 0;
	border-radius: 3px;
	margin: 1rem 0;
}
.Itinerary .day-one span:first-child{
  background: #f1d3b1;
  padding: 10px 20px;
  position: relative;
  border-radius: 3px;
  font-size: 14px;
}
.Itinerary .day-one span:first-child:after{
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255,213,37,0);
  border-left-color: #f1d3b1;
  border-width: 10px;
  margin-top: -10px;
}
.Itinerary .day-one span:last-child{
	margin-left: 1rem;
}
.Itinerary p{
	text-align: justify;
	font-size: 14px;
	margin: 2rem 0;
}
.Itinerary .chip{
	margin-left: 2rem;
}
.Itinerary .chip &gt; img{
  float: left;
  margin: 0 1rem 0 0;
  height: 32px;
  width: 32px;
  border-radius: 0;
}
.treat{
	margin: 1rem 0;
  background: #f1d3b1;
  padding: 1rem;
  border-radius: 5px;
  position: relative;
}
.treat:before, .treat:after{
  position: absolute;
	content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  padding: 1rem;
}
.treat:before{
	border-right-color: #f1d3b1;
	left: -35px;
	top: -9px;
}
.treat:after{
	right: -35px;
	bottom: -9px;
	border-left-color: #f1d3b1;
}
.list-style-type{
	list-style-type: disc !important;
	margin-left: 1rem;
	font-size: 0.9rem;
}
.hotel-price-filter{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 2rem;
}
.hotel-price-filter p{
	background: #f4f4f4;
	border-left: 0 !important;
	border-right: 0 !important;
  margin: 0;
  padding: 1rem;
  border: 1px solid #ccc;
}
.hotel-price-filter li{
	display: inline-block;
}
.hotel-price-filter .btn-flat{
	background: #e9e9e9;
	font-size: 0.8rem;
	border-radius: 3px;
	margin: 0 1rem;
	padding: 0 0.9rem;
}
.hotel-price-filter .btn-flat i{
	font-size: 0.8rem;
	margin-right: 0.3rem;
	color: #fff;
}
.hotel-price-filter .btn-flat:hover,
.hotel-price-filter .btn-flat.active{
	background: #324270 !important;
	color: #f1d3b1 !important;
}
.please-note ul li{
	font-size: 14px;
	margin-bottom: 0.5rem;
}
.reporting-time{
	box-shadow: 0 0 0 !important;
}
.reporting-time li .collapsible-header{
	background-color: #324270;
	color: #f1d3b1;
}
.collapsible-header .right{
	margin-left: auto;
}
.reporting-time li .collapsible-body{
	padding: 0 2rem;
}
.reporting-time .collapsible-header span{
	margin: 5px 0 0;
}
.hotel-stay thead{
	background: #eee;
}
.hotel-stay table td,
.hotel-stay table th{
	border: 1px solid #eee;
	font-size: 13px;
}
.table-bodys{
	padding: 0 !important;
}
.price-includes span{
	margin-bottom: 0.5rem !important;
	display: inline-block;
}
.price-includes span i{
	font-size: 0.7rem !important;
}
.border-right{
	border-right: 1px solid #c5c5c5;
}

.how-to-book strong{
	font-size: 1rem;
}
.size-12{
	font-size: 12px !important;
}
.font-600{
	font-weight: 600 !important;
	font-size: 13px;
	line-height: 15px !important;
}
.booking-detail-table tr th{
	border:1px solid #c2c2c2;
	font-weight: 400;
}
.booking-detail-table thead{
	background: #fff !important;
}
.enquiry-modal{
	background: #f1d3b1;
	padding: 1rem;
	text-transform: uppercase;
}
.enquiry-modal span{
	font-size: 1.5rem;
	margin: 0.1rem 0;
}
.enquiry-modal img{
	vertical-align: sub;
	margin-right: 0.2rem;
}
.inline-block{
	display: inline-block !important;
}
.footer-btn{
	background: #324270 !important;
  color: #f1d3b1 !important;
}
.thank-you{
	background: url(../img/banners/thankyou-page.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 3.47rem;
	position: relative;
}
.thank-you:before {
  background: rgba(120, 152, 24, 0.34);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.booking-step{
	background: #324978 !important;
	width: 100%;
	color: #fff;
	padding: 0;
	position: relative;
}
.step-1{
	float: left;
  position: relative;
  padding: 28px 50px 28px 0px;
  overflow: hidden;
}
.step-1:after{
  content: "";
  top: 0px;
  bottom: 0px;
  right: 15px;
  position: absolute;
  width: 25px;
  background: url(../img/icons/payment-step-separator.png) center right;
}
.step-4:after{
	background: transparent !important;
}
.step-1 .check{
	background: #fff;
	color: #324270;
  padding: 6px 8px;
  margin-right: 10px;
  border-radius: 50%;
}
.activated{
  background: #f1d3b1;
  color: #000;
  padding: 6px 12px;
  margin-right: 10px;
  border-radius: 50%;
}
.wait-turn{
	background: #000 !important;
	color: #fff !important;
}
.suitcase-travel .fa-suitcase{
	font-size: 1.3rem;
}
.suitcase-travel .fa-inr{
	margin-right: 0 !important;
}
.texto{
	font-size: 1rem !important;
	margin-right: 5px;
}
.font600{
	font-weight: 600;
}
.product-quantity button{
	background: transparent;
	border: 0px;
	font-size: 15px;
}
#lessButton{
	margin-right: 15px;
}
#addButton{
	margin-left: 15px;
}
.product-quantity{
	display: -webkit-inline-box;
	padding: 0.3rem;
	border: 1px solid #afafaf;
	border-radius: 31px;
	margin-left: 1rem;
}
.booking-contact-form input,.booking-contact-form textarea{
	border:1px solid #e0e0e0 !important;
	text-indent: 10px !important;
	background: #fff !important;
}
.booking-contact-form .select-wrapper span.caret{
	z-index: 9;
	right: 5px !important;
}
.payment-line{
	background: #324270;
	padding: 1rem;
	color: #fff !important;
	margin-top: 1rem;
	position: relative;
}
.payment-line i{
	color: #f1d3b1;
	font-size: 2rem;
	vertical-align: middle;
}
.payment-line .lock{
	width: 15%;
	margin-bottom: 0 !important;
	position: absolute;
	top: 54%;
}
.payment-line .payment-lock{
	width: 80%;
	margin-left: 3rem;
}
.total-price{
	background: #f5f5f5;
	padding: 1rem;
	border-top: 1px solid #324270;
	color: #000;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.contact-detail{
	margin:0 0.8rem 10px;
}
.contact-detail .span-width{
	width: 13%;
}
.thankyou span{
	font-size: 1.5rem;
	color: #324270 !important;
	margin: 0 !important;
}
.login-page{
	background: url(../img/banners/login-page-banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.login-page input,.login-page textarea{
  border: 1px solid #e4e4e4 !important;
  text-indent: 1rem;
  height: 42px !important;
}
.login-page .select-wrapper input.select-dropdown{
	height: 42px !important;
	margin-bottom: 0.8rem;
}
.login-page .input-field {
	margin-top: 0.8rem;
}
.login-page1 input,.login-page1 textarea{
  border: 1px solid #f3f3f3 !important;
  background: #f5f5f5 !important;
  text-indent: 1rem;
  border-radius: 4px !important;
}
.desination-form1 button{
	width: 40%;
	padding: 0;
  height: 34px;
  line-height: 34px;
  border: 1px solid #324270;
  background-color: #324270 !important;
  border-radius: 50px;
  position: relative;
  text-align: center;
  color: #f1d3b1;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  box-shadow: 0 0 0 !important;
}
.desination-form1 .up{
	width: 170px;
  height: 34px;
  border: 1px solid #c3c3c3;
  background-color: transparent;
  border-radius: 50px;
  position: relative;
  text-align: center;
  color: #fff;
  margin: 0 1rem;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  transition: all 0.5s ease;
  box-shadow: 0 0 0 !important;
}
.desination-form1 a:hover{
	background: transparent;
}
.login-page span{
	cursor: pointer;
}
.select-wrapper span.caret{
	z-index: 9;
}
.flights{
	width: 38%;
}
@media (max-width: 961px){
	.flights{
		width: 100%;
	}
}
.flights i{
	color: #f1d3b1;
}
.contact-info li{
	background: #f1f1f1;
	padding: 1rem;
	margin-bottom: 1rem;
}
.contact-info li strong{
	display: inline-block;
	width: 40%;
}
.contact-info li div{
	display: inline-block;
	width: 58%;
	vertical-align: top;
}
.leave-us hr{
  width: 10%;
  background: #000;
  border: 0;
  height: 2px;
  margin: 1rem auto;
}
.leave-us input,.leave-us textarea{
  border: 1px solid #f3f3f3 !important;
  background: #fff !important;
  text-indent: 1rem;
  border-radius: 4px !important;
}
.accordioning .collapsible{
	box-shadow: 0 0 0 !important;
	border:0 !important;
}
.accordioning .collapsible li{
	margin-bottom: 0.5rem;
}
.accordioning .collapsible li .collapsible-header, .accordioning .collapsible li .collapsible-body{
	border-bottom: 0 !important;
	border-radius: 4px;
}
.accordioning .collapsible li i{
	color: #aeb5c0;
  font-size: 1.5rem;
}
.terms-policy hr{
	width: 100%;
	background: #e0e0e0;
	border: 0;
	height: 2px;
}
.terms-policy ul li{
	list-style-type: disc;
	margin-left: 2rem;
}
.border1{
	border:1px solid #f1d3b1;
}
.tour-code{
	padding: 1rem;
	border-right: 1px solid #f1d3b1;
}
.border-bottom{
	border-bottom: 1px solid #f1d3b1 !important;
}
.right-border{
	border-right: 1px solid #f1d3b1;
}
.border-on-right{
	border-right: 1px solid #f1d3b1 !important;
}
.no-right-border{
	border-right: 0 !important;
}
.month{
	background: #324270;
	color: #f1d3b1;
	padding: 5px;
}
.day-on-month{
	background: #324270;
	color: #f1d3b1;
	width: 28%;
	display: inline-block;
	float: left;
	padding: 5px;
}
.date{
	background: #e2e2e2;
	padding: 5px;
	margin-bottom: 1rem;
}
.date-on-month{
	background: #e2e2e2;
	padding: 5px;
	width: 70%;
	display: inline-block;
	margin-bottom: 1rem;
}
.row .col.offset-m3{
	margin-left: 25% !important;
}
.price-height{
	height: 132px;
}
.price-height1{
	height: 112px;
}
.price-height2{
	height: 364px;
}
.price-height3{
	height: 70px;
}
.add-compare{
	padding: 3.9rem;
}
.add-compare span{
  font-size: 5rem;
  color: #c7c7c7;
}
.height-main{
	height: 6.5rem;
}
/* User Profile Page */
.user-profile{
	position: absolute;
	height: 100%;
	background: #f3f3f3;
}
.user-profile nav {
	height: auto;
	background: transparent !important;
	box-shadow: 0 0 0 !important;
}
.user-profile h5{
	background: #324270;
	padding: 1rem;
	color: #f1d3b1;
}
.user-profile nav ul li{
	float: none !important;
	line-height: 34px;
	font-weight: 300;
}
.user-profile nav ul li a{
	font-size: 0.8rem;
}
.user-profile nav ul li a i{
	margin-right: 0.5rem;
	height: 34px;
	line-height: 34px;
	font-size: 1.2rem;
	float: left;
	color: #444;
}
.user-profile nav {
	height: auto;
	background: transparent !important;
	box-shadow: 0 0 0 !important;
}
.user-profile nav ul li.active{
	font-weight: 600;
	background: transparent;
}
.user-profile nav ul li:hover,
.user-profile nav ul li:focus{
	background: rgba(0,0,0,0.05);
}


.dl-horizontal dt {
	display: inline-block;
	width: 30%;
	font-weight: 600;
	vertical-align: top;
}
.dl-horizontal dd {
	display: inline-block;
	margin-left: 0;
	padding-left: 15px;
	margin-bottom: 5px;
	width: 68%;
}
@media (max-width: 400px) {
	.Ifly .custom-table strong{
		width: auto !important;
	}
}

.booking-info{
  background: #f4f4f4;
  padding: 0 1rem;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
}
.booking-info .tour-name{
  width: 32%;
  font-size: 0.8rem;
  display: inline-block;
  border-right: 1px solid #c6c6c6;
  padding: 9px;
  margin: 0;
}
.booking-info .tour-code-name{
  width: 55%;
  font-size: 0.8rem;
  display: inline-block;
  padding: 9px;
  margin: 0 10px;
}

.guest-tour-payment .tab a{
	background: #f4f4f4 !important;
	color: #000 !important;
	border: 1px solid #e0e0e0;
}
.guest-tour-payment .indicator{
	background: #324270;
}
.information{
	border-bottom: 1px solid #324270;
}
.information span{
	background: #324978;
	padding: 9px 16px;
	display: inline-block;
	color: #FFF;
}

.width100{
	width: 100%;
}
.no-shadow{
	box-shadow: 0 0 0 !important;
}
.indian-destination .item{
	position: relative;
	font-size: 0;
}
.indian-destination .item img{
	width: 100%;
}
.indian-destination .item .caption{
	position: absolute;
	bottom: 0%;
	color: #f1d3b1;
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(50, 66, 112, 0.59);
	padding: 6px;
	margin: 0;
	transition: all 0.3s ease-out;
}
.indian-destination .item:hover .caption{
	background: rgba(50,60,112,0.8);
}
.indian-destination hr{
	width: 22%;
  background: #f1d3b1;
  border: 0;
  height: 2px;
  margin: 1rem auto;
}
.des-margin-bottom{
	margin-bottom: 2rem;
}
.booking-table table th,.booking-table table td{
	border: 1px solid #f2f2f2;
	font-size: 0.8rem;
}
.tabs .tab a{
	color: #324270 !important;
}
.tabs .indicator{
	background: #324270 !important;
}
.no-box-shadow .chip{
	margin-left: 1rem;
	background: #fff;
}
.no-box-shadow .chip img{
	margin: 0 8px 0 0 !important;
	border-radius: 0 !important;
}
.social-share a i{
	font-size: 1rem !important;
}
.customize-tour-banner{
	background: url(../img/banners/customize-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
 	background-position: center;
	min-height: 200px;"
}
[type="checkbox"]+label{
	padding-left: 25px;
}
.when-scroll{
	max-height: 250px;
	overflow-y: auto;
}
.when-scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.when-scroll::-webkit-scrollbar-button{
	width: 0px;
	height: 0px;
}
.when-scroll::-webkit-scrollbar-thumb{
	background: #ffffff;
	border: 1px solid #EEE;
	border-radius: 2px;
	transition: background 0.3s ease;
}
.when-scroll::-webkit-scrollbar-thumb:hover{
	background: #f1d3b1;
	border: 1px solid #f1d3b1;
}
.when-scroll::-webkit-scrollbar-thumb:active{
	background: #f1d3b1;
	border: 1px solid #f1d3b1;
}
.when-scroll::-webkit-scrollbar-track{
	background: #324270;
	border: 0px none #ffffff;
	border-radius: 50px;
}
.when-scroll::-webkit-scrollbar-track:hover{
	background: #666666;
}
.when-scroll::-webkit-scrollbar-track:active{
	background: #333333;
}
.when-scroll::-webkit-scrollbar-corner{
	background: transparent;
}
[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after{
	border: 2px solid #324270;
}
[type="checkbox"]:checked+label:before{
	border-right:2px solid #f1d3b1;
	border-bottom:2px solid #f1d3b1;
}
.slides-1 img{
	width: 100%;
	height: 200px;
}
.price-indicator{
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	padding: 1rem 0;
}
.price-indicator .part-1{
	padding: 0 3rem;
	display: inline-block;
}
.price-indicator .part-1 .available-tickets{
	background-color: #4caf50;
  width: 30px;
  float: left;
  height: 4px;
}
.print i{
	font-size: 2rem;
	color: #ffb91d;
	vertical-align: middle;
	margin: 2px 0;
}
.tour-price i{
	font-size: 13px;
	margin: 0 !important;
	color: #000;
}

.fc-content-skeleton thead{
  border-color: transparent;
}
.fc button{
	background: transparent;
}
.fc-scroller {
	overflow-x: visible !important;
}
.fc-event-container{
	cursor: pointer;
}

.brochures .card-image{
	max-height: 90% !important;
	height: 70%;
	display: flex;
	justify-content: center;
}
.brochures .card-image img{
	flex-shrink: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.ui-datepicker{
	background: #f0f0f0;
}
.li_a_font span{
	font-size: 13px !important;
}

#corporate img{
	width: 100px;
	margin-bottom: 20px;
}
.ui-datepicker-header{
	padding: 8px 20px;
}
.ui-datepicker-header select{
	display: block;
}
.mtz-monthpicker-month{
	text-align: center;
}

article.ct {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  height:1000px;
  position:relative;
}
article.ct ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
article.ct li {
  list-style:none;
  flex:1;
}
article.ct li:last-child {
  border-right:1px solid #DDD;
}
article.ct button {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-size:14px;
  font-weight:bold;
  height:60px;
  color:#999
}
article.ct li.active button {
  background:#F5F5F5;
  color:#000;
}
article.ct table { border-collapse:collapse; table-layout:fixed; width:100%; }
article.ct th { background:#F5F5F5; display:none; }
article.ct td,
article.ct th {
  height:53px;
  border:1px solid #DDD;
  padding:10px;
  empty-cells:show;
  text-align:left;
}
article.ct td+td,
article.ct th+th {
  text-align:center;
  display:none;
}
article.ct td.default {
  display:table-cell;
}
article.ct .bg-blue {
  border-top:3px solid #0097CF;
}
article.ct .ct-hide {
  border:0;
  background:none;
}

@media (min-width: 850px) {
  article.ct ul {
    display:none;
  }
  article.ct td,
  article.ct th {
    display:table-cell !important;
    width: 230px;
  }
  article.ct td+td, article.ct th+th {
    width: auto;
  }
}
.dtp .p10 &gt; a {
	color: #ffffff !important;
	text-decoration: none;
	font-size: 1.4rem;
}
.dropdown-content li&gt;span&gt;label {
	top: -10px;
}

.full-bordered table,
.full-bordered th,
.full-bordered td{
	border: 1px solid #CCC;
}
table.striped&gt;tbody&gt;tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.input-field input.box{
	background: #FFF;
	padding: 5px;
	height: 37px;
	vertical-align: top;
	border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
}

#social-media .social-icons li{
	display: inline-block;
	padding-right: 10px;
}
#social-media .social-icons a{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #CCC;
	color: #FFF;
	border-radius: 50%;
	font-size: 1.3rem;
}
#social-media .social-icons .facebook{
	background: #3b5998;
}
#social-media .social-icons .twitter{
	background: #55acee;
}
#social-media .social-icons .youtube{
	background: #bb0000;
}
#social-media .social-icons .instagram{
	background:
  /* left bottom*/
  radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
  radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
  /*left top*/
  radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
  radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
  /*right top*/
  radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
  radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
  /*right bottom*/
  radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),

  /*create a base coat to smooth corner gradients*/
  linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}</pre></body></html>