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,
font,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
blockquote {
	quotes: none;
}

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

del {
	text-decoration: line-through;
}

header,
section,
article,
aside,
nav,
footer,
address {
	display: block;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #555;
	padding-top: 105px;
	background: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

br.clear {
	clear: both;
	line-height: 0;
}

.clear {
	clear: both;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

p {
	line-height: 1.6em;
}

.hidden {
	display: none;
}

a {
	color: #353536;
}

.container {
	max-width: 1280px;
	width: 95%;
}

header {
	background: linear-gradient(90deg, rgb(12, 74, 250), rgb(252, 20, 20));
 
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999999;
}

header .brand_logo {
	float: left;
}

header .brand_logo img {
	width: 150px;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;

}
@media (max-width: 768px) {
	header .brand_logo img {
		width: 120px;
		margin-top: -17px;
	}
}
header .top {
	padding: 10px 0;
	position: relative;
	max-width: 1280px;
	width: 90%;
}




header form {
	margin: 5px auto 0;
	position: relative;
	overflow: hidden;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}

header form:before {
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url('../images/earth.svg') no-repeat scroll 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}

header.sticky .container:after {
	
}

header #ajaxsearchlite1 {
	border: none !important;
	box-shadow: none !important;
}

header #ajaxsearchlite1 form input {
	background: #fff;
	border-radius: 3px 0 0 3px;
	border: none;
	height: 40px;
	width: 100%;
	float: left;
	padding-left: 50px;
	font-size: 16px !important;
}

header #ajaxsearchlite1 form input {
	-webkit-appearance: none;
}

header #ajaxsearchlite1 .probox,
div.asl_w .probox {
	height: 40px;
}

header div.asl_w .probox .promagnifier {
	height: 40px !important;
	background-color: #34c7bd !important;
	width: 80px !important;
	box-shadow: none !important;
}

header #ajaxsearchlite1 .probox,
div.asl_w .probox {
	box-shadow: 0 !important;
	border: none !important;
}

header form input[type="submit"] {
	background: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	font-weight: 700;
	width: 25%;
	border-radius: 0;
	color: #fff;
	padding: 0;
}

header div.asl_m .probox .proinput input.autocomplete {
	margin-top: -40px !important;
}

#mega-menu-wrap-new_navigation {
	margin-top: 10px;
}

header .mega-sub-menu {
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2) !important;
}

div.asl_w .probox .proloading,
div.asl_w .probox .proclose {
	margin-top: 10px !important;
}

div.asl_r .results .item div.etc {
	margin-top: 0;
}

div.asl_r .results .item .asl_content h3 {
	margin: 5px 0;
}

div.asl_r .results .item .asl_content h3 a {
	color: #444 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 700 !important;
}

div.asl_r .results .item .asl_content {
	padding: 3px !important;
}

div.asl_r .results .item {
	padding: 3px 6px;
}

div.asl_r.vertical .results .asl_spacer:last-child {
	display: none;
}

div.asl_r .results .item:hover,
div.asl_r .results .item.hovered {
	background: #f0ba1a !important;
}

div.asl_r.vertical .results .item:first-child {
	border-radius: 0 !important;
}

header form svg path {
	fill: #fff;
}

header .search_area {
	position: relative;
	margin-top: 3px;
}

header .continents {
	position: absolute;
	top: 40px;
	background: #fff;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
	z-index: 999999;
	display: none;
}

header .proclose.showme {
	display: block !important;
}

header .continents ul {
	padding: 10px;
}

header .continents li {
	display: inline-block;
	font-size: 14px;
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	padding: 5px 10px;
	border-radius: 20px;
	margin: 0 5px 5px;
}

header .continents li:hover {
	background: #555;
}

header .continents li a {
	display: block;
	color: #fff;
	font-weight: 700;
}

header .continents h3,
header .continents h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color: #444;
	margin-bottom: 0;
	padding: 6px 15px 6px;
	border-top: 1px solid #f5f5f5;
}

header .continents h4 {
	color: #666;
	text-transform: capitalize;
}

header .menu_trigger {
	float: right;
	width: 50px;
	height: 50px;
	padding: 15px 0;
	background: #fff;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	margin-top: -2px;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}

header .menu_trigger.cross {
	position: relative;
	z-index: 9999999;
}

header .menu_trigger i {
	height: 2px;
	margin: 3px auto;
	display: block;
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	width: 52%;
	transition: all 0.2s;
}

header .menu_trigger.cross .top-bar {
	transform: rotate(45deg) translate(4px, 4px);
}

header .menu_trigger.cross .middle-bar {
	opacity: 0;
}

header .menu_trigger.cross .bottom-bar {
	transform: rotate(-45deg) translate(6px, -6px);
}

header .menu_trigger .top-bar {
	transform: rotate(0);
}

#navigation {
	height: 0 !important;
	overflow: hidden !important;
	display: block !important;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: fixed !important;
	left: 0;
	right: 0;
	background: rgba(0, 184, 172, 0.9);
	overflow: auto;
	width: 100%;
	z-index: 999999;
}

#navigation.in {
	padding-top: 10%;
	height: 100% !important;
	overflow: auto;
	top: 70px;
}

#navigation ul li {
	margin-bottom: 10px;
	font-size: 24px;
}

#navigation ul li a {
	color: #fff;
	padding: 0;
	background: none;
	font-weight: 700;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

#navigation ul li a:hover {
	opacity: 0.8;
}

#navigation .scl span {
	display: inline-block;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}

#navigation .scl a img {
	width: 40px;
	height: auto;
}

#navigation .scl a {
	display: inline-block;
	margin-left: 5px;
}

header .contact_details {
	position: relative;
	padding: 5px 35px 5px 20px;
	background: #2d13af;
	border-radius: 40px;
	margin-top: 9px;
}

header .call {
	display: block;
	text-align: center;
}

header .call.trigger:after {
	content: "";
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #fff;
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: none;
}

header .call.trigger img {
	width: 30px;
	height: auto;
	display: none;
}

header .contact_details.active .call.trigger:after {
	border-top: none;
	border-bottom: 6px solid #fff;
}

a:hover,
a:focus {
	text-decoration: none !important;
}

header .call small,
header .call b {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

header .call {
	cursor: pointer;
}

header .call b {
	font-size: 17px;
}

header .contact_details span.box {
	display: block;
	background: rgba(0, 0, 0, 0.2);
	padding: 10px;
	margin: 3px 0;
	text-align: center;
	min-width: 200px;
	color: #fff;
}

header .contact_details span.box:hover {
	background: rgba(0, 0, 0, 0.3);
}

header .contact_details span.box a {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

header .more_details {
	position: absolute;
	top: 50px;
	left: 0;
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	padding: 3px 6px;
	width: 240px;
	z-index: 99999990;
	display: none;
}

header .navigation_cover {
	display: flex;
	justify-content: right;
	margin-top: 10px;
}

#spotlight {
	position: relative;
	overflow: hidden;
}

#spotlight .spot_bg {
	height: 600px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

#banner_video {
	width: 100%;
	display: block;
}

#spotlight .cover {
	position: absolute;
	left: 0;
	top: 20%;
	right: 0;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#spotlight .title {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 70px;
	line-height: 60px;
	margin-bottom: 10px;
}

#spotlight .description {
	color: #fff;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

#spotlight .description p {
	font-size: 30px;
	font-weight: 300;
}

#spotlight .description b,
#spotlight .description strong {
	font-weight: 700;
}

/*Search style*/
#visa_quick_search {
	background: rgba(255, 255, 255, 1);
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	margin-top: 30px;
}

#visa_quick_search input.button {
	display: block;
	width: 100%;
	height: 55px;
	text-transform: uppercase;
	border-radius: 10px;
}

#visa_quick_search input.button:hover {
	background: rgba(255, 255, 255, 0.5);
}

#visa_quick_search .box {
	padding: 0 5px;
}

#visa_quick_search .col {
	background: #fff;
	padding: 0;
	border-radius: 2px;
	border-right: 1px solid #eee;
}

#visa_quick_search .label2 {
	color: #222;
	padding-left: 15px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	display: block;
	font-weight: 700;
}

#visa_quick_search select {
	width: 100%;
	margin: 0;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: normal;
}

.select2-results .fi {
	margin-right: 10px;
}

#visa_quick_search .select2-container .select2-selection--single {
	height: 35px;
	border: none;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700;
	font-size: 13px;
	color: #555;
}

#visa_quick_search .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
	padding-left: 15px;
}

#visa_quick_search .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

#visa_quick_search input.button {
	background: #f0ba1a;
	color: #000;
	border: none;
	font-weight: 700;
}

#visa_quick_search .row {
	margin: 0 !important;
}

.radio_list {
	display: flex;
	align-items: baseline;
	margin-top: 10px;
	padding-left: 15px;
}

.radio {
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	margin: 0 25px 0 0;
	line-height: 14px;
}

.radio input {
	display: none;
}

.radio input+span {
	display: inline-block;
	position: relative;
	padding-left: 23px;
	line-height: 16px;
}

.radio input+span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	background: #fff;
}

.radio input+span:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #128eb3;
	position: absolute;
	border-radius: 50%;
	top: 3px;
	left: 3px;
	opacity: 0;
	transform: scale(0, 0);
	transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.radio input:checked+span:after {
	opacity: 1;
	transform: scale(1, 1);
}

/*Search Style end*/
a.button,
a.button_1 {
	background: #fff;
	padding: 10px 30px;
	border-radius: 20px;
	color: linear-gradient(
20deg
, #7F1E9C, #D72638);
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #fff;
	margin-right: 20px;
	display: inline-block;
	font-size: 15px;
	text-decoration: none !important;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}

a.button span,
a.button_1 span {
	font-weight: 600;
	position: relative;
}

a.button_1 {
	background: none;
	color: #fff;
}

a.button:hover {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	color: #fff;
	border-color: linear-gradient(
20deg
, #7F1E9C, #D72638);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}

a.button_1:hover {
	background: #fff;
	color: linear-gradient(
20deg
, #7F1E9C, #D72638);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}

.button_3 {
	padding: 10px 30px;
	background: #f0ba1a;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
	border: none;
	text-align: center;
}

#head_details .button_3 {
	padding: 10px 10px;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

.button_4 {
	background: #fff;
	padding: 9px 30px;
	border-radius: 20px;
	color: linear-gradient(
20deg
, #7F1E9C, #D72638);
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid linear-gradient(
20deg
, #7F1E9C, #D72638);
	margin-right: 20px;
	display: inline-block;
	font-size: 15px;
	text-decoration: none !important;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	text-align: center;
}

.button_4.full {
	width: 100%;
	margin-bottom: 10px;
}

.button_4.small {
	margin-bottom: 10px;
}

#sidebar .button_3 {
	width: 100%;
	text-align: center;
}

.button_3 span {
	font-weight: 700;
}

.button_3.center {
	width: 240px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.mouse_down {
	height: 55px;
	width: 35px;
	border-radius: 20px;
	position: absolute;
	right: 10%;
	top: 60%;
	z-index: 3;
	border: 3px solid #fff;
	opacity: 0.8;
}

.mouse_down:after {
	content: "";
	height: 7px;
	width: 3px;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	border-radius: 20px;
	margin: auto;
	background: #fff;
	-webkit-animation: scroll 1.3s ease-out infinite forwards;
	-moz-animation: scroll 1.3s ease-out infinite forwards;
	animation: scroll 1.3s ease-out infinite forwards;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}

}

@-moz-keyframes scroll {
	0% {
		-moz-transform: translateY(0);
	}

	50% {
		-moz-transform: translateY(10px);
	}

	100% {
		-moz-transform: translateY(0);
	}

}

@keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

}

.mouse_down:before {
	content: "";
	left: 0;
	right: 0;
	bottom: -25px;
	height: 20px;
	width: 20px;
	margin: auto;
	background: url(../images/down-arrow.svg) no-repeat scroll 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	-webkit-animation: scroll 1.3s ease-out infinite forwards;
	-moz-animation: scroll 1.3s ease-out infinite forwards;
	animation: scroll 1.3s ease-out infinite forwards;
}

#deals.deals_home .container {
	margin-top: -100px;
	position: relative;
}

#deals .owl-prev,
#deals .owl-next {
	position: absolute;
	background: url(../images/arrow-next.svg) no-repeat scroll 0 0;
	width: 32px;
	height: 32px;
	-webkit-background-size: contain;
	background-size: contain;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -40px;
	text-indent: -99999px;
	overflow: hidden;
}

#deals .owl-prev {
	background: url(../images/arrow-back.svg) no-repeat scroll 0 0;
	right: unset;
	left: -40px;
}

#deals {
	padding-bottom: 20px;
}

#deals .cover {
	background: #fff;
	padding: 15px 10px 0;
	position: relative;
	z-index: 9;
}

#deals h2.box_title {
	text-align: center;
	margin-bottom: -20px;
}

#deals h2.box_title span {
	background: #f0ba1a;
	color: #000;
	display: inline-block;
	padding: 10px 30px;
	box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 99;
	font-weight: 300;
	font-size: 30px;
}

#deals a.thumb {
	position: relative;
	display: block;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	overflow: hidden;
	border-radius: 5px;
	background: #000;
}

#deals img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}

#deals a.thumb:hover img {
	opacity: 0.4;
}

#deals .col {
	padding: 0 7px;
	position: relative;
	margin-bottom: 14px;
	font-size: 15px;
}

#deals {
	font-size: 0;
}

#deals .row {
	display: flex;
	flex-wrap: wrap;
}

#deals .description_side {
	display: flex;
	flex-wrap: wrap;
	align-content: end;
	background: #eee;
	padding: 30px;
}

#deals .list_side {
	background: #f5f5f5;
	padding: 30px 20px 20px;
}

#deals .col {
	float: none;
	display: inline-block;
	vertical-align: top;
}

#deals .hot_scroll {
	height: 0;
}

#deals .hot_scroll.owl-loaded {
	height: auto;
}

#deals .hot_scroll .col {
	margin-bottom: 0;
	width: auto !important;
	float: none !important;
}

#deals .col a.thumb:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 3px 3px 0 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

#deals .col .details {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 4;
}

#deals .col .details small p {
	padding: 0 15px;
	color: #fff;
	font-weight: 400;
	font-style: italic;
}

#deals .col span.title {
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	padding: 5px 15px;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
}

#deals .pack_details {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	font-size: 15px;
	color: #fff;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
}

#deals .pack_details .pack_date,
#deals .pack_details .pack_dep {
	padding: 8px 5px;
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	font-size: 14px;
}

#deals .pack_date p {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
}

#deals .pack_details .pack_dep {
	float: right;
	background: #03887f;
}

#deals .pack_details b {
	font-weight: 700;
}

.tag_price {
	position: absolute;
	right: 0;
	top: 10%;
	background: #f0ba1a;
	color: #000;
	font-size: 15px;
	padding: 6px 10px 4px;
}

#deals .col span.days_no {
	padding: 5px 15px;
	display: block;
	color: #fff;
}

#deals .col span.days_no b {
	font-weight: 700;
}

#deals .col span.days_no small {
	display: block;
	font-size: 15px;
	font-weight: 700;
}

#deals .button_2 {
	padding: 8px 0;
	border-radius: 4px;
	color: #fff;
	width: 140px;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 15px;
	text-decoration: none !important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20%;
	margin: auto;
	text-align: center;
	z-index: 2;
}

#deals a.thumb:hover .button_2 {
	background: #fff;
	color: linear-gradient(
20deg
, #7F1E9C, #D72638);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}

#deals h3 a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

#deals p {
	font-size: 14px;
	color: #000;
	font-weight: 300;
	line-height: 14px;
}

#deals h2.title {
	margin-bottom: 20px;
}

#deals p.description {
	font-size: 15px;
	line-height: 24px;
}

#deals h3 {
	font-size: 17px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#deals .info small {
	display: block;
	text-align: right;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}

#deals .info b {
	display: block;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

#deals .deal_details {
	background: #f5f5f5;
	overflow: hidden;
	padding: 15px 0;
	border-radius: 0 0 10px 10px;
}

#deals .row {
	margin-left: -7px;
	margin-right: -7px;
}

#how_works {
	background: #f7f7f7;
	padding: 70px 0;
	font-size: 0;
	text-align: center;
}

#how_works .col {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	font-size: 14px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#how_works .container {
	width: 90%;
	max-width: 1400px;
}

h2.title,
h1.title {
	color: #444;
	font-weight: 300;
	margin-bottom: 50px;
	font-size: 35px;
}

h2.title a,
h1.title a {
	color: #444;
	font-weight: 300;
}

h1.title {
	text-transform: uppercase;
}

#how_works h3 {
	font-weight: 700;
	color: #333333;
	margin-bottom: 20px;
}

#how_works img,
#how_works svg {
	width: 60px;
	height: auto;
	display: block;
	position: relative;
	z-index: 9;
}

#how_works .col span.icon {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

#how_works .col span:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: #70d5cf;
	border-radius: 50%;
}

#how_works .col:nth-child(1) span:after,
#how_works .col:nth-child(3) span:after {
	right: 0;
	top: 0;
}

#how_works .col:nth-child(2) span:after,
#how_works .col:nth-child(4) span:after {
	left: 0;
	bottom: 0;
}

#how_works .col:nth-child(5) span:after {
	left: 0;
	top: 0;
}

#where_we_go {
	padding: 70px 0;
}

#where_we_go .widget {
	margin-bottom: 20px;
}

#where_we_go .box {
	position: relative;
	display: block;
	background: #000;
	margin: 0 -5px;
	overflow: hidden;
}

#where_we_go .box img {
	display: block;
	height: auto;
	opacity: 0.8;
	transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	width: 100%;
}

#where_we_go .box:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

#where_we_go .box b {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 20px;
}

#activities {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	font-size: 0;
	position: relative;
}

#activities .container {
	position: relative;
	padding: 90px 0 70px;
}

#activities .col {
	display: inline-block;
	width: 20%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	border-right: 1px solid #fff;
}

#activities .col:last-child {
	border-right: none;
}

#activities .col span.icon {
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}

#activities .col span.icon img {
	position: relative;
	z-index: 2;
	height: auto;
}

#activities .col span.icon:after {
	content: "";
	width: 80px;
	height: 80px;
	background: #f0ba1a;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	right: -5px;
	top: -20px;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}

#activities .col h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}

#activities .col b {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	color: #f5f5f5;
}

#activities .col:hover span.icon:after {
	right: 10px;
	top: 10px;
}

#activities .container:after {
	height: 6px;
	width: 100%;
	background: #f0ba1a;
	position: absolute;
	top: 0;
}

#services {
	padding: 70px 0;
}

#services img,
#services svg {
	display: inline-block;
	width: 50px;
	height: auto;
	margin-bottom: 15px;
}

#services .widget {
	margin-bottom: 40px;
}

#services .widget h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

#services .widget h4 a {
	font-weight: 700;
	color: #333;
}

#services .widget .cover {
	padding: 0;
}

.more_arrow {
	text-indent: -200px;
	overflow: hidden;
	display: inline-block;
	width: 100px;
	padding-right: 20px;
	height: 20px;
	background: url(../images/right-arrow.svg) no-repeat scroll center center;
	-webkit-background-size: contain;
	background-size: contain;
	margin-top: 10px;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}

.more_arrow:hover {
	background-position: right center;
	color: linear-gradient(
20deg
, #7F1E9C, #D72638);
	text-indent: 0;
	text-decoration: none;
}

#testimonials {
	padding: 50px 0 70px;
	color: #333;
	background: #f2f4f9;
}

#testimonial_slide {
	position: relative;
}

body .wpac {
	font-family: 'Source Sans Pro', sans-serif !important;
}

/*#testimonial_slide:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #adadad;
	margin: 0 auto;
	z-index: -1;
}*/
#testimonials .cover {
	padding: 0 60px;
	background: #fff;
}

#testimonials .traveler {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

#testimonials .traveler img {
	border-radius: 5px;
	width: 100px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
}

#testimonials img {
	height: auto;
}

#testimonials b {
	display: block;
	padding-top: 15px;
	font-size: 16px;
	color: #000;
	font-style: italic;
	margin-bottom: 2px;
}

#testimonials small {
	display: block;
	font-size: 14px;
	font-style: italic;
}

#testimonials p {
	margin: 25px 0;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 300;
}

/*blog*/
.blog_container {
	max-width: 900px;
}

.blog h2.title {
	font-size: 40px;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}

.blog-content img {
	width: 100%;
	display: block;
	height: auto;
	margin-bottom: 0;
}

.blog-title a,
.blog-title {
	font-size: 22px;
	line-height: 36px;
	text-transform: none;
	color: #000000;
}

.blog-title {
	margin-bottom: 20px;
}

.blog-content {
	display: block;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.image_styled {
	float: right;
	width: 70%;
	max-width: 400px;
}

#list_of_blogs .blog-content:nth-child(2n) .image_styled {
	float: left;
}

.entry_content {
	float: left;
	background: rgba(255, 255, 255, 1);
	padding: 30px;
	position: absolute;
	right: 25%;
	top: 10%;
	box-shadow: 0 0 70px rgba(0, 0, 0, .11);
}

#list_of_blogs .blog-content:nth-child(2n) .entry_content {
	right: unset;
	left: 25%;
}

.entry_content p {
	font-size: 16px;
	line-height: 25px;
	text-transform: none;
	color: #666666;
	margin-bottom: 20px;
}

.postdate {
	display: block;
	margin-bottom: 10px;
	text-align: right;
}

.bloginner {

	/*background: #cfe8e7;*/
	padding: 25px;
}

.blogtitle {
	font-size: 40px;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
}

.bloginner p {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
}

.rltd_blog {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.relatedposts h4.related {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	margin: 20px;
	text-align: center;
}

.rltd_blog h4 {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}

.rltd_blog p {
	font-size: 16px;
	text-align: left;
	color: #fff;
}

#links_to_page {
	padding-bottom: 70px;
}

#links_to_page .link_col {
	-webkit-background-size: cover !important;
	background-size: cover !important;
	display: block;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background-position: center center;
}

#links_to_page .link_col p {
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.3em;
}

#links_to_page .link_col .cover {
	padding: 80px 40px;
	display: block;
}

#links_to_page .link_col b {
	border: 1px solid #fff;
	padding: 8px 30px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	font-size: 15px;
	text-transform: uppercase;
}

#links_to_page .link_col:hover b {
	background: #fff;
	color: #000;
}

footer {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	position: relative;
	padding: 50px 0;
	color: #fff;
}

footer div.container {
	position: relative;
	z-index: 99;
}

footer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background: url('../images/map.png') no-repeat scroll center center;
	background: contain;
	opacity: 0.1;
	margin: auto;
}

footer .head_title {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

footer .head_title h2 {
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}

footer .head_title h2 a {
	color: #fff;
	font-weight: 300;
}

footer .head_title p {
	font-size: 15px;
}

footer .widget {
	color: #fff;
	font-size: 15px;
}

footer .widget a {
	color: #fff;
}

footer .widget b {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
}

footer .widget p.mail {
	font-size: 20px;
	margin-top: 20px;
}

footer .widget p.mail a {
	font-weight: 300;
}

footer .widget li {
	margin-bottom: 4px;
}

footer .locations_widget li {
	width: 50%;
	float: left;
}

footer .locations_widget {
	overflow: hidden;
}

footer form .nf-field-element input {
	width: 100% !important;
	border: 1px solid #fff;
	border-radius: 3px;
	height: 40px;
	background: none;
	color: #fff;
	padding-left: 10px;
}

footer form .nf-field-element input:focus::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

footer form .nf-field-element input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

footer form .nf-field-element input[type="button"] {
	background: #f0ba1a;
	color: #111;
	text-transform: uppercase;
	width: 100%;
	padding-left: 0;
	border: none;
	font-size: 13px;
}

#scl {
	margin-top: 30px;
}

#scl li {
	display: inline-block;
	width: 42px;
	margin: 0 10px;
}

#scl li:hover {
	opacity: 0.6;
}

#scl li img {
	width: 100%;
	height: auto;
}

/*package page style start here*/
#package_content {
	padding: 35px 0 30px;
}

.breadcrumbs {
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 12px;
}

.breadcrumbs a,
.breadcrumbs span {
	float: left;
}

.next_arrow {
	height: 12px;
	width: 12px;
	background: url(../images/next.svg) no-repeat scroll 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	float: left;
	margin: 5px 3px 0;
}

.breadcrumbs span {
	display: inline-block;
}

#head_details .info.price {
	color: linear-gradient(
20deg
, #7F1E9C, #D72638);
}

#head_details small {
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
}

#head_details .info {
	font-weight: 700;
	color: #000;
	font-size: 23px;
}

#head_details h2.title {
	font-size: 40px;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	margin-bottom: 0;
}

#head_details h1.title {
	font-size: 40px;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	margin-bottom: 0;
}

#head_details {
	margin-bottom: 30px;
}

#package_content h3.title {
	text-transform: uppercase;
	color: #999;
	font-weight: 700;
	font-size: 27px;
	margin-bottom: 20px;
	clear: both;
}

.gallery {
	font-size: 0;
	padding-right: 0
}

.featured_image {
	position: relative;
	overflow: hidden;
}

.featured_image .play {
	background: url('../images/play-button.svg') no-repeat scroll center center rgba(0, 0, 0, .3);
	-webkit-background-size: 64px;
	background-size: 64px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	cursor: pointer;
}

.featured_image.active {
	width: 100%;
	display: block;
	height: 405px;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	border-radius: 10px;
	background-color: #eee;
}

.featured_image iframe {
	position: absolute;
	left: 0;
	top: 0;
}

.gallery .thumb {
	width: 48%;
	display: inline-block;
	overflow: hidden;
	margin-left: 5px;
	margin-bottom: 5px;
	border-radius: 10px;
	height: 132px;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

#what_you_get {
	padding: 30px 0 0;
	font-size: 0;
}

.images_section {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.full_image {
	position: relative;
	overflow: hidden;
	background: #ccc;
	border-radius: 10px;
}

.full_image .pack_details {
	position: absolute;
	right: 0;
	bottom: 0;
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	color: #fff;
	padding: 5px 10px;
}

.full_image .pack_details p {
	margin-bottom: 0;
}

#what_you_get h4 {
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
	font-size: 14px;
}

#what_you_get .col {
	width: 16%;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	margin-bottom: 30px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

#what_you_get img,
#what_you_get svg {
	width: 50px;
	height: auto;
	position: relative;
	z-index: 9;
}

#what_you_get svg {
	fill: #444;
}

#what_you_get span.icon {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

#what_you_get span.icon:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: #70d5cf;
	border-radius: 50%;
	left: 0;
	bottom: 0;
	opacity: 0.7;
}

#itinerary h4 {
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 700;
}

#itinerary ul {
	padding-left: 20px;
	margin-left: 20px;
	position: relative;
	margin-bottom: 40px;
}

#itinerary ul:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background: #ddd;
}

#itinerary ul:before {
	content: "";
	position: absolute;
	left: -3px;
	bottom: -2px;
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 50%;
	z-index: 9;
}

#itinerary ul li {
	padding: 10px 0;
	position: relative;
	padding-left: 20px;
}

#itinerary ul li:first-child {
	padding-top: 0;
}

#itinerary ul li:last-child {
	padding-bottom: 0;
}

#itinerary ul li:before {
	content: "";
	background: url(../images/location.png) no-repeat scroll 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -33px;
	z-index: 9;
	top: 0;
}

#itinerary li h5 {
	font-size: 17px;
	color: #555;
	margin-bottom: 10px;
	font-weight: 700;
}

#itinerary {
	height: 750px;
	overflow: hidden;
	transition: .8s ease all;
	-moz-transition: .8s ease all;
	-webkit-transition: .8s ease all;
}

.button_container {
	background: #fff;
	margin-top: -40px;
}

.button_container {
	background: #fff;
	margin-top: -71px;
	padding: 22px;
	position: relative;
	z-index: 10;
}

.button_container.clear_cover .expand_it,
.button_container .collapse_it {
	display: none;
}

.button_container.clear_cover .collapse_it {
	display: block;
}

.button_container.clear_cover {
	margin-top: 0;
}

.button_container .button_3 {
	z-index: 9;
	position: relative;
}

.other_content {
	margin-bottom: 30px;
}

.button_container:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #eee;
	top: 0;
	bottom: 0;
	margin: auto;
}

#box_content {
	background: #f5f5f5;
	padding: 20px 20px 10px;
	margin-bottom: 20px;
}

/* Single Page */
.single_page {
    color: #000;
    font-size: 15px;
}

/* Unordered List */
.single_page ul {
    margin-bottom: 20px;
    padding-left: 20px !important; /* Ensures bullets align properly */
    line-height: 1.6;
    list-style-type: disc; /* Default bullet */
    text-align: justify; /* Align text like the screenshot */
}

/* Ordered List (Numbers) */
.single_page ol {
    margin-bottom: 20px;
    padding-left: 20px !important; /* Ensures numbers align properly */
    list-style-type: decimal;
    line-height: 1.6;
}

/* List Items (Applies to both <ul> and <ol>) */
.single_page li {
    color: #000;
    margin-bottom: 5px; /* Fix spacing based on screenshot */
    line-height: 1.6em;
    font-size: 15px;
}
.single_page ul {
    list-style-position: outside !important;
    padding-left: 10px !important; 
    margin-left: 25px !important; /* Moves bullets more left */
}
/* Alternative Bullet Styles */
.single_page .circle {
    list-style-type: circle;
}

.single_page .square {
    list-style-type: square;
}

.single_page h3 {
	font-weight: 600;
	color: #222;
	font-size: 20px;
	margin-bottom: 15px;
}

.single_page form h3 {
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
}

.single_page h2 {
	font-weight: 700;
	color: #000;
	font-size: 22px;
	margin-bottom: 20px;
}

.single_page b,
.single_page strong {
	font-weight: normal;
	font-weight: 700;
}

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

.single_page h1,
.single_page h2,
.single_page h3,
.single_page h4,
.single_page h5,
.single_page h6 {
	margin: 0;
	margin-bottom: 20px;
}

.single_page h4 {
	margin-top: 20px;
	font-size: 16px;
	color: #000;
}

.single_page h5 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

.single_page h6 {
	font-size: 15px;
}

.single_page p {
	margin-bottom: 20px;
	font-size: 16px;
}

.single_page p a,
.single_page li a {
	color: linear-gradient(
20deg
, #7F1E9C, #D72638);
}

.single_page table {
	border-collapse: collapse;
	width: auto !important;
}

.single_page td {
	border: 1px solid #eee;
	padding: 10px;
	width: auto !important;
	vertical-align: top;
}

.single_page td h4,
.single_page td h3 {
	margin: 0;
}

.single_page .single p {
	margin-bottom: 0;
}

/*single page end*/
#sidebar aside,
#sidebar_left aside {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	padding: 30px 15px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.side_wrap {
	position: relative;
}

i#apply-now {
	position: absolute;
	top: -70px;
	z-index: -1;
}

#sidebar.target_activated {
	position: unset !important;
}

#sidebar.fixed {
	position: fixed;
	top: 75px;
}

#nf-field-10 {
	margin-top: 4px;
}

#sidebar form input {
	border: none;
	background: #fff;
	height: 40px;
	width: 100%;
	padding-left: 10px;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	outline: none;
}

#ninja_forms_required_items,
.nf-field-container {
	margin-bottom: 10px !important;
}

#sidebar input[type="button"] {
	background: #f0ba1a;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}

#sidebar input[type="button"]:hover {
	background: #fff;
}

#sidebar .nf-field-label label {
	color: #fff;
	font-weight: 400 !important;
	font-size: 15px;
}

.label-above .nf-field-label {
	margin-bottom: 5px !important;
}

#sidebar .nf-before-form-content {
	display: none !important;
}

#sidebar h4,
#sidebar_left h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

#sidebar .button_2 {
	display: block;
	width: 100%;
	text-align: center;
}

#sidebar .content {
	color: #fff;
	margin-bottom: 20px;
}

#sidebar .content b {
	font-weight: 700;
}

/*packages_list style*/
#international_packages {
	padding: 60px 0;
	background: #f5f5f5;
}

#international_packages h2 {
	margin-bottom: 30px;
}

#international_packages h2.title a {
	font-weight: 300;
}

#international_packages .button_4 {
	margin-right: 0;
}

.packages_list {
	padding-bottom: 30px;
}

.packages_list .item {
	padding: 0 10px;
}

.packages_list .package_inner {
	box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 0 0 3px 3px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	width: 100%;
}

.packages_list .row {
	display: flex;
	flex-wrap: wrap;
}

.packages_list .row .col_item {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}

.packages_list a.thumb {
	height: 200px;
	width: 100%;
	display: block;
	border-radius: 3px 3px 0 0;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	overflow: hidden;
	position: relative;
}

.packages_list a.thumb .pack_details {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}

.packages_list a.thumb .pack_details p {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.packages_list a.thumb span {
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	text-indent: -99999px;
}

.packages_list .package_inner:hover a.thumb span {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.packages_list .package_details {
	overflow: hidden;
	padding: 15px 0;
	border-radius: 0 0 3px 3px;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	position: relative;
	background: #fff;
}

.packages_list .package_details a.link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	text-indent: -9999px;
	overflow: hidden;
}

.packages_list h3 {
	font-size: 17px;
	color: #222;
	font-weight: 700;
	margin-top: 2px;
	margin-bottom: 10px;
}

.packages_list small {
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #111;
}

.packages_list .days b {
	font-size: 13px;
	color: #999;
	font-weight: 600;
	display: block;
	line-height: 30px;
}

.packages_list .price b {
	color: linear-gradient(
20deg
, #7F1E9C, #D72638);
	font-weight: 700;
	font-size: 20px;
}

.packages_list .price b small {
	font-size: 13px;
	font-weight: 300;
	display: inline;
}

#middle_east_visa {
	padding: 80px 0;
	background: #fff;
}

#question .container .contact {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	padding: 50px;
	text-align: center;
	margin-bottom: 50px;
}

#question h2.title {
	margin-bottom: 20px;
	color: #fff;
}

#question p a small,
#sidebar .phone small {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	display: block;
	text-align: left;
	line-height: 25px;
}

#question .container p,
#sidebar .phone {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

#question .container p a,
#sidebar .phone a {
	color: #fff;
	position: relative;
	padding-left: 60px;
	text-decoration: none;
	display: inline-block;
	line-height: 46px;
}

#sidebar .phone a {
	font-size: 26px;
	font-weight: 700;
}

#question .container p a:hover {
	opacity: 0.5;
}

#question .container p a:before,
#sidebar .phone a:before {
	content: "";
	width: 48px;
	height: 48px;
	background-image: url(../images/phone.svg);
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 8px;
	opacity: 0.9;
}

#banner {
	padding: 80px 0 50px;
	-webkit-background-size: cover;
	background-size: cover;
	height: 300px;
	background-position: center center;
	position: relative;
}

#banner .container {
	position: relative;
	z-index: 2;
}

#banner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

#banner.taxonomy_banner {
	background-image: url(../images/banner.jpg);
}

#banner p {
	font-size: 40px;
	line-height: 45px;
	color: #fff;
}

#banner .banner_title {
	font-weight: 700;
	margin-bottom: 5px;
	color: #fff;
}

#banner .banner_title .cap {
	text-transform: capitalize;
	text-decoration: underline;
}

.mega-menu-description {
	display: none !important;
}

#banner .banner_description {
	font-weight: 300;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 23px;
}

#banner .text {
	margin-bottom: 30px;
}

#content_area {
	padding: 80px 0;
}

#sidebar h3,
#sidebar_left h3 {
	font-weight: 700;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 20px;
}

#sidebar h3 small,
#sidebar_left h3 small {
	font-weight: 300;
	color: #fff;
	display: block;
	margin-top: 8px;
}

.tag_list {
	font-size: 0;
}

.tag_list li {
	display: inline-block;
	padding: 0;
	margin-bottom: 4px;
	width: 50%;
	text-align: left;
	padding: 0 2px;
}

.tag_list li label {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.tag_list li a {
	display: table-cell;
	background: rgba(255, 255, 255, 0.3);
	padding: 5px 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	width: 1000px;
	height: 53px;
	vertical-align: middle;
	font-weight: 600;
	text-align: center;
}

.tag_list li a:hover {
	background: #fff;
	color: linear-gradient(
20deg
, #7F1E9C, #D72638);
	text-decoration: none;
}

h3.search_items {
	background: #f5f5f5;
	padding: 10px;
	text-align: center;
}

h3.search_items,
h1.search_items {
	font-size: 21px;
	color: #444;
	margin-bottom: 20px;
}

h3.search_items small {
	font-size: 16px;
	color: #444;
	background: #f3f3f3;
	padding: 6px 10px;
	border-radius: 20px;
	margin: 3px;
	display: inline-block;
	font-weight: 600;
}

h3.search_items small i {
	text-decoration: none;
	font-style: normal;
}

h3.search_items small:last-child i {
	display: none;
}

/* .squaredOne */
.check_cover {
	position: relative;
}

.check_cover label {
	cursor: pointer;
	position: relative;
}

.check_cover label span {
	padding-left: 25px;
}

.check_cover label:after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2px;
	left: 2px;
	border: 2px solid #fff;
}

.check_cover label:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 5px;
	width: 16px;
	height: 16px;
}

.check_cover input[type=checkbox] {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.check_cover input[type=checkbox]:checked+label:before {
	background: url(../images/tick.svg) no-repeat scroll 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}

#content_area.contact-page {
	padding: 80px 0;
}

.contact_box {
	padding-right: 60px;
}

.nf-before-form-content {
	display: none;
}

.nf-field-label label {
	font-weight: 400 !important;
	font-size: 15px;
}

.contact-page .nf-field-element input,
.contact-page .nf-field-element select,
.contact-page .nf-field-element textarea {
	width: 100% !important;
	height: 40px !important;
	background: none;
	border: none !important;
	padding-left: 5px;
	border-bottom: 1px solid #444 !important;
	font-size: 16px;
}

.contact-page .nf-field-element input:focus {
	border-color: linear-gradient(
20deg
, #7F1E9C, #D72638);
}

.contact-page .contact_box textarea {
	height: 120px !important;
	resize: none;
}

.contact_box .nf-field-container {
	margin-bottom: 35px !important;
}

.contact-page .nf-field-element input[type="submit"] {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	width: 200px !important;
	cursor: pointer;
	border: none !important;
	border-radius: 5px;
}

.side_box .box {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	padding: 40px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.side_box .box .title {
	font-weight: 600;
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	color: #fff;
}

.side_box .box a.phone {
	font-size: 25px;
	color: #f5f5f5;
	font-weight: 300;
	position: relative;
	padding-left: 40px;
	text-decoration: none !important;
}

.side_box .box a.phone:after {
	content: "";
	width: 32px;
	height: 32px;
	background-image: url(../images/phone.svg);
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.9;
}

.side_box .box a.email {
	color: #fff;
}

.side_box .box a.email b {
	font-weight: 700;
}

.side_box .address p {
	font-size: 15px;
	color: #f5f5f5;
	line-height: 1.4em;
	margin-bottom: 5px;
}

.scl_icons svg,
.scl_icons img {
	width: 32px;
	height: 32px;
}

.scl_icons svg:hover path {
	fill: #000;
}

.scl_icons li {
	display: inline-block;
}

#sidebar_left #price_range {
	background: none;
	color: #fff !important;
	font-weight: 400 !important;
	font-size: 24px;
	margin-bottom: 20px;
	border: none;
	width: 100%;
	display: block;
}

.ui-widget.ui-widget-content {
	border: none !important;
	border-radius: 10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: none;
	border-radius: 50%;
	background: #f0ba1a;
	cursor: pointer;
}

.range_slider .button_3 {
	margin-top: 20px;
	width: 180px;
	float: right;
	max-width: 100%;
}

.range_slider .currency {
	color: #fff !important;
	font-weight: 400 !important;
	font-size: 24px;
	float: left;
	width: 30px;
	margin-top: 2px;
}

#boxes_list h3 {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	padding: 10px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

#boxes_list h4 {
	font-weight: 600;
	color: #555;
	margin-bottom: 20px;
	font-size: 24px;
}

#boxes_list {
	font-size: 0;
}

#boxes_list .visa_type {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

#boxes_list .boxes {
	background: #f5f5f5;
	margin-bottom: 30px;
	border-radius: 0 0 5px 5px;
}

#boxes_list .boxes .inner {
	padding: 10px;
}

#boxes_list .boxes table {
	border-collapse: collapse;
	width: 100%;
}

#boxes_list .boxes td {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 5px;
	font-size: 15px;
}

#boxes_list .boxes tr:last-child td {
	border: none;
	padding-bottom: 0;
}

.panel-default>.panel-heading {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	color: #fff;
	border: none;
	padding: 0;
}

.panel-default>.panel-heading a {
	display: block;
	padding: 20px;
	text-decoration: none !important;
	font-size: 18px;
}

.panel {
	border: none;
	box-shadow: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
	background: #f3f3f3;
	margin-bottom: 20px;
	padding: 20px 30px;
}

.panel p {
	font-size: 16px;
	margin-bottom: 20px;
	color: #555;
}

.faq {
	margin-top: 30px;
}

.grid_list a.image {
	display: block;
	width: 100%;
	height: 200px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.grid_list .visa_item {
	margin-bottom: 30px;
}

.grid_list a.image:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.grid_list a.image span {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	margin: auto;
	font-size: 18px;
	text-align: center;
	z-index: 2;
}

.grid_list .popular {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 20px;
	top: 20px;
	background: url(../images/popular.svg) no-repeat scroll right center;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	z-index: 2;
	overflow: hidden;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	color: transparent;
	line-height: 30px;
}

.grid_list a.image:hover .popular {
	width: auto;
	padding-right: 40px;
	color: #fff;
}

#visa_search_bar {
	width: 95%;
	max-width: 350px;
	margin: 20px auto 0;
}

#visa_search_bar input {
	background: #fff;
	border: none;
	height: 45px;
	border-radius: 2px;
	width: 100%;
	padding: 5px 10px;
}

#navigation .brand_logo {
	display: none;
}

.contact_adress {
	clear: both;
	font-size: 0;
	margin-top: 30px;
}

.contact_adress .address {
	display: inline-block;
	float: none;
	vertical-align: top;
	font-size: 14px;
	margin-bottom: 30px;
	position: relative;
}

.contact_adress .address i {
	position: absolute;
	left: 0;
	top: -50px;
	z-index: -1;
}

.contact_adress .inner {
	background: #f5f5f5;
	padding: 30px 20px;
	position: relative;
}

.contact_adress .inner h3 {
	font-size: 15px;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact_adress .inner a.more {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: linear-gradient(
20deg
, #7F1E9C, #D72638);
	margin-top: 10px;
	position: relative;
	z-index: 999;
}

.contact_adress .inner:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background: url('../images/map.png') no-repeat scroll center center;
	-webkit-background-size: contain;
	background-size: contain;
	opacity: 0.05;
	margin: auto;
}

#filter {
	display: none;
}

.notfound {
	font-size: 18px;
	color: #666;
	font-weight: 700;
	text-align: center;
	padding: 50px 0;
}

.clearbutton {
	margin-top: -50px;
}

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	border: none !important;
	background: #eee;
	text-decoration: none !important;
}

.wp-pagenavi a:hover {
	background: #ccc;
}

.wp-pagenavi span.current {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	color: #fff;
}

.wp-pagenavi span.pages {
	display: none;
}

.mobile_sidebar #sidebar.target_activated h4 {
	display: block;
	position: relative;
	margin-bottom: 0;
	padding: 20px 0;
}

.mobile_sidebar #sidebar.target_activated h4:after {
	content: "×";
	position: absolute;
	color: #fff;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 25px;
	line-height: 21px;
	height: 21px;
	cursor: pointer;
}

#sidebar.target_activated .reset_btn {
	display: none !important;
}

.mobile_sidebar #sidebar aside {
	padding: 0;
	background: none;
	margin-bottom: 0;
}

.mobile_sidebar #book_form {
	position: fixed;
	left: 0;
	bottom: 0;
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	z-index: 9999999;
	padding: 0px 20px 20px;
	margin-bottom: 0;
}

.mobile_sidebar #sidebar .button_3 {
	padding: 15px 30px;
}

.fixedhead {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	padding: 0;
	display: none;
	font-size: 0;
}

.fixedhead p.title {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
}

.fixedhead .button_3 {
	padding: 4px 20px;
	font-size: 12px;
	width: 50%;
	margin: auto;
	height: 45px;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fixedhead .button_3:nth-child(1) {
	border-right: 1px solid #555;
}

.filter_list {
	margin-bottom: 20px;
	text-align: center;
	white-space: nowrap;
}

.filter_list li {
	display: inline-block;
	margin: 0 2px;
}

.filter_list li span {
	background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	padding: 5px 15px;
	border-radius: 20px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}

.filter_list li span:hover {
	background: #444;
}

.filter {
	overflow: auto;
	margin-bottom: 10px;
}

h4.title {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}

#sidebar_blog .widget-title {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}

#sidebar_blog .widget-container {
	margin-bottom: 20px;
}

#sidebar_blog .attachment-full {
	margin-bottom: 20px;
}

#planning_city {
	margin-left: 15px;
	margin-top: 5px;
	border: 1px solid #fff;
}

#planning_city::placeholder {
	color: #333 !important;
	opacity: 1;
}

.ui-widget.ui-widget-content {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	padding: 10px;
	border-radius: 3px !important;
}

.ui-widget.ui-widget-content .ui-menu-item div:hover {
	background: #f0ba1a;
	border-color: #f0ba1a !important;
	color: #000 !important;
}
#services, #deals, #where_we_go, #links_to_page{
	background: #fff;
}
@media all and (min-width:767px) {
	.owl-carousel {
		display: block;
	}

	.button_5 {
		background: #fff;
		padding: 9px 30px;
		border-radius: 20px;
		color: linear-gradient(
20deg
, #7F1E9C, #D72638);
		text-transform: uppercase;
		font-weight: 600;
		border: 1px solid linear-gradient(
20deg
, #7F1E9C, #D72638);
		margin-right: 20px;
		display: inline-block;
		font-size: 15px;
		text-decoration: none !important;
		transition: 0.3s ease all;
		-moz-transition: 0.3s ease all;
		-webkit-transition: 0.3s ease all;
		text-align: center;
		float: right;
	}

}

@media all and (max-width:993px) {
	.container {
		width: 95%;
	}

	#activities .container .row {
		margin: 0;
	}

	header .call.trigger small,
	header .call.trigger b {
		display: none;
	}

	header .call.trigger {
		margin-top: 10px;
	}

	header .call.trigger img {
		display: block;
	}

	header .more_details {
		width: 100%;
		min-width: 240px;
	}

	header .menu_trigger {
		width: 38px;
		height: 38px;
		padding: 11px 0;
		margin-top: 7px;
	}

	header .menu_trigger i {
		height: 1px;
	}

	header .menu_trigger.cross .bottom-bar {
		transform: rotate(-45deg) translate(5px, -5px);
		-webkit-transform: rotate(-45deg) translate(5px, -5px);
	}

	header .menu_trigger.cross .top-bar {
		transform: rotate(40deg) translate(3px, 4px);
		-webkit-transform: rotate(40deg) translate(3px, 4px);
	}

	#spotlight .title {
		font-size: 60px;
		line-height: 60px;
	}

	#deals.deals_home .container {
		margin-top: -20px;
	}

	#spotlight .description p {
		font-size: 24px;
		font-weight: 400;
		line-height: 24px;
	}

	#spotlight .description {
		margin-bottom: 20px;
	}

	#deals .col {
		margin-bottom: 16px;
	}

	#how_works .col {
		width: 33%;
		margin-bottom: 30px;
	}

	#how_works h3 {
		font-size: 18px;
	}

	#activities .col {
		width: 33%;
		margin-bottom: 30px;
	}

	.tag_list li {
		width: 100%;
	}

	#sidebar aside,
	#sidebar_left aside {
		padding: 20px 15px;
	}

	.tag_list li a {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.gallery .thumb {
		width: 47%;
	}

	#sidebar.fixed {
		position: relative;
	}

	#sidebar {
		width: auto !important;
		position: unset !important;
		top: unset !important;
	}

}

@media all and (max-width:767px) {

	#deals .container,
	#question .container {
		padding: 0;
	}

	#deals .col span.title {
		top: 55%;
	}

	#deals .col span.days_no {
		top: 55%;
	}

	#how_works {
		padding: 30px 0;
	}

	#how_works .col {
		width: 100%;
	}

	#navigation .scl {
		clear: both;
	}

	#navigation .scl span {
		display: block;
		text-align: left;
		float: none;
		margin-bottom: 20px;
	}

	#navigation .scl {
		clear: both;
		float: none;
	}

	#navigation .scl a {
		margin: 0 10px 0 0;
	}

	header div.asl_w .probox .promagnifier {
		width: 40px !important;
	}

	#activities {
		text-align: center;
	}

	#activities .col {
		border: none;
		margin-bottom: 50px;
	}

	#activities .button_1 {
		margin-right: 0;
	}

	#activities .col span.icon img {
		width: 40px;
		height: 40px;
	}

	#activities .col span.icon:after {
		width: 40px;
		height: 40px;
	}

	#activities .col h3 {
		font-size: 21px;
	}

	#spotlight {
		background: #000;
	}

	#spotlight .title {
		font-size: 30px;
		line-height: 30px;
	}

	#spotlight .cover {
		top: unset;
		bottom: 10%;
	}

	.mobile_banner {
		display: block !important;
		width: 100%;
		opacity: 0.8;
	}

	.mouse_down {
		display: none;
	}

	#testimonial_slide:after {
		display: none;
	}

	#testimonials .cover {
		padding: 0 10px;
	}

	header .more_details {
		left: unset;
		right: 0;
	}

	.full_image {
		margin-bottom: 20px;
	}

	.images_section .gallery {
		padding: 0;
	}

	.gallery .thumb {
		width: 32.3333%;
		margin-left: 1%;
	}

	#head_details h2.title {
		margin-bottom: 20px;
	}

	#head_details {
		overflow: hidden;
	}

	.button_container {
		margin-top: 0;
	}

	.button_container .button_3 {
		color: #fff;
		background: linear-gradient(
20deg
, #7F1E9C, #D72638);
		font-weight: 600;
		font-size: 14px;
		border-radius: 20px;
	}

	.content_section {
		margin-right: 0;
		margin-left: 0;
	}

	.similar_packages {
		display: none;
	}

	#where_we_go {
		padding: 30px 0;
	}

	#services .widget .cover {
		padding: 0;
	}

	#services .widget .cover p {
		display: none;
	}

	#services .widget h4 {
		font-size: 16px;
		margin-bottom: 0;
	}

	#services .widget h4 a {
		font-weight: 600;
		color: #333;
	}

	#services .more_arrow {
		display: none;
	}

	#services {
		font-size: 0;
		padding: 30px 0;
	}

	#services .widget {
		float: none;
		display: inline-block;
		background: #f1f1f1;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 0;
		vertical-align: top;
	}

	#services .widget:nth-child(2n) {
		background: #ddd;
	}

	h2.title {
		margin-bottom: 30px;
	}

	#scl li {
		width: 32px;
	}

	.clearbutton {
		margin-top: 0;
	}

	.clearbutton .button_4 {
		width: 50%;
		float: right;
		margin: 0 0 20px;
		font-size: 13px;
		padding: 10px;
	}

	footer {
		padding: 10px 0 20px
	}

	footer .widget,
	footer .head_title {
		display: none;
	}

	footer .widget.newsletter {
		display: block;
	}

	.package_inner {
		position: relative;
	}

	.packages_list a.thumb {
		border-radius: 3px;
	}

	.packages_list a.thumb:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: transparent;
		background-image: none;
		background-image: none;
		background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(66%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.49)));
		background-image: -webkit-linear-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.5) 93%, rgba(0, 0, 0, 0.49) 100%);
		background-image: linear-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.5) 93%, rgba(0, 0, 0, 0.49) 100%);
		border-radius: 3px;
	}

	.packages_list .package_details {
		background: none !important;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		margin-bottom: 0;
		padding: 5px 0;
	}

	.packages_list .nights {
		display: none;
	}

	.packages_list h3 {
		color: #fff;
	}

	.packages_list small,
	.packages_list b {
		color: #fff !important;
		line-height: 18px;
	}

	.packages_list .item {
		padding: 0 10px 20px;
	}

	#content_area .content_left {
		-webkit-overflow-scrolling: touch;
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-ms-transition: -ms-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
	}

	#content_area.active .content_left {
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}

	#content_area.active #sidebar_left {
		-webkit-transform: translate(0%, 0);
		-moz-transform: translate(0%, 0);
		-ms-transform: translate(0%, 0);
		-o-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}

	.tag_list li {
		width: 50%;
	}

	#sidebar_left {
		width: 100%;
		left: 0;
		clear: both;
		position: absolute;
		z-index: 999;
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-ms-transition: -ms-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
		-webkit-transform: translate(-100%, 0);
		-moz-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}

	#filter {
		display: block;
		cursor: pointer;
	}

	.button_5 {
		padding: 15px 10px;
		text-align: center;
		width: 50%;
		text-transform: uppercase;
		font-weight: 600;
		border-right: 1px solid rgba(0, 0, 0, 0.2);
		color: #fff;
		float: left;
	}

	.button_5:nth-child(2) {
		border: none;
	}

	.clearbutton {
		position: fixed;
		top: 76px;
		left: 0;
		width: 100%;
		z-index: 9999;
		background: linear-gradient(
20deg
, #7F1E9C, #D72638);
	}

	header .top::after {
		display: none;
	}

	header:after {
		content: "";
		height: 2px;
		width: 100%;
		background: #f0ba1a;
		position: absolute;
		bottom: -2px;
	}

	#content_area {
		overflow-x: hidden;
	}

	#question .container .contact {
		padding: 20px 15px;
		border-radius: 10px;
	}

	#question h2.title {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 20px;
		color: #fff;
		margin-bottom: 20px;
	}

	#question .container p a {
		font-size: 24px;
	}

	#package_content #left_section {
		padding: 0 20px;
	}

	#question .container p a:before,
	#sidebar .phone a:before {
		top: 3px;
	}

	.grid_list a.image {
		margin-bottom: 15px;
		height: 60px;
	}

	.grid_list a.image span {
		top: 30%;
	}

	#what_you_get .row {
		overflow: auto;
		margin-bottom: 10px;
	}

	#what_you_get .offers {
		white-space: nowrap;
	}

	#what_you_get .col {
		margin-bottom: 0;
		width: 90px;
	}

	#deals .pack_details .pack_date,
	#deals .pack_details .pack_dep {
		padding: 5px 10px;
		width: 100%;
		font-size: 13px;
	}

	#deals .pack_details {
		margin-bottom: 10px;
	}

	#spotlight a.button {
		margin-bottom: 10px;
	}

	#deals h2.box_title {
		margin-bottom: 20px;
	}

	.packages_list a.thumb .pack_details {
		bottom: unset;
		top: 0;
	}

	.packages_list a.thumb .pack_details p {
		font-size: 13px;
	}

	#visa_quick_search .col {
		background: #fff;
		border: 1px solid #eee;
		margin: 9px 0;
		padding: 10px;
	}

	#banner {
		height: auto;
	}

	#mega-menu-wrap-new_navigation {
		margin-right: 10px;
	}

	header .call.trigger {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	header .call.trigger img {
		width: 23px;
	}
}

@media all and (max-width:480px) {
	.clearbutton {
		top: 52px;
	}

	#navigation.in {
		top: 54px;
	}

	body {
		padding-top: 54px;
	}

	#deals .col span.title {
		font-size: 16px;
	}

	#deals .cover {
		padding: 0;
	}

	header .logo_sec {
		padding-right: 0;
		width: 20%;
		position: relative;
	}

	header .brand_logo {
		height: 33px;
	}

	wp-content/uploads/2024/05/Untitled_design__3_-removebg-preview.png {
		width: 100%;
		position: absolute;
		left: 10px;
		bottom: -9px;
	}

	.promagnifier {
		display: none;
	}

	.contact_sec {
		width: 15%;
		padding-left: 0;
	}

	.trigger_sec {
		width: 7%;
		padding: 0;
	}

	header .call.trigger,
	header .search_area,
	header .menu_trigger {
		margin-top: 0;
	}

	header .search_sec {
		width: 54%;
	}

	header .call.trigger:after {
		right: 0;
	}

	header .top {
		padding: 10px 0 8px;
	}

	header .top:after {
	height: 6px;
    width: 100%;
     background: linear-gradient(135deg,
    #ff6a00 0%,
    #ff8c00 20%,
    #ffb300 45%,
    #ffd000 70%,
    #fff0a5 100%);
    position: absolute;
    bottom: -6px;
	}

	header .call.trigger img {
		width: 27px;
	}

	header .menu_trigger {
		width: 30px;
		height: 30px;
		padding: 9px 0;
		margin-right: 0;
	}

	header .menu_trigger i {
		margin: 2px auto;
	}

	header .continents {
		width: 300px;
	}

	header #ajaxsearchlite1 .probox,
	div.asl_w .probox,
	header #ajaxsearchlite1 form input {
		height: 30px;
	}

	header #ajaxsearchlite1 form input {
		font-size: 11px !important;
	}

	header .menu_trigger.cross .bottom-bar {
		-webkit-transform: rotate(-48deg) translate(4px, -4px);
		transform: rotate(-48deg) translate(4px, -4px);
	}

	header .menu_trigger.cross .top-bar {
		transform: rotate(45deg) translate(2px, 3px);
		-webkit-transform: rotate(45deg) translate(2px, 3px);
	}

	#navigation.in {
		padding-top: 40px;
	}

	div.asl_w .probox .proloading,
	div.asl_w .probox .proclose,
	div.asl_w .probox .promagnifier,
	div.asl_w .probox .prosettings {
		margin-top: 3px !important;
	}

	header .continents {
		top: 33px;
	}

	header .more_details {
		width: 100%;
		min-width: 100%;
		position: fixed;
	}

	header .contact_details span.box {
		display: block !important;
	}

	#services .widget {
		width: 50%;
		background: #f5f5f5 !important;
	}

	#services .widget:nth-child(1),
	#services .widget:nth-child(4),
	#services .widget:nth-child(5) {
		background: #ddd !important;
	}

	#services img,
	#services svg {
		width: 32px;
	}

	#where_we_go .box b {
		font-size: 16px;
	}

	.owl-nav div {
		display: inline-block;
		position: relative;
		margin: 0 2%;
		height: 50px;
		width: 30%;
	}

	.owl-nav div:before {
		content: "";
		height: 2px;
		background: #555;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.owl-nav div:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #555;
	}

	.owl-prev:after {
		left: -10px;
	}

	.owl-next:after {
		right: -10px;
		border-left: 10px solid #555;
		border-right: none !important;
	}

	footer .widget b {
		margin-top: 15px;
	}

	header .continents {
		position: fixed;
		width: 100%;
		left: 0;
	}

	.packages_list b {
		font-size: 14px;
	}

	.packages_list h3 {
		font-size: 16px;
		margin-bottom: 7px;
	}

	.featured_image.active {
		height: 270px;
	}

	.featured_image iframe {
		height: 270px;
	}

	#head_details h2.title {
		font-size: 21px;
		margin-bottom: 10px;
	}

	#head_details .info,
	#head_details small {
		font-size: 12px;
		font-weight: normal;
	}

	#package_content {
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 10px;
	}

	.gallery .thumb {
		height: 70px;
		border-radius: 5px;
	}

	#head_details h1.title {
		font-size: 30px;
	}

	/*#what_you_get .col {
		width: 25%;
	}*/
	#head_details {
		margin-bottom: 10px;
		padding: 0;
	}

	#question .container .contact {
		margin-bottom: 16px;
	}

	#activities .container {
		padding: 60px 0 20px;
	}

	#banner {
		min-height: 200px;
		padding-bottom: 10px !important;
	}

	#banner p {
		font-size: 20px;
		line-height: 20px;
	}

	.side_box .box {
		padding: 30px;
	}

	.contact_box {
		padding-right: 0;
	}

	.side_box {
		display: none;
	}

	#content_area.contact-page .container {
		width: 100%;
	}

	#sidebar .phone a {
		font-size: 23px;
	}

	#sidebar .phone a::before {
		width: 40px;
		height: 40px;
	}

	#question .container p a,
	#sidebar .phone a {
		padding-left: 50px;
	}

	#sidebar aside.callus {
		text-align: center;
	}

	#banner {
		padding: 40px 0 0;
	}

	#content_area.visa {
		padding: 30px 0;
	}

	.fixedhead {
		display: none;
	}

	.showfixed .fixedhead {
		bottom: 0;
		transition: 0.3s ease all;
		-moz-transition: 0.3s ease all;
		-webkit-transition: 0.3s ease all;
		min-height: 38px;
	}

	#head_details h1.title {
		margin-bottom: 10px;
	}

	#deals {
		font-size: 0;
	}

	#deals .col {
		float: none;
		display: inline-block;
		vertical-align: top;
		font-size: 13px;
	}

	.grid_list .col-md-4 {
		margin-bottom: 0;
	}

	.images_section .gallery {
		display: none;
	}

	.images_section {
		margin-bottom: 0;
		margin-left: -18px;
		margin-right: -18px;
	}

	.featured_image.active {
		border-radius: 0;
	}

	#head_details .info.price {
		font-weight: bold;
	}

	#deals .pack_date p {
		font-size: 12px;
	}

	.packages_list small {
		font-size: 13px;
	}

	#visa_quick_search .col-md-3 {
		margin: 15px 0;
	}

	#spotlight .spot_bg {
		height: 700px;
	}

	header .navigation_cover {
		padding-right: 60px;
	}

	header .contact_details {
		padding-right: 50px;
		margin-left: 15px;
	}

	#international_packages .button_4 {
		float: left;
		margin-bottom: 20px;
	}
}

@media all and (max-width:320px) {
	#deals .col {
		width: 100%;
	}

	.packages_list .item {
		width: 100%;
	}

	.packages_list a.thumb {
		height: 140px;
	}

	.packages_list a.thumb .pack_details p {
		font-size: 11px;
	}

}

.message {
	font-size: 18px;
	padding-top: 20px;
	font-style: italic;
}

.message a {
	color: linear-gradient(
20deg
, #7F1E9C, #D72638);
}

.message b {
	font-weight: 700;
}

.toggle_descri .panel-default>.panel-heading {
	background: none;
	border-radius: 0 !important;
	padding: 0;
	position: relative;
}

.toggle_descri .panel {
	box-shadow: none !important;
	border-radius: 0;
	border-bottom: none;
}

.toggle_descri .panel .panel-collapse {
	border-bottom: 1px solid #ddd;
}

.toggle_descri .panel-title {
	font-weight: 400;
	font-size: 15px;
}

.toggle_descri .panel-default a.question {
	display: block;
	padding: 10px 20px;
	position: relative;
	color: #444 !important;
	border: 1px solid #666;
}

.toggle_descri .panel-default a.question:after {
	content: "";
	position: absolute;
	right: 10px;
	height: 2px;
	width: 17px;
	background: #666;
	top: 0;
	bottom: 0;
	margin: auto;
	border: none;
}

.toggle_descri .panel-default a.question.collapsed:before {
	content: "";
	position: absolute;
	right: 17px;
	height: 17px;
	width: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #666;
}

.toggle_descri .panel-body {
	background: #f5f5f5;
}