@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: 'Montserrat', 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: 'Montserrat', sans-serif;font-size:12px;color: #6d6e71;}
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;
  }
}

.logo-bar{border-bottom: 1px solid #b3b4b6;}
.logo{display: inline-block;padding: 10px 0;float: left;}
.logo-right{text-align: right;}
.logo-right ul li{display: inline-block;float: right;color: #58595b;margin-left: 30px;padding: 24px 0;}
.logo-right ul li a{color: #58595b;}
.logo-right ul li a:hover{color: #ff7c00; }
.email-m{display: none;}
#language-bar span{padding-right: 8px;}
.flag-menu {position:relative;float: right;display: none;}
.flag-menu > a{/*width: 150px;*/display: block;text-align: right;}
.flag-menu ul {background:#333;padding:0;right:-14px;top:15px;
	position:absolute;transform:scaleY(0);opacity: 0;transition:all .3s ease 0;width:150px;
	z-index:99999;padding:5px 0}
.flag-menu ul li {padding:0;margin: 0;width: 100%;text-align: left;}
.flag-menu ul li a {display:inline-block;padding:5px 15px;text-decoration:none;color:#fff;font-size: 12px;}
.flag-menu ul li a img {width:20px;margin-right:8px}
.flag-menu:hover ul {opacity:1;transform:scaleY(1)}
.flag-menu:hover ul li {display:block;border:0!important;padding:0}
.flag-menu:hover ul li:last-child {border:0!important}
.flag-menu:hover ul li a {display:block;color:#fff;text-transform:inherit;}
.flag-menu:hover ul li a:hover {color:#1f83b1}
@media(max-width:991px) and (min-width:768px){
	#language-bar span{display: none;}
}
@media(max-width:767px){
	#language-bar{display: none;}
	.flag-menu {display: block;}
}

.menu-bar{text-align: right;padding: 17px 0}
.menu-bar li{display: inline-block;}
.menu-bar li a{display: block;padding: 8px 15px;text-transform: uppercase;color: #58595b;border-radius: 15px;}
.menu-bar li a:hover{background: #e5bf23;border-radius: 15px;color: #fff;}

@media(max-width:991px){
	header .pnl-container{width: 100%;}
	.menu-bar{text-align: center;}
	.menu-bar li a{background: #79af33;border-radius: 15px;color: #fff;}
}
@media(max-width:791px){
	.email-m{display: inline-block;}
	.email-d{display: none;}
	.menu-bar{padding: 10px 0 5px;}
	.menu-bar li{margin-bottom: 5px;}
}
@media(max-width:530px){
	.logo-right li.lang-link{padding: 25px 0;}
	.logo-right li.email-link, .logo-right li.phone-link{width: 50%;display: inline-block;margin: 0;text-align: center;padding: 10px 0;box-sizing: border-box;border-top: 1px solid #b3b4b6;}
}

.home-slider{position: relative;padding-bottom: 55px;}
.pnl-q-nav{position: absolute;width: 55%;bottom:0;left:0;right:0;margin-left: auto;margin-right: auto;background: #fff;z-index: 2;border-radius: 5px;overflow: hidden;box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);}
.pnl-q-nav .item{width: 25%;float: left;box-sizing: border-box;
	display: block;text-align: center;padding: 20px 0;
}
.pnl-q-nav .item i{display: block;width: 24px; height: 24px;margin: 0 auto;background-image: url(../../images/icons-sprite.png);}
.pnl-q-nav .item strong{text-transform: uppercase;display: block;color: #6d6e71;font-weight: 400;padding: 10px 0;font-size: 14px;}
.pnl-q-nav .item span{font-size: 11px;color: #a1a1a3;transition:ease-in .3s;}
.pnl-q-nav .item-2 i{background-position: 0 -150px;}
.pnl-q-nav .item-3 i{background-position: 0 -300px;}
.pnl-q-nav .item-4 i{background-position: 0 -450px;}
.pnl-q-nav .item:hover{background: #f0f0f1;}
.pnl-q-nav .item-1:hover span{color: #4582ff;}
.pnl-q-nav .item-2:hover span{color: #009673;}
.pnl-q-nav .item-3:hover span{color: #f86923;}
.pnl-q-nav .item-4:hover span{color: #d91897;}

@media(max-width:1199px){
	.pnl-q-nav{width: 75%;}
}
@media(max-width:767px){
	.home-slider{padding-bottom: 0;}
	.pnl-q-nav{width: 95%;position: relative;margin-top: 15px;background: #f0f0f1;}
	.pnl-q-nav .item{padding: 10px 0;}
	.pnl-q-nav .item strong{padding: 5px 0;font-size: 12px;}
}
@media(max-width:550px){
	.pnl-q-nav .item{width: 50%;text-align: left;padding: 10px 15px;box-sizing: border-box}
	.pnl-q-nav .item i{float: left;margin-bottom: 15px;margin-right: 15px;}
}
@media(max-width:370px){
	.pnl-q-nav .item{width: 100%;}
}

.section-desti{padding: 50px 0 0;}
.section-desti .heading-div h2{font-size: 34px;font-weight: 100;margin: 0;padding: 0;line-height: 34px;text-align: center;}
.section-desti .heading-div h2 strong{font-weight: 800;color: #e5bf23;}
.section-desti .wrapper{padding-top: 50px;}
.section-desti .col-3, .section-desti .col-9{float: left;box-sizing: border-box;padding: 0 15px;margin-bottom: 30px;}
.section-desti .col-9{width: 66.6666%;}
.section-desti .col-3{width: 33.3333%;}
.pnl-desti{box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);text-align: center;overflow: hidden;border-radius: 5px;display: block;color: #6d6e71;}
.pnl-desti img{width: 100%;border-radius: 5px;}
.pnl-desti span{display: block;padding: 10px 0;font-size: 14px;text-transform: uppercase;}
.pnl-desti:hover{box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);background: #f0f0f1;color: #000;}

.pnl-attr, .pnl-pkgs{box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);overflow: hidden;
	border-radius: 5px;border: 1px solid #e3e3e3;
	display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap:wrap;
}
.pnl-attr .col-6, .pnl-pkgs .col-6{width: 50%;float: left;box-sizing: border-box;
	display: -webkit-flex;display: -ms-flexbox;display: flex;height: auto !important;
}
.pnl-attr .col-6 img, .pnl-pkgs .col-6 img{width: 100%;float: left;}
.attr-wrapper{padding: 10px 15px;}
.attr-wrapper li{display: block;float: left;width: 50%;line-height: 28px;}
.attr-wrapper li:nth-child(1){text-transform: uppercase;font-size: 14px;width: 100%;margin-bottom: 10px}
.attr-wrapper li a{color: #6d6e71;}
.attr-wrapper li a:hover{color: #f00;}

.pkgs-wrapper{padding: 15px 0;background: #684035;}
.pkgs-wrapper li{display: block;float: left;width: 100%;}
.pkgs-wrapper li:nth-child(1){text-transform: uppercase;font-size: 14px;width: 100%;margin-bottom: 10px;color: #fff;}
.pkgs-wrapper li a{display: block;color: #fff;padding: 8px 15px;}
.pkgs-wrapper li a:hover{background: #7a4b3f;}
.pkgs-wrapper li a span, .pkgs-wrapper li a i{display: block;float: left;}
.pkgs-wrapper li a span{width: 70%;}
.pkgs-wrapper li a i{width: 30%;}
.pkgs-wrapper li a::after{display:table; content:''; clear:both;}

@media(max-width:1199px){
	.section-desti .pnl-container{width: 100%;}
	.section-desti{padding: 20px 0}
	.section-desti .wrapper{padding-top: 20px;}
}
@media(max-width:1024px){
	.section-desti{padding: 20px 0 0;}
	.section-desti .col-3, .section-desti .col-9{padding: 0 7px;margin-bottom: 15px;}
	.pnl-desti span{font-size: 12px;}
}
@media(max-width:991px){
	.section-desti .col-3:nth-child(7){width: 100%;}
	.section-desti .col-9{width: 100%;}
}
@media(max-width:767px){
	.section-desti .heading-div h2{font-size: 22px;}
}
@media(max-width:600px){
	.pnl-attr .col-6:nth-child(1), .pnl-pkgs .col-6:nth-child(2){display: none;}
	.pnl-attr .col-6:nth-child(2), .pnl-pkgs .col-6:nth-child(1){width: 100%;}
	.attr-wrapper{background: #9854b3;}
	.attr-wrapper li, .attr-wrapper li a{color: #fff;}
	.attr-wrapper li a:hover{color: #fff;text-decoration: underline!important;}
}
@media(max-width:550px){
	.section-desti .pnl-container{padding-left: 5px;padding-right: 5px;}
	.section-desti .col-3{width: 50%;}
}

.home-form{background: #f86923;}
.inner-form{background: #23adf8;}
.home-form, .inner-form{border-radius: 5px;box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);overflow: hidden;}
.query-form span.textBlock {display: inline-block;font-size: 12px;color: #fff;margin: 10px 0 5px 0;
	margin-top: 10px;padding: 4px 8px;width: auto;
}
.home-form h6, .inner-form h6{text-align: center;color: #fff;font-size: 16px;text-transform: uppercase;margin: 15px 0 16px;padding: 0;}
.query-form .col-6{width: 50%;float: left;box-sizing: border-box;}
.query-form .col-12 {width: 100%;float: left;box-sizing: border-box;}
.query-form .col-6,
.query-form .col-12,
.query-form .col-6-12{margin-bottom: 10px;padding: 0 6px;}
.home-form .query-form{padding: 10px 5px 0;background: #374f99;}
.inner-form .query-form{padding: 10px 5px 0;background: #c8f2fe;}

.inner-form .query-form label, .home-form .query-form label{width: 100%;display: block;font-size: 12px;margin-bottom: 6px;text-align: left;}
.inner-form .query-form label{color: #000;}
.home-form .query-form label{color: #fff;}

.query-form .form-control, .query-form .form-control1 {display: block;width: 100%;height: 30px;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);
}
.query-form .form-control:focus, .query-form .form-control1:focus {box-shadow: 0 0 5px rgba(0, 0, 0, .8);
  
  }
.query-form .form-control1 { height:39px;padding: 6px 10px; }
.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(2){width: 40%;float: left;border-right: 1px solid #f68c04;}
.stdCode input:nth-child(3){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-control[readonly]{background-color: #eee;opacity: 1;}
.form-buttun-control{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: 5px;box-sizing: border-box;text-align: center;
}
.query-form .colorOrange {background: #ecb126;}
.query-form .colorRed {background: #ff6e68;}
.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: #000;}

.inner-form .btn-submit{color: #fff;background: #008AFF;}
.home-form .btn-submit{color: #000;background: #FFCE00;}
.home-form .btn-submit, .inner-form .btn-submit{transition: 0.5s;border-radius: 0;cursor: pointer; border-radius: 5px;
	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-form .btn-submit:hover, .home-form .btn-submit:hover{background: #FF711D;}

.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: #000;}

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

@media(max-width:991px){
	.home-form .col-6,
	.home-form .col-12:nth-child(5),
	.home-form .col-12:nth-child(8){width: 33.3333%;}
	
}
@media(max-width:767px){
	.home-form .col-6,
	.home-form .col-12:nth-child(5),
	.home-form .col-12:nth-child(8){width: 50%;}
}
@media(max-width:550px){
	.home-form .col-12:nth-child(5),
	.home-form .col-12:nth-child(8){width: 100%;}
}
/* @media(max-width:1099px) and (min-width:600px){
	.home-form .col-6, .home-form .col-12:nth-child(6), .home-form .col-12:nth-child(9){width: 33.3333%;}
	.home-form .form-optional i {width: 25%;}
}
*/

.section-testi{margin-bottom: 30px;}
.section-testi .wrapper{margin: 0 15px; background: #79af33;border-radius: 5px;box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);}
.section-testi .col-2{float: left;width: 50%;box-sizing: border-box;}
.pnl-testi{margin: 30px 15px 30px 30px;}
.pnl-testi .heading-div{margin-bottom: 30px;}
.pnl-testi .heading-div h5 {font-size: 34px;font-weight: 100;color: #fff;margin: 0;padding: 0;line-height: 34px;text-align: center;}
.pnl-testi .heading-div h5 strong{font-weight: 800;color: #e5bf23;}

.pnl-testi .div-testi{text-align: center;padding:0 20px 20px;}
.pnl-testi .testi-user{width: 64px;height: 64px;border-radius: 50%;margin: 0 auto;padding: 16px;box-sizing: border-box;}
.pnl-testi .profile1{background: #4582ff;}
.pnl-testi .profile2{background: #009673;}
.pnl-testi .profile3{background: #79af33;}
.pnl-testi .profile4{background: #f86923;}
.pnl-testi .profile5{background: #d91897;}
.pnl-testi .profile6{background: #cd2122;}
.pnl-testi .profile7{background: #ecc311;}
.pnl-testi p{margin: 20px 0;padding: 0;}
.pnl-testi .user-details{font-size: 11px;color: #dcebc8;}
.pnl-testi .heading{font-size: 17px;font-weight: 800;color: #fff;}
.pnl-testi .content {line-height: 23px;color: #fff;}
.pnl-testi .read-more{background: #e5bf23;color: #000;padding: 8px 15px;border-radius: 20px;text-transform: uppercase;}
.pnl-testi .read-more:hover{background: #d9ae00;}

.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;}

.why-us{border-left: 1px solid #fff;margin: 30px 30px 30px 15px;}
.why-us h5{font-size: 34px;font-weight: 100;color: #fff;margin: 0;padding: 0;line-height: 34px;text-align: center;}
.why-us h5 strong{font-weight: 800;color: #e5bf23;}
.why-us h6, .why-us p{color: #fff!important;}
.why-us h6{margin: 10px 0}
.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:1199px){
	.section-testi .pnl-container{width: 100%;}
}
@media(max-width:1024px){
	.section-testi .wrapper{margin: 0 7px;}
}
@media(max-width:767px){
	.section-testi{margin-bottom: 15px;}
	.section-testi .col-2{width: 100%;}
	.pnl-testi, .why-us{margin: 10px;}
	.why-us{padding-top: 10px;border-left: none;border-top: 1px solid #fff;}
	.pnl-testi .heading-div h5, .why-us h5{font-size: 22px;}
}
@media(max-width:550px){
	.section-testi .wrapper{margin: 0;}
}

/*
.pnl-why-us{padding: 40px 0 50px;display: none;}
.pnl-why-us .heading-div{margin-bottom: 50px;}
.pnl-why-us .heading-div h5 {font-size: 34px;font-weight: 100;color: #6d6e71;margin: 0;padding: 0;line-height: 34px;text-align: center;}
.pnl-why-us .heading-div h5 strong{font-weight: 800;color: #e5bf23;}
.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%;}
}
*/

.footerinner{text-align:center; line-height:20px; padding:20px 0 10px; overflow: hidden; clear: both;
	background: #3a2721;
}
.footerinner a{color:#fff; text-decoration:none;margin: 0 5px;}
.footerinner a:hover{text-decoration: underline!important;}
.footer-copyrgt{text-align:center; color:#fff; background:#1B3A56; padding:15px;}
.copyrgt, .powred{ float:left; width:100%; text-align:center;color: #fff;}
.powred{text-align:right;}
.powred img{ width:90%; margin-top:10px;}

@media (max-width:770px){
	.affi{width:80%;}
}


/* ------- Inner Page Styles------------- */
.inner-header{}
.inner-header::after{display:table; content:''; clear:both;}
.inner-header img{width: 100%;float: left;}

.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-main-body .pnl-small {overflow: hidden;}

.pnl-body-content{}
.breadcrumb{padding: 10px 15px;margin-bottom: 0px;background-color: #ececec;border-radius: 5px;}
.breadcrumb li{list-style:square; padding:0px 0;display: inline-block;}
.breadcrumb li a{color: #333;}
.breadcrumb > li + li::before {padding: 0 5px;color: #ccc;content: "/\00a0";}
.pnl-body-content p {text-align: justify;color: #333;line-height: 24px;font-family: 'arial';font-size: 13px;}
.para-highlight{background: #ececec;border-radius: 10px;padding: 12px 17px;border: 1px solid #DFDFDF}
.para-highlight1{background: #F00;border-radius: 10px;padding: 12px 17px;color: #fff!important;text-align: center!important;font-size: 16px!important;}
.para-highlight1 a{font-weight: bold;color: #fff;text-decoration: underline!important;}
.para-title{font-size: 16px;color: #008AFF;}
.pnl-body-content li{color: #333;line-height: 24px;font-family: 'arial';font-size: 13px;}
.pnl-body-content h1 {margin-bottom: 0;padding-bottom: 5px;font-size: 42px;font-weight: 100;}
.content-list li{line-height: 24px;color: #333;position: relative;padding-left: 20px;font-family: 'arial';font-size: 13px;}
.content-list li::before{content: '\25CF';color: #f7775e;opacity: 1;position: absolute;left: 0;}
.content-heading1{font-size: 18px;color: #ff7c00;}
.content-heading2{margin-bottom: 0;padding-bottom: 0;}
.content-heading2 strong{color: #000;padding: 8px 45px 8px 15px;border-radius: 5px 0 0 5px;
	background: rgb(229,191,35);
	background: -webkit-linear-gradient(left, rgba(229,191,35,1) 0%, rgba(229,191,35,0) 100%);
	background: -o-linear-gradient(left, rgba(229,191,35,1) 0%, rgba(229,191,35,0) 100%);
	background: linear-gradient(to right, rgba(229,191,35,1) 0%, rgba(229,191,35,0) 100%);
}
@media(max-width:1099px){
	.pnl-main-body .pnl-big{width: 100%;}
	.pnl-main-body .pnl-small{width: 100%;}
}
@media(max-width:991px){
	.section-body .pnl-container{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;}
}

.landing-wrapper{padding: 15px 0 0 0;margin-top: 20px;}
.landing-wrapper h5{font-size: 34px;font-weight: 100;margin: 0 0 25px;padding: 0;line-height: 34px;text-align: center;}
.landing-wrapper h5 strong{font-weight: 800;color: #e5bf23;}

.landing-wrapper .landing-block, .landing-wrapper .landing-block3{float: left;box-sizing: border-box;padding: 0 7px;margin-bottom: 30px;}
.landing-wrapper .landing-block{width: 20%;}
.landing-wrapper .landing-block3{width: 33.3333%;}

@media(max-width:767px){
	.landing-wrapper{padding: 0 5px;}
	.landing-wrapper h5{font-size: 22px;padding: 0 10px;}
	.landing-wrapper .landing-block{width: 50%;}
}

@media(max-width:500px){
	.landing-wrapper .landing-block{padding: 5px;margin-bottom: 5px;}
	.landing-wrapper .landing-block3{width: 50%;}
}

.popular-tours{margin-top: 25px;}
.popular-tours h4{font-size: 34px;font-weight: 100;margin: 0 0 25px;padding: 0;line-height: 34px;text-align: center;}
.popular-tours h4 strong{font-weight: 800;color: #e5bf23;}
.popular-tours .col-3{width: 33.3333%;float: left;box-sizing: border-box;padding: 0 15px;margin-bottom: 15px;}
.popular-tours .popular-pkg{border-radius: 5px;}
.popular-pkg img{width: 100%;float: left;border-radius: 5px 5px 0 0;}
.popular-pkg h5{clear: both;background: #f0f0f1;text-align: center;margin: 0;padding: 5px 0;font-weight: bold;line-height: 24px;border-radius: 0 0 5px 5px;}
.popular-pkg h5 span{display: block;font-size: 12px;font-weight: 100;}
.popular-pkg p{text-align: center;margin: 0;padding: 10px 0;}
.popular-pkg .details{text-align: center;}
.details a{font-size: 11px;border-radius: 15px;padding: 7px 15px;text-transform: uppercase;display: inline-block;color: #fff;margin-bottom: 3px;}
.details .viewdeatls{background: #374f99;}
.details .booknow{background: #f86923;}
.details .viewdeatls:hover{background: #14207E;}
.details .booknow:hover{background: #CD4600;}
@media(max-width:800px){
	.popular-tours .col-3{width: 50%;}
}
@media(max-width:767px){
	.popular-tours h4{font-size: 22px;padding: 0 15px;}
}
@media(max-width:550px) and (min-width:400px){
	.popular-tours .col-3{padding: 0 20%;}
}
@media(max-width:550px){
	.popular-tours .col-3{width: 100%;}
}

.tourquotebtn{float: right;padding: 3px 20px;color: #000;border-radius: 15px;margin: 10px;
	text-transform: uppercase;font-weight: 100;font-size: 11px;
	background: #FFCE00;transition: all .25s ease-in;
}
.tourquotebtn:hover{background: #000;color: #fff;}
.pkgttl{ color:#039; font-size:18px; padding-top: 15px;}


.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;}
.quick-fixed-nav li:nth-child(1) a{background: #4582ff}
.quick-fixed-nav li:nth-child(2) a{background: #009673}
.quick-fixed-nav li:nth-child(3) a{background: #f86923}
.quick-fixed-nav li:nth-child(4) a{background: #d91897}
.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: #333;}
@media(max-width:767px){
	.footerinner{margin-bottom: 47px;}
	.quick-fixed-nav{display: block;}
}
.maillink{color: #f00;}

.q-links{background: #efefef;border-radius: 5px;text-align: center;padding: 8px 10px;margin-top: 15px;}
.q-links li{display: inline-block;margin: 0 10px 0 0;}
.q-links li:nth-child(2){border-left: 1px solid #999;padding: 0 0 0 10px;}
.q-links li a{color: #ff7c00;font-weight: bold;font-size: 16px;}
.q-links li a:hover{text-decoration: underline!important;}