@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
html, body{
	margin:0;
	font-size: 0.95em;
	font-family: 'Roboto', sans-serif!important;
	overflow-x:hidden;
	/*background:url(../images/beach.jpg) fixed;*/
	line-height: 1.6em!important;

}
.text-white{color:#fff;}
.text-white.link:hover{color:#ffc208;}
.text-yellow{color:#ffc208 !important;}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.form-control{ color:#999;}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Montserrat', sans-serif;
	    color: #143a69;
}	
p{
	margin:0
}
ul{
	margin:0;
	padding:0;
}
#ui-datepicker-div{ display:none;}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

label{
	margin:0;
}
main{ background:#fff;}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-moz-scrollbar {
    width: 6px;
}


::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  
    border-radius: 10px;
}


::-moz-scrollbar-thumb {
    
    border-radius: 10px;
    background: rgba(255,0,0); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-moz-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0); 
}
#supersized {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}
.yellow{ color:#ffcc00}
.pl0{ padding-left:0px!important;}
.pr0{ padding-left:0px!important;}
.p0{ padding:0px!important;}
.middle_section{
	background:#FFF;
	
}

/*********************************************************
			2. PRELOADER
**********************************************************/

/*.load-full-screen {
	height: 100%;
	width: 100%;
}
#loader {
	position: relative;
	background: #f7f7f7;
}
#loader div {
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%,-45%);
	margin-top: 0 !important;
}
#loader span {
	text-align: center;
}*/
/*********************************************************
			3. SUPERSIZED SLIDER 
**********************************************************/

/*#supersized { 
	position: fixed; 
	left: 0; 
	top: 0; 
	overflow: hidden; 
	z-index: -999; 
	height: 100%; 
	width: 100%; 
}
#supersized img { 
	width: auto; 
	height: auto; 
	position: relative; 
	display: none; 
	outline: none; 
	border: none; 
}
#supersized.speed img { 
	-ms-interpolation-mode: nearest-neighbor; 
	image-rendering: -moz-crisp-edges; 
}
#supersized.quality img { 
	-ms-interpolation-mode: bicubic; 
	image-rendering: optimizeQuality; 
}
#supersized a { 
	z-index: -30; 
	position: absolute; 
	overflow: hidden; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: #111;
}
#supersized a.prevslide { 
	z-index: -20; 
}
#supersized a.activeslide { 
	z-index: -10; 
}
#supersized a.prevslide img, 
#supersized a.activeslide img { 
	display: inline;	
}


/*-- header-bot --*/
.ph-text{ color:#ffcb08; font-size:1.2em; font-weight:800}
.book-text{ font-weight:600; font-size:1.4em; color: #143a69;}
/*.header-left img {
    width: 73%;
}*/
.header-middle {
    padding-top: 0px;
	text-align:right;
}
.header-bot {
    padding: 15px 0;
	background:#000;
}
.header-right ul li{
	display:inline-block;
	margin:0 3px;
}
.header-right ul li a{
	width:32px;
	height:32px;
	display:block;
}
.header-right ul li a i{font-size: 21px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 7px;
}
.header-right ul li a.use1{
	background:url(../images/img-sp.png) no-repeat -133px -1px;
}
.header-right ul li a.use1:hover {
    transform: inherit;
}

.header-right ul li a.fb{
	background:url(../images/img-sp.png) no-repeat 0px 0px;
}
.header-right ul li a.twi{
	background:url(../images/img-sp.png) no-repeat -33px 0px;
}
.header-right ul li a.insta{
	background:url(../images/img-sp.png) no-repeat -100px 0px;
}
.header-right ul li a.you{
	background:url(../images/img-sp.png) no-repeat -66px 0px;
}
.header-right ul li a.linkedin{
	background:url(../images/img-sp.png) no-repeat -133px -2px;
	
}


.header-right ul li a:hover {
    transform: rotateY(360deg);
}
.footer-bottom{ text-align:center; padding-top: 15px;}

/*-- //header-bot --*/

/*-- banner-top --*/
.ban-top{
	background:#000;
    padding: 0px 0;
}
nav {
    position: absolute;  
    width: 100%;    
}
.fixed {
	position: fixed;
	top: 0;	
	z-index: 1;
}
.dropdown{transition: .3s all ease;}
.dropdown-menu.columns-3 {
   /* min-width: 700px;*/
    padding: 30px 0px;
    z-index:999;
}
/*.multi-gd-img img{
	width:100%;
	height:100%;
}*/

/*-- nav-bar --*/
.navbar-default {
    background: none;
    border: none;
    min-height: inherit;
    margin: 0;
    float: left;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background: none;
}
/*.navbar-nav > li {
    margin: 0 15px 0 0;
}*/
.navbar-nav > li > a {
    padding: 15px 15px;
}
.navbar-nav{
margin-bottom: 0;
text-align: left;
display: flex;
justify-content: center; width:100%;}
.navbar-nav li + li {
    margin-left: 0.5%;}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav > li > a {
    line-height: inherit;
	    letter-spacing: 0.07em;
}
.navbar-nav > li.active, .navbar-nav > li a.hover{
	background:#ffcc00}
.multi-column{ width:500px;}	
.multi-column-dropdown li{ line-height:24px; }
.multi-column-dropdown li a{ padding:5px; font-size: 1em;
}
multi-column-dropdown .list{ font-weight:800;}
/*.multi-column-dropdown li::before {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    color: #BEC4C8;
}*/

/*-- //nav-bar --*/
/* Common styles for all menus */

.menu__list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu__list li a{overflow: hidden;
    text-overflow: ellipsis; }
.menu__list li:hover{ background:#e7e7e7; } 
.menu__list li:hover a{color:#143a69!important; }

.menu__item {
	display: block;
	margin: 0em 0;
}

.menu__link {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
	outline: none;
}

.menu__item:hover .dropdown-menu{ display:block;}

/* Individual styles */
.menu--shylock .menu__link {
	position: relative;
    margin: 0;
	color: #b5b5b5;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

.menu--shylock .menu__item--current .menu__link,
.menu--shylock .menu__item--current .menu__link:hover,
.menu--shylock .menu__item--current .menu__link:focus {
	color: #d94f5c;
}

.menu--shylock .menu__item--current .menu__link::after,
.menu--shylock .menu__item--current .menu__link::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.menu--shylock .menu__item--current .menu__link::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.menu--shylock .menu__link:hover,
.menu--shylock .menu__link:focus {
	color: #b5b5b5;
}

.menu--shylock .menu__link:hover::before,
.menu--shylock .menu__link:focus::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.drop-image{ margin-bottom:5px;  height:100px; overflow:hidden;}/*width:250px;*/
/*.drop-image img{ max-height:100%; max-width:100%}*/
.mega_location_name{ padding:4px 0; line-height:14px; text-align:center; font-size:1em;padding:10px;}
.mega_location_name a{ font-size:1em!important;   overflow: hidden;
    text-overflow: ellipsis;}

/*.menu--shylock .menu__link::before,
.menu--shylock .menu__link::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 5px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}*/

/*.menu--shylock .menu__link::before {
	background: #FDA30E;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}*/

.menu--shylock .menu__link::after {
	background: #ffcc00;
}
a.menu__link {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
/*-- //left nav --*/
.top_nav_right {
    float: right;
    width: 21%;
}
.box_1 {
    background: #FDA30E;
    padding: 15px 22px;
    text-align: center;
}
.box_1 h3 {
    color: #fff;
    font-size: 1em;
    margin: 0;
	text-decoration:none;
    margin: 0 0 7px 0;
}
.total i {
    top: 2px;
    left: -5px;
}

.box_1 p {
	margin: 0;
    color: #999;
    font-size: 14px;
}
a.simpleCart_empty {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block;
}
.header-right ul li a:hover {
    transform: rotateY(360deg);
}
/*-- //banner-top --*/
/*-- banner --*/


/*********************************************************
			6. HOMEPAGE SEARCH 
**********************************************************/

.home-title {
	margin-top: 60px;
	color: #fff;
}
.home-title  h1 {
	margin-top: 0px;
	font-weight: 800;
	font-size: 50px;
	letter-spacing: 2px;
}
.home-title  h2 {
	margin-bottom: 0px;
}
.search-section {
	position:absolute;
z-index: 1;
top: 525px;
	
}
.search-section .nav-tabs {
	border-bottom: none;
	margin-bottom:3px;
}
.search-section .nav-tabs .active {
	position: relative;
}
.tour-packs{ padding:15px; margin-bottom:15px;}
/*.search-section .nav-tabs .active:after {
	background: #fff none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 40%;
    position: absolute;
    top: 80%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    width: 20px;
}*/

.search-section .nav-tabs > li > a {
	color: #ffffff;
	font-size:0.81em;
	background: rgba(10, 49, 82, 0.7);
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 2px 2px 0 0;
	margin-right: 4px;
}
/*.search-section .nav > li > a {
	padding: 15px;
}*/
.search-section .nav-tabs > li {
	margin-bottom: 0px;
}
.search-section .nav-tabs > li > a:hover {
	color: #ffffff;
	background: #f9676b;
	border: 1px solid transparent;
}
.search-section .nav-tabs > li.active > a, 
.search-section .nav-tabs > li.active > a:focus, 
.search-section .nav-tabs > li.active > a:hover {
	color: #143a69;
	background: #fff;
	border: 1px solid transparent;
}
.search-section .tab-content  {
	color: #143a69;
	background: rgba(24, 58, 104, 0.7);
	padding: 5px 0;
	width: 100%;
	
}
.search-page-box .tour_title h3 { padding-top:0px;}
.input-group{ border-radius:5px!important;}
.search-section label {
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.tab-content .col-md-12, .tab-content .col-md-6{padding:0px 5px!important;}
.tab-content .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    border-radius: 5px!important;
    height: 34px!important;
}
.search-section .form-control {
	background-color: transparent;
    border: none!important;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #07253F;
    display: block;
    font-size: 15px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.search-section .form-control::-moz-placeholder {
	color: #989DA0;
	opacity:1;
}
.search-section .form-control:-ms-input-placeholder {
	color: #BEC4C8;
}
.search-section .form-control::-webkit-input-placeholder {
	color: #BEC4C8;
}
.search-section .form-control::-o-input-placeholder {
	color: #BEC4C8;
}
.search-section .input-group-addon {
	background: transparent;
	color: #BEC4C8;
	/*border-top: 1px solid #BEC4C8;
	border-right: 1px solid #BEC4C8;
	border-bottom: 1px solid #BEC4C8;*/
	border-radius: 5px;
}
.search-section .input-group-addon{ border:none!important;}
.search-section .product-search-title {
	font-size: 18px;
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	color: #f9676b;
}
.search-section .search-col-padding {
padding-left: 6px;
padding-right: 6px;
width: 42%;
float: left;
}
.search-section option {
	color: #07253F;
}
.search-col-button-padding{ width:15%; float:left; }
.package_image {
    height: 370px;}
#ui-datepicker-div {
	background: #07253F;
	z-index: 9999 !important;
}
#ui-datepicker-div  table {
	margin: 10px;
}
.ui-datepicker-calendar a {
	padding: 5px;
	color: #ffffff;
}
.ui-datepicker-calendar a:hover {
	color: #00ADEF;
}
.ui-datepicker-calendar td {
	padding: 10px 5px;
}
.ui-datepicker-calendar .ui-state-disabled {
	color: #0A3152;
}
.ui-datepicker-calendar th {
	color: #ffffff;
	padding: 7px;
}
.ui-datepicker-header {
	margin: 10px;
}
.ui-datepicker-header .ui-datepicker-title {
	color: #ffffff;
	text-align: center;
}
.ui-datepicker-header a {
	color: #ffffff;
	cursor: pointer;
}
.ui-datepicker-header a:hover {
	color: #00ADEF;
}
.ui-spinner-up i {
	color: #BEC4C8;
	float: right;
	margin-top: -27px;
	margin-right: 10px;
	z-index: 99999;
}
.ui-spinner-down i {
	color: #BEC4C8;
	float: left;
	margin-top: -27px;
	margin-left: 10px;
	z-index: 99999;
}
.weekend-icon{ background:url(../images/itenary-icon/hand-bag1.png); height: 18px;
width: 18px;
z-index: 111;
float: left;}
 .weekend:hover .weekend-icon, .weekend.active .weekend-icon, .weekend:focus .weekend-icon{ background:url(../images/itenary-icon/hand-bag-blue.png) no-repeat; height: 20px;
width: 18px;
z-index: 111;
float: left;}
#searchTab .signature .signature-icon{ background:url(../images/itenary-icon/suitcase.png) no-repeat;  height: 18px;
width: 18px;
z-index: 111;
float: left; padding-right:10px; }
#searchTab .signature:hover .signature-icon, #searchTab .signature.active .signature-icon, #searchTab .signature:focus .signature-icon{background:url(../images/itenary-icon/suitcase-blue.png) no-repeat; height: 20px;
width: 18px;
z-index: 111;
float: left;}

.pack-title-0{ padding-left:10px; float:left;}
.personlised-icon{ background:url(../images/customise-icon.png) 1px 18px; height: 18px;
width: 18px;
z-index: 111;
float: left;}
#searchTab .personlised:hover .personlised-icon, #searchTab .personlised.active .personlised-icon{ background:url(../images/customise-icon.png) 1px 1px; height: 18px;
width: 18px;
z-index: 111;
float: left;}
.quantity-padding {
	padding-left: 40px !important;
}
.ui-datepicker-prev {
	float: left;
}
.ui-datepicker-next {
	float: right;
}
.custom-select-button {
	background: #fff;
    border: 1px solid #BEC4C8;
    border-radius: 0;
    height: 40px;
}
.search-section .tab-content label {
    color: #fff;
}
.filter-option{ color:#143a69!important;}

.bootstrap-select.btn-group .dropdown-menu {
	background: #07253F;
	border-radius: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	color: #ffffff;
	background: #07253F !important;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
	color: #00ADEF;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.btn:hover {
	color: #00ADEF;
}

.search-button {
	background: #f9676b;
    border-radius: 0;
   /* margin-top: 10px;*/
  /*  padding: 10px 30px;*/
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.search-button:hover {
	background: #00adef;
	color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background: #f9676b !important;
}
.offer-slider {
	margin-top: 200px;
}
.offer-slider .item {
	color: #fff;
}
.offer-slider .item h4,
.offer-slider .item h3 {
	font-weight: bold;
	margin: 0px 0px 15px;
}
.offer-slider .item a {
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	padding: 5px 15px;
	font-weight: bold;
}
.offer-slider .item a:hover {
	color: #fff;
	background: #f9676b;
	border: 2px solid transparent;
}
.offer-slider .owl-theme .owl-dots .owl-dot span {
	background: #fff;
	margin-top: 15px;
}
.offer-slider .owl-theme .owl-dots {
	text-align: right;
}
.bg-slider .carousel-caption {
	color: #fff;
	text-shadow: none;
	top: 30%;
	z-index: 0;
}
.bg-slider .carousel-caption h2 {
	font-weight: 800;
	font-size: 50px;
	letter-spacing: 2px;
}
.bg-slider .carousel-caption h4 {
	font-weight: 700;
} 
.bg-slider .carousel-caption h4 span {
	font-weight: 900;
}
.bg-slider .carousel-caption a {
	border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-top: 15px;
    padding: 8px 20px;
}
.bg-slider .carousel-caption a:hover {
	color: #fff;
	background: #f9676b;
	border: 2px solid transparent;
}
.bg-slider .carousel-indicators {
	display: none;
}
.bottom-search {
	padding: 0 0 60px;
	background: #f7f7f7;
}
.bottom-search .search-section {
	margin: -53px 0 0;
}
.bottom-search .tab-content {
	box-shadow: 0px 0px 5px #e6e6e6;
}
.vertical-tab {
	padding-right: 0px;
	margin-top: 30px;
}
.vertical-tab .nav-tabs > li {
	display: block;
	width: 100%;
}
.vertical-tab .nav-tabs .active::after {
	display: none;
}
.vertical-tab-pannel {
	padding-left: 0px;
}
.vertical-tab-pannel .tab-content {
	box-shadow: 0px 0px 5px #e6e6e6; 
}
.vertical-tab .nav-tabs > li > a {
	background: #f7f7f7;
	color: #BEC4C8;
	margin: 0px;
	border-radius: 0;
	border-bottom: 1px solid #e6e6e6;
}
.vertical-tab .nav-tabs > li > a i {
	margin-right: 5px;
}
.vertical-tab .nav-tabs > li.active > a, 
.vertical-tab .nav-tabs > li.active > a:focus, 
.vertical-tab .nav-tabs > li.active > a:hover {
	background: #fff none repeat scroll 0 0;
    color: #07253F;
    z-index: 2;
	border-bottom: 1px solid #e6e6e6;
}
.offer-box {
	color: #07253F;
	text-align: center;
}
.offer-box img {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #e6e6e6;
}
.offer-box .item h4 {
	font-weight: bold;
}
.offer-box  a {
	background: #f9676b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
    padding: 8px 10px;
}
.offer-box a:hover {
	background: #00adef;
}
.vertical-search,

.vertical-search, .full-width-search {
    height: 508px;}
.tran-search-box .tab-content {
	background: rgba(10, 49, 82, 0.5);
	color: #143a69!important;
}
.tran-search-box .tab-content .form-control,
.tran-search-box .input-group-addon,
.tran-search-box  .custom-select-button {
	color: #07253F;
	/*background: #fff;*/
}
.tran-search-box  .nav-tabs {
	border-bottom: 4px solid #f9676b;
}
/*itenary*/
.package_image{ height:360px; overflow:hidden;}
.package_image img{ height:100%; width:100%;border-radius: 20px;}



/*--upcoming_dest--*/
.upcoming_dest{ padding:30px 0; background:#fff}
.upcoming_dest .col-md-3{ margin-bottom:15px;}
.divider {
    content: "";
    background: #ffcc00;
    height: 2px;
    width: 60px;
    margin: auto;
	margin-bottom:15px;
}
.main_title{ padding-bottom:30px; }
.upcoming_dest .main_title h1, .search_page h1, .testmonials-section .main_title h1{ font-size:1.4em; text-transform:uppercase; padding-bottom:15px;  font-weight:800;}
.upcoming_dest .main_title p{ font-size:1.1em; font-weight:300; text-align:center}
.img_container img {
max-width:100%; max-height:100%;
    height: 100%;
	width:100%;
	
}
 
/*.img_container img:hover { width:200%; height:200% }*/
.img_container {
    position: relative;
    overflow: hidden;
    
	height:200px;
}
.badge_save.sp-offer{ top:-5px!important;}
.badge_save {
    position: absolute;
    top: 0;
  
       width: 75px;
    height: 117px;
    color: #fff;
    text-align: center;
    background:url(../images/labels.png) no-repeat;
    font-size: 0.75em;
    line-height: 15px;
    padding-top: 20px;
	z-index:111;
	padding-left: 4px;
	font-weight:800;
	text-shadow: 3px 2px 3px #333;
	right:20px;
}
.badge_save_tag {position: absolute;
z-index:111;
    top: -10px;
    right: 0;
    width: 65px;
    height: 77px;
    color: #fff;
    text-align: center;
    background:url(../images/badge_save.gif);
    font-size: 0.8em;
    line-height: 15px;
    padding-top: 32px;}
.badge_save, .plan-title, .promo_full_wp div h3 {
    text-transform: uppercase;
}
.badge_save strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.tour_title_home, .tour_title{ background:#fff;}
.tour_title {
    padding: 5px;
    position: relative;
}
.tour_title_home{padding-right:0px; padding-left:0px;}
.search--img-container{ height:230px!important;}


.tour_title h3{ font-size:0.9em; padding-top: 5px; float:left; text-align:left; width:100%; color:#143a69; font-weight:800; line-height:18px; text-transform:uppercase}
.discount_price{ width:30%; padding: 3px 0; color:#636362; float:right; font-size:0.85em; text-align:right; }
.tour_from{ font-size:0.6em; padding:3px 0; color:#636362; font-weight:600; text-transform:uppercase; float:left; width:70%}
.after_discount{width:70%; color:#143a69; font-size:0.895em; font-weight:800; float:left; text-align:right; margin-top:-5px;}
.day_nights{ font-size:0.8em; color:#636362; font-weight:700; text-transform:uppercase; float:left; width:30%}

.textyellow{ color:#ffcc00}
.backyellow{ background:#ffcc00} 
.textgrey{ color:#636362}
.package-para{ height:60px;}
/*.controls{ position:absolute; z-index:1111; top:250px; }
.left{width:50px; height:50px; border:2px solid #fff; border-radius:50%; left:5%; line-height:24px;}*/


.itenary1{ padding-bottom:30px;  padding-top:30px; } 
.search_page{ padding-top:30px; padding-bottom:15px;}


/*---- rating--------*/
.rating-box{ float:left; line-height:24px;}
.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.1em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/*/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked { color: #ffcc00;  }
.rating > input:checked ~ label{ color: #ffcc00;  }/* show gold star when clicked 
.rating:not(:checked) > label:hover, /* hover current star 
.rating:not(:checked) > label:hover ~ label { color: #ffcc00;  } /* hover previous stars in list 

.rating > input:checked + label:hover, /* hover current star when changing rating 
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection 
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } */

.booked{  width:100%; padding-top:10px;  text-transform:uppercase; color:#646363; font-size:0.7em}
.tour_title p{ font-size:0.95em; color:#636362; line-height:1.3em; text-align:justify; padding-top:5px;}
.call_action { padding-top:20px;}
.upcoming_dest .readmore_btn{ margin-right:5px;}
.readmore_btn, .booknow_btn,  .readmore_btn:active, .readmore_btn.active, .open > .readmore_btn.btn-default {
    color: #fff;
  background:#143a69;
    border-color: #adadad;
	display: inline-block;
padding: 4px 6px;
margin-bottom: 0;
font-size: 12px;
font-weight: 500;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius:4px; 
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
width:100%;
text-transform:uppercase;

}
.readmore_btn:hover, .readmore_btn:focus, .readmore_btn.focus{   background-color:#d7d7d7; color:#333;}
.readmore_btn, {
margin-right:2%;
color:#656565}
.booknow_btn{ background:linear-gradient(45deg, #ffcc00, #fd6900); color:#143a69;border-radius: 20px;
    padding: 3px;
    border: none;}
.booknow_btn:hover{ background:#d7d7d7; color:#143a69}

/*holiday-types*/
.holiday-types{padding:50px 0; background:url(../images/type-bg.jpg) fixed; }
.holiday-types .col-md-3{ margin-bottom:15px}
.holiday-types .main_title h1{ font-size:1.4em; text-transform:uppercase; padding-bottom:15px; color:#fff;  font-weight:800;}
.carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
}

.carousel-control.left {
	left: -102px;
}
.carousel-control.right {
	right: -102px;
}
.holiday-types .fa-chevron-left, .holiday-types .fa-chevron-right { font-size:1em!important; color:#fff; border: 2px solid #fff; padding:5px 10px;  line-height:24px; border-radius:50%}


/*testmonials*/
.carousel-control.right, .carousel-control.left{ background:none!important;}
.testmonials{ background:#f1f1f1; padding:50px 0}
.testmonials .main_title h1{ font-size:1.4em; text-transform:uppercase; padding-bottom:15px;  font-weight:800;}
.testmonials .fa-chevron-left, .testmonials .fa-chevron-right{ font-size:1.5em; color:#b4b8bd}
.testimonial-imdbox{ width:300px; height:300px;}
.testimonial_name{     padding: 15px 0; font-size:1em; color:#6b6a6a!important;}
.testmonial a{ color:#6b6a6a;}
.testmonials blockquote{ border:none!important}
.item blockquote .test_para:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.item blockquote .test_para:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    float: right;
    margin-right: 10px;
}



#quote-carousel .carousel-indicators li, {
    background: #c0c0c0;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.testmonials p{ margin-top:25px;}
#quote-carousel .carousel-control.left , #carousel-example .carousel-control.left{
    left: 6%;
	top: 95px !important;
}
#quote-carousel .carousel-control.right, #carousel-example .carousel-control.right {
    right: 6%;
	top: 95px !important;
}
.carousel-control{ top:150px!important;  }

/*----main-footer------*/
.main-footer{ background:#000; padding:30px 0;    z-index: 99;
    position: relative;}
.main-footer h4{ color:#ffcc00; text-transform: uppercase;
font-weight: 800;
margin-bottom: 5px;
letter-spacing: 1px; margin-top:15px; }
.main-footer .text-up{ text-transform:uppercase}
.main-footer .links ul li::before {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    color: #BEC4C8;
}
.main-footer .links ul li a, .main-footer-nav ul li a {
    color: #BEC4C8;
    margin-left: 15px;
}
.main-footer ul{ list-style:none;}
.main-footer .contact-box p i {
    border: 2px solid #ffcc00;
    border-radius: 50%;
    color: #f9676b;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 11px;
    width: 40px;
}
.main-footer .links {
    line-height: 2;
}
.widget_content p {
    font-size: 15px;
    line-height: 1.7em;
}
.main-footer .awe-social a {
    display: inline-block;
    margin: 7px;
}
.main-footer .awe-social a .fa {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}
/*.main-footer .awe-social .fa-twitter {
    background-color: #77CBEF;
}
.main-footer .fa-facebook {
    background-color: #537ABC;
}
.main-footer .fa-instagram { background-color:#115487}
.awe-social .fa-youtube-play {
    background-color: #E96349;
}*/
.widget_content p{ font-size:1.2em; margin-top:15px;}
.widget_content .phone{ color:#ffcc00 !important; font-size:2em; letter-spacing: 0.02em;}
/*----main-footer------*/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
   
    color: #eeeeee;
    width: 48px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.show {
    display: block !important;
}

.main-footer-nav, .sm-footer-nav {
    background: #f7f7f7;
	padding: 10px 0px;position:relative;z-index:999;
}
.title{
margin: 5px 0 0px 0px;
cursor: pointer;
color: #EFEFEF;
float: left;}
.navbar-toggle, .navbar-toggle:hover{ background:transperent!important;
}
.navbar-toggle .icon-bar {
    background-color: #fff!important;
}
label {
    display: block;
font-weight: 400!important;}

.faq h5{ padding-top:20px; padding-bottom:5px; font-family: 'Montserrat';
    color: #333;
    font-weight: 600;}
.faq p{color: #777;}
/*----------------------------media-query------------------------------------------------------*/



@media(min-width:1600px){
	.container{width:1300px!important;}
}
@media( max-width:766px){
	.upcoming_dest .main_title h1, .search_page h1, .testmonials-section .main_title h1 {
    margin-top: 20px;
	padding-top:20px
}
	.navbar-header{padding: 10px;}
	.search_page {
    padding-top: 50px;}
	.itenary-form{ margin-top:15px;}
	.package_image {
    height: auto!important;}
	.itenary_price_box .btn-blue {
		float:none!important;
    clear: both;
    position: relative;
    display: block;
}
#itenary li{ width:100%!important;}
	
	.upcoming_dest{ padding-top:50px;}
.navbar-nav > li {
    width:100%;
}
.header-middle{ font-size:0.65em;}
.vertical-search, .vertical-search, .full-width-search {
    height: 110px;
}
.search-section {
    top: 330px !important;
	padding: 0px!important;
}
#jssor_1{ margin-top:38px!important;}
.search-section .nav-tabs > li > a {
  
    font-size: 0.71em;}
	.nav > li > a{ padding:10px 5px!important}
}
@media( max-width:768px){
.navbar-nav > li {margin: 0 2px 0 0;}
.navbar-nav > li > a {
    padding: 18px 7px 19px;
	font-size:0.8em;
}
.widget_content .phone{ font-size:1.5em;}

.footer-bottom{ padding:0px!important}
.header-middle{ font-size:0.7em;}}


@media (max-width: 991px) {
	.search-section {
    top: 260px 
}
	.navbar-toggle{ margin-top:2px; margin-bottom:2px; padding: 5px 5px; }
	.header-middle {
    padding-top: 0px;}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        
    }
    .navbar-nav>li {
        float: none;
		width:100%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	.ban-top {
    background: #000;
    padding: 0px 0;
    z-index: 11111;
    position: absolute;
    width: 100%;
}
}

/*search_page*/
/*.search_page{ padding:20px 0}*/
.tour-packs{ padding:5px; margin-bottom:15px;}
.tour_container{  padding-left:0px; }
.package_image {
    height: 452px; overflow:hidden;}



/*itenary*/
.itenary1{ padding-bottom:30px;  padding-top:30px; } 
#itenary{ background:#143a69}
#itenary li a{ color:#fff; padding: 15px; font-size:1.1em; font-weight:600 }
#itenary li.active a, #itenary li a:hover , #itenary li a.focus{ color:#143a69; background:#ffcc00!important; border-radius:0px;}
#itenary .active::after {background: #ffcc00 none repeat scroll 0 0;
content: "";
height: 20px;
left: 40%;
position: absolute;
top: 80%;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
width: 20px;}
.main_package_cost{ font-size:2.1em; padding-bottom:8px; }
.itenary .tab-content{ border:1px solid #eee; clear:both; padding:8px; border-top:0px; height: 330px;
    overflow-y: scroll; box-shadow: 1px 3px 1px #eee;}

/*overview*/
.overview, .inclusions{ padding:15px 0px;}
.overview h3, .inclusions h3{ padding-top:20px; padding-bottom:10px; font-size: 1.1em; }
.overview ul li{
   margin-bottom: 5px;
    list-style: none;
   
    font-size: 13px;
    color: #444444;
    line-height: 18px;
    padding-bottom: 5px;
	margin-left:5px;
}
 .overview ul li:before{content:"\f00c"; font-family:FontAwesome; margin-right:5px; color:#143a69}
 .itenary_compliment li:before{content:" "!important;}
#description .tour_title h3{ padding:0; font-size:1.2em; color:#646363}
#description .after_discount{ font-size:1.6em;}
#description .tour_title p{ font-size:0.909em; line-height:1.6em;}
/*overview*/

.day-box{
background: #ffcc00;
padding: 10px 20px;
position: relative;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
width:15%; float:left;}
.day-box:after{left: 100%;
z-index:99;
top: 50%;
border: solid #333;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 213, 37, 0);
border-left-color: #ffcc00;
border-width: 10px;
margin-top: -10px;}
.days_inclusions{ margin:15px 0px;}
.itnry_head_wrap p{ float:left;     padding-left: 10px;
    padding-right: 10px;
    width: 85%;
    background: #eee;
    line-height: 22px;
    font-size: 0.79em;
	font-weight: 600;
	position:relative;height: 44px;
	
}

.ame-name{ text-align:left; float:left; padding-top: 2px;}
.itnary_days{ margin:15px 0}
.itnary_days p{ color:#555; font-size:0.95em; line-height:24px; text-align:justify; font-weight:normal}
.itnary_days h5{ padding:15px 0;}
.itenary_compliment{ borx-shadow:inset 4px 5px 10px #ccc; margin-right:5px; font-size:0.95em; color:#555; text-align:left;  border-radius:10px; padding:6px 6px; list-style:none!important;  }
.itenary_compliment i{padding-right:5px; }
.amenities-icon{ float:left; padding-right:5px; padding-top: 3px;}

.itenary_compliment li {
	background:#f0f0f0!important;
    display: inline-block;
width: auto;
height: auto;
text-decoration: none;
color: #333;
font-size: 13px;
padding: 4px 10px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background: #f0f0f0;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
box-shadow: inset 0 0 5px rgba(0,0,0,.1);
margin-right: 10px;}

.itenary_price_box{ background:#ffcc00; font-weight:400; padding:15px; color:#353435; box-shadow: 0 0 5px #ccc;border-radius:20px;}
.itenary_price_box .price span.rs{ font-size:2.5em; font-weight:normal;}
.price{ padding-bottom:10px;}
.itenary_price_box .icon_package_Type{ }
.itenary_price_box i{ font-size:1.5em; padding-right:5px;}
.itenary_price_box .package_Type{ font-size:1.2em; font-weight:300}
.itenary_price_box .tour_code{ font-size:1.5em;}
.itenary_price_box .icon_package_calendar, .icon_package_time{padding:10px 0 2px 0}
.btn-blue{ background:#183a68; margin-top:15px; float:right; color:#fff!important;}
.btn-blue a{ color:#fff!important;}
.print-sec {padding:15px; color:#646363; font-size:1.3em;}
.print-sec i{ padding-right:5px;}
.fa-print, .fa-envelope, .fa-fw{color: #183a68;}
.fa-yl{ color:#ffcc00!important;}
.print-sec i:hover, .print-sec a:hover { color:#ffcc00; cursor:pointer}
.print-sec a{color:#646363}

.itenary-form{ padding:15px; border:1px solid #ccc; box-shadow: 0px -20px 15px -15px rgb(0 0 0 / 23%), 0px 20px 15px -15px rgb(0 0 0 / 29%); 
color:#143a69;border-radius:20px;}
.itenary-form h4{ font-size:1.6em;}
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}
.input-prepend {display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.btn-yellow{background:#ffcc00; margin-top:15px;  color:#183a68; font-size:1.1em;}
.btn-yellow:hover{ box-shadow:0px 0px 5px #ccc; color:#183a68;}

/*inclusions*/
.inclusions ul{ padding:15px 0; list-style:none;}
.inclusions ul li{ padding:5px 0; }
.inclusions ul li:before{ content:"\f00c"; font-family:FontAwesome; margin-right:5px; color:#143a69;}

.testmonials-section{ background:#fff; padding: 30px 0; }
.testimonial-box{ display: table; height: 150px; position: relative; overflow: hidden;}
   .testimonial-person-name{ font-size:1.2em;}
   .testimonial-p{ font-size:1.1em}
   .wording{display: table-cell; vertical-align: middle;}
   .form-horizontal .control-label{ text-align:center!important;}
  
.testmonials-section blockquote{ border-left: 1px solid #abb8c9!important;}
.test_para p{ color:#143a69; font-size:0.85em; text-align:justify; padding-top:20px; line-height:24px;}
.item blockquote .test_para::before, .item blockquote .test_para::after{ color:#d2d2d2; font-size:1.8em;}
.awe-social i{border-style: solid;
border-color: transparent;
background-color: rgb(275, 275, 275);
color: #2f4054!important;}
.awe-social i:hover{ color:#ffcc00}
}
/*media query*/

@media(max-width:360px) {
	.header-middle{ padding:0!important;}
	.header-bot{ padding-top:10px}
	.header-left img { width:100%;}
	.navbar-nav > li > a {
    padding: 10px 7px 10px;}
	.header-left, .header-middle{ padding-left:0px; padding-right:0px;}
	.search-section .nav-tabs{ width:100%; margin-bottom:2px;}
.search-section .search-col-padding{ width:100%!important; margin-top:10px; }
.search-section { top:200px!important; left:30px;}
.vertical-search, .full-width-search{ height:350px!important;}
.search-col-button-padding {
    width: 96%;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}
.search-section .nav-tabs > li { width:100%;}
.ban-top{    position: absolute!important;
    width: 100%;

z-index: 999;}
.tour_container { padding-right:0px!important;}
.package_image { height:160px; padding:0px;}
.search_page { padding:60px 0px 0px 0px;}

.header-bot { padding:5px 0;}

#bookingForm{ padding-top:15px;  margin-top:20px;}

.main-footer .contact-box .widget_content p { margin-top:15px!important;}
.search-section .tab-content{ width:94%!important;}
.search-section .search-col-padding{ width:40%;

}}

/*@media(min-width:360px) {.search-section {
    top: 250px;
    left: 0px;
}
.nav > li > a{ padding:5px!important;}}*/



@media(min-width:645px) and (max-width:768px) {
	.menu__link{ font-size:0.75em!important;}
	.container{padding-right:0px!important; padding-left:0px!important;}
	
	.vertical-search, .full-width-search{ height: 235px !important;
margin-top: 30px;}
.main_title{
padding-top: 15px;}

	
	}
	
	@media (max-width: 991px) {
	.offer-slider,
	.offer-box {
		display: none;
	}
}
@media (max-width:767px) {
	.header-middle{ padding:0!important;}
	.vertical-tab .nav-tabs > li {
		display: block;
		width: auto;
	}
	.vertical-tab-pannel {
		padding-left: 15px;
	}
	.vertical-tab {
		padding-right: 15px;
		margin-top: 0px;
	}
	.search-top span {
		display: none;
	}
	.nav>li>a {
		padding: 10px;
	}
	.home-title  h1  {
		font-size: 24px;
	}
	.home-title  h2 {
		margin-bottom: 0px;
		font-size: 20px;
	}
	.bg-slider .carousel-caption h2 {
		font-size: 20px;
	}
	.bg-slider .carousel-caption h4,
	.bg-slider .carousel-caption a {
		display: none;
	}
	.bg-slider .carousel-caption {
		top: 5%;
	}
	.search-section{ top:0px!important; position: relative;}
	.search-section .tab-content{ width:94%!important;}
.search-section .search-col-padding{ width:40%;

}
.search-col-button-padding {
    width: 19%;
}
.header-middle{
text-align: left!important;}
.ph-text {
   
    font-size: 1.33em;}
	.ph-text img{ height:22px; width:22px;}
	.search-section .nav-tabs > li {
    margin-bottom: 5px;
    width: 100%;}
	.upcoming_dest{ clear:both; padding:30px;}
	.search-section .search-col-padding {
    width: 100%;
	margin-bottom:10px;
}
.search-section .tab-content {
    width: 100% !important;
}
.drop-image{ width:230px;}
.search--img-container {
    height: 180px !important;
}
.tour_container{ padding-right:0px;}
.multi-column-dropdown{ padding-bottom:5px;}
.drop-image .img-responsive{ width:100%;}
.search-col-button-padding {
    width: 85%;
	margin-left:15px;
}
}

	@media(min-width:1024px) and (max-width:1025px){
	.container{ padding:0px!important}
	#itenary li a{ font-size:0.8em!important;}
	
	.widget_content .phone { font-size:1.5em}
	#itenary li a {font-size:0.8em!important;}
	.search--img-container {
    height: 260px!important;
	}
	.vertical-search, .vertical-search, .full-width-search {
    height: 331px;
}
	.search-section {
    top: 390px !important;}
	.navbar-nav > li > a {
    padding: 10px 5px!important;
	font-size:0.8em;
}
.book-text {    
    font-size: 1.2em;}
	.booked{font-size: 0.58em;}
	.after_discount{font-size: 0.79em;}
	.widget_content .phone {
    font-size: 1.55em}

	}

@media(min-width:1025px) and (max-width:1224px) {
	
	.ph-text{  font-size:1.1em!important; }
.book-text{ font-size:1.1em!important;}
 .menu__list > li > a{ font-size:0.9em!important;}
.navbar-nav > li{ margin:0px!important}
.search-section {    
    width: 80%!important; margin:0px !important; }
	.discount_price{font-size: 0.65em!important;}
	.after_discount{font-size: 0.75em!important;}
	.readmore_btn, .booknow_btn, .readmore_btn:active, .readmore_btn.active, .open > .readmore_btn.btn-default{ font-size:0.75em;}
	.tour_title h3 {
    font-size: 0.7em!important;}
	.booked{ width:100%!important;}
	.img_container{ height:150px!important;}
	.main-footer h4{ font-size:1em!important;}
	.widget_content .phone { font-size:1.5em!important;}
	.carousel-control.left {
    left: -60px!important;
	}
	.carousel-control.right {
    right: -60px;
}
.psm0{ padding-left:0px!important;}
#itenary li a {
    color: #fff;
    padding: 10px!important;
    font-size: 0.9em!important;}
.search--img-container {
    height: 260px !important;}}
@media(min-width:1280px){ .menu__list li a{ font-size: 1em;}
.search-section{ top:458px!important;}
.vertical-search, .vertical-search, .full-width-search {
    height: 394px;
}
#itenary li a{ padding:10px;}
.widget_content .phone {
    color: #fff !important;
    font-size: 1em!important;}}  
 
@media(min-width:1336px){
	.vertical-search, .full-width-search {
    height: 410px;
} 
.search-section {
    top: 485px!important;
}
#itenary li a {

    padding: 10px;}
.search--img-container {
    height: 225px !important;
}

}
@media(min-width:1600px){.vertical-search, .full-width-search {
    height: 485px;
} 
.search-section{ top:560px!important} }
@media(min-width:1824px){
.search-section{bottom: 295px!important;}}


/*jssor*/

.jssora22l {
    background-position: -11px -31px!important;
	    left: 18px;
    width: 50px;
    height: 98px;
	top: 202.5px;

}
.jssora22r {
    background-position: -71px -21px!important;
	 width: 50px;
    height: 98px;
	top: 202.5px;
}
.jssora22l, .jssora22r {
    display: block;
    position: absolute;   
    cursor: pointer;
    background:url(../images/a11.png) no-repeat;
    overflow: hidden;
}


/*new css by pooja*/
.title1 {
   font-size: 2.25rem
 }

 .title2 {
   font-size: 2rem
 }

 .title3 {
   font-size: 1.75rem
 }

 .title4 {
   font-size: 1.5rem
 }

 .title5 {
   font-size: 1.25rem
 }

 .title6 {
   font-size: 1rem
 }
  .title7 {
   font-size: 0.8rem
 }
  .text-blue {
   color: #143a69 !important;
 }
 .weight300{font-weight:300 !important}
.weight400{font-weight:400 !important}
.weight500{font-weight:500 !important}
.weight600{font-weight:600 !important}
.weight700{font-weight:700 !important}
.weight800{font-weight:800 !important}
 .text-montserrat{font-family: 'Montserrat', sans-serif;}
 .text-muted{color:#717171;}
 .distinctive{background:url(../images/distinctive-back.jpg);    background-position: center;
    background-size: contain;}
 .main_title h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 800;
}
.main_title {
    padding-bottom: 30px;
}


.destinations .item {
    flex-grow: 1;
    height: 450px;
    position: relative;
    transition: all 300ms ease-in-out;
    padding: 0px;
    width: 165px; transition: all 300ms ease-in-out;
}


.destinations .item .img-wrapper {
    height: 100%;
   
}
.destinations .item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease-in-out;
}
.destinations .item .img-wrapper .overlay{ transition: all 300ms ease-in-out;position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(1deg, black, transparent,transparent);}
.destinations .item .img-wrapper p {    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position:absolute;bottom:30px;width:100%;font-size:2.5em;color:#fff;
    padding: 10px;
    margin: 0;
    text-align: center;

    font-weight: 500;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;opacity: 0.9;
}


.destinations .item:hover {
    flex-grow: 2.7;transition:0.5s;
}

.destinations .item:hover .overlay{
background:linear-gradient(1deg, black, transparent); transition: all 300ms ease-in-out;
    
}
.bucket-list-tours .inner{background:#fff ; height:285px;    border-radius: 25px;
    border: 1px solid #c5c5c5;overflow: hidden;transition:0.3s;}
    
    .bucket-list-tours .inner .tour_title{border-radius: 23px;
    position: relative;padding:20px 10px 10px 10px;
    margin-top: -40px;}
    .bucket-list-tours .inner .day_nights{box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.07);
    position: absolute;width: max-content;
    top: -18px;
    right: 23px;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    color: #143a69;}
.readmore_btn, .readmore_btn:active, .readmore_btn.active, .open > .readmore_btn.btn-default{
    background: linear-gradient(45deg, #012654, #004dad) !important;border:none;border-radius: 20px;color:#fff !important;
}
.bucket-list-tours .inner:hover{box-shadow:0px 6px 22px 0px rgba(0, 0, 0, 0.09);}
.testmonial .inner{background:#fff;border-radius:25px;padding:15px;border:1px solid #ddd;box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.09);}
.testmonial .inner .img-circle{    margin-bottom: -60px;    object-fit: cover;padding: 3px;
    box-shadow: 0 0 4px #040404b0;
    background: #fff;}

.testmonial{    padding-bottom: 25px;}
.divider{background:linear-gradient(45deg, #ffcc00, #ff6a00);height:4px;}
.top-section{background:url(../images/page-top-bg-2.png);    background-repeat: no-repeat;    background-position: center;
    background-size: contain;}
    .four-verticals img{width:100%;height:250px;object-fit:cover}
.top-search{    position: absolute;    width: 100%;    bottom: 10%;left:0;}
.top-search .fa-sort-desc{       position: absolute;    top: 20px;    right: 25px;color:#545454;}
.top-search select {	appearance: none;}
.top-search .form-control{height: 65px;    padding: 14px 22px;    font-size: 15px;width: 100%;
    border: none;    border-radius: 0;color: #545454;    font-family: 'Montserrat';}
    .top-search .search-col-padding,.top-search .search-col-button-padding{padding-right:2px !important;}
    .top-search .search-button{height: 65px;    padding: 14px 22px;    font-size: 15px;    text-transform: capitalize;
    font-weight: 500;    color: #343434;}
  .country-tours-page{background:url(../images/world-map.png);background-size:contain;background-position:center;}  
  .country-tours-page .inner{    border-radius: 20px;
    overflow: hidden;transition:0.5s;    position: relative;}
    .country-tours-page .inner img{width:100%;height: 200px;    object-fit: cover;}
    .country-tours-page .overlay{position:absolute;left:0;right:0;top:0;bottom:0;background:#fff;opacity:0.8;}
    .country-tours-page .inner p{position:absolute;bottom:20px;color:#fff;font-weight:bold;transition:0.5s; 
    width: 100%;    text-align: center;    left: 0;    font-size: 1.4em;    text-transform: uppercase;z-index:9;
    padding-bottom: 15px;    font-family: 'Montserrat';    text-shadow: 0 0 10px #000;}
     .country-tours-page .inner:hover p{bottom:70px;}
    .country-tours-page .inner .img-overlay{position:absolute;top:100%;left:0;right:0;bottom:0;background:rgba(0,0,0,0.7);opacity:0;transition:0.5s;}
    .country-tours-page .inner:hover .img-overlay{top:0;opacity:1;}
    .country-tours-page .inner .img-overlay a{position: absolute;    left: 0;    right: 0;    color: #ffcc00;
    text-transform: uppercase;    font-weight: bold;    font-family: 'Montserrat';    width: 100%;text-align: center;}
     .country-tours-page .inner:hover .img-overlay a{bottom:20px;}
     .faq .panel, .faq .panel-heading{background-color:transparent;    border: none;    box-shadow: none;    border-radius: 0;}
     .faq .panel-heading{border-bottom:1px solid #ccc;}
     .faq{background:url(../images/faq-bg.jpeg);background-size:cover;background-position:center;}
        .faq .panel-body{box-shadow:0 20px 35px rgb(0 0 0 / 8%);background:#fff;border:none !important;border-radius:10px;margin-top: 10px;}
        .faq .panel-heading a{outline: none !important;}
  .tour-packs{    border: 1px solid #ccc;    border-radius: 15px;overflow:hidden;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -23px;    padding: 0;}
    .badge_save.sp-offer {    top: 0px !important;}
    .testmonials-section .inner{box-shadow:rgba(0, 0, 0, 0.45) 0px 25px 20px -23px;border:1px solid #ccc;border-radius:20px;margin:0;margin-bottom:30px;
        padding: 10px;height: 95%;
    }
    .header{    position: fixed;    top: 0;    right: 0;    left: 0;z-index: 9999;}
       .testmonials-section .item{}
       .detail-page-itenary-form{    background: #fff;    }
    .top-logo{    width: 190px;
    margin: inherit;}
    .upcoming_dest{background:url(../images/bucket-list-bg.jpeg);background-size:cover;background-position:center;position:relative;}
    .upcoming_dest .overlay{position: absolute;    left: 0;    right: 0;    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);}
    .position-relative{position: relative;}
    
    .yellow_btn{ background:#ffcb08; color:#143a69;border-radius: 20px;
    padding: 3px;
    border: none;padding: 4px 6px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;width:100%;transition:0.5s;}
.yellow_btn:hover{ background:#26BDF7; color:#143a69}
  .menu__list .dropbtn {

  color: white;
 
  font-size: 16px;
  border: none;
}

.menu__list .dropdown-hover {
  position: relative;
 
}

.menu__list .dropdown-content {
  display: none;
 position:relative;
  background-color: #f1f1f1;
  min-width:200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

.menu__list .dropdown-content a {
  color: black;
  padding: 8px 5px;
  text-decoration: none;
  display: block;
}

.menu__list .dropdown-content a:hover {background-color: #ddd;}

.menu__list .dropdown-hover:hover .dropdown-content {display: block;}

.menu__list .dropdown-hover:hover .dropbtn {}  
    .itnry_head_wrap p span{    position: absolute;
    top: 50%;
    left: 12%;
    transform: translate(-10%, -50%);
}
 .short-para-2-lines{ display: -webkit-box;
  max-width: 100%;height:36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;}   
    
    
    
@media(max-width:600px){
    .top-search .form-control,.top-search .search-button{height: 45px; padding: 5px 5px;   }
  .top-search .fa-sort-desc{top:10px;        right: 7px;}
    .top-search{bottom:20%;}
    .detail-page-itenary-form{position:relative;}
}
    
    
    
    
    
    


.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}


/*Custom css added on 10March 2025*/
select.ui-datepicker-month {
    color: black;   
}

select.ui-datepicker-year {
    color: black;           
}                 
@media(max-width:600px){
    .destinations .item .img-wrapper p{
        font-size: 1.5rem;
    }
    .ban-top{max-height:80vh;overflow-y:scroll;}
    .menu__list li:hover {
    background: transparent;
}
.drop-image {
        width: 120px;
    }
    .multi-column-dropdown li a{color:#fff;}
    .mega_location_name{width:120px;}
    .menu__list .dropdown-content{          position: absolute;display:block;  min-width: 195px;right: -5px;
    top: 0;    height: 400px;    overflow-y: scroll;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background:#000;}
    
    
}


