@charset "utf-8";
/* CSS Document */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


h1,h2,h3,h4,h5,h6{ 
		letter-spacing:0px;
		font-family: 'Lato', sans-serif;
		font-weight:normal;
		position: relative;
		padding: 0 0 10px 0;         
		font-weight:normal;
		/*line-height:1.8;*/
		pnl-color:#333;
	}
h1 {
		font-size: 28px; 
	}
h2 {
		font-size: 28px; 	
	}
h3{
		font-size: 18px; 
	}
h4{
		font-size: 16px; 		
	}
h5{
		font-size: 14px; 		
	}
h6{
		font-size: 14px;  	
	}
a {
		pnl-color:#696969;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		text-decoration:none !important; 
	}
p {
	    line-height: 19.5px;
	}
img.aligncenter{
		display:block;
		text-align:center;
		display: block;
		margin:0 auto 20px auto;
		padding:0px;
		border:0px;
		background:none;
	}
img.alignleft{
		float:left;
		margin: 6px 20px 6px 0;
		display: inline;
		border:0px;
		background:none;
		padding:0;
		display:block;
	}
img.alignright{
		padding:0;
		float:right;
		margin: 6px 0 6px 20px;
		border:0px;
		display:block;
		background:none;
	}
::selection {
		background: #333; /* Safari */
		color:#fff;
	}
::-moz-selection {
		background: #333; /* Firefox */
		color:#fff;
	}
blockquote {		 
		font-size:16px;
		line-height: 23px;
		font-family: 'Droid Serif', Georgia, "Times New Roman", serif;
		font-weight:normal;
		font-style:italic;	   
		position:relative;  
		width:auto;
	}
blockquote small {
		display: block;
		margin-top: 20px;
	}
pre {
		line-height:18px;
		margin-bottom:18px;
	}
.btn,
a {
		outline:0 !important;
		text-decoration: none !important;
	}
ins {
		text-decoration:none;
	}
sup {
		bottom: 1ex;
	}
sub {
		top: .5ex;
	}
p	{
		padding:0 0 15px 0;
	}	
.check li:before {
		content: "\f00c";
		font-family: "FontAwesome";
		font-size: 16px;
		left: 0;
		color:#242424;
		padding-right:5px;
		position: relative;
		top: 2px;
	}
.check li {
		font-size:14px;
		list-style:none;
		margin-bottom:4px;
	}
.check {
		margin-left:0; 
		padding-left:0
	}

ul { margin:0; padding:0; list-style:none; }
body { margin:0; padding:0;font-family: 'Lato', sans-serif;font-size:14px; }
a { outline:none; transition:ease-in .3s; }
.clear-left { clear:left;}
.clear-right { clear:right;}
.clear-both { clear:both;}

.pnl-container {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;box-sizing: border-box;}
@media (min-width: 768px) {
  .pnl-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .pnl-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .pnl-container {
    width: 1170px;
  }
}

.pnl-header{position: absolute;width: 100%;top: 0;z-index:11;}
.call-for-action{width: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.4);}
.call-for-action ul.pull-right{float: right;}
.call-for-action ul.pull-left{float: left;}
.call-for-action li{display: inline-block;float: left;font-size: 12px;text-transform: uppercase;}
.call-for-action li.action1{box-sizing: border-box;color: #fff;padding: 9px 15px;border-right: 1px solid rgba(255, 255, 255, 0.4);}
.call-for-action li.action2{padding: 9px 15px;border-right: 1px solid rgba(255, 255, 255, 0.4);}
.call-for-action li.action3{padding: 9px 15px;border-left: 1px solid rgba(255, 255, 255, 0.4);}
.call-for-action li.action2 a, .call-for-action li.action3 a, .call-for-action li.action4 a{color: #fff;}
.call-for-action li.action2 a:hover, .call-for-action li.action3 a:hover, .call-for-action li.action4 a:hover{color: #e00d4e; }

@media(max-width:500px){
	.call-for-action ul.pull-right{display: none;}
	.call-for-action ul.pull-left{width: 100%;}
	.call-for-action li{width: 50%;box-sizing: border-box;text-align: center;background: rgba(0, 0, 0, .5)}
	.call-for-action li.action2{border: none;}
}

.pnl-logo{}
.logo-header{float: left;}
.logo{float: left;padding: 10px 15px;color: #fff;text-transform: uppercase;font-size: 32px;font-weight: 700;}
.logo img{width: 100%;}
.logo-header span.tagline{display: block;margin-top: 0;font-size: 12px;text-align: right;text-shadow: none;font-weight: 400;}

@media(max-width:400px){
	.logo-header {width: 85%;}
	.logo-header span.tagline{text-align: left;}
	.logo{font-size: 27px;}
}
@media(max-width:350px){
	.logo-header {width: 73%;}
}
.pnl-nav-bar{float: right;}
.topnav .icon {
	display: none;float: left;color: #f2f2f2;background: #333;text-align: center;
	padding: 14px 16px;text-decoration: none;font-size: 17px;
}
.dropdown {float: left;overflow: hidden;}
.dropdown .dropbtn, .mobile-menu {color: #fff;border: none;outline: none;padding: 13px 15px;background-color: inherit;
	margin: 0;text-transform: uppercase;cursor: pointer;
}
.main-menu{padding: 15px 0 16px}
.mobile-menu, .main-tour-package{display: none;}
.dropdown-content {display: none;position: absolute;background-color: #fff;min-width: 200px;z-index: 10;
	border-radius: 5px;padding: 10px 5px 5px;}
.dropdown-content a {color: #666;padding: 7px 16px;text-decoration: none;display: block;text-align: left;
	position: relative;border-bottom: 1px dashed rgba(31, 31, 31, 0.1);
}


.dropdown-more-btn{background: #e00d4e;color: #fff!important;text-transform: uppercase;border-radius: 5px;text-align: center!important;font-size: 12px;font-weight: bold;}
.dropdown-more-btn:hover{background: #008dff}
.topnav a:hover, .dropdown:hover .dropb {color: #e00d4e;}
.dropdown:hover .dropdown-content {display: block;}

@media screen and (max-width: 991px) {
	.dropdown:hover .dropdown-content {display: none;}
	.main-menu{background: rgba(0, 0, 0, 0.85);padding: 0}
	.pnl-nav-bar{float: none;}
	.topnav a:not(:first-child), .dropdown .dropbtn {display: none;}
	.topnav a.icon {float: right;display: block;margin: 20px 0 0 0;}
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {position: absolute;right: 0;top: 0;}
    .topnav.responsive a {display: block;text-align: left;color: #fff;}
	.topnav.responsive a:hover{text-decoration: underline!important;}
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {display: none;width: 100%;text-align: left;padding: 15px 20px;}
	.mobile-menu{display: block;width: 100%;text-align: left;padding: 15px 20px;}
	.main-tour-package{display: block;padding: 15px 20px;text-transform: uppercase;color: #000;}
}
.main-menu{clear: both;}
.sticky {position: fixed;top: 0;width: 100%;background: rgba(0, 0, 0, 0.6);}

.page-header{background-image: url(../../images/slide02.jpg);height: 100vh;background-repeat: no-repeat;
	background-size: cover;background-position: top center;}
.page-header .wrapper{height: 100vh;display: table;width: 100%;}
.page-header .wrapper .header-content{display: table-cell;vertical-align: middle;text-align: center;}

.header-content .header-col2{width: 50%;float: left;box-sizing: border-box;}
@media(max-width:991px){
	.header-content .header-col2:nth-child(1){display: none;}
	.header-content .header-col2:nth-child(2){width: 100%;}
}


.header-content .tour-package{padding: 0 15px;margin-top: 100px;}
.tour-package .package-img{width: 160px;height: 160px;border-radius: 50%;
	display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
	border:5px solid #fff;
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.16);
}
.package-img img{border-radius: 50%;}
.tour-package .badge-meta{
width: 180px;
padding: 8px 0;
margin: 25px auto 0;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 30px;
border: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;font-weight: 400;font-size: 12px;letter-spacing: .15em;}

.tour-package h2{font-size: 3vw;color: #fff;font-weight: 700;text-shadow: 0 7px 10px rgba(0, 0, 0, 0.16);margin: 30px 0;padding: 0;}
.tour-package p{color: #fff;margin: 0;padding: 0;font-weight: 600;text-shadow: 0 5px 5px rgba(0, 0, 0, 0.8);}
.tour-package .btn, .tour-package .btn2 {margin-top: 30px;padding: 11px 30px;font-size: 18px;border-radius: 30px;
	display: inline-block;transform: ease-in all .2s;color: #fff;
}
.tour-package .btn{background-color: #e00d4e;}
.tour-package .btn2{background-color: #333;}
.tour-package .btn:hover, .tour-package .btn2:hover{background-color: #008dff;}
/*@media(max-width:767px){
	.header-content .pnl-container{width: 400px;}
	.tour-package h2{font-size: 28px;}
	.tour-package .btn, .tour-package .btn2 {padding: 12px 20px;}
	.tour-package .package-img{display: none;}
}
@media(max-width:420px){
	.header-content .pnl-container{width: 280px;}
	.tour-package .badge-meta{margin-top: 0;}
	.tour-package h2{margin:10px 0}
	.tour-package .btn, .tour-package .btn2{margin-top: 10px;font-size: 12px;}
}*/

.section-intro{padding: 50px 0;}
.section-intro h1{text-align: center;font-size: 34px;margin: 0;padding: 0;}
.section-intro p{text-align: center;padding: 0;}
.section-intro .more-link{margin-top: 30px;padding: 12px 20px;font-size: 12px;border-radius: 20px;
	text-transform: uppercase;display: inline-block;transform: ease-in all .2s;color: #fff;background-color: #e00d4e;
}

.section-blocks{background: #F7F8FA;padding: 50px 0 20px;}
.section-blocks .pnl-container{
	display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap:wrap;
}

.section-blocks .col1x{width: 33.33333%;float: left;box-sizing: border-box;padding:0 15px;margin-bottom: 30px;
	display: -webkit-flex;display: -ms-flexbox;display: flex;height: auto !important;}
.section-blocks .col2x{width: 66.66666%;float: left;box-sizing: border-box;padding:0 15px;margin-bottom: 30px;
	display: -webkit-flex;display: -ms-flexbox;display: flex;height: auto !important;}

.highlight1{ border: 1px solid #E5E5E5;background: #fff;width: 100%;box-shadow: 5px 5px 20px rgba(54, 54, 54, 0.1);border-radius: 5px;}
.highlight1 .image-div img{width: 100%;border-radius: 5px 5px 0 0}
.highlight1 .content-div{padding: 14px 20px;}
.highlight1 .content-div li{display: inline-block;width: 50%;float: left;line-height: 24px;}
.highlight1 .content-div li a{color: #333;display: block;position: relative;padding-left: 15px}
.highlight1 .content-div li a::before{content: '\25CF';color: #f7775e;opacity: 1;position: absolute;left: 0;}
.highlight1 .content-div li a:hover{color: #e00d4e;}

.highlight1 .content-div h3{display: block;width: 100%;font-size: 14px;margin: 5px 0 15px 0;padding: 0;}
.highlight1 .content-div h3 a{text-transform: uppercase;color: #e00d4e;font-weight: 600;}
.highlight1 .content-div h3 a:hover{color: #008dff;}
.highlight1 .content-div .more-btn{margin-top: 10px;padding: 8px 15px;font-size: 12px;border-radius: 20px;
	text-transform: uppercase;display: inline-block;transform: ease-in all .2s;color: #fff;
	background-color: #e00d4e;
}
.highlight1 .content-div .more-btn:hover{background: #008dff;}
.highlight1 .div-testi{text-align: center;padding:25px 20px 20px;}
.highlight1 .testi-user{width: 64px;height: 64px;border-radius: 50%;margin: 0 auto;padding: 16px;box-sizing: border-box;}
.highlight1 .profile1{background: #4582ff;}
.highlight1 .profile2{background: #009673;}
.highlight1 .profile3{background: #79af33;}
.highlight1 .profile4{background: #f86923;}
.highlight1 .profile5{background: #d91897;}
.highlight1 .profile6{background: #cd2122;}
.highlight1 .profile7{background: #ecc311;}
.highlight1 p{margin: 20px 0;padding: 0;}
.highlight1 .user-details{font-size: 11px;color: #999;}
.highlight1 .heading{font-size: 17px;font-weight: 600;color: #666;}
.highlight1 .content {line-height: 23px;color: #666;}
.highlight1 .read-more{background: #333;color: #fff;padding: 8px 15px;border-radius: 20px;font-size: 12px;text-transform: uppercase;}
.highlight1 .read-more:hover{background: #999;}

.owl-nav .owl-prev, .owl-nav .owl-next{height: 24px;width: 24px;background: #DCDCDC!important;}
.owl-nav .owl-prev span, .owl-nav .owl-next span{display: block;height: 20px;width: 24px;}

@media(max-width:991px){
	.section-blocks .col1x{width: 50%;padding: 0 5px;margin-bottom: 10px;}
	.section-blocks .pnl-container{padding-left: 5px;padding-right: 5px;}
	.highlight1 .content-div{padding: 7px 10px;}
}
@media(max-width:550px){
	.highlight1 .content-div ul, .highlight1 .content-div .more-btn{display: none;}
	.highlight1 .content-div h3{margin-bottom: 9px;text-align: center;}
	.section-blocks .col1x:nth-child(3){display: none;}
	.section-blocks .col1x:nth-child(6){width: 100%;}
}

.section-home-tour{padding: 50px 10px;text-align: center;}
.section-home-tour .heading-div{text-align: center;margin-bottom: 60px;}
.section-home-tour .heading-div h2{margin: 0;padding: 0;font-size: 34px;}
.home-tour{text-align: center;box-sizing: border-box;padding-top: 10px;}
.home-tour .img-holder{width: 160px; height: 160px;margin: 0 auto;position: relative;}
.img-holder .duration{position: absolute;background: #e00d4e;color: #fff;font-weight: 700;
	font-size: 12px;padding: 6px 12px;border-radius: 17px;top: -10px;left: 35px; width: 90px;box-sizing: border-box;
}
.home-tour .img-holder img{border-radius: 50%;}
.home-tour ul{margin-top: 15px;}
.home-tour ul li:nth-child(1){color: #e00d4e;font-size: 16px;font-weight: 700;margin-bottom: 10px;}
.home-tour ul li{font-size: 12px;}
.home-tour ul li.li-btn{display: block;float: left;width: 50%;margin-top: 15px;}
.home-tour ul li a{display: block;color: #fff;padding: 8px 15px;border-radius: 20px;margin: 0 5px;text-transform: uppercase;}
.home-tour ul li a.btn-one{background: #008dff}
.home-tour ul li a.btn-two{border: 2px solid #666;color: #666;padding: 6px 13px;}
.home-tour ul li a.btn-one:hover{background: #e00d4e}
.home-tour ul li a.btn-two:hover{background: #666;color: #fff;}

.section-home-tour .more-link{margin-top: 50px;padding: 12px 20px;font-size: 18px;border-radius: 30px;
    display: inline-block;color: #666;border: 2px solid #999;
}
.section-home-tour .more-link:hover{background:#999;color: #fff;}

@media(max-width:767px){
	.section-intro, .section-blocks, .section-home-tour{padding-top: 15px;padding-bottom: 15px;}
	.section-intro h1, .section-home-tour .heading-div h2{font-size: 22px;}
	.section-home-tour .heading-div{margin-bottom: 20px;}
}


.pnl-why-us{padding: 40px 0 50px;background: #F7F8FA;}
.pnl-why-us .heading-div{margin-bottom: 50px;}
.pnl-why-us .heading-div h5 {text-align: center;color: #bcbecb;font-size: 34px;margin: 0;padding: 0;}
.pnl-why-us .pnl-col-4{width: 33.3333%;float: left;position: relative;box-sizing: border-box;}
.services1, .services2, .services3{text-align: center;padding: 15px 15px 0;}
.services1 h6, .services2 h6, .services3 h6{margin: 10px 0 24px;padding: 0;font-size: 22px;font-weight: 100;}
.services1 p, .services2 p, .services3 p{margin: 0;padding: 0;color: #666;}
@media(max-width:767px){
	.pnl-why-us {padding: 15px 0 30px;}
	.pnl-why-us .heading-div h5{margin-bottom: 10px;}
}
@media(max-width:500px){
	.pnl-why-us .pnl-col-4{width: 100%;}
}

.section-footer{}
.section-footer .footer-link2{background: #012b72;padding: 30px 0}
.footer-link2 .col-2{width: 50%;float: left;box-sizing: border-box;padding:0 5px;}
.footer-link2 .left-div{text-align: left;}
.left-div ul{margin: 15px 0;}
.left-div ul li{display: inline-block;font-size: 12px;color: #fff;}
.left-div ul li:nth-last-child(even){padding: 0 10px;}
.left-div ul li a{color: #fff;text-transform: uppercase;}
.left-div p{margin: 0;padding: 0;font-size: 12px;color: #fff;}
.left-div p a{color: #fff;}
.footer-link2 .right-div{text-align: right;}
.right-div a{color: #fff;font-size: 12px;}
.right-div p{margin: 0;padding: 0;font-size: 12px;color: #fff;}
.right-div img{height: 39px;width: auto;}
.right-div .margin-class{margin: 15px 0;padding: 0;}
.pnl-awards{text-align: center;border-top: 1px solid #4d72b0;margin-top: 15px;padding-top: 15px;}

@media(max-width:991px){
	.section-footer .footer-link2 .pnl-container{width: 100%;}
}
@media(max-width:850px){
	.right-div img{height: auto;width: 100%;}
}
@media(max-width:780px){
	.pnl-awards img{width: 100%;}
}
@media(max-width:599px){
	.footer-link2 .col-2{width: 100%;}
	.footer-link2 .right-div{margin-top: 20px;}
	.footer-link2 .left-div, .footer-link2 .right-div{text-align: center;}
}

.quick-fixed-nav{width: 100%;z-index: 12;position: fixed;bottom: 0;display: none;}
.quick-fixed-nav li{display: inline-block;width: 25%;float: left;box-sizing: border-box;}
.quick-fixed-nav li a{padding: 8px 0;display: block;text-align: center;color: #fff;font-size: 10px;text-transform: uppercase;background: #e00d4e}
.quick-fixed-nav li a{border-right: 1px solid #fff;}
.quick-fixed-nav li:last-child a{border: none;}
.quick-fixed-nav li a:hover{background: #ee3874;}
@media(max-width:767px){
	.section-footer{margin-bottom: 47px;}
	.quick-fixed-nav{display: block;}
}



/*.page-header-inner{height: 50vh;background: url(../../images/inner-slide-img.jpg) no-repeat;background-repeat: no-repeat;
	background-size: cover;background-position: top center;}

.page-header-inner .wrapper{height: 50vh;display: table;width: 100%;}
.page-header-inner .wrapper .header-content{display: table-cell;vertical-align: middle;text-align: center;}
.page-header-inner .wrapper .header-content h5{font-size: 42px;color: #fff;font-weight: 100;}*/
.page-header-inner{position: relative;}
.page-header-inner img{width: 100%;}
.page-header-inner .banner-m{display: none;}
.page-header-inner .banner-d{display: block;}
.page-header-inner .wrapper{position: absolute;width: 100%;height: 100%;top: 0;}
.page-header-inner .header-content{display: table;height: 100%;width: 100%;}
.page-header-inner .wrapper-text{display: table-cell;vertical-align: middle;text-align: center;
}
.page-header-inner .wrapper-text h5{/*font-size: 9vh;*/font-size:72px;color: #fff;
	font-weight: 100;text-shadow: 2px 2px 10px rgba(0, 0, 0, .7);}

@media(max-width:991px){
	.page-header-inner .wrapper-text h5{font-size: 6vh;margin-top: 25%;}
	.page-header-inner .wrapper{display: none;}
}
@media(max-width:767px){
	.page-header-inner .banner-m{display: block;}
	.page-header-inner .banner-d{display: none;}
}

.section-body{padding-top: 25px;padding-bottom: 30px;}
.pnl-main-body{}
.pnl-main-body .pnl-big{width: 65%;float: left;box-sizing: border-box;padding:0 10px;}
.pnl-main-body .pnl-small{width: 35%;float: left;box-sizing: border-box;padding:0 10px;}

.pnl-body-content{}

.template-links{padding: 14px 20px;text-align: center;border-bottom: 1px solid #eeeeee;}
.template-links li{display: inline-block;margin: 5px 4px 5px 3px}
.template-links li:nth-child(1){display: block;font-weight: bold;padding-bottom: 10px;margin-bottom: 10px;}
.template-links li:last-child a{background: #f04867; color:#ffffff;}
.template-links li a{display: block;border: 1px solid #f04867;padding:5px 14px 6px;border-radius: 20px;color: #333;font-size: 13px;text-align: center;}
.template-links li a:hover{background: #f04867; color:#ffffff;}
.template-head{display: block;width: 100%;text-transform: uppercase;font-size: 12px;font-weight: bold;color: #999}
@media(max-width:599px){
	.template-links{padding: 7px 10px;}
	.template-links li{margin: 3px 2px;}
	.template-links li a{padding: 4px 12px 5px;}
}

.breadCrumb { background:#eeeeee; padding:10px 15px;color:#71700f;}
.breadCrumb a { color:#000; font-weight:bold; text-decoration:none;}
.pnl-body-content p {text-align: justify;color: #333;line-height: 24px;}
.pnl-body-content h1 {margin-bottom: 0;padding-bottom: 5px;font-size: 42px;color: #e00d4e;}
.enquiry-heading small{font-size: 15px;}
@media(max-width:500px){
	.enquiry-heading{text-align: center;font-size: 5vw!important;}
}

@media(max-width:1099px){
	.pnl-main-body .pnl-big{width: 100%;}
	.pnl-main-body .pnl-small{width: 100%;}
}
@media(max-width:500px){
	.section-body{padding-top: 10px;}
	.section-body .pnl-container{padding-left: 0;padding-right: 0;}
	.pnl-body-content h1 {font-size: 7.5vw;}
}

.right-links{margin-bottom: 15px;}
.right-links .heading{background: #e00d4e;padding: 5px 0;margin-bottom: 15px;}
.right-links .heading h4{margin: 0;padding: 0;text-align: center;color: #fff;font-weight: 400;font-size: 22px;}

.right-links li{display: inline-block;width: 50%;float: left;line-height: 24px;}
.right-links li a{color: #333;display: block;position: relative;padding-left: 15px}
.right-links li a::before{content: '\25CF';color: #f7775e;opacity: 1;position: absolute;left: 0;}
.links-two-cols li{display: inline-block;float: left;width: 50%;}
.list-one-col li{width: 100%;}

.right-links-head{margin-top: 10px;}
.right-links-head li{display: block;}
.right-links-head li a{display: block;color: #333;border-top: 1px dashed #999;font-weight: 400;font-size: 16px;
	padding: 12px 0;
	}

.inner-right-form{}
.inner-right-form span.textBlock {display: inline-block;font-size: 12px;color: #fff;margin: 10px 0 5px 0;
	margin-top: 10px;padding: 4px 8px;width: auto;
}

.query-form{background: #fff;}
.query-form h6{color: #fff;background: #1e79d6;text-transform: uppercase;font-size: 11px;float: left;margin: 20px 0 0 20px;padding: 8px 20px;border-radius: 15px;}
.query-form form{padding: 24px 13px 13px;clear: both}
.query-form .col-6{width: 25%;float: left;box-sizing: border-box;}
.query-form .col-6-12{width: 25%;float: left;box-sizing: border-box;}
.query-form .col-12 {width: 75%;float: left;box-sizing: border-box;}
.standardform .col-6:after{display:table; content:''; clear:both;}
.query-form .col-6,
.query-form .col-12,
.query-form .col-6-12{margin-bottom: 15px;padding: 0 12px;}

.form-control-wrapper{position: relative;}
.form-control-wrapper i{display: block;width: 18px;height: 18px;position: absolute;bottom: 8px;right: 8px;}
.input-icon{background: url(../../images/icon-sprite.png) no-repeat;}
.name-icon {background-position: 0 0;}
.email-icon {background-position: 0 -28px;}
.phone-icon {background-position: 0 -56px;}
.date-icon {background-position: 0 -84px;}
.text-icon {background-position: 0 -112px;}


.query-form label{font-size: 11px;width: 100%;display: block;margin-bottom: 8px;text-transform: uppercase;color: #000;text-align: left;}
.query-form .form-control, .query-form .form-control1 {display: block;width: 100%;height: 39px;padding: 6px 10px;line-height: 1.42857143;background: #fff;border:none;box-sizing: border-box;color: #000;font-size: 13px; box-shadow: 0px 0px 4px rgba(54, 54, 54, 0.2);
}

.form-control ~ .focus-border,
.form-control1 ~ .focus-border{
	position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #e00d4e; transition: 0.4s;
}
.form-control:focus ~ .focus-border,
.form-control1:focus ~ .focus-border{width: 100%; transition: 0.4s;}

.query-form .form-control1 { height:39px;padding: 10px 0; }
.inputHolder .form-control { width:33.333% !important; float:left;}
.inputHolder1 .form-control { width:50% !important; float:left;}
.inputHolder2 .form-control { width:100% !important; float:left;}
.stdCode input:nth-child(3){width: 40%;float: left;border-right: 1px solid #f68c04;}
.stdCode input:nth-child(4){width: 60%;float: left;padding-left: 5px;}
.query-form textarea{font-family: 'Lato', sans-serif;font-size: 13px;}
.stdCode .form-control:last-child{border-left: 1px solid #c2a388;}
.form-buttun-control{margin-top: 21px;margin-bottom: 0;text-align: center;position: relative;}

.query-form span.textBlock {display: inline-block;font-size: 12px;color: #fff;margin: 10px 0 5px 0;
	margin-top: 10px;padding: 5px 10px;border-radius: 13px;box-sizing: border-box;text-align: center;
}
.query-form .colorOrange {background: #5ec23f;}
.query-form .colorRed {background: #c03832;}
.query-form .form-optional i {display: inline-block;width: 50%;float: left;font-style: normal;margin-bottom: 5px;}
.query-form .form-optional i span{color: #fff;}

.query-form .btn-submit{transition: 0.5s;color: #000;border-radius: 0;cursor: pointer;
	background: #FFCE00;	
	width: 100%;padding: 10px 25px 10px;font-size: 13px;font-weight: bold;line-height: 1.42857143;
	text-align: center;white-space: nowrap;vertical-align: middle;
	border: none;text-transform: uppercase;
}

.inner-right-form .form-heading{background: #008dff;padding: 25px;margin-top: 15px;
	text-transform: uppercase;text-align: center;
}
.form-heading p{margin: 0;padding: 0;color: rgba(255, 255, 255, .8);font-weight: bold;text-align: center}
.form-heading h5{padding: 0;margin: 0;font-size: 28px;color: #fff;font-weight: 900;}
.inner-right-form .query-form{border: 0;background: #012b72;}
.inner-right-form .query-form form{padding: 10px 6px 0;}
.inner-right-form .col-6{width: 50%;float: left;box-sizing: border-box;}
.inner-right-form .col-12 {width: 100%;float: left;box-sizing: border-box;}
.inner-right-form .col-6,
.inner-right-form .col-12,
.inner-right-form .col-6-12{margin-bottom: 10px;padding: 0 6px;}
.inner-right-form .query-form label{font-size: 10px;font-weight: 700;color: #fff;}


@media(max-width:1099px) and (min-width:600px){
	.inner-right-form .col-6, .inner-right-form .col-12:nth-child(6), .inner-right-form .col-12:nth-child(9){width: 33.3333%;}
	.inner-right-form .form-optional i {width: 25%;}
}

.main-enquiry-form{border: 1px solid #ccc;background: #fff;padding: 15px 5px;box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.25);}
.main-enquiry-form .query-form form {padding: 0;}
.main-enquiry-form .col-6{width: 33.3333%;float: left;box-sizing: border-box;}
.main-enquiry-form .col-12 {width: 100%;float: left;box-sizing: border-box;}


/*
@media(max-width:991px){
	.query-form .col-6{width: 33.33333%;}
	.query-form .col-12, .query-form .col-6-12 {width: 100%;}
	.query-form .btn-submit{width: auto;}
	.query-form .col-6:last-child{width: 100%;}
}
@media(max-width:767px){
	.query-form .col-6:nth-child(5){width: 66.66666%;}
}
@media(max-width:600px){
	.query-form form{padding: 14px 5px 13px;}
	.query-form .col-6, .query-form .col-12, .query-form .col-6-12{padding: 0 6px;}
	.query-form .col-6{width: 50%;}
	.query-form .col-6:nth-child(5), .query-form .col-6:nth-child(8){width: 100%;}
	.form-buttun-control{margin-top: 0}
	.query-form .form-alert{position: relative;display: block;clear: both;text-align: center;bottom: -10px;top: auto; right: 0;margin-top: 10px;}
}*/

.home-header-form{margin-top: 100px;}
.home-header-form h4{text-transform: uppercase;font-size: 22px;font-weight: 100;color: #fff;text-align: center;
text-shadow: 2px 2px 10px rgba(0,0,0,0.35);padding: 0;margin: 0 0 25px 0}
.home-header-form .form-control, .home-header-form .form-control1 {border:none;border-bottom:1px solid #f68c04;border-radius: 0; box-sizing: border-box;box-shadow: none; color: #000; display: block; font-size: 13px; width: 100%;}

.home-header-form .query-form .col-6 {width: 33.33333%;}
.home-header-form .query-form .col-12 {width: 100%;}
.home-header-form .query-form .col-6:nth-child(5) {width: 66.6666%;}
.home-header-form .query-form .form-control,
.home-header-form .query-form .form-control1 {height: 32px;padding: 2px 0;}

.home-header-form .query-form .btn-submit{background: #f46603;color: #fff;padding: 12px 25px;border-radius: 25px;font-size: 13px;font-weight: 	bold;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;width: auto;
	border: none;text-transform: uppercase;transition: ease-in .3s all;
    -ms-touch-action: manipulation;
	touch-action: manipulation;cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
    -ms-user-select: none;user-select: none;
}
@media(max-width:570px){
	.home-header-form .query-form .col-6,
	.home-header-form .query-form .col-6:nth-child(5){width: 50%;}
	.home-header-form .query-form h6{margin: 10px 0 0 10px;}
	.home-header-form .query-form form{padding: 15px 0 0;}
	.home-header-form h4{display: none;}
}


.right-why-us{width: 100%;margin-top: 15px;padding: 14px 20px 20px;box-sizing: border-box;
background: #008dff;
}
.right-why-us h5{color: #fff;text-align: center;text-transform: uppercase;font-size: 28px;font-weight: 700;margin: 0;padding: 0;line-height: 28px;}
.right-why-us h6, .right-why-us p{color: #fff;}
.right-why-us h6{margin: 10px 0}



.imgRight, .imgRightbig{float: right;margin-left: 15px;margin-bottom: 15px;}
.contentList li{line-height: 24px;color: #333;list-style: circle;
padding: 0 0 0 7px;margin-left: 15px;}

.rt-title{font-size:19px; border-bottom:#CCC solid 1px; width:100%; display:block; text-transform:capitalize; font-weight:normal; padding:20px 0 9px 0;text-align: center;}
.packagesbox{ margin-top:15px;}
.packagesbox div{margin-bottom: 15px;border-bottom: #CCC solid 1px;padding-bottom: 15px;width: 100%;}
.packagesbox div:last-child{border: none;}
.packagesbox div img{float: left;margin-right: 15px;}
.packagesbox div .wrapper{float: left;padding-left: 15px;width: 65%;}
.packagesbox div h4{margin: 0;padding: 0;color: #e00d4e;font-weight: bold;font-size: 18px;margin-bottom: 10px;}
.packagesbox div .enquirybtn{border-radius: 15px;padding: 5px 14px;font-size: 12px;color: #333;
	background: #008dff;color: #fff;
}
.packagesbox div .enquirybtn:hover{background: #FFCE00;color: #000;border-color: #FFCE00;}
.packagesbox div .bookbtn{border-radius: 15px;padding: 5px 14px;font-size: 12px;color: #333;
	background: #f79905;color: #fff;
}
.packagesbox div .bookbtn:hover{background: #ccc;color: #000;}

@media(max-width:610px){
	.packagesbox div img{width: 40%;height: 40%;}
}
.tourquotebtn{clear: left;overflow: hidden;}
.tourquotebtn a{float: right;padding: 10px 20px;color: #000;border-radius: 20px;
	text-transform: uppercase;font-weight: 700;font-size: 11px;
	background: #FFCE00;transition: all .25s ease-in;
}
.tourquotebtn a:hover{background: #000;color: #fff;}

.table-border {margin-top: 15px;margin-bottom: 15px;background:#c9cbca;}
.table-border td {border:1px solid #D7D4D4; padding:8px 10px;background: #fff;}
.table-border td.table-head {background: #f2f2f2;padding:12px 0;text-transform: uppercase;
	color:#333;text-align: center;font-size: 18px;
}

.hotstours{ margin-left: 20px;padding: 20px 0 20px 0;}
.hotstours .img-holder{float: right;width: 65%;}
@media(max-width:800px){
	.hotstours .img-holder{float: none;width: 100%;}
}
.hotstours img{width: 100%;}
.hotstours h1{font-size: 30px;margin-bottom: 30px;font-weight: normal;text-align: left;line-height: normal;}
.hotstours *{ box-sizing:border-box}
.hotstours ul{ width: 33%;float: left;}
.hotstours ul:last-child{border:none}

.hotstours ul { list-style-type:none; margin:0; padding:0; line-height:18px; }
.hotstours ul li { background:url(../../images/hand-cursor.png) no-repeat 0 5px; padding:0 0 0 30px;border-bottom: 1px dashed #bbae93;display: block;}
.hotstours ul li:last-child {border:none;}
.hotstours ul a { color:#000; text-decoration:none;font-weight: bold;display: block;padding: 8px 0}
.hotstours ul a:hover { color:#810000; text-decoration:underline; }

.pkg-name{font-size: 18px;}

.landing-wrapper{padding: 15px 0 30px 0;}
.landing-wrapper .landing-block{width: 33.333%;float: left;box-sizing: border-box;padding: 0 15px;margin-bottom: 30px;}
.landing-block a{display: block;background: #f7f7f7}
.landing-block a:hover{-webkit-box-shadow: 0px 0px 25px rgba(54, 54, 54, 0.4);box-shadow: 0px 0px 25px rgba(54, 54, 54, 0.4);}
.landing-block .landing-img img {width: 100%;border-radius: 5px 5px 0 0;}
.landing-block .landing-title{text-align: center;padding: 10px 0 15px;border-bottom: 2px solid #ececec;}
.landing-title {text-transform: uppercase;font-size: 14px;color: #333;font-weight: 700;}

@media(max-width:767px){
	.landing-wrapper{/*width: 70%;margin: 0 auto;*/}
	.landing-wrapper .landing-block{width: 50%;}
}
@media(max-width:500px){
	.landing-wrapper .landing-block{padding: 5px;margin-bottom: 5px;}
	.landing-title {font-size: 13px;}
}
@media(max-width:400px){
	.landing-title{font-size: 11px;}
}

.content-list-div{margin-bottom: 30px;}
.content-list-div img{width: 100%;}
.content-list-div ul{margin-top: 15px;
	-webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
}
.content-list-div ul li{display: block;margin-bottom: 10px;}
.content-list-div ul li a{display: block;padding: 5px 10px;background: #F7F8FA;color: #000;border-radius: 5px;border: 1px solid #ccc;}
.content-list-div ul li a:hover{background: #e00d4e;color: #fff;}

@media(max-width:550px){
	.content-list-div ul{margin-top: 15px;
	-webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
	}
}
@media(max-width:430px){
	.content-list-div ul{margin-top: 15px;
	-webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
	}
}

.moreLink{color: #f00;}

.tour-list-div{}

/*.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}*/



/* Tab links in tour packages */
.mg_hotel_nav2{float: left;width: 100%;overflow: hidden;text-align: center;margin: 20px 0 0 0;}
.mg_hotel_nav2 li{float: none;width: auto;display: inline-block;}
.mg_hotel_nav2 li a{float: left;font-size: 12px;font-weight: bold;position:relative;padding: 12px 22px;border-radius: 20px;
	line-height: normal;background-color: #f0f3f6;text-transform: uppercase;transition: all .3s ease-in-out;color: #696969
}
.mg_hotel_nav2 li.active a, .mg_hotel_nav2 li a:hover{background-color: #86bc42;color: #fff;}

.subTabLinks {margin: 0 3px 40px;text-align: center;font-size: 12px;background: none;border: none;}
.subTabLinks a, .subTabLinks a.normal {display: inline-block;color: #696969 !important;text-decoration: none;padding: 8px 17px;margin: 0 2px;background: #f0f3f6;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	border-radius: 20px;
}
.subTabLinks a:hover, .subTabLinks a.selected {background: #338abe;color: #FFF !important;text-decoration: none;}

.package-item{clear: both;padding-bottom: 10px;margin-bottom: 15px;border-bottom: 2px solid #eaeaea;}
.package-item:last-child{border: none;}
.package-item .package-img{float: left;width: 107px;}
.package-item .package-img img{border-radius: 50%;}
.package-details{margin-left: 117px;}
.package-details:after{display:table; content:''; clear:both;}
.package-details .tableHead{font-size: 22px;color: #212c64;}
.package-details .tableHead:hover{color: #1e79d6;}
.package-details p{line-height: normal;color: #666;font-size: 12px;padding: 0;margin: 10 0 0 0}
.package-details p strong{color: #fe3161;}
.book-now{display: block;margin-top: 5px;}
.book-now:after{display:table; content:''; clear:both;}
.book-now a{float: right;}
.book-now a:hover{background: #1e79d6;color: #fff;}
.book-now .link1{padding: 8px 20px;text-align: center;text-transform: uppercase;font-weight: bold;font-size: 12px;
-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;background: #1e79d6;color: #fff;display: block;margin-left: 5px;}

.book-now .link2{display: block;padding: 6px 20px;text-align: center;color: #fff;background: #f79905;font-size: 16px;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;}
.book-now .link1:hover{background: #f79905;}
@media(max-width:500px){
	.package-item .package-img{width: 62px;margin-right: 10px;}
	.package-item .package-img img{width: 100%;}
	.package-details{margin-left: 0;}
	.package-details .tableHead{line-height: 24px;}
}
.tableBorder { border:1px solid #D7D4D4;margin-top: 15px;}
.tableBorder td { border:1px solid #D7D4D4; padding:8px 10px;}
.tableBorder td.tableHead {background: #f46603;padding:12px 0;text-transform: uppercase;color:#fff;text-align: center;font-family: 'ZCOOL XiaoWei', serif;font-size: 18px; font-weight: bold;}
.tableBorder td.tableHead a { padding:5px; color:#D31311; text-decoration:none; }
.tableBorder td.tableHead a:hover { color:#000;}
.tableBorder .imgTd { padding:0px; }
.mb-xv{
	margin-bottom: 15px;
}
.pnl-body-content p.day-block{
	font-weight: bold;
	color: #000;
}