/*
 Theme Name: Adventure  Republiq
 Theme URI: 
 Author: Adventure  Republiq
 Author URI: 
 Description: Adveture Republiq Customize Naked Theme
 Version: 1.0


 -------------------------------------------------------------- */


/* Reset
 -------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	vertical-align: middle;
	/* Improves appearance and consistency in all browsers */
}

body,
button,
input,
select {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif !important;
	line-height: 26.64px !important;
	font-size: 14px !important;
	/*color: #2a3439 !important;*/
}

button,
input {
	line-height: normal;
	/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	overflow: visible;
	/* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 3px;
	background: #0056b3;
	color: #fff;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4 rem;
	padding: 1.12em 1.5em 1em;
}

html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* Addresses box sizing set to content-box in IE8/9 */
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
textarea,
input[type="date"] {
	color: #888888;
	border: 1px solid #dddddd;
	border-radius: 5px;
	width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #101010;
}

input[type=text],
input[type=email],
input[type="date"] {
	padding: 3px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 98%;
}


/* styles
 -------------------------------------------------------------- */

body,
button,
input,
select {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif !important;
	line-height: 26.64px;
	font-size: 14px;
	font-size: 1.8 rem;
	color: #2a3439;
}


/*body.archive, body.single, body.page-template-default, body.page-template-page-tour, */


/*body.page-template-page-inner, body.search, body.error404, body.page-id-22, body.page-id-178, body.page-template-page-refund*/


/*,body.page-template-page-user-profile {*/


/*	background: #f2f2f2 !important*/


/*}*/

body.home,
body {
	background: #fff !important;
}


/*body.page-template-page-itinerary {*/


/*	background: #f2f2f2 !important;*/


/*}*/


/* typography
 -------------------------------------------------------------- */


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	line-height: 71px;
	font-size: 48px;
	font-size: 4.8 rem;
}

h3 {
	line-height: 41px;
	font-size: 28px;
	font-size: 2.8 rem;
}

h4 {
	line-height: 26px;
	font-size: 18px;
	font-size: 1.8 rem;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


/* Text elements */

p {
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Lato', sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
	box-shadow: 0 3px 5px #ddd inset;
}


/* Links */

a {
	color: #0056b3;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
	text-decoration: none;
}

a:hover,
a:active {
	color: #0056b3;
	text-decoration: none;
}
 a:focus{
        outline: none !important;
        box-shadow: none;
     }

/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.center {
	text-align: center;
}


/* Header
 -------------------------------------------------------------- */

.site-title a {
	text-transform: uppercase;
	font-size: 4em;
	text-align: center;
}

.site-title a:hover {}

.site-description {
	font-style: italic;
}

img {
	max-width: 100%;
}

header {
	/*padding: 14px 0 0 0;
	 background: transparent;
	 margin: 17px auto; */
	height: 60px;
	background: #fff;
}

.cust-contain-width .wp-travel-entry-content-wrapper .description-left header {
	height: unset;
}

header .gravatar {
	overflow: hidden;
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0;
	float: right;
}

header #brand {
	display: inline-block;
	margin: 0em 0;
}

.site-navigation {
	display: inline-block;
	float: right;
}

header #brand h1 {
	font-weight: 900;
	color: #2a2c31;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

header #brand h1 a {
	color: #2a2c31;
	text-decoration: none;
}

header #brand h1 span {
	font-weight: 200;
	color: #888888;
	text-transform: lowercase;
}

.menu-main-nav-container,
.menu-main-container {
	float: right;
}

header nav ul {
	list-style: none;
	margin: 0;
}

header nav ul li {
	float: left;
	margin: 2px 10px 0 0;
}

header nav ul li a {
	color: #888888;
	font-size: 14px;
}


/* Posts/Articles
 -------------------------------------------------------------- */

article {
	/*background: #f2f2f2;*/
	padding: 0;
	margin-bottom: 80px;
	border-bottom: 1px solid #dddddd;
	padding: 10px 22px 0 22px;
}

article .title {
	color: #404040;
	line-height: 56.24px;
	font-size: 38px;
	font-size: 3.8 rem;
	font-weight: 400;
	text-align: center;
	padding-bottom: 17px;
}

article .title span {
	display: block;
	font-size: 16px;
	line-height: 11px;
	padding-top: 7px;
}

article .title a {
	text-decoration: none;
	color: #404040;
}

article .title a:hover {
	color: #007998;
}

article .post-meta {
	margin-bottom: 40px;
	font-size: 14px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

article .post-meta a {
	color: #888888;
	text-decoration: none;
}

article .post-meta a:hover {
	color: rgba(136, 136, 136, 0.5);
}

article .the-content a {
	font-weight: 900;
	text-decoration: none;
}
article .the-content {
	margin-bottom: 20px;
}
article .the-content p {
	color: #2a3439;
	text-align: justify;
	font-size: 14px;
	margin-bottom: 5px;
}

article .the-content img {
	width: 100%;
	height: auto;
}

.single-post article .the-content img {
	max-width: 500px;
	margin: 15px auto 15px auto;
	display: block;
	border-radius: 3px;
}

article .meta {
	line-height: 14.8px;
	font-size: 10px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .9px;
}

article .meta div {
	margin: 1px auto;
}

article .meta .post-categories {
	list-style: none;
	margin: 0 0 10px 0;
}

article .meta .post-categories li {
	display: inline-block;
	margin-right: 10px;
	background: #2A2C31;
	color: #fff !important;
	padding: 6px 14px;
	font-size: 14px;
	border-radius: 10px;
}

article .meta .post-categories li a {
	color: #fff
}


/* Page loop styling */

.page article {
	border-bottom: none;
}

.page article .title {
	margin-bottom: 10px;
}


/* Pagination */

#pagination {
	margin-bottom: 40px;
	width: 100%;
}

#pagination .past-page {
	float: right;
	width: 49%;
	text-align: right;
}

#pagination .next-page {
	float: left;
	width: 50%;
	border-right: 1px solid #ccc;
	height: 200px;
}

.next-page a,
.past-page a {
	font-size: 2em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	padding: 10%;
}


/* Comments
 h3#comments {
 margin-bottom: 80px;
 font-size: 16px;
 }
 .commentlist {
 list-style: none;
 margin: 0;
 }
 .commentlist .comment {
 margin: 0 0 40px 50px;
 padding: 20px;
 position: relative;
 list-style: none;
 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
 box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
 }*/

.commentlist .comment .children {
	margin-top: 40px;
}

.commentlist .comment-author {
	float: left;
	margin-right: 10px;
}

.commentlist .comment-author img {
	position: absolute;
	left: -50px;
	top: 5px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment-author .says {
	display: none;
}

.comment-meta {
	font-size: 12px;
	margin-bottom: 10px;
}

.comment-subscription-form,
.comment-subscription-form {
	margin-bottom: 0;
	font-size: 14px;
}

#respond {
	margin-bottom: 80px;
}

#respond>h3 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}

form label {
	color: #888888;
	font-weight: bold;
}

footer {
	text-align: center;
	padding-bottom: 30px;
	font-size: 12px;
}


/* Misc & mixens
 -------------------------------------------------------------- */

.site-footer {
	padding-top: 14px;
}

.site-footer ul {
	list-style: none;
	text-align: right;
	margin: 0;
}

.site-footer ul li {
	display: inline-block;
	padding-right: 11px;
	font-size: 15px;
}

.site-footer ul li:last-child {
	padding-right: 0px;
}

.site-footer .fa-phone,
.site-footer .fa-mobile {
	font-size: 18px;
	padding-right: 10px;
	color: #0056b3;
}

.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.clear {
	clear: both;
}


/* clear floats */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	/*display: inline-block;*/
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.logo {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
}

.site-header {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 999;
}

.menu li {
	margin: 0 0 0 40px;
	position: relative;
}

.menu li a {
	color: #2a3439;
	font-size: 14px;
	font-weight: 500;
}

.menu li a:hover {
	color: #0056b3;
	text-decoration: none;
}

.icon-bar {
	display: block;
	background: #999;
	width: 18px;
	height: 2px;
	margin-bottom: 4px;
}

.icon-bar-last {
	margin-bottom: 0px !important;
}

#menu-header {
	display: none;
	position: absolute;
	right: 14px;
	top: 13px;
	z-index: 10000;
	border: 1px solid #cacaca;
	padding: 8px;
}

.main-navigation {
	position: absolute;
	right: 19px;
	top: 17px;
}

.active .navbar-toggle {
	background: #0056b3;
	border: 1px solid #0056b3 !important;
}

.active .icon-bar {
	background: #fff;
}

.benefits-block {
	background: #fff;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #cacaca;
}

.benefits-frame {
	height: 53px;
	border-right: 1px solid #cacaca;
}

.benefits-frame-last {
	border-right: 0px !important;
}

.benefits-block a.main-title {
	display: block;
	font-size: 14px;
	line-height: 53px;
	max-width: none;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 -5px;
	font-weight: bold;
}

.benefits-frame a {
	display: block;
	font-size: 14px;
	line-height: 53px;
	max-width: none;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 -5px;
	color: #2a3439;
	font-weight: bold;
}

.benefits-frame a:hover {
	color: #0056b3 !important;
}

.container,
.row-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.modal-body {
	padding: 0 10px;
}

#showDiv h2 {
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-weight: bold;
	padding-bottom: 15px;
}

.benefits-home {
	padding: 0;
	margin: 0;
}

.benefits-home li {
	border: 1px solid transparent;
	background: #fff;
	padding: 15px;
	border-radius: 3px;
	margin: 0 0 10px;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
	list-style: none;
}

.benefits-home li span {
	font-size: 17px;
	line-height: 22px;
	position: relative;
	display: block;
	font-weight: 700;
}

.benefits-home .description {
	text-align: justify;
	font-size: 14px;
	line-height: 23px;
}

.fa-globe,
.fa-dollar {
	font-size: 21px !important;
	color: #0056b3;
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
}

.contentbg {
	/*background: #f2f2f2;*/
}

.hm-heading {
	font: 700 22px/35px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #2a3439;
	padding: 5px 0 10px;
	position: relative;
	
}
.home-h1-heading {
	line-height: 32px;
}
.home-h1-heading span {
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin-top: 3px;
	padding-bottom: 27px;
	color: gray
} 
.home-h1-heading:after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #0056b3;
  width: 100px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 71px;
}

.hmcontent {
	display: block;
	margin-bottom: 15px;
	text-align: justify;
}

.masonry {
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	/*-moz-column-gap: 30px;
	 -webkit-column-gap: 30px;
	 column-gap: 30px;*/
	-moz-column-fill: initial;
	-webkit-column-fill: initial;
	column-fill: initial;
}

.masonry .brick {
	margin-bottom: 7px;
	position: relative;
}

.masonry .brick img {
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 100%;
	animation-delay: 2s;
    box-shadow: 1px 0px 11px 0px rgba(0,0,0,0.75);
    border-radius: 5px;
}

.masonry .brick:hover img {
	opacity: .75;
}

.masonry.bordered {
	-moz-column-rule: 1px solid #eee;
	-webkit-column-rule: 1px solid #eee;
	column-rule: 1px solid #eee;
	-moz-column-gap: 50px;
	-webkit-column-gap: 50px;
	column-gap: 50px;
}

.masonry.bordered .brick {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.masonry.gutterless {
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;
}

.masonry.gutterless .brick {
	margin-bottom: 0;
}

.span {
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
	*margin: 30px 0;
}

.masonry a:hover {
	text-decoration: none;
	color: #0056b3 !important;
}



.text-holder {
	position: absolute;
	top: 65%;
	width: 100%;
}

.term-title {
	position: absolute;
	left: 0;
	right: auto;
}

.term-count {
	position: absolute;
	left: auto;
	right: 0;
}

.term-title a {
	color: #0056b3;
	font: 700 22px/29px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 10px;
	background: #fff;
}

.term-count a {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	padding: 5px 10px;
	background: rgba(62, 179, 104, 0.85)
}

.masonry .term-count a:hover {
	color: #fff !important;
	background: #0056b3 !important;
}

.parallax-window {
	min-height: 450px;
	background-image: url(/wp-content/uploads/2018/08/parallax-bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-holder {
	display: table;
	height: 450px;
	width: 100%;
	table-layout: fixed;
}

.parallax-frame {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.parallax-title {
	display: block;
	font-size: 43px;
	line-height: 47px;
	color: #fff;
	margin: 0 0 25px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
	text-align: center;
	padding-top: 180px;
}


input[type="search"] {
	font: 18px/22px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	color: #2a3439;
	margin: 0;
	border: none;
	padding: 9px 11px 10px 11px;
	border: none;
	background: none;
	display: inline;
}

.form-control {
	display: block;
	width: 90%;
}

.fa-map-marker {
	color: #b3b2b2;
	font-size: 20px;
}

button[type="submit"] {
	width: 9%;
	height: 35px;
	margin: 0 auto;
	padding: 0px;
	cursor: pointer;
	border: none;
	display: block;
	border-radius: 0;
	background: #0056b3;
	font-size: 16px;
	outline: none !important;
	border-radius: 3px;
	position: relative;
}

button[type="submit"]:hover {
	background-color: #0056b3;
}

.fa-map-marker {
	position: absolute;
	right: 66px;
	top: 15px;
}

#home-search-button2,
#home-search-button3 {
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 8px;
}
.home-search-holder input[type="text"] {
	margin-top: 2px !important;
	padding-left: 25px;
	height: 42px !important;
	border: none;
   position: relative;
}
input[type="text"]:focus-visible {
	outline: none;
  }
.home-search-holder .after-border:after {
	content: '';
	position: absolute;
	top: -1px;
	width: 1px;
	height: 51px;
	background-color: #ddd !important;
}
.mapicon {
	position: relative;
}
.mapicon::before {
	content: '\f041';
	position: absolute;
	font-family: 'FontAwesome';
	z-index: 999;
	font-size: 20px;
	left: 15px;
	top: 10px
}
.adverticon::before {
	content: '\f0c0';
	position: absolute;
	font-family: 'FontAwesome';
	z-index: 999;
	font-size: 20px;
	left: 4px;
	top: 10px
}

.btn-search {
	padding: 0;
}
.home-search-holder input[type="submit"] {
	max-width: 100%;
	width: 100%;
	line-height: 44px !important;
	font-size: 17px !important;
	font-weight: bold;
	border-radius: 21px;
	margin-top: 1.4px;
	border: 0;
	padding: 0;
} 
.fa-search {
	color: #fff;
}

.location {
	display: block
}

.tabButton {
	font-size: 15px;
	font-weight: bold;
	padding: 7px 25px;
}

.tab {
	padding: 20px;
	text-align: left;
}

.tabsy {
	margin-top: 40px;
}

.tab ul {
	padding: 0;
	margin: 0 0 0 22px;
	list-style: none;
}

.tab ul li {
	position: relative;
	font-size: 14px;
	line-height: 29px;
}

.tab ul li a {
	color: #0056b3
}

.tab ul li:before {
	color: #0056b3;
	content: '\203A';
	position: absolute;
	left: -16px;
	line-height: 16px;
	top: 3px;
}

.footerbg {
	background: #fff !important;
	padding: 0px 0 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.footerbg h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin: 0 0 12px;
	padding-bottom: 16px;
	color: #0056b3;
}

.footerbg ul {
	padding: 0;
	margin: 0;
	text-align: left;
}

.footerbg ul li {
	list-style: none;
	margin: 0;
	padding-left: 14px;
}
.footerbg ul li:last-child{
	border-bottom: 0px !important;
	}

.footerbg ul li a {
	color: #000;
	font-style: normal;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.footerbg ul li:before {
	content: '\203A';
	position: absolute;
	left: 0px;
}

.footerbg ul li a:hover {
	color: #0056b3;
}
.footerbg .container {
    max-width:100%;
}
.social-icons-lists.icons-background-square.centre {
	padding: 0;
	text-align: left !important;
}

.header-social .social-icons-lists.icons-background-square.centre {
	margin-left: 28px;
}

.socicon-facebook {
	padding: 7px !important;
	font-size: 16px !important;
	background-color: #fff !important;
	border: 2px solid #3e5b98 !important;
	color: #3e5b98 !important;
}

.socicon-facebook:hover {
	background-color: #3e5b98 !important;
	color: #fff !important;
}

.socicon-twitter {
	padding: 7px !important;
	font-size: 16px !important;
	background-color: #fff !important;
	border: 2px solid #4da7de !important;
	color: #4da7de !important;
}

.socicon-twitter:hover {
	background-color: #4da7de !important;
	color: #fff !important;
}

.socicon-pinterest {
	padding: 7px !important;
	font-size: 16px !important;
	background-color: #fff !important;
	border: 2px solid #c92619 !important;
	color: #c92619 !important;
}

.socicon-pinterest:hover {
	background-color: #c92619 !important;
	color: #fff !important;
}

.socicon-googleplus {
	padding: 7px !important;
	font-size: 16px !important;
	background-color: #fff !important;
	border: 2px solid #dd4b39 !important;
	color: #dd4b39 !important;
}

.socicon-googleplus:hover {
	background-color: #dd4b39 !important;
	color: #fff !important;
}

.site-info {
	font-size: 13px;
	line-height: 17px;
	color: #000;
	text-align: left;
}


/*.set-masny-imgs4 img {
 height: 270px;
 }
 .set-masny-imgs6 img {
 height: 463px;
 }*/

.header-social {
	clear: both;
	border-top: 1px solid #adadad;
	margin-top: 8px;
}

.header-social h3 {
	font: 700 15px/18px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	padding-top: 20px;
	margin-left: 32px;
	padding-bottom: 10px;
}

.header-social ul {
	max-width: 240px;
}

.header-social ul li {}

.mobile-logo,
.mb-links {
	display: none;
}

.text-wrap {
	display: table;
	height: 100%;
	width: 100%;
	margin-top: 100px !important;
    margin-bottom: 80px !important;

}
.archive .text-wrap {
		margin-bottom: 0px !important;
		margin-top: 30px !important;
}
.text-wrap .text-frame {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	/*width: 70%;*/
}

.text-wrap h1,
.text-wrap h2 {
       display: inline-block;
	  vertical-align: middle;
	  font-size: 32px;
	  line-height: 40px;
	  font-weight: 700;
	  color: #fff;
	  padding-bottom: 13px;
	  width: 100%;
	  text-align: center;
}

.archive .text-wrap h1 {
	  color: #000 !important;
	  text-align: left;
}

.text-frame p {
	margin-bottom: 25px;
	color: #000;
	font-size: 14px;
	line-height: 25px;
	padding: 7px 10px;
	text-align: justify;
	
}
.dest-banner-image {
  border-radius: 10px;
  max-width: 100%;
  width: auto;
  margin: 30px auto 24px auto;
  display: block;
  height: 300px;

}

.text-frame img {
	position: absolute;
	right: -19px;
	top: 107px;
}

.text-frame .btn-action {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	padding: 8px 15px;
	font-size: 14px;
	line-height: 19px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	color: #fff;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-transition: background 0.25s ease;
	transition: background 0.25s ease;
	margin-right: 25px;
	min-width: 120px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
}

.text-frame .btn-action:hover {
	background: rgba(255, 255, 255, 0.3);
}

.text-frame .btn-action.link-offers {
	background: rgba(62, 179, 104, 0.75) !important;
}

.text-frame .link-offers:hover {
	background: #0056b3 !important;
}

.bd-tp {
	margin-top: 25px;
}

.wp-travel-widget-area {
	background: #fff;
	border-radius: 6px;
	padding: 12px;
	width: auto;
}

.compare-icon {

	 position: absolute;
	 right: 29px;
	 cursor: pointer;top: -44px;
	 z-index: 9999;
	 background: #0056b3;
	 color: #fff;
	 border-radius: 100%;
	 height: 40px;
	 width: 40px;
	 text-align: center;
	 line-height: 40px;
}
/*.wp-travel-widget-area, .widget_wp_travel_filter_search_widget {
 background: #fff;
 border-radius: 6px;
 padding: 20px;
 width: 226px;
 }*/

.widget_wp_travel_filter_search_widget .wp-travel-itinerary-items {
	padding: 0px !important;
	border: 0px !important;
}

.wp-travel-widget-area h2,
.widget_wp_travel_filter_search_widget h2 {
	display: block;
	padding: 0 0 5px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 13px;
}

.incheckbox {
	float: left;
	margin-bottom: -10px;
}

.incheckbox span {
	display: inline-block;
	width: 150px;
	white-space: normal;
}

.incheckbox input[type="checkbox"] {
	visibility: hidden;
}

.incheckbox label {
	cursor: pointer;
}

.incheckbox input[type="checkbox"]+label:before {
	border: 1px solid #0056b3;
	content: "\00a0";
	display: inline-block;
	font-size: 16px;
	height: 24px;
	margin: 0 0.75em 0px 0;
	padding: 0;
	vertical-align: top;
	width: 25px;
	border-radius: 3px;
}

.incheckbox input[type="checkbox"]:checked+label:before {
	background: #fff;
	color: #0056b3;
	content: "\2713";
	text-align: center
}

.incheckbox input[type="checkbox"]:checked+label:after {
	font-weight: bold;
}

.incheckbox label {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #2a3439;
}

.incheckbox input[type="checkbox"]:focus+label::before {
	outline: rgb(59, 153, 252) auto 5px;
}

.lablebox {
	display: block;
	padding-left: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #2a3439;
}

.wp-travel-default-article {
    margin-bottom: 13px;
    box-shadow: 0px 0 8px 0px #ddd;
    padding: 8px !important;
    display: block;
	line-height: 1.684;
	background: #fff;
	border-bottom: 1px solid #ddd !important;
	border-left: 0px !important;
	border-right: 0 !important;
	border-top: 0px !important;
}



.wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
	border: none !important;
}

.cust-side-width {
	max-width: 25%;
	margin-bottom: 26px;
}

.cust-contain-width {
	position: relative;
}

.wp-travel-default-article .wp-travel-article-image-wrap {
	/*width: 35% !important;*/
	margin-right: 5px !important;
}

.wp-travel-default-article .wp-travel-article-image-wrap img {
	border-radius: 3px;
	padding-right: 8px;
}

.wp-travel-default-article .wp-travel-entry-content-wrapper {
	/*width: 63.4% !important;*/
	display: block !important;
}

.wp-travel-entry-content-wrapper header {
	padding: 0px !important;
}

.wp-travel-entry-content-wrapper .entry-title {
	font: 700 19px/24px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-top: 0px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 17px;
}

.wp-travel-entry-content-wrapper .entry-title a {
	color: #4a4a4a;
	font-size: 17px !important;
}

.wp-travel-entry-content-wrapper .entry-title a:hover {
	color: #0056b3;
	text-decoration: none;
}

.wp-travel-default-article .wp-travel-entry-content-wrapper .description-right .trip-price {
	margin: 0px 0 -4px 0 !important;
}

.wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
	text-align: right;
}

.tax-travel_locations .description-right label,
.search .description-right label,
.description-right label {
	/*display: inline-block */
	font-size: 15px;
	color: #000;
	/*padding-right: 7px;*/
	padding-right: 48%;
	font-weight: bold;
	margin-bottom: -6px;
	display: block;
}

.tax-travel_locations .trip-price,
.search .trip-price,
.archive .trip-price {
	position: relative;
}

.tax-travel_locations .trip-price del,
.search .trip-price del,
.archive .trip-price del {
	position: absolute;
	font-size: 15px;
	color: mediumvioletred;
	opacity: 1.0 !important;
	right: -8px;
	top: -19px
}

.tax-travel_locations .description-right .wp-detail-review-wrap .search .wp-detail-review-wrap {
	display: inline-block;
}

.search .wp-detail-review-wrap del {
	display: none !important;
}

.tax-travel_locations .description-right .person-count,
.search .person-count,
.archive .person-count {
	color: #0056b3;
	font-weight: 700;
	margin: -3px 0 0px 2px;
	font-size: 20px;
	line-height: 25px;
}

.tax-travel_locations .description-right .duration,
.search .duration,
.description-right .duration {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	cursor: default;
	display: inline-block;
	text-align: right;
	color: #000;
	width: 133px;
	margin: 0 auto;
}

.tax-travel_locations .trip-price del span {
	/*	display: none !important;*/
}

.wp-travel-default-article .wp-travel-explore,
.archive .wp-travel-explore {
	margin-bottom: 25px;
	display: inline-block;
}

.tax-travel_locations .wp-travel-default-article .wp-travel-explore a,
.search .wp-travel-explore a,
.archive .wp-travel-explore a {
	margin: 11px 0 0;
	padding: 7px 40px;
	border: 1px solid #0056b3;
	background: #0056b3;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 17px;
	z-index: 1;
	border-radius: 3px;
	text-align: center;
	font-weight: 400;
}

.tax-travel_locations .wp-travel-default-article .wp-travel-explore a:hover {
	background: #318d52;
	text-decoration: none;
}

.wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .entry-content {
	color: #2a3439;
	font-size: 14px;
	line-height: 22px;
}

.inner-block {
	background: #fff;
	margin-top: 20px;
	padding: 0 21px 28px 16px;

}

.single-itineraries h1 {
	font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	padding-top: 11px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 12px;
}

.single-itineraries .inner-block header {
	height: auto
}

.ftr-list {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0px;
	/*float: right;*/
	/*text-align: right;*/
	/*width: 50%*/
}

.archive .ftr-list,
.page-template-page-tour-profile .ftr-list {
	text-align: right;
	width: 50%
}

.ftr-list li {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #0056b3;
	padding-right: 13px;
}

.ftr-list li a {
	color: #0056b3;
	text-decoration: none;
}

.ftr-list li .fa {
	padding-right: 3px;
}

body .tooltip-inner {
	background-color: #000;
	color: #FFFFFF !important;
	padding: 12px;
	font-size: 14px;
	position: relative;
	left: 30px;
	width: 200px;
	line-height: 20px;
	border-radius: 3px;
}


/* Tooltip on top */

.tooltip-arrow {
	border-top: 5px solid green;
}


/* Tooltip on bottom */

.test+.tooltip.bottom>.tooltip-arrow {
	border-bottom: 5px solid blue;
}


/* Tooltip on left */

.test+.tooltip.left>.tooltip-arrow {
	border-left: 5px solid red;
}


/* Tooltip on right */

.test+.tooltip.right>.tooltip-arrow {
	border-right: 5px solid black;
}

.wpt-sidebarea {
	/* background: #fff;
	 padding: 0 20px;*/
	margin-top: 17px;
}

.wpt-sidebarea h3 {
	display: block;
	font: 700 17px/20px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 17px;
	color: #000;
	padding-top: 23px;
}

.wpt-sidebarea h3 i {
	text-align: center;
	display: inline-block;
}

.wpt-sidebarea h3 span {
	display: inline-block;
	color: #0056b3;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	padding-left: 6px;
	font-style: italic;
}

.wpt-sidebarea h3.rthead {
	margin: 6px;
	text-align: center;
}

.wpt-sidebarea .ratingimg {
	display: block;
	text-align: center;
	margin: 0 auto 12px auto;
}

.wpt-sidebarea ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
	padding: 0 20px;
}

.wpt-sidebarea ul li.rvlist {
	color: #7f8588;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.wpt-sidebarea ul li {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	color: #2a3439;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 14px;
	margin-bottom: 14px;
	font-weight: 400;
}

.wpt-sidebarea ul li a {
	text-decoration: none
}

.wpt-sidebarea .fa-file-pdf-o {
	color: #0056b3 !important;
	display: inline-block;
}

.wpt-sidebarea ul li em {
	display: inline-block;
	font-style: normal;
	width: 250px;
}

.wpt-sidebarea .fa {
	font-size: 25px;
	vertical-align: top;
	padding-right: 10px;
	color: #2a3439;
}

.wpt-sidebarea ul li span {
	display: inline-block;
}

.wpt-sidebarea ul li span b {
	display: block;
}

.pricesort {
	text-align: right;
	margin-bottom: 11px;
	position: relative;
	clear: both;
	width: 100%;
}

.pricesort select {
	height: 32px;
	padding: 0 13px;
	color: #2a3439;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	right: 15px;
	top: 19px;
}

.set-masny-imgs1 img {
	animation-delay: 250ms;
}

.tab-container .nav-tabs {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin-top: 50px;
	padding: 0;
	margin: 50px 0 0 0;
	position: relative;
}

.tab-container .nav-tabs li:first-child {
	border-left: 1px solid #cacaca;
}

.nav-tabs>li:first-child a {
	margin-left: -1px;
}

.tab-container .nav-tabs li {
	float: left;
	margin-bottom: -1px;
	position: relative;
	display: block;
}

.tab-container .nav-tabs li.active a {
	border-bottom: none;
	background: #fff;
	color: #0056b3;
}

.tab-container .nav-tabs li a {
	margin: 0;
	padding: 10px 13px;
	border: none;
	border-top: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	border-bottom: 5px solid transparent;
	text-decoration: none;
	color: #666;
	outline: none;
}

.tab-content {
	background: #fff;
	clear: both;
	margin-top: 30px;
}

.wp-travel-tab-wrapper .tab-list.resp-tabs-list li {
	padding: 10px 30px;
	font-weight: bold;
}

.resp-tab-active {
	color: #0056b3;
}

.wp-travel-tab-wrapper .resp-tabs-container {
	margin-bottom: 30px;
}

.wp-travel-trip-code {
	display: none;
}

.booking-button {
	background: #fff;
	text-align: center;
	margin-bottom: 22px;
	padding: 20px 23px !important;
}

.booking-button .wp-travel-booknow-btn {
	font-size: 18px !important;
	box-shadow: none;
	margin-right: 15px !important;
	max-width: 300px !important;
	width: 100%;
	background: #0056b3;
	color: #fff !important;
}

.booking-form .wp-travel-booknow-btn {
	display: none;
}

.wishlist {
	position: relative;
	right: 9px;
	font-family: 'Roboto', sans-serif;
}

.wishlist .fa-rupee {
	top: 1px;
	position: relative;
}

.wishlist .fa-binoculars {
	position: absolute;
	top: 4px;
	left: -3px;
}

.wishlist ul {
	background: #fff;
	right: 0;
	position: absolute;
	width: 390px;
	top: 27px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	/* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-family: 'Roboto', sans-serif;
	z-index: 999;
}

.wishlist ul li {
	display: block;
	float: none;
	border-bottom: 1px solid #ccc;
	/*margin: 0 10px;*/
	padding: 10px 10px;
}

.wishlist ul li span {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	line-height: 15px;
	color: #909090;
	font-weight: 400;
}

.wishlist ul li span a {
	font-size: 11px;
	line-height: 15px;
	color: #909090;
	font-weight: 400;
	display: inline-block;
	margin: 0px;
}

.wishlist ul li a {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin: 0 20px 5px 0;
	font-weight: 500;
	text-decoration: none;
	display: block;
}

.wishlist ul li a:hover {
	color: #0056b3;
}

.wishlist .drop-info {
	padding: 10px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.wishlist .wp-travel-average-review {
	display: block;
}

.wishlist .wish-price {
	float: left;
	color: #6c6c6c;
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	margin-top: 10px;
}

.wishlist .wish-price .fa-bolt {
	color: #ffab53;
	font-size: 15px;
	padding-right: 4px;
}

.wishlist .wish-price span {
	font-size: 16px;
	line-height: 19px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: 700;
	top: -6px;
	color: #0056b3;
	padding-left: 6px
}

.wishlist .wish-trip {
	float: right;
	padding-top: 10px;
	font-weight: 500;
	color: #6c6c6c;
	font-size: 13px;
	line-height: 17px
}

.wishlist .wish-price .fa-clock-o {
	padding-right: 4px;
}

.drop-info .dropdown-title {
	float: left;
	font-weight: 500;
	font-size: 15px;
}

.drop-info .title-txt {
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	float: right;
	margin-top: -4px;
	text-transform: none;
}

.wishlist .imgblock {
	float: left;
}

.wishlist .imgblock img {
	max-width: 113px;
	height: 99px;
}

.wishlist .rect-cont-block {
	float: left;
	padding-left: 10px;
	max-width: 245px;
}


/*.page-id-29 .collapse {
 display: block !important;
 }*/

.breadcrumbs {
	padding: 0 15px;
}

.breadcrumbs a {
	color: #8a8a8a;
	text-decoration: underline;
	font-size: 15px;
}

.breadcrumbs a:hover {
	text-decoration: none;
}

.breadcrumbs .fa-angle-right {
	padding: 0 0 0 8px;
	font-size: 11px;
}

.cat-title-bg .breadcrumbs {
	color: #fff;
}

.cat-title-bg .breadcrumbs a {
	color: #fff;
}

.checkout-page-wrap .checkout-right {
	border: none !important;
}

.single-itineraries .btn-primary {
	color: #fff;
	background-color: #0056b3 !important;
	border-color: #0056b3 !important;
	border: none !important;
	font-weight: bold;
}

.single-itineraries .btn-primary:hover {}

.wsp-travel-form-field {
	background: #0056b3;
	font-size: 16px !important;
}

.wp-travel-form-field input[type="submit"] {
	background: #0056b3;
}

article {
	padding: 10px 0 !important;
}

.ws-theme-cart-page {
	border: 1px solid #0056b3 !important;
}

.ws-theme-cart-page .ws-theme-cart-list thead tr th {
	border-bottom: 1px solid #0056b3 !important;
}

.ws-theme-cart-page .update-cart {
	background-color: #fff !important;
	padding: 8px 30px !important;
	border: 1px solid #0056b3 !important;
	color: #0056b3 !important;
}

.page-id-29 .wp-travel-form-field {
	text-align: center;
}

.page-id-29 .wp-travel-form-field input[type="submit"],
.page-id-29 .razorpay-payment-button {
	width: 100% !important;
	max-width: 232px !important;
	font-size: 17px !important;
	font-weight: bold !important;
	line-height: 9px !important;
	color: #fff !important;
}

.checkout-page-wrap .checkout-block {
	margin-bottom: 27px;
}

.page-id-29 .f-partial-payment {
	display: none;
}

.page-id-29 #order_review_heading {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 17px;
}

.wp-travel-checkout-review-order tfoot {
	border-top: 1px solid #ccc;
	position: relative;
	top: 9px
}

.wp-travel-checkout-review-order .product-quantity {
	padding-bottom: 10px;
	display: block;
}

.sticky-sidebar {
	height: 50px;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 2;
}

.wp-travel-checkout-section select {
	border: 1px solid #dddddd;
	border-radius: 5px;
	height: 35px;
}

.f-full-payment .wp-travel-text-info {
	padding-bottom: 7px;
}

.wpt-sidebarea .trip-price del {
	opacity: 1.0 !important;
	color: #6c6c6c !important;
	font-weight: 500 !important;
	font-size: 16px;
	display: block;
	text-align: left;
	text-decoration: none;
}

.wpt-sidebarea .trip-price span.trprice {
	color: #da5869 !important;
	text-decoration: line-through;
}

.wpt-sidebarea .person-count {
	text-align: left;
	display: block;
	padding-left: 24px;
	font-size: 26px;
	padding: 8px 0px 8px 0px;
}

.discount-tag {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
	overflow: hidden;
	width: 55px;
	height: 55px;
}

.discount-text {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	/* transform: rotate(-45deg); */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	width: 75px;
	display: block;
	/* background: #da5869; */
	padding: 0;
	min-width: 0;
	top: -11px;
	left: -29px;
	padding: 20px 0 0;
	position: absolute;
	background: #da5869;
}

.trip-price sup {
	color: #6c6c6c;
	font-weight: 400;
	text-transform: lowercase;
	font-size: 18px;
}

.wp-travel-feature-slide-content {
	margin-bottom: 50px;
	padding: 0px;
}

.wp-travel-feature-slide-content .wp-detail-review-wrap .wp-travel-trip-detail {
	display: none !important;
}

.right-plot-inner-wrap {
	position: relative;
}

.wp-travel-feature-slide-content .wp-detail-review-wrap {}

.inst-booking {
	float: left;
	font-size: 14px;
	line-height: 25px;
	color: #2a3439;
}

.inst-booking a {
	color: #2a3439;
}

.inst-booking .fa {
	color: #ffab53;
	font-size: 16px;
	vertical-align: middle;
	padding: 0;
}

.group-discount {
	float: right;
	font-size: 14px;
	color: #2a3439;
	padding-bottom: 8px;
	clear: both;
	margin-top: -20px;
}

#panel,
#flip {
	text-align: left;
	cursor: pointer;
}

#panel {
	display: none;
	clear: both;
}

.booking-button .collapse.in,
.tab-list-content .collapse.in,
.inner-block .collapse.in {
	display: block;
}

.booking-button .navbar-header button {
	background: none !important;
	color: #0056b3 !important;
}

.booking-button .navbar-inverse {
	clear: both;
	text-align: left;
}

.navbar-collapse table {
	font-size: 13px;
}

.navbar-collapse table thead td {
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
}

.navbar-collapse table tbody td {
	border-top: 1px solid #ddd;
	font-size: 15px;
	padding: 5px 0;
}

.person-count-label {
	display: inline-block;
	font-size: 15px;
	line-height: 17px;
}

.navbar-collapse del {
	color: #da5869;
	font-size: 15px;
}

.navbar-collapse del span {
	display: none;
}

.booking-button .navbar-collapse del span {
	display: inline-block;
	text-decoration: line-through;
	padding-right: 4px;
}

.person-count-label span {
	color: #0056b3;
}

.person-count-label ins {
	background: none;
}

.wpt-sidebarea .wp-travel-calender-aside {
	margin-top: 10px;
	text-align: left;
}

.wpt-sidebarea .wp-travel-calender-aside input[type="number"] {
	margin-bottom: 22px;
}

.wpt-sidebarea .add-to-cart a {
	float: right;
	font-size: 13px;
	margin-top: 20px;
}

.wpt-sidebarea .wp-travel-calender-column input[type="text"],
.wpt-sidebarea .wp-travel-calender-column input[type="date"] {
	width: 100% !important;
	border-radius: 0px;
	height: 42px;
	margin-bottom: 14px;
}

.wpt-sidebarea .btn {
	font-size: 17px;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	color: #fff !important;
}

.wpt-sidebarea .wp-travel-calender-column {
	position: relative;
}

.wpt-sidebarea .shdata {
	display: block;
	text-align: left;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 13px;
	color: #0056b3;
	margin-top: 11px;
}

.wpt-sidebarea .trtimr {
	display: block;
	text-align: left;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 13px;
	color: #6c6c6c;
}

.wpt-sidebarea .shdata .fa-check {
	color: #0056b3;
	font-size: 17px;
	margin-top: 4px;
}

.wpt-sidebarea .nldata {
	display: block;
	text-align: left;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 13px;
	color: #f00;
}

.wpt-sidebarea .nldata .fa-times {
	color: #f00;
	font-size: 17px;
	margin-top: 4px;
}

.wpt-sidebarea .wp-travel-calender-column .fa-calendar {
	position: absolute;
	right: -2px;
	top: 12px;
	font-size: 17px;
}

.noneshow {
	display: none;
}

.wpt-sidebarea .datepicker {
	width: 100%;
	margin-bottom: 13px;
}

.fixed-side-banner {
	position: fixed;
	top: 0;
	z-index: 2;
	width: 27%;
}

.fixed-side-banner .discount-tag {
	left: 1px !important;
	top: -1px !important;
}

ul.availabily-list.additional-col li>div {
	font-size: 16px;
}

.status em {
	font-size: 11px;
	line-height: 15px;
	color: #1C98F7;
	font-style: normal;
}

.title-text {
	background: #0056b3;
	font: 700 14px/20px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #fff;
	padding: 5px 17px 3px 10px;
	margin-bottom: 0px !important;
}

.title-text:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 8px 15px 0;
	border-color: transparent #fff transparent;
	position: absolute;
	top: -2px;
	right: 0;
}

#accordion {
	position: relative;
	padding-left: 17px;
	z-index: 999;
}



.card-header b {
	padding-left: 10px;
	display: inline-block;
	width: 85%;
	vertical-align: top;
	text-transform: capitalize;
}

.card .card-header a {
	font-size: 13px;
	color: #000;
	margin-left: -16px;
}

.card .card-header a:hover {
	text-decoration: none;
	color: #0056b3;
}

.card.card-header:after {
	content: '';
	height: 1px;
	left: 39px;
	right: 0;
	background: #e5e5e5;
	position: absolute;
	top: 100%;
	margin: 0;
}

.card-header a:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 9.355em;
	vertical-align: .255em;
	content: "";
	border-top: .5em solid;
	border-right: .5em solid transparent;
	border-bottom: 0;
	border-left: .5em solid transparent;
	position: absolute;
	right: 19px;
	margin-top: 10px;
}

.card-body {
	font-size: 14px;
	padding-bottom: 20px;
	/*padding-left: 10px;*/
}

.card-header .fa-flag {
	left: -25px !important;
	top: 2px !important;
	color: green !important;
	right: 0 !important;
	position: relative !important;
	background: #fff;
	z-index: 999;
}

.card-header .fa-map-marker {
	left: -24px !important;
	top: -1px !important;
	color: #0056b3 !important;
	right: 0 !important;
	position: relative !important;
	background: #fff;
	z-index: 999;
	font-size: 18px;
}

.card-header .fa-flag-o {
	left: -3.5% !important;
	top: -1px !important;
	color: #0056b3 !important;
	right: 0 !important;
	position: relative !important;
	color: #0056b3;
	z-index: 999;
	font-weight: bold;
}

#accordion .card:before {
	content: '';
	position: absolute;
	top: 6px;
	bottom: -8px;
	left: -7px;
}

#accordion .card:lastchild:before {
	display: none;
}

#accordion .card .card-header {
	position: relative;
	background-color: transparent;
    padding: 0px 0 14px 0 !important;
    border-bottom: 1px solid #ddd;
    margin-bottom: 6px;
}



.dest-flag {
	position: absolute;
	left: -36px;
	width: 25px;
}

#accordion .card:before:last-child {
	border-left: 0px !important;
}

#accordion .card:last-child:before {
	border-left: 0px !important;
	display: none !important;
}

.single-itineraries .wp-travel-tab-wrapper .collapse {
	border-bottom: 1px solid rgb(221, 221, 221);
	margin-bottom: 25px;
}

.single-itineraries .tab-accordion .panel-wrap-itinerary input {
	width: auto !important;
}

.itenary {
	margin-left: 12px;
}

.bm-info-list {
	margin: 15px 0 15px;
	letter-spacing: 0;
	padding: 0 0 0 40px;
	position: relative;
}

.bm-info-list>.fa {
	position: absolute;
	left: 0;
	color: #0056b3;
	font-size: 20px;
}

.bm-l-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	line-height: 22px;
}

.bm-l-info-list li {
	letter-spacing: 0;
	padding: 8px 0 10px 0px;
	position: relative;
}

.bm-info-list li .fa-check {
	color: #0056b3;
	font-size: 20px;
	padding-right: 4px;
	color: #0056b3;
}

.custom-list-title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #000;
}


/*.datepicker--cell {
 border-radius: 0px;
 border: 1px solid #fff;
 background: rgba(62,179,104,0.65);
 color: #fff;
 }
 .datepicker--cell.-selected-.-current- {
 color: #fff !important;
 background: #0056b3;
 }
 .datepicker--cell.-current- {
 color: #fff !important;
 }
 .datepicker--cell.-disabled- {
 cursor: default;
 color: #aeaeae;
 background: #fff;
 }
 .datepicker--cell.-selected- {

 background: #0056b3;
 }*/

#maxlimt,
#minlimt,
#GrpSelect {
	text-align: center;
	display: block;
	width: 100%;
	color: #d9534f;
	font-size: 14px;
	margin-top: 11px;
}

.nostext {
	text-align: left;
	color: #0056b3;
	font-size: 19px;
	line-height: 21px;
	font-weight: 500;
}

.nostext em {
	font-style: normal;
	font-size: 12px;
	color: #6c6c6c;
}

.wpt-sidebarea .nostext .fa {
	padding-right: 3px;
}

.nostext span {
	display: block;
	text-align: left;
	font: 500 15px/19px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	color: #6c6c6c;
	padding-bottom: 2px;
}

.numberbox input[type="text"] {
	border-radius: 0px;
	width: 46px;
}

.numberbox input[type="button"] {
	background: #ddd;
	color: #4a4a4a;
	width: 35px;
	height: 35px;
	border-radius: 0px;
	font-size: 22px;
	padding: 0;
	border: 1px solid #bdbdbd;
}

.line {
	border-top: 1px solid #ddd;
	clear: both;
	/*width: 90%;
	 margin: 30px 5%;*/
	margin: 14px 0%;
}

.total {
	font-size: 26px;
	line-height: 29px;
	color: #0056b3;
}

.total span {
	display: inline-block;
	font-size: 19px;
	line-height: 23px;
	font-weight: 500;
	color: #2a3439;
}

.inbtn .btn {
	height: 47px;
	font-size: 20px;
	margin: 20px auto 0 auto;
}

.custom-cart-btn {
	color: #fff !important;
}

.wpt-sidebarea .datepicker-inline {
	display: none;
}

.elements-wrap {
	position: absolute;
	z-index: 1;
	background: rgba(21, 22, 21, .26);
	width: 100%;
}

.elements-wrap .breadcrumbs {
	color: #fff;
	max-width: 1150px;
	margin: 7px auto;
	font-weight: normal;
}

.toursidebar {
	position: relative;
	top: -213px;
	text-align: center;
}

.tour-bg {
	background: #fff;
	margin-bottom: 14px;
	text-align: left;
	padding-bottom: 8px;
}

.querybt {
	clear: both;
	padding-bottom: 21px;
	width: 90%;
	margin: 0 auto;
}

.querybt a {
	text-transform: uppercase;
	font-weight: 500;
	padding: 3px 15px;
	display: block;
	background: #000;
	color: #fff;
	margin: 3px auto 0px auto;
	font-size: 15px;
	text-align: center;
}

.tour-bg h2 {
	font-weight: bold;
	padding: 13px 0 13px 16px;
	font-size: 19px;
}

.traddress {
	font-style: normal;
	font-size: 14px;
	padding: 0 0 10px 16px;
	display: block;
	line-height: 21px;
}

.tour-bg ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.tour-bg ul li {
	padding: 0px 2px 0 13px;
	margin-bottom: 14px;
}

.tour-bg ul li .fa {
	color: #fff;
	font-size: 17px;
	vertical-align: top;
	background: #7b7b7b;
	border-radius: 50%;
	padding: 9px;
	font-weight: normal;
}

.tour-bg ul li span {
	font-weight: bold;
	display: inline-block;
	font-size: 13px;
	color: #2a3439;
	line-height: 18px;
	padding-left: 6px
}

.tour-bg ul li em {
	display: block;
	font-style: normal;
	color: #0056b3;
	font-weight: normal;
}

.tour-bg ul li span div {
	font-weight: normal;
}

.company-slogan {
	position: relative;
	top: -52px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 5px 12px;
	width: 100%;
}

.slogan-holder {
	display: block;
	max-width: 558px;
	margin: 0 auto;
	line-height: 36px;
}

.auth_page nav {
	overflow: hidden;
	background: #fff;
	box-shadow: none;
}

.auth_page nav>.btn-group>a {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 14px;
	line-height: 55px;
	font-weight: bold;
}

.auth_page.auth_page nav>.btn-group>a.active {
	color: #0056b3;
	border-bottom: 4px solid #0056b3;
}

.auth_page nav>.btn-group>a:hover {
	color: #0056b3;
}

.auth_page .btn.focus,
.auth_page .btn:focus {
	box-shadow: none;
}

nav>.btn-group>a:first-child {
	border-left-width: 0px;
}

nav>.btn-group>a:last-child {
	border-right-width: 0px;
}

.auth_page #container {
	position: relative;
	margin-top: -29px;
	width: 100%;
}

.auth_page #wrapper>div {
	padding: 10px 17px;
	width: 100%;
	margin-top: 20px;
	text-align: left;
	background: #fff;
	margin-bottom: 20px;
}

.auth_page h2 {
	display: block;
	color: #000;
	margin: 15px 0 10px;
	font: 700 19px/20px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

.auth_page p {
	font-size: 15px;
	line-height: 25px;
	color: #2a3439;
}

.tour_img_block {
	clear: both;
	position: relative;
}

.tour_img_block img {
	width: 237px;
	margin: 0 auto;
	display: block;
	text-align: center;
	height: 200px;
}

.free-cancellation {
	position: absolute;
	color: #fff;
	font-size: 13px;
	z-index: 1;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	bottom: 0;
	padding: 3px 15px;
}

.archive .free-cancellation,
.search .free-cancellation {
	bottom: 20px;
}

.tour_decp {
	clear: both;
	padding: 7px 0 0 0;
	border: 1px solid #e9eaeb;
	margin-bottom: 20px;
	min-height: 235px;
}

.tour_decp .wp-travel-average-review {
	display: block;
	margin-bottom: 10px;
}

.tour_decp h3 {
	font-size: 16px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	margin-bottom: 6px;
	width: 200px;
	min-height: 47px;
}

.tour_decp h3 a {
	color: #000;
}

.tour_point {
	clear: both;
}

.tour_point ul {
	margin: 0;
	list-style: none;
}

.tour_point ul li {
	color: #909090;
	font-size: 12px;
}

.tour_price_bar {
	clear: both;
	border-top: 1px solid #e9eaeb;
	margin-top: 10px;
	padding: 8px 0;
}

.tour_price {
	display: inline-block;
	font-size: 13px;
	padding-left: 8px;
}

.tour_price .fa {
	padding-right: 3px;
}

.tour_price .fa {
	font-size: 16px;
}

.tour_price b {
	font-size: 15px;
	color: #0056b3;
	display: inline-block;
	padding-left: 4px;
}

.tour_duration {
	display: inline-block;
	text-align: right;
	float: right;
	padding-right: 10px;
	font-size: 12px;
	color: #626262;
	font-weight: 500;
}

.tour_padding {
	padding: 0px 10px;
}

#nm-wp-registration-form h2 {
	display: none;
}

p.wpregistration-save-button {
	text-align: center !important;
}

.trip_exclude .exlheading {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}

.trip_include,
.trip_exclude {
	clear: both;
	padding-bottom: 10px
	/*border-bottom: 1px solid #ccc;*/
}

.trip_include ul,
.trip_exclude ul {
	list-style: none;
	margin: 0;
	padding:0;
}

.trip_include ul li,
.trip_exclude ul li {
	line-height: 27px;
	font-size: 14px;
	padding: 0 0 7px 25px;
	position: relative;
	float:none !important;
	width:100% !important;
}

.trip_include ul li:before {
	content: "\f00c";
	position: absolute;
	font: normal normal normal 12px/1 FontAwesome;
	color: #0056b3;
	left: 0;
	right: auto;
	top: 5px;
	border: 1px solid #0056b3;
	border-radius: 50%;
	padding: 2px;
}

.trip_exclude ul li:before {
	content: "\f00d";
	position: absolute;
	font: normal normal normal 12px/1 FontAwesome;
	color: #e66f6f;
	left: 0;
	right: auto;
	top: 5px;
	border: 1px solid #e66f6f;
	border-radius: 50%;
	padding: 2px;
}

.title-heading {
	margin: 0 0 12px;
	display: block;
	color: #000;
	font: 700 19px/20px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

.bt-pd {
	clear: both;
	margin-bottom: 15px;
}

.wp-travel-form-field:last-of-type {
	margin-top: 0px;
}

.blog-tab.col-sm-12 {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	clear: both;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0;
}

.archive .ftr-list,
.search .ftr-list {
	margin: 0px 0 0 0;
	float: right;
}

.archive .bd-tp,
.search .bd-tp {
	margin-top: 14px;
	width: 100%;
}

.slider-container h5 {
	position: absolute;
	font-size: 36px;
	left: 0;
	right: 0;
	top: 31%;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 42px;
	font-weight: bold;
}

.slider-container h5 span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
	font-family: 'Roboto', sans-serif !important;
	color: #2a3439;
	font-size: 19px !important;
	font-weight: 500;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
	padding-top: 5px;
}

div.asl_w .probox .promagnifier .innericon svg {
	fill: #fff !important;
}

.promagnifier {
	background: #0056b3 !important;
	padding: 6px 9px !important;
	margin-top: -4px !important;
	border-radius: 3px !important;
}

.ajaxsearchlite1 .probox,
div.asl_w .probox {
	height: auto !important;
}

.nivoSlider {
	height: 400px !important;
	margin-top: 24px;
}

.nivo-controlNav {
	display: none;
}

.theme-default .nivoSlider img {
	height: auto;
}

.show_contant {
	margin-top: 14px;

}
.show_contant ul {
    padding: 0 0 0 10px !important;
    margin: 0;
    list-style: none
}
.link-holder {
	text-align: center;
	position: relative;
}

.link-holder span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	font-size: 15px;
	color: #0056b3;
	cursor: pointer;
}

.right-plot-inner-wrap .remove {
	display: none;
}

.right-plot-inner-wrap .show,
.showsss {
	display: block !important;
}

.inner-block h2 {
	display: block;
	color: #000;
	font-size: 19px;
	text-transform: capitalize;
	font-weight: 700;
	padding: 0 0 16px 0;
	margin-top: 6px !important;
}

.expandList {
	position: relative;
}

.expandList a {
	position: absolute;
	left: 0;
	right: 0;
	text-align: right;
	top: -21px;
	font-size: 15px;
}

.gdlist {
	padding: 0;
	margin: 12px 0 0 0
}

.gdlist li {
	padding-bottom: 12px;
	list-style: none;
}

.gdlist span {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

.pdfg-wrap {
	text-align: left !important;
	position: relative;
}

.pdfg-wrap a.pdfg-print {
	background: none;
	width: 100% !important;
	position: absolute;
	top: -31px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
	width: 100%;
	padding-left: 12px;
	line-height: 43px;
	color: #2a3439;
	border: 1px solid #cacaca;
	border-radius: 2px;
}

.wpcf7-form textarea {
	border: 1px solid #cacaca;
	border-radius: 2px;
	padding-left: 12px;
	color: #2a3439;
	width: 100%;
	resize: none;
	max-height: 100px
}

.wpcf7-form input[type="submit"] {
	clear: both;
	float: right;
	margin-top: 23px;
	font-size: 14px;
	padding: 0px;
	width: 95px;
	height: 40px;
	color: #fff !important;
}

.fstlb {
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	color: #2a3439;
}

.wpcf7-form .clear {
	height: 18px;
}

.page-id-923 .text-wrap {
	margin: 0px 0 3px 0;
}

/*.page-id-22 .text-wrap h1,
.page-id-923 .text-wrap h1 {
	font-size: 27px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
	margin: 0px;
}
*/
.panel-last-child {
	position: relative;
}


/*.widget-title
 {
 font-size: 20px;
 color: #000;
 font-weight: 700;
 top: -30px;
 position: absolute;
 }*/

.reviews-heading {
	overflow: hidden;
	border-bottom: 1px solid #e1e2e3;
	font-size: 15px;
	line-height: 25px;
	color: #2a3439;
	font-weight: 500;
	margin: 13px 0 0px 0;
	padding-bottom: 17px;
}

.reviews-heading img {
	vertical-align: text-bottom;
}

.reviews-heading span {
	display: inline-block;
	padding-left: 10px;
}

.wp-tab-review-inner-wrapper .commentlist li {
	background: none;
}

.commentlist .comment {
	border-bottom: 1px solid #e1e2e3;
}

.commentlist .avatar {
	display: none;
}

.reply {
	display: none;
}

.wp-tab-review-inner-wrapper .comment-text {
	margin: 0px;
}

.wp-travel.trip-headline-wrapper p {
	/*margin: 0px;*/
}

.wp-travel.trip-headline-wrapper p.form-submit {
	text-align: center;
	margin-top: 15px;
}

.wp-tab-review-inner-wrapper .wp-travel-average-review {
	position: absolute;
	top: 69px;
}

.wp-tab-review-inner-wrapper .description {
	margin-top: 33px;
	text-align: left;
	clear: both;
	display: block;
	position: relative;
}

.wp-tab-review-inner-wrapper .description p {
	padding-left: 0px;
}

.wp-tab-review-inner-wrapper .form-submit {
	text-align: center;
	margin-top: 20px;
}

.op_content {
	background: #fff;
	margin-bottom: 16px;
	padding-top: 16px;
}

.oprlogo {
	float: left;
	max-width: 69px;
	width: 100%;
	margin: 9px 0 0 18px;
}

.oprlogo img {
	border: 1px solid #ddd;
	padding: 2px;
}

.opdecp {
	color: #7f8588;
	font-size: 14px;
	float: left;
	padding-left: 17px;
}

.opdecp h4 {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0;
	font-weight: bold;
	color: #2a3439;
}

.wpr-field-model {
	width: 100% !important;
}

.wpr-form-title {
	color: #0056b3 !important;
	text-align: left !important;
	padding: 12px 0px 12px 14px !important;
	font-family: 'Roboto', sans-serif !important;
}

.page-id-49 .formtp {
	margin: 0px auto;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	padding-bottom: 11px;
}

.page-id-49 .formtp {
	padding-top: 20px;
	margin-left: 30px
}

.page-id-49 .formtp ul {
	display: none
}

.page-id-49 #wpmem_reg .button_div {
	padding-bottom: 64px !important;
}

#wpmem_reg input[type="text"],
#wpmem_reg input[type="email"],
#wpmem_reg input[type="url"] {
	border: 1px solid #dddddd !important;
	border-radius: 3px !important;
	color: #4a4a4a !important;
	padding: 12px 10px 8px !important;
	background: none !important;
	height: 37px !important;
	width: 100% !important;
	font-size: 14px !important;
	padding-left: 37px !important
}

.page-id-49 #wpmem_login {
	display: none !important;
}

.page-id-49 legend {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-size: 23px;
	color: #0056b3 !important;
	text-align: left !important;
	padding: 12px 0px 12px 14px !important;
	font-family: 'Roboto', sans-serif !important;
	display: block;
	margin-bottom: 18px;
	font-weight: 700;
}

#wpmem_reg {
	margin-top: -17px;
}

#wpmem_reg .form {
	background: #fff !important;
}

#wpmem_reg label,
#wpmem_reg .req-text {
	display: none !important;
}

#wpmem_reg .button_div {
	text-align: left !important;
	padding: 0px;
	padding: 0px;
	padding-bottom: 22px !important;
}

.wpmem_msg {
	margin-left: 2% !important;
	padding: 0px !important;
	;
}

.wpmem_msg p {
	margin: 0 !important;
	padding-left: 13px !important;
	line-height: 30px;
	color: red !important;
}

#wpmem_reg .button_div .buttons {
	margin-left: 14px;
	padding: 9px 40px !important;
	border-radius: 0px !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	color: #fff !important;
	font-weight: bold;
}

#wpmem_reg,
#wpmem_login {
	color: #888888 !important;
}

#wpmem_reg .div_text {
	width: 100% !important;
	padding: 0 14px;
}

.formtp {
	margin-top: -38px;
}

.wpr-field-title {
	display: none !important;
}

.wpr_field_wrapper {
	margin: 0px 0 20px 0 !important;
}

.wpr_model_selector .form-control {
	padding: 0px !important;
}

.wpr_sub_form .btn-info {
	padding: 12px 40px !important;
	border-radius: 0px !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
}

.wpr_sub_form {
	float: left !important;
	width: 100% !important;
	margin: 0 0 0 15px !important;
}

.form-control:focus {
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25) !important;
}

.gm-style-iw {
	left: 27px !important;
}

.gm-style-iw h4 {
	margin-top: 3px;
	font-size: 14px;
	line-height: 20px
}

.gm-style-iw ul {
	margin: 0;
	margin-top: 7px;
}

.gm-style-iw li {
	color: #4a4a4a;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	/*border-bottom: 1px solid #eee;*/
	padding-bottom: 7px;
	margin-bottom: 5px;
}

.gm-style-iw li div {
	display: inline-block;
}

.gm-style-iw li span {
	color: #0056b3;
	display: inline-block;
	float: right;
	text-transform: capitalize;
}

.writereviw a {
	right: 11px;
	position: absolute;
	top: 13PX;
	background: #0056b3;
	color: #fff;
	font-size: 14px;
	padding: 0px 23px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
}

.page-template-page-tour #showReview .commentlist,
.page-template-page-tour #showReview h3#comments,
.page-template-page-tour #respond,
.page-template-page-tour .commentlist .comment-author,
.page-template-page-tour .comment-meta {
	display: none;
}

.page-template-page-tour #showReview #respond {
	display: block !important;
}

.page-template-page-tour #respond {
	margin-bottom: 0px !important;
}

.page-template-page-tour .comment-respond {
	width: 100% !important;
}

.page-template-page-tour #item1 h3 {
	display: none;
}

.page-template-page-tour ol {
	list-style: none !important;
	padding: 0;
	margin: 0
}

span.wpcr_author_stars,
span.wpcr_author_stars span {
	margin-bottom: 11px;
}

.page-template-page-tour .auth_page p {
	margin-bottom: 10px;
}

.commentlist .comment {
	margin-bottom: 17px;
}

.comment-field {
	font-size: 14px;
	margin-bottom: 6px;
	display: block;
	color: #ccc;
}

.arch-page-logo {
	position: relative;
}

.arch-page-logo img {
	position: absolute;
	z-index: 999;
	width: 50px;
	height: 50px;
	right: 5px;
	bottom: 10px;
	border-radius: 100% !important;
	background-color: #fff;
	border-top-left-radius: 50% 50% !important;
	border-top-right-radius: 50% 50% !important;
	border-bottom-right-radius: 50% 50% !important;
	border-bottom-left-radius: 50% 50% !important;
	border: 1px solid #ddd;
}

.review-pos {
	margin-top: 3px;
}

.review-pos img {
	display: inline-block;
	text-align: left
}

.review-pos span {
	display: inline-block;
	padding-left: 4px;
	vertical-align: super;
	color: #0056b3;
}

.enquryform {
	clear: both;
	text-align: center;
	padding: 7px 0 14px 0
}

.commonbtn {
	background: #0056b3;
	display: block;
	text-align: center;
	color: #fff;
	padding: 6px 12px;
	font-size: 15px;
	text-transform: uppercase;
	max-width: 320px;
	text-decoration: none;
	margin: 0 auto;
}

.commonbtn:hover {
	background: #fff;
	color: #0056b3;
	border: 1px solid;
}

.text-js {
	opacity: 0;
}

.cursor {
	display: block;
	position: absolute;
	height: 100%;
	top: 24px;
	right: -8px;
	width: 2px;
	/* Change colour of Cursor Here */
	background-color: black;
	z-index: 1;
	animation: flash 0.5s none infinite alternate;
	height: 26px;
}

@keyframes flash {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.leftblock,
.rightblock {
	background: #fff;
	margin: 42px 0px 20px 0;
	padding: 0 8px;
	border-radius: 3px;
}

.leftblock h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0 20px 10px;
}

.tr-option {
	list-style: none;
	margin: 0;
}

.tr-option li {
	display: inline-block;
	width: 22.7%;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	text-align: center;
	margin: 0 1% 20px 1%;
}

.tr-option li:last-child {
	margin-right: 0px;
}

.tr-option li span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}

.tr-option li img {
	display: block;
	margin: 0 auto;
	padding: 19px 0;
}

.tr-option li .active {
	background: #0056b3;
	color: #fff;
}

.tr-option li .fa {
	color: #0056b3;
	font-size: 49px;
	padding: 18px 0;
}

.tr-option li:hover {
	border: 1px solid #0056b3;
	cursor: pointer;
}

.rightblock h2 {
	color: #000;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	padding: 23px 0 14px 3px;
}

.rightblock .steplist {
	margin: 0;
	list-style: none;
	padding: 0 14px;
}

.rightblock .steplist li {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #2a3439;
	padding: 0 0 14px 13px;
	position: relative;
}

.rightblock .steplist li:first-child {
	counter-reset: index;
}

.rightblock .steplist li span {
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	color: #000;
	display: block;
	padding-bottom: 5px;
}

.rightblock .steplist li:before {
	background-color: #0056b3;
	margin-right: 5px;
	padding: 2px 7px;
	content: counter(index, decimal);
	counter-increment: index;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	left: -17px
}

.opt-list {
	margin: 0;
	list-style: none;
	padding: 8px 7px 0;
}

.opt-list li {
	position: relative;
	font-size: 14px;
	color: #000;
	padding-bottom: 5px;
}

.opt-list li span {
	text-align: right;
	display: inline-block;
	position: absolute;
	right: 14px;
}

.opt-list li label {
	text-align: left;
	display: inline-block;
	font-weight: 500;
}

.opt-list li span:after {
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	background: #0056b3;
	color: #fff;
	border-radius: 100%;
	font-size: 10px;
	padding: 5px;
	position: absolute;
	right: -25px;
	top: 1px;
}

.leftblock .number input[type="text"],
.leftblock .numberGroup input[type="text"] {
	width: 60px;
	text-align: center;
}

.leftblock .number,
.leftblock .numberGroup {
	padding-bottom: 67px;
	padding-top: 19px;
}

#totaladult,
#total-adult-grp {
	width: 61px;
	border: 0px;
	height: 11px;
	font-size: 13px;
	color: #000;
}

#exactstart {
	width: 77px;
	border: 0px;
	height: 11px;
	font-size: 14px;
	color: #000;
	margin-left: 30px;
}

#exactend {
	width: 78px;
	border: 0px;
	height: 11px;
	font-size: 14px;
	color: #000;
	margin-right: 1px;
}

#totalchildren,
#total-children-grp {
	width: 71px;
	border: 0px;
	height: 11px;
	font-size: 13px;
	color: #000;
	margin-right: 1px;
}

#nople {
	display: inline-block;
}

/*.nextbtn,*/
/*.laststep,*/
/*.thirdstep,*/
/*.fouthstep,*/
/*.fourth {*/
	
/*	padding-bottom: 55px;*/
/*}*/
.bottom-align{
    margin-bottom: 60px;
}
.clickButtons {
	display: block;
	text-align: center;
	color: #fff;
	background: #0056b3;
	max-width: 78px;
	line-height: 38px;
	height: 35px;
	border-radius: 3px;
	text-decoration: none;
	width: 100%;
	float: right;
    margin-bottom: 20px;
	font-size: 14px;
    margin-right: 6px;
}

a.clickButtons {
	color: #fff;
	text-decoration: none;
}
/*.backdates{*/
/*    position: relative;*/
/*	margin-top: 30px;*/
/*}*/
/*.backstep {*/
/*	position: relative;*/
/*	margin-top: 64px;*/
/*}*/
.stepfive label{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}
.backstep a, .backdates a  {
	display: block;
    text-align: center;
    color: #fff;
    background: #0056b3;
    max-width: 78px;
    line-height: 38px;
    height: 35px;
    border-radius: 3px;
    text-decoration: none;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-size: 14px;
    margin-right: 6px;
}

.stp-option {
	list-style: none;
	margin: 0 0 19px 0;
}

.stp-option li {
	display: inline-block;
	width: 32%;
    border-bottom: 1px solid #e5e5e5;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	margin-right: 10px;
	border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.stp-option li:last-child {
	margin-right: 0px;
}

.stp-option li span {
	display: block;
	border-top: 1px solid #e5e5e5;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}

.stp-option li img {
	display: block;
	margin: 0 auto;
	padding: 34px 0;
}

.stp-option li .active {
	background: #0056b3;
	color: #fff;
}

.tr-option li .fa {
	color: #0056b3;
	font-size: 49px;
	padding: 18px 0;
}

.tr-option li:hover {
	border: 1px solid #0056b3;
	cursor: pointer;
}

.selectDate input[type="text"], .stepfive input[type="text"] {
	width: 100%;
	border: 1px solid #e5e5e5;
	line-height: 35px;
	margin-bottom: 25px;
	padding-left: 10px !important;
	height:50px;
}
.selectDate .lblcontent {
	display: block;
	font-weight: 400;
	color: #7b7b7b;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	padding: 0px 0 15px;
	position: relative;
	top: 10px;
}
.stepfive textarea{
    resize:none;
}
.selectMonth select, .stepfive select {
    width: 96%;
    height: 50px;
    border: 1px solid #e5e5e5;
    margin-bottom: 23px;
    border-radius: 5px;
    padding-left: 10px;
    background: #fff;
}

.selectMonth {
	padding-bottom: 5px;
}

#dptmonth {
	width: 69px;
	border: 0px;
	height: 11px;
	font-size: 14px;
	color: #000;
	display: inline-block;
}

#getduration {
	width: 58px;
	border: 0px;
	height: 17px;
	font-size: 14px;
	color: #000;
}

.noshow {
	display: none
}

.prtitle {
	display: none;
}

.page-id-226 .title {
	display: none;
}

.page-id-226 .prtitle {
	display: block;
	font-size: 28px;
	padding-bottom: 11px;
}

.page-id-226 .nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #4a4a4a !important;
	font-size: 16px !important;
}

.page-id-226 .scroll-link {
	border-bottom: 2px solid #dddd !important;
}

.page-id-226 .nav>li>a:hover {
	color: white !important;
}

.page-id-226 .scroll-link:hover {
	color: white !important;
	background-color: #0056b3 !important;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0.19) !important;
}

.page-id-226 .wpr-profile-body {
	background: #fff !important;
}

.page-id-226 .wpr-tab-heading {
	color: #4a4a4a;
	padding: 0px !important;
	font-size: 27px !important;
	background: none !important;
	margin: 0 !important;
	text-align: left;
}

.page-id-226 .wpr-view-header {
	height: 46px !important;
}

.wpr-data-view .wpr-pr-title {
	font-size: 14px !important;
	font-family: 'Roboto', sans-serif !important;
}

.page-id-226 .container {
	max-width: 1170px !important;
}

.geosearch input[type="text"] {
	width: 87%;
	margin-top: 2px;
	border: none;
}

.geosearch .fa-map-marker {
	top: 16px;
}

#wpmem_register_form .div_text {
	position: relative;
}

#wpmem_register_form fieldset .div_text:first-child:before {
	content: "\f02b";
	font-family: FontAwesome;
	position: absolute;
	color: #0056b3 !important;
	font-size: 19px;
	left: 25px;
	top: 5px;
}

#wpmem_register_form fieldset .div_text:nth-child(2)::before {
	content: "\f0ac";
	font-family: FontAwesome;
	position: absolute;
	color: #0056b3 !important;
	font-size: 19px;
	left: 25px;
	top: 5px;
}

#wpmem_register_form fieldset .div_text:nth-child(3)::before {
	content: "\f007";
	font-family: FontAwesome;
	position: absolute;
	color: #0056b3 !important;
	font-size: 19px;
	left: 25px;
	top: 5px;
}

#wpmem_register_form fieldset .div_text:nth-child(4)::before {
	content: "\f0e0";
	font-family: FontAwesome;
	position: absolute;
	color: #0056b3 !important;
	font-size: 19px;
	left: 25px;
	top: 5px;
}

#wpmem_register_form fieldset .div_text:nth-child(5)::before {
	content: "\f095";
	font-family: FontAwesome;
	position: absolute;
	color: #0056b3 !important;
	font-size: 19px;
	left: 25px;
	top: 5px;
}

.showreview {
	position: relative;
}

.showreview a {
	/*right: 11px;*/
	position: absolute;
	top: -22px;
	background: #0056b3;
	color: #fff;
	font-size: 14px;
	padding: 0px 23px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	left: 41%
}

#customer-reviews {
	position: relative
}

#customer-reviews .cs-trip-widget {
	position: absolute;
	right: 9px;
	top: -20px;
	display: none;
}

#customer-reviews .cs-trip-widget .cdsROW.narrow {
	width: 200px !important;
}

#customer-reviews .cs-trip-widget .cdsROW.narrow .logo {
	display: block !important;
	margin: 0 auto !important;
	text-align: center !important;
	width: 100% !important;
}

.prfl-trip-widget .cdsROW.narrow {
	max-width: 200px !important;
	margin: 0 auto;
	width: 100%;
}

.prfl-trip-widget .cdsROW.narrow .logo {
	display: block !important;
	margin: 0 auto !important;
	text-align: center !important;
	width: 100% !important;
}

.addon-title {
	background: #9da1a3;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 11px;
	padding: 4px 14px 6px 9px;
	position: relative;
	vertical-align: top;
}

.addon-title:after {
	border-color: transparent #fff;
	border-style: solid;
	border-width: 15px 8px 15px 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: -2px;
	width: 0;
}

.fa-exclamation-circle:before {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

.showSlide {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.17);
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.17);
	z-index: 99999;
}

.single-itineraries .wp-travel-enquiries-form-wrapper {
	display: none;
}

.single-itineraries #wp-travel-enquiries {
	max-width: 100%;
}

#wp-travel-enquiry-submit {
	padding: 0 !important;
	line-height: 23px;
	max-width: 147px;
	float: right
}

.mid-enq-container {
	background: #f7f7f7;
	text-align: center;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.17);
	box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.17);
	padding: 13px 0 3px;
	margin-top: 11px;
}

.mid-enq-container h2 {
	padding-bottom: 14px;
}

.mid-enq-container ul {
	background: none;
	border: none !important;
}

.mid-enq-container ul li {
	border: none;
	padding: 0 0 7px 0;
	margin: 0;
	font-size: 15px;
	letter-spacing: 0;
	color: #2a3439;
	list-style: none;
}

.showTitle {
	padding-left: 18px;
	margin: 5px 0;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

.showTitle img {
	display: inline-block;
	width: 39px;
	vertical-align: middle;
	font-size: 10px;
	margin-right: 8px;
}

.single-itineraries .showTitle .closebtn {
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 12px;
	font-size: 39px;
}

.closebt {
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 12px;
	font-size: 39px;
}

.fixed-side-banner {
	background: #fff;
	color: #000;
	font-size: 30px;
	display: block !important;
	z-index: 99999 !important;
	width: 100% !important;
	border-bottom: 2px solid #cacaca;
	height: 44px;
}

.fixed-side-banner ul {
	display: inline-block;
	padding: 0;
	margin-bottom: 8px;
}

.fixed-side-banner ul li {
	list-style: none;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	padding-right: 10px;
}

.fixed-side-banner ul li a {
	color: #000;
	text-decoration: none;
}

.fixed-side-banner ul li a:hover {
	color: #0056b3;
}

.single-itineraries #wp-travel-enquiries {
	padding: 16px 0 0 17px !important;
}

.single-itineraries #wp-travel-enquiries .wp-travel-form-field,
#wp-travel-enquiries .wp-travel-form-field {
	position: relative;
	width: 48%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: middle;
}

.single-itineraries #wp-travel-enquiries .wp-travel-form-field input:not([type="checkbox"]) #wp-travel-enquiries .wp-travel-form-field input:not([type="checkbox"]) {
	padding: 6px 9px !important;
}

.single-itineraries .textarea-field {
	width: 98% !important;
}

.single-itineraries .wp-travel-form-field:after {
	display: none !important;
}

.single-itineraries label[for="wp-travel-enquiry-name"],
.single-itineraries label[for="wp-travel-enquiry-email"],
.single-itineraries label[for="wp-travel-no-people"],
.single-itineraries label[for="wp-travel-date-enq"],
.single-itineraries label[for="wp-travel-cust-country"],
.single-itineraries label[for="wp-travel-cust-ph"] {
	display: none !important;
}

#wp-travel-enquiries label[for="wp-travel-enquiry-name"],
#wp-travel-enquiries label[for="wp-travel-enquiry-email"],
#wp-travel-enquiries label[for="wp-travel-no-people"],
#wp-travel-enquiries label[for="wp-travel-date-enq"],
#wp-travel-enquiries label[for="wp-travel-cust-country"],
#wp-travel-enquiries label[for="wp-travel-cust-ph"] {
	display: none !important;
}

#wp-travel-enquiries {
	max-width: 100%;
}

.wp-travel-form-field:after {
	display: none;
}

#wp-travel-enquiries .wp-travel-form-field.textarea-field textarea {
	height: 80px !important;
}

.single-itineraries .radio-checkbox-label {
	font-size: 14px;
	font-weight: normal;
	vertical-align: text-bottom;
	display: inline-block
}

#showlogin {
	position: relative;
}

#showlogin span.regst-head {
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	left: 0;
	right: 0;
	background: #f9f9f9;
	width: 125px;
	text-align: center;
	display: block;
	margin-top: -14px;
}

#showlogin .loginScl {
	padding: 0 0 17px 0;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #ddd
}

#showlogin .loginScl li {
	text-align: center;
	display: block;
	margin: 0 auto;
}

#showlogin .loginScl li img {}

.listTabs {
	width: 100%;
	background: #fff;
	padding: 0;
	margin: 0;
}

.listTabs ul {
	margin: 0 0 23px 0;
}

.listTabs ul li {
	display: inline-block;
	width: 49%;
	text-align: center;
	padding: 12px 0;
	color: #000;
	background: #fff;
	cursor: pointer;
}

.listTabs ul li a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.listTabs ul li.active {
	background: #fff;
	color: #000;
	background: #0056b3;
}

.listTabs ul li.active a {
	color: #fff;
}

.formwidth {
	max-width: 350px;
	margin: 18px auto 0 auto;
	width: 100%;
	padding-bottom: 20px;
}

.formwidth input[type="text"],
.formwidth input[type="password"],
.formwidth input[type="email"] {
	width: 100%;
	margin-bottom: 12px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 3px;
}

.formwidth select {
	margin-bottom: 13px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 3px;
	width: 100%;
	height: 36px;
	color: #888888;
}

.formwidth .registerValue {
	text-align: center;
	float: right;
	width: 100%;
	max-width: 100px;
	color: #fff;
	font-weight: bold;
	height: 34px;
	font-size: 14px;
}

.edit-account input[type="text"] {
	font-size: 14px;
	border-radius: 5px !important;
}

.edit-account select {
	height: 35px;
	border-radius: 5px;
	font-size: 14px;
}

.nsl-container {
	margin: 0 auto;
}

.fancybox-skin {
	padding: 0 !important;
}

.sl-login {}

.sl-login .form {
	background: none;
	width: 350px;
}

.sl-login #wpmem_login fieldset {
	margin: 0px !important;
	text-align: left;
	padding: 0 14px;
}

.sl-login #wpmem_login fieldset legend,
.sl-login #nsl-custom-login-form-1 {
	display: none;
}

.sl-login #wpmem_login .div_text {
	width: 100% !important;
	margin: 4px auto;
}

.sl-login #wpmem_login form label {
	color: #2a3439;
	font-weight: 600;
	font-size: 14px;
}

.allbuttons {
	margin-bottom: 60px;
}

h3.type-js3 {
	padding-top: 30px !important;
	line-height: 25px !important;
}

.subheading {
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding: 7px 0 0;
	line-height: 19px;
}

.fbpost {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	display: block;
}

.steps-nav-wrap {}

.steps-nav-wrap ul {
	padding: 27px 0 0 0;
	margin: 0px auto 0 9px;
	list-style: none;
}

.steps-nav-wrap ul li {
	display: inline-block;
	text-align: left;
	width: 49%;
	position: relative;
	background: #e5e5e4;
	height: 4px;
}

.steps-nav-wrap ul li:first-child:after {
	content: 'A';
	position: absolute;
	top: -13px;
	left: -9px;
	right: 0;
	background: #0056b3;
	width: 24px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	font-size: 13px;
	line-height: 23px;
}

.steps-nav-wrap ul li:last-child:before {
	content: 'B';
	position: absolute;
	right: -4px;
	background: #e5e5e4;
	width: 24px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
	line-height: 23px;
	top: -9px;
}

.steps-nav-wrap ul li:last-child {
	margin-left: -4px;
}

.dashboard-tab ul.resp-tabs-list {
	/*	width: 23% !important;*/
	background: #fff !important;
}

.dashboard-tab ul.resp-tabs-list li {
	padding: 11px 15px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-align: left !important;
	text-transform: uppercase;
	color: #2a3439 !important;
	clear: both;
}

.dashboard-tab ul.resp-tabs-list li:hover {
	background: #0056b3;
	color: #fff !important;
}

.dashboard-tab ul.resp-tabs-list li i:hover {
	color: #fff !important;
}

.dashboard-tab ul.resp-tabs-list .fa {
	display: inline-block;
	padding-right: 10px;
	font-size: 15px;
	color: #000 !important;
}

.dashboard-tab ul.resp-tabs-list li.resp-tab-active {
	-webkit-box-shadow: inset 2px 0 0 #0056b3 !important;
	box-shadow: inset 2px 0 0 #0056b3 !important;
	background: #0056b3 !important;
	color: #fff !important
}

.dashboard-tab ul.resp-tabs-list li.resp-tab-active i {
	color: #fff !important
}

.dashboard-tab ul li.resp-tab-active,
.dashboard-tab ul li.resp-tab-active .fa {
	color: #0056b3 !important;
}

.dashboard-tab .resp-tabs-container {
	/*width: 77% !important;
	 margin-bottom: 30px;*/
}

.resp-tab-content h2 {
	font-size: 17px;
	line-height: 27px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	padding-bottom: 10px;
}

.t-info {
	display: block;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #909090;
	padding: 5px 0 20px;
	text-transform: capitalize;
}

.brd-top {
	padding: 20px 0 0 0;
}

.prs-dtails {
	/*border-top: 1px solid #ddd;*/
}

.prs-dtails .lbl {
	color: #000;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	padding-bottom: 26px;
	white-space: nowrap;
}

.prs-dtails input[type="text"],
.prs-dtails input[type="email"],
.prs-dtails input[type="time"],
.prs-dtails input[type="number"],
.prs-dtails select {
	width: 100%;
	border-radius: 3px;
	color: #888888;
	border: 1px solid #ddd;
	padding: 0 0 0 6px;
	height: 36px;
}

.prs-dtails sup {
	color: #d9534f
}

.prs-dtails select {
	height: 36px;
	border: 1px solid #dddddd;
	border-radius: 3px
}

.btborder {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}


/*.buttons {*/


/*	right: 33px;*/


/*	bottom: 43px;*/


/*	position: absolute;*/


/*}*/

.newbuttons {
	text-align: right;
}

.dashboard-tab input.form-control {
	border-radius: 3px;
	font-size: 14px;
}

.dashboard-tab .control-label {
	font-size: 13px;
	color: #000
}

.menu {
	position: relative
}

.menu li:last-child .sub-menu-wrap>ul {
	min-width: 100px;
	width: 100%;
	top: 100%
}

.menu>li:last-child>.sub-menu-wrap>ul.sub-menu>li>a {
	color: #0056b3;
}

.menu li:last-child ul.sub-menu>li {
	width: 100%;
}

.menu>li>.sub-menu-wrap>ul {
	padding: 15px 0px;
}

.menu li .sub-menu-wrap>ul {
	display: none;
	position: absolute;
	/*right: -18px;*/
	right: 21px;
	min-width: 1170px;
	left: auto;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	top: 100%;
	background: #fff;
	z-index: 999;
	text-align: left;
}

.sub-menu-wrap {
	margin-top: 16px;
}

.menu li:last-child .sub-menu-wrap {
	margin-top: 11px;
}

.menu li ul.sub-menu>li {
	position: relative;
	z-index: 999999;
	display: block;
	width: 12%;
	margin: 0;
	padding: 2px 9px;
	font-weight: normal;
	border: 0px;
}
.menu li.menu-item-16431 ul.sub-menu>li { 
	width: 19%;
	border-bottom: 1px solid #ddd;
	margin-right: 4px;
	white-space: nowrap;
}

.menu li:hover ul {
	display: block;
}

.menu .sub-menu-wrap ul .sub-menu-wrap>ul {
	position: relative;
	border: 0px;
	min-width: auto !important;
	width: 100%;
	top: 100% !important;
	/*padding-left: 10px;*/
}

.menu .sub-menu-wrap ul .sub-menu-wrap>ul>li {
	width: 100% !important;
}

.menu>li>.sub-menu-wrap ul .sub-menu-wrap>ul>li>a {
	color: #2a3439;
}

.menu>li>.sub-menu-wrap ul .sub-menu-wrap>ul>li>a:hover {
	text-decoration: underline;
}

.menu>li>.sub-menu-wrap>ul.sub-menu>li>a {
	color: #0056b3;
	font-size: 18px;
	padding: 0px 0px 5px 0px;
	position: relative;
	margin-bottom: 5px;
}

.menu>li>.sub-menu-wrap>ul.sub-menu>li>a::before {
	content: "";
	border-bottom: 1px solid;
	position: absolute;
	bottom: 0px;
	width: 95%;
}

.menu .sub-menu-wrap>ul.sub-menu>li>a {
	color: #0056b3;
}

.menu li ul li:last-child {
	border-bottom: none;
}

.menu li ul li a {
	color: #2a3439;
	display: block;
}

ul.menu>li>a:hover {
	color: #0056b3;
}

#showlogin #wpmem_login_form .buttons {
	margin-top: 10px;
	position: absolute;
	bottom: -26px;
	padding: 0 26px;
	line-height: 35px;
	font-weight: bold;
	right: 10px;
}

#showlogin .sl-login .form {
	background: none;
	width: 100%;
}

#showlogin .sl-login .form input[type="text"],
#showlogin .sl-login .form input[type="password"] {
	padding: 0 0 0 3px !important;
	width: 100%;
}

#showlogin #wpmem_login .div_text {
	width: 244px !important;
}

#showlogin #wpmem_login .button_div {
	text-align: left;
}

#showlogin .sl-login {
	padding-bottom: 20px;
}

.avtimg {
	position: relative;
	cursor: pointer;
}

.avtimg:hover {
	border-color: #f2f2f2;
	background: #f2f2f2;
}

.avtimg img {
	position: absolute;
	right: 10px;
	z-index: 999;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	top: -7px;
}

.avtimg:after {
	content: '';
	position: absolute;
	top: 50%;
	margin: 12px 0 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #999 transparent transparent;
}

.menu li.menu-item-435 a {
	font-size: 0px !important;
	display: inline-block;
	width: 68px;
}
.menu li.menu-item-435 a {
    width: 68px 
}
.menu li.menu-item-435 ul li a,
.menu li.menu-item-7 ul li a {
	font-size: 14px !important;
}
.menu li.menu-item-7 .sub-menu-wrap>ul{
    min-width: 150px;
    width: 100%;
    top: 100%;
    right: -17px;
    padding-top: 3px;

}
.menu li.menu-item-7 ul.sub-menu>li {
    width: 100%;
    padding: 0 !important;
    margin: 0 0 0 4px !important;
}

.avtimg:hover .menu li ul {
	display: block;
}

.pay-header {
	padding: 0 0 0px 40px;
	position: relative;
	background: none;
}

.pay-header .count {
	background: #0056b3;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	left: 0;
	line-height: 15px;
	padding: 7px 5px 0;
	position: absolute;
	text-align: center;
	top: -5px;
	width: 28px;
	height: 28px;
	border-radius: 2px;
}

.pay-header h2 {
	margin: 0;
	font: 700 19px/20px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	display: block;
	color: #000;
}

.checkout-page-wrap .checkout-block {
	background: none !important;
}

.wp-travel-trip-details {
	background: #fff;
	padding: 18px 3px;
	margin-bottom: 35px;
}

.postData {}

.postData h2 {
	color: #000;
	margin: 0 0 6px;
	font: 700 19px/20px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
}

.post-review {
	margin-top: 4px;
	font-style: italic;
	font-size: 14px;
}

.post-review img {
	max-width: 100px;
	padding-right: 9px;
	vertical-align: middle;
}

.post-review span {
	font-style: normal;
}

.postData ul {
	margin: 7px 0 0 0;
	font-size: 14px;
	list-style: none;
}

.postData ul li {
	display: inline-block;
	position: relative;
	width: 100%;
}

.postData ul li span {
	font-weight: 500;
	display: inline-block;
	float: right;
	width: 60%;
}

.postData ul li span:before {
	content: ':';
	position: absolute;
	left: 36%;
	right: 0px;
}

.wp-travel-trip-details hr {
	margin: 10px 17px;
}

.inform-list {
	margin: 0;
	padding: 0 0 25px;
	list-style: none;
	font-size: 15px;
	line-height: 20px;
}

.inform-list li {
	padding: 0 0 5px 0px;
	position: relative;
}

.inform-list li>b {
	font-weight: 500;
}

.inform-list .fa-check-circle {
	color: #0056b3;
	font-size: 17px;
	padding-right: 2%;
}

.price-display .display-list {
	margin: 0 0 -5px;
	padding: 0;
	list-style: none;
	font-size: 15px;
	line-height: 22px;
}

.price-display .display-list li .showtitle {
	float: left;
}

.price-display .display-list li .value {
	float: right;
	font-size: 15px;
	font-weight: 500;
}

.price-display .display-list li:after {
	display: block;
	clear: both;
	content: '';
}

.price-display .display-list li {
	margin: 0 0 5px;
}

.price-display .display-list li.price .showtitle {
	font-size: 17px;
	font-weight: 700;
}

.price-display .display-list li.price.final-price .value {
	font-size: 20px;
	color: #0056b3;
	position: relative;
}

.price-display .display-list li.extra .showtitle {
	font-weight: 500;
	text-align: left;
}

.price-display .display-list li.extra .value {
	font-weight: 700;
	font-size: 16px;
}

.traveller-title {
	text-transform: uppercase;
	display: block;
	margin: 8px 0 6px;
	font-size: 16px;
	line-height: 23px;
	color: #2a3439;
}

.checkout-page-wrap .ws-theme-timeline-block {
	padding: 0 16px;
	border-bottom: 0px solid #E3E3E3;
}

.lbhead {
	color: #2a3439;
	font-size: 15px;
	font-weight: normal;
}

.lbhead sup {
	color: #d9534f;
}

.allfield select {
	width: 100%;
}

.allfield input {
	width: 100%;
	height: 34px;
}

.side-white {
	padding: 20px;
	background: rgba(255, 255, 255, 0.8);
	margin: 0 0 25px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.02);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.02);
}

.side-white h3 {
	font: 700 17px/20px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.contact-list {
	margin: 0;
	padding: 8px 0 0;
	list-style: none;
	line-height: 22px;
}

.contact-list li {
	padding-bottom: 18px;
}

.contact-list li span {
	display: inline-block;
	padding-left: 11px;
}

.contact-list b {
	display: block;
	padding-top: 3px;
}

.side-white .fa {
	position: relative;
	vertical-align: top;
	font-size: 19px;
}

.checkout-page-wrap .wp-travel-minicart {
	margin-top: 10px !important;
}

.checkout-page-wrap {
	margin-top: 30px !important;
}

.tour-list {
	margin: 7px 0 0 0;
	font-size: 14px;
	list-style: none;
}

.tour-list li {
	display: inline-block;
	position: relative;
	width: 100%;
}

.tour-list li span {
	font-weight: 500;
	display: inline-block;
	float: right;
	width: 50%;
}

.tour-list li span:before {
	content: ':';
	position: absolute;
	left: 44%;
	right: 0px;
}

.side-white hr {
	margin: 10px 0;
}

.side-white .card:before {
	display: none
}

.side-white #accordion {
	position: relative;
	padding: 0;
}

.side-white .inner-block {
	background: none;
	margin-top: 0px;
	padding: 0;
}

.side-white .card-header {
	margin-bottom: 4px;
	padding-bottom: 8px;
}

.side-white .card-header a {
	font-size: 14px;
	color: #000;
	margin-left: -7px;
}

.page-id-29 .panel .ws-theme-timeline-block .collapse {
	display: block !important;
}

.payment-traveller .control-label {
	color: #2a3439;
	font-size: 15px;
	font-weight: normal;
}

.bottom-info {
	color: #0056b3;
	font-weight: 700;
	text-align: right;
	padding: 5px 0 0;
	margin: 0 0 -10px;
}

.bottom-info .fa {
	display: inline-block;
	vertical-align: top;
	color: #0056b3;
	margin: 4px 4px 0 0;
}

.pay-header h2 mark {
	background: none;
	padding: 0;
	color: #0056b3;
}

.secure-bar {
	font-weight: 500;
	padding: 12px 15px 12px 47px;
	background: #fff;
	border-left: 3px solid #0056b3;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.02);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.02);
	position: relative;
	margin: 18px 0 15px;
}

.secure-bar .fa {
	color: #0056b3;
	font-size: 18px;
	position: absolute;
	top: 11px;
	left: 16px;
}

.page-id-29 .payment-traveller sup {
	color: #d9534f
}

.page-id-29 .payment-traveller input[type="text"],
.page-id-29 .payment-traveller input[type="email"],
.page-id-29 .payment-traveller select {
	border-radius: 3px;
	height: 44px;
}

.page-id-29 .payment-traveller .empty-space {
	white-space: nowrap
}

.page-id-29 .payment-traveller textarea {
	width: 95%;
	margin: 0 13px;
	resize: none;
}

.info {
	color: #acb0b2;
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding: 7px 0 10px 15px;
}

.pmtfild .form-horizontal {
	padding-bottom: 33px;
	border-bottom: 1px solid #ddd;
}

.page-id-29 .payment-content .wp-travel-form-field {
	margin-top: 24px !important;
	margin-right: 10px;
}

.pmtfild .radio-checkbox-label {
	margin-top: 11px;
	padding: 0 10px;
	font-size: 14px;
}

.button-field input[type="submit"]:disabled {
	opacity: 0.6;
	cursor: default
}

.availability-holder {
	border: 1px solid #E6E6E6;
	margin-top: 15px;
	border-bottom: none;
	border-top-width: 5px;
	position: relative;
	-webkit-transition: border-color 0.25s ease;
	transition: border-color 0.25s ease;
}

.availability-holder ul {
	padding: 15px;
	margin: 0;
}

.availability-holder ul li {
	display: inline-block;
	list-style: none;
	font-size: 15px;
	vertical-align: top;
	text-align: center;
	width: 19%;
}

.availability-holder ul li .date {
	text-transform: capitalize;
	color: #000;
	display: block;
	font-weight: 500;
}

.availability-holder ul li .loc {
	display: block;
	color: #7f8588;
	font-weight: 400
}

.availability-holder ul li .highlight {
	color: #0056b3;
	font-weight: 500;
}

.availability-holder ul li .avgage {
	display: block;
	font-size: 11px;
	line-height: 15px;
	color: #1C98F7;
	padding: 0 5px;
}

.availability-holder ul li .saleprice {
	display: block;
	color: #0056b3;
	font-weight: 600;
}

.availability-holder ul li del {
	display: block;
	color: #da5869;
	font-weight: 600;
}

.availability-holder ul li em {
	color: #7f8588;
	font-weight: 400;
	font-style: normal;
}

.availability-holder ul a {
	display: block;
	background: none;
	border: 1px solid #0056b3;
	color: #0056b3;
	padding: 8px 10px;
	min-width: 100px;
	text-align: center;
	border-radius: 2px;
}

.availability-holder ul a:hover {
	background: #0056b3;
	border: 1px solid #0056b3;
	color: #fff;
}

.pr-info {
	margin: 0 0 17px;
}

.pr-info .du-info {
	float: left;
}

.pr-info .du-info>b {
	font-size: 15px;
	line-height: 22px;
	display: block;
	color: #000;
}

.pr-info .du-info>i {
	font-size: 23px;
	line-height: 30px;
	color: #000;
	display: block;
	font-style: normal;
	font-weight: 700;
}

.pr-info .title {
	float: right;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	display: block;
	position: relative;
	/*margin-bottom: 17px;*/
}

.text-capitalize {
	text-transform: capitalize;
}

.pr-info .title mark {
	background: none;
	font: 700 23px/30px 'Rboto', Arial, Verdana, Helvetica, sans-serif;
	color: #0056b3;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	float: right;
}

.pr-info del {
	color: #da5869;
}

.pr-info .title>.frm {
	font-style: normal;
	display: block;
}

.pr-info .title>.frm>span {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	color: #000;
}

.pr-info .fa-bolt {
	padding: 2px 0 0 0;
	font-size: 17px;
	color: #ffab53;
}

#ShowPrice,
#showgrprice {
	text-align: left;
	color: #0056b3;
	font-size: 19px;
	line-height: 21px;
	font-weight: 500;
}

.showTime select,
.closetime select,
.showTimeSingle select {
	border: 1px solid #dddddd;
	height: 34px;
	width: 40%;
	margin-left: 10px;
}

.banner-image-wrapper {
	width: 100%;
}

.the-content h1 {
	font-size: 25px
}

h2,
h3,
h4,
h5,
h6 {
	font-size: 19px;
}

.showporter del {
	display: block;
	color: #da5869;
	font-size: 16px;
	padding: 0 3px;
}

.rs-background-video-layer iframe {
	z-index: 9999;
}

.rs-background-video-layer iframe {
	opacity: 1 !important;
	visibility: inherit !important;
}

.x-index {
	z-index: 999 !important;
}

.list-terms {
	font-size: 15px;
	text-align: left;
}

.list-terms a {
	font-size: 15px;
}

.page-id-49 #wpmem_reg fieldset {
	margin: 40px 0 0 0 !important;
}

.highlight {
	background: #0056b3 !important;
	color: #fff !important;
}

.highlight.-disabled- {
	background: #fff !important;
	color: #aeaeae !important;
}

.datepicker--cell.datepicker--cell-day.-other-month- .highlight .-disabled- {
	background: #fff !important;
}

.rs-background-video-layer iframe {
	opacity: 1 !important;
	visibility: inherit !important;
}

input[type=date]::-webkit-calendar-picker-indicator {
	-webkit-appearance: none;
	display: none;
}

.wpua-edit-container h3,
#wpua-upload-messages-existing,
#wpua-preview-existing,
#wpua-thumbnail-existing,
.avatar_upload .updated p,
#wpua-remove-button-existing,
#wpua-undo-button-existing {
	display: none !important;
}

.wpua-edit button[type="submit"] {
	width: 110px !important;
	height: 30px !important;
	color: #fff !important;
	margin-top: 10px
}

.avatar_upload {
	position: absolute;
	width: 100%;
	top: 60%;
	z-index: 999;
	right: 25px;
}

#wpua-add-button-existing .button {
	color: #fff !important;
	padding: 6px 12px !important;
	display: block;
	font-size: 12px;
}

.wpua-edit {
	position: absolute;
	right: 0;
}

.pravtar .avatar {
	border: 1px solid #ddd;
	border-radius: 8px;
	height: auto !important;
}

.comment_container ul {
	padding: 0;
	margin: 0;
}

.comment_container ul li {
	margin: 0;
	padding: 0px 0 30px 0 !important;
}

.comment_container p {
	margin-bottom: 10px !important;
}

.comment_container ul li span {
	display: block;
	padding-top: 2px;
}

.single-itineraries .fade {
	opacity: 1.0 !important;
}

#anything {
	width: 100% !important;
	height: 500px;
	list-style: none;
}

.banner-image-wrapper ul li {
	width: 100% !important;
}

.anythingSlider-metallic {
	width: 100% !important;
	padding: 0px;
	margin: 0px !important;
}

.search .cust-contain-width .geosearch {
	margin-top: 14px;
	position: relative;
	max-width: 800px;
}

body.search .cust-contain-width .geosearch input[type="text"] {
	width: 100%;
	line-height: 54px !important;
	padding-left: 13px;
	border: none;
}

.search .cust-contain-width .geosearch .fa-map-marker,
.error404 .geosearch .fa-map-marker {
	top: 21px;
	right: 101px;
}

.search .cust-contain-width #home-search-button3 .error404 #home-search-button2 {
	display: inline-block;
	position: absolute;
	top: 11px;
}

.header-search {
	display: none;
	width: 50%;
	vertical-align: top;
	margin-left: 16px;
}

.header-search .geosearch {
	position: inherit;
	margin-left: 15px;
	width: 100%;
}

.header-search .geosearch input[type="text"] {
	width: 80%;
	line-height: 28px;
	padding-left: 13px;
	border: none;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.header-search #home-search-button2 {
	position: inherit;
	margin-left: 8px;
	height: 36px;
	width: 40px;
}

.dropdown-option-trkind .fa {
	padding-right: 8px;
	font-size: 16px;
}

.optionbtn {
	width: 100%;
	background: #fff !important;
	border: 1px solid #ddd !important;
	color: #000 !important;
	font-weight: bold;
	margin-bottom: 20px;
}

.sltoptionbtn {
	width: 100%;
	background: #fff;
	color: #000 !important;
	font-weight: bold;
	margin-bottom: 13px;
}

.addborder {
	border: 2px solid #000 !important;
}

.btbrd {
	border-bottom: 1px solid #ddd;
	margin-bottom: 13px;
}

.page-id-923 .the-content {
	margin-top: 15px;
}

.clbg {
	background: #fff;
	margin-bottom: 20px;
	padding: 0;
	border: 1px solid #ddd;
	;
}

.midhd {
	font-weight: bold;
	padding: 4px 0;
	display: block;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.contdisp {
	font-weight: bold;
	font-size: 16px;
	padding: 20px 0;
	display: block;
	color: #000;
}

.text-align-center {
	text-align: center;
}

.contdisp .incontent {
	font-weight: normal;
	font-size: 14px;
	color: gray;
	display: block;
}

.uplhead {
	font-weight: bold;
	margin-bottom: 11px;
}

.ftborder {
	border-right: 1px solid #ddd;
	height: 100%;
}

.clbg strong {
	font-size: 16px;
}

.clbg .incomm {
	font-size: 14px;
	margin: 5px 0 0 0;
}

.list-head {
	font-size: 16px;
	padding: 15px 0 0 0;
	display: block;
}

.block-two-np {
	padding: 0;
}

.listing {
	font-weight: normal
}

.listing li {
	margin: 0;
	position: relative;
	list-style: none;
	font-size: 15px;
	display: block;
	padding: 10px 14px;
}

.listing li:before {
	content: '\f00c';
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	color: #0056b3;
	left: -23px;
	top: 17px;
	font-size: 21px;
}

.block-sd-padding {
	padding: 15px 20px;
}

.payout .steps {
	text-align: center;
	color: #0056b3;
	font-size: 25px;
	padding: 17px 0 3px;
}

.payout p {
	text-align: center;
	font-size: 14px;
}

.listing-duty {
	font-weight: normal
}

.listing-duty li {
	margin: 0;
	position: relative;
	list-style: none;
	font-size: 15px;
	width: 100%;
	display: inline-block;
	padding: 4px 4px;
}

.listing-duty li:before {
	content: '\f00c';
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	color: #0056b3;
	left: -23px;
	top: 9px;
	font-size: 15px
}

.ovrd {
	font-size: 15px;
	color: #000
}

.ovrd b {
	display: block;
	text-align: right;
}

.ovrd p {
	margin: 0;
	text-align: right;
}

.page-id-923 .wpcf7 {
	width: 100%;
}

.logged-in h1.title {
	display: none !important;
}

.reviewImg {
	margin-top: 13px;
	vertical-align: top;
	margin-right: 5px;
}

.reviewText {
	color: #0056b3 !important;
	font-size: 15px !important;
}

.commentlist .comment .children {
	margin-top: 28px !important;
}

.commentlist .comment .children .wp-travel-average-review {
	display: none !important;
}

.wp-tab-review-inner-wrapper .commentlist .children li {
	padding: 3px 0 1px 0 !important;
	font-size: 14px;
}

.wp-tab-review-inner-wrapper .commentlist .children li span {
	font-weight: bold;
}

.single-itineraries #review_form_wrapper {
	display: none;
}

.opr-placholder {
	position: absolute;
	left: 2%;
	top: 47%;
	max-width: 238px;
	z-index: 999;
}

.rpr-placholder {
	position: absolute;
	left: 2%;
	top: 78%;
	max-width: 238px;
	z-index: 999;
}

.pl-placholder {
	position: absolute;
	left: 2%;
	top: 65%;
	max-width: 238px;
	z-index: 999;
}

.opr-placholder .fa-info-circle,
.rpr-placholder .fa-info-circle,
.pl-placholder .fa-info-circle {
	font-size: 22px;
	vertical-align: bottom;
}

.formtp p {
	padding-left: 14px;
	font-weight: bold;
}

.page-id-49 .wpmem_msg {
	width: 94% !important;
}

.page-id-49 .wpmem_msg p {
	color: #0056b3 !important;
}

.page-id-49 .g-recaptcha {
	margin-left: 16px;
	margin-bottom: 33px;
}

.anythingWindow img {
	width: auto !important;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.anythingControls,
.start-stop,
#thumbNav {
	display: none !important;
}

.anythingSlider-metallic .back a,
.anythingSlider-metallic .forward a {
	position: relative;
	background: none;
}

.anythingSlider-metallic .back a:before {
	content: '\f104';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 53px !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.anythingSlider-metallic .forward a:before {
	content: '\f105';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 53px !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*article .the-content img
 {

 max-width: 150px !important;
 height: auto;
 display: block;
 margin: 0 auto;
 width: 100%;

 }*/

.custbg-tab {
	background: #fff;
	border: 1px solid #c1c1c1;
	padding: 0px !important;
}

.custbg-tab .resp-tabs-container {
	width: 100% !important;
	border: none;
}

.nivo-slice {
	height: 400px !important;
}

#slider {
	overflow-y: hidden !important;
}


/*.theme-default .nivoSlider img {*/


/*	height: 500px !important;*/


/*}*/

.navbar-toggle {
	display: none;
}

#wpua-add-existing {
	color: #fff;
	padding: 6px 12px !important;
	display: block;
	font-size: 12px;
}

.hllist ul {
	list-style: none;
	padding: inherit;
	margin: 0;
	line-height: 32px;
	position: relative;
	padding-left: 20px;
}

.hllist ul li:before {
	content: '\f00c';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: -3px;
	position: absolute;
	margin-top: 9px;
	color: #0056b3;
}

.single-itineraries .navbar-toggle {
	display: block
}

.single-itineraries iframe {
	margin: 20px auto 0 auto;
	width: 100%;
	height: 500px;
}

.single-itineraries #ninja-slider li.loading:after {
	display: none !important;
}

.single-itineraries #ninja-slider-pager {
	display: none !important;
}

.widget_wp_travel_filter_search_widget .dropdown-open-dst ul,
.widget_wp_travel_filter_search_widget .dropdown-open-dstmlday ul {
	list-style: none;
	margin: 0;
}

.widget_wp_travel_filter_search_widget .dropdown-open-dst ul li ul,
.widget_wp_travel_filter_search_widget .dropdown-open-dstmlday ul li ul {
	margin-left: 18px;
}

#wpadminbar {
	display: none;
}

.tab__content ul li a {
	position: relative;
	z-index: 9999;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
	background: transparent !important;
	border-color: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
	background: transparent !important;
	border-color: #fff !important;
	color: #0056b3
}

#mega-menu-wrap-primary {
	background: transparent;
}

.mega-menu-item-6 .mega-sub-menu:first-child {
	width: 600px !important;
	left: -332px !important;
	top: 38px !important;
	position: absolute;
}

.wpcf7-submit {
	max-width: 200px !important;
	width: 100% !important;
	float: none !important;
	margin-bottom: 40px !important;
}

#pfcf-popup {
	display: none;
}

.instlist ul {
	background: none;
	position: relative;
	/*padding-top: 24px;*/
	margin-bottom: 5px;
}

.instlist ul li:before {
	left: -3px;
	position: absolute;
	margin-top: 4px
}

.instlist ul li {
	border-bottom: 0px !important;
	background: transparent;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	text-align: left;
	line-height: 25px;
}

.slcr {
	display: inline-block;
	position: absolute;
	left: -55px;
	width: 70px;
	top: 2px;
	font-weight: bold;
	height: 24px;
}

.nsl-container {
	margin: 0 auto 10px auto;
	max-width: 273px
}

.whyus {
	text-align: center;
	margin-top: 23px
}

.whyus h2 {
	font-weight: bold;
	padding-bottom: 18px;
}

.whyus i {
	font-size: 60px;
	color: #0056b3;
	margin: 15px 0 15px 0;
	font-weight: bold;
}

.whyus p {
	text-align: justify;
	margin-top: 21px;
}

.bxshadow {
	border: 1px solid #ddd;
	box-shadow: -4px 1px 25px 2px #ddd;
	border-radius: 4px;
	padding: 0 10px;
	min-height: 331px;
	margin-top: 18px;
}

.bxshadow ul {
	text-align: left;
	margin: 0;
	
}

.bxshadow ul li {
	list-style: none;
	position: relative;
	font-size: 15px;
	padding: 8px 0 0 20px;
}

.bxshadow ul li:before {
	content: '\f00c';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: -25px;
	position: absolute;
	margin-top: 4px;
	color: #0056b3;
	font-size: 14px;
}

.dest-div {
	margin-top: 35px;
	padding-bottom: 16px;
	background: #f2f2f2;
	padding-top: 18px;
	box-shadow: -2px 12px 10px -4px #ddd;
	margin-bottom: 30px;
}

.dest-div-bottom {
	margin-top: 35px;
	padding-bottom: 48px;
	background: #eee;
	padding-top: 18px;
	margin-bottom: 35px;
}

.hllist {
	margin-left: 15px;
	width: 100%;
}

.hllist>p:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	color: #0056b3;
	left: -17px;
	position: absolute;
	top: 7px;
}

.hllist>p {
	margin: 0 !important;
	position: relative;
	padding-left: 3px !important;
	line-height: 31px;
}

.trip_include>p:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	color: #0056b3;
	left: 6px;
	position: absolute;
	top: 5px;
}

.trip_exclude>p:before
{
	content: "\f00d";
    position: absolute;
    font: normal normal normal 12px/1 FontAwesome;
    color: #e66f6f;
    left: 0;
    right: auto;
    top: 5px;
    border: 1px solid #e66f6f;
    border-radius: 50%;
    padding: 2px;
}

.trip_exclude p br:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	color: #0056b3;
	left: -17px;
	position: absolute;
	top: 10px;
}

.trip_exclude p,
.trip_include p {
	position: relative;
	padding-left: 3px !important;
	line-height: 23px;
}

.inner-page-style {
	background-color: #fff;
	margin-top: 18px;
	border-radius: 12px;
	padding: 0px 18px;
}
.inpage-head {
    margin-bottom: 21px;
    border-bottom: 1px solid #dddd;
    padding-bottom: 13px
}
.user-page-style {
	background-color: #fff;
	border-radius: 12px;
	padding: 0px 18px;
}

.PrivateShow {
	color: #0056b3;
	font-weight: bold !important;
	font-size: 18px;
	position: relative
}

#CalsSelctShowSale {
	text-align: left;
	color: #0056b3;
	font-size: 19px;
	line-height: 21px;
	font-weight: 500;
}

.linselected {
	color: #da5869 !important;
	text-decoration: line-through;
	font-size: 16px !important;
}

.calstd {
	display: none !important;
}

.seatavl {
	font-size: 12px;
	font-weight: bold;
	background: #000;
	color: #fff;
	padding: 0 11px;
	display: block;
	margin-top: 5px;
	border-radius: 2px;
	max-width: 122px;
}

.availability-holder ul li a.removehover:hover {
	background: red !important;
	color: #fff !important;
}

.viewing {
	font-size: 10px;
	font-weight: bold;
	color: red;
}


/* own css*/

.page-id-22 .article .the-content img {
	width: auto;
	height: auto;
	border: 1px solid;
	padding: 5px 12px;
}

.selbutton {
	background: #000 !important;
}

.col-md-5.blogimg img {
	height: auto;
}

#pagination {
	margin-bottom: 0px !important;
	max-width: 350px;
	margin-top: 20px;
}

#pagination .next-page {
	float: left;
	width: 50%;
	border-right: 0;
	height: 0px !important;
}

.bannerimg {
	height: 300px;
}

body.blog.logged-in {
	background-color: #f2f2f2 !important;
}

.next-page a,
.past-page a {
	font-size: 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-style: italic;
	padding: 10%;
	color: #ddd;
}

#pagination {
	margin-bottom: 0px !important;
	max-width: 100%;
	margin-top: 45px;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

label.screen-reader-text {
	display: none !important;
}

body.page-template.page-template-page-inner.page-template-page-inner-php.page.page-id-30 form.login-form h3 {
	font-size: 28px;
	font-weight: 500;
}

form.login-form button[type="submit"] {
	width: 80px;
	display: inline-block;
}

.col-12.col-sm-12.col-md-7.blogcontent a {
	background-color: #0056b3;
	padding: 10px 10px;
	color: #fff;
}


/* blog article css*/

.blog-article {
	width: 100%;
	background-color: #fff;
	margin-top: 20px;
	border-radius: 10px;
	margin-left: 10px;
	padding: 7px;
}

.blog-sidebar {
	width: 28%;
	margin-top: 20px;
	border-radius: 10px;
	background-color: #fff;
	margin-left: 20px;
	padding-top: 18px;
}

.row.blogpage {
	margin-bottom: 20px;
}

form#searchform {
	text-align: center;
	margin-bottom: 10px;
}

form#searchform input[type=text],
input[type=email],
input[type="date"] {
	padding: 0px;
}

form#searchform button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 9px;
}

.blogpage article.post {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.the-content h4 {
	font-size: 20px;
	padding-bottom: 10px;
}

.menu-main-nav-container a,
.menu-main-container a {
	text-align: left;
	margin-bottom: 21px;
	margin-left: 30px;
	border-bottom: 1px solid;
	padding-bottom: 6px;
}
.side-title {
    border-bottom: 1px solid;
	padding-bottom: 6px;
	font-weight: bold;
}
#secondary .side-title {
    color: #0056b3;
    padding-bottom: 13px;

}
.wpt-sidebarea ul {
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.expandBlock {
	width: 750px;
}

.wp-travel.trip-headline-wrapper .right-plot-inner-wrap {
	padding: 0px;
}

span.user-username {
	width: 100%;
}

.form h3 {
	border-bottom: 1px solid;
}


/*Responsive*/


/* header stylesheet.......*/

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	/* top: 32px*/
	;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.sidenav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 39px;
	padding: 0 14px;
	text-transform: uppercase;
}

.sidenav ul li {
	border-top: 1px solid #d9d9d9;
	padding: 4px 0;
}

.sidenav ul li:first-child {
	border-top: 0px;
}

.sidenav ul li a {
	text-decoration: none;
	color: #0056b3 !important;
}

.sidenav ul li a:hover {
	color: #0056b3 !important;
}

.page-template-page-tour-profile .ftr-list {
	text-align: left !important;
	width: 100% !important;
	float: none !important;
	padding-left: 21px;
	line-height: 28px
}

.filterTab li input[type="submit"] {
	text-align: left;
}

.filterTab li.active {
	background: #0056b3 !important;
	border: 1px solid #0056b3 !important;
	color: #fff !important;
}

.filterTab li:hover {
	background: #ddd !important;
	border: 1px solid #ddd !important;
	color: #fff !important;
}

body .filterTab li.active input[type="submit"] {
	color: #fff !important;
}

body .filterTab li:hover.active input[type="submit"],
body .filterTab li:hover {
	color: #000 !important;
}

.wp-travel-default-article .inmapdiv .col-sm-6 {
	width: 50% !important;
	border-right: 1px solid #ddd;
}

.mapbox {
	left: -13px;
	bottom: 50px;
	width: 100%;
}


.list-tour-count {
	position: relative !important;
	padding-bottom: 14px;
	left: 0 !important;
	top: 0 !important;
	margin-bottom: 20px;
	border-bottom: 2px solid;
}

.entry-title.mbshow {
	width: 100%;
	margin-top: 5px;
	margin-left: 14px;
	padding: 0 0 3px;
}



.nmpd {
	padding: 0 !important;
}

body .archiveView {
	margin: 0 auto 22px auto !important;
	position: relative;
}

.archiveView:hover {
	background-color:#0056b3;
	color: #fff;
}


.decpBlock {
	max-width: 235px !important;
}

article .the-content img {
	max-width: 200px;
	margin: 18px 0 30px 0 !important;
	  box-shadow: 3px 3px 1px #ccc;
  -webkit-box-shadow: 3px 3px 1px #ccc;
  -moz-box-shadow: 3px 3px 1px #ccc;
}
article .the-content .item img  {
	height: 150px !important;
	margin-bottom: 15px !important;
	border-radius: 3px;
    box-shadow: 7px 8px 15px -9px #000;
}
article .the-content .item {
	text-align: center;
	font-weight: bold;
	font-size: 14px !important;
	line-height: 22px;
}
.resp-tabs-container h2.resp-tab-active {
	background: #0056b3 !important;
	color: #fff !important;
}

.resp-tabs-container h2.resp-accordion {
	background: #ddd;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.page-id-30 input[type="button"] {
	float: left;
	margin-right: 10px;
}

.opr-placholder {
	display: none !important;
}

.custbg-tab {
	border: 0px !important
}

.fstlb {
	padding-bottom: 4px !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
	margin-bottom: 12px !important;
}

.page-id-49 #pg-49-0>.panel-row-style {
	padding: 0px;
}

.ftblock {
	text-align: center !important;
}

.discount-tag {
	left: -15px;
	top: -1px;
}

article .the-content p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 13px;

}

#menu-header {
	display: block;
}

.wp-travel.trip-headline-wrapper .right-plot-inner-wrap {
	padding: 0px;
	margin-right: -15px;
	margin-left: -15px;
}

.wpt-sidebarea {
	margin-top: 17px;
	margin-left: -15px;
	margin-right: -15px;
}

.col-sm-12.col-md-4.space {
	padding: 0;
}

.wp-travel-default-article .wp-travel-article-image-wrap {
	float: left;
}

.wp-travel-default-article .wp-travel-entry-content-wrapper {
	display: inline-block !important;
}

.tax-travel_locations .description-right label,
.search .description-right label .description-right label {
	padding-right: 50%;
}

.tax-travel_locations .description-right .person-count,
.search .person-count {
	padding-right: 24px;
}

.tax-travel_locations .description-right .duration,
.search .duration,
.description-right .duration {
	padding-right: 38px;
	display: block;
	width: 100%;
}

.footerbg ul li {
	list-style: none;
	margin: 0;
	padding-left: 13px !important;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	padding-top: 6px;

}



.slider-container h1 {
	position: absolute;
	font-size: 26px;
	left: 0;
	right: 0;
	top: 16%;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 34px;
	font-weight: bold;
}

.slider-container h1 span {
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.benefits-frame a {
	border-bottom: 1px solid #ddd;
}



.bxshadow ul li:before {
    left: -10px;
	position: inherit;
}

#myBtn {
	display: none !important;
	position: fixed;
	bottom: 30px;
	right: 36px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #0056b3;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	width: 90%;
}

.side-white {
	display: none;
}

.wp-travel-default-article .wp-travel-entry-content-wrapper .description-right .trip-price del {
	padding-right: 12%;
}

.benefits-frame {
	border-right: 0px solid #cacaca;
}

.blog-article {
	width: 100%;
}

.blog-sidebar {
	width: 100%;
}

.side-cont {
	width: 100%;
}

.side-add {
	width: 100%;
}


.home-search-holder {
    z-index: 2;
	border-radius: 35px;
	background: #fff;
	padding: 7px;
	height: 54px;
	margin: 0 auto;
	display: block;
	height: 61px;
	width: 80%;

}

.slider-container{
    position:relative;
    background: url(/wp-content/uploads/2022/10/adventure-home-search-banner.jpg);
    height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px 70%;
}
.slider-container .home-search-holder {
	top: 250px;
	position: absolute;
    left: 0;
    right: 0
}

.traval-visa {
	background: url(/wp-content/uploads/2022/07/adventure-republiq-visa-requirement-banner.jpg) no-repeat;
	width: 100%;
	background-size: cover;
	background-position: center center;
	min-height: 400px;
}
.traval-visa .visa-search-block {
	margin: 160px 0 0 0;
}
.tab:checked+label:hover {
	box-shadow: 0 -1px 0 #fff inset;
	background-color: #0056b3;
	border-bottom: none;
	color: #fff;
	border-left: none !important;
}


.wp-travel-trip-details {
	background: #fff;
	padding: 18px 3px;
	margin-bottom: 35px;
	margin-left: -46px;
	margin-right: -46px;
}

.postData {
	line-height: 30px;
}

.col-sm-12.col-md-10.allfield {
	line-height: 50px;
}

.col-sm-12.col-md-7.postData h2 {
	padding-top: 12px;
}

input#wp-travel-email,
input#wp-travel-emails {
	padding-left: 8px;
}

.panel.wp-travel-trip-details {
	line-height: 30px;
	font-size: 14px;
}

.pmtfild .form-horizontal {
	padding-bottom: 0px;
	border-bottom: 1px solid #ddd;
}

#wp-travel-booking .wp-travel-radio-group {
	margin-bottom: 0px;
}

span#wp-travel-payment-amount-info {
	font-weight: 600;
	font-size: 17px;
}

span#wp-travel-trip-price_info {
	font-size: 17px;
}

.single-itineraries .datepicker {
	width: 100% !important;
}

.container.abcust {
	max-width: 735px;
}

.sepbrd {
	border-right: 0px solid #ddd !important;
}



.dashboard-tab .resp-tabs-container .resp-tab-content {
	padding: 15px;
}

.pravtar {
	padding: 25px;
}

.prs-dtails .lbl {
	color: #000;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	padding-bottom: 8px;
	white-space: nowrap;
	padding-top: 26px;
}



.payment-content.pmtfild .form-horizontal {
	display: none;
}

input#wp-travel-email,
input#wp-travel-emails {
	padding-left: 6px;
}

.rmdesk {
	display: none !important;
}

.dashboard-tab {
	position: relative;
}

.container.chkdes .inner-page-style {
	background-color: #f2f2f2 !important;
}

.col-sm-12.contc {
	text-align: center;
}

.contact-sidebar #sidebar p {
	display: block;
	font-size: 15px;
	line-height: 24px;
	padding: 0px 18px;
}

.side-cont {
	width: 68%;
	background-color: #fff;
	margin-top: 20px;
	border-radius: 10px;
	margin-left: 10px;
	padding: 7px;
}

.side-add {
	width: 26%;
	margin-top: 20px;
	border-radius: 10px;
	background-color: #fff;
	margin-left: 20px;
	padding-top: 18px;
}

.container.contac-mar {
	margin-bottom: 20px;
}


/*checkout*/


/*sticky menu*/

.custabs li {
	display: inline-block;
	margin: 10px 5px 0px 12px;
}

.custabs li a {
	color: #000;
}

.custabs ul {
	list-style: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
}

.custabs li a:hover {
	color: #0056b3;
}

#stick-navbar {
	display: none;
	background-color: #fff;
	position: fixed;
	width: 100%;
	transition: top 0.3s;
	z-index: 999;
	box-shadow: 0px 2px #cacaca;
}

li.stick-check {
	padding: 0px 36px;
	font-size: 16px;
	font-weight: 700;
	margin: 0px 0px 0px 30px;
}

li.stick-check a {
	color: #1c98f7;
}

li.stick-check a:hover {
	color: #2a8bd6;
}

.listblock {
	border: 1px solid #ddd;
	margin-bottom: 24px;
	padding: 0;
	font-size: 14px;
}

article .the-content .listblock img {
	border-radius: 3px;
	margin-top: 20px;
}

.listblock h5 {
    text-align: left;
    font-size: 17px;
    padding: 8px 0px 10px 6px;
    font-weight: bold;
}

.listblock strong {
	padding-bottom: 2px;
	display: block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 4px;
}

.listblock .opdetails {
	display: inline-block;
	padding: 0;
	margin: 0 0 12px 0;
	width: 100%;
}

.listblock .opdetails li {
	display: inline-block;
	float: none !important;
	margin-right: 0px !important;
}

.listblock .opdetails li i {
	padding-right: 4px;
}

.listblock .opdetails li:last-child {
	float: right !important;
}

.np {}


.sepbrd {
	border-right: 1px solid #ddd;
	padding-left: 24px;
}

.bookDetails .bkid {
	font-weight: bold;
	display: block;
	background: #0056b3;
	color: #fff;
	padding: 0 10px;
	line-height: 32px;
	border-radius: 2px;
}

.bookDetails ul {
	padding: 9px 10px 11px 10px;
	width: 100%;
	margin: 0px;
}

.bookDetails ul li {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #dddd;
	line-height: 31px !important;
	float: none !important;
	margin-right: 0px !important;
}

.bookDetails ul li span {
	float: right;
	display: inline-block;
	font-weight: normal;
}

.booking-button {}

.cmbooking {
	display: block;
	text-align: center;
	background: #0056b3;
	color: #fff;
	max-width: 200px;
	margin: 0 auto;
	line-height: 39px;
	border-radius: 3px;
	font-size: 15px;
}

.csmbt {
	display: block;
	padding: 0 0 0 10px;
	border: 1px solid #ddd;
	max-width: 200px;
	margin: 1px auto 6px auto;
	text-align: center;
	line-height: 32px;
}

.tour-bg p {
	padding-left: 12px;
}

div#item4 {
	margin-bottom: 15px;
}

body.page-template-page-thankyou {
	background: #f2f2f2 !important;
}

.pdtop {
	padding-top: 23px;
	padding-bottom: 20px;
}

.bkhead {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 25px;
	padding-top: 7px
}

.pmtfaild {
	font-weight: bold;
	font-size: 18px;
	padding-top: 45px;
	color: red;
	text-align: center;
}

.pdtop .details {
	list-style: none;
	margin: 0;
	line-height: 32px;
	position: relative;
	padding-left: 20px;
}

.pdtop .details li:before {
	content: '\f00c';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: -3px;
	position: absolute;
	margin-top: 9px;
	color: #0056b3;
}

.printr {
	border: 1px solid;
	display: block;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
	background: #0056b3;
	color: #fff;
	padding: 5px 0;
	font-weight: bold;
	margin-top: 20%;
}

.printr:hover {
	color: #fff;
}

.thk-heading {
	font-weight: bold;
	margin: 22px 0 0 0;
}

.cnborder {
	border-top: 1px solid #ddd;
	padding: 14px 0;
}

.tmframe {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #0056b3
}

.rmframe {
	display: block;
	text-align: center;
}

.cancelBar {
	border: 1px solid #ddd;
	border-radius: 60px;
	margin: 40px 0px 40px 0;
	background: #f00;
	height: 17px
}

.allstages {
	display: inline-block;
	text-align: center;
	position: relative;
}

.page-template-page-inner .cancelBar .allstages:after {
	content: '';
	position: absolute;
	content: '';
	position: absolute;
	border-right: 1px solid #000;
	height: 46px;
	width: 10px;
	right: 0;
	top: -9px;
}

.page-template-page-inner .cancelBar .allstages:last-child:after {
	content: '';
	display: none !important;
	border-right: 0px solid #000 !important;
}

.cancelBar .allstages:after:last-child {
	display: none;
}

.topcntext {
	position: relative;
	top: -29px;
	margin: 0;
	color: #000;
}

.capdays {
	position: relative;
}

.capdays span {
	position: absolute;
	top: 8px;
	color: #000;
	left: 0;
	right: 0;
	font-size: 9px;
	font-weight: bold;
	max-width: 90px;
	margin: 0px auto;
	text-align: center;
	display: block;
	border: 1px solid #000;
	line-height: 18px;
}

.capdays span:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #000;
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	text-align: center;
	display: block;
	margin: 0 auto;
	background: none;
}

.prcancel {
	display: block;
	margin: 0 auto 7px auto;
	text-align: center;
	background: #0056b3;
	max-width: 155px;
	color: #fff !important;
	border-radius: 3px;
	line-height: 32px;
}

.refd-container {
	background: #f3f3f3;
	border: 1px solid #ccc;
	padding: 10px 10px;
	font-size: 15px;
	margin-bottom: 28px;
}

.refd-container strong {
	display: block;
}

.refd-container ul {
	list-style: none;
	margin: 6px 0 0 0;
}

.refd-container ul li {
	padding: 0;
	margin: 0;
	line-height: 28px;
	font-size: 15px
}

.refd-container input[type="text"] {
	clear: both;
	display: block;
	width: 100%;
}

.fnbox {
	font-size: 15px !important;
	line-height: 7px !important;
	font-weight: bold;
	margin-bottom: 20px;
}

.cnhead {
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 8px;
}

.allstages {
	width: 48%
}

.last:after {
	display: none;
}

#freecancel {
	background: #0056b3;
	border-radius: 10px 0 0px 10px;
	color: #fff;
	text-align: center;
	height: 16px;
	top: -1px !important;
}

.nocancel {
	background: red;
	color: #fff;
	border-radius: 60px;
	width: 100% !important;
}

.formwidth .g-recaptcha {
	padding-left: 16px;
	padding-bottom: 12px;
}

.error-captcha {
	color: red;
}

.page-id-30 .wp-travel-notice-success {
	color: #fff !important;
	border-radius: 4px;
	margin: 35px auto;
	padding: 13px 17px;
}

.page-id-30 .wp-travel-notice-success a {
	color: #fff !important;
	text-decoration: underline;
}

.user-password,
.user-password-key {
	width: 100%;
}

.form .user-password .input[type="password"],
.form .user-password-key .input[type="password"] {
	border: 1px solid #ddd !important;
	border-radius: 0 8px 8px 0 !important;
	border: none;
}

.page-id-30 .button[type="submit"] {
	width: 100%;
	height: 41px;
	margin: 0 auto;
	font-size: 15px;
	color: #fff !important;
	padding: 0 !important;
	max-width: 200px;
	margin: 0 auto;
}

.page-id-30 input[type="button"] {
	color: #fff !important;
	padding: 8px 25px !important;
}

.page-id-30 .btbrd input[type="button"],
.page-id-30 .own-hotels-sub input[type="button"] {
	color: #000 !important;
}

.page-id-30 .wp-travel-error {
	display: none;
}

.widget_wp_travel_filter_search_widget .wp-travel-form-field {
	margin-bottom: 60px;
}

.imgbrick img {
	cursor: pointer;
	border: 1px solid #fff;
	width: 100%;
	max-height: 350px;
	min-height: 350px;
	height: auto;
}

.imgbrick img:hover {
	opacity: 0.6;
}

.rdbox {
	border: 1px solid #ddd;
	line-height: 33px;
	border-radius: 4px;
	margin: 0 9px;
	padding: 0 13px;
}

.txbrd {
	border-bottom: 1px solid #ddd;
	padding-bottom: 13px !important;
	margin-bottom: 20px;
}

.feedList {
	display: inline-block;
	list-style: none;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	margin: 0;
}

.feedList li {
	display: inline-block;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	padding: 0 14px;
	margin: 5px 11px 8px 11px;
	border-radius: 4px;
	line-height: 29px;
	cursor: pointer;
}

.feedback span {
	font-size: 13px;
	font-style: italic;
	display: inline-block
}


.feedback {
	background-color: #0056b3;
	color: #fff;
}

.feedback h3 {
	text-align: center;
	font-size: 19px;
}



.mapInfo img {
	max-width: 150px;
	margin: 0 auto;
	border-radius: 3px
}

.decpBlock {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	max-width: 300px;
}

.decpBlock a:hover {
	text-decoration: underline;
}

#showfeedback {
	display: inline-block;
	background: transparent;
	color: #fff;
	text-align: center;
	border: none;
	font-size: 19px;
	font-style: normal;
}

.feedBack {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	display: block;
	text-align: center;
}

.feedBack .feedBackbt {
	margin: 17px auto 0 auto;
	color: #000;
	font-size: 16px;
	background: #fff;
	font-weight: bold;
	padding: 8px 18px;
}

.dropdown-item {
	/*border-bottom: 1px solid #ddd;*/
	padding-bottom: 10px;
}

.stdays {
	display: inline-block;
	font-size: 14px;
	color: #0056b3;
}

.endDays {
	display: inline-block;
	font-size: 14px;
	color: #0056b3;
}

#dayshow,
#priceshow {
	margin-bottom: 4px !important;
}

.dropdown-open-trkind {
	height: 266px;
	overflow-y: auto;
}

.wp-travel-form-field .dropdown-toggle {
	border-bottom: 1px solid #ddd;
	width: 100%;
	text-align: left;
	padding: 0 0 10px 0px !important;
}

.wp-travel-navigation.wp-paging-navigation a.wp-page-numbers {
	border: 1px solid;
}

.extist {
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

.extist li {
	font-size: 15px;
	padding: 5px 0
}

.extist li .fa {
	color: #0056b3;
	padding: 0px 4px 0px 0;
}

.reslist {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	line-height: 25px;
}

.reslist li {
	font-size: 14px;
	text-transform: capitalize;
}

.reslist li label {
	min-width: 100px;
	color: #909090
}

.dest p {
	margin-bottom: 5px;
}

.deptblock {
	margin-top: 28px;
	font-size: 13px;
}

.deptblock ul {
	list-style: none;
	font-size: 13px
}

.deptblock ul li {
	margin: 0;
	display: block;
}

.deptblock span {
	display: block;
	font-weight: bold;
}

.deptblock ul li .fa {
	color: #0056b3;
	padding: 0px 4px 0px 0;
}

.reslist li span {
	line-height: 9px;
	font-size: 12px;
	font-style: italic;
}

.wp-travel-article-image-wrap .wp-post-image {
	width: 413px;
	height: 220px;
}

.textimg img {
	height: 100%;
	width: 100%;
	max-height: 500px;
}



.imgblock span {
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 20px;
	color: #fff;
	bottom: 8px;
	z-index: 9999;
	/*background-color: rgba(0,0, 0,0.6);*/
	padding: 5px 0;
	left: 0;
	right: 0
}

.imgblock {
	float: left;
	position: relative;
}

.imgblock img {
	width: 250px;
}

#makeMeScrollable {
	clear: both;
}

.pagination {
        text-align: center;
	    margin-bottom: 20px;
	    width: 100%;
	    max-width: 100%;
	    display: inline-block  !important;
}

.ajaxpgn .pagination {
	margin: 0px 0 20px 17px !important;
}
.pagination li {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.pagination li:last-child {
    border-right: 1px solid #ddd;
}
.pagination li.active {
  background: #0056b3;
  color: #fff;
}

.pagination .page-numbers {
	border: 1px solid #ddd;
	padding: 3px 11px;
}

.pagination .page-numbers.current {
	border: 1px solid #000;
	font-weight: bold;
}

.infiniteslide_wrap {
	clear: both;
	max-height: 200px;
}

.infiniteslide_wrap ul {
	list-style: none;
}

.infiniteslide_wrap ul li {
	position: relative;
	list-style: none;
}

.infiniteslide_wrap ul li img {
	height: 200px;
	width: auto;
}

.infiniteslide_wrap ul li a {
	color: #fff;
}

.infiniteslide_wrap ul li span {
	position: absolute;
	z-index: 999;
	width: 100%;
	text-align: center;
	bottom: 12px;
	left: 0;
	right: 0;
	font-weight: bold;
}

.acthead {
	margin-bottom: 27px;
}

.stblock {
	position: relative;
}

.stblock img {
	display: block;
	margin: 0 auto;
	box-shadow: 1px 0px 11px 0px rgba(0,0,0,0.75);
}

.stblock span {
	position: absolute;
	left: 0;
	right: 0;
	width: 93%;
	text-align: center;
	bottom: 11px;
	color: #fff;
	margin: 0 auto;
	padding: 8px 0px;
	font-weight: bold;
	font-size: 19px;
}

.wp-travel-article-image-wrap iframe {
	/*max-width: 345px;*/
	max-width: 280px;
	height: 230px;
}

.listnone {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	animation: 4534.07s linear 0s infinite normal none running infiniteslide157778549908213ab;
}

.listone li {
	flex: 0 0 auto !important;
	display: block !important;
}

.single-post .post-categories {
	display: none;
}

.fttour {
	max-width: 100% !important;
}

.fttour img {
	max-width: 313px !important;
	max-height: 172px;
	width: 100%;
	box-shadow: 1px 1px 17px 6px #ddd;
	-webkit-box-shadow: 1px 1px 17px 6px #ddd;
	-moz-box-shadow: 1px 1px 17px 6px #ddd;
	margin-bottom: 10px;
}

.fttour iframe {
	width: 300px;
	height: 172px;
	box-shadow: 1px 1px 17px 6px #ddd;
	-webkit-box-shadow: 1px 1px 17px 6px #ddd;
	-moz-box-shadow: 1px 1px 17px 6px #ddd;
	margin-bottom: 10px;
}

.ftblock {
	color: #0056b3;
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	padding-top: 10px
}

.ftblock p {
	margin-bottom: 0px;
}

.ftblock span {
	font-size: 16px;
	color: #2a3439;
	display: block;
	font-weight: bold;
	padding-bottom: 20px;
}

.footcontact {
	margin-top: 16px !important
}

.footcontact li {
	font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px !important;
	padding-left: 0px !important;
}

.footcontact .fa {
	color: #0056b3;
	font-size: 22px;
	
}

.footcontact li:before {
	display: none;
}

/*.footcontact li:last-child .fa {*/
/*	padding-left: 5px;*/
/*	padding-right: 10px;*/
/*}*/

#wp-travel-enquiry-submit {
	color: #fff !important;
}

.page-id-30 .prs-dtails .button[type="submit"],
.page-id-30 .button[type="submit"] {
	line-height: 40px !important;
	padding: 0 20px !important;
	height: auto !important;
	margin: 30px auto;
	display: block;
}

#homeshowmap {
	width: 100%;
	height: 500px;
}

#consolPopup {
	display: none;
	width: 700px !important;
	margin: 0;
	padding: 0;
}

.page-id-29 .fancybox-inner {
	height: auto !important;
	overflow: hidden !important;
}

.page-id-30 .fancybox-close {
	display: none !important;
}

#consolPopup h3 {
	text-align: center;
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	background: #0056b3 !important;
	border-radius: 4px 4px 0px 0px;
	font-weight: bold;
	font-size: 22px;
}

#consolPopup p {
	padding: 0 0 12px 0;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

#consolPopup img {
	display: block;
	margin: 0 auto;
	height: 200px;
	width: 300px;
	border-radius: 3px;
	webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.75);
}

#consolPopup .btlinks {
	display: block;
	text-align: center;
	color: #fff;
	background: #0056b3;
	max-width: 300px;
	margin: 16px auto 22px auto;
	font-size: 20px;
	padding: 6px 0;
	border-radius: 2px;
}

.bttxt {
	text-align: center;
	display: block;
	padding-bottom: 10px;
}

.bttxt span {
	display: block;
	font-size: 19px;
	padding-bottom: 8px;
	text-transform: capitalize;
	font-weight: bold;
}

.bttxt .fa {
	font-size: 16px;
}

.mapsinfo {
	padding: 0;
}

.mapsinfo h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 11px;
}

.mapsinfo ul {
	padding: 0;
	margin: 0 0 0 2px;
	list-style: none;
	max-width: 176px;
}

.mapsinfo ul li {
	font-size: 13px;
	line-height: 22px;
}

.mapsinfo ul li strong {
	display: inline-block;
}


.mpimg {
	width: 200px;
	display: block;
	margin: 0 auto 0 auto;
	border-radius: 3px;
}

#showTours .row,
#homeshowallval .row {
	border-bottom: 1px solid #eeee;
	padding: 16px 0px 16px 0;
	margin: 9px 0 18px 0;
}

.mainDivs .row:last-child {
	display: none;
}

#showTours,
#homeshowallval {
	position: absolute;
	background: #fff;
	width: 100%;
	left: 13px;
	max-width: 400px;
	margin: 0 auto;
	top: 17px;
	box-shadow: 5px -4px 26px 8px #ddd !important;
	-webkit-box-shadow: 5px -4px 26px 8px #ddd;
	-moz-box-shadow: 5px -4px 26px 8px #ddd;
	overflow-x: scroll;
	height: 450px
}

#showTours,
#homeshowallval {
	position: absolute;
	background: #fff;
	width: 100%;
	left: 13px;
	max-width: 400px;
	margin: 0 auto;
	top: 17px;
	box-shadow: 5px -4px 26px 8px #ddd !important;
	-webkit-box-shadow: 5px -4px 26px 8px #ddd;
	-moz-box-shadow: 5px -4px 26px 8px #ddd;
	overflow-x: scroll;
	height: 450px
}

.home #homeshowallval {
	top: 64px !important;
	height: 497px;
}

.mainDiv .col-sm-6:hover #markerLayer img {
	animation: bounce linear infinite 1s;
	border: 1px solid #000;
}

@keyframes bounce {
	0% {
		padding-top: 10;
		padding-bottom: 0;
	}
	50% {
		padding-top: 0;
		padding-bottom: 10px;
	}
	100% {
		padding-top: 10px;
		padding-bottom: 0;
	}
}

.mainDiv {
	position: relative;
}

.closeDiv {
	position: absolute;
	right: 2px;
	top: -11px;
	cursor: pointer;
	font-size: 17px;
}

.SelectedMarkers img.bouncehover {
	animation: pulse .5s infinite alternate;
	-webkit-animation: pulse .5s infinite alternate;
	transform-origin: center;
	-webkit-transform-origin: center;
}

body .cslogo img {
	width: 50px !important;
	height: auto;
	border-radius: 0px !important;
}

body .acslogo img {
	width: 80px !important;
	height: auto;
	border-radius: 0px !important;
}

.page-id-49 .sl-login #wpmem_login {
	display: block !important;
}

.grpdist {
	display: block;
	text-align: right;
	clear: both;
	font-weight: normal;
	color: #0056b3 !important;
	cursor: pointer;
}

.grptable {
	text-align: left;
	margin-left: 15px
}

.grptable th {
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
}

.grptable th:last-child {
	text-align: right;
	padding-right: 10px;
}

.grptable td {
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	line-height: 20px;
	vertical-align: middle
}

.grptable td span {
	color: #0056b3;
	font-weight: bold;
	font-size: 15px;
	display: block;
	padding-bottom: 6px;
}

.grptable td del {
	color: #da5869;
	display: block;
	font-size: 15px;
	padding-top: 6px;
	line-height: 19px;
}

.grptable td:last-child {
	padding-right: 10px;
}

.filterTab {
	display: inline-block;
	margin: 0px;
	width: 50%;
	padding:0;
}

.filterTab li {
   display: inline-block;
    background: #eee;
    text-align: center;
    max-width: 100%;
    width: 200px;
    padding: 13px 0;
}

.filterTab li a {
	color: #000;
	text-align: center;
	font-weight: 500;
	font-size: 17px;
}

.filterTab li.active {
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
}

.filterTab li.active a {
	color: #0056b3;
	font-weight: 500;
	font-size: 17px;
}

.filterTab li input[type="submit"] {
	padding: 0 !important;
	background: none !important;
	color: #000 !important;
	font-weight: 500 !important;
	font-size: 17px !important;
	border: 0 !important;
	margin: 0 auto;
    display: block;
}

.filterTab li.active input[type="submit"],
.filterTab li.active input[type="submit"]:focus {
	background: #f2f2f2;
	border: solid #e5e5e5;
	border-width: 1px 1px 0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.0) !important;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.0) !important;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) !important;
	color: #0056b3 !important;
}

.filterTab input[type="submit"]:hover,
.filterTab input[type="submit"]:focus {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.0) !important;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.0) !important;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) !important;
}

.addhead {
	border: 2px solid #ddd;
	background: #fff;
	margin: 25px auto;
}

.addhead img {
	margin: 36px 0 0 0;
}

.addhead .dash-head-text-three {
	font-size: 15px;
}

.addhead .dash-head-text-three span {
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 21px 0px 0 0;
}

.addhead .dash-log-out {
	float: right;
	margin-top: 20px;
}

.bd-tp .filter-btn {
	display: none;
}

.more-filter {
	display: none;
}

.see-result-1 {
	display: none;
}

.wp-travel-form-field .dropdown-toggle::after {
	content: unset !important;
}

.the-content .last_update {
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #0000008c;
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 14px;
}

.inner-page-custom-style {
	margin-top: 50px;
}

.inner-page-custom-style .widget-title {
	font-size: 32px;
	letter-spacing: -.6px;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 24px;
}

.inner-page-custom-style p {
	font-size: 14px !important;
}

.inner-page-custom-style .f-a-questions-heading .widget-title {
	margin: 0;
}

.inner-page-custom-style .f-a-questions .panel-grid-cell {
	border: 1px solid #ddd;
	padding: 24px;
	border-radius: 5px;
}

.img_with_text_row {
	background-color: #ebeef2;
	padding: 32px 0;
}

.img_with_text_row .custom_img_style img {
	height: 380px !important;
	object-fit: cover;
}

.img_with_text_row .textwidget p {
	margin: 0;
}

.img_with_text_row ul {
	margin: 0 0 15px 13px;
}

.daysMulti {
	color: #888888;
	border: 1px solid #dddddd;
	width: 100%;
	height: 43px;
	margin: 4px 0 24px 0
}

.custom-collapse-style .in {
	height: auto !important;
}

.custom_check_icon_style {
	color: #0056b3;
	border: 1px solid;
	border-radius: 50px;
	padding: 2px;
	margin-right: 10px;
}

.catt_carousel_custom_style .owl-item img {
	height: 200px;
}

.catt_carousel_custom_style .owl-item span {
	position: absolute;
	z-index: 999;
	width: 100%;
	text-align: center;
	bottom: 12px;
	left: 0;
	right: 0;
	font-weight: bold;
	color: #fff;
}

.home .owl-carousel .owl-nav {
	display: none !important;
}

.page-template-page-inner .media-frame-title,
#menu-item-browse,
.page-template-page-inner .screen-reader-text,
.logged-in.modal-open #tidio-chat {
	display: none !important;
}

.div_select {
	width: 25% !important;
	display: inline-block;
	margin-left: 3% !important
}

.div_select select {
	border: 1px solid #dddddd !important;
	border-radius: 3px !important;
	color: #4a4a4a !important;
	padding: 8px 10px 8px !important;
	background: none !important;
	height: 37px !important;
	width: 100% !important;
	font-size: 14px !important;
}

body #wpmem_reg .div_text.phone {
	display: inline-block !important;
	width: 72% !important;
}

.singlehead {
	font-size: 20px !important;
	font-weight: bold !important;
	color: #0056b3 !important;
	line-height: 33px;
	margin: 0px 0 10px 0
}

.subhead {
	font-size: 23px;
	margin: 23px 0 0 0;
	font-weight: bold;
	padding-bottom: 14px;
}

.page-template-page-itinerary .inner-block {
	padding: 0 0 0px 20px !important;
	background: transparent !important;
}

.page-template-page-itinerary .inner-block h3 {
	font-weight: bold;
	font-size: 19px;
}

.tour-activity {
	list-style: none;
	margin-left: 0px;
	font-size: 15px;
	padding: 0 0 0 6px;
}

.tour-activity li {
	padding-bottom: 18px;
	font-weight: bold;
}

.tour-activity li strong {
	display: inline-block;
	max-width: 30px;
	width: 100%;
}

.tour-activity li .fa {
	color: #000;
	font-weight: bold;
	padding-right: 13px
}

.tour-activity li span {
	display: block;
	color: #6d7688;
	margin-left: 33px;
	margin-top: 2px;
	font-weight: normal;
}

.tour-activity li span p {
	margin: 0 !important;
}



.bordergap {
	border-bottom: 1px solid #ccc !important;
	border-radius: 0px !important;
}

.topbox {
	top:0px !important;
}

.availabity {
	border: 1px solid #ccc;
	padding: 15px;
}

.daysblock {
	font-size: 14px;
	font-weight: bold;
}

.daysblock span {
	display: block;
	font-size: 18px;
	line-height: 19px;
}

.daysblock .fa-bolt {
	padding-right: 9px;
	color: #ffab53;
}

.checklist {
	background: none;
	position: relative;
	margin-bottom: 20px;
	line-height: 20px;
	margin-top: 20px;
}

.checklist ul {
	padding: 0;
	margin: 0;
}

.checklist li {
	list-style: none;
	padding: inherit;
	padding-left: 20px;
	font-weight: normal !important;
	font-size: 12px;
}

.checklist ul li:before {
	content: '\f00c';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	left: -3px;
	position: absolute;
	margin-top: 3px;
	color: #0056b3;
}

.checkavail {
	display: block;
	text-align: center;
	color: #0056b3;
	line-height: 42px;
	border-radius: 7px;
	border: 1px solid;
	max-width: 275px;
	margin: 16px auto 0 auto;
	font-weight: bold;
	width: 100%;
	font-size: 16px;
}

.checkavail:hover {
	background: #000;
	color: #fff;
}

.touravail {
	list-style: none;
	margin: 0 0 10px 0px;
	padding:0px;
}

.touravail li {
	border: 1px solid #ddd;
	width: 11%;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 700;
	border-radius: 6px;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	margin-right: 1%;
}

.touravail li:hover {
	border: 1px solid #0056b3;
	color: #0056b3;
}

.touravail li span {
	display: block;
}

.booking-dates {
	border: 1px solid #ddd;
}

.datesblock {
	list-style: none;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0 0 20px auto;
	border-radius: 6px;
}

.datesblock:hover {
	border: 1px solid #0056b3;
}

.datesblock li {
	display: inline-block;
	color: gray;
	font-weight: normal;
	text-align: center;
	vertical-align: middle
}

.datesblock li span {
	font-weight: 500;
	font-size: 15px;
	display: block;
	color: #000;
}

.datesblock li a {
	border: 1px solid #0056b3;
	display: inline-block;
	max-width: 113px;
	width: 100%;
	line-height: 36px;
	border-radius: 3px;
}

.datesblock li strong {
	font-weight: bolder;
	color: #000;
	font-size: 19px;
}

.subact {
	list-style: none;
	margin-top: 10px;
}

.subact li {
	display: inline-block;
	font-weight: normal;
	color: #6d7688;
	width: 24%;
	padding: 0 0 0 10px;
	white-space: nowrap;
	font-size: 14px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	text-align: center;
}

#overview-itinerary iframe {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 500px
}

.scrollblock {
	height: 400px;
	width: 100%;
	overflow-y: scroll
}

.loclist {
	margin: 11px 0 6px 0px;
	padding: 0;
	max-height: 270px;
	overflow-y: scroll;
}

.loclist li:first-child::after,
.loclist li:last-child::after {
	display: none !important;
}

.loclist li::after {
	content: '\f041';
	font-family: 'FontAwesome';
	position: absolute;
	list-style: none;
	line-height: 35px;
	left: 12px !important;
	font-size: 17px;
	color: #257eca;
}

.loclist li:first-child::before {
	content: '\f024';
	font-family: 'FontAwesome';
	position: absolute;
	list-style: none;
	line-height: 35px;
	left: 9px !important;
	font-size: 20px;
	color: #008000;
	left: 9px;
}

.loclist li {
	list-style: none;
	position: relative;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-bottom: 6px;
	margin: 0;
	padding-left: 37px;
	font-weight: normal;
	font-size: 14px;
}

.loclist li:last-child {
	border-bottom: 1px solid #ddd;
}

.loclist li:last-child::before {
	content: '\f024';
	font-family: 'FontAwesome';
	position: absolute;
	line-height: 35px;
	left: 9px;
	font-size: 17px;
	color: red;
}

.itrlist {
	padding: 0;
	margin: 11px 0 0 16px;
	clear: both;
}

.itrlist li {
	list-style: none;
	font-size: 12px;
}

.itrlist label {
	font-weight: bold;
	display: inline-block;
	width: 106px;
	vertical-align: top;
}

.itrlist span {
	display: inline-block;
	max-width: 295px;
	vertical-align: text-top;
	/*width:100%;*/
}

.viewlist {
	padding: 0;
	margin: 51px 0 30px 0px;
	clear: both;
}

.viewlist li {
	list-style: none;
	font-size: 14px;
	display: inline-block;
	width: 48%;
	color: #0056b3;
}

.viewlist li span {
	font-weight: bold;
	display: block;
	color: #4a4a4a;
}

.archiveView {
	text-align: center;
	margin: 0px !important;
	border: 1px solid #0056b3;
	color: #0056b3;
	line-height: 34px;
	border-radius: 4px;
	display: block;
	font-weight: bold;
	max-width: 150px;
	bottom: 10px;
	padding: 0 30px;
	position: absolute;
}

.wp-page-numbers {
	display: none !important;
}

.theme-default .nivoSlider img {
	height: 100% !important;
}

a.checkavail:focus {
	color: #fff;
}

.sideTittle {
	font-size: 18px;
	line-height: 23px;
	color: #0056b3;
	font-weight: bold;
	padding: 0 10px 14px 10px;
	width: 100%;
}

.oprHead {
	color: #0056b3 !important;
	text-transform: capitalize;
	max-width: 200px;
	width: 100%;
}

.disprice {
	font-size: 12px;
	display: block;
}

.aligntable {
	font-size: 12px;
}

.aligntable th,
.aligntable td {
	font-size: 13px;
	padding: 3px 14px;
	white-space: nowrap;
	text-align: center
}

.showprice {
	margin-top: 10px;
	height: 160px;
	width: 100%;
	overflow-y: scroll;
}

.tourmap {
	width: 100%;
	height: 350px;
	margin-top: 9px;
}

.leaflet-routing-container {
	display: none;
}

.footerbg {
	border-top: 0px solid #ddd !important;
	max-width:100%;
}

.leaflet-marker-icon {
	width: 15px !important;
	height: 24px !important;
	left: 6px !important;
	position: absolute !important;
	top: 18px !important;
}

.leaflet-marker-pane img:last-child {
	margin-left: -8px !important;
	margin-top: -41px !important;
}

.leaflet-marker-pane img:first-child {
	margin-left: -6px !important;
}

body #map .leaflet-container .leaflet-marker-pane img {
	max-width: auto !important;
}

.inform {
	padding: 0 15px;
	margin-top: 21px;
}

.inform input[type="text"],
.inform input[type="email"],
.inform input[type="date"],
.inform input[type="number"] {
	width: 100%;
	padding-left: 12px;
	color: #2a3439;
	border: 1px solid #cacaca;
	border-radius: 2px;
	margin: 0px 0 12px 0;
	height: 40px;
}

.inform textarea {
	height: 100px;
	resize: none;
	margin-bottom: 13px
}

.inform input[type="submit"] {
	width: 100%;
	max-width: 150px;
	margin: 11px auto 0 auto;
	text-align: center;
	display: block;
	padding: 6px 17px;
}

#slideDiv .closebtn {
	right: 14px;
	position: absolute;
	font-size: 28px;
	top: 0px;
}

.showTitle span {
	display: block;
	padding-left: 41px;
	color: #2a3439;
	font-weight: normal;
	margin: 0;
	font-size: 16px;
	padding-bottom: 0px;
}

.pcc {
	width: 60%;
	padding-left: 12px;
	color: #2a3439;
	border: 1px solid #cacaca;
	border-radius: 2px;
	margin: 0px 0 12px 0;
	height: 40px;
	display: inline-block;
}

.custphoneno {
	display: inline-block;
	width: 38% !important;
	margin-left: 3px !important;
}

.mid-enq-container ul {
	margin-bottom: 5px !important;
}

#stickysidebar {
	z-index: 9999;
	background: #fff;
	max-width: 380px;
}

.privatOpt {
	color: #0056b3 !important;
	font-size: 13px !important;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.booknowbtn {
	padding: 0 !important;
	max-width: 150px;
	width: 100%;
	display: block;
	line-height: 32px !important;
}

.cartleftbar h1 {
	font-weight: bold !important;
	font-size: 30px !important;
	line-height: 38px !important;
	margin: 13px 0px 20px 0 !important;
}

.cartleftbar h2 {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding-left: 30px;
	font-weight: bold;
}

.cartleftbar .ctblock {
	position: relative;
}

.count {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	left: 0px;
	line-height: 15px;
	position: absolute;
	text-align: center;
	top: -3px;
	width: 35px;
	height: 35px;
	background: #0056b3;
	padding: 10px 5px 0;
	border-radius: 50%;
}

body {
	/* Set "my-sec-counter" to 0 */
	counter-reset: span;
}

.count:before {
	counter-increment: span;
	content: counter(span);
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 10px;
	color: #fff;
}

.cartleftbar .box-block {
	border: 1px solid #ddd;
	padding: 0 0px;
	margin: 27px auto 27px auto;
	border-radius: 3px;
	position: relative;
}

.cartleftbar .box-block li {
	display: flex;
	width: 100%;
	font-size: 15px;
	color: #000;
	font-weight: 500;
	padding: 9px 0 6px 0;
	border-bottom: 1px solid #ddd;
}

.cartleftbar .box-block li:last-child {
	border-bottom: 0px solid #ddd;
}

.cartleftbar .plusbox,
.cartleftbar .minusbox,
.cartleftbar .othercat,
.cartleftbar .trasportplus,
.cartleftbar .trasportminus,
.cartleftbar .addrooms,
.cartleftbar .minusroom,
.cartleftbar .increaseAddon,
.cartleftbar .decreaseAddon,
.cartleftbar .serviceaddons {
	width: 30px;
	padding: 0;
}

.cartleftbar .qtybox {
	width: 46px;
	text-align: center;
	height: 30px
}

.cartsidebar {
	background: #fff;
	z-index: 9999;
}

.cartsidebar h3 {
	font-size: 20px !important;
	font-weight: bold !important;
	padding: 12px 0 0 0;
	color: #0056b3;
}

.cartsidebar ul {
	padding: 0px;
	margin: 10px 0 10px 0;
	list-style: none;
}

.cartsidebar ul li {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 10px;
}

.cartsidebar ul li p {
	color: #818d99;
	display: block;
	font-weight: 400;
	margin: 0px;
}

.dis-row .price-d>a {
	cursor: pointer;
	font-style: normal;
	display: block;
	font-size: 13px;
	font-weight: 400;
	border-radius: 40px;
	line-height: 18px;
	background: #0056b3;
	color: #fff;
	padding: 7px 15px;
	white-space: nowrap;
	margin: 4px 0 0 -40px;
	position: relative;
}

.gd-checkout .info-gd {
	width: 240px;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 8px 0 0;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	z-index: 999;
	opacity: 0;
	margin-top: -10px;
	pointer-events: none;
	font-size: 14px;
	line-height: 27px;
}

.gd-checkout:hover .info-gd {
	margin-top: 0;
	opacity: 1;
}

.gd-checkout .info-gdf {
	padding: 10px 15px;
	background: #fff;
	color: #000;
	border-radius: 5px;
	position: relative;
	border: 1px solid #e5e5e5;
}

.gd-checkout .info-gdf:before {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 7px 8px;
	border-color: transparent transparent #d4d4d4 transparent;
}

.gd-checkout .gd-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gd-checkout .gd-ul li:first-child {
	font-weight: 500;
	margin-bottom: 7px;
}

.gd-ul li span {
	width: 50%;
	text-align: left
}

.gd-checkout .gd-ul li {
	display: flex;
	font-weight: normal;
	width: 100%;
	line-height: 100%;
	font-size: 11px;
	padding: 0 4px 11px 6px;
	margin-bottom: 5px;
}

.price-b {
	font-size: 17px;
	white-space: nowrap;
	display: block;
	padding: 3px 0 0 12px;
	position: relative;
	line-height: 100%;
}

.price-b>span {
	display: block;
	font-size: 13px;
	line-height: 17px;
	color: #767676;
	font-weight: 400;
	padding-top: 2px
}

.formpad {
	padding-right: 20px;
}

.leftgrstyle {
	left: -79px;
}

.timecontrol {
	max-width: 150px;
	margin-left: 31px;
	height: 35px !important;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

.stlable {
	position: relative;
	margin-top: 5px
}

.reqbox {
	vertical-align: middle;
}

.small {
	display: block;
	color: red;
	font-size: 10px !important;
	margin-top: -5px;
	width: 100%;
	max-width: 147px;
	line-height: 14px;
	padding: 9px 0 9px 0;
}

.avlseats span {
	font-size: 13px;
	color: #767676;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 100%;
}

.lead-traveller {
	display: block;
	font-size: 17px !important;
	position: absolute;
	top: -15px;
	background: #fff;
	font-weight: bold;
	padding: 0 10px;
}

.formdetails {
	border: 1px solid #ddd;
	padding: 27px 15px 28px 15px;
	margin: 24px 0 20px 0;
	position: relative;
	border-radius: 3px;
}

.ctblock label {
	font-weight: 500;
	color: #000;
	display: block;
	margin: 0 0 8px;
	font-size: 15px;
}

.formdetails select {
	height: 33px !important;
}

.ctblock input[type="email"] {
	padding: 3px;
	color: #888888;
	border: 1px solid #dddddd;
	border-radius: 5px;
	width: 100%;
}

.ctblock textarea {
	width: 100% !important;
	resize: none;
	height: 100px;
	font-size: 14px;
}

.trsubhead {
	color: #696969;
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding: 6px 0 15px 0;
	font-weight: 300;
}

.mdbkpd {
	margin-bottom: 20px;
}

.formdetails sup {
	color: red;
}

.servicediv {
	position: relative;
	flex-direction: column;
}

.serviceinfo {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #767676;
	text-align: justify;
}

.transtable {
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 30px
}

.transtable span {
	display: block;
	color: #767676;
	font-size: 12px;
	line-height: 21px;
}

.transtable th {
	background: #0056b3 !important;
	color: #fff !important;
	border-top: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
}

.transtable td {
	border-top: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	vertical-align: middle;
	position: relative;
}

.transheading {
	margin-bottom: 25px !important;
}

.frth {
	padding-left: 15px !important;
}

.alignth {
	text-align: center;
}

.glltext {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 12px;
	color: #0056b3;
	font-weight: bold;
	text-decoration: underline;
}

.opt-border {
	border: 1px solid #dee2e6;
	padding: 10px;
	margin-top: 25px;
}

.op-profile-block {
	position: relative;
	margin-top: 20px;
}

.op-profile-block h1 {
	margin: 0;
	padding: 0 0 20px 0;
	position: relative;
	line-height: 32px;
	font-size: 29px;
	max-width: 600px;
	width: 100%;
	font-weight: bold;
}

.viewtrblock {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

.viewtrblock li {
	display: inline-block;
}

.viewtrblock li a {
	color: #fff;
	background: #0056b3;
	padding: 7px 15px;
	border-radius: 3px;
	font-size: 14px;
	z-index: 9;
	position: relative;
}

.head-block-op {
	position: relative;
}

.top-head-align {
	top: -29px;
}

.opt-meta-listing {
	padding: 0;
	margin: 21px 0 0 0;
	font-size: 13px;
	width: 50%
}

.opt-meta-listing li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	line-height: 36px;
	font-weight: bold;
}

.opt-meta-listing li span {
	float: right;
	font-weight: normal;
}

.op-logo-image {
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 23px;
}

.opt-border nav {
	padding-bottom: 20px;
	margin: 10px 0 0 0;
}

.opt-border .nav-item {
	text-align: center;
	display: inline-block;
	width: 16%;
	color: #4a4a4a;
	font-weight: bold;
	border-bottom: 1px solid #dee9f5;
	padding-bottom: 20px;
}

.opt-border .nav-item:hover {
	color: #0056b3;
	border-bottom: 2px solid #0056b3;
	padding-bottom: 20px;
	background-color: transparent;
	border-top: 0px solid;
	border-right: 0px solid;
	border-left: 0px solid
}

.opt-border .active.nav-item {
	color: #0056b3;
	border-bottom: 2px solid #0056b3;
	background-color: transparent;
	border-top: 0px solid;
	border-right: 0px solid;
	border-left: 0px solid;
}

.opt-border .tab-content {
	margin-top: 13px !important;
	padding: 0 0 0 20px !important;
}

.opt-border .tab-content h2 {
	font-weight: bold;
	margin-bottom: 22px;
	font-size: 25px;
}

.opt-border .tab-content .rowww {
	margin: 0;
	display: block;
}

.block-tour {
	position: relative;
	margin-bottom: 26px;
}

.block-tour img {
	height: 180px;
	display: block;
	margin: 0 auto 7px auto;
	border-radius: 3px;
}

.block-tour h3,
.editguidedata h3,
.model-view-transport h3 {
	font-size: 17px;
	text-transform: capitalize;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.block-tour ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.block-tour ul li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}

.block-tour ul li span {
	font-weight: bold;
}

.tab-content ul {
	padding: 0;
	margin: 0;
}

#EditGuideProfileImg {
	border-radius: 4px;
}

.profile-name {
	text-align: center;
	margin-bottom: 13px;
	font-weight: bold;
	font-size: 16px;
}

#viewprofle .modal-dialog,
#viewtransport .modal-dialog,
#addreview .modal-dialog {
	max-width: 950px !important;
	z-index: 9999;
}

#viewprofle .profileimg {
	text-align: left;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
	background-position: 50%;
}

#viewprofle h4,
#viewtransport h4 {
	font-weight: bold;
}

#viewprofle h4 span {
	font-weight: bold;
	color: grey;
}

#viewprofle .modal-body,
#viewtransport .modal-body {
	padding: 17px 17px !important;
}

#viewprofle h6,
#viewtransport h6 {
	font-size: 13px;
	display: inline-block;
	font-weight: bold;
}

#loaderpro {
	display: block;
	position: fixed;
	z-index: 100;
	background-color: #666;
	background-image: url('/wp-content/uploads/2019/09/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.4;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
}

#filterLoader {
	display: block;
	position: fixed;
	z-index: 100;
	background-image: url('/wp-content/uploads/2019/09/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.4;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
}

.trans-border {
	border: 1px solid #ddd;
}

.trans-border img {
	height: 100px;
	margin: 22px auto 13px auto;
	display: block;
	text-align: center;
}

.gallery-img {
	display: block;
	text-align: center;
	margin: 14px auto 10px auto;
	border: 1px solid #ddd;
}

.card {
	border: 0px solid !important;
}



/* BJQ Slider */

.bjqs-next,
.bjqs-prev {
	background: #fff;
	position: relative;
	font-size: 0px;
}

.bjqs-next a:after {
	content: '\f105';
	position: absolute;
	font-family: FontAwesome;
	font-size: 29px;
	color: #4a4a4a;
	right: 5px;
	background: #fff;
	padding: 10px;
	bottom: 200px;
}

.bjqs-prev a:after {
	content: '\f104';
	position: absolute;
	font-family: FontAwesome;
	font-size: 29px;
	color: #4a4a4a;
	left: 5px;
	background: #fff;
	padding: 10px;
	bottom: 200px;
}

.bjqs li img {
	border-radius: 6px;
	width: 100%
}

.bjqs {
	margin-bottom: 10px;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
	font-size: 0px !important;
}

ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}

li.bjqs-slide {
	position: absolute;
	display: none;
}

ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
	position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
}

ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ol.bjqs-markers.h-centered {
	text-align: center;
}

ol.bjqs-markers li {
	display: inline;
}

ol.bjqs-markers li a {
	display: inline-block;
}

p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}

.selectedstar {
	color: gold;
}

.acc_star_bar button {
	padding: 0 3px;
	background: transparent !important;
}

.acc_star_bar button .fa-star {
	font-size: 18px !important;
	padding-right: 20px
}

.modal-header {
	background: #0056b3;
	color: #fff;
	border: 1px solid #0056b3;
	font-size: 16px;
	font-weight: bold;
}

#reviewData,
#sltype {
	max-width: 810px;
	width: 100%;
	margin: 0px auto 0 auto;
}

#reviewData .row,
#sltype .row {
	margin-bottom: 13px;
}

#reviewData textarea {
	margin-bottom: 20px;
}

#reviewData input[type="text"] {
	padding-left: 10px;
	line-height: 28px !important;
}

#reviewData select,
#sltype select {
	height: 40px;
}

#reviewData textarea {
	resize: none;
}

#reviewData input[type="submit"] {
	max-width: 100px;
	margin: 20px auto 0 auto;
	display: block;
	text-align: center;
	padding: 0;
	padding: 3px 16px;
}

.datepickers-container {
	z-index: 9999;
}

.toprow {
	border-bottom: 1px solid #ddd;
	margin: 0px auto 31px auto !important;
	padding-bottom: 15px;
}

.close {
	text-shadow: 0 0 0 transparent;
	opacity: 1;
}

.close .fa-times {
	color: #fff;
	font-size: 19px;
}

.show-rt-error-ac,
.show-rt-error-tr,
.show-rt-error-ml,
.show-rt-error-gd,
.show-rt-error-vl,
.show-rt-error-cm,
.show-rt-error-op,
.show-rt-error-itr {
	font-weight: bold;
	color: red;
	font-size: 11px;
	padding-left: 35px;
}

.captchatext,
.captchgreen {
	color: red;
	font-weight: bold;
	font-size: 18px;
}

.captchgreen {
	color: green;
}

.sel-tr-form {
	margin-bottom: 50px !important;
}

.rev-block {
	margin-bottom: 37px;
	border-bottom: 1px solid #dddd;
}

.top-rv-block {
	display: flex;
}

.rvname {
	text-align: center;
	background: #000;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-top: 13px;
}

.rvname span.fname {
	color: grey;
	text-align: center;
	font-size: 12px;
	display: block;
	padding-top: 17px;
    line-height: 15px;
}

.rev-block h5 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 8px;
	display: block;
	margin-right: 10px;
}

.review-data {
	position: relative;
}

.review-data .publish {
	color: grey;
	text-align: center;
	font-size: 12px;
	display: block;
	position: absolute;
	right: 23px
}

.op-reply {
	padding-left: 20px
}

star-ratings-css {
	unicode-bidi: bidi-override;
	color: #c5c5c5;
	font-size: 25px;
	height: 25px;
	width: 100px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	text-shadow: 0px 1px 0 #a2a2a2;
}

.star-ratings-css-top {
	color: #e7711b;
	padding: 0;
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
}

.star-ratings-css-bottom {
	padding: 0;
	display: block;
	z-index: 0;
}

.star-ratings-sprite {
	background: url("/wp-content/uploads/2021/08/star-rating-sprite.png") repeat-x;
	font-size: 0;
	height: 21px;
	line-height: 0;
	overflow: hidden;
	text-indent: -999em;
	width: 110px;
	margin-bottom: 10px;
}

.star-ratings-sprite-rating {
	background: url("/wp-content/uploads/2021/08/star-rating-sprite.png") repeat-x;
	background-position: 0 100%;
	float: left;
	height: 21px;
	display: block;
}

.nofound {
	text-align: center;
	display: block;
	font-size: 33px !important;
	margin-top: 92px;
	color: #409cd1 !important;
	font-weight: bold;
}

.accinfo {
	font-size: 26px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.prs-dtails #profileImg {
	border-radius: 3px;
	display: block;
	margin: 25px auto 25px auto;
}

audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
	display: none;
}

audio::-webkit-media-controls,
video::-webkit-media-controls {
	display: none;
}

.video-frame video {
	width: 100%;
	object-fit: cover;
	height: 450px;
}

#wp-travel-secondary .wp-travel-form-field .dropdown-toggle {
	background: transparent;
	border: none;
	color: #4a4a4a;
	font-weight: bold;
	font-size: 17px !important;
	padding: 0px !important;
}

.rev-block p.replymsg {
	padding: 0 17px;
	margin-top: -8px;
}

.rp-op-logo {
	border-radius: 100%;
	width: 30px;
	height: 30px;
	margin-bottom: 4px;
}

.review-data h6 {
	margin-top: -2px;
	font-size: 15px;
	color: gray;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: top;
	padding-left: 12px;
}

.revwspos {
	text-align: right;
}

.revwspos a {
	color: #0056b3;
	font-size: 16px;
	position: relative;
}

.revwspos a .fa-star {
	color: gold;
	font-size: 23px;
	vertical-align: text-bottom;
}

.page-template-page-itinerary .fancybox-overlay {
	z-index: 9999 !important;
}

#xs-social-login-container {
	margin: 0px auto;
	padding-bottom: 26px !important;
	padding-top: 17px;
}

.inner-block.banner-fade {
	max-width: 100% !important;
	overflow: hidden;
	position: relative;
	margin: 25px 0 0 0;
	padding: 0 !important;
}

.inner-block.banner-fade img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
    webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 11px 0 rgba(0,0,0,.75);
    box-shadow: 1px 0 11px 0 rgba(0,0,0,.75);
}

.prcheckBox {
	font-weight: bold;
	padding: 4px 0 4px 0;
	font-size: 20px;
	color: #0056b3;
}

.cartloader {
	display: block;
	z-index: 100;
	background-image: url('/wp-content/uploads/2019/09/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0px;
	position: absolute;
}

.filter-siderbar {
	background: #fff;
}

.filter-siderbar h4 {
	font-weight: bold;
	padding: 12px 10px 10px 10px;
	font-size: 17px;
	cursor: pointer;
}

.toggle-one,
.toggle-two,
.toggle-three,
.toggle-four,
.toggle-five,
.toggle-six,
.toggle-seaven {
	position: relative;
}

.toggle-one:after,
.toggle-two:after,
.toggle-three:after,
.toggle-four:after,
.toggle-five:after,
.toggle-six:after,
.toggle-seaven:after {
	content: "\f107";
	position: absolute;
	font-family: 'FontAwesome';
	right: 12px;
	top: 3px;
}

.uptoggle:after {
	content: '\f106' !important;
}

.filter-siderbar input::-webkit-outer-spin-button,
.filter-siderbar input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#filterlist {
	list-style: none;
	padding: 0 0 14px 0;
	margin: 0 0 0px 11px;
}

#filterlist li {
	list-style: none;
}

#filterlist input {
	margin-right: 5px;
	vertical-align: top;
	margin-top: 7px;
}

#filterlist div {
	text-align: right;
	float: right;
	padding-right: 10px;
}

#filterlist li b {
	font-weight: normal;
	max-width: 200px;
	display: inline-block;
	width: 100%
}


/* Firefox */

.filter-siderbar input[type=number] {
	-moz-appearance: textfield;
}

.outblock {
	margin: 15px auto 10px auto;
	display: flex;
	position: relative;
}

.showmore {
	font-weight: bold;
	color: #0056b3;
	cursor: pointer;
	vertical-align: top !important;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}

.expand {
	border-bottom: 1px solid !important;
	padding-bottom: 5px;
	margin: 0px !important;
	color: #0056b3;
}

.filterbox {
	position: relative;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.lastfilter {
	border-bottom: 1px solid #ddd;
}

.viewact {
	position: relative;
	display: inline-block;
	max-width: 290px;
	width: 100%;
	padding: 0;
	margin: 0
}

.viewact li {
	list-style: none;
	display: inline-block;
	padding-right: 4px;
	position: relative;
}

.viewact li:after {
	content: ',';
	position: absolute;
}

.viewact li:last-child:after {
	display: none;
}
.entry-title {
   position: relative;
}

.entry-title:before{
	content: '';
	position: absolute;
	border-bottom: 1px solid #0056b3;
	height: 1px;
	width: 150px;
	left: 0;
	right: 0;
	top: 35px;

}

.entry-title:after{
	content: '';
	position: absolute;
	border-bottom: 1px solid #0056b3;
	height: 4px;
	width: 150px;
	left: 0;
	right: 0;
	top: 32px;
	background: #0056b3

}
.entry-title a {
	font: 700 19px/24px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 12px;
	color: #000;
	text-transform: capitalize;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 420px;
	white-space: nowrap;
}
.entry-title a:hover {
  text-decoration: none;
}

.price-info {
	color: #0056b3;
	font-size: 12px;
	white-space: nowrap;
	text-transform: capitalize;
	cursor: pointer;
	display: block;
}
.price-info a {
color: #0056b3;
}
.wp-travel-default-article .row {
	margin: 0px !important;
}

.wp-travel-default-article .col-sm-2 {
	padding: 0px 16px 0 0 !important;
}

body.archive {
	overflow-x: hidden;
}

.tooltip-inner {
	text-align: left !important;
	margin-left: -61px;
}

.tour-feat-list {
	list-style: none;
	margin: 24px 0 0px 14px;
}

.tour-feat-list li {
	line-height: 21px;
	position: relative;
	padding-left: 14px;
	font-size:12px;
}

.tour-feat-list li:before {
	left: -7px;
	position: absolute;
	margin-top: 4px;
	content: '\f00c';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #0056b3;
}

.mapdiv {
	position: relative;
}

.mapdiv img {
	height: 100px;
	opacity: 1.0;
	margin-top: 0px;
	width: 100%;
	border-radius: 0px 0 0px 6px;
	cursor: pointer;
}



.archive-prod-image {
	/*webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.75);*/
	width: 100% !important;
	height: 190px;
	object-fit: cover;
	margin-top: 10px;
}
.mb-map {
	border-bottom: 1px solid #ddd !important;
}
.wp-travel-default-article h3 {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}

.archive .modal-dialog,
.page-template-page-tour-profile-php .modal-dialog {
	max-width: 1140px !important;
	width: 100%;
}

.modalmap {
	padding: 0;
	margin: 0 4px;
}

.modalmap h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 13px;
	margin-top: 22px;
	margin-bottom: 11px;
	font-weight: bold;
	text-transform: capitalize;
}

.pricemodel {
	position: relative;
}

.pricemodel span {
	display: block;
	font-weight: bold;
	font-size: 23px;
	padding-bottom: 20px;
}

.modalmap .row {
	padding: 0px;
	margin: 0px;
}

.popuplsug {
	text-align: right;
	float: right;
	background: #0056b3;
	color: #fff;
	padding: 3px 22px;
	margin-top: 23px;
	font-weight: bold;
}

.popuplsug:hover {
	color: #fff !important;
}

.modal .close {
	color: #fff;
	font-size: 27px !important;
}

#map {
	height: 100%;
	width: auto;
	position: relative;
	min-height: 400px;
	webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.75);
}


/*.ftr-list li:last-child {*/


/*    float: right;*/


/*}*/

.profile-page-opimage {
	max-width: 157px;
	width: 100%;
	border: 1px solid #ddd;
	margin: 0px 0 24px 0;
	padding: 10px;
}

.profilerow {
	margin: 0 0 27px 0px !important;
	border-bottom: 1px solid #ddd;
}

.opr-title-style {
	font-size: 25px;
	font-weight: bold;
	color: #0056b3;
}
#suggesstion-box, #actvity-box {
  width: 40%;
  display: inline-block;
}

#searchlist {
	list-style: none;
	padding: 5px 0 -5px 0;
	margin: 0 0 0 0;
	background: #fff;
	border-radius: 1px;
	padding: 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#searchlist li {
	position: relative;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 2px 0 0 17px;
	line-height: 41px;
	cursor: pointer;
}

#searchlist li:last-child {
  border: none;
}
#searchlist li a {
    color:#000;
    position: relative;
    z-index: 99999;
}
#searchlist li .fa{
    right: 0 !important;
    left: 13px  !important;
    top: 10px  !important;
    color: #000  !important;
    position: absolute;
    font-size: 20px;
}
#searchlist span {
	font-weight: bold;
	color: #0056b3;
	border-bottom: 1px solid;
	margin-bottom: 5px;
	font-size: 18px;
	display: block;
	padding: 6px 0 6px 10px;
}
.search-dest-block {
	margin-top: 24px !important;
    border-radius: 6px !important;
}
.outblock .stdays:before {
	content: 'Day';
	position: absolute;
	left: 9px;
	color: black;
	font-size: 12px !important;
	font-weight: bold;
}

.outblock .endays:before {
	content: 'Days';
	position: absolute;
	right: -1px;
}

.maxrange {
	text-align: right;
	padding-right: 28px
}

.timerblock {
	text-align: right;
	padding: 12px 0 0 0;
	font-weight: bold;
}

.countdown {
	display: inline-block;
}

.popuptitle {
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	padding: 9px 0 9px 0px;
}

.page-template-page-cart .fancybox-inner {
	overflow: hidden !important;
	width: 700px !important;
	height: auto !important;
}

.page-template-page-cart .fancybox-opened {
	width: auto !important;
	height: auto !important;
}

.rldtime {
	display: inline-block;
	background: #0056b3;
	color: #fff;
	padding: 0 11px;
	font-weight: bold;
	border-radius: 3px;
}

.rldtime:hover {
	color: #fff;
}

.page-template-page-tour-profile .blog-tab.col-sm-12 {
	margin-bottom: 32px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #dddd;
	margin-top: 20px;
	padding-bottom: 2px;
}

.cart-service-head {
	font-weight: bold;
	padding-left: 11px;
}

.scrolltable {
	position: relative;
	/*height: 800px;*/
	display: inline-block;
	width: 100%;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
}

.promotable {
	width: 100%;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
}

.chldaling {
	margin-left: 10px;
}

.promohead {
	background: #0056b3;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}

.sub-menu-wrap .bitubaba.expanded {
	display: block !important;
	width: 100%;
	margin-left: 20px;
	padding-bottom: 20px;
}

.sub-menu-wrap .bitubaba.expanded li {
	display: block !important;
}

.menu .bitubaba.expanded .sub-menu-wrap li {
	width: 20% !important;
}

.menu .bitubaba.expanded .showmore {
	position: absolute;
	right: 50%;
	text-align: center;
	bottom: -8px;
	max-width: 77px;
	margin: 0 auto;
	padding-bottom: 1px;
}

body .menu .bitubaba.ronda .sub-menu-wrap li:nth-child(n+10) {
	display: none !important;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

.menu li.menu-item-6 .sub-menu-wrap .sub-menu li.menu-item-1499 {
	margin-left: 20px;
}

.page-template-page-uplaod-document .ftborder {
	height: auto;
}

body .cat-title-bg:hover .sub-menu {
	display: none;
}

.widSSP {
	width: 100% !important;
	margin-bottom: 40px !important;
}

.widSSPWrap,
#writereview,
#widSSPWriteReview {
	display: none;
}

.bitubaba.expanded .sub-menu {
	background: transparent none repeat scroll 0% 0% !important;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175) !important;
}

.widSSPBullet li {
	margin: 0px 0px 5px 0px !important;
	line-height: 27px !important;
	border-bottom: 1px solid #ddd !important;
	padding-bottom: 20px !important
}

.widSSPQuote {
	font-size: 14px !important;
	line-height: 38px !important;
}

.widSSPBullet li span a {
	color: #0056b3!important;
}

.revlogos {
	position: relative;
	margin: 0;
	list-style: none;
	padding-bottom: 18px;
	display: inline-block;
	width: 100%;
	/*border-bottom: 1px solid #ddd;*/
	margin-bottom: 29px;
}

.revlogos li {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 6px 10px;
	margin: 0 10px 0 auto;
	line-height: 25px;
	max-width: 150px;
}

.revlogos li img {
	margin: 10px auto 0 auto;
}

#googleReview {
	border: 1px solid #4d7fdd;
	padding: 16px 10px 0 21px;
	margin-bottom: 28px
}

#googleReview img {
	position: relative;
	width: 50px;
}

.gimg-block {
	display: flex;
}

#googleReview label {
	display: block;
	padding-left: 13px;
	font-weight: bold;
	font-size: 22px;
	margin-top: 11px;
	position: relative;
	display: block;
}

.greview {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px !important;
	padding-bottom: 20px;
}

.byreview {
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
}

.wp-travel-default-article .expand {
	border-bottom: 0px solid !important;
	padding-bottom: 0px !important;
}

.addondecp {
	text-align: justify;
	padding: 20px;
}

.cfa-info {
	padding-left: 5px;
}

.box-block .showprice {
	border-bottom: 1px solid #dee2e6;
}

.no-border {
	border: none !important;
}

.shoadmore {
	font-size: 12px;
	margin-bottom: 0px !important;
	line-height: 18px;
	font-weight: normal;
}

.shoadmore a {
	display: block;
}

.list-tour-count {
	position: absolute;
	left: 30px;
	top: -46px;
	font-size: 20px;
	font-weight: bold;
	color: #0056b3;
}

.list-tour-count .fa-globe {
	color: coral !important;
	vertical-align: baseline !important;
	padding-right: 1px !important;
}

.card-body p,
.show_contant p {
	text-align: justify !important;
	margin-bottom:10px;
}

.card-body p:empty,
.trip_exclude p:empty{
    display: none;
}


.cartform {
	position: relative;
}

.buttonloader {
	content: '';
	background-image: url('/wp-content/uploads/2021/10/buttonloader.gif') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.buttonloader {
	background-color: transparent !important;
	font-size: 0px !important;
	border-radius: 3px !important;
	border: 1px solid #ddd !important;
}

.pmtdecp {
	font-size: 16px;
	font-weight: bold;
}

.pmtdecp .fa-lock {
	color: #0056b3;
	padding-right: 2px;
}

.bookcart {
	display: block;
	text-align: center;
	background: #0056b3;
	max-width: 165px;
	margin: 30px auto 0 auto;
	color: #fff;
	padding: 6px 20px !important;
	width: 100%;
	font-weight: bold;
	border-radius: 5px;
}

.nopadform {
	padding: 17px !important;
}

.pricecart {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

.pricecart .calprice {
	display: inline-block;
}

.inside-check {
	display: flex;
}

.inside-check label {
	position: relative;
	font-weight: normal !important;
	padding-left: 10px;
	margin: 0px !important;
}

.paymentblock {
	margin-bottom: 50px;
}

.formdetails input[type=text],
.formdetails input[type=email],
.formdetails textarea,
.formdetails input[type="date"] {
	padding-left: 14px;
}

.accounts.nav-tabs .nav-link.active {
	background-color: #0056b3 !important;
	color: #fff !important;
}

.accounts.nav-tabs .nav-link {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-weight: bold;
	background: #4a4a4a;
	color: #fff;
}

.account-head {
	margin-top: 10px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #0056b3;
	border-bottom: 1px solid #ddd;
	padding-bottom: 18px;
}

.accounblock {
	width: 100% !important;
	max-width: 100% !important;
}

.accounblock .tab-content {
	background: transparent !important;
	margin: 0px !important;
}

.imageblock {
	background: #eee !important;
}

.accountprofileImg {
	width: 100px;
	display: block;
	height: auto;
	margin: 25px auto 0 auto;
	border-radius: 100%;
}

.profilename {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0056b3;
	margin: 5px 0 0px 0;
}

.uplable {
	font-size: 13px;
	text-align: center;
	color: #0056b3;
	font-weight: bold;
	line-height: 32px;
}

.navtopalign {
	margin-top: 40px;
}

.bookinkgbox {
	box-shadow: 1px 0px 13px 6px #eee;
	margin: 0 0 15px 0;
	padding: 15px;
}

.bookinkgbox img {
	display: block;
	border-radius: 3px;
}

.bookinkgbox ul {
	list-style: none;
	margin: 0;
}

.bookinkgbox ul li {
	position: relative;
	font-weight: normal;
	font-size: 14px;
}

.bookinkgbox ul li a {
	color: #000;
}

.bookdate {
	font-weight: bold;
	font-size: 14px;
	color: gray;
	display: block;
}

.leftbook {
	text-transform: capitalize;
	font-weight: bold;
	color: #0056b3;
	font-size: 17px;
}

.manage-booking {
	position: relative;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 22px 0;
}

.manage-booking h4 {
	font-size: 16px;
	font-weight: bold;
}

.manage-booking ul {
	margin: 14px 0px
}

.manage-booking li {
	list-style: none;
	display: inline-block;
	width: 33%;
	background: #0056b3;
	line-height: 35px;
}

.manage-booking li a {
	color: #fff;
	text-align: center;
	display: block;
}

.bkopinfo {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 10px;
}

.bkopinfo strong {
	display: block;
}

.bkopinfo .bjqs-controls.v-centered {
	display: none !important;
}

.bkopinfo .bjqs li img {
	border-radius: 0px !important;
}

.bkopinfo .inner-block.banner-fade,
.bkopinfo ul.bjqs {
	height: 220px !important;
	display: block;
}

.acc-map-block {
	display: flex;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.acc-map-block ul {
	list-style: disclosure-closed;
	margin: 12px 0 12px 15px;
	width: 100%;
}

.acc-map-view {
	text-align: right;
	font-size: 13px;
	white-space: nowrap;
	margin-top: 10px;
}

.booking-info {
	list-style: none;
}

.booking-info li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 11px;
	line-height: 18px;
	margin: 0px 0 5px 0px;
}

.booking-info li span {
	display: block;
	font-weight: bold;
	padding-top: 8px;
}

.infolist {
	list-style: none;
	margin: 10px 0 10px 0 !important;
	padding-top: 6px;
	border-bottom: 1px solid #ddd !important;
	padding-bottom: 25px !important;
}

.infolist li {
	display: inline-block;
	background: #0056b3;
	line-height: 35px;
	color: #fff;
	padding: 0 17px;
}

.infolist li a {
	color: #fff;
}

.acc-price-box {
	margin-top: 25px;
	border-top: 1px solid #ddd;
	padding-top: 12px;
	font-size: 12px;
	line-height: 21px;
	color: gray;
}

.acc-price-box strong {
	display: block;
	font-size: 24px;
	color: #0056b3;
	padding-top: 4px;
}

.printconfim {
	background: #0056b3;
	line-height: 35px;
	color: #fff;
	padding: 0 17px;
	display: block;
	margin-top: 20px;
	text-align: center;
	max-width: 170px;
	font-size: 14px;
}

.printconfim:hover {
	color: #fff;
}

.bdblock {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px;
}

.acc-cancel-block {
	position: relative;
}

.acc-cancel-block span {
	display: block;
	text-align: center;
	line-height: 20px;
	margin: 14px 0 14px 0;
}

.acc-cancel-block span strong {
	display: block;
	line-height: 30px;
}

.nobooking {
	text-align: center;
	color: #F00;
	font-weight: bold;
}

.freespan {
	font-size: 12px;
	font-weight: bold
}

.freespan:after {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	background: #fff;
	width: 15px;
	height: 15px;
	margin: 4px auto;
	text-align: center;
	border-radius: 10px;
}

.capdays strong {
	position: absolute;
	color: #000;
	top: -10px;
	right: -25px;
	font-size: 11px;
	font-weight: bold;
}

.capdays strong:after {
	content: '';
	position: absolute;
	left: 0;
	right: 25px;
	top: -22px;
	border-right: 2px solid #000;
	height: 27px;
}

.page-template-page-user-profile .modal-dialog {
	max-width: 1000px;
	width: 100%;
}

.page-template-page-user-profile .modal-body {
	padding: 10px 22px;
}

.resonlbl {
	padding-top: 13px;
}

.resonlbl label {
	padding-bottom: 8px;
}

.resonlbl select {
	height: 37px !important;
	width: 100%;
}

.showopt1 ul {
	list-style: none;
}

.shownoneopt textarea,
.showother textarea {
	resize: none;
	margin-bottom: 15px;
	width: 100%;
	font-size: 14px;
}

.resonsubmit {
	width: 100%;
	padding: 7px !important;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.reasonborder {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
}

.reasonborder h3 {
	font-weight: bold;
	font-size: 18px;
}

.reasonborder p {
	line-height: 22px;
}

.reasonborder ul {
	border-bottom: 1px solid #ddd;
}

.reasonborder ul li {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 9px;
	text-transform: capitalize;
	padding-right: 10px;
}

.reasonborder ul li img {
	max-width: 100px;
	width: 100%;
}

.reasonborder span {
	position: relative;
	color: gray;
	padding-right: 7px;
	font-size: 12px;
}

.reasonborder h5 {
	font-size: 15px;
	font-weight: bold;
}

.reasonborder label {
	float: right;
	font-weight: normal;
	color: #000 !important;
	white-space: nowrap;
}

.tab_border {
	border: 1px solid #ddd;
}

.boxerror {
	text-align: center;
	width: 100%;
	color: red;
	font-weight: bold;
	display: block;
	margin-top: 6px;
}

#menu-item-435:hover .sub-menu-wrap,
.avatar:hover .sub-menu-wrap, 
.menu-item-7:hover .sub-menu-wrap{
	display: block !important;
}

.acc-dest {
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 20px
}

.acc-dest b {
	display: block;
	font-size: 13px;
	font-weight: normal;
}

.invseats {
	display: inline;
	color: red;
	font-weight: bold;
	max-width: 173px;
	width: 100%;
	font-size: 13px;
	line-height: 19px;
	padding-left: 7px;
}

.error {
	display: block;
	font-size: 12px;
	color: #f00;
	clear: both;
	width: 100%;
	position: absolute;
	top: 38px;
	text-align: center;
}

.alseats {
	display: inline;
	padding-left: 7px;
}

.invtclass {
	display: inline;
	/*vertical-align: top;*/
}

.soldout {
	display: block;
	text-align: center;
	font-size: 13px;
	color: red;
}

.prerror {
	display: block;
	text-align: left;
	font-size: 11px;
	color: red;
	max-width: 105px;
	width: 100%;
	line-height: 17px
}

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

.prerror1,
.prerror2,
.prerror3 {
	text-align: center;
	color: red;
	font-weight: bold;
}

.text-info {
	color: #48b0f7 !important;
}

.chatboxbt {
	display: block;
	background: #0056b3;
	position: fixed;
	bottom: 0;
	color: #fff !important;
	border: 0;
	font-size: 15px;
	padding: 3px 10px;
	z-index: 9999;
}

#chatbox {
	display: inherit;
	width: 100%;
}

.chatbtn {
	padding: 0 7px !important;
	height: 30px;
	color: #fff !important;
	margin-top: 18px;
	font-size: 12px !important;
	background: #0056b3;
	border: none;
}

.media-body span {
	font-size: 12px;
	display: block;
}

h4.card-title {
	font-size: 17px;
	position: relative;
	font-weight: bold;
}

.altaction {
	position: absolute;
	right: 5px;
	top: -2px;
}

.altaction a {
	color: #fff !important;
	font-size: 12px !important;
	padding-right: 7px;
	display: inline-block;
	margin: 0 !important;
}

.card-header .altaction a:after {
	display: none;
}

.altaction a:hover {
	color: #fff;
}

.chatmargin .page-content {
	display: block !important;
}

.chat-query {
	padding: 7px 11px;
	border-bottom: 1px solid #ddd;
	background: #0056b3;
}

.chat-query h4 {
	font-weight: bold;
	font-size: 15px;
     color:#fff;
	/*margin-bottom: 6px;*/
	/*padding-bottom: 4px;*/
}

.chat-query p {
	margin: 0;
	line-height: 22px;
	font-size: 13px;
}

.checkone {
	color: #ddd;
}

.media-body {
	position: relative;
}

.seencheck {
	position: absolute;
	clear: both;
	padding-bottom: 3px;
	right: 6px;
	bottom: 21px;
	font-size: 10px;
	color: cadetblue;
}

.checkone .fa {
	top: 4px !important;
	position: absolute;
	right: 0px;
}

.checktwo .fa {
	position: absolute;
	right: 8px;
	bottom: 17px;
}

.checktwo {
	color: #ddd;
}

.whitecheck {
	color: #fff !important;
}


.messanger {
	background: #ddd;
	padding: 0;
	height: 500px;
}

.messanger h3 {
	padding: 4px 0 2px 13px;
	border-bottom: 2px solid #000;
	font-size: 17px;
	font-weight: bold;
}

.messanger ul {
	list-style: none;
	overflow-y: scroll;
	height: 450px;
	margin: 0;
}

.messanger ul li {
	position: relative;
	line-height: 28px;
	border-radius: 2px;
	margin-bottom: 11px;
	text-transform: capitalize;
	padding-left: 10px;
}

.messanger ul li .fa {
	position: relative;
}

.messanger ul li .noavtar {
	background: #fff;
	padding: 10px;
}

.messanger ul li:hover {
	background: #409cd1;
	color: #fff;
	cursor: pointer;
}

.messanger ul li:hover a,
.messanger a {
	color: #fff;
	text-decoration: none !important;
}

.messanger ul li a,
.messanger a {
	list-style: none;
	text-decoration: none !important;
	color: #000;
	cursor: pointer;
}

.messanger ul li a:hover {
	color: #fff
}

.chatprofileImg {
	width: 42px;
	display: inline-block;
	height: auto;
	margin: 15px auto 0px auto;
	border-radius: 100%;
}

.messanger ul li span {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.min-height-msg {
	height: 512px;
}

.tab_border .publisher {
	position: relative !important;
	display: inherit !important;
	padding: 0 !important;
	background-color: #fff;
}

.tab_border .publisher-input {
	margin-top: 3px;
	background-color: transparent !important;
}

.tab_border .publisher-input {
	width: 88% !important;
}

.media-body small {
	font-weight: bold;
	display: block;
	text-align: left;
	margin-bottom: -10px
}

.promolist {
	border-bottom: 0 !important;
	margin: 4px 0 10px 0 !important;
	padding: 0 10px !important;
}

.promolist li {
	width: 100%;
	border-bottom: 1px solid #ddd;
	line-height: 28px !important;
	margin-bottom: 5px !important;
	padding-bottom: 6px !important;
}

.promolist li a {
	float: right;
}

.side-border-one {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
}

.promolist li#applied {
	color: #0056b3;
	border-bottom: 2px solid;
	;
}

.promolist li#applied span {
	text-align: right;
	float: right;
	color: green;
}

.promolist li p {
	position: relative;
	font-size: 12px;
	line-height: 18px
}

.promolist li p a {
	float: none;
	display: inline-block;
	padding-left: 5px;
	font-size: 11px !important;
}

.promolist li p span a {
	position: relative;
	display: block;
	padding: 0;
}

.promometa {
	margin: 23px 0;
}

#promodecp .modal-dialog {
	max-width: 800px !important;
}

.clearthis {
	cursor: pointer;
}

.blubg {
	background: #0056b3;
	border-radius: 10px 0 0px 10px;
	color: #fff;
	text-align: center;
	height: 16px;
}

.blubg {
	background: #0056b3;
	border-radius: 10px 0 0px 10px;
	color: #fff;
	text-align: center;
	height: 16px;
}

.orangebg {
	background: orange;
	color: #fff;
	text-align: center;
	height: 16px;
	position: relative;
}

.redbg {
	background: #f00;
	color: #fff;
	text-align: center;
	height: 16px;
	border-radius: 0px 8px 8px 0px;
	position: relative;
}

.gatewaycharge {
	position: relative;
	top: -26px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	padding-left: 14px;
}

.gatewaycharge:after {
	content: '';
	position: absolute;
	border-left: 2px solid #000;
	height: 26px;
	top: 21px;
	right: -16px;
	z-index: 999;
}

.gatewaycharge:before {
	content: '';
	position: absolute;
	border-left: 2px solid #000;
	height: 26px;
	top: 21px;
	left: -16px;
}

.todayfree {
	font-size: 9px;
	font-weight: bold;
	max-width: 62px;
	margin: 3px auto 0 auto;
	text-align: center;
	display: block;
	border: 1px solid #000;
	line-height: 13px;
	color: #000;
	position: relative;
}

.todayfree:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #000;
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	text-align: center;
	display: block;
	margin: 0 auto;
	background: none;
}

.freedate {
	position: absolute;
	left: -32px;
	top: 24px;
	color: #000;
	font-size: 11px;
	font-weight: bold
}

.graph-bar {
	padding-bottom: 20px;
}

.backpage {
	display: block;
	text-align: center;
	background: #0056b3;
	max-width: 100px;
	float: right;
	width: 100%;
	color: #fff;
}

.numberGroup input[type="button"],
.number input[type="button"] {
	padding: 4px 15px !important;
}

#noadult:after,
#nochild:after {
	display: none;
}

#noadult {
	position: relative;
	padding: 0 0px 0 45px;
	font-size: 14px;
}

#nochild {
	position: relative;
	font-size: 14px;
}

.openqform {
	position: fixed;
	right: 15px;
	bottom: 0;
}

.show-dest {
	position: relative;
	border: 1px solid #ddd;
	margin: 14px 0 0 0;
}

.show-dest h4 {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	font-size: 17px;
	padding: 7px;
}

.explore-trop h3 {
	font-weight: bold;
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 13px
}

.show-dest ul {
	list-style: none;
	margin: 10px 0 10px 10px;
	font-weight: normal;
}

.show-dest ul li {
	font-weight: normal;
	display: inline-block;
	width: 32%;
	font-size: 13px;
}

.show-dest ul li input[type="checkbox"] {
	padding-left: 5px;
}

.newdest {
	position: relative;
	padding: 7px;
}

.newdest strong {
	margin-bottom: 5px;
	display: block;
}

.newdest label {
	position: relative;
}

.newdest textarea {
	resize: none;
	width: 100%;
}


.red-border {
	border: 2px solid red
}

body #wpmem_reg {
	width: 100% !important;
}

.popup-align {
	text-align: justify;
}

.bm-info-list p, .bm-info-list p span, .bordergap p, .bordergaps p span, .bm-info-list ul li span {
    font-family: roboto,sans-serif !important;
    margin-left:0px !important;
    font-size: 14px !important;
    line-height:23px;
    text-align: justify;
    margin-bottom: 0 !important;
    padding: 0 0 8px 29px !important;
}
.show_contant p span{
     font-size: 14px !important;
    text-align: justify !important;
    white-space: inherit;
 }
 
.single-itineraries .owl-carousel {
	display: none;
}
.price-break h4{
    background: #0056b3;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    font-size: 15px
}
.responsive-border div{
    display:none;
}
 .holding-seats {
     display:none;
 }
.mobile-search{
    display:none !important;     
 }
.home-owl-carousel{
    clear:both !important;
} 
.page-template-page-itinerary-php iframe {width:100%; margin-bottom: 15px;}
.video{position:relative;}
#addest, #addacty{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 188px;}
.show-dest h5{font-weight: bold;font-size: 12px;padding-right: 10px;text-align:right;}
.page-id-287{background: #f2f2f2  !important;}
.cust-error, .number-error{display: block; font-weight: bold; color: red; padding-bottom: 20px;}
.submit_details{margin: 25px auto; display: block; text-align: center; padding-bottom: 22px;}
.submit_details input[type="submit"]{ padding: 9px 20px;} 
.global img {box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3); border-radius: 5px;}
.backitinerary{ padding-bottom: 1px;}
.backitinerary a{ padding: 2px 16px; line-height: 35px; margin-bottom: 36px; display: block; text-align: center; color: #ffff;background: #0056b3; max-width: 78px; border-radius: 3px; text-decoration: none; width: 100%; font-size: 14px;}

.trip-steps ul {display: block; list-style: none; position:relative;}
.trip-steps ul li{display: inline-block; width: 18%; position:relative; text-align: center; margin-top: 42px;cursor: pointer;}
.trip-steps ul li:first-child:after{display:none !important}
.trip-steps ul:after{width: 75%; height: 2px; content: ""; position: absolute; background-color: #ddd; top: 55px; left: 0; z-index: -1; right: 0; margin: 0 auto; text-align: center;display: block;}
.trip-steps ul li:before{position: absolute; top: -19px; content: '\f00c'; display:block; font: normal normal normal 14px/1 FontAwesome;color: #ccc; margin: 0 auto;width: 100%;}
.trip-steps ul li:last-child::after { left: -65px; }
.trip-steps ul li:last-child { position: relative; left: 20px;}
.trip-steps ul li span{background: #f2f2f2; padding: 0 8px;}
.trip-steps ul li.active:before,
.trip-steps ul li.active span{color: #0056b3; font-weight:bold;} 
.trip-steps ul li.active span:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #0056b3;
  left: 120px;
  top: 13px;
}
.trip-steps ul li:nth-child(2).active span:after,
.trip-steps ul li:nth-child(4).active span:after {}
.trip-steps ul li:last-child.active span:after{display:none;}
.trip-steps ul li.active:before{margin: 0 auto;border: 1px solid;width: 20px;height: 20px;border-radius: 100%; line-height: 19px;left:0; right:0;}
.searchboxfix .rightblock{ position: fixed;max-width: 340px;width: 100%;top: 0px; margin:0;z-index:9999;}
.stepfive .steps-nav-wrap ul li{background: #0056b3;}
.stepfive .steps-nav-wrap ul li:last-child:before{background: #0056b3;color: #fff}
.box-padding{padding-bottom: 20px;padding-top: 20px;}
.box-padding img{box-shadow: 1px 1px 16px rgba(0,0,0,.3);border-radius: 5px;}
.box-padding h3{font-size: 20px; color: #0056b3; border-bottom: 1px solid #ddd; margin-bottom: 24px; font-weight:bold;padding-bottom: 6px;}
.trip-list{list-style: none;}
.trip-list li{border-bottom: 1px solid #ddd; line-height: 31px;}
.trip-list label{font-weight: bold; max-width: 162px; width: 100%;}
.desterror{color: red; font-weight: bold; text-align: center;}
.mobile-check-avail{ display:none}
.mobile-toogle-search{ max-width: 90%; margin: 11px auto 15px auto; z-index: 99999;position: relative;}
.mobile-toogle-search input[type="text"]{ padding-left: 10px; border-radius: 3px; height: 35px;}
.mobile-filter{ display:none;}
.page-id-222 .form{background: transparent !important;text-align: left !important;}
.page-id-222 .form input[type="text"],.form input[type="password"]{ padding:0px 0 0 10px !important}
.page-id-222 #wpmem_login legend{color: #0056b3;border-bottom: 1px solid;padding-bottom: 14px;margin-bottom:20px;}
.page-id-222 .inner-page-custom-style{margin-top:0px}
.bjqs{border-radius: 6px;}
.topbox-custitinerary{margin-top: 23px;}
.cust-cart-book{ max-width: 320px; padding: 6px 12px !important; font-size: 15px !important; text-transform: uppercase; margin: 0 auto; width: 100%;}
.dis-rows{padding-right:10px;}
.all_error{ display: block; text-align: center; color: red; font-weight: bold; font-size: 15px; margin-left: 43px;}
.travel_shortdecp { margin-bottom: 20px; }
.customize_trip_bg {background-image: url('/wp-content/uploads/2022/04/adventure_republiq_customize-tour.jpg'); background-repeat: no-repeat;background-size: cover; min-height: 400px; width: 100%; margin-bottom: 20px; background-position: 50% center;}
.customize-search-block{display: flex;position: relative;max-width: 660px;margin: 0 auto 0 auto;width: 100%;text-align: center; left: 5%;top: 250px;position: absolute;}
.customize-search-block .trip_form{position: relative;} 
.customize-search-block input[type="text"]{height: 60px;margin: 0 auto; padding-left: 12px;font-size: 18px !important; border-radius: 5px 0px 0px 5px;}
.customize-search-block button[type="submit"] { height: 60px; border-radius: 0px 5px 5px 0;} 
.customize-search-block .btn{padding: 0;margin: 3px 0 0 0 !important; position: absolute; right: 3px;  height: 54px !important;}
.show_country{ background: #fff;width: 400px;position: absolute; top: 52px; border: 1px solid #ddd;}
.show_country ul{padding:0; margin: 3px 0 0 0;  text-align: left; list-style: none;}
.show_country ul li {margin:0; border-bottom: 1px solid #ddd; line-height: 44px; font-weight: bold; padding-left: 12px; font-size: 16px; cursor:pointer;}
.trip_form{position: relative; z-index: 999;}
.customize-search-block h4{position: absolute;z-index: 999;top: -115px;text-align: left;color: #fff;font-size: 44px;font-weight: bold;line-height: 42px;}
.customize-search-block h4 span { font-size: 22px; display: block; }
.cust-meta-detail{ margin-bottom: 28px;}
.cust-meta-detail h2{font-weight: bold; text-align: center; margin-bottom: 21px; font-size: 22px;}
.cust-meta-detail .blocks{border: 1px solid #ddd;background: #fff; padding: 0 14px 11px 14px;; min-height: 152px; text-align: center; border-radius: 6px;line-height: 26px; margin-bottom:20px;}
.cust-meta-detail span{  font-weight: bold;  display: block; padding: 22px 0 9px  0; text-transform: capitalize; border-bottom: 1px solid #ddd; margin-bottom: 8px;}
.both-button{margin-top: 40px;}
/*.right-top-margin{margin-top: 109px}*/
 .left-mobile-align-block{
     float: right !important;
 }
.classalign { text-align:right;}
.heading-text a { color: #000 !important;  text-decoration: underline; font-weight:bold;}
.gloableSerach{display: inline-block; max-width: 245px; width:100%;}
.fadeSearch {
    opacity:0.1;
}
.home-search-holder .fa-search {
    top: 20px;
    color: #4a4a4a;
    position: absolute;
    font-size: 19px;
    left: 15px;
}

.footcontact li
{
    position:relative;
}
.footcontact .fa-whatsapp:before{
    content: "" !important;
    background-image: url(/wp-content/uploads/2022/06/whatsapp1.png);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 5px;
    left: -15px;
}
.footcontact .fa-mobile:before{
     position: absolute;
    top: 5px;
    left: -7px;
}
#stickysidebar{
    margin-top:25px;
}
.show_contant ul  { 
  
    margin-bottom: 20px;
}
.show_contant ul li {
   position:relative;
    padding-bottom: 8px;
    list-style: none;
    padding-left: 28px;
}
.show_contant ul li:before{
    content: "\f00c";
    position: absolute;
    font: normal normal normal 12px/1 FontAwesome;
    color: #0056b3;
    left: 0;
    right: auto;
    top: 5px;
    border: 1px solid #0056b3;
    border-radius: 50%;
    padding: 2px;
}
#checkreviews{
    margin-bottom: 30px;
}
.show_contant.tour_highlight {
    padding: 0 0 0 10px !important;
}
.show_contant.tour_highlight p,
.bm-info-list-s p,
.covidsafety p{
        position:relative;
        padding: 0 0 8px 29px !important;
        margin-bottom: 0px;
}
.show_contant.tour_highlight p:last-child,
.bm-info-list-s p:last-child,
.covidsafety p:last-child{
    margin-bottom:20px;
    
}
.show_contant.tour_highlight p:before,
.covidsafety p:before{
    content: "\f00c";
    position: absolute;
    font: normal normal normal 12px/1 FontAwesome;
    color: #0056b3;
    left: 0;
    right: auto;
    top: 5px;
    border: 1px solid #0056b3;
    border-radius: 50%;
    padding: 2px;
}
.bm-info-list-s p:before{
    content: "\f00c";
    position: absolute;
    font: normal normal normal 12px/1 FontAwesome;
    color: #0056b3;
    left: 0;
    right: auto;
    top: 5px;
    border: 1px solid #0056b3;
    border-radius: 50%;
    padding: 2px;
}
.show_contant.tour_highlight li p, 
.bm-info-list-s li p,
.covidsafety li p{
    padding:0 !important;
}
.show_contant.tour_highlight li p:before, .covidsafety li p:before{
    display:none;
}
.page-template-page-itinerary .inner-block.goodtoknow  {
    padding-bottom: 20px !important;
}
body .goodtoknow p {
    padding: 0 0 8px 0 !important
}
.addtocompare {
    position:relative;
}
.addtocompare  {
    position:relative;
}
.addtocheck {
    position: absolute;
    right: 4px;
    top: 9px;
    font-size: 15px;
    color: #000 !important;
    font-weight: bold;
}
.addtocompare input[type="checkbox"] {
    vertical-align: baseline;
    margin-left: 5px;
    cursor:pointer;
}
.comparebox {
    position: absolute;
     max-width: 350px;
    width: 100%;
    padding-bottom: 5px;
    background: #fff;
    z-index: 999;
    right: 65px;
    padding-right: 15px;
    top: -55px
}

.box-compare{
      border: 1px solid #f1f1f1;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
 
}

.comparebox h3 {
    text-align: center;
    border-bottom: 1px solid #dddd;
    font-size: 16px;
    padding: 0;
   margin: 0 0 9px 0;
    line-height: 29px;
    font-weight: bold;
}
.comparebox h4 {
    color: #0056b3;
	font-size: 14px;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 250px;
	white-space: nowrap;
}
.comparebox ul  {
    padding: 0;
    margin: 0 10px;
    list-style: none;
}
.comparebox ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
    padding-bottom:8px;
    font-size:14px;
    position:relative;
}
.comparebox ul li span {
    float: right;
    font-weight: bold;
    color: #000;
}
.comparebox ul li a {
    position:relative
}
a.atleast,a.nowcompare {
    font-size: 15px !important;
    padding: 0 0 0px 0 !important;
    line-height: 35px !important;
    margin-bottom: 6px;
    border: none !important;
}
a.nowcompare {
    color:#fff !important;
}
.nowcompare , .atleast {
    width: 340px;
    display: block;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    border-radius: 3px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: bold;
} 
.nowcompare {
     color: #fff;
    background: #0056b3;
}
.atleast{
    color: #000;
    background: #f2f2f2;
}
     
.nowcompare:hover {
    color:#ffff;
}
.compare-box-border{
    border: 1px solid #ddd;
}
.compare-box-border .compare-right-border:last-child{
    
}

.compare-box-border h3 {
    font-size:14px;
    color: #0056b3;
    font-weight: bold;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    margin-bottom: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fa-expand:before {
	position: absolute;
}
.covidsafety {
    padding-bottom: 17px !important;
}
.compare-heading {
    text-align: center;
    color: #0056b3;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.compare-box-border .bjqs-controls {
    display:none;
}
.price-block {
    padding-top: 10px
}
.comp-price {
   color: #000;
    font-weight: 700;
    text-align: right;
    display: inline-block;
    width: 56%;
}
.compare-inner-block {
    padding-top:0px;
}
.compare-inner-block .revlogos {
    display:none !important;
}
.compare-inner-block .review-data .publish {
    position: absolute;
    right: 23px;
    top: 104px;
}
.compare-inner-block .top-rv-block {
    margin-top: 41px !important;
    display: block  !important;
}
.compare-inner-block h2 {
    display: block;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 3px 0 12px;
    margin-top: 6px !important;
    border-bottom: 4px solid #0056b3;
    margin-bottom: 10px;
    color: #0056b3;
}
.compare-right-border {
    border-right: 1px solid #ddd;
}
.compare-inner-block .subact li {
    display: block !important;
    border-bottom: 0px solid #ddd !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.compare-inner-block .tour-activity {
    font-size: 13px;
}
.compare-inner-block .tour-activity li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sep-block {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
}
.compare-inner-block .card-header a:after {
    right: 3px;
}
.compare-inner-block .card-body {
    padding:0 !important;
}
.compare-inner-block .expandList a {
  top: -14px;
  font-size: 12px;
}
.compare-inner-block .custom-list-title {
    padding-left: 29px
}
.compare-inner-block .bm-info-list {
    padding:0 !important;
}
.compare-inner-block .bm-info-list p {
    padding-left:6px !important;
}
.scroll-table {
    height: 400px;
    overflow-x: scroll;
    width: 340px;
}

.compare-inner-block .trip_include ul li, 
.compare-inner-block .trip_exclude ul li {
    border-bottom: 1px solid #ddd !important;
}
.listcompare, .reload-compare-box {
    position:relative;
    width: 100%
}
.listcompare img {
    position: absolute;
    right: 18px;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
    top: -18px;
    z-index: 9999;
}
.fa-expand:before {
  left: 0;
  right: 0;
  text-align: center;
  top: 11px;
}

.hide-block {
    display:none;
}
.comparebox::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 50%;
    transform: translateY(-50%);
}
body .inner-block.bordergap.covidsafety {
    padding-bottom: 23px !important;
}
a.removepackage {
    position: absolute !important;
    right: 0;
    top: -9px;
    text-decoration: none;
    font-size: 14px;
    text-decoration:none;
}
.socicon-instagram{
    background-color: transparent;
    position: relative;
}
.socicon-instagram:before {
  content: "" !important;
  background: url(/wp-content/uploads/2022/06/insaticon2.png)  !important;
  height: 37px  !important;
  width: 37px  !important;
  position: absolute  !important;
  top: -4px  !important;
  left: -2px  !important;
}
.sep-border {
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
    color: #0056b3;
}
.show-comp-error {
    color: red;
    font-size: 12px;
}
.fullpage {
        margin-top:3px;
       
}
.tour-pack-show {
   border: 1px solid #ddd;
  padding: 10px 10px 0px 10px;
  margin-bottom: 20px;
}
.tour-pack-show img{
   border-radius: 6px;
   width: 226px;
height: 150px;
}
.tour-pack-show a  {
   text-align: center;
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: bold;

}
.tour-pack-show a span {
    position:relative;
    display: block;
    padding-bottom: 10px;
}
.last-acc-td {
    border: none;
    padding: 0 !important; 
}
.last-acc-td hr  {
    height: 4px;
    background-color: #0056b3;
}
.compare-tour-btn {
    float: right;
    font-size: 14px;
    background: #0056b3;
    border-radius: 3px;
}
.compare-tour-btn a {
    color: #fff;
    font-size: 12px;
    padding: 0 12px;
    text-transform: capitalize
}
#viewTrivadvisor {
    position:relative;
}
#viewTrivadvisor .trip-logo {

    width: 150px;
    position: absolute;
    left: 199px;
    top: 13px;
}
#viewTrivadvisor  .btBEK.eglJy,
#viewTrivadvisor  .CpzbZ,
#viewTrivadvisor  .Ml,
#viewTrivadvisor  .fQGNe{
    display:none;
}
#viewTrivadvisor  .WlYyy a {
   font-size: 15px;
    color: #000;
    font-weight: bold;
}
#viewTrivadvisor  button {
     display:none;

}
#viewTrivadvisor  .NejBf {
  color: #000;
}
#viewTrivadvisor .f.u.j {
    display:flex;
}
.RTVWf {
    margin-top: 4px;
    padding-left: 4px;
}
.WlYyy.diXIH.bGusc  {
    padding-left: 5px;
    top: -3px;
    position: relative
}
#viewTrivadvisor  .cmDEY {
   margin-bottom: 11px;
    
}
#viewTrivadvisor  path {
     fill: #00aa6c;
    
}
body #viewTrivadvisor .pIRBV._T {
  
    cursor: pointer;
    padding-bottom: 10px;
    max-height: fit-content !important
}
.fxays {
    font-size: 12px;
    line-height: 18px;
}
.set-map-marker {
    display:none !important;
}
#article-no-margin {
    margin-bottom:0px !important;
}
.bottom-packages {
    margin-bottom: 50px !important;
}
.page-dest-block {
   position: relative;
  margin-bottom: 30px;
}
.dom-page-head {

 margin-bottom: 32px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #0056b3;
  font-size: 18px;
  text-align:center;
  position:relative;
}
.dom-page-head:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #000;
    height: 1px;
    width: 92px;
    left: 0;
    right: 0;
    top: 37px;
    margin: 0 auto;
    }
.pushed {
    margin-top: 400px;
}
.visa-search-block {
    margin: 36px 0 0 0;
    width: 100%;
}
.visa-search-block h1 {
	    margin: 55px 0  35px ;
	    font-size: 36px;
	    color: #fff;
	    font-weight: 700;
	    text-align: center;
	    display: block;
	    clear: both;
}
.visa-search-block .visa-meta {
	   display: block;
	clear: both;
	max-width: 529px;
	text-align: center;
	width: 100%;
	margin: 0 auto 26px;
	color: #f2f2f2;
	font-weight: 700;
	font-size: 17px;
	padding-top: 9px;
   
}
.visa-search-block .top-bottom-radius {
     border-radius: 3px 0 0 3px;
}
.visa-search-block  select {
      position: relative;
      background: #fff;
      border: none;
      height: 48px;
      width: 100%;
      padding: 0 0 0 5px;

}

select.citizen {
	border-radius: 5px 0px 0px 5px;
}

.visa-search-block  .visa-submit {
     padding: 0;
    width: 100%;
    line-height: 48px !important;
    font-size: 17px !important;
    border-radius: 3px;
}

.getvisa {
    margin: 32px 0
}
.getvisa  table {
    border: 1px solid #ddd;
    text-align: center;
}
.getvisa  table th {
  background: #0056b3;
  color: #fff;
  line-height: 44px;
  border-right: 1px solid;
  font-size: 16px;
  font-weight: bold;
}
.getvisa  table td {
   font-size: 13px;
    padding: 10px;
    border-right: 1px solid #ddd;
    /*text-transform: capitalize*/
}
.getvisa h4 {
    text-align: center;
    color: #fff;
    background: red;
    font-weight: bold;
    line-height: 41px;
    border-radius: 3px
}
.getvisa  ul {
   position: relative;
   text-align: left;
   padding: 0 0 0 0px;
   margin: 0 0 0 14px;
   font-weight: bold;
}


.col-gap {
    padding: 0 3px !important;
}
.the-content h2 {
    margin: 10px 0 14px 0;
}
 .vimeo-wrapper {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 450px;   
   overflow: hidden;

}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 20vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);

}
.viemo-container  {
	position: relative;
}
.viemo-container h5 {
  position: absolute;
  font-size: 36px;
  left: 0;
  right: 0;
  bottom: -223px;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-weight: 700;
}
.viemo-container h5 span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.viemo-container .home-search-holder {
    top: 250px;
    position: absolute;
    left: 0;
    right: 0;
}
.footer-top-block {
	border-top: 1px solid #ddd;
}
.footer-top-block .footerbg {
	padding-top: 29px;
}
.scroll-top{
        position: fixed;
		bottom: 10px;
		right: 13px;
		z-index: 99;
		background: #0056b3;
		color: #fff;
		border-radius: 27px;
		font-weight: bold;
		border: none;
		height: 50px;
		width: 50px;
}

.float-fliter {
    position: relative;
	background: #0056b3;
	margin-top: 16px;
	line-height: 36px;
	border-radius: 3px;
}

.float-fliter a {
	position: relative;
	display: block;
	padding-left: 10px;
	color: #fff;
}

.float-fliter:after {
	content: '\f078';
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	right: 10px;
	top: 11px;
	color: #fff;
}
.fancybox-wrap.social-popup-login {
	 max-width: 400px;
    width: 100%;
}
.social-popup-login .registerValue{
	margin-top: 100px !important;
}
.reloadpage .col-sm-5 {
	float: right;;
}
.errormsg {
		font-weight: bold;
		font-size: 17px;
		color: #f2f2f2;
		position: relative;
		top: -11px;
}
#actvity-box .search-dest-block {
	position: absolute;
	right: 18%;
	width: 40%;
}
.cart-toggle-info {
	position: relative;
}
.cart-toggle-info .price-info {
	position: absolute;
	top: -13px;
	left: 54px;
}
.page-template-page-cart .tooltip {
    z-index: 9999;
}


.page-id-49  .text-wrap .text-frame {
    text-align: center !important;
}
.listjoinus {
position: relative;
}
.listjoinus ul {
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}
.listjoinus li {
	display: inline-block;
	width: 49%;
	margin-bottom: 16px;
	text-align: center;
}
.listjoinus  li a{
	font-size: 16px;
    color: #4a4a4a;
}

#whyjoin img {
	border-radius: 10px;
	margin: 0 !important
}

.page-id-49  .the-content h4  {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
}


.page-id-49  .the-content h1 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	padding-bottom: 13px;
	text-align: center;
	text-transform: capitalize;
}
.page-id-49 article .the-content p {
	font-size: 17px;
   line-height: 30px;
}
.imptfact {
	color: #fff !important;
}
.imptfact  h5 {
	text-align: center;
	color: #ffff;
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 40px;
}
.imptfact p {
    font-size: 17px !important;
    line-height: 30px !important;
    color: #fff !important;
    text-align: center !important;
}
.imptfact .fa {
	 position: relative;
	display: block;
	text-align: center;
	font-size: 94px;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.listing-destination {
    list-style: none;
	border: 1px solid #ddd;
	padding: 15px 15px;
	border-radius: 6px;
	margin: 0;
}

.listing-destination li {
	width: 24%;
    display: inline-block;
}
.listing-destination li a {
    color: #4a4a4a;
	font-weight: normal;
	font-size: 15px;
	line-height: 32px;
	
}
.listing-destination li a:hover{ 
  text-decoration: underline;
}
.listing-destination h6 {
	color: #4a4a4a;
	font-size: 19px;
	padding-bottom: 16px
}
/*.header-search #suggesstion-box{
	 display: block !important;
}*/
.search-dest-block {
    margin-top: 11px !important;
    border-radius: 6px !important;
}
.packblock h3 {
	    border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
		padding-bottom: 13px;
		font-size: 20px;
		text-transform: capitalize;
		font-weight: bold;

}

.packblock .item span a {
    color: #4a4a4a;
	font-weight: 500;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	text-align: center;
}
body .owl-carousel .owl-nav.disabled  {
     display: block !important;
} 


.owl-nav .owl-next {
    position: absolute;
    top: 77px;
    right: 26px;
}

.owl-nav span {
	font-size: 49px;
    color: #fff;
}
.packblock .owl-carousel.owl-loaded {
margin-bottom: 60px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {

    .prb-list{
        display:block !important;
        text-align: center
    }
    .small{
        margin: -5px auto;
    }
    .avlseats{
        margin-bottom: 10px;
    }
    .stlable{
        display:none;
    }
    .tr-option li{
        width: 43.6%;
        margin: 0 3.2% 20px;
        float: left;
    }
    .leftblock h1{
        padding: 20px 0 21px 0;
        line-height:30px;
    }
 .input-box-blocks {
     display: inline-block;
     margin: 0px 12px 11px 12px !important;
     width:100% !important;
  }
 .show-dest ul li{
     width:100%;
     font-size:12px;
 }
 .addtocheck {
      top: 3px !important;
      font-size: 11px;
  }
  .viewlist {
  	margin-top: 0px !important;
  }
  .addtocompare input[type="checkbox"] {
     margin-left: 2px !important;
}
.vimeo-wrapper iframe  {
	height: 100%  !important;
	
  }
  .pagination {
	text-align: center !important;
	margin: 20px 0 20px 0 !important;
  }
}
@media (max-width: 667px) {
    body .mobile-heading-text{
        display:none !important
    }
 
    .cat-title-bg{
        height: 200px !important;
        min-height: 200px !important;
    }
    .entry-title a  {
        word-break: break-word !important;
    }
}
@media only screen and (max-width:767px) {
	.inmapdiv {
		position: absolute;
		background: rgba(0,0,0,0.5);
		width: 100%;
		bottom: 12px;
	}
    .entry-title.mbshow {
		margin-left: 0px;
	}
	.reloadpage .col-sm-5,
	.reloadpage .col-sm-7 {
     padding: 0 !important;
	}
	.text-wrap h1 {
		font-size: 25px !important;
        line-height: 34px !important;
        padding: 0
	}
	.vimeo-wrapper h5 {
		display: none !important;
	}
   body .archive-prod-image {
        width: 100% !important;
        height:auto !important;
    }
    .wp-travel-default-article .inmapdiv .col-sm-6 {
    	border-right: 0px !important;
    }
    .tour-feat-list li {
        margin: 0 0 0 20px !important;
        color: #fff;
        padding-left: 0;
    }
    .tour-feat-list li:before{
        left: -21px;
        font-size: 12px;
    }
  
    .cat-title-bg{
        height: 300px !important;
       
    }
	.footerbg h3 {
		margin: 0px 0px 4px 0px;
		padding-bottom: 12px
	}
	.formtp {
		margin-left: 0px
	}
	.bd-tp .filter-btn {
		display: block;
		border: 1px solid #c7d0d9;
		width: 100px;
		padding: 6px 29px;
		border-radius: 23px;
		cursor: pointer;
		text-align: center;
		margin: 0 auto 20px auto;
	}
	.cust-filter-style {
		display: block !important;
		padding: 0;
	}
	.cust-side-width {
		max-width: 100%;
	}
	.wp-travel-widget-area {
		width: auto;
	}
	.wp-travel-default-article-style {
		display: none;
	}
	.more-filter {
		display: none;
	}
	.more-filter-style {
		display: block !important;
		text-align: center;
		background-color: #0056b3;
		padding: 10px 0;
		position: sticky;
		top: 0;
		z-index: 9;
		width: 100%;
		color: #fff;
		font-size: 20px;
		box-shadow: 0 0 20px -7px #818d99;
	}
	.dropdown-open-trkind {
		z-index: 0;
		position: relative;
	}
	.see-result-style {
		display: block;
		background-color: #0056b3;
		padding: 12px 0;
		text-align: center;
		font-size: 20px;
		position: sticky;
		bottom: 0;
		z-index: 999;
	}
	.see-result-style a {
		color: #fff;
	}
	.custom-filter-style {
		display: none;
	}
	.see-results-hide {
		display: none;
	}
	.see-result-2 {
		display: block;
		background-color: #0056b3;
		padding: 12px 0;
		text-align: center;
		font-size: 20px;
		position: fixed;
		bottom: 0;
		z-index: 999;
		width: 100%;
		color: #fff;
		cursor: pointer;
	}
	.hide_class {
		display: none;
	}
	.cust-contain-width-style {
		padding: 0;
	}
	.video-frame video {
		height: 350px !important;
	}
	.bxshadow ul {
		padding-left: 20px;
		text-align: left;
	}
	.page-id-49 .formtp {
		margin-left: 0px !important;
	}
	.text-wrap {
		margin-top: 0 !important;
	}
	.text-frame p {
		font-size: 15px !important;
		line-height: 20px !important;
		padding: 8px 0 0 0 !important;
	}

	.mobile-heading-text {
		display: block !important;
	}
	.mobile-heading-text a {
		text-align: right;
		display: block;
		color: #fff;
		font-size: 11px;
		text-decoration: underline;
		font-weight: bold;
	}
	body,
	article .post-meta {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	article .title {
		font-size: 2em;
		line-height: 1.5em;
	}
	.site-title {
		font-size: 6px !important;
		line-height: 30px;
	}
	.menu-main-nav-container a,
	.side-title,
	.menu-main-container a {
		font-size: 1em;
		line-height: 1.5em;
	}
	.archive .cust-contain-width header {
		height: auto
	}
	body .card-header .fa-circle-thin,
	body .card-header .fa-flag {
		left: -29px !important;
		right: 0 !important;
		position: absolute !important;
		width: 13px !important;
		z-index: 9999
	}
	body .card .card-header a {
		margin-left: -5px !important;
	}
	.single-itineraries h1 {
		padding-top: 11px !important;
		font-size: 20px !important;
		line-height: 28px !important;
		padding-bottom: 20px;
	}
	.slider-container {
		background-size: cover !important;
        height: 300px !important;
	}
	.slider-container h1 {
		font-size: 20px !important;
	}

	.slider-container h1 span {
		font-size: 13px !important;
	}
	.slider-container .home-search-holder {
        top: 63px;
}
   #formsearch .col-sm-5,
   #formsearch .col-sm-2 {
   	max-width: 100%;
   }
 .home .col-sm-8,
	.archive .wp-travel-default-article .col-sm-4 {
		display: block !important;
		width: 100% !important;
		vertical-align: initial;	
	    max-width: 100% !important;
		flex: 0 0 100% !important;
		padding:0 !important;
	}
	.archive .wp-travel-default-article .col-sm-6.nmpd,
	.archive .wp-travel-default-article .col-sm-2 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
		width: 100% !important;
	}
	
	.header-search {
		display: none !important;
	}
	.custabs ul {
		margin: 0 0 6px 0;
		font-size: 13px;
	}
	.imgbrick {
		width: 50% !Important;
	}
	.wp-travel-content .imgbrick:nth-child(3n) {
		display: none;
	}
	.side-title {
		font-size: 1em;
		line-height: 1.5em;
	}
	.toursidebar {
		top: -20px !important;
	}
	.container {
		width: 100%;
	}
	.video {
		width: 100% !important;
	}
	#mySidenav {
		z-index: 9999;
	}
	.availability-holder ul li {
		width: 49% !important;
		padding-bottom: 10px;
	}
	.availability-holder ul li:last-child {
		width: 100% !important;
		display: block;
		text-align: center;
		max-width: 300px;
		margin: 20px auto 0 auto;
	}
	.single-itineraries .imgbrick {
		display: none !important;
	}
	.single-itineraries .owl-carousel {
		display: block !important;
	}
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
	.header-search #home-search-button2 {
		display: inline-block;
		position: absolute;
		right: -13px;
		top: 1px;
	}
	.header-search .geosearch input[type="text"] {
		padding-left: 3px;
	}
	.header-search {
		top: 56%;
	}
	.text-frame p {
		line-height: 21px !important;
		font-size: 13px;
	}
	.slider-container h1 {
		top: 118px !important;
		width: 100% !important;
		line-height: 30px !important;
	}
	.menu li {
		margin: 0 0 0 13px !important;
	}
	.menu li a {
		font-size: 12px !important;
	}
	.stblock {
		padding: 0 !important;
		margin-bottom: 20px;
	}
    .itrlist{
        margin:0 !important;
    }
	.itrlist li
	{
	    border-bottom: 1px solid #ddd;
	    line-height: 28px;
	}
	body .itrlist span {
		max-width: 190px !important;
		vertical-align: initial;
	}
	body .viewact {
		max-width: 192px !important;
	}
	body #wpmem_reg input[type="text"],
	body #wpmem_reg input[type="email"],
	body #wpmem_reg input[type="url"] {
		padding-left: 36px !important;
	}
	.slider-container h5 {
		display: none !important;
	}
	.hmcontent {
		text-align: justify;
	}
	.whyus .nopadding {
		padding: 0 !important;
	}
	li#menu-item-6, li.menu-item-16431 {
		display: none;
	}
	li#menu-item-248 {
		display: none;
	}
	.navbar-toggle {
		display: block;
	}
	.avtimg:after {
		display: none;
	}
	.slcr {
		left: -62px;
	}
	.menu-main-menu-container {
		display: block;
	}
	.mobile-logo, .mb-links {
		display: block;
	}
	.mb-links {
		display: none;
	}
	.logo a {
		display: none;
	}
	.mobile-logo, .mb-links {
		position: relative;
		top: -12px;
	}
	.header-search {
		display: block;
		width: 75%;
		margin-left: 16px;
		text-align: center;
		margin-bottom: 10px;
		position: absolute;
		top: 54%;
		z-index: 999;
	}
	.header-search .geosearch input[type="text"] {
		padding-left: 5px
	}
	.mobile-logo, .mb-links {
		position: relative;
		top: -17px;
		padding-bottom: 38px;
	}
	.header-search #home-search-button2 {
		display: inline-block;
		position: absolute;
		right: 8px;
		top: 2px;
	}
	.dest-div .col-sm-12
	{
	    padding:0px;
	}
	#wpmem_reg .captcha{
	    display: block;
        width: 100%;
        margin: 0 auto
	}
	.page-id-49 .g-recaptcha{
	    margin: 0 auto 33px
	}
	.g-recaptcha > div {
	    width:100% !important;
	}
	.blog-tab.col-sm-12{
	    display:block;
	    padding: 0 0 17px 0 !important;
	    margin-bottom: 8px;
	}
	.filterTab {
      display: block  !important;
      margin: 0px 0 14px 0  !important;
      width: 100%  !important;
      border-bottom: 1px solid #ddd;
      text-align: center;
  }
  .filterTab li{
      display:block !important;
      width: 100%;
      border-bottom: 1px solid #ddd !important
      
  }
  .archive .ftr-list
  {
      text-align:center !important;
      float:none !important;
      width: 100% !important;
  }
  .cust-side-width{
      display:none;
  }
  .mapbox{
        left: 50px;
		bottom: 0px;
		position: relative;
		color: #fff;
  }
  .mapbox .fa-map-marker {
  	color: #fff;
  	position: relative;
    font-size: 20px
  }
  .tour-feat-list li:before {
color: #fff;
  }
  .mapdiv img {
     width: 90%;
   }
   .viewlist li {
       width: 105px;
   }
  .price-info {
      display: inline-block;
      margin-right: 8px;
}
 .mb-none-itinerary {
     display:none;
 }
 .bjqs li img{
     border-radius:3px;
 }
 .page-template-page-itinerary .inner-block,
 .page-template-page-itinerary .contentbg .col-sm-8
 {
     padding:0px !important;
     padding: 0px !important;
    width: 100%;
    max-width: 100%
 }
 .bjqs-prev,.bjqs-next{
     display:none;
 }

.tour-activity li{
    padding-bottom: 6px;
    position:relative;
}
.tour-activity li strong{
    position: absolute;
    left: -25px;
}
.subact{
   margin: 0 0 10px 0;
   padding-left:10px;
}

.subact li{
    display:block;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 0;
    margin: 0 !important;
}
.tour-activity li span{
    margin-left:0px;
}
.page-template-page-itinerary .row.thismap{
    display: block;
}
 #map{
     width: 97%;
     border-radius: 0px !important;
     margin: 16px 0 10px 0;
 }   

 body .card-header .fa-flag{
     top: 8px !important;
 }
 .card-header a:first-child{
     display:none;
 }
 .bm-info-list{
     padding:0px 
 }
 .custom-list-title{
     padding-left: 30px;
     border-bottom: 1px solid #ddd;
     padding-bottom: 14px;
     margin-bottom: 20px;
 }
 .trip_include ul li, .trip_exclude ul li{
     font-family: roboto,sans-serif !important;
     text-indent: unset  !important;
     font-size: 14px !important;
  }
 .loclist {
  margin: 17px 0 28px 0px;
 }
   .touravail li 
   {
       width: 31%;
   }
   #stickysidebar{
       width: 100% !important;
      max-width: 100% !important;
   }
   #cancelply p
   {
       text-align:justify !important;
   }
   .datesblock li{
       width: 49% !important;
   }
 

   .dis-row .price-d > a{
       margin:7px 0px 8px 0px;
   }
.leftgrstyle {
      left: 0px !important;
      margin: 0 auto;
      width: 100%;
}
.gd-checkout.disprice{
     position: absolute !important;
     right: -131px;
     top: -51px;
}
.timecontrol{
     margin:0px;
     max-width: 100%;
     margin-bottom: 20px;
 }
 .error{
     top: 60px;
    text-align: center
 }
 .formdetails .col-sm-2, .formdetails .col-sm-5, .formdetails .col-sm-5,
 .formdetails .col-sm-6, .formdetails .col-sm-6, .formdetails .col-sm-4{
    margin-bottom: 10px; 
 }
 .formdetails select {
   width: 100%;
}
.page-template-page-cart .col-sm-8{
    padding: 0;
    max-width:100%;
   }
   .cartleftbar .ctblock{
       padding: 0;
   }
   .cartleftbar h2{
       padding-left: 44px;
   }
   
   .responsive-border div{
       display:block;
   }
   .responsive-border ul{
       padding: 0px;
       margin: 0px 0 10px 0;
       list-style:none;
   }
   .responsive-border ul li{
       line-height:28px;
       font-weight:bold;
       position:relative;
   }

    .responsive-border ul li label{
        display: inline-block;
        min-width: 132px;
        font-size: 15px;
        font-weight: normal; 
   }
   .responsive-border{
       border: 1px solid #ddd;
       padding: 5px 10px;
       margin-bottom: 24px;
   }
   .lastul{
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding-bottom: 9px
   }
   .mobile-itinerary ul li p{
       margin-bottom: 0 !important;
       display:inline-block;
   }
   #masthead{
       border-bottom: 1px solid #ddd;
   }
   .page-template-page-cart .container-fluid{
       padding:0px 10px;
   }
   .cartleftbar h1{
       font-size: 26px !important;
       line-height: 35px !important;
       margin: 13px 0px 13px 0 !important
   }
   .stlable{
       font-size:14px;
   }
  body .cartsidebar{
       top: 0px !important;
       right: 0 !important;
       max-width: 100%;
   }
.frth p a{
       display:none !important;
 }
.mb-tr-price {
       font-weight: bold;
}
.mb-tr-price .calprice{
       font-weight: bold;
       border-top: 1px solid #ddd;
 } 
.tr-price-label{
      border-top: 1px solid #ddd;
      font-weight: bold;
      width:100%;
 }
.shoadmore{
   display:none !important;
}
.transtable {
    white-space: nowrap;
    display: flex;
    overflow-y: scroll;
}
 .availabity{
     display:none;
 }  
 .page-template-page-itinerary iframe{
     width: 100%;
     max-width: 100%;
 }
 .holding-seats {
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 13px;;
    text-align: left;
    padding: 6px 5px 6px 34px;
    background: #0056b3;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    position:relative;
 }
 .holding-seats:before {
     content: '\f017';
     position: absolute;
     font-family: FontAwesome;
     left: 13px;
     top: 7px;;
 }
 .showcoupon{
    width: 100%;
    overflow: auto;
    border: 1px solid #ddd;
    padding: 10px
 }
 .showcoupon ul {
     list-style:none;
 }
 .transtable tbody, .transtable th{
     width:100% !important;
 }
 body .mobile-search{
    display:block !important;
    z-index:999;
 }
#home-search-button2{
  display: inline-block;
  position: absolute;
  right: 8px;
  top: -1px;
  height: 35px;
  width: 40px;
  z-index:999;
  }
 /*.main-navigation{*/
 /*    right: 57px;*/
 /*}*/
 .modalmap .animated-map{
     margin: 19px 8px 0 17px;
 }
 .modalmap #map{
     min-height: 243px;
     margin: 0;
    width: 100% !important;
    padding: 0;
    max-width: 100%;
 }
 .loclist{
     overflow-y: clip !important;
 }
 .tax-travel_locations .modal-dialog  {
     margin:0px !important;
     padding: 0 10px;
 }
 #promodecp{
     margin-top: 70px;
 }
 .page-template-page-cart .fancybox-wrap{
     right:20px;
 }
.page-template-page-cart .fancybox-inner{
     max-width: 100% !important;
     width: 100% !important
 }
 .mobile-check-avail {
     display:block !important;
 }
 .mobile-check-avail .checkavail{
    max-width: 100% !important;
    z-index: 999 !important;
    position: relative;
    background: #0056b3 !important;
    z-index: 999;
    position: relative;
    width: 100%;
    border-radius: 0px;
    color: #fff;
 }
 .fixedAvail{
     position: fixed;
     right: 0;
     left: 0;
     width: 100%;
     bottom:0;
 }
 .search-btn{
     right: 63px;
 }
.mobile-search #home-search-button2 {
  top: 15px;
 }
 
 {
	display: block !important;
	font-size: 18px;
	width: 274px;
    text-overflow: ellipsis;
}
    .mobile-filter{
        display: block;
        max-width: 100%;
        clear: both;
        width: 100%;
        border-bottom: 1px solid #ddd;
        float: right;
        padding-bottom: 12px;
        margin-bottom: 14px;
    }
    .mobile-filter a{
        float: right;
        color: #0056b3;
        display: block;
        width: 115px;
        text-align: center;
        font-size: 15px;
        line-height: 38px;
        border: 1px solid #0056b3;
        border-radius: 25px;
        clear: both;
    }
    .list-tour-count {
        margin-bottom: 13px !important;
    }
    /*.fixedfilter{*/
    /*    position:fixed;*/
    /*    margin-left: -10px;*/
    /*    bottom: 100px;*/
    /*    z-index:9999;*/
    /*}*/
    .filter-result{
       position: fixed;
        bottom: 0;
        width: 100%
    }
     .filter-result a{
        background: #0056b3;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 38px;
        border-radius: 3px;
    }
 .archive-prod-image{
         width: 300px !important;
         object-fit: cover;
         margin: 0 auto 12px auto !important;
         text-align: center !important;
         display: block !important;
 }
   .list-tour-count {
         font-size: 18px  !important;
     }
 .customize-search-block{
        left:0px;
    }
    .customize-search-block h4{
        font-size: 28px;
        font-weight: 700;
        line-height: 25px;
    }
  .customize-search-block h4 span {
      font-size: 18px;
      padding-top: 10px;
   }
.tr-option li {
      width: 46.6%;
      margin: 0 1.7% 20px;
      float:left;
 }   
 .left-mobile-align-block{
     float: left !important;
 }
 .bottom-align{
      float: left !important;
 }
  .trip-steps ul{
     margin:0 ;
  }
 .trip-steps ul li a span {
     display:none;
 }
 .trip-steps ul li {
     counter-increment: steps;
     margin-bottom: 20px;
  }
.trip-steps ul > li > a:after {
    content: counter(steps);
    position:absolute;
    height: 30px;
    width: 30px;
    font-size: 14px;
    background:#ddd;
    color: #000;
    border-radius: 15px;
    line-height: 30px;
 }
 .trip-steps ul > li.active a:after {
     background: #3d7ec5;
     color: #fff;
     font-weight: bold;
 }
 .trip-steps ul li:last-child {
     left:0px !important;
 }
 .trip-steps ul li:before {
     display:none;
 }
.input-box-blocks {
     display: inline-block;
     margin: 0 12px;
 }
 .input-box-blocks span {
      display: block;
      font-weight: bold;
      margin-bottom: 8px;
  }
  .number, .numberGroup{
      display: block;
      text-align: center;
  }
  .classalign {
      text-align:center;
  }
.input-box-blocks {
     display: inline-block;
     margin: 0px 0px 11px 0px !important;
     width: 37%;
  }
  .steptwo .stp-option li {
        margin-bottom: 18px  !important;
        line-height: 43px  !important;
        width: 100%  !important;
  }
  .explore-trop h3{
     white-space: initial;
     line-height: 27px;
     margin-bottom: 10px;
  }
body  .searchboxfix .rightblock{
      position:inherit !important;
      max-width: 100%  !important;
  }
  
.show-dest ul li {
     width:49%;
  }
.show-dest h5 {
      text-align:center;
      padding-right:0 !important;
  }
.tour-activity {

  margin-left: 16px !important;
 }
 .set-map-marker {
     float: right;
     display:block !important;
 }
.mb-map {
    border-bottom: 0px solid #ddd !important;

}
.mapdiv  {
    display:none !important;
 }
 .wp-travel-default-article .inmapdiv .mb-map.col-sm-6 {
     width:100% !important;
     flex: 0 0 100%;
 }
 .tour-feat-list {
    display: inline-block;
	list-style: none;
	margin: 7px 0 5px 4px;
	padding-left: 6px;
 }
 .addtocheck {
     top: 37px
 }
 
 .visa-search-block {
     margin: 23px 0 0 0;
     padding: 0 10px 27px 10px;
 }
 

 
.visa-search-block .visa-meta {
     line-height: 20px;
     font-size: 13px;
 }
 .page-id-15470 .cat-title-bg {
     height: auto !important;
 }
 .visa-search-block select {
     margin-bottom: 10px;
 
 }
 .visa-search-block .visa-submit {
     border-radius: 3px !important;
 }
 .vimeo-wrapper iframe  {
	height: 100%  !important;
	
  }
  .pagination {
	text-align: center !important;
	margin: 20px 0 20px 0 !important;
  }

  .home-search-holder {
     background: transparent
  }
  .home-search-holder .after-border:after {
  	display: none;
  }
  .mapicon:before, .adverticon:before{
	   left: 25px;
  }
  .home-search-holder input[type="text"] {
  	padding-left: 42px;
  	margin-bottom: 12px;
  }
 .listing-destination li {
	width: 49%;
  
}
.imptfact p {
	max-width: 400px;
  margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
	.masonry {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
	body.page-template-page-top-destinations-php .masonry {
		-moz-column-count:3;
		-webkit-column-count: 3;
		column-count:3;
	}
}

@media only screen and (min-width: 779px) and (max-width: 991px) {
	.row .container {
    	max-width:90% !important;
	}
	.cust-side-width
	{
	    max-width:40%;
	}
	.cust-contain-width{
	    width: 60%;
	}

}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
     .blog-tab.col-sm-12{
         padding: 0;
     }
     .filterTab{
         width: 51%;
     }
     #filterlist li{
         white-space: nowrap;
     }
     .cust-contain-width .row{
         display: block;
     }
      .cust-contain-width .col-sm-4, .cust-contain-width .col-sm-6, .cust-contain-width .col-sm-2{
          display: block;
          max-width: 100%;
          width: 100%;
      }
      .wp-travel-default-article .inmapdiv .col-sm-6 {
          width: 155px !important;
          display: block;
          margin-right: 22px;
      }
      .mapdiv img {
       width: 100%;

   }
       .mapbox{
           bottom: 64px;
       }
       .itrlist li
    	{
    	    border-bottom: 1px solid #ddd;
    	    line-height: 28px;
    	}
    	body .itrlist span {
    		max-width: 190px !important;
    		vertical-align: initial;
    	}
        .viewlist li {
           width: 105px;
        }
        .price-info {
          display: inline-block;
          padding-right: 10px;
        }
        .bjqs-controls{
            display:none;
        }
        .instlist ul li{
            white-space:nowrap;
        }
        .topbox{
            padding:0 !important;
        }
       body .daysblock span{
            font-size: 15px !important;
        }
        #stickysidebar{
            max-width: 260px !important;
        }

}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
	.menu li.menu-item-16431 .sub-menu:before {
		left: 7px !important;
	}
	.menu li.menu-item-16431 .sub-menu-wrap > ul {
		padding-top: 52px;
	}
	.menu li ul.sub-menu > li {
		padding: 2px 9px !important
	}

}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    .menu li .sub-menu-wrap>ul{
      right: 0;
     min-width: 1145px
   }
   .menu li.menu-item-16431 .sub-menu-wrap>ul{
      right: -87px;
      padding-left: 22px;
      padding-top: 54px;
  
   }
   .menu li.menu-item-16431:hover .sub-menu-wrap,
    .menu li.menu-item-16431 a:hover .sub-menu-wrap {
      	display: block !important;
   } 
   

}

@media only screen and (min-width: 1440px) and (max-width: 1920px) {
 .menu li.menu-item-16431 .sub-menu-wrap > ul {
 	padding-top: 57px
 }
 .menu li.menu-item-16431 ul.sub-menu > li {
 	padding-left: 23px;
 }

}
@media(min-width:768px){
    .sub-menu li.menu-item.menu-item-has-children .sub-menu-wrap {
    /*margin-left: -20px;*/
    /*margin-left: -42px;*/
    clear: both;
    display: inline-block;
    width: 100%;
}
}
@media only screen and (min-width: 1140px){
.contentbg .container-fluid {
     padding: 0px 10px;
    }
}
@media only screen and (min-width: 1141px){
.contentbg .container-fluid {
  padding: 0px 0px;
 }
}

@media (max-width: 1280px) {
	.menu li .sub-menu-wrap > ul {
		min-width: 920px;
		/*margin-left:32px;*/
	}
	.menu li ul.sub-menu > li {
		padding: 2px 3px;
	}
	.menu > li > .sub-menu-wrap > ul.sub-menu > li > a {
		font-size: 15px;
	}
	.menu > li.menu-item-16431 > .sub-menu-wrap > ul.sub-menu > li > a {
		font-size: 13px !important;
		color: #2a3439;
	/*	line-height: 25px;
        margin: 0*/
	}
	.menu > li.menu-item-16431 > .sub-menu-wrap > ul.sub-menu > li > a:before {
		display: none !important;
	}
}

.menu > li.menu-item-16431 > .sub-menu-wrap > ul.sub-menu > li > a {
   	      font-size: 13px !important;
          color: #2a3439 !important;
          border-bottom: 1px solid #ddd;
   }
 .menu li.menu-item-16431 ul.sub-menu > li {
   border-bottom: 0px solid #ddd;
}
	.menu li.menu-item-16431 .sub-menu-wrap > ul {
		right: -166px;
	}
	.menu > li.menu-item-16431  > .sub-menu-wrap > ul.sub-menu > li > a:before {
	    display: none
	}

 .menu li.menu-item-16431 .sub-menu:before {
	 	content: 'Adventure Activities';
		position: absolute;
		left: 22px;
		color: #0056b3;
		top: 9px;
		right: 0;
		font-size: 15px;
		font-weight: 500;
		border-bottom: 1px solid;
		padding-bottom: 8px;
 } 
