/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

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

footer {
    margin: 50px 0;
}


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
h1,h2,h3,h4,h5,h6{ 
		letter-spacing:0px;
		font-family: 'Open Sans', sans-serif;
		font-weight:normal;
		position: relative;
		padding: 0 0 10px 0;         
		font-weight:normal;
		/*line-height:1.8;*/
		color:#2c3f4b;
	}
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 {
		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: #80c435; /* Safari */
		color:#fff;
	}
::-moz-selection {
		background: #80c435; /* 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 20px 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: 'Open Sans', sans-serif; font-size:15px; }
a { outline:none; transition:ease-in .3s; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.clearBoth { clear:both; }


.navbar{border-radius: 0;}
.topNav {margin-top: 28px;}
@media (max-width:991px){
	.topNav {background: rgba(0,0,0,.7);/*width: 100%;padding: 0 7%;*/}
}
.topNav > li > a  {font-size: 14px;}
.topNav > li > a:hover {}
.nav > li > a {padding: 10px 20px;}

.dropdown-menu{border: none;padding-bottom: 0;}
.menuImg{padding: 10px 20px; display: none;}
@media(min-width:768px){
	.menuImg{display: block;}
}
.dropdown-menu img {width: 100%;}
.dropdown-menu > li > a {padding: 9px 20px;}
.dropdown-menu > li > a:hover {background:#f4f5f8;color: #297cbb;}
.dropdown-menu > li > img {width: 100%;}
.dropdown-menu li.moreListbtn a{background: #1b66a5;color: #fff;text-transform: uppercase;text-align: center;
	border-radius: 0 0 3px 3px;padding: 18px 20px;font-size: 12px;}
.dropdown-menu li.moreListbtn a:hover{background: #388bca;}
.navbar-inverse .navbar-nav > li > a {color: #000;border-radius: 21px;}
.navbar-inverse .navbar-nav > li > a:hover {color: #000;background-color: #ffcc29;opacity: 1;}
.navbar-collapse{box-shadow: none;border-color: transparent !important;}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
.dropdown-menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 9px;
	margin-left: -9px;
}
.loginLink{text-align:center;background: #ffcc29; color: #000;border-radius: 20px;/*padding: 4px 19px!important;
	margin-top: 5px;border: 1px solid #ffcc29*/;}
.loginLink:hover{/*border: 1px solid #ffcc29;*/ background: #00a651!important;color: #fff!important;}
.brand-logo-mobile, .brand-logo-desktop{float: right;margin-left: 10px;padding: 10px 0;}
.brand-logo-mobile{display: none;}
.brand-logo-mobile img, .brand-logo-desktop img{width: 100%;max-height: 71px;}
/* styles to make mainmenu on hover*/

@media(min-width:768px){
.navbar-nav > li > .dropdown-menu {
   border-radius: 3px;background: #fff ;min-width: 220px;left: 50% !important; margin-left: -110px;}
.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: #000;border-radius:3px;color: #fff;}
li.dropdown:hover > .dropdown-menu {
    display: block;}
.navbar-right{margin-right: 0;}
}

.mainMenuHome{height: auto; border: none;box-shadow: 0 1px 6px rgba(57,73,76,.35);margin-bottom: 10px;
    background: #fff;
}
.mainMenuHome .navbar-brand > img {
  width: 120px;
  height: auto;
}
.mainMenuHome .navbar-brand {height: auto;padding-top: 10px;padding-bottom: 10px;}
.mainMenuHome .menuWrapper {/*padding: 25px 0 0 0;border-bottom: 1px solid rgba(255, 255, 255, 0.38) !important;*/}
.mainMenuBg{background: #286043;transition: ease all .5s;}
.mainMenuBg .menuWrapper{padding: 5px 0;border: none;}

@media (max-width: 400px) {
	/*.navbar-brand{width: 78%}*/
	.navbar-brand > img{width: 100%;}
}
@media (max-width: 1199px) {
    .mainMenuHome .container{width: 100%;}
    .nav > li > a{padding: 10px 15px;}
}
@media (max-width: 991px) {
    .mainMenuHome .navbar-brand > img{width: 95px;}
    .brand-logo-mobile{display: block;}
    .brand-logo-desktop{display: none;}
    .navbar-inverse .navbar-toggle{border-color: #fff;margin-top: 22px;margin-right: 0;background-color:#333}
	.topNav > li > a{border-bottom: 1px solid #595959;padding: 15px;}
    .navbar-inverse .navbar-nav > li > a:hover {color: #fff !important;}
	.dropdown-menu::before{border: none;}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #fff;
  }
	.loginLink{margin: 10px 20px;}
	.topNav > li:last-child{/*max-width: 120px;*/text-align: center;padding-left: 10px;padding-right: 10px;}
	.mainMenuHome .menuWrapper {padding: 0; border-bottom:none;}
    .navbar-inverse .navbar-nav > li > a {color: #fff !important;}
}
@media (max-width: 767px) {
    .navbar-brand{padding: 0;}
    .topNav > li > a{padding: 15px 30px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-right{float: left!important;}
}

@media (max-width:1199px) and (min-width:992px){
	/*.topNav {background: #000;width: 100%;}*/
}
@media (max-width:1050px) and (min-width:992px){
	.dropdown-menu::before{left: 0!important;margin-left: 15px!important;}
	.navbar-nav > li > .dropdown-menu{left: 0!important;margin-left: 0!important}
}

.search_panel_visible{display: block;}
.search-lang{display: none;}
#languageBar{display: none !important;}
@media(max-width:500px){
	.search_panel_visible, #languageBar{display: none;}
}
#searchPnl {padding: 10px 0; position:relative}
#searchPnl input { border:0; background:none;margin: 0 0 0 0px;padding:0 10px 0 35px; color:#fff!important;font-weight: 100;font-size: 20px; float:left; background:url(../../images/magnifying-glass.png) no-repeat center left; width:80%}

#searchPnl a {background: #ffcc29; float:left;margin:0;padding: 6px 15px;color: #000; width:20%; text-align:center; display:none;border-radius: 20px;font-size: 12px;font-weight: bold;}
#searchPnl a:hover { background:#f00; }

#languageBar { padding:15px 0; color: #fff;font-size: 13px;}
#languageBar img { margin:2px 2px 4px 2px; }


.carousel-caption {text-align: left;bottom: 30%;}
.carousel-caption p{color: #fff;text-transform: uppercase;font-weight: 700;font-size: 12px;border-bottom: 1px solid #fff;float: left;}
.carousel-caption h2{color: #fff;font-size: 5vw;font-weight: 700;clear: left;}
.carousel-caption a{color: #fff;text-transform: uppercase;font-weight: 700;font-size: 12px;border-bottom: 1px solid #fff;float: left;} 

.slick-home .slick-slide{margin: 0 5px 10px;position: relative;box-shadow: 0 1px 6px rgba(57,73,76,.35);}
.slide-cap{position: absolute;bottom: 10px;right: 25px;color: #fff;font-size: 21px;font-weight: bold;
    text-shadow: 0 0 10px #000;padding-left: 38px;
}
.slide-cap::before{width: 32px;height: 32px;content: "";position: absolute;top: 0;left: 0;
background: url("../../images/placeholder-white.png");}
.home-page-header img, .slick-home img{width: 100%;}

.slick-home .slick-prev{left: 32px;}
.slick-home .slick-next{right: 72px;}
.slick-home .slick-prev,
.slick-home .slick-next{z-index: 1;}
.slick-home .slick-prev::before,
.slick-home .slick-next::before{color: #000;background: #fff;border-radius: 50%;width: 52px;height: 52px;
    display: block;box-sizing: border-box;padding-top: 7px;font-size: 32px;border: 1px solid #000;
}
@media(max-width: 991px){
    .slide-cap{font-size: 18px;}
}
@media(max-width: 767px){
    .slick-home .slick-slide{margin: 0 0 10px;}
    .slide-cap{font-size: 15px;}
}

.themesSection{padding: 60px 0;text-align: center; background: #F5F5F5;}
.mainHead{text-align: center;}
.mainHead h2{font-size: 36px;color: #2c3643;padding: 0;margin: 0;}
.themeWrapper{padding: 50px 0 0;}

.col-md-custom {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 14.28517%;
  float: left;
}

.themeWrapper a{display: block;margin: 0 10px;}
.themeWrapper a img {width: 100%; border-radius: 50%;border: 10px solid #f4f3f3;transition: ease all .2s;}
.themeWrapper a:hover img {border-color: #d7d1d1;}
.themeWrapper a p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}
.moreBtn{display: inline-block;font-weight: 400;letter-spacing: 1px;text-align: center;background-color: #f15a23;margin-top: 20px;
	border: 3px solid #f15a23;color: #ffffff;font-size: 20px;line-height: 30px;padding: 10px 36px;text-transform: uppercase;}
.moreBtn:hover{ background-color: rgba(255, 255, 255, 0) !important;
    border-color: #f15a23 !important;
	color: #f15a23 !important;}

.destinationsSection {background: #ffcc29;}
.destinationsSection img {height: 100%;width: auto;}
@media (max-width:991px){
	.destinationsSection img {width: 100%;}
	.destinationsSection .col-md-6:nth-child(1){max-height: 400px;}
}

.destinationsSection .col-md-6:nth-child(1){padding: 0;overflow: hidden;text-align: right;}
.destiWrapper {padding:50px;}
.destiWrapper .mainHead{text-align: left;}
.destiWrapper .col-sm-4{padding: 0;}
@media (max-width:767px){
.destiWrapper .col-sm-4{width: 33.3333333%;float: left;}
}
@media (max-width:600px){
	.destiWrapper .col-sm-4{width: 50%;float: left;}
.destiWrapper .col-sm-4:nth-child(3){display: none;}
}
@media (max-width:430px){
	.destiWrapper{padding: 25px 10px;}

}
.destiWrapper h2 {margin-bottom: 10px;padding-bottom: 10px;color: #000;}
.destiWrapper ul li{line-height: 30px;}
.destiWrapper ul li a{color: #000;}

.discoverIndiaSection{padding: 60px 0;}
.discoverIndiaWrapper{padding-top: 50px;}
.discoverIndiaSection .col-sm-3{padding: 0;}
@media(max-width:767px){
	.discoverIndiaSection .col-sm-3{width: 50%;float: left;}
}
.blockImgWrapper{position: relative;}
.blockImgWrapper img{width: 100%;border: none;}
.blockImgWrapper .blockImgText{position: absolute;bottom: 0;width: 100%;height: 50%;transition: ease all .2s;
background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.discoverIndiaWrapper a:hover .blockImgText{height: 100%;
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.blockImgWrapper .blockImgText span{position: absolute;bottom: 0;width: 100%;padding:0 0 32px 40px; font-weight: 700;
	color: #fff;font-size: 16px;transition: ease all .2s;}
.discoverIndiaWrapper a:hover .blockImgText span{bottom: 20px;}

.testiFormSection {}
.testiFormSection .col-md-6 {padding: 0;}
.testiFormSection .col-md-6 img {width: 100%;}
.testmonials, .fillQuery{padding: 50px 0;vertical-align: middle;text-align: center;}
.testmonials{background: url(../../images/testimonials-img.jpg) 100%;padding: 30px 0 0 0;min-height: 410px;}
.fillQuery{background: url(../../images/tour-quotes-img.jpg) 100%;position: relative;}
.fillQuery::after{position: absolute;width: 100%;height: 100%;content: "";
    background: rgba(0, 0, 0, .4);z-index: 1;top: 0;left: 0;
}
.testmonials .text{background: rgba(255, 255, 255, 0.9);}
.testmonials .text, .fillQuery .text{width: 80%;margin: 0 10%;padding: 15px 0 25px 0;z-index: 111;position: relative;}
.testmonials h5{font-size: 42px;color: #3c4348;}
.fillQuery h5 {font-size: 42px;color: #fff;}
.testmonials p {font-size: 17px;color: #707070;}
.fillQuery p {font-size: 17px;color: #fff;}
.testmonials input[type="text"]{border: 1px solid #ebebeb;padding: 17px;width: 80%;margin: 0 10%;display: block;
	color:#bbbcbd;font-weight: 300;box-shadow: 10px 10px 25px #cecece; }

.testmonials input[type="button"]{display: inline-block;font-weight: 400;letter-spacing: 1px;text-align: center;background-color: #f15a23;margin-top: 30px;transition: all 0.3s ease-in 0s;
	border: 3px solid #f15a23;color: #ffffff;font-size: 20px;line-height: 30px;padding: 10px 36px;text-transform: uppercase;}
.testmonials input[type="button"]:hover{ background-color: rgba(255, 255, 255, 0) !important;
    border-color: #f15a23 !important;color: #f15a23 !important;}
.fillQuery .moreBtn {
    margin-top: 11px;
}

.inner-package{border-bottom:  solid 1px #DBDBDB;}
@media(max-width:1315px){
	.fillQuery .moreBtn{margin-top: 68px;}
}
@media(max-width:1118px){
	.fillQuery .moreBtn{margin-top: 22px;}
}
.fillQuery .moreBtn:hover{color: #fff!important;}

.howItWorks{background: #f9f9f9;padding: 50px 0;}
.howItWorks .mainHead h2{color: #5d4e3a;}
.howItWorks .wrapper{margin: 40px 0;}
.howItWorks .imgHolder{text-align: center;}
.howItWorks .imgHolder img{height: 90px;}
.howItWorks .imgHolder p{font-weight: 700;color: #5d4e3a;font-size: 14px;margin-top: 20px;}

.ourAgents{padding: 40px 0;}
.agentsList {}
.agentsList li {display: block;float: left;min-height: 1px;padding-left: 15px;padding-right: 15px;box-sizing: border-box;margin: 0 19px;}
.agentsList li:first-child {background: #f15a23;color: #fff;text-align: center;text-transform: uppercase;font-weight: 700;font-size: 12px;padding-top: 21px;padding-bottom: 22px;}

.pnlAgents{}
.pnlAgents .agentsTitle{width: 120px;float: left;background: #f15a23;color: #fff;text-align: center;text-transform: uppercase;font-weight: 700;font-size: 12px;padding-top: 21px;padding-bottom: 22px;}
.pnlAgents .agentsWrapper{margin-left: 150px;}
.agentsWrapper img{width: auto!important;}

.footerSection{}
.footerWrapper1 {background: #286043;padding: 50px 0 0 0;}
.footerWrapper2 {background: #286043;padding: 0 0 20px;}
.footerList {border-bottom: 1px solid #538069;padding-bottom: 15px;}
.footerList li {
    font-size: 14px;
    line-height: 30px;
    margin-right: 15px;
    display: inline-block;
    color: #fff;
}
.footerList li:first-child {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    list-style: none;
    margin-left: 0;
    display: block;
}
.footerList li a {color: #fff;}
.footerList li a:hover {text-decoration: underline;}
.powered{padding: 5px 0 7px 0;}
.powered, .powered a {color: #fff;font-size: 14px;}
.smo {text-align: right;}
@media(max-width:767px){
	.smo {text-align: left;}
}
.smo li {display: inline-block;margin-left: 3px;}


/* inner page styles */
.mainMenuBg1{background: #fff;transition: ease all .5s;margin-bottom: 0;}
.mainMenuBg1 .menuWrapper{border: none;}

.innerHeader img {}
.pnlBody{padding: 60px 0;background: #f2f2f2;}
.pageContent{background: #fff;box-shadow: 0 0 5px #cecece;}

.breadCrumb {padding:28px 20px 29px;color: #ccc;
background: url("../../images/breadcrumb.png") repeat-x bottom;
   }
.breadCrumb a.homebtn {background: #f2f2f2 url("../../images/home-icon.png") no-repeat scroll -16px -10px;
    border-radius: 100px;color: #222;height: 21px;transition: all 0.3s ease 0s;width: 21px;
}
.breadCrumb a.homebtn:hover {background: #222 url("../../images/home-icon.png") no-repeat scroll -16px -33px;}
.breadCrumb .left{float: left;}
ul.bcrumbs li {float: left;margin-left: 10px;}

.contentWrapper{padding:10px 40px 40px;position: relative;}
.cp-head {
  font-size: 18px;
  margin: 0 0 30px 0;
  padding: 10px 0;
  color: #1b66a5;
  border-top: 1px solid #1b66a5;
  border-bottom: 1px solid #1b66a5;
  text-align: center;
}
.aff-div{padding: 0 15px; margin-bottom: 30px;}
.aff-div img{width: 100%;height: 36px;}
.awards-section{display: block;background: #f2f2f2;padding: 15px 15px;border-radius: 10px; margin-bottom: 30px;}
.award-div{position: relative;padding-left: 90px;margin-bottom: 0px;}
.award-div:nth-child(odd){padding-right: 15px;}
.award-div:nth-child(even){padding-left: 105px;}
.award-div:nth-child(even)::before{left: 15px;}
.award-div::before{position: absolute;top: 0;left: 0;width: 80px;height: 80px;
    content: "";}
.india-aw::before{background: url("../../images/logo/tourism-award-header.png");}
.skoch-aw::before{background: url("../../images/logo/skoch-award-header.png");}
.world-aw::before{background: url("../../images/logo/world-tourism-award.png");}
.award-div span{font-size: 13px;}

.read-more-content {
  display: none;
}

.read-more  {

  background: #f30;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 16px;
  border-radius: 4px; margin-bottom: 30px;
}
a.read-more   {color: #fff !important; float: right;}
.read-more:hover{background: #06c; color: #fff !important;}

.cp-btn {
  display: block;
  width: 120px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 25px; border-radius: 5px;
  background: #FF5722;
  color: #fff;
  font-weight: bold; margin-bottom: 30px;
}


.cp-btn:focus, .cp-btn:hover {background: #06c;color: #fff !important;}


.contentWrapper h1{color: #1b66a5;font-size: 37px;clear: left;}
.contentWrapper h2{color: #fc531e;font-size: 23px;clear: left; font-weight: 600; border-bottom: solid 1px #fc531e; margin-bottom: 15px;}
.contentWrapper h3{color: #f30;font-size: 23px;font-weight: 600;margin-bottom: 25px}
.contentWrapper h4{color: #1b66a5; font-weight: 600; font-size: 18px;  margin-bottom: 5px;  display:block;  padding: 0 0 5px 0px;}

p.sub-heading {
  font-weight: 700;
  color: #1b66a5;
  font-size: 18px !important;
  text-transform: uppercase;
}


.contentWrapper p{
    line-height: 27px;
    font-family: "Open Sans", sans-serif;
}
.pkg-dtl{margin-right: 160px;}
.contentWrapper ul {margin-bottom: 15px;}
.contentWrapper ul li {background: url(../../images/orange-bullet.png) no-repeat 0 11px;padding: 0 0 0 18px;line-height: 30px;box-sizing: border-box;}

.price-div{width: 165px;text-align: center;position: absolute;top: 12px;right: 15px;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;background: #fff;padding-bottom: 15px;
}
/*.price-div::before{width: 3px;background: #f00;height: 20px;content: "";
    position: absolute;top: -12px;left: 20px;
}
.price-div::after{width: 3px;background: #f00;height: 20px;content: "";
    position: absolute;top: -12px;right: 20px;
}*/
.price-div span{background: #f00;border-radius: 10px 10px 0 0;padding: 8px;
    display: block;color: #fff;text-transform: uppercase;font-size: 12px;letter-spacing: 1px;
}
.price-div strong{display: inline-block;padding: 10px 0;font-size: 22px;}
.price-div a{display: block;border: 1px solid #bbb;margin: 0 15px;
    border-radius: 15px;padding: 5px 0;text-transform: uppercase;font-size: 12px;font-weight: bold;
}

.fl-right-btn{float: right;background: #f30;display:inline-block;color: #fff;font-size: 12px;text-transform: uppercase;font-weight: bold;padding: 10px
	16px;border-radius: 4px;}

.fl-right-btn:focus{background: #06c;color: #fff !important;}
.fl-right-btn:hover{background: #06c;color: #fff !important;}

@media(max-width:991px){
    
   .awards-section{padding: 15px;}
    .award-div{width: 100%;}
     .award-div::before{width: 64px;height: 64px;background-size: 64px 64px;}
    .award-div:nth-child(odd){padding-right: 0;}
    .award-div:nth-child(even){padding-left: 90px;}
    .award-div:nth-child(even)::before{left: 0;}
	.pnlBody .col-md-8{margin-bottom: 25px;}
}
@media(max-width:767px){
	.contentWrapper{padding:0 20px 15px;}
	.contentWrapper h1{font-size: 4vw;margin-right: 0;}
    .pkg-dtl{margin-right: 0;}
    .price-div{top: -8px}
    .price-div{position: static;margin-top: 15px;}
}
@media(max-width:549px){
    .price-div{width: auto;}
    .contentWrapper h1{font-size: 29px;}
}

@media(max-width:500px){
	.img-right{width: 100%; padding: 5px 0 0 0;  }

}


.gridItems{ display: flex; flex-wrap: wrap;}
.gridItems > div > div { height: 100%; }
.gridItems > .col-sm-4 {min-height:250px;}
.gridItems > .col-sm-4  {margin-bottom: 30px;}
.gridItems .col-sm-6 { margin-bottom: 30px;}

#tour-package .btnview{text-align: center; margin: 10px 0 15px 0;}
#tour-package .btnview a{ padding: 10px 35px;background: #ffcc29;color: #000;border-radius: 25px;font-weight: bold;}
#tour-package .btnview a:hover{background: #1b66a5; color: #fff;}
.pac-details{ border-bottom: solid 1px #000;}

@media(max-width:549px){
	.gridItems > div > div {min-height: auto;}
    .gridItems .col-xs-6{width: 70%; margin-left: 15%;}
}

.quickTours{margin-top: 40px;border-top: 1px dashed #999;display: none;}
.quickTours .tourHead{text-align: center;margin: 10px 0 20px;}
.quickTours .tourHead h5{margin: 0;padding: 0;text-transform: uppercase;font-size: 18px;}

.section-packages{padding: 60px 0;border-bottom: 1px dashed #999;}
.section-packages .moreBtn{margin-top: 30px;}
.section-packages .mainHead,
.section-packages .mainHead1{margin-bottom: 60px; }
.pagePackage, .pkg-block{box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;position: relative; background: #fff;}
.pagePackage:hover, .pkg-block:hover{ box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);}
.pagePackage img, .pkg-block img{width: 100%; }



.tourText, .pkg-block-txt{padding: 10px 15px 15px;  }
.tourText ul , .pkg-block-txt ul{margin: 0;}
.tourText ul li, .pkg-block-txt ul li{font-size: 12px;line-height: 26px;background: none;padding: 0;}
.tourText ul li:first-child,
.pkg-block-txt ul li:first-child{font-size: 18.5px;font-weight: bold;color: #ff5722;}
.tourText ul li:first-child a,
.pkg-block-txt ul li:first-child a{color: #ff5722;}
.tourText ul li:nth-child(3),
.tourText ul li:nth-child(4),
.pkg-block-txt ul li:nth-child(4),
.pkg-block-txt ul li:nth-child(5){display: inline-block;
	box-sizing: border-box;text-align: center;margin-top: 10px;text-transform: uppercase;font-weight: 700;}
.tourText ul li:nth-child(4) a,
.pkg-block-txt ul li:nth-child(5) a{display: block;background: #1b66a5;border: 1px solid #1b66a5;color: #fff;border-radius: 19px;padding: 5px 20px;}
.tourText ul li:nth-child(4) a:hover,
.pkg-block-txt ul li:nth-child(5) a:hover{background-color: transparent;color: #333}
.tourText ul li:nth-child(3) a,
.pkg-block-txt ul li:nth-child(4) a{display: block;border: 1px solid #D3D3D3;color: #333;border-radius: 19px;padding: 5px 20px;}
.tourText ul li:nth-child(3) a:hover,
.pkg-block-txt ul li:nth-child(4) a:hover{background-color: #D3D3D3;}
.clearfix1 {clear: both;display: none;}

.pkg-block .price-sp{position: absolute;top: 15px;right: 0px;z-index:998;/*width: 100%;
	background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.5));*/
    font-size: 16px;text-align: right;padding: 0 10px;color: #fff;  border-radius:10px 0px 0px 10px;
    background: #ff000095;
}
.price-sp span{font-size: 11px;text-transform: uppercase;}
.price-sp strong, .price-div strong{position: relative;}
.price-sp strong::before{position: absolute;content: "*";color: #fff;top: -3px;
    right: -4px;font-size: 12px;font-weight: normal;
}
.price-div strong::before{position: absolute;content: "*";color: #f00;top: 9px;
    right: -2px;font-size: 15px;font-weight: normal;
}
.price-star{font-size: 10px;color: #f00;text-transform: uppercase;
    margin: 0;padding: 0;
}
@media(max-width:991px){
    .section-packages .mainHead,
    .section-packages .mainHead1{margin-bottom: 30px;}
}
@media(min-width:992px) and (max-width:1199px){
    .section-packages .col-md-4:last-child{display: none}
}
@media(min-width:467px) and (max-width:767px){
	.clearfix1 {display: block;}
	.pagePackage {clear: left;margin-bottom: 30px;}
	.pagePackage img{width: 30%;float: left;}
	.tourText{width: 70%;float: left;}
	.pagePackage br{display: none;}
	  
}

.rightContent{}
.qAction{;box-shadow: 0 0 5px #cecece;}
.qAction a{background:url(../../images/arrow-27-xxl.png) no-repeat 15px 15px #20c9e7;display: block;padding:20px 25px 20px 62px;
	color: #fff;text-transform: uppercase;font-weight: 700;font-size: 28px;line-height: 26px;}
.qAction a span{font-size: 14px;text-transform: none;font-weight: normal;line-height: 14px;}
.qAction a:hover{background-color: #ffcc29;}
.rightLinks{background: #fff;box-shadow: 0 0 5px #cecece;margin-bottom: 35px;}
.rightLinks h3{margin-top: 0;padding: 25px 0 15px 25px;display: block;text-transform: uppercase;color: #1b66a5;font-weight: bold;}
.rightLinks .pnlImage img {width: 100%;}
.pnlList {padding:20px 25px;}
.pnlList li {background: url(../../images/orange-bullet.png) no-repeat 0 13px;padding:7px 0 7px 18px; display: inline-block;width: 50%;box-sizing: border-box;float: left;font-size: 13px;}


.packageliwidth ul li{width: 100% !important; }


/*@media(min-width:992px) and (max-width:1199px){
	.pnlList {padding:10px 15px;}
}*/
@media(min-width:690px) and (max-width:991px){
	.pnlList li {width: 25%;}
}


.rightForm {background: #fff;box-shadow: 0 0 5px #cecece; margin-bottom: 40px;}
.rightForm .rightFormPanel {background: #fff;}
.rightFormPanel .formLabel{position: absolute;width: 100%;top: -15px;}
.rightFormPanel .formLabel p{margin: 0 10%;padding: 10px 0; display: block;background: #FF5722;color: #fff;text-align: center;text-transform: uppercase;font-weight: 700;border-radius: 20px;}


.pnlContact{padding:20px 25px;background: #fff;box-shadow: 0 0 5px #cecece;margin-top: 30px;clear: left;}
.pnlContact h5{font-size: 24px;background: url(../../images/call-icon.png) no-repeat;padding: 0 0 0 34px;}
.pnlContact p{margin-left: 34px;}
.pnlContact h5 + p{color: #999;}
.pnlContact p:nth-child(3){color: #0099cc;font-size: 20px;font-weight: 300;}
.pnlContact p:last-child{color: #0099cc;font-size: 18px;padding-bottom: 0;margin-bottom: 0;}
@media(max-width:1199px) and (min-width:992px){
	.pnlContact p:last-child{font-size: 16px;}
}

.featuredPackages{padding: 45px 0 30px;}
.mainHead1{}

.packagesWrapper h1{font-size: 30px; font-weight: 400;

  line-height: 36px;color: #000;margin: 0; text-align: left; margin: 0px; padding-right: 30px;}

.packagesWrapper .col-md-3{ margin-bottom: 30px;}

.packagesWrapper h1 span {
  display: inline-block; color:#373737;
  border-top: 1px solid #000000; 
  padding-top: 5px; font-size:15px; line-height: normal; margin-top:10px;
}

.mainHead1 h3{font-size: 32px;text-transform: uppercase;font-weight: 700;color: #625350;padding: 0 15px;margin: 0; text-align: center; margin: 0px;}
.packagesWrapper{padding: 50px 0 0;}
.packagesWrapper .col-md-4{margin-bottom: 30px;}
a.fpackage{display: block;position: relative;opacity: 1;transition: opacity 500ms ease-out 0s;}
a.fpackage:hover{opacity: .5;}

.fpackage img{width: 100%;border: 0; border-radius: 15px;}
.fpackage div{position: absolute;top: 45%;text-align: center;width:100%; font-size: 20px;text-transform: uppercase;color: #fff;font-weight: 700;text-shadow: 0 0 5px #000;}

.pnlForm {background: #f3f5f6;padding: 50px 0 30px;}
.formThemes {padding: 60px 0 30px;}
.formThemeWrapper {padding: 60px 0 0 0;text-align: center;}
.formThemeWrapper img {width: 100%;border: 0;transition: all .3s;border-radius: 50%;}
.formThemeWrapper a:hover img {border-radius: 8px;}
.formThemeWrapper .col-md-3{display: block;margin-bottom: 30px;}
@media (min-width:520px) and (max-width:992px){
	.formThemeWrapper .col-md-3{width: 25%;float: left;}
}
@media (max-width:520px){
	.formThemeWrapper .col-md-3{width: 50%;float: left;}
}


.formThemeWrapper p {margin: 10px 0 0 0;padding: 0;font-size: 12px;font-weight: 700;}
.formPanel {background: #20c9e7;}

.formhead{text-align: center;padding:30px 0 20px 0;position: relative;}
.formPanel .formLabel{position: absolute;width: 100%;top: -15px;}
.formPanel .formLabel p{margin: 0 33%;padding: 10px 0; display: block;background: #1599b0;color: #fff;text-align: center;text-transform: uppercase;font-weight: 700;}

.formhead h4 {margin: 0;padding:15px; color: #fff;text-transform: uppercase;font-size: 17px;font-weight: 700; background: #277bba;line-height: 1.3;}

.standardform{padding-bottom: 15px;}
.standardform .col-sm-6, .standardform .col-sm-12 {}
.form-control { margin-bottom: 7px;}
.standardform label{font-size: 13px;color: #000;font-weight: bold;width: 100%; }
.red-star{color: red;}
.yellow-star{color: white;}

.standardform .form-control, .standardform .form-control1 {border: 1px solid #b2b2b2;border-radius: 21px; box-sizing: border-box;box-shadow: 0px 0px 4px rgba(54, 54, 54, 0.2); color: #000; display: block; width: 100%; height: 42px;
    
}
.standardform .form-control:focus, .standardform .form-control1:focus{border: solid 2px #1b66a5 !important;}
.standardform  textarea{height: 70px;}

.standardform .col-sm-6:after{display:table; content:''; clear:both;}

.standardform .form-control1 { height:70px; }
.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;}
.standardform .btnSubmit{ font-size:14px;text-transform: uppercase;font-weight: 700;padding:12px 40px; background-color: #00a651;color: #fff !important;  border-radius: 25px; margin: 0 auto; margin-top:15px; 
  display: block;
  text-align: center;}

.standardform .btnSubmit:hover{ background-color: #fff;color: #000 !important;  border-color: #00a651; -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
 }

.stdCode input:nth-child(2){width: 40%;float: left;font-size: 12px;}
.stdCode input:nth-child(3){width: 60%;float: left;}
.stdCode .form-control:last-child{border-left: 1px solid #1cabc3;}
#resetbtn{display: none;}


/* styles for tour enquiry form page*/
.tourFormPanel {background: #f3f3f3;padding-top: 8px;border: 1px solid #c9c2c2;}
.tourFormPanel .standardform{padding-bottom: 5px;}
.tourFormPanel label{color: #333;font-weight: 700}
.tourFormPanel .form-control, .tourFormPanel .form-control1 { background-color: #fff; border: 0;border-radius: 0;border: 1px solid #c9c2c2; box-sizing: border-box;
    box-shadow: none; color: #333; display: block; width: 100%;}
.tourFormPanel .form-control1 { height:70px; }



.tourFormPanel .btnSubmit{ font-size:14px;text-transform: uppercase;font-weight: 700;padding:12px 25px; background-color: #00a651; border-color: #00a651; color: #fff !important; margin: 12px auto !important; }


  


.tourFormPanel .stdCode .form-control:last-child{border-left:0}

.tourFormPanel .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.tourFormPanel .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.tourFormPanel .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.tourFormPanel .form-control:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
/* styles for tour enquiry form page*/

.pageColList{margin-top: 40px;}
.pageColList .tourHead{text-align: center;margin: 10px 0 20px;}
.pageColList .tourHead h5{margin: 0;padding: 0;text-transform: uppercase;font-size: 18px;}
.pageColList .pnlImg img{width: 100%;margin-bottom: 15px;border-radius: 8px;}
.pageColList .wrapper {padding: 0 15px;width: 100%;}
.pageColList li {background: url(../../images/orange-bullet.png) no-repeat 0 11px;padding: 0 0 0 18px;line-height: 34px;display: inline-block;width: 33.33333%;box-sizing: border-box;float: left;}
@media(min-width:450px) and (max-width:650px){
	.pageColList li {width: 50%;}
}
@media (max-width:449px){
	.gridItems .col-xs-6{width: 90%; margin-left: 5%;}
	.pageColList li {width: 100%;}
	#searchPnl input {width:70%}
#searchPnl a {width:30%;}
#languageBar{width: 100%; text-align: center;}
#languageBar span{display:block;}
}

.tourquotebtn{clear:left; overflow:hidden; margin-bottom:20px;}
.tourquotebtn > a {
	padding:5px 15px;
	background: #F30;
	color:#FFF;
	border-radius:4px;
	float:right;
	text-decoration:none; font-weight:bold
}
.tourquotebtn > a:hover{background:#06C;color:#FFF; }
.pkg-name{color: #1b66a5;font-size: 17px;margin-bottom: 0;}
.content-head{font-size: 22px;font-weight: 400; color:#ff6402;display: block;;padding:0 0 10px 0;border-bottom: 5px solid #ff6402}
.table-style {
	border-width: 1px;
	border-color: #999999;
	width: 100%;
	border-collapse: collapse;
}
.table-style th {
	background-color:#B9D9F4;
	color: #1b66a5;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
.table-style tr {
	background-color:#fff;
}
.table-style td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}

/* One time popup styles */


.form-link-footer{text-align: center;position: relative;}
.form-link-footer a{ padding: 10px 25px;background: #ffcc29;color: #000;border-radius: 25px;font-weight: bold;}
.form-link-footer a:hover{background: #1b66a5; color: #fff;}
@media(max-width:991px){
	.form-link-footer{display: none;}
}

.global-link{display: none;}
@media(max-width:767px){
.global-link{position: fixed;bottom: 0;display: none;background: #d62d01;color: #fff;font-weight: bold;text-align: center;text-transform:uppercase;width: 100%;padding: 9px 0;z-index: 1000}
.global-link:hover{background: #0d415a;color: #fff;text-decoration: none;}
	.footerSection{/*margin-bottom: 38px;*/text-align: center;}
    
}
/*css by rajni*/
.why-us-area .imgHolder {
    width: 80px;
    padding: 30px 10px;
    height: 80px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    background: #ddd;
    margin: 10px auto;
    border-radius: 100px;
}
.why-block p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}
.why-block {
    /* border: 1px solid #ddd; */
    background: #00000085; margin-top: 10px;
  padding-top: 8px;
}
    

/*.why-block:first-child, .why-block:last-child {
    background: #ffcc29;
}
.why-block:first-child  .imgHolder, .why-block:last-child  .imgHolder{
	background: #fff;
}*/
.why-us-area .wrapper {
    width: 100%;
}
.why-us-area h2 {
    font-size: 36px;
    margin-bottom: 0px;
    margin-top: 0;
    color: #fff;
}
.list-style-1 li {
    width: 30%;
    display: inline-block;    
    margin-right: 2%;
    margin-bottom: 5px;
    text-align: center;
}
.list-style-1 li a{
	padding: 2px 5px;
    border: 1px solid #0000001c;
    display: block;
}
.list-style-1 {
    width: 100%;
}
.list-style-1 li a:hover{
	background: #fff;
}
.mainHead p{
	margin: 10px auto;
	max-width: 900px;

}
/*.cities-sidebar:after, .cities-sidebar.open:after {
    content: "View All";
    height: 30px;
    color: #000;
    background: #ffcc29;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    padding: 5px 10px;
}
.cities-sidebar.open:after{
	content: "Hide";
}
.cities-sidebar.open{
	height: auto;
}*/
.cities-sidebar {
    
    overflow: hidden;
    position: relative;
    -webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}
@media(max-width:991px){
	.discoverIndiaSection, .themesSection, .fillQuery, .footerWrapper1, .pnlBody,
    .section-packages{
	    padding: 20px 0;
	}
    .section-packages .moreBtn{margin-top: 0;}
	.discoverIndiaWrapper, .themeWrapper{
		padding-top: 0;
	}
}
@media(min-width:501px) and (max-width:767px)  { 
.img-right {
  float: right; width: 40% !important;
  margin: 0 0 20px 20px;
  border-radius: 5px;
	}}

@media(max-width:767px){ 
	.testmonials{
		display: none;
	}
	.moreBtn {
	    padding: 0px 20px;
	}
	.destinationsSection img{
		display: none;
	}
	.pnlList li {
	    padding: 6px 0 4px 15px;
	}
	.pnlList {
	    padding: 20px 10px;
	}
	.tourText ul li:nth-child(3), .tourText ul li:nth-child(4){
		width: 49%;
		display: inline-block;
	}
}
@media(max-width:600px){
	.destiWrapper {
	    padding: 20px 0;
	}
	.mainHead h2 {
	    font-size: 22px;
	}
	.fillQuery h5 {
	    font-size: 26px;
	}
	ul.bcrumbs li {
	    margin-left: 5px;
	}
	.standardform .col-xs-6, .standardform .col-xs-12{
		padding: 0 0 0 15px;
	}
	.standardform{
		padding-right: 15px;
	}
}
@media(max-width:480px){
	.list-style-1 li {
	    width: 47%;
	}
}

.f-logos{display: flex;justify-content: right;align-items: center;flex-wrap: wrap;}
.f-logos p{margin: 0;padding: 0;color: #d7ece1;font-size: 11px;}
.logo-strip{}
.logo-strip img{width: 100%;height: auto;max-width: 668px;}
/*.footer-logo{padding-left: 15px;margin-left: 15px;border-left: 1px solid #538069;}
.footer-logo img{width: 49px;height: auto;}*/

.footer-row{border-bottom: 1px solid #538069;padding: 10px 0;margin-bottom: 15px;}
.footer-contact{margin: 10px 0;}
.footer-contact li{/*margin:10px 0;*/display:inline-block;background:url("../../images/sprites.png") no-repeat;color:#fff;float:left;box-sizing:border-box}
.footer-contact li a{color:#fff;display:inline-block;padding:0 0 0 20px}
/*.footer-contact li:nth-child(1){background-position:0 -958px;padding-left:20px;width:39%}*/
.footer-contact li:nth-child(2){background-position:0 -1051px;width:21%}
.footer-contact li:nth-child(3){background-position:-188px -1140px;padding-left:20px;width:40%}
.footer-contact li:nth-child(3) .text1{display:none;}
.footer-contact li:nth-child(3) .text2{display:inline;}
.footer-logo{position: relative}
.footer-logo img{float:right;max-height: 60px;vertical-align: bottom;}
@media(max-width: 991px){
    .footer-logo{border-top: 1px solid #538069;padding-top: 15px;text-align: center;}
    .footer-logo img{float: none;}
}
@media(max-width: 767px){
    .f-logos{justify-content: center;}
}
.section-achievements{padding:40px 0;}
.section-achievements .heading-div h5{text-align:center;}
.achievements-wrapper{background:url(../../images/timeline.svg) no-repeat center;background-size:100%;margin-top:80px;}
.achieve1{width:20%;float:left;box-sizing:border-box;padding:70px 40px 0;}
.achieve1 .wrapper{text-align:center;font-size:11px;}
 @media(max-width:1199px){.section-achievements .pnl-container{width:100%;}
.achieve1{padding:70px 40px 0;}
}
@media(min-width:992px){.achieve1:nth-child(2), .achieve1:nth-child(4){padding-top:0;}
}
@media(max-width:991px){.achievements-wrapper{background:none;margin-top:20px;}
.achieve1{width:100%;padding:0;border-bottom:1px dotted #999;padding-top:10px;}
.placeholder{display:none;}
.achieve1 img{margin-right:20px;}
.achieve-img{width:25%;float:left;text-align:center;}
.achieve1 p{text-align:left;}
}
@media(max-width:520px){.achieve-img{width:100%;}
.achieve1 p{text-align:center!important;}
}

.section-home-form{padding: 30px 0 15px;border-bottom: 1px solid #dfdfdf; background: #f5f5f5; margin-top:15px;}
.section-home-form .rightFormPanel .formLabel{position: relative;top: 0;}
.section-home-form .rightFormPanel .formLabel p{margin: 0;}
 .section-home-form .standardform .btnSubmit{padding: 15px 50px;margin: 0 auto;
    display: block;text-align: center; border-radius: 25px !important; margin-top: 20px;
}
.tabs-wrap{text-align: center;margin-bottom: 20px;background: #277bba;
    position: -webkit-sticky;position: sticky;top: 0;z-index: 1;
    /*background: url("../../images/breadcrumb.png") repeat-x bottom #f7f7f7;
    padding-bottom: 20px;padding-top: 10px*/
    
}
.tabs-wrap::after{clear: both;display: table;content: "";}
.tabs-wrap li{display: inline-block;}
.tabs-wrap li a{display: block;padding: 10px 15px;font-weight: 700;color: #fff;
    font-size: 14px;
}
.tabs-wrap li a.active,
.tabs-wrap li a:hover{
	background: #242424;color: #fff;
}
.display01{ display: none;}
.displaygoa{ display: none;}
/* style to change breakpoint of mobile navbar */
@media (max-width: 991px) {
	.display{display: none;}
	.display01{ display:block;}
	
  .navbar-header {
      float: none;
  }
  .dropdown-menu {
      display: none!important;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 0;margin-bottom: 15px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

@media (max-width: 767px) {
	
	.display767{display: none;}
	.destinations_content_box .btn {

  padding: 7px 20px !important;

  margin: 0px 0 0 0 !important;
  font-size: 16px !important;
}
}



@media (max-width: 599px) { 
	
	.destinations_big_offer h1 { font-size: 36px !important;}
	.destinations_content_inner h2 {
 
  padding-bottom: 10px !important;
  font-size: 18px !important;
  
}
	
	.new_listed_content h3 {padding: 0px !important; font-size: 15px !important; }
	.section_heading_center h2 {font-size: 25px !important;}
	.imagination_boxed h3 a {font-size: 13.5px !important;  line-height: 18px !important;}
	.paddremove{padding-left: 10px !important; padding-right: 10px !important;}
	.new_listed_boxed{margin-top:10px !important; }
	.destinations_content_box{margin-bottom:10px !important; }
	.mt30 { margin-top: 10px;}
	.media50{ width: 50%; float: left; padding-left: 10px !important; padding-right: 10px !important;}
	.media100{ width: 100%; float: left;}
	.rowmain{ width: 100%; padding: 0px; margin: 0px;}
	.media45{  width: 47%; float: left;  }
	.media40{  width: 47%; float: right;   }
	.displaygoa{ display: block;}
	.display-goa{ display:none;}
}



:root {
    --main-color: #8B3EEA;
    --white-color: #ffffff;
    --black-color: #2B2540;
    --black-color-opacity: #2b2540c4;
    --paragraph-color: #818090;
    --bg-color: #F3F6FD;
    --transition: .4s all ease-in-out;
}




img {
    max-width: 100%;
    height: auto;
}





a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
   
}

a:hover {
    text-decoration: none;
    color: var(--heading-color);
}


.section_padding_top {
    padding: 20px 0 0px 0;
}

.section_padding_bottom {
    padding: 0px 0 30px 0;
}
/* --Heading Area-- */
.heading_left_area{ margin: 100px 0 0 0;}
.heading_left_area h2 {  
    font-weight: 400;  margin: 0px;
    padding-bottom: 17px;
    line-height: 40px; font-size:32px;
}

.heading_left_area h2 span {
    display: inline-block;
    border-bottom: 1px solid #056F03;
    padding-bottom: 10px; 
}

.heading_left_area h5 {
    color: var(--black-color-opacity); margin: 0px;
}

.section_heading_center {
    text-align: center;
    padding-bottom: 30px;
}

.section_heading_center h2 {
    position: relative; color: #000; font-weight: 600;
    padding-bottom: 15px; font-size: 36px;
}

.section_heading_center h2:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    background: #00a651;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
}

.img_animation {
    overflow: hidden;
}

.img_animation img {
    transition: var(--transition);
    position: relative;
}

.img_animation::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.img_animation:hover::after {
    opacity: 1;
    visibility: visible;
}

.img_animation:hover img {
    transform: scale(1.2);
}

/*.slick-prev,
.slick-next {
    display: none !important;
}*/


/* --Imagination Area-- */
.imagination_boxed {
    position: relative;

    overflow: hidden;
    transition: var(--transition);
}

.imagination_boxed img {
    position: relative;
    width: 100%;
    transition: var(--transition);
}

.imagination_boxed:hover img {
    transform: scale(1.2);
}

.imagination_boxed:before {
    content: "";
    position: absolute;
    width: 100%;

    left: 0;
    background: #17161669;
    bottom: 0;
    z-index: 999;
    transition: all 0.5s;
    transform: translate(0%, 100%);
}

.imagination_boxed:hover:before {
    transform: translate(0%, 0%);
}

.imagination_boxed h3 {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 999;
    align-items: center; padding-bottom: 3px;
    
}

.imagination_boxed h3 span {
    display: block;
    text-align: center;
}

.imagination_boxed h3 a { text-shadow: 2px 2px 2px #000;
    color: var(--white-color);
    transition: var(--transition);
	font-size: 15px; line-height: 20px; font-weight: 600;
  text-align: center; width: 100%;   padding: 15px 0; 
}

.imagination_boxed:hover h3 a {
    font-weight: 600; 
}



#listing_area .home_six_section_heading h2::after {
    left: 0;
}

.new_listed_boxed {
    margin-top: 30px;
   overflow: hidden;
    position: relative;
}
.new_listed_content h3 { text-shadow: 2px 2px 2px #000;
  color: var(--white-color);
  padding: 8px 0;
  font-weight: 600; font-size:22px;  margin: 0px;
}

.new_listed_boxed img {
    width: 100%;
    transition: var(--transition);
}

.new_listed_boxed:hover img {
    transform: scale(1.1);
}

.new_listed_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 15px;
}

.rating_outof {
    display: flex;
    align-items: center;
}

.rating_outof i {
    color: var(--white-color);
    font-size: 14px;
}

.new_listed_content h5 { text-shadow: 2px 2px 2px #000;
    color: var(--white-color);
    font-weight: 500; margin: 0px; padding: 0px;}

.rating_outof h5 {
    color: var(--white-color);
    padding-left: 10px;
    font-weight: 300;
}



.new_listed_box_content::after {
    content: url(../img/icon/list-arrow.png);
    position: absolute;
    right: 20px;
    bottom: 24px;
}



/* --Top Destinations Area-- */
.destinations_content_box {
    position: relative;
    margin-bottom: 31px;
   
    overflow: hidden;
}

.destinations_content_box .btn {
     background: #000; padding: 10px 26px; color: #fff; margin: 15px 0 0 0; font-size:18px;
}

.destinations_content_box img {
    width: 100%;
}

.destinations_content_inner {
    position: absolute;
    top: 50%; text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.destinations_content_inner h3  {
    color: var(--white-color); text-shadow: 2px 2px 2px #000; font-weight:600;  font-size: 20px;
}

.destinations_content_inner h3:hover {
    color: #fff; cursor: pointer;
}

.destinations_content_inner h2 {
    color: var(--white-color); text-shadow: 2px 2px 2px #000;
    padding-bottom: 15px;  font-size: 34px; padding: 0px; margin: 0px;
}

.destinations_big_offer h1 {
    color: var(--white-color);
    font-size: 50px; text-shadow: 2px 2px 2px #000;

}



.destinations_big_offer h6 {
    color: var(--white-color);
    line-height: 45px; text-shadow: 2px 2px 2px #000;
    padding-top: 8px;
}

.destinations_big_offer h6 span {
    display: block;
    font-size: 38px; text-shadow: 2px 2px 2px #000;
    font-weight: 500;
}


.top_destinations_box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 12px;
}

.top_destinations_box_content {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 20px 20px;
    width: 100%;
}

.top_destinations_box_content h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px;
}

.top_destinations_box_content h4 a {
    color: var(--white-color);
}

.top_destinations_box_content h4 a:hover {
    color: var(--main-color);
}

.top_destinations_box_content p {
    padding: 6px 0px;
    font-size: 14px;
    color: var(--white-color);
}

.top_destinations_box_content p .review_rating {
    color: var(--white-color);
}

.top_destinations_box_content p .review_count {
    margin-left: 10px;
}

.top_destinations_box_content h3 {
    font-weight: 500;
    color: var(--white-color);
}

.top_destinations_box_content h3 span {
    font-weight: 400;
    font-size: 14px;
}

.destinations_content_box .viewall{display: block;
  font-weight: 700;
  color: #fff; text-align: center;
  background: #00a651;
  padding: 12px 0px;
  border-radius: 4px;
  font-size: 14px;
  line-height: normal;}


.destinations_content_box .viewall:hover
{background:#ffb400;color:#000;}

.mt60{ margin-top:60px !important;}
h1.indiacenter{ padding: 30px 0; text-align: center; color: #1b66a5;
  font-size: 40px; font-family: 'Open Sans', sans-serif; margin: 0px;
  }


.img-right {
  float: right;
  margin: 0 0 20px 20px;
  
}


.populardesti{ background: #fff; border-top: #e0e0e0 1px solid;  padding: 30px 0; margin: 70px 0 0 0; margin-bottom: -15px;}
#domestic-destination{  background: #285f43;
  padding: 40px 0 30px 0; }

#domestic-destination .row{ display: flex; flex-wrap: wrap; justify-content: center; }
#domestic-destination h2{ color: #fff; margin: 0px; text-align: center; padding: 10px 0 35px 0; font-size: 44px;}

#domestic-destination .imagination_boxed h3 {position: absolute;
  bottom: -10px;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 999; 
  align-items: center;
 background: rgba(0, 0, 0, 0.4); }




#domestic-destination .imagination_boxed h3 a {font-size: 15px; color: #fff; line-height: 24px; }

#domestic-destination .btnview{text-align: center; margin: 10px 0 0 0;}
#domestic-destination .btnview a{ padding: 10px 35px;background: #ffcc29;color: #000;border-radius: 25px;font-weight: bold;}
#domestic-destination .btnview a:hover{background: #285f43; color: #fff;}
#domestic-destination .col-4x{width:20%;float:left;padding:0 15px;margin-bottom:30px;}


.pkg-block .bhutan{ 
	position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 100%;
  
  padding: 10px;
	text-align: center !important; 
	}
.pkg-block .bhutan p{ font-size:44px; font-style: italic; font-family: 'Playfair Display', serif; font-weight: 700; line-height: 42px; text-shadow: 0 0 5px #000; color: #ffcc29;}
.pkg-block .bhutan p span{ display: block; font-style: normal; font-size:21px; font-family: 'Playfair Display', serif; line-height: normal; color: #fff; }


.pkg-block  .bhutan a{ padding: 8px 25px;background: #ffcc29;color: #000;border-radius: 25px;font-weight: bold;}
.pkg-block .bhutan a:hover{background: #fff; color: #000;}


#domestic-destination .explore-bhutan img{ width:100%}

#tour-package{  padding: 40px 0 40px 0 ; margin: 0px 0 -10px 0;}
#tour-package .madlives .imagination_boxed{ margin-bottom: 30px;}

#tour-package h3 {
  color: #1b66a5;
  text-align: center;
 margin: 0px; padding-bottom: 20px;
  font-size: 44px;
  font-family: 'Open Sans', sans-serif;
  
}
.luxuarytrain{ border: solid 1px #ebebeb; position: relative; padding: 15px; margin: 30px 0;}
.luxuarytrain img{width: 100%; }

.luxuarytrain h4{padding: 8px 0 8px 0; text-align: center; font-size: 24px;}
.luxuarytrain p{ padding-bottom: 0px; margin-bottom: 0px;}
.pow-train, .me-train, .dc-train, .gc-train, .bc-train{position: relative; z-index: 999;}
.pow-train::before, .me-train::before, .dc-train::before, .gc-train::before, .bc-train::before{
    width: 82px;height: 82px;position: absolute;content: "";border-radius: 50%;top: -15px;
    left: 50%;transform: translate(-50%, 0);box-shadow: 0 0 5px rgb(0 0 0 / 10%); z-index: 1;
}
.pow-train::before{background: url("../../images/luxury-train/palace-on-wheels-logo.jpg")}
.me-train::before{background: url("../../images/luxury-train/maharaja-express-logo.jpg")}
.dc-train::before{background: url("../../images/luxury-train/deccan-odyssey-logo.jpg")}
.gc-train::before{background: url("../../images/luxury-train/golden-chariot-logo.jpg")}
.bc-train::before{background: url("../../images/luxury-train/buddhist-circuit-logo.jpg")}


@media (max-width: 991px) {
	
    .section_padding_bottom{padding: 0;}
	#domestic-destination .col-4x{width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;}
	
	
	
#domestic-destination .col-4x:nth-child(10) {
    display: none;
  
}
}
.pb10{padding-bottom: 10px;}

@media (max-width: 599px) {
	
	
	#domestic-destination .col-4x{width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;}
	
	
	
#domestic-destination .col-4x:nth-child(10) {
    display: block;
  
}
}




 #home-package {background: #05699A; padding: 40px 0; margin-bottom: -15px; margin-top:40px; }

 #home-package h3 {
  color: #fff;
  text-align: center;
  padding: 0px 0 25px 0;
  margin: 0px;
  font-size: 44px;
  font-family: 'Open Sans', sans-serif;
}

 #home-package .btnview{text-align: center; margin: 10px 0 15px 0;}
 #home-package .btnview a{ padding: 10px 35px;background: #ffcc29;color: #000;border-radius: 25px;font-weight: bold;}
 #home-package .btnview a:hover{border:  solid 2px #ffcc29; color: #ffcc29; background: none;}

@media (max-width: 499px) {
     #home-package h3 {
  font-size: 25px;

}
#homeForm .standardform .media499{ width: 100%!important; display: block;}}
#txtOther_requirements {
  margin: 0;
  font: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
  color: inherit;
  padding: 7px 8px !important; height: 70px;
}

.userComment {
  
  background: url(../../images/testimonials-page-user-icon.gif) no-repeat top left;
  min-height: 74px;
  padding: 0 0 12px 88px;
  margin: 0 0 18px 0;
  border-bottom: 1px dashed #a7a7a7;
}

.userComment p{ padding-bottom: 0px;}
.section-offer-test{ margin:35px 0;
  padding:10px 0 10px 0; 
}
.section-offer-test .slick-prev,
.section-offer-test .slick-next{background:url("../../images/sprites.png") no-repeat;position:absolute;display:block;width:36px;height:36px;padding:0;/*-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);*/border:2px solid rgba(127, 127, 127, 0.5);border-radius:18px;cursor:pointer;/*color:transparent;outline:none;transition:ease-in all .3s;*/}
.section-offer-test .slick-next{right:20px;z-index:11;top:-30px;background-position:-12px -1333px;}
.section-offer-test .slick-prev{right:66px;left: auto;z-index:1000;top:-30px;background-position:-171px -1267px;}
.section-offer-test .slick-prev::before,
.section-offer-test  .slick-next::before{display: none!important;}
.section-offer-test .slick-prev:hover,
.section-offer-test .slick-prev:focus,
.section-offer-test .slick-next:hover,
.section-offer-test .slick-next:focus{border:2px solid rgba(127, 127, 127, 0.9);background:url("../../images/sprites.png") no-repeat;}
.section-offer-test .slick-next:hover,.section-offer-test .slick-next:focus{background-position:-12px -1333px;}
.section-offer-test .slick-prev:hover,.section-offer-test .slick-prev:focus{background-position:-171px -1267px;}
.section-offer-test .fa-quote-left{
  color: #f0f0f0 ;
  position: absolute;
  top: 45px;
  right: -25px;
 
 transform:rotate(0deg);
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 2px 5px;
  z-index: 999;}


.testimonials-wrap {
			padding: 0px !important;   clear:both;/* overflow:hidden;*/
		}
		.heading-section {
			text-align: center;
		}
		.sub-heading { padding:5px 0;
		    font-size: 14px !important;
		    display: inline-block;
		    font-weight: 600;
		    color: #05699A;
		    text-transform: uppercase;
		    letter-spacing: 2px; border-bottom: solid 1px #05699A;
		}
		
.heading-section h3 {
font-size: 36px;
  color: #2c3643;
 
  margin: 0;
padding-top: 10px; color:#071c55;
padding-bottom: 25px;
}

.testimonial-box { text-align:center;
  box-sizing: border-box;
  height: 100% !important;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;flex-wrap: wrap;justify-content: center;
 padding: 20px 10px 20px 10px; margin:10px 15px 10px 15px;
background: #fff;		   
 border-radius: 10px;


		   
		}
		
		
.testimonial-box:hover {box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
		   
		}
		
.testimonial-box .img img {
    display: none;
    width: 80px; 
    height: 80px;
    margin: 10px auto;
    border-radius: 50%;
}		
		.testimonial-box p{ padding:0px; line-height:26px;}
	.testimonial-box .strong{ color:#071c55; font-size:16px;}
	
		.carousel-testimonial .item {
			padding: 30px 10px;
		}
		.quote {
			position: absolute;
		    top: -23px;
		    color: #2e9da1;
		    font-size: 27px;
		}
		.testimonial-box .name {
			margin-bottom: 1px; color:#000;
		   
		    font-size: 14px; margin-top: 15px;
		    font-weight: bold;
		}
.testimonial-box .name span{ display: block;  font-size: 12px; font-weight: normal; margin-top: -5px; color:#5b5b5b;

}

		.position {
			color: #a4a4a4;
			font-size: 14px;
		}
		.carousel-testimonial .owl-nav {
			text-align: center;
		}
		.carousel-testimonial .owl-nav button.owl-next, 
		.carousel-testimonial .owl-nav button.owl-prev {
		    padding: 0 12px !important;
		}
		.carousel-testimonial .owl-nav button {
			outline: none;
			padding: 0;
		}
		.carousel-testimonial .owl-nav button.owl-next span, 
		.carousel-testimonial .owl-nav button.owl-prev span {
			display: block;
		    font-size: 40px;
		    width: 25px;
		    height: 25px;
		    vertical-align: 0px;
		    line-height: 16px;
		}
		.carousel-testimonial .owl-nav button.owl-next.disabled, 
		.carousel-testimonial .owl-nav button.owl-prev.disabled {
			opacity: 0.5;
		}


.tripadvisor {
  width: 100px;
  display: block;
  margin: 10px auto 10px;
  padding-bottom: 5px;
}

.btn-holder {
  text-align: center;
  margin-top: 40px;
}
.more-btn {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background: #00a651;
 padding: 10px 35px;
  border-radius: 25px;
  font-size: 14px;
  line-height: normal;
    border: solid 2px #00a651;
}


.more-btn:hover {
  border: solid 2px #00a651;
  color: #00a651;
  background: none;
}
@media(max-width: 991px){
    .section-offer-test .col-sm-3{width: 40%;}
    .section-offer-test .col-sm-9{width: 60%;}
}
@media(max-width: 767px){
    .section-offer-test .col-sm-3{margin: 0 auto;}
    .section-offer-test .col-sm-9{width: 100%;}
}
@media(max-width: 549px){
    .section-offer-test .col-sm-3{width: 70%}
}
.border-bottom{border-bottom: solid 1px #DBDBDB; margin-bottom: 15px; }
.tableborder{ margin-bottom: 15px;}
.tableborder td{ border: solid 1px #DBDBDB; padding: 8px 12px;}

