﻿@charset "utf-8";
/* CSS Document
 Body fonts Weights
 thin       100
 light      300
 regular    400
 Medium     500
 Semibold   600
 Bold       700
 Extra bold 800
 Black      900   
 font-family: "proxima-nova",sans-serif;
 
 inner title font Weights
 extrabold :800
 extrabold italic :800
 font-family: 'Fira Sans', sans-serif;
 
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
body {
	font-size: 16px;
	line-height: 24px;
	font-family: "proxima-nova", sans-serif;
	color: #555555;
	font-weight: 400;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	outline: none;
}
ul, ol {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
a {
	color: #1068b1;
	outline: none;
	text-decoration: none;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
a:hover {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	display: inline-block;
	max-width: 100%;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	cursor: pointer;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
input[type="text"], input[type="date"], input[type="password"], input[type="email"], input[type="search"], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
/*Typography*/
h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova", sans-serif;
	line-height: 1.1;
	color: #000000;
	margin: 0px;
	font-weight: 400;
	letter-spacing: 5px;
	margin: 0px 0px 20px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	/*color: #FFF;*/
}
h1, h2, h3 {
	font-size: 30px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 24px;
}
h6 small, small {
	font-weight: 400;
	font-size: 16px;
}
strong {
	font-weight: 700;
}
textarea {
	resize: none;
	min-height: 100px;
}
/* button */	
.btn-default {
	background-color: transparent;
	border: 1px solid #fff;
	padding: 8px 25px 6px 25px;
	border-radius: 0;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.btn-default:hover, .btn-default:focus {
	color: #1068b1;
	background-color: #fff;
	border-color: #fff;
}
.btn-primary {
	background-color: #0072bc;
	border: 1px solid #0072bc;
	padding: 8px 20px 7px;
	border-radius: 0;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background-color: #1068b1;
	border-color: #1068b1;
}
.btn-gray {
	background-color: #e1e1e1;
	border: 1px solid #e1e1e1;
	padding: 8px 20px 7px;
	border-radius: 0;
	display: inline-block;
	color: #afafaf;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}
.btn-gray:hover {
	color: #fff;
	background-color: #1068b1;
	border-color: #1068b1;
}
.btn-appnow {
	background-color: #1068b1;
	border: 1px solid #1068b1;
	padding: 7px 15px 5px;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}
.btn-appnow:hover {
	color: #fff;
	background-color: #083f88;
	border-color: #083f88;
}
.btn-appnow-blue {
	background-color: #083f88;
	border: 1px solid #083f88;
	padding: 7px 15px 5px;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}
.btn-appnow-blue:hover {
	color: #fff;
	background-color: #1068b1;
	border-color: #1068b1;
}
/* button  */	

/* header */	
.headertop {
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #f4f4f4;
}
.tollfreeno {
	font-size: 12px;
	padding: 8px 0px;
	float: left;
	width: 50%;
}
/* 14-11-2018 new css start */
.tollfreeno{
	width: 35%;
}
/* 14-11-2018 new css end */
.tollfreeno i {
	margin-right: 5px;
	display: inline-block;
}
.tollfreeno span {
	display: inline-block;
	vertical-align: middle;
	color: #555555;
}
.tollfreeno strong {
	color: #0072bc;
	font-weight: 600;
}
.logdiv {
	float: right;
	width: 50%;
	position: relative;
}
.headertop ul {
	float: right;
}
.headertop ul li {
	float: left;
	position: relative;
}
.headertop ul li label {
	padding-left: 8px;
}
.headertop ul li select {
	padding: 0px 6px;
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	margin: 8px 0px 7px 10px;
	border: 1px solid #c5c5c5;
	background-position: 90%;
}
.headertop ul li:before {
	content: '';
	background: #555;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 10px;
}
.headertop ul li:first-child:before, .headertop ul li ul li:before {
	display: none;
}
.headertop ul li a {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 12px;
	color: #555555;
	font-size: 14px;
	text-transform: uppercase;
}
.headertop ul li a:hover {
	color: #0072bc;
}
.headertop ul li span {
	display: inline-block;
	vertical-align: middle;
}
.headertop ul li i {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0px 0px;
}
.headertop ul li span.user {
	padding: 13px 10px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}
.headertop ul li span.user strong {
	color: #0072bc;
	font-weight: 400;
}
.headertop ul li:hover a.myact {
	color: #fff;
	background: #0072bc;
}
.headertop ul li ul {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	width: 200px;
	right: 0px;
	background: #0072bc;
	top: 40px;
	transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	-ms-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-moz-transition: ease all 0.2s;
}
.headertop ul li:hover ul {
	opacity: 1;
	visibility: visible;
}
.headertop ul li ul li {
	width: 100%;
	padding: 0px;
}
.headertop ul li ul a {
	border-bottom: 1px solid #4392c6;
	padding: 8px 15px;
	display: block;
	color: #fff;
}
.headertop ul li ul a:hover {
	border-bottom: 1px solid #1068b1;
	background: #1068b1;
	color: #fff;
}
.headertop ul li li:last-child a {
	border-bottom: none;
}
.headertop a:hover {
	color: #000;
}
.headerwhite {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #fff;/*	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);*/
}
.fixed-header {
}

.logo a {
	display: inline-block;
}
.scroll-to-top {
	position: fixed;
	cursor: pointer;
	bottom: 1em;
	right: 0px;
	padding-right: 1em;
	display: none;
	z-index: 999;
}
.sliderfull {
	width: 100%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	margin-top: 125px;
}
.searchbg {
	width: 100%;
	left: 0px;
	font-size: 15px;
	bottom: 0px;
	padding: 20px 0px 10px;
	background-color: rgba(8,63,136,0.9);
}
.titlesearch {
	margin-bottom: 15px;
}
.titlesearch span {
	font-size: 18px;
	position: relative;
	font-weight: 600;
	padding: 0px 0px 0px 30px;
	color: #fff;
	text-transform: uppercase;
}
.titlesearch span:before {
	position: absolute;
	top: 2px;
	left: 0px;
	content: '';
	height: 18px;
	width: 18px;
	background: url(../images/search-icn.png) no-repeat top center;
}
.searchbg input[type="text"] {
	padding: 7px 10px 7px 0px;
	color: #fff;
	border: none;
	width: 100%;
	border-bottom: 1px solid #999;
	background-color: transparent;
}
.searchbg select, #search_form select {
	border: none;
	cursor: pointer;
	padding: 7px 10px 7px 0px;
	color: #fff;
	border-bottom: 1px solid #999;
	background: url(../images/downArrow.png) right 14px no-repeat;
	background-color: transparent;
	width: 100%;
}
.searchbg select option {
	color: #666;
}
.btn-submit {
	color: #fff;
	display: inline-block;
	padding: 8px 25px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	transition: background 0.3s ease-out;
	background-color: #0072bc;
	border: none;
	vertical-align: middle;
}
.btn-submit:hover {
	color: #fff;
	background-color: #1068b1;
}
.searchbg input[type="text"]::-moz-placeholder {
 color: #fff;
 opacity: 1;
}
.searchbg input[type="text"]:-ms-input-placeholder {
 color: #fff;
}
.searchbg input[type="text"]::-webkit-input-placeholder {
 color: #fff;
}
.form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
/* header */	
					
/* common class */	
.tourtopcenter {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.margin-top-bottom {
	margin: 70px 0px;
}
.margin-top-bottom70 {
	margin: 70px 0px 40px;
}
.mar-top {
	margin-top: 90px;
}
.mar-bottom {
	margin-bottom: 90px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}
.margin-left-15 {
	margin-left: 15px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-bottom-60 {
	margin: 60px 0px;
}
.margin-left-10 {
	margin-left: 10px;
}
.col-mar-top {
	margin-top: 20px;
}
.list-item {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.list-item ul {
	margin: 0px 0px 15px;
	padding: 0px;
	width: 100%;
}
.list-item ul li {
	padding-left: 25px;
	background: url(../images/bullet-arrow-orange.png) left 6px no-repeat;
	padding-bottom: 5px;
	text-align: left;
}
.posrel {
	position: relative;
}
.form-control {
	background-color: #fff;
	border: 1px solid #dddddd;
	box-shadow: none;
	color: #555;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: 1.42857;
	border-radius: 0px;
	padding: 10px 15px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #dadada;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
select {
	width: 100%;
	background: url(../images/select-dropdown-gray.png) no-repeat center right;
	background-color: transparent;
	border: 1px solid #999999;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	outline: 0;
}
select:focus {
	outline: none !important;
}
.alert {
	padding: 10px;
}
p.error {
	color: #F00;
	margin-bottom: 0px;
	margin-top: 2px;
}
.imgshadow {
	-webkit-box-shadow: 1px 5px 7px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 5px 7px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 5px 7px 1px rgba(0,0,0,0.2);
}
/* common class */			

.about-sec-home {
	width: 100%;
	margin: 50px 0px 60px;
	vertical-align: top;
	display: inline-block;
	text-align: left;
}
.about-sec-centercol {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	margin-bottom: 40px;
}
.bestseller {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.bestseller h2 {
	color: #1068b1;
	font-weight: 800;
	margin-bottom: 30px;
}
.title-border-orange {
	display: inline-block;
	position: relative;
	text-align: left;
	padding-bottom: 8px;
}
.title-border-orange:before {
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0px;
	width: 50px;
	height: 2px;
	background: #1068b1;
}
.img-abs-title {
	top: 0px;
	position: absolute;
	padding: 25px 34px;
	left: 0px;
	width: 100%;
	text-transform: uppercase;
}
.img-abs-title h3 {
	color: #fff;
	letter-spacing: 0px;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 18px;
}
.img-abs-title h6 {
	color: #fff;
	letter-spacing: 0px;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 20px;
}
.img-abs-title small {
	font-size: 13px;
	display: block;
	line-height: 16px;
}
.img-abs-title span {
	color: #fff;
	font-size: 18px;
}
.abs-bookbtn {
	bottom: 0px;
	position: absolute;
	padding: 30px 35px;
	left: 0px;
}
.best-seller-slider .img-abs-title {
	padding-top: 35px;
}
.why-sec-centercol {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	margin-bottom: 25px;
}
.tabvertical {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 90px;
	position: relative;
}
.tabverleft {
	width: 58%;
	float: left;
	margin: 20px 0px;
}
.tabrightimg {
	width: 46%;
	float: right;
	position: absolute;
	right: 0px;
	margin: 0px 0px 0px 0px;
	top: 0px;
	-webkit-box-shadow: -4px 5px 20px -7px rgba(0,0,0,0.5);
	-moz-box-shadow: -4px 5px 20px -7px rgba(0,0,0,0.5);
	box-shadow: -4px 5px 20px -7px rgba(0,0,0,0.5);
}
.travelchoosebg {
	background: #1068b1;
	width: 52%;
	color: #fff;
	text-align: left;
	margin-left: 15px;
	padding: 60px 140px 60px 60px;
}
.travelsliderimg {
	width: 53%;
	position: absolute;
	top: 50%;
	right: 30px;
	padding: 0px;
	-webkit-box-shadow: -3px 5px 15px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: -3px 5px 15px -2px rgba(0,0,0,0.5);
	box-shadow: -3px 5px 15px -2px rgba(0,0,0,0.5);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.travel-slider {
	margin-bottom: 100px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.travel-slider a {
	margin-top: 10px;
}
.travel-slider h3 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0px;
}
.travel-slider h5 {
	font-size: 20px;
	letter-spacing: 0px;
}
.joinusnowbg {
	background: #0072bc;
	padding: 40px 0px 30px 0px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
.joinusnowbg .btn-default {
	padding: 8px 35px 7px;
	letter-spacing: 2px;
}
.frmemailsub {
	width: 100%;
	position: relative;
}
.frmemailsub p.error {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.newlettersub {
	background: #083f88;
	padding: 15px 150px 20px 115px;
	color: #fff;
}
.newlettersub input[type="email"], .newlettersub input[type="text"] {
	border: 1px solid #fff;
	height: 40px;
}
.group-tour-inquiry-form select{
	background: url(../../images/downArrow.png) no-repeat right 8px center;
}
footer {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.footergray {
	background: #f4f4f4;
	padding: 60px 0px 36px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.footerwhite {
	background: #fff;
	/*padding: 40px 0px 105px;*/
	padding: 40px 0px 25px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
footer strong {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0px;
	color: #555;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: block;
}
footer ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/*footer ul li {
	width: 25%;
	float: left;
}*/
footer ul li a {
	color: #555;
}
footer ul li a:hover {
	color: #1068b1;
}
.developedby {
	font-size: 12px;
}
.location {
	position: relative;
	padding-left: 30px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	color: #000;
}
.location:before {
	background: url(../images/location-icn.png) no-repeat left top;
	content: '';
	width: 12px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 5px;
}
.phone {
	position: relative;
	padding-left: 30px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	color: #000;
}
.phone:before {
	background: url(../images/phone-icon.png) no-repeat left top;
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 5px;
}
.mailicon {
	position: relative;
	padding-left: 30px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.mailicon a {
	color: #000;
}
.mailicon a:hover {
	color: #1068b1;
}
.mailicon:before {
	background: url(../images/mail-icon.png) no-repeat left top;
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 8px;
}
.social a:hover .facebook {
	background-position: 0px -20px;
}
.social a .twitter {
	background-position: -20px 0px;
}
.social a:hover .twitter {
	background-position: -20px -20px;
}
.social a .blogicn {
	background-position: -40px 0px;
}
.social a:hover .blogicn {
	background-position: -40px -20px;
}
.social a .youtube {
	background-position: -60px 0px;
}
.social a:hover .youtube {
	background-position: -60px -20px;
}
.social a .pintrest {
	background-position: -80px 0px;
}
.social a:hover .pintrest {
	background-position: -80px -20px;
}
.social a .linkedin {
	background-position: -120px 0px;
}
.social a:hover .linkedin {
	background-position: -120px -20px;
}
.social a .flipicon {
	background-position: -100px 0px;
}
.social a:hover .flipicon {
	background-position: -100px -20px;
}
.footerwhite p {
	margin-top: 8px;
	margin-bottom: 0px;
}
.footerlogo {
	display: inline-block;
	vertical-align: middle;
	padding-right: 12px;
}
.resp-tabs-container ul {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.resp-tabs-container ul li {
	background: url(../images/bullet-arrow.png) left 7px no-repeat;
	padding: 0px 0px 5px 20px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
/* tour detail page */
.innertitle {
	width: 100%;
	padding: 38px 0px;
	background: url(../images/inner-title-bg.jpg) no-repeat bottom center #1068b1;
}
.innertitle h1 {
	margin-bottom: 0px;
	font-size: 72px;
	line-height: 72px;
	letter-spacing: 0px;
	font-weight: 800;
	font-family: 'Fira Sans', sans-serif;
	font-style: italic;
}
.breadcrumb {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
/*.breadcrumb a {
	color: #fef3e9;
	padding: 0px 7px 0px 0px;
	position: relative;
}
.breadcrumb a:after {
	content: '/';
	font-size: 16px;
	display: inline-block;
	margin-left: 7px;
}
.breadcrumb a.active, .breadcrumb a:hover {
	text-decoration: underline;
	color: #fff;
}*/
.breadcrumb span {
	color: #fff;
	padding: 0px;
}
.breadcrumb a:last-child:before {
	display: none;
}
.breadcrumb1 {
	background-color: transparent;
	padding: 0px;
	margin: 0px 0px 20px;
}
.breadcrumb1 a {
	color: #000;
	padding: 0px 7px 0px 0px;
	position: relative;
}
.breadcrumb1 a:after {
	content: '/';
	font-size: 16px;
	display: inline-block;
	margin-left: 7px;
}
.breadcrumb1 a.active, .breadcrumb1 a:hover {
	text-decoration: underline;
	color: #1068b1;
}
.breadcrumb1 span {
	color: #1068b1;
	padding: 0px;
}
.breadcrumb1 a:last-child:before {
	display: none;
}
/*.rightdate{
	text-align:right;
	margin:10px 0px;	
	}	
.datetopicon{
	display:inline-block;
	text-align:left;
	margin:0px;
	padding-right:15px;
	color:#fff;
	text-transform:uppercase;
	}
.prizerate{
	float:right;
	text-align:left;
	margin:0px;
	padding-left:15px;
	color:#fff;
	text-transform:uppercase;
	width:85%;
	margin-top:5px;
	}	
.rightdate span{
	vertical-align:middle;
	display:inline-block;
	margin-left:10px;
	font-size:18px;
	}	
.rightdate img{
	vertical-align:middle;
	}
.prizerate span{
	padding-right:15px;
	}*/							
.inner-row-data {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-top: 124px;
}
.tour-top-blue-bg {
	padding: 25px 0px 10px;
	margin-top: 10px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #205294;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 110;
	text-align: center;
}
.tourdetailrev {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0px;
	color: #c5c5c5;
	text-transform: uppercase;
	text-align: center;
}
.tourborder {
	width: 16.6667%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: -4px;
}
.tourborder:before {
	width: 1px;
	height: 100%;
	right: 0px;
	top: 0px;
	content: '';
	background: #ddd;
	position: absolute;
}
.tourborder:last-child:before {
	background: none;
}
.tourdetailrev h6 {
	letter-spacing: 0px;
	margin-bottom: 5px;
	color: #fff;
}
.tour-content-slider {
	margin: 70px 0px;
}
.tour-cantain-data {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0px 50px;
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	color: #000;
}
.tour-content-slider h3 {
	font-size: 48px;
	margin-bottom: 0px;
	font-weight: 700;
	letter-spacing: 0px;
}
.tour-gallery-slider {
	margin: 0px 0px 80px;
}
.tour-gallery-slider a {
	margin: 10px 5px 0px;
	position: relative;
	display: block;
	overflow: hidden;
}
.ghover-effect {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}
.tour-gallery-slider a:hover .ghover-effect {
	opacity: 1;
}
.ghover-effect img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.tour-detail-row h3 {
	color: #1068b1;
	font-weight: 700;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
.overviewdetail {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}
.overviewdetail strong {
	font-size: 18px;
	color: #000;
	display: inline-block;
}
.overviewdetail span {
	color: #e41010;
}
.titleornage {
	display: inline-block;
	vertical-align: top;
	padding: 2px 17px;
	background: #1068b1;
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.titleornage h2 {
	font-size: 18px;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 0px;
	line-height: 24px;
}
.tbl-caption {
	display: inline-block;
	vertical-align: top;
	margin-top: 11px;
	margin-left: 10px;
}
.detailinnerover {
	margin-bottom: 30px;
}
.whitecol {
	padding: 20px;
	background: #fff;
	width: 100%;
}
.daretocomparecol .whitecol {
	min-height: 200px;
}
.detailinnerover ul {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	background: #fff;
}
.tour-detail-row .resp-vtabs .resp-tab-content ul li {
	background: url(../images/bullet-arrow-orange.png) left 6px no-repeat;
}
.resp-tabs-list a {
	background: #f6491a;
	display: block;
	padding: 20px 0px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.resp-tabs-list a:hover {
	background: #0072bc
}
.fancybox-map {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
}
.maplarge {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
.largeview {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.largeview span {
	display: block;
	margin-top: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.fancybox-map:hover .maplarge {
	opacity: 1;
	visibility: visible;
}
.tourmap {
	height: 500px;
	margin-bottom: 30px;
	width: 700px;
}
.tourmap iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.touralsolike {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 70px 0px 0px;
}
.touralsolike h4 {
	color: #1068b1;
	font-weight: 800;
	margin-bottom: 30px;
}
.departuredetail {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 70px 0px 0px;
}
.departuredetail p span {
	color: #e41010;
}
.table-responsive {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	width: 100%;
}
.table {
	margin-bottom: 0px;
}
.table-bordered tr {
	/*background: #fff;*/
}
/*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 13px 20px;
	color: #777;
	font-weight: 400;
}*/
/*.table > thead > tr > th {
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #555;
}*/
.table > thead > tr > th.padd-25 {
	padding: 25px;
}
.table > tbody > tr > td.width80 {
	text-align: left;
	width: 75%;
	padding-left: 40px;
}
.table > tbody > tr > td.td-pad-left {
	padding-left: 40px;
}
.table > tbody + tbody {
	border: none;
}
.resp-tab-content strong {
	color: #000;
}
.resp-tab-content .departuredetail strong {
	color: #555;
}
.departuredetail p {
	margin-bottom: 20px;
}
.touritinerarydetail {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 0px 30px 0px;
}
.daydetailtour {
	position: relative;
	padding: 0px 0px 35px 0px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.daydetailtour:last-child {
	padding-bottom: 0px;
}
.daydetailtour span {
	display: inline-block;
	vertical-align: top;
	padding: 3px 20px;
	background: #1068b1;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
.departuredaydetail {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 35px 0px 0px 100px;
	position: relative;
}
.daydetailtour:after {
	height: 100%;
	position: absolute;
	width: 2px;
	content: '';
	top: 0px;
	left: 35px;
	background: #d7d7d7;
}
.daydetailtour:before {
	height: 12px;
	width: 65px;
	position: absolute;
	content: '';
	top: 50%;
	left: 30px;
	background: url(../images/day-timeline.png) no-repeat left center;
	z-index: 10;
}
.itinerarydaywhite {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 25px 20px 10px;
	background: #fff;
	position: relative;
}
.itinerarydaywhite h6 {
	text-transform: uppercase;
	color: #555;
	letter-spacing: 0px;
	font-weight: 600;
	margin-bottom: 10px
}
.itinerarydaywhite span {
	color: #1068b1;
	display: block;
	text-transform: uppercase;
	background-color: transparent;
	padding: 0px;
	font-size: 14px;
}
.itinerarydaywhite strong {
	color: #555;
	display: block;
}
.ratings {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.ratings span {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px
}
.ratings span img {
	margin-top: -2px;
}
.our-rate {
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px 2px 0px;
	border-right: 1px solid #c3c3c3;
}
.local-rate {
	display: inline-block;
	vertical-align: top;
	padding: 2px 80px 2px 12px;
}
.accomtype {
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px 2px 0px;
}
.accomtype span {
	color: #1068b1;
}
.reviewbordercol {
	padding: 20px 20px 10px;
	background: #fff;
	border: 1px solid #dddddd;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.userimg {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.user-review {
	float: right;
	width: 87%;
	padding: 0px 20px 0px 0px;
}
.user-review span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #ddd;
	color: #1068b1;
}
.user-review span:last-child {
	border: none;
}
.user-review img {
	margin-top: -3px;
	margin-left: 5px;
}
.beforebook {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.similarpack {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.simpackimg {
	height: 230px;
	overflow: hidden;
	position: relative;
}
.simpackimg:before {
	height: 100%;
	width: 100%;
	content: '';
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0px;
	left: 0px;
}
.orgbgicon {
	width: 70px;
	margin-right: 20px;
	padding: 8px;
	text-align: center;
	float: left;
	background: #1068b1;
}
.bookbeforwhite {
	background: #fff;
	width: 86%;
	float: left;
	padding: 20px 30px 10px;
	margin-left: 10px;
	position: relative;
}
.bookbeforwhite:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 20px;
	width: 0;
	height: 0;
	border-right: 12px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.bookbeforwhite strong {
	letter-spacing: 0px;
	color: #555;
	font-weight: 600;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.similarpack strong {
	color: #fff;
}
.min-height46 {
	min-height: 246px;
	overflow: hidden;
}
.videopop {
	margin-bottom: 40px;
}
.videoabstext {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	text-align: center;
}
.videopop a {
	color: #fff;
	display: inline-block;
	position: relative;
}
.daretocomparecol {
	margin: 80px 0px 10px;
	text-align: center;
}
.daretocomparecol h6 {
	letter-spacing: 0px;
	font-weight: 600;
}
.daretocomparecol .whitecol {
	padding: 80px 40px 20px;
}
.daretocompareicon {
	width: 100%;
	position: absolute;
	top: -60px;
	left: 0px;
}
.inner-margin-bottom {
	margin-bottom: 60px;
}
.tourdetailcenter {
	display: inline-block;
	vertical-align: top;
	width: 85%;
	margin-bottom: 25px;
}
.tourdetailcenter h6 {
	letter-spacing: 0px;
	font-weight: 600;
}
.tourdetailtop {
	margin-top: 216px;
	width: 60%;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	position: relative;
}
.tourdetailtop h1 {
	margin-bottom: 5px;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 0px;
	font-weight: 800;
	font-family: 'Fira Sans', sans-serif;
	font-style: italic;
	color: #fff;
}
.tourdetailtop a {
	background: #f6491a;
	color: #fff;
	padding: 10px 40px;
	font-size: 18px;
	margin-top: 10px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
}
.tourdetailtop a:hover {
	background: #fff;
	color: #f6491a;
}
#fullscreentop {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-size: cover !important;
	background-position: top center;
}
#fullscreentop:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	left: 0px;
	background: rgba(0,0,0,0.3);
	content: '';
}
.tourinnertop {
	background: url(../images/destinaion/royal-india.jpg) no-repeat;
}
.topfulldestination {
	background: url(../images/destinaion/full-screen-top.jpg) no-repeat;
}
.tourtopcenter {
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}
.accomodcol {
	width: 18%;
	display: inline-block;
	vertical-align: top;
	padding: 0px 15px;
}
.tourtopcenter h5 {
	margin: 15px 0px 8px;
}
/* tour detail page */ 

/* destination landing */ 
.destinationinner {
	margin-top: 125px;
	position: relative;
	width: 100%;
	display: inline-block;
}
.destinationtop {
	margin-top: 216px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	position: relative;
}
.destinationtop h1 {
	margin-bottom: 5px;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 0px;
	font-weight: 800;
	font-family: 'Fira Sans', sans-serif;
	font-style: italic;
	color: #fff;
}
.scrolldown {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
	left: 0px;
	z-index: 1;
}
.bottomadd {
	bottom: 150px;
}
.destinationabs {
	position: absolute;
	bottom: 50px;
	left: -50px;
	transform: skewX(-25deg);
	transform-origin: center;
	background: rgba(8,63,136,0.80);
}
.detinationtitle {
	padding: 40px 80px 40px 425px;
	transform: skewX(25deg);
	text-align: left;
}
.detinationtitle h1 {
	margin-bottom: 0px;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 0px;
	font-weight: 800;
	font-family: 'Fira Sans', sans-serif;
	font-style: italic;
}
.detinationtitle .breadcrumb a {
	color: #efdc4e;
	text-transform: uppercase;
	font-style: normal;
	display: inline-block;
	text-align: left;
	padding-right: 4px;
}
.detinationtitle .breadcrumb a:hover, .detinationtitle .breadcrumb a.active {
	color: #fff;
}
.detinationtitle .breadcrumb span {
	color: #fff;
	text-transform: uppercase;
}
.destinationimg {
	width: 100%;
	position: relative;
}
.destinationimg img {
	width: 100%;
}
.flashsale {
	position: absolute;
	right: -9px;
	top: -9px;
}
.destinationimg:before {
	content: '';
	background: rgba(0,0,0,0.3);
	top: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
}
.destination-centercol {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	margin-bottom: 40px;
}
.destination-centercol h2 {
	letter-spacing: 0px;
	font-weight: 600;
	font-size: 18px;
}
.filterdestination {
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.filterdestination select {
	border: none;
	float: right;
	cursor: pointer;
	padding: 7px 0px;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	background-color: transparent;
	width: 25%;
}
.filterdestination select option {
	padding: 0px 8px;
}
.filtertitle {
	float: left;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	margin: 5px 10px 0px 0px;
}
.togglefilter {
	float: left;
}
.togglefilter li {
	display: inline-block;
	position: relative;
	margin: 0px 8px;
	cursor: pointer;
	vertical-align: top;
}
.togglefilter li span {
	border: 1px solid #cccccc;
	color: #787878;
	display: inline-block;
	font-size: 14px;
	padding: 5px 15px;
	text-transform: uppercase;
	margin: 0px;
	vertical-align: top;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.togglefilter li:hover span {
	color: #fff;
	background-color: #1068b1;
	border-color: #1068b1;
}
.togglefilter li span:hover {
	color: #fff;
	background-color: #1068b1;
	border-color: #1068b1;
}
.togglefilter li .divslide {
	width: 15em;
	position: absolute;
	display: none;
	background: #fff;
	z-index: 10;
	padding: 18px 15px 10px;
	border: 1px solid #ddd;
}
.datepickercol .form-control {
	padding: 7px 15px;
}
.divslide .checkbox {
	display: inline-block;
	width: 100%;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 10px
}
.divslide input[type='checkbox']:empty {
	visibility: hidden;
	display: none;
}
/* style label */
.divslide input[type='checkbox']:empty ~ label {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.divslide input[type='checkbox']:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	margin: 2px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 0%;
	border: 1px solid #dddddd
}
.divslide input[type='checkbox']:empty ~ label:after {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 12px;
	height: 12px;
	margin: 5px 7px;
}
.divslide input[type='checkbox']:hover:checked ~ label:after, .divslide input[type='checkbox']:checked ~ label:after {
	background: url(../images/check-write-icn.png) no-repeat;
}
/* destination landing */

/* ABOUT PAGE */
.aboutcentertop {
	width: 100%;
	margin: 50px 0px 85px;
	vertical-align: top;
	display: inline-block;
	text-align: center;
}
.misionsec {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 28px;
	position: relative;
}
.misionsec h2 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0px;
	margin-bottom: 15px;
}
.misionorgbg {
	background: #1068b1;
	width: 100%;
	color: #fff;
	text-align: left;
	padding: 75px 140px 65px 65px;
}
.missionimg {
	position: absolute;
	width: 53%;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	right: 60px;
}
.missionimg img {
	-webkit-box-shadow: 1px 7px 10px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 7px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 7px 10px 1px rgba(0,0,0,0.2);
}
.content-nav {
	padding-bottom: 90px;
}
.contentcenterdata {
	text-align: left;
	position: relative;
	padding: 20px 25px 0px;
	cursor: pointer;
	color: #e2e2e2;
	display: inline-block;
	margin: 10px 50px 10px;
}
.slick-center .contentcenterdata {
	color: #FFF;
}
.bgbluebox {
	background: #0072bc;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 30%;
	min-height: 200px;
	margin-top: 20px;
}
.bgbluebox:before {
	width: 0;
	content: '';
	height: 0;
	position: absolute;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 14px solid #0072bc;
	top: -13px;
	left: 53px;
}
.title-for {
	text-align: center;
	width: 100%;
}
.title-left-data {
	text-align: left;
	display: inline-block;
	width: 30%;
	padding: 0px 6px;
}
.title-left-data h3 {
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0px;
	padding-left: 30px;
	position: relative;
	font-size: 24px;
}
.title-left-data span {
	font-size: 24px;
	font-weight: 700;
	color: #1068b1;
	display: inline-block;
	margin: 0px 10px;
}
.title-left-data h3:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 12px;
	background: #1068b1;
	height: 1px;
	width: 20px;
}
.trvagent {
	padding: 0px 15px;
	width: 35%;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0px 35px;
}
.trvagent span {
	display: block;
	font-size: 18px;
	color: #1068b1;
}
.whtagentbg {
	width: 100%;
	padding: 45px 40px 30px 50px;
	border: 1px solid #e1e1e1;
	margin-bottom: 15px;
	text-align: left;
	display: inline-block;
}
.whtagentbg h6 {
	font-weight: 700;
	letter-spacing: 0px;
	text-decoration: underline;
	margin-bottom: 8px;
}
/* awards page css */	
.awardsrow {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 40px 0px;
}
.awardscol {
	width: 100%;
	padding: 50px 15px 40px;
	display: inline-block;
	vertical-align: top;
}
.awardscol:nth-child(even) {
	background: #f4f4f4;
	text-align: right;
}
.awardscol:first-child {
 padding-top:
}
.awardscol-last {
	margin-bottom: 50px;
}
.awardimg {
	text-align: left;
}
.awardimg span {
	color: #1068b1;
	display: block;
	margin-bottom: 10px;
}
.awardimg h6 {
	font-weight: 700;
	letter-spacing: 0px;
	margin-bottom: 15px;
}
.awardimg img {
	margin-bottom: 20px;
}
/* awards page css */

/* Blog page css */
.blogrow {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 80px 0px 30px;
}
.blogcol {
	margin-bottom: 50px;
}
.blogcol img {
	margin-bottom: 20px;
}
.blogcol iframe {
	width: 100%;
	height: 367px;
}
.comment span {
	color: #1068b1;
	display: inline-block;
	padding-right: 5px
}
.comment span:last-child {
	border-right: none;
}
.comment span a {
	color: #1068b1;
	padding-left: 0px;
}
.blogcol span a:hover {
	color: #0072bc;
}
.blogcol h6 {
	letter-spacing: 0px;
	font-weight: 600;
	margin: 15px 0px;
}
.blogcol a.btn-primary {
	font-size: 14px;
}
.sidebarborder {
	margin-bottom: 40px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 0px 12px;
}
.sidebar h2 {
	color: #1068b1;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
}
.sidebar h2:before {
	background: #1068b1;
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 45px;
	height: 3px;
}
.recentpost {
	width: 100%;
	margin: 12px 0px;
	display: inline-block;
	vertical-align: top;
}
.recent-thumb {
	float: left;
	margin-right: 10px;
	width: 25%;
}
.recent-title {
	float: right;
	width: 70%;
}
.recent-title span {
	color: #1068b1;
}
.recent-title a {
	color: #000;
	font-weight: 600;
	display: block;
	margin-top: 2px;
	text-transform: uppercase;
}
.recent-title a:hover {
	color: #1068b1;
}
.blogcol h3 {
	font-weight: 400;
	color: #555555;
	text-transform: none;
	letter-spacing: 0px;
	text-decoration: underline;
}
.blogcol ul {
	margin-bottom: 15px;
}
.blogcol ul li {
	padding-left: 25px;
	background: url(../images/bullet-arrow-orange.png) left 6px no-repeat;
	padding-bottom: 5px;
	text-align: left;
}
.widget_tag_cloud {
	margin: 12px 0px 2px;
}
.widget_tag_cloud a {
	background: #e4e4e4;
	padding: 3px 8px;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
	margin-right: 3px;
	margin-bottom: 8px;
	display: inline-block;
}
.widget_tag_cloud a:hover {
	background: #1068b1;
	color: #fff;
}
/* Blog page css */	

/* contact us */	
.emailbtn a {
	padding: 6px 25px;
	letter-spacing: 1px;
	margin-top: 25px;
}
.caddbg {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 90px;
	background: url(../images/contact-bgblue.jpg) repeat-x bottom center;
}
.contactbox {
	width: 100%;
	padding: 20px 40px 10px 40px;
	background: #fff;
	text-align: left;
	display: inline-block;
	margin: 0px 0px 30px;
	min-height: 172px;
}
.contactbox h6 {
	font-weight: 700;
	letter-spacing: 0px;
	text-decoration: underline;
	margin-bottom: 10px;
}
.contact-centertop {
	margin: 50px 0px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.contactbox a {
	color: #555;
}
.contactbox a:hover {
	color: #1068b1;
}
.caddbg .social {
	margin: 30px 0px 0px;
}
.contactfrmbg {
	background: #1068b1;
	width: 100%;
	color: #fff;
	text-align: left;
	padding: 30px 60px 30px 30px;
	display: inline-block;
	vertical-align: top;
}
.contactfrmbg .form-control {
	background-color: transparent;
	border: none;
	color: #fff;
	border-bottom: 1px solid #f9b479;
	padding: 10px 0px;
}
.contactfrmbg .form-control option {
	color: #555;
}
.contactfrmbg select {
	background: url(../images/select-dropdown.png) no-repeat center right;
	/*text-transform: capitalize;*/
	font-size: 16px;
}
.contactfrmbg input[type="submit"], .contactfrmbg input[type="reset"] {
	margin: 10px 15px 0px 0px;
}
.mapcontact {
	position: absolute;
	top: 0px;
	width: 52%;
	float: right;
	height: 525px;
	padding: 0px 15px;
	right: 40px;
	z-index: 10;
	margin: 55px 0px;
}
.mapcontact iframe {
	width: 100%;
	height: 100%;
	-webkit-box-shadow: -1px 2px 10px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 2px 10px 1px rgba(0,0,0,0.2);
	-o-box-shadow: -1px 2px 10px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: -1px 2px 10px 1px rgba(0,0,0,0.2);
	box-shadow: -1px 2px 10px 1px rgba(0,0,0,0.2);
	border: none;
}
#map {
	width: 100%;
	height: 100%;
	-webkit-box-shadow: -1px 2px 10px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 2px 10px 1px rgba(0,0,0,0.2);
	-o-box-shadow: -1px 2px 10px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: -1px 2px 10px 1px rgba(0,0,0,0.2);
	box-shadow: -1px 2px 10px 1px rgba(0,0,0,0.2);
	border: none;
}
.contactfrmbg .form-control::-moz-placeholder {
 color: #fff;
 text-transform:capitalize;
 font-size:16px;
 font-weight:400;
}
.contactfrmbg .form-control:-ms-input-placeholder {
 color: #fff;
 font-size:16px;
 font-weight:400;
 text-transform:capitalize;
}
.contactfrmbg .form-control::-webkit-input-placeholder {
 color: #fff;
 font-size:16px;
 font-weight:400;
 text-transform:capitalize;
}

.contactfrmbg #cnt_message::-moz-placeholder {
 text-transform:inherit;
}
.contactfrmbg #cnt_message:-ms-input-placeholder {
 text-transform:inherit;
}
.contactfrmbg #cnt_message::-webkit-input-placeholder {
 text-transform:inherit;
}
optgroup {
    color: #555;
}

.contactfrmbg label b {
	font-size: 18px;
	color: #000;
}

/* contact us */
			
/* join us */
.joinusrowtop {
	width: 100%;
	display: inline-block;
	margin: 60px 0px 20px;
	vertical-align: top;
}
.joinrht {
	margin: 70px 0px 0px;
}
/* join us */

/* our experts */
.ourexp {
	border: 1px solid #ddd;
	width: 100%;
	padding: 15px 20px 0px 15px;
	background: #f4f4f4;
}
.imgexperts {
	margin: 0px 0px 20px 0px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.gridlayout {
	width: 100%;
	margin: 80px 0px 55px;
}
.grid-item {
	display: inline-block;
	margin-bottom: 20px;
}
/* our experts */

/* testimonials */
.testimonialgrid {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}
.coltestimonials {
	width: 100%;
	padding: 20px 30px 5px;
	display: inline-block;
	background: #f4f4f4;
}
.coltestimonialsW {
	width: 100%;
	padding: 20px 30px 5px;
	display: inline-block;
	background: #fff;
}
.searchtestimonials {
	margin: 50px 0px 50px 0px;
	left: 45px;
}
.searchtestimonials select {
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid #999999;
	padding: 9px 0px;
}
.searchtestimonials select option {
	padding: 0px 8px;
}
.searchtestimonials .btn-primary {
	letter-spacing: 1px;
	padding: 8px 30px 7px
}
.searchsub {
	padding: 0px 15px;
	float: left;
}
.testimonialuser {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
}
.useimg {
	float: left;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 25px;
}
.usertitle {
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	width: 80%;
}
.usertitle small {
	font-size: 14px;
	color: #979696;
	font-weight: 400;
	display: block;
	text-transform: none;
}
.usertitle span {
	color: #1068b1;
	display: block;
}
.testimonialgrid .grid-item {
	margin-bottom: 30px;
}
/* testimonials */

/* 404 */
.pagenotfound {
	width: 100%;
	margin: 110px 0px;
	text-align: center;
}
.pagenotfound h1 {
	margin: 30px 0px 10px;
	font-size: 150px;
	color: #1068b1;
	line-height: 130px;
	font-weight: 700;
}
.pagenotfound span {
	font-size: 26px;
	margin-bottom: 5px;
}
.pagenotfound a.btn-primary {
	padding: 5px 30px;
}
.pagenotfoundcenter {
	display: inline-block;
	width: 70%;
	text-align: left;
	margin: 90px 0px 30px;
}
.thnkyourow {
	width: 100%;
	margin: 190px 0px 110px;
	text-align: center;
}
.thnkyourow h1 {
	font-size: 72px;
	color: #1068b1;
	line-height: 50px;
	letter-spacing: 0px;
	font-weight: 700;
}
.thankyoucolcenter {
	display: inline-block;
	width: 80%;
	text-align: left;
}
.thankyoucol {
	margin: 150px 0px 0px;
}
/* 404 */

/* Book Now Departure */
.booktabledata {
	margin: 120px 0px 140px;
	text-align: center;
}
.centerbookdata {
	width: 85%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.pricetitle {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
}
.pricetitle a {
	background: url(../images/book-now-dep-arrow.png) left center no-repeat;
	padding: 0px 0px 0px 35px;
	color: #0072bc;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: underline;
	float: left;
}
.pricetitle a:hover {
	color: #1068b1;
}
.pricetitle span {
	float: right;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}
.pricetitle span strong {
	font-size: 24px;
	color: #0072bc;
}
.booktabledata .table > thead > tr > th, .booktabledata .table > tbody > tr > td {
	vertical-align: middle;
}
.booktabledata .table > tbody > tr > td {
	padding: 8px 20px;
}
.booktabledata .table-responsive {
	-webkit-box-shadow: 0px 15px 20px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 15px 20px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 20px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}
.bookdeparted {
	color: #7cad4c;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.bookclose {
	color: #f79b4d;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.booksold {
	color: #e80000;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.booktabledata p a {
/*color: #f02424;*/
}
.booktabledata p a:hover {
	color: #555;
}
.booktabledata td .btn-primary {
	padding: 3px 8px;
}
.graytitletab {
	width: 100%;
	padding: 30px 26px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 30px;
	font-weight: 700;
	background: #e8e8e8;
	color: #333;
	text-transform: uppercase;
}
.resp-tab-content .form-control {
	padding: 5px 10px;
}
.resp-tab-content textarea {
	min-height: 60px;
}
.resp-tab-content td .form-control {
	padding: 7px 10px;
}
.booktabledata .resp-tab-content td .btn-primary {
	float: left;
}
.resp-tab-content select.form-control {
	padding: 5px 10px 6px;
	background-image: url(../images/downArrow.png);
	background-repeat: no-repeat;
	background-position: 95% 13px;
}
.resp-tab-content .passdetail {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 28px;
	padding-bottom: 5px;
}
.passdetail:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.passdetail strong {
	margin-bottom: 15px;
	display: block;
}
.radiobtn {
	display: inline-block;
	vertical-align: top;
	margin: 5px 60px 80px 0px;
}
.booktabledata input[type='radio']:empty, .booktabledata input[type='checkbox']:empty {
	visibility: hidden;
	display: none;
}
.selectcurrency .radiobtn {
	margin: 0px 30px 30px 0px;
}
/* style label */
.booktabledata input[type='radio']:empty ~ label, .booktabledata input[type='checkbox']:empty ~ label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.booktabledata input[type='radio']:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 100%;
	border: 2px solid #dddddd
}
.booktabledata input[type='radio']:empty ~ label:after {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 10px;
	margin: 6px;
	height: 10px;
	border-radius: 100%;
}
.booktabledata input[type='radio']:hover:not(:checked) ~ label:after, .booktabledata input[type='radio']:checked ~ label:after {
	background: #555;
}
.booktabledata input[type='checkbox']:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 0%;
	border: 1px solid #dddddd
}
.booktabledata input[type='checkbox']:empty ~ label:after {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 12px;
	margin: 5px;
	height: 12px;
	border-radius: 0%;
}
.booktabledata input[type='checkbox']:hover:checked ~ label:after, .booktabledata input[type='checkbox']:checked ~ label:after {
	background: url(../images/check-write-icn.png) no-repeat;
}
.booktabledata p input[type='checkbox']:empty ~ label {
	margin-bottom: 0px;
}
.booktabledata .resp-tab-content .btn-gray {
	float: left;
	padding: 7px 25px 6px;
}
.booktabledata .resp-tab-content .btn-primary {
	float: right;
	padding: 7px 25px 6px;
}
.roundshape {
	width: 35px;
	height: 35px;
	margin-bottom: 5px;
	padding: 6px 0px;
	display: inline-block;
	background: #525252;
	border-radius: 50%;
	text-align: center;
	font-style: normal;
	color: #a8a8a8;
	font-size: 18px;
}
.travelerstab {
	padding: 35px 55px 50px;
	width: 100%;
}
.travelerstab .col-md-4 {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
}
.travelerstab label{
	font-size:14px;
}
.insurancetab {
	padding: 45px 55px 55px;
	width: 100%;
}
.btninsurance {
	width: 100%;
	padding: 0px 20px 20px;
	display: inline-block;
	vertical-align: top;
}
.insurancetab p a {
	color: #1068b1;
}
.protectionplan {
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border: 1px solid #dddddd;
}
.protectionplan:last-child {
	border-top: none;
}
.protectionplan label {
	width: 90%;
}
.protectionplan strong {
	color: #555555;
}
.plancol {
	margin-bottom: 40px;
}
.confirmtab {
	padding: 35px 55px 50px;
	width: 100%;
}
.paymenttab {
	padding: 35px 55px 50px;
	width: 100%;
}
.paymenttab .table > tbody > tr > td {
	padding: 8px 40px;
	text-align: left;
}
.paymenttab .table > tbody > tr > th {
	padding: 8px 40px;
	text-align: left;
}
.paymenttab .table > tbody > tr > td:first-child {
	font-weight: 600;
	width: 30%;
}
.paymenttab .graytitletab {
	position: relative;
}
.paymenttab .graytitletab a {
	position: absolute;
	right: 26px;
	opacity: 0.7
}
.paymenttab .graytitletab a:hover {
	opacity: 1
}
.booktabledata .paymenttab .btn-primary {
	margin-top: 15px;
}
.resp-tab-content .table-responsive {
	box-shadow: none;
	margin-bottom: 30px;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-khtml-box-shadow: none;
}
.resp-tab-content .detailinnerover .table-responsive {
	margin-bottom: 0px;
}
.confirmtab .table > tbody > tr > td {
	padding: 8px 45px;
	text-align: left;
	width: 70%;
}
.confirmtab .table > tbody > tr > th {
	padding-left: 45px;
	color: #333;
}
.confirmtab .table > tbody > tr > td:nth-of-type(even) {
	font-weight: 700;
	text-align: center;
}
.priceorgcolor {
	color: #f79b4d;
	font-weight: 700;
}
.confirmtab .graytitletab {
	margin-bottom: 20px;
}
.confirmtab p strong {
	font-weight: 400;
}
.confirmtabbtn {
	margin-top: 60px;
	width: 100%;
	display: inline-block;
}
/* Book Now Departure */
		
/* Book Now travelers */
.booknowtravelers {
	padding: 0px 55px;
	width: 100%;
	color: #333;
}
.booknowtravelers .table-responsive {
	box-shadow: none;
	margin-bottom: 30px;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-khtml-box-shadow: none;
}
.booknowtravelers .table > tbody > tr > td {
	padding: 8px 45px;
	text-align: left;
	width: 71%;
	color: #777777;
}
.booknowtravelers .table > tbody > tr > td:nth-of-type(even) {
	text-align: center;
	color: #333;
	font-weight: 600;
}
.booknowtravelers .graytitletab {
	padding: 10px 20px;
	margin-bottom: 30px;
}
.booknowtravelers .graytitletab span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.booknowtravelers .graytitletab span.contenSpn{
	width: 85%;
	text-transform: none;
	vertical-align: top;
	color: #555;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}
.booknowtravelers .graytitletab span.contenSpn strong{
	
	text-transform: uppercase;
	color:#000;
	font-size: 16px;
	
}
.margin-bottom-0 {
	margin-bottom: 0px;
}
.booknowtravelers select {
	width: 60px;
	border: 1px solid #dddddd;
	padding: 5px 10px;
	background-position: 80% center;
}
.booknowtravelers label {
	margin-bottom: 0px;
}
.booknowtravelers .table > tbody > tr > td P, .booknowtravelers .table > tbody > tr > td label strong {
	color: #333;
	font-weight: 400;
}
.booknowtravelers P strong {
	text-transform: uppercase;
}
.booknowtravelers .table > tbody > tr > td.bottom {
	vertical-align: bottom;
}
.tourpricetable .table-responsive {
	margin-bottom: 15px;
}
.booknowtravelers .table > tbody > tr > td.pad80 {
	padding-left: 80px;
}
.tooltipdiv {
	margin-bottom: 20px;
	font-size: 14px;
}
.tooltips {
	position: relative;
	display: inline-block;
	cursor: pointer;
	text-align: left;
	font-size: 14px;
}
.tooltips span {
	visibility: hidden;
	width: 300px;
	color: #FFFFFF;
	background-color: rgba(8,63,136,0.9);
	line-height: 18px;
	padding: 8px 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	position: absolute;
	z-index: 1;
	top: 125%;
	opacity: 0;
	transition: opacity 1s;
}
.tooltips span::after {
	content: "";
	position: absolute;
	top: 0%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	border-bottom: 8px solid rgba(8,63,136,0.9);
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.tooltips:hover span {
	visibility: visible;
	opacity: 1;
}
.tooltips a {
	color: #fff;
	text-decoration: underline;
}

.booknowtravelers .graytitletab .tooltiptext{
	text-transform: none;
	font-weight: normal;	
}

.orangebg {
	width: 100%;
	background: #1068b1;
	padding: 30px 55px 30px 30px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 20px;
	color: #fff;
	text-transform: uppercase;
}
.orangebg span {
	font-weight: 400;
	font-size: 14px;
}
.orangebg span small {
	text-transform: none;
}
.orangebg strong {
	font-size: 24px;
	display: block;
}
.orangebg .col-sm-3 {
	text-align: right;
}
.booknowtravelers .btn-primary {
	float: right;
	padding: 7px 25px 6px;
}
/* Book Now travelers */

/* pagination */
.pagination {
	width: 100%;
	text-align: center;
	margin: 0px 0px 60px;
}
.pagination > li {
	display: inline-block;
	margin: 0px;
}
.pagination li.page-item.next {
	margin: 0px !important;
}
.pagination-sm > li > a, .pagination-sm > li > span {
	font-size: 14px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background: #0072bc;
	color: #fff;
	border-color: #0072bc;
}
.pagination > .active > a, .pagination > .active > span {
	background: #0072bc;
}
/* pagination */		

/* profile section and login/register page */
.signincol {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 80px 0px 100px;
	text-align: center;
}
.signincenter {
	width: 52%;
	display: inline-block;
	vertical-align: top;
}
.headtitlefrm {
	width: 100%;
	display: inline-block;
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	background: #04778a;
	font-size: 18px;
}
.graybgfrm {
	width: 100%;
	display: inline-block;
	-webkit-box-shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.1);
	background: #eaeaea;
}
.iconfrmleft {
	display: inline-block;
	vertical-align: middle;
	width: 41%;
	padding: 30px 0px;
}
.frmlightgray {
	background: #f7f7f7;
	padding: 25px 20px 35px 20px;
	text-align: left;
	width: 58%;
	display: inline-block;
	vertical-align: middle;
}
.frmlightgray .form-control {
	padding: 5px 10px;
}
.errorlogin {
	font-size: 14px;
	color: #d87e7e;
	margin-bottom: 0px;
}
.errorlogin strong {
	font-weight: 800;
	margin-right: 5px;
}
.frmlightgray a {
	font-size: 14px;
	color: #555;
	text-decoration: underline;
}
.frmlightgray a:hover {
	color: #a2a2a2;
}
.frmforgotpass {
	background: #f7f7f7;
	padding: 50px 105px 60px;
	text-align: left;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.frmforgotpass .form-control {
	padding: 5px 10px;
}
.profilerow {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 80px 0px 100px;
	text-align: left;
}
.profilesidebar {
	background: #0095b2;
	width: 100%;
	padding: 40px 0px 0px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	position: relative;
	height: 100%;
}
.profilesidebar ul {
	padding: 35px 0px;
}
.profilesidebar ul li {
	width: 100%;
	text-align: left;
	display: block;
	border-bottom: 1px solid #4392c6;
}
.profilesidebar ul li a {
	padding: 14px 30px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.profilesidebar ul li a.active, .profilesidebar ul li a:hover {
	background: #045c70;
}
.userpic {
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	width: 105px;
	height: 105px;
	background: #fff;
	margin-bottom: 15px;
	overflow: hidden;
}
.profilesidebar span {
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}
.profilerow h6 {
	font-weight: 600;
	margin-bottom: 25px;
}
.profilefrmgray {
	/*width: 100%;
	padding: 60px 85px;
	-webkit-box-shadow: 0px 10px 15px 2px rgba(115, 115, 115, 0.2);
	-moz-box-shadow: 0px 10px 15px 2px rgba(115, 115, 115, 0.2);
	box-shadow: 0px 10px 15px 2px rgba(115, 115, 115, 0.2);
	background: #f7f7f7;
	border: 1px solid #dddddd;*/
}
.profilefrmgray .form-control {
	padding: 5px 10px;
}
.profilefrmgray select.form-control {
	background-image: url(../images/downArrow.png);
	background-repeat: no-repeat;
	background-position: 95% 13px;
	padding: 6px 10px;
}
.profilefrmgray .btn-primary {
	margin-top: 15px;
	letter-spacing: 1px;
	padding: 8px 15px 7px;
}
.profilefrmgray textarea {
	min-height: 70px;
}
.datpickerdob {
	background-image: url(../images/date-pick-icn.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	cursor: pointer;
}
.gender-radio {
	display: inline-block;
	vertical-align: top;
	margin: 5px 30px 0px 0;
}
.profilefrmgray label {
	width: 100%
}
.profilefrmgray input[type='radio']:empty, .profilefrmgray input[type='checkbox']:empty {
	visibility: hidden;
	display: none;
}
.imgupload input.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	font-size: 16px;
	text-transform: uppercase;
}
.imgupload input.inputfile:focus + label, .imgupload input.inputfile.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.imgupload label {
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 8px 20px;
	margin: 5px 0px 0px;
	color: #fff;
	vertical-align: middle;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #fff;
	background-color: transparent;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.imgupload input.inputfile-1.has-focus + label, .imgupload label:hover {
	background-color: #fff;
	outline: none;
	color: #1068b1;
}
.imgupload label span {
	display: inline-block;
	background: url(../images/choose-file-icn.png) no-repeat 0px 0px;
	padding-left: 36px;
}
.imgupload label:hover span, .imgupload input.inputfile-1.has-focus + label span {
	background: url(../images/choose-file-icn-hover.png) no-repeat 0px 0px;
}
/* style label */
.profilefrmgray input[type='radio']:empty ~ label, .profilefrmgray input[type='checkbox']:empty ~ label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.profilefrmgray input[type='radio']:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 100%;
	border: 2px solid #dddddd
}
.profilefrmgray input[type='radio']:empty ~ label:after {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 10px;
	margin: 6px;
	height: 10px;
	border-radius: 100%;
}
.profilefrmgray input[type='radio']:hover:not(:checked) ~ label:after, .profilefrmgray input[type='radio']:checked ~ label:after {
	background: #555;
}
.imgupload .help-block {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0px;
	text-transform: none;
	font-weight: 200;
}
.datatableuser {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.help-block {
	font-size: 14px;
	color: #dc161d;
	margin: 0px;
}
.profilerow .table-responsive {
	overflow-x: visible;
}
.profilerow .table-bordered {
	/*-webkit-box-shadow: 0px 10px 15px 2px rgba(115, 115, 115, 0.2);
	-moz-box-shadow: 0px 10px 15px 2px rgba(115, 115, 115, 0.2);
	box-shadow: 0px 10px 15px 2px rgba(115, 115, 115, 0.2);*/
	text-align: center;
	/*border: none;*/
}
.profilerow .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #fff;
}
.profilerow .table-striped > tbody > tr:nth-of-type(even) {
	background-color: #f7f7f7;
}
.datatableuser .table-bordered thead th, .datatableuser .table-bordered tbody td {
	padding: 25px;
	border: none;
	border-right: 1px solid #ddd;
}
.datatableuser .table-bordered thead th:last-child, .datatableuser .table-bordered tbody td:last-child {
	border-right: none;
}
.datatableuser .table-bordered thead tr {
	background-color: #f7f7f7;
}
.datatableuser .table-bordered thead th {
	border-bottom-width: 1px;
	text-transform: uppercase;
}
.datatableuser div.ColVis {
	display: none;
}
.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #ddd
}
.dataTables_wrapper .dataTables_filter input:focus {
	border: 1px solid #0072bc
}
.dataTables_wrapper .dataTables_filter label {
	position: relative;
}
.dataTables_wrapper .dataTables_filter label i {
	background: none;
	display: none;
	color: #ccc;
	margin: 0px;
	position: absolute;
	right: 10px;
	padding: 5px 0px;
	width: auto;
}
.datatableuser h6 {
	margin-bottom: 15px;
	color: #1068b1;
}
.tab-content .table-bordered thead th, .tab-content .table-bordered tbody td {
	/*padding: 30px 20px;
	border: 1px solid #ddd;
	border-left: none;*/
	vertical-align: middle;
}
.tab-content .table-bordered tbody td {
	padding: 15px 20px;
}
.tab-content .table-bordered thead th:last-child, .tab-content .table-bordered tbody td:last-child {
	border-right: none;
}
.tab-content .table-bordered thead tr {
	/*background-color: #f7f7f7;*/
}
.tab-content .table-bordered thead th {
	/*border-bottom-width: 1px;
	text-transform: uppercase;
	font-size: 16px;*/
}
.tab-content table.dataTable thead .sorting::before, .tab-content table.dataTable thead .sorting_asc::before, .tab-content table.dataTable thead .sorting_asc_disabled::before, .tab-content table.dataTable thead .sorting_desc::before, .tab-content table.dataTable thead .sorting_desc_disabled::before {
	right: 10px;
}
.tab-content {
	/*margin-top: 30px;
	font-size: 14px;*/
}
.nav-tabs {
	border-bottom: 3px solid #c9c9c9;
}
.nav-tabs > li {
	margin-bottom: -3px;
}
.nav-tabs > li > a {
	border-radius: 0px;
	border: none;
	color: #707070;
	margin: 0px;
	padding: 6px 25px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	border-bottom: 3px solid transparent;
}
.nav-tabs > li > a:hover {
	border-bottom: 3px solid #1068b1;
	color: #1068b1;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
	border-bottom: 3px solid #1068b1;
	color: #1068b1;
}
.tab-content tr td span {
	display: block;
	font-weight: 600;
}
.tab-content tr td span.paid {
	color: #5b981f;
}
.tab-content tr td span.pending {
	color: #f52520;
}
.tab-content tr td a {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 1px;
}
.tab-content div.ColVis {
	display: none;
}
.tourdetailcol {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}
.tourbookingdetail .table-bordered thead tr {
	/*background-color: #f7f7f7;*/
}
.tourdetailgray {
	background: #f7f7f7;
	width: 100%;
	padding: 30px;
	-webkit-box-shadow: 0px 10px 15px 2px rgba(115, 115, 115, 0.2);
	-moz-box-shadow: 0px 10px 15px 2px rgba(115, 115, 115, 0.2);
	box-shadow: 0px 10px 15px 2px rgba(115, 115, 115, 0.2);
}
.tourimg {
	margin: 0px 20px 15px 0px;
	float: left;
	width: 23%;
}
.tourdescrtitle {
	width: 70%;
	float: left
}
.tourdescrtitle h6 {
	margin-bottom: 20px;
}
.tourdescrtitle h6 span {
	color: #1068b1;
	display: block;
	font-size: 14px;
	font-weight: 600;
}
.totalborderleft {
	float: left;
	margin: 0px;
	font-size: 14px;
	border-right: 1px solid #ddd;
	padding: 0px 40px 0px 0px;
	color: rgba(85,85,85,0.8)
}
.totalborderleft span {
	margin-bottom: 2px;
	display: block;
	font-weight: 700;
}
.totalpaid {
	float: left;
	margin: 0px;
	font-size: 14px;
	padding: 0px 0px 0px 40px;
}
.totalpaid span {
	margin-bottom: 2px;
	display: block;
	font-weight: 700;
}
.fontsteelgreen {
	color: #5b981f;
}
.fontsteelred {
	color: #f52520;
}
.touroptdetail {
	font-weight: 700;
	margin-bottom: 8px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.touroptdetail strong {
	color: #1068b1;
	display: block;
	text-transform: uppercase;
}
.tourdetailcol input[type='radio']:empty, .tourdetailcol input[type='checkbox']:empty {
	visibility: hidden;
	display: none;
}
.tourdetailcol input[type="radio"]:empty ~ label, .tourdetailcol input[type="checkbox"]:empty ~ label {
	-moz-user-select: none;
	cursor: pointer;
	display: inline-block;
	padding-left: 35px;
	position: relative;
	vertical-align: top;
}
.tourdetailcol input[type='radio']:empty ~ label, .tourdetailcol input[type='checkbox']:empty ~ label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0px;
}
.tourdetailcol input[type='radio']:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 100%;
	border: 2px solid #dddddd
}
.tourdetailcol input[type='radio']:empty ~ label:after {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 10px;
	margin: 6px;
	height: 10px;
	border-radius: 100%;
}
.tourdetailcol input[type='radio']:hover:not(:checked) ~ label:after, .tourdetailcol input[type='radio']:checked ~ label:after {
	background: #555;
}
.tourdetailcol input[type='checkbox']:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 0%;
	border: 1px solid #dddddd
}
.tourdetailcol input[type='checkbox']:empty ~ label:after {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 12px;
	margin: 5px;
	height: 12px;
	border-radius: 0%;
}
.tourdetailcol input[type='checkbox']:hover:checked ~ label:after, .tourdetailcol input[type='checkbox']:checked ~ label:after {
	background: url(../images/check-write-icn.png) no-repeat;
}
.tourdetailcol label {
	margin-bottom: 0;
}
.tourdetailcol .table > thead > tr > th {
	vertical-align: middle;
}
.tourdetailcol .table > tbody > tr > td {
	vertical-align: middle;
	padding: 10px 45px;
	text-align: left;
	width: 71%;
	color: #777777;
}
.tourdetailcol .table > tbody > tr > td:nth-of-type(even) {
	text-align: center;
	color: #333;
	font-weight: 600;
}
.tourdetailcol .table > tbody > tr > td.pad80 {
	padding-left: 80px;
}
.tourdetailcol .table > tbody > tr > td:last-child {
	text-align: left;
}
.tourdetailcol .table > tbody > tr > td:last-child {
	text-align: left;
	padding-left: 35px;
}
.tourdetailcol .tourbookingdetail .table > tbody > tr > td {
	padding: 20px 15px;
	vertical-align: middle;
	text-align: center;
}
.tourdetailcol .tourbookingdetail .table > tbody > tr > td:nth-of-type(even) {
	color: #777777;
	font-weight: 400;
}
.tourdetailcol .btn-primary {
	float: right;
	padding: 7px 25px 6px;
}
/* profile section and login/register page */
/* Result not found */	
.resultnotfound {
	text-align: center;
	margin: 100px 0px 80px;
}
.resultnotfound img {
	margin-bottom: 20px;
}
.resultnotfound span {
	font-size: 26px;
	margin-bottom: 5px;
	display: block;
}
/* Result not found  */			

.resimgmargin {
	margin: 40px 0px 30px;
}
.sectionrestraveller {
	margin: 40px 0px 0px;
}
.sectionrestraveller h2 {
	letter-spacing: 0px;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: center;
}
.mediaroomgray {
	background: #f4f4f4;
	padding: 25px 30px 30px;
}
.mediagrid .grid-item {
	margin-bottom: 30px;
}
.mediaroomgray .btn-primary {
	padding: 6px 15px 5px;
	letter-spacing: 1px;
}
.mediaroomgray h2 {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0px;
}
.destinationgray {
	background: #f4f4f4;
	padding: 30px 30px 10px;
}
.destititile {
	width: 100%;
	margin-bottom: 25px;
}
.destinationgray a {
	display: inline-block;
	vertical-align : middle;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
.destinationgray a:hover {
	color: #1068b1;
}
.destinationgray span {
	display: inline-block;
	vertical-align : middle;
	margin-right: 10px;
}
.destinationgrid .grid-item {
	margin-bottom: 30px;
}
#news-letter-sign-up .modal-dialog select{
	padding: 10.5px;
}
.signupfix {
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: #083f88;
	padding: 15px 0px;
	color: #b2c7e4;
	z-index: 100;
	opacity: 0.9;
}
.signupfront {
	text-align: center;
}
.signupfront span {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin-right: 30px;
	color: #fff;
}
.fixsignupfrm {
	display: none;
}
.fixsignupfrm span {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
}
.fixsignupfrm .form-control {
	padding: 8px 15px;
}
.fixsignupfrm select {
	background-color: #fff;
	font-size: 14px;
	background-position: 95% 50%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	height: 38px;
	color:#555;
	border-radius: 0px;
}
.fixsignupfrm .btn-default {
	padding: 6px 25px;
}
.downarrowfix {
	position: absolute;
	right: 80px;
}
.linestrok {
	text-decoration: line-through;
}
table span.linestrok {
	color: #b3b3b3;
}
table span {
	/*color: #555;*/
}
.overviewdetail span.linestrokblack {
	color: #000;
	text-decoration: line-through;
}
.linestrokblack {
	color: #000;
	text-decoration: line-through;
}
.whitestrock {
	text-decoration: line-through;
}
.best-seller-slider a {
	padding: 10px 0px 0px;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.best-seller-slider .flashsale {
	right: -9px;
	top: 1px;
}
.filterdestination_data .flashsale {
	right: 6px;
}
.filterdestination_data a {
	position: relative;
	display: inline-block;
	width: 100%;
}
.similarpack a {
	position: relative;
	display: inline-block;
	width: 100%;
}
.similarpack .img-abs-title {
	padding: 20px 25px;
}
.similarpack .abs-bookbtn {
	padding: 0px 25px 25px;
}
.termsconditionrow p {
	margin-bottom: 20px;
}
.termsconditionrow ul {
	margin: 0px 0px 15px;
	padding: 0px;
	width: 100%;
}
.termsconditionrow ul li {
	padding-left: 25px;
	background: url(../images/bullet-arrow-orange.png) left 6px no-repeat;
	padding-bottom: 5px;
	text-align: left;
}
.ajaxloaderpop{
	height: 39px;
	display: inline-block;
}
.errorelert{
	color: #a94442; 
    background-color: #f2dede; 
    border-color: #ebccd1; 
    padding: 8px 15px; 
    margin-bottom: 20px; 
    border: 1px solid transparent; }
#ajaxloader {
	width: 100%;
	background: rgba(255,255,255,0.6);
	height: 100%;
	position: fixed;
	z-index: 99999;
	top: 0px;
}
#pageloader {
	top: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(255,255,255,1);
}
#pageloader img {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	height: auto;
    z-index: 9999999999;
    width: auto;
}
.brochures-col a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
}
/* payement message page */
.pyamentmsgrow {
	width: 100%;
	margin: 130px 0px 100px;
	text-align: center;
}
.pyamentmsgrow h1 {
	margin: 10px 0px;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 60px;
}
.green-steelco {
	color: #3caa4f;
}
.red-steelco {
	color: #df0000;
}
.pyamentmsgrow span {
	font-size: 26px;
	margin-bottom: 5px;
}
.pyamentmsgrow a.btn-primary {
	padding: 6px 30px;
}
.paymentcolcenter {
	display: inline-block;
	width: 72%;
	text-align: left;
}
/* Share it Social */
.st-btns {
	overflow: hidden !important;
}
.tour-faqs hr {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	border-color: #cecece;
}
.tour-detail-row .resp-tab-content .tour-faqs h5 {
	font-size: 20px;
	color: #0072bc;
}
.termsconditionrow h2 {
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 25px;
	text-align: left;
}
.tabs_data input[type='radio']:empty {
	visibility: hidden;
	display: none;
}
.tabs_data .radiobtn {
	margin: 0px 15px 0px 15px;
}
/* style label */
.tabs_data input[type='radio']:empty ~ label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tabs_data input[type='radio']:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 100%;
	border: 2px solid #dddddd
}
.tabs_data input[type='radio']:empty ~ label:after {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 10px;
	margin: 6px;
	height: 10px;
	border-radius: 100%;
}
.tabs_data input[type='radio']:hover:not(:checked) ~ label:after, .tabs_data input[type='radio']:checked ~ label:after {
	background: #555;
}
.group-on-text{
	margin-bottom: 20px;
	color:red;
}
.indus-inline-show {
	display: inline-block;
}
.indus-show {
	display: block;
}
.indus-hide {
	display: none;
}
.image_load{
	position: fixed;
	top: 50% !important; 
	left: 50% !important;
	transform: translate(-50%, -50%);
	/*height: 75px;*/
	z-index:9999999999;
}
.tour-flashsale-div {
	font-size: 30px; 
	line-height: 30px;
}
.txt-right {
	text-align: right;
}
.indus-loding-img{
	padding: 10% 45%;
}
.indus-position-relative {
	position:relative;
}
.curr_click_disabled{
	pointer-events: none;
	opacity: 0.5;
}

.indus-pointer-disable{
	pointer-events: none; 
	cursor: default;
}
.star-ratings-sprite {
	background: url("../images/star-rating-sprite.png") repeat-x;
	font-size: 0;
	height: 14px;
	line-height: 0;
	overflow: hidden;
	text-indent: -999em;
	width: 95px;
	margin: 7px 0px 0px 0px;
}
.star-ratings-sprite-rating {
	background: url("../images/star-rating-sprite.png") repeat-x;
	background-position: 0 100%;
	float: left;
	height: 14px;
	display: block;
}
.travelchoosebg p{
	height: 14.8em;
	overflow: hidden;
}
.indus-validation-error{
	color: #a94442; 
	background-color: #f2dede; 
	border-color: #ebccd1; 
	border: 1px solid transparent; 
	display: block; 
	max-width: 600px; 
	width: 100%; 
	height: auto; 
	margin: 0px auto; 
	padding: 10px 35px 10px; 
	margin-bottom: 10px;
	box-sizing: border-box;
}
.indus-vertical-middle {
	vertical-align: middle;
}
.indus-vertical-middle-min {
	vertical-align: middle;
	min-width: 25%;
}
.termsconditionrow .image-div{
	visibility: visible; 
	animation-delay: 0.5s; 
	animation-name: fadeInDown;
}
.about-sec-centercol p{
	text-align:justify;
}
.success_messgae-margin{
	margin:200px 0px;
}
.gm-style .review-box{ 
	display:none !important; 
}
.indus-center-h4 h4{
	text-align:center;
}
.indus-nowrap {
	white-space: nowrap;
}
#trustwaveSealImage { width: 17%; }

/* zoho chat css start */
.zsiq_theme1.zsiq_floatmain { width: 50px !important; max-width: 50px !important; }
.zsiq_theme1 div.zsiq_cnt, .zsiq_theme1 .zsiq_cnt .zsiq_ellips {line-height: 16px;}
.zsiq_theme1 .zsiq_flt_rel { width: 50px !important; height: 50px !important; }
.zsiq_theme1 .sqico-chat:before { font-size: 20px !important; line-height: 45px !important; }
.zsiq_theme1 div.zsiq_cnt { padding:10px !important; height: 100% !important; }
/* zoho chat css end */


/* uplift styles start */
.best-seller-slider .tour_link { padding: 10px 0px 0px; position: relative; display: inline-block; width: 100%; vertical-align: top; }
.tour_link, .modal-close { cursor: pointer; }
.uplift-price { margin: -1.5% 0 0 0; }
.col-sm-6 .uplift-price { margin: -3.5% 0 0 0; }
.termsconditionrow .uplift-price { margin: -1.5% 0 0 0; }

.uplift_lable { font-size: 12px; color: #f3f3f3; cursor: pointer; width: auto; line-height: 11px;text-transform: lowercase; }
.uplift_lable:hover span { border-bottom: 1px solid #fff; }
.uplift_lable img { margin: -2% 0 0 0; }
.uplift_lable span { color: #fff; font-size: 14px; }

.price_from_value .uplift_lable span{ border-bottom: 1px solid #205294; }
.price_from_value .uplift_lable:hover span { border-bottom: 1px solid #fff; }

.departuredetail .uplift_lable { color: #666;}
.departuredetail .uplift_lable span{ color: #666; border-bottom: 1px solid #fff; }
.departuredetail .uplift_lable:hover span { border-bottom: 1px solid #666; }


.departuredetail .uplift_lable span { color: #555; }

.detailinnerover .uplift_lable { color: #666;}
.detailinnerover .uplift_lable span{ border-bottom: 1px solid #fff; }
.detailinnerover .uplift_lable:hover span { border-bottom: 1px solid #666; }
.detailinnerover .uplift_lable span { color: #666; }


.centerbookdata .uplift_lable { color: #666; }
.centerbookdata .uplift_lable span{ border-bottom: 1px solid #fff; }
.centerbookdata .uplift_lable:hover span { border-bottom: 1px solid #666; }
.centerbookdata .uplift_lable span { color: #666; }

.orangebg .uplift_lable { color: #f3f3f3; }
.orangebg .uplift_lable span{ border-bottom: 1px solid #fff; }
.orangebg .uplift_lable:hover span { border-bottom: 1px solid #666; }
.orangebg .uplift_lable span { color: #fff; }

.protectionplan .uplift_lable { width: auto; }
.uplift_lable span { float: none; }

.travelbar_text { margin: 1% 0 0 0; }
.powered-by-uplift { position: relative; float: right; width: auto; margin: 8% 0 0 0; }

.uplift_offers .accomodcol { width: 24%; }
.uplift_works .accomodcol  { width: 33%; }
/* uplift styles End */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
	line-height: 1.42857;
}
input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
	line-height: 1.42857;
}
input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
	line-height: 1.42857;
}
.resp-tab-content input[type="date"].form-control {
	padding: 4px 10px;
}
}
/* file upload control */
.booktravelfrm .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.profilefrmgray .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	width: 100%;
	font-size: 1.25rem;
	/* 20px */
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.625rem 1.25rem;/* 10px 20px */
}
.no-js .inputfile + label {
	display: none;
}
.inputfile-6 + label {
	padding: 0;
}
.inputfile-6:focus + label, .inputfile-6.has-focus + label, .inputfile-6 + label:hover {
	border-color: #dddddd;
}
.inputfile-6 + label span, .inputfile-6 + label strong {
	padding: 6px 20px;/* 10px 20px */
}
.inputfile-6 + label span {
	width: 61%;
	height: 36px;
	border: 1px solid #dddddd;
	background-color: #fff;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	float: left;
}
.inputfile-6 + label strong {
	height: 100%;
	height: 36px;
	color: #fff;
	background-color: #0072bc;
	border: 1px solid #0072bc;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 0px;
}
.inputfile-6:focus + label strong, .inputfile-6.has-focus + label strong, .inputfile-6 + label:hover strong {
	background-color: #1068b1;
	border: 1px solid #1068b1
}
#picreel-powered-link {
	display: none !important;
}

.btn-book-now {
	background: #f6491a;
	display: none;
	padding: 20px 0px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	width:100%;
}
.btn-book-now:hover, .btn-book-now:focus {
	background: #0072bc;
	color: #fff;
}
.hp_videopop{
	margin-bottom:100px;	
	width:100%;
	display:inline-block;
	height:645px;
	}
.hp_videopop iframe{
	border:none;
	height:100%;
	width:100%;
	}
.hp_videopop a {
	color: #fff;
	display: inline-block;
	position: relative;
	margin-top:20px;
}	
.navmenu li li.hover.selected ul{max-height: 496px;
overflow-y: auto;}

/*151117 Merchant-form css changes start*/
.gray-bg {
	display: block;
	background: #ddd;
	max-width: 600px;
	width:100%;
	height: auto;
	margin: 0px auto;
	padding: 29px 35px 11px;
	box-sizing: border-box;
}
.gray-bg img {
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	text-align: center;
	display: block;
	height: auto;
}
.crd-card{
	margin: 0 auto;
    width: auto;
    max-width: 100%;
    text-align: center;
    height: auto;
}
.crd-card img{
	display: inline-block;
}
.white-bg {
	background: #fff;
	padding: 36px 38px;
	margin: 48px auto 20px;
	box-sizing: border-box;
}
.mform-section h2 {
	font-size: 24px;
	letter-spacing: 2px;
	line-height: inherit;
	margin: 0px auto;
	text-align: center;
}
.form-detail {
	margin:46px 0 19px;
}
table.form-detail tr td {
	color: #555;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
	padding: 8px 12px;
	opacity: 0.8;
	box-sizing: border-box;
}
table.form-detail tr td b {
	font-weight: 500;
}
table.form-detail tr td:first-child {
	text-indent: 10px;
	width: 60%;
}
body .white-bg p {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 0;
	font-weight: 300;
	display: block;
	clear: both;
}
.white-bg form {
	margin-top: 31px;
	margin-bottom: 0px;
}
.white-bg form label {
	font-size: 16px;
	line-height: 24px;
	color: #555;
	font-weight: 400;
	width: 100%;
	display: block;
	margin-bottom:4px;
}
.white-bg form input.form-control {
	height: 30px;
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 16px;
	padding: 0px 15px;
	box-sizing: border-box;
}
.expirydate input {
	display: inline-block;
	border: 1px solid #ddd;
	background: transparent;
	width: 48%;
	padding: 0px 15px;
	float: left;
	margin-bottom:17px;
	box-sizing: border-box;
	height:30px;
}
.expirydate input:nth-child(4) {
	float: right;
}
.expirydate span {
	text-align: center;
	width: 4%;
	display: inline-block;
	line-height:30px;
}
.white-bg form .expirydate input.form-control:nth-child(3) {
	float: right;
}
.processbtn .btn-primary {
	background-color: #0072bc;
	border: 1px solid #0072bc;
	padding: 6px 20px 6px;
	border-radius: 0;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
	width: 49.4%;
	float: left;
	line-height: 24.14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 23px 0px 0;
	box-sizing: border-box;
}
.processbtn .btn-primary:nth-child(2) {
	float: right;
	background-color: #e1e1e1;
	border-color: #e1e1e1;
	color: #afafaf;
}
.processbtn .btn-primary:hover, .processbtn .btn-primary:focus {
	background-color: #1068b1;
    border-color: #1068b1;
    color: #fff;
}
.processbtn .btn-primary:nth-child(2):hover, .processbtn .btn-primary:nth-child(2):focus {
	background-color: #0072bc;
	border: 1px solid #0072bc;
	color: #fff;
}
.grayborder {
	border-top: 2px solid #f0f0f0;
	margin-bottom: 24px;
	margin-top: 28px;
	display: inline-block;
	width: 100%;
}
.gray-bg > p {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #8e8e8e;
}

.feefo-badge__image{ display: block; max-width: 100%; }

.feefo-badge { position: absolute; right: 0; width: 11%; top: 125px; }

.feefo-badge_home { position: relative; float: right; width: 85%; }

.woobox-offer .overlay { opacity: 0.2 !important; }

/*151117 Merchant-form css changes END*/

@media screen and (min-width: 2000px) and (max-width: 2560px) {
.detinationtitle {
	padding-left: 740px;
}
}
@media screen and (max-width: 1680px) {
.detinationtitle {
	padding-left: 310px;
}
.bgbluebox {
	min-height: 225px;
}
.contentcenterdata {
	margin: 10px 40px 10px;
}
.joinusnowbg {
	/*padding: 35px 100px 36px 70px;*/
}
.newlettersub {
	padding: 15px 60px 20px 70px;
}
}
 @media screen and (max-width: 1600px) {
.detinationtitle {
	padding-left: 270px;
}
}
@media screen and (max-width: 1440px) {
.title-left-data {
	width: 33%;
}
.bgbluebox {
	min-height: 215px;
	width: 33%;
}
.contentcenterdata {
	padding: 25px 0px 0px;
	margin: 10px 35px 10px;
}
.joinusnowbg {
	/*padding: 35px 100px 36px 0px;*/
}
.newlettersub {
	padding: 15px 60px 20px 50px;
}
.tourdetailtop{margin-top:145px;}
.tourdetailtop p{margin:0 0 4px;}
}
@media screen and (max-width: 1366px) {
.detinationtitle {
	padding-left: 195px;
}
.joinusnowbg {
	/*padding: 40px 0 41px 115px;*/
}
.newlettersub {
	padding: 20px 0 25px 70px
}
.joinusnowbg .pull-right {
	float: left !important;
}
.detinationtitle {
	padding-left: 150px;
}
.title-left-data {
	width: 33%;
}
.bgbluebox {
	min-height: 260px;
}
.hp_videopop{
	height:641px;
	}
.tourdetailtop{margin-top:145px;}
.tourdetailtop p{margin:0 0 4px;}
}
@media screen and (max-width: 1280px) {
.joinusnowbg {
	/*padding: 50px 0 50px 70px;*/
}
.newlettersub {
	padding: 15px 0 25px 70px
}
.navmenu li li.hover.selected ul{max-height: 310px;}
.tourdetailtop h1{font-size:42px;line-height:39px;}

}
@media screen and (max-width: 1170px) {
.innertitle {
	background-position: left center;
	padding: 20px 0px 25px;
}

header {
	position: relative;
}
.headertop ul {
	margin-right: 10px;
}
.inner-row-data, .sliderfull, .destinationinner {
	margin: 0px;
}
.footergray {
	padding: 50px 0px 35px;
}
footer ul li {
	width: 33%;
}
.footerwhite {
	padding: 40px 0px 25px;
}
.searchbg {
	position: relative;
}
.travelchoosebg {
	width: 60%;
	padding: 30px 150px 30px 30px;
	margin-left: 0px
}
.travelsliderimg {
	padding-right: 0px;
	right: 0px;
}
.tabrightimg {
	margin: 15px 0px;
}
.tabverleft {
	width: 60%;
	margin-top: 0px;
}
.img-abs-title {
	padding: 25px 20px 0px;
}
.abs-bookbtn {
	padding: 0px 20px 20px;
}
.img-abs-title h3 {
	font-size: 13px;
}
.img-abs-title span {
	font-size: 16px;
}
.bookbeforwhite {
	width: 83%;
}
.similarpack img {
	width: 100%;
}
.joinusnowbg {
	/*padding: 35px 20px 36px;*/
}
.newlettersub {
	padding: 15px 20px 20px;
}
.prizerate {
	width: 81.5%;
}
.departuredetail {
	padding-right: 0px;
}
.tourdetailrev h6 {
	font-size: 16px;
}
.daretocomparecol .whitecol {
	padding: 80px 20px 20px;
}
.local-rate {
	padding-right: 20px;
}
.destination-centercol {
	width: 100%;
}
.destinationabs {
	bottom: 20px;
}
.detinationtitle {
	padding: 15px 40px 15px 85px;
}
.margin-bottom-30 {
	margin-bottom: 27.5px;
}
.about-sec-centercol, .why-sec-centercol {
	width: 100%;
}
.misionsec {
	margin: 0px;
}
.missionimg {
	right: 15px;
}
.misionorgbg {
	padding: 35px 60px 20px 40px;
}
.contentcenterdata {
	margin: 0px;
	padding: 30px 20px 0px;
}
.slick-current .contentcenterdata {
	color: #fff;
}
.aboutcentertop {
	margin-bottom: 50px;
}
.margin-top-bottom {
	margin: 55px 0px 50px;
}
.trvagent {
	width: 44%;
	margin-bottom: 30px;
}
.title-left-data {
	width: 35%;
}
.bgbluebox {
	min-height: 272px;
}
.sidebar h2 {
	font-size: 24px;
}
.contactbox {
	min-height: 185px;
}
.caddbg .social {
	margin-top: 10px;
}
.mapcontact {
	right: 0px;
	width: 55%;
}
.contactfrmbg {
	padding: 30px;
}
.joinrht {
	margin: 10px 0px 0px;
}
.footerlogo {
	padding-right: 10px;
	margin-left: -3px;
	margin-bottom: 8px;
}
.searchtestimonials {
	left: 0px;
}
.testimonialgrid {
	margin-bottom: 20px;
}
.pagenotfoundcenter {
	width: 100%;
}
.paymentcolcenter {
	width: 85%;
}
.pagenotfound, .pyamentmsgrow {
	margin: 70px 0px;
}
.thankyoucolcenter {
	width: 100%;
}
.thnkyourow {
	margin: 60px 0px;
}
.booktabledata {
	margin: 70px 0px;
}
.centerbookdata {
	width: 100%;
}
.tooltips span {
	width: 200px;
}
.simpackimg {
	height: 100%;
}
.signincenter {
	width: 65%;
}
.signincol {
	margin: 100px 0px 130px;
}
.profilefrmgray {
	padding: 25px 20px;
}
.filterdestination select {
	width: 18%;
}
.destinationtop {
	width: 35%;
	margin-top: 180px;
}
#fullscreentop {
	margin-top: -113px;
}
.tourdetailtop {
	margin-top: 120px;
	width: 45%;
}
.tourdetailtop h1 {
	font-size: 36px;
	line-height: 36px;
}
.tourdetailtop p {
	margin: 0 0 4px;
	font-size: 12px;
	line-height: 16px;
} 
.accomodcol {
	width: 25%;
	margin: 0px -2px;
}
.fixsignupfrm .form-control, .fixsignupfrm select {
	margin-bottom: 15px;
}
.downarrowfix {
	right: 20px;
}
.resultnotfound {
	margin: 30px 0px 60px;
}
.tourimg {
	width: 31%;
}
.tourdescrtitle {
	width: 64%;
}
.tourdetailcol .table-responsive {
	overflow-x: auto;
}
.usertitle {
	width: 70%;
}
.coltestimonials {
	padding: 20px 20px 5px;
}
.testimonialuser {
	margin-bottom: 15px;
}
.awardsrow {
	margin: 20px 0px 20px;
}
.profilerow .table-responsive {
	overflow-x: auto;
}
.toursignupfix {
	padding: 25px 0px 70px;
}
.hp_videopop{
	margin-bottom:60px;	
	height:529px;
	}

}

@media screen and (max-width: 1024px) {
.zsiq_theme1 div.zsiq_cnt {
	display: none !important;
}
    .feefo-badge {
        top: 112px !important;
    }
}

@media screen and (max-width: 999px) {
.tabverleft {
	width: 100%;
	margin-top: 20px;
}
.tourdetailtop{width:80%;}
.tourdetailtop p {
	font-size: 16px;
	line-height: 24px;
}
.tabrightimg {
	position: relative;
	width: 100%;
	margin: 10px 0px 0px;
}
.img-abs-title h3 {
	font-size: 16px;
}
.img-abs-title span {
	font-size: 18px;
}
.tabrightimg img {
	width: 100%;
}
.about-sec-centercol, .why-sec-centercol {
	width: 100%;
}
.travelchoosebg {
	width: 100%;
	padding: 30px;
 margin-left:
}
.travelsliderimg {
	position: relative;
	margin: 20px 0px 0px;
	padding: 0px;
	width: 100%;
	right: 0px;
	top: 0px;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
}
.joinusnowbg {
	padding: 48px 15px 47px;
}
.newlettersub {
	padding: 29px 15px 30px;
}
.frmemailsub {
	padding-bottom: 0px;
}
.footerlogo {
	width: 25%;
	vertical-align: middle;
	text-align: center;
	margin: 0px -5px 20px;
	padding: 0px;
}
.about-sec-home {
	margin-bottom: 20px;
}
.tabvertical {
	margin-bottom: 30px;
}
.about-sec-centercol {
	margin-bottom: 30px;
}
.travel-slider {
	margin-bottom: 80px;
}
.img-abs-title {
	padding: 25px 30px 0px;
}
.abs-bookbtn {
	padding: 0px 30px 30px;
}
.bookbeforwhite {
	width: 84%;
}
.rightdate {
	text-align: left
}
.prizerate {
	width: 100%;
	padding-left: 0px;
}
.datetopicon {
	padding-right: 10px;
}
.innertitle h1 {
	font-size: 60px;
}
.tourdetailrev {
	padding: 0px 0px 10px;
	border-bottom: 1px solid #ddd;
}
.tourdetailtop h1 {
	font-size: 50px;
	line-height: 50px;
}
.tourborder {
	width: 33.3333%;
	padding: 0px 15px;
}
.tourborder::before {
	display: none;
}
.destination-centercol {
	width: 100%;
	margin-bottom: 20px;
}
.destinationabs {
	bottom: 10px;
	left: -30px;
}
.detinationtitle {
	padding: 15px 40px 15px 150px;
}
.detinationtitle h1 {
	font-size: 40px;
	line-height: 40px;
}
.awardscol:nth-child(even) {
	text-align: left;
}
.title-left-data {
	width: 94%;
}
.bgbluebox {
	width: 46%;
	min-height: 235px;
	left: 0px;
	transform: translateX(0%);
	margin: 15px 30px;
}
.bgbluebox::before {
	left: 44px;
}
.content-nav {
	padding: 0px 30px 80px;
}
.contentcenterdata {
	padding: 40px 30px 0px;
}
.trvagent {
	width: 57%;
	margin: 15px 0px 30px;
}
.whtagentbg {
	padding: 20px;
	margin: 0px 0px 20px;
}
.misionorgbg {
	padding: 30px 35px 20px 30px;
}
.missionimg {
	right: 20px;
	width: 52%;
}
.recent-title {
	width: 84%;
}
.recent-thumb {
	width: 14%;
}
.blogrow {
	margin: 50px 0px 20px;
}
.contact-centertop {
	margin-bottom: 0px;
}
.caddbg {
	margin-bottom: 60px;
}
.mar-bottom {
	margin-bottom: 60px;
}
.mapcontact {
	width: 100%;
	position: relative;
	right: 0px;
	height: 300px;
	margin: 0px;
}
.contactfrmbg {
	padding: 25px 20px 35px;
}
.contactbox {
	padding: 20px;
	min-height: 194px;
}
.contactbox br {
	display: none;
}
.joinrht {
	margin: 30px 0px 0px;
}
.gridlayout {
	margin: 50px 0px 30px;
}
.thnkyourow h1 {
	font-size: 50px;
	line-height: 46px;
}
.booktabledata {
	margin: 80px 0px;
}
.roundshape {
	margin: 0px 10px 0px 0px;
	padding: 8px 13px;
}
.travelerstab, .confirmtab {
	padding: 40px 43px 40px;
}
.insurancetab {
	padding: 40px 43px 20px;
}
.radiobtn {
	margin-bottom: 20px;
}
.btninsurance {
	padding-bottom: 40px
}
.plancol {
	margin-bottom: 20px;
}
.insurancetab .margin-top-30 {
	margin-top: 20px;
}
.protectionplan label {
	width: 90%;
}
.confirmtabbtn {
	margin-top: 15px;
}
.filterdestination select {
	width: 35%;
	float: left;
	margin: 10px 5px;
}
.booknowtravelers {
	padding: 0px;
}
.tooltipdiv span {
	font-size: 14px;
}
.signincenter {
	width: 85%;
}
.profilefrmgray {
	padding: 20px 15px;
}
.gender-radio {
	margin-right: 15px;
}
.destinationtop {
	width: 45%;
}
.accomodcol {
	padding: 0px 5px;
}
.tourdetailcenter {
	width: 100%;
}
.tourimg {
	width: 31%;
}
.tourdescrtitle {
	width: 64%;
}
.totalborderleft {
	padding-right: 20px;
	padding-bottom: 5px;
}
.totalpaid {
	padding-left: 0px;
	padding-bottom: 5px;
}
.usertitle {
	width: 100%;
}
.paymentcolcenter {
	width: 85%;
}
.logdiv {
	margin-right: 20px;
	width: 41%;
}
.tbl-caption {
	width: 100%;
	margin-left: 0px;
}
.logmargin {
	margin-right: 0px;
}
.booktabledata .resp-tab-content td .btn-primary {
	margin-top: 10px;
}
.btn-book-now{
	display:inline-block;
	
}
.hp_videopop{
	height:405px;
	}
	/* 14-11-2018 new css add */
	.logdiv{
	    width: 62%;
	}
    .headertop ul li select {
        width: 60px;
    }

    .feefo-badge {
        display: none;
    }
}
@media screen and (max-width: 960px) {
.joinusnowbg {
	padding: 52px 15px 53px;
}
.newlettersub {
	padding: 20px 15px 25px;
}
}
@media screen and (max-width: 899px) {
.joinusnowbg {
	padding: 45px 15px 50px;
}
.detinationtitle {
	padding: 15px 40px 15px 50px;
}
.title-left-data {
	width: 93%;
}
.contentcenterdata {
	padding: 23px 25px 0px;
}
.bgbluebox {
	min-height: 250px;
}
.bgbluebox::before {
	left: 50px;
}
.joinusnowbg {
	padding: 52px 15px 53px;
}
.newlettersub {
	padding: 20px 15px 25px;
}
.tooltips span.right {
	left: auto;
	right: 0%;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
}
.tooltips span.right:after {
	left: auto;
	right: 0px;
}
.tooltipdiv {
	margin-bottom: 10px;
}
.tooltipdiv:last-child {
	margin-bottom: 20px;
}
.accomodcol {
	width: 50%;
	margin: 0px -2px 20px;
}
.uplift_offers .accomodcol { width: 50%; }
.uplift_works .accomodcol  { width: 33%; }
.margin-top-bottom-60 {
	margin: 60px 0px 30px;
}
.tour-gallery-slider {
	margin-bottom: 70px;
}
.tourmap {
	width: 650px;
}
.contentcenterdata {
	padding: 25px 30px 0px;
}
}
@media screen and (max-width: 768px) {
.bgbluebox {
	min-height: 275px;
}
}
@media screen and (max-width: 767px) {
.blogcol iframe {
	height: 200px;
}
.tour-top-blue-bg {
	margin-top: 0px;
}
.searchbg input[type="text"], .searchbg select {
	padding: 0px 10px 10px 0px;
}
.searchbg .margin-bottom-15 {
	margin-bottom: 10px;
}
.searchbg .margin-bottom-15 input[type="submit"] {
	margin: 10px 0px;
}
.logdiv {
	margin-right: 30px;
}
/* 14-11-2018 new css start */
.tollfreeno {
    width: 45%;
}
.logdiv {
	margin-right: 0px;
    width: 55%;
}
/* 14-11-2018 new css end */
.tabverleft {
	width: 100%;
}
.footerwhite {
	padding: 30px 0px 35px;
}
.travelsliderimg {
	margin-top: 0px;
}
.why-sec-centercol {
	margin-bottom: 0px;
}
.margin-top-bottom70 {
	margin: 50px 0px;
}
.tour-content-slider {
	margin: 30px 0px 40px;
}
.touralsolike {
	margin-top: 40px;
}
.bookbeforwhite {
	width: 80%;
}
.tourdetailrev {
	padding: 0px 0px 10px;
	border-bottom: 1px solid #ddd;
}
.tourborder::before {
	display: none;
}
.tour-top-blue-bg {
	padding: 20px 0px 10px;
	margin-top: 0px;
}
.user-review {
	width: 84%;
}
.detinationtitle {
	padding: 15px 40px 15px 40px;
}
.missionimg {
	right: 0px;
	position: relative;
	padding: 0px 15px;
	width: 100%;
	top: 0px;
	transform: translateY(0px);
}
.misionorgbg {
	padding: 25px 25px 10px;
}
.title-left-data {
	width: 100%;
	padding: 0px;
}
.bgbluebox {
	width: 92%;
	margin: 10px 15px;
}
.aboutcentertop {
	margin-bottom: 50px;
}
.trvagent {
	width: 100%;
	margin: 10px 0px;
}
.bgbluebox {
	width: 95%;
	min-height: 190px;
}
.contentcenterdata {
	padding: 25px 15px 0px;
}
.missionimg img {
	width: 100%;
}
.title-for {
	padding: 0px 15px;
}
.whtagentbg {
	margin: 10px 0px;
}
.caddbg {
	background-repeat: repeat;
	padding-top: 30px;
}
.contactbox {
	padding: 25px 25px 10px;
	min-height: 133px;
}
.searchtestimonials .btn-primary {
	margin-top: 20px;
}
.coltestimonialsW {
	padding: 0px 30px;
}
.joinusnowbg {
	padding: 20px 0px 25px;
}
.newlettersub {
	padding: 20px 0px 25px;
}
.pagenotfoundcenter h1 {
	margin-top: 0px;
}
.pagenotfound a.btn-primary {
	margin-bottom: 20px;
}
.thankyoucol {
	margin: 0px 0px 20px;
}
.thnkyourow h1 {
	font-size: 48px;
	line-height: 48px;
}
.thankyoucolcenter {
	text-align: center;
}
.booktabledata {
	margin: 50px 0px;
}
.booktabledata .table-responsive {
	border-top: none;
}
.filtertitle {
	width: 100%;
	margin-bottom: 5px;
}
.filterdestination select {
	float: left;
	width: 40%;
}
.orangebg .col-sm-3 {
	text-align: left;
}
.tooltips span {
	width: 250px;
}
.tooltips span.right {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.tooltips span.right:after {
	left: 50%;
	right: auto;
}
.signincenter {
	width: 100%;
}
.signincol {
	margin: 50px 0px 70px;
}
.profilefrmgray {
	padding: 30px 15px;
}
.profilesidebar {
	margin-bottom: 25px;
}
.destinationgrid .grid-item {
	width: 100%;
}
.mediagrid .grid-item {
	width: 100%;
}
.destinationtop {
	width: 60%;
}
.tourdetailtop {
	width: 100%;
}
.tourdetailtop h1 {
	font-size: 40px;
	line-height: 40px;
}
.tourdetailcenter {
	width: 100%;
}
.tourmap {
	width: 100%;
	height: 400px;
}
.resultnotfound {
	margin: 0px;
}
.travelerstab .col-md-4 {
	display: block;
}
.paymentcolcenter {
	width: 100%;
}
.headertop ul li span {
	display: none;
}
.headertop ul li i {
	margin-right: 0px;
}
.inputfile-6 + label span {
	width: 67%;
}
.hp_videopop {
    height: 343px;
}
}
 @media screen and (max-width: 599px) {
h1, h2, h3, h4 {
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.tollfreeno {
	width: 40%;
	font-size: 10px;
}
.tollfreeno span {
	width: 80%;
	vertical-align: top;
	line-height: 14px;
}
.logdiv {
	width: 60%;
	margin-right: 0px;
}
.headertop ul li a{
	padding: 8px 5px;
	font-size: 12px;
}
.headertop ul li select {
	width: 70px;
}
.mobilesmuser {
	width: 100%;
	margin-right: 0px;
}
.logintoll {
	width: 100%;
	padding-bottom: 0px;
}
.logintoll span {
	vertical-align: middle;
}
.headertop .mobilesmuser ul {
	width: 100%
}
.headertop .mobilesmuser ul ul {
	width: 200px;
}
.headertop ul li span.user {
	padding: 13px 5px;
	font-size: 12px;
}
.headertop ul li i {
	margin-right: 0px;
}
.footerlogo {
	width: 50%;
}
.travel-slider h3 {
	font-size: 24px
}
.daydetailtour {
	text-align: center;
}
.daydetailtour::before {
	display: none;
}
.daydetailtour::after {
	left: 50%;
}
.departuredaydetail {
	padding: 35px 0px 0px;
	text-align: left;
}
.itinerarydaywhite {
	z-index: 10;
}
.tourborder {
	width: 49%;
	margin-left: 0px;
}
.touritinerarydetail {
	padding-bottom: 10px;
}
.user-review {
	width: 100%;
	padding: 0px;
}
.bookbeforwhite {
	width: 100%;
	margin: 15px 0px 0px;
}
.bookbeforwhite::before {
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	top: -20px;
	left: 20px;
}
.beforebook {
	margin: 20px 0px 0px;
}
.local-rate {
	padding-right: 0px;
}
.margin-top-bottom-60 {
	margin: 50px 0px 40px;
}
.destinationabs {
	position: relative;
	width: 100%;
	display: inline-block;
	left: -30px;
	bottom: 0px;
	background: #083f88;
}
.detinationtitle h1 {
	font-size: 24px;
	line-height: 24px;
}
.detinationtitle {
	padding: 15px 50px;
}
.bgbluebox {
	width: 100%;
	margin: 7px 0px;
}
.content-nav {
	padding: 0px 0px 80px;
}
.contentcenterdata {
	padding: 20px 25px 0px;
}
.recent-title {
	width: 75%;
}
.recent-thumb {
	width: 20%;
}
.imgexperts {
	width: 100%;
	margin: 0px 0px 10px;
}
.pagenotfoundcenter h1 {
	font-size: 80px;
	line-height: 60px;
}
.pricetitle a {
	font-size: 16px;
}
.travelerstab, .confirmtab, .paymenttab {
	padding: 30px 5px;
}
.insurancetab {
	padding: 30px 5px 20px;
}
.graytitletab, .booknowtravelers .graytitletab {
	padding: 15px;
}
.paymenttab .graytitletab a {
	right: 15px;
}
.togglefilter {
	width: 100%;
}
.togglefilter li {
	margin: 0px 0px 10px;
	width: 100%;
}
.filterdestination select {
	width: 100%;
	margin: 0px;
}
.orangebg {
	padding: 20px 5px;
}
.tooltips span {
	width: 230px;
}
.iconfrmleft, .frmlightgray {
	width: 100%;
}
.frmlightgray {
	padding: 25px 15px 35px;
}
.frmforgotpass {
	padding: 30px 15px 40px;
}
.resimgmargin {
	margin: 25px 0px 30px;
}
.destinationtop {
	width: 100%;
}
.accomodcol {
	width: 100%;
	margin: 0px 0px 20px;
}
.uplift_offers .accomodcol { width: 100%; }
.uplift_works .accomodcol  { width: 100%; }
.tour-gallery-slider a {
	margin: 0px 5px;
}
.signupfront span {
	margin: 0px 0px 15px 0px;
}
.tourmap {
	width: 100%;
	height: 300px;
}
.tourimg {
	width: 100%;
}
.tourdescrtitle {
	width: 100%;
}
.totalborderleft {
	padding-bottom: 10px;
}
.totalpaid {
	padding-bottom: 10px;
}
div.ColVis {
	float: left;
}
.inputfile-6 + label span {
	width: 63%;
}
.hp_videopop {
    height:253px;
}

.processbtn .btn-primary,
.processbtn .btn-primary:nth-child(2){width:250px;float:left;margin:13px auto 0;clear:both;display:block;float:none;}
.gray-bg{padding:29px 15px 11px;}
.white-bg{margin:38px auto 20px;padding:36px 18px;}
}
@media screen and (max-width: 480px) {
.inputfile-6 + label span {
	width: 63%;
}
.feefo-badge_home {
    position: relative;
    width: 35%;
    float: unset;
    margin: 0 auto 5% auto;
}
}
 @media screen and (max-width: 479px) {
.blogcol iframe {
	height: 150px;
}
footer ul li {
	width: 50%;
	padding-right: 15px;
}
.img-abs-title {
	padding: 25px 20px 0;
}
.tourdetailtop h1 {
	font-size: 24px;
	line-height: 26px;
}
.img-abs-title h6 {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 18px;
}
.our-rate {
	width: 100%;
	border-right: none;
}
.local-rate {
	padding: 0px;
	width: 100%;
}
.abs-bookbtn {
	padding: 0px 20px 25px;
}
.similarpack .img-abs-title {
	padding: 10px 15px
}
.similarpack .abs-bookbtn {
	padding: 0 15px 15px
}
.abs-bookbtn .btn-default {
	padding: 6px 15px 4px;
}
.abs-bookbtn.right {
	left: auto;
	right: 0px;
}
.tour-cantain-data {
	padding: 0px;
}
.innertitle h1 {
	font-size: 36px;
	line-height: 36px;
}
.videoabstext img {
	width: 32px;
	height: 32px;
}
.bgbluebox {
	min-height: 258px;
}
.togglefilter li .divslide {
	left: 0px;
	width: 100%;
}
.togglefilter li span {
	display: block;
}
.st-btns {
	overflow: scroll !important;
}
.tooltips span.mtipright {
	left: auto;
	right: 0;
	transform: translateX(0%);
}
.tooltips span.mtipright:after {
	left: auto;
	right: 0px;
	transform: translateX(0%);
}
}
/* NEXUS 6 */
@media screen and (max-width:415px) {
.bgbluebox {
	min-height: 235px;
	margin: 5px 0px;
}
.bgbluebox::before {
	left: 58px;
}
.contentcenterdata {
	padding: 20px 25px 0px;
}
.inputfile-6 + label span {
	width: 55%;
}
.hp_videopop {
    height:216px;
}
}
@media screen and (max-width: 384px) {
.bgbluebox {
	min-height: 250px;
}
.hp_videopop {
    height:194px;
}
}
 @media screen and (max-width:375px) {
.bgbluebox {
	min-height: 255px;
}
.inputfile-6 + label span {
	width: 51%;
}
}
@media screen and (max-width:360px) {
.st-btns {
	overflow: scroll !important;
}
.logdiv {
	padding-top: 8px;
}
.inputfile-6 + label span {
	width: 48%;
}
.logmargin {
	margin-right: 0px;
}
.logmargin ul {
	margin-right: 0px;
}
.hp_videopop {
    height: 184px;
}
}
@media screen and (max-width:320px) {
.bgbluebox {
	min-height: 330px;
}
.togglefilter {
	width: 100%;
}
.togglefilter li {
	width: 100%;
	margin: 10px 0px 0px 0px;
}
.togglefilter li .divslide {
	width: 100%;
}
.togglefilter li span {
	width: 100%;
}
.tollfreeno {
	width: 33%;
}
.logdiv {
		width: 65%;
}
.tollfreeno span {
	vertical-align: top;
	line-height: 16px;
	width: 68%;
}
.footerwhite {
		padding-bottom: 30px;
}
.inputfile-6 + label span {
	width: 39%;
}
.headertop ul {
	margin-right: 0px;
}
.headertop ul li select{
	width:60px;
	margin-right:5px;
	}
.headertop .logmargin ul li	select{
	margin-right:0px;
	}
#fullscreentop{
	height:auto !important;
	margin-top:0px;
	padding-bottom:200px;
	}	
.tourdetailtop {
	margin-bottom:70px;
	margin-top:40px;
	font-size:14px;	
	line-height:20px;
	}	
.tourdetailtop a{
	margin-top:0px;
	}
.tourdetailrev h6, .tourdetailrev{
	font-size:14px;
	line-height:18px;
	}	
}
/* 14-11-2018 new css start */
.headertop ul {
    margin-right: 0px;
}
/* 14-11-2018 new css end */

/*010519 css */
.affiliate-why-indus h2.title-border-orange {
	color: #1068b1;
	font-weight: 800;
	margin-bottom: 40px;
	text-align: center;
	display: inline-block;
}
.affiliate-why-indus .title-border-orange:before{margin: 0 auto;right: 0;}
.affiliate-why-indus .accomodcol{margin-bottom: 40px;}
.affiliate-why-indus .accomodcol h5{font-size: 17px;}

@media screen and (max-width: 1199px) {
	.affiliate-why-indus .accomodcol{width: 30%;}
	.affiliate-why-indus .accomodcol h5{font-size: 20px;}
}

@media screen and (max-width: 991px) {
	.affiliate-why-indus .accomodcol{width: 32.33%;}
	.affiliate-about-image{margin-top: 35px;}
}

@media screen and (max-width: 670px) {
	.affiliate-why-indus .accomodcol{width: 49%;}
	.affiliate-why-indus .accomodcol:last-child{margin-bottom: 0px;}
}

@media screen and (max-width: 480px) {
	.affiliate-why-indus .accomodcol{width: 100%;}
}


.select2_container .select2-container--default .select2-selection--single{
	border: 1px solid #dddddd;
    padding: 5px 10px;
    height: auto;
    border-radius: 0;
}
.select2_container .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 100%;
}
.select2_container .select2-container--default .select2-selection--single .select2-selection__rendered{
	text-align: left;
}
.select2_container .select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #555;
}