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:1320px;
    margin:0 auto;
    padding:0 15px;
}

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:#003c8f;
    color:#fff;
	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;
}

.packages_list{
    width:100%;
}

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

.packages_list .row .col_item{
    width:33.333%;
    padding:0 10px;
}

.packages_list a.thumb{
    height:280px;
}
.packages_list a.thumb{
    height:260px;
}
@media(max-width:991px){
    .packages_list .row .col_item{
        width:50%;
    }
}

@media(max-width:767px){
    .packages_list .row .col_item{
        width:100%;
    }
}

#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;
}
/* ===== RESET ===== */
footer, footer * {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

/* ===== FOOTER ===== */
footer {
  background: linear-gradient(135deg, #2346ff, #c91c3a);
  color: #ffffff;
  padding: 60px 40px 30px;
}

/* GRID */
.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* HEADINGS */
footer h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* TEXT */
footer p,
footer a,
footer li {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff;
  opacity: 0.95;
  text-decoration: none;
}

footer a:hover {
  color: #ffd200;
}

/* LIST */
footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 8px;
}

/* IATA LOGO */
footer .iata img {
  max-width: 140px;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

/* ===== NEWSLETTER ===== */
.newsletter input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: none;
}

.newsletter button {
  width: 100%;
  padding: 12px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.newsletter button:hover {
  background: #222;
}

/* ===== PAYMENTS ===== */
.payments img {
  height: 30px;
  max-width: 90px;
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 6px;
  margin: 6px 6px 0 0;
  object-fit: contain;
}

.footer-bottom{
    width:100%;
    text-align:center;
    margin-top:20px;
    padding-top:15px;
    border-top:1px solid rgba(255,255,255,0.25);
    color:#fff;
    clear:both;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  footer {
    padding: 50px 20px 30px;
  }
}
.site-footer {
  background: linear-gradient(135deg, #003c8f, #0056d6);
  color: #ffffff;
  padding: 70px 40px 25px;
  font-family: "Poppins", Arial, sans-serif;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
  pointer-events: none;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}

.site-footer h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.6px;
}

.site-footer p,
.site-footer a,
.site-footer li {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffd200;
}

.site-footer ul {
  list-style: none;
  padding: 0;
}

.site-footer ul li {
  margin-bottom: 8px;
}

/* IATA */
.iata-box img {
  width: 120px;
  background: #ffffff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  margin-top: 18px;
}

/* Newsletter */
.newsletter-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: none;
}

.newsletter-form button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #111, #333);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

/* Payments */
.payment-icons{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:20px;
    align-items:center;
}
.payment-icons img{
    width:52px;
    height:auto;
    background:#fff;
    padding:6px;
    border-radius:6px;
}

/* Social */

.footer-social{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    margin:25px 0 10px;
}


.footer-social a{
    width:42px;
    height:42px;
    background:#fff;
    color:#000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    text-decoration:none;
    transition:all .3s ease;
}

.footer-social a:hover{
    transform:translateY(-4px);
    background:#ffd200;
}

/* Bottom */


.footer-bottom{
    text-align:center;
    border-top:none;
    padding-top:0;
    margin-top:10px;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 50px 20px 25px;
  }
}
/* ===== SUBSCRIBE BUTTON – BLACK REMOVE ===== */
.newsletter-form button {
  background: linear-gradient(135deg, #ffb300, #ff8f00) !important; /* premium yellow */
  color: #111 !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

.newsletter-form button:hover {
  background: linear-gradient(135deg, #ffc107, #ffa000) !important;
}

/* ===== IATA LOGO – SMALL & THOS ===== */
.iata-box img {
  width: 100px !important;     /* smaller, balanced */
  padding: 10px !important;    /* tight padding */
  border-radius: 10px !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2) !important;
}

/* Desktop thoda aur compact */
@media (min-width: 1024px) {
  .iata-box img {
    width: 95px !important;
  }
}

/* Mobile perfect */
@media (max-width: 768px) {
  .iata-box img {
    width: 90px !important;
    margin: 0 auto !important;
  }
}
/* ===== SUBSCRIBE BUTTON – BLACK REMOVE ===== */
.newsletter-form button {
  background: linear-gradient(135deg, #ffb300, #ff8f00) !important; /* premium yellow */
  color: #111 !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

.newsletter-form button:hover {
  background: linear-gradient(135deg, #ffc107, #ffa000) !important;
}

/* ===== IATA LOGO – SMALL & THOS ===== */
.iata-box img {
  width: 100px !important;     /* smaller, balanced */
  padding: 10px !important;    /* tight padding */
  border-radius: 10px !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2) !important;
}

/* Desktop thoda aur compact */
@media (min-width: 1024px) {
  .iata-box img {
    width: 95px !important;
  }
}

/* Mobile perfect */
@media (max-width: 768px) {
  .iata-box img {
    width: 90px !important;
    margin: 0 auto !important;
  }
}
/* ===== REMOVE PAGE END WHITE AREA ===== */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
  overflow-x: hidden;
}

/* ensure footer is last visible section */
.site-footer {
  margin-bottom: 0 !important;
  padding-bottom: 30px !important;
  display: block;
}

/* kill anything after footer */
body > *:last-child:not(.site-footer) {
  display: none !important;
}

/* remove accidental gaps */
.site-footer br,
.site-footer + br {
  display: none !important;
}
/* ===== FORCE IATA LOGO SIZE (STRONG OVERRIDE) ===== */
.site-footer .iata-box img {
  width: 95px !important;        /* FINAL SIZE */
  max-width: 95px !important;
  height: auto !important;
  padding: 8px !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
}

/* Desktop */
@media (min-width: 1024px) {
  .site-footer .iata-box img {
    width: 90px !important;
    max-width: 90px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .site-footer .iata-box img {
    width: 85px !important;
    max-width: 85px !important;
    margin: 0 auto !important;
  }
}
/* ===== ABSOLUTE FINAL BOTTOM FIX ===== */

/* Reset body/html properly */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important; /* REMOVE BLACK */
  height: auto !important;
  min-height: 0 !important;
}

/* Footer must be last visible section */
.site-footer {
  margin-bottom: 0 !important;
  padding-bottom: 30px !important;
}

/* Kill ANYTHING after footer */
.site-footer ~ * {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Ensure no scroll gap */
body {
  overflow-x: hidden;
}
header::after,
.navbar::after,
.main-header::after {
  content: "";
  display: block;
  height: 4px;
  background: #ffc107; /* yellow line */
}
/* Menu text */
header a,
.navbar a {
  color: #ffffff !important;
  font-weight: 500;
}

/* Contact Us button (blue pill) */
header .contact-btn,
.navbar .contact-btn {
  background: #1f4cff !important;
  color: #ffffff !important;
  border-radius: 20px;
  padding: 8px 16px;
}
/* ===== STATS / COUNTER SECTION GRADIENT ===== */
.stats-section,
.counter-section,
.facts-section,
.info-bar {
  background: linear-gradient(
    135deg,
    #1f4cff 0%,   /* Blue */
    #5b2c9d 50%,  /* Purple */
    #ff1e1e 100%  /* Red */
  );
  color: #ffffff;
  padding: 60px 0;
}
.stats-section i,
.stats-section svg,
.stats-section h2,
.stats-section h3,
.stats-section p,
.counter-section * {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.stats-section .divider,
.stats-section .line,
.stats-section::after {
  background: rgba(255,255,255,0.35);
}
/* Override WordPress default block button */
.wp-block-button__link {
  background-color: transparent !important;
  box-shadow: none !important;
}
/* SERVICES GRID */

.services-grid{
    width:100%;
    max-width:100%;
    margin:0;
    gap:20px;
}

.services-grid .container{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;
}

.service-box{
    width:100%;
}

.service-box img{
    width:100px;
    height:100px;
    object-fit:contain;
}

.service-box h3{
    margin-top:10px;
    font-size:16px;
    font-weight:600;
}

@media(max-width:991px){
    .services-grid .container{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:576px){
    .services-grid .container{
        grid-template-columns:repeat(2,1fr);
    }
}

.tour-section{
    padding:60px 0;
}

.section-title{
    font-size:48px !important;
    margin-bottom:40px;
}

.tour-grid{
    display:block;
}

.destination-slider .tour-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    margin:10px;
}

.destination-slider .tour-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.destination-slider .tour-card h3,
.destination-slider .tour-card p,
.destination-slider .tour-card span{
    padding:0 20px;
}

.destination-slider .tour-card a{
    display:block;
    margin:15px 20px 20px;
    text-align:center;
}

@media(max-width:991px){
    .tour-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .tour-grid{
        grid-template-columns:1fr;
    }
}
.section-desc{
    text-align:center;
    max-width:900px;
    margin:0 auto 30px;
}

.view-more-btn{
    display:inline-block;
    padding:12px 30px;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
}

.why-us{
    padding:60px 0;
    background:#f8f8f8;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.why-box{
    background:#fff;
    padding:30px;
    text-align:center;
    border-radius:12px;
    box-shadow:0 0 10px rgba(0,0,0,.08);
}

.why-box i{
    font-size:40px;
    margin-bottom:15px;
}

@media(max-width:991px){
    .why-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .why-grid{
        grid-template-columns:1fr;
    }
}

.stats-section{
    padding:70px 0;
    background:linear-gradient(135deg,#001f8f,#0f6fff,#66b3ff);
}
.stats-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.stat-box{
    text-align:center;
    color:#fff;
}

.stat-box img{
    width:70px;
    margin-bottom:15px;
}

.stat-box h3{
    font-size:32px;
    margin-bottom:10px;
    color:#fff;
}

.stat-box p{
    color:#fff;
}

@media(max-width:991px){
    .stats-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .stats-grid{
        grid-template-columns:1fr;
    }
}

.payment-icons{
    display:flex;
    gap:10px;
    margin-top:20px;
    flex-wrap:wrap;
}

.payment-icons img{
    height:35px;
    width:auto;
}

.footer-social{
  margin-top:30px;
  display:flex;
  justify-content:center;
  gap:14px;
}

.footer-bottom{
  margin-top:20px;
  text-align:center;
  width:100%;
}

.home-slider{
    position:relative;
    width:100%;
    overflow:hidden;
}

.home-slider .slider-item{
    display:none;
    position:relative;
}

.home-slider .slider-item:first-child{
    display:block;
}

.slider-item img{
    width:100%;
    height:650px;
    object-fit:cover;
}

.slider-content{
    position:absolute;
    top:50%;
    left:8%;
    transform:translateY(-50%);
    color:#fff;
    max-width:500px;
}

.slider-content h2{
    font-size:48px;
    margin-bottom:15px;
}

.slider-content p{
    font-size:20px;
    margin-bottom:20px;
}

.btn{
    display:inline-block;
    padding:12px 22px;
    margin-right:10px;
    text-decoration:none;
    border-radius:4px;
}

.btn-primary{
    background:#f58220;
    color:#fff;
}

.btn-secondary{
    background:#fff;
    color:#000;
}

.container{
    width:98%;
    max-width:1600px;
    margin:0 auto;
    padding:0 15px;
}

.tour-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 0 15px rgba(0,0,0,.1);
    display:flex;
    flex-direction:column;
}

.tour-card span{
    font-weight:700;
    color:#f58220;
    padding:10px 15px;
}

.tour-card a{
    margin:15px;
    padding:10px;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
}

.service-box{
    text-align:center;
    padding:20px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,.08);
}

.site-header{
    position:fixed;
    top:0;
    z-index:9999;
    background:#0056d6;
    box-shadow:0 2px 15px rgba(0,0,0,.15);
      padding:8px 0 !important;
}

.site-header .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo img{
    max-height:65px !important;
}

.main-menu ul{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:45px !important; 
    list-style:none;
    margin:0;
    padding:0;
}

.main-menu ul li a{
    color:#fff !important;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
}

.main-menu ul li a:hover{
    color:#ffd54f !important;
}

.main-menu ul li.current-menu-item a,
.main-menu ul li a.active{
    color:#ffd54f !important;
}

/* HOLIDAY DESTINATIONS */

.destination-section{
    padding:70px 0;
    background:#f8f8f8;
}

.destination-grid{
    grid-template-columns:repeat(3,1fr);
}

.destination-card{
    position:relative;
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.10);
    transition:.3s;
}

.destination-card:hover{
    transform:translateY(-8px);
}

.destination-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}

.destination-card h3{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    margin:0;
    padding:15px;
    color:#fff;
    font-size:18px;
    font-weight:700;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,.75)
    );
}

@media(max-width:991px){
    .destination-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .destination-grid{
        grid-template-columns:1fr;
    }
}
/* STATS SECTION */

.stats-section{
    padding:70px 0;
    background:linear-gradient(
        135deg,
        #001f8f 0%,
        #003cff 30%,
        #0f6fff 60%,
        #66b3ff 100%
    );
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

.stat-box{
    text-align:center;
    color:#fff;
}

.stat-box img{
    width:70px;
    margin-bottom:15px;
}

.stat-box h3{
    color:#fff;
    font-size:32px;
    margin-bottom:10px;
}

.stat-box p{
    color:#fff;
    margin:0;
}

@media(max-width:991px){
    .stats-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .stats-grid{
        grid-template-columns:1fr;
    }
}
/* STATS SECTION */

.stats-section{
    padding:70px 0;
    background:linear-gradient(
        135deg,
        #001f8f 0%,
        #003cff 30%,
        #0f6fff 60%,
        #66b3ff 100%
    );
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

.stat-box{
    text-align:center;
    color:#fff;
}

.stat-box img{
    width:70px;
    margin-bottom:15px;
}

.stat-box h3{
    color:#fff;
    font-size:32px;
    margin-bottom:10px;
}

.stat-box p{
    color:#fff;
    margin:0;
}

@media(max-width:991px){
    .stats-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .stats-grid{
        grid-template-columns:1fr;
    }
}
.destination-slider{
    display:block !important;
}

.destination-slider .destination-card{
    position:relative;
    overflow:hidden;
    border-radius:50% / 28%;
    margin:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.destination-slider .destination-card img{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:50% / 28%;
    transition:0.4s;
}

.destination-slider .destination-card:hover img{
    transform:scale(1.08);
}

.destination-slider .destination-card::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:45%;
    background:linear-gradient(transparent, rgba(0,0,0,.85));
}

.destination-slider .destination-card h3{
    position:absolute;
    bottom:25px;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    font-size:20px;
    font-weight:700;
    text-transform:uppercase;
    z-index:2;
    width:100%;
    text-align:center;
}

.owl-prev,
.owl-next{
    width:50px !important;
    height:50px !important;
    border-radius:50% !important;
    background:#0d6efd !important;
    color:#fff !important;
}
.visa-section{
    background:#f8f8f8;
}

.visa-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.visa-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.10);
    transition:.3s;
    text-align:center;
}

.visa-card:hover{
    transform:translateY(-5px);
}

.visa-card img{
    width:100%;
    height:320px;
    object-fit:contain;
    background:#fff;
}

.visa-card h3{
    padding:15px;
    margin:0;
    font-size:18px;
    font-weight:600;
}

@media(max-width:991px){
    .visa-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .visa-grid{
        grid-template-columns:1fr;
    }
}
.visa-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.12);
    transition:.3s;
}

.visa-card:hover{
    transform:translateY(-8px);
}

.visa-card h3{
    padding:15px;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
}
.destination-slider{
    margin-top:40px;
}

.destination-slider .destination-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    margin:10px;
}

.destination-slider .destination-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
    border-radius:20px;
}

.destination-slider .destination-card h3{
    position:absolute;
    left:20px;
    bottom:20px;
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin:0;
    z-index:2;
}

.destination-slider .destination-card::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:45%;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,.75)
    );
}

.owl-nav{
    text-align:center;
    margin-top:25px;
}

.owl-nav button{
    width:45px;
    height:45px;
    border-radius:50% !important;
    background:#0d6efd !important;
    color:#fff !important;
    margin:0 8px;
    font-size:22px !important;
}

.owl-dots{
    text-align:center;
    margin-top:15px;
}

.owl-nav{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:20px;
}

.owl-nav button{
    width:45px;
    height:45px;
    border-radius:50% !important;
    background:#0d6efd !important;
    color:#fff !important;
    font-size:0 !important;
}

.owl-nav button.owl-prev:before{
    content:"←";
    font-size:20px;
}

.owl-nav button.owl-next:before{
    content:"→";
    font-size:20px;
}
.destination-slider{
    padding:20px 30px;
}

.destination-slider .destination-card{
    transition:0.4s;
}

.destination-slider .destination-card:hover{
    transform:translateY(-8px);
}

.google-review-section{
    padding:60px 0;
    text-align:center;
}

.google-review-section iframe{
    width:100%;
    height:350px;
    border:0;
    border-radius:12px;
}

.view-more-btn{
    display:inline-block;
    background:#0056d6;
    color:#fff;
    padding:12px 30px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.view-more-btn:hover{
    background:#f58220;
    color:#fff;
}

.google-review-section .section-title{
    margin-bottom:20px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    text-align:center;
    margin-bottom:15px;
}

.section-desc{
    text-align:center;
    margin-bottom:50px;
    color:#666;
}
.owl-nav{
    position:absolute;
    top:45%;
    width:100%;
    display:block !important;
}

.owl-prev,
.owl-next{
    position:absolute;
    width:50px !important;
    height:50px !important;
    background:#0d6efd !important;
    color:#fff !important;
    border-radius:50% !important;
    font-size:30px !important;
    line-height:50px !important;
    text-align:center;
}

.owl-prev{
    left:-25px;
}

.owl-next{
    right:-25px;
}

.owl-prev span,
.owl-next span{
    font-size:30px;
    color:#fff;
}

.owl-dots{
    text-align:center;
    margin-top:25px;
}

.destination-slider{
    position:relative;
    margin-bottom:50px;
}
.owl-nav{
    position:absolute;
    top:45%;
    width:100%;
    display:block !important;
}

.owl-prev,
.owl-next{
    position:absolute;
    width:50px !important;
    height:50px !important;
    background:#0d6efd !important;
    color:#fff !important;
    border-radius:50% !important;
    font-size:30px !important;
    line-height:50px !important;
    text-align:center;
}

.owl-prev{
    left:-25px;
}

.owl-next{
    right:-25px;
}

.owl-prev span,
.owl-next span{
    font-size:30px;
    color:#fff;
}

.owl-dots{
    text-align:center;
    margin-top:25px;
}

.destination-slider{
    padding:40px 20px;
}

.destination-slider .destination-card{
    position:relative;
    overflow:hidden;
    border-radius:50% / 28%;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    margin:10px;
}

.destination-slider .destination-card img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
    border-radius:50% / 28%;
    transition:0.4s ease;
}

.destination-slider .destination-card:hover img{
    transform:scale(1.05);
}

.destination-slider .destination-card::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:45%;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,0.85)
    );
}

.destination-slider .destination-card h3{
    position:absolute;
    bottom:25px;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    font-size:22px;
    font-weight:700;
    text-transform:uppercase;
    text-align:center;
    width:100%;
    z-index:2;
}

.section-title{
    text-align:center;
    font-size:48px;
    font-weight:700;
    margin-bottom:10px;
}

.section-desc{
    text-align:center;
    color:#666;
    margin-bottom:40px;
}
.visa-slider{
    margin-top:40px;
}

.site-header{
    border:none !important;
    border-bottom:none !important;
}

.site-header::before,
.site-header::after{
    display:none !important;
}

header{
    border:none !important;
    border-bottom:none !important;
}
.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:#0056d6;
    box-shadow:0 2px 15px rgba(0,0,0,.15);
}

body{
    padding-top:90px;
}

.home-slider{
    position:relative;
}

.slider-item{
    position:relative;
}

.slider-item img{
    width:100%;
    height:650px;
    object-fit:cover;
}

.slider-content{
    position:absolute;
    left:100px;
    top:60%;
    transform:translateY(-50%);
    max-width:600px;
    z-index:10;
}

.slider-content h2{
    font-size:72px;
    font-weight:700;
    color:#fff;
    margin-bottom:15px;
    line-height:1.1;
}

.slider-content p{
    font-size:32px;
    color:#fff;
    margin-bottom:30px;
}

.slider-content .btn{
    display:inline-block;
    padding:14px 30px;
    border-radius:8px;
    margin-right:15px;
    text-decoration:none;
}

.btn-primary{
    background:#f58220;
    color:#fff;
}

.btn-secondary{
    background:#fff;
    color:#0056d6;
}

.slider-content{
    top:65%;
}
.slider-content h2{
    color:#fff;
    text-shadow:3px 3px 15px rgba(0,0,0,.7);
}

.slider-content p{
    color:#ffe082;
    font-weight:600;
}
.slider-content h2{
    color:#ffffff;
    text-shadow:0 4px 15px rgba(0,0,0,.7);
}

.slider-content p{
    color:#ffffff;
    font-size:26px;
    font-weight:600;
    text-shadow:0 3px 12px rgba(0,0,0,.8);
}

.slider-content p{
    font-size:22px;
    font-weight:600;
    color:#ffffff;
    margin:15px 0 35px;
    line-height:1.4;
}

.slider-content p b{
    color:#ffffff;
    font-size:22px;
    font-weight:700;
}

.slider-content h2{
    font-size:64px;
    line-height:1.05;
}
.btn-primary{
    background:#f58220;
    border-radius:8px;
}

.btn-secondary{
    background:#fff;
    color:#0056d6;
    border-radius:8px;
}
.site-header{
    padding:8px 0 !important;
}
.slider-content p{
    font-size:22px;
    font-weight:600;
    margin:20px 0 30px;
    line-height:1.4;
}

.slider-content .btn{
    min-width:180px;
    text-align:center;
    margin-right:15px;
}
.slider-content .btn{
    min-width:180px;
    text-align:center;
    margin-right:15px;
}
.slider-content h2{
    font-size:78px;
    font-weight:800;
    line-height:1.05;
    color:#fff;
    text-shadow:0 4px 15px rgba(0,0,0,.5);
}
.stats-section{
    padding:40px 0 !important;
}

.stats-section h3{
    font-size:40px !important;
}

.stats-section img{
    width:45px;
}
.success-section{
    padding:70px 0;
    background:#f8f9fc;
    text-align:center;
}

.success-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:40px;
}

.success-card{
    background:#fff;
    padding:35px 20px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.success-card:hover{
    transform:translateY(-5px);
}

.success-number{
    font-size:48px;
    font-weight:700;
    color:#0056d6;
    margin-bottom:10px;
}

.success-text{
    font-size:18px;
    font-weight:600;
    color:#333;
}

.section-desc{
    color:#666;
    font-size:18px;
}

@media(max-width:991px){
    .success-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .success-grid{
        grid-template-columns:1fr;
    }
}

.slider-content{
    max-width:550px;
}

.slider-content h2{
    font-size:72px;
    line-height:1;
}

.slider-content p{
    font-size:20px;
    font-weight:600;
}
.success-section{
    padding:50px 0;
}

.success-card{
    padding:35px 20px;
}

.success-card h3{
    font-size:55px;
}
.review-subtitle{
    text-align:center;
    font-size:18px;
    color:#666;
    margin-bottom:20px;
}
.google-review-section .section-title{
    margin-bottom:5px;
}

.google-review-section .review-subtitle{
    margin:0 0 10px;
}
.floating-buttons{
    position:fixed;
    right:20px;
    bottom:20px;
    display:flex;
    flex-direction:column;
    gap:12px;
    z-index:99999;
}

.floating-buttons a{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    font-size:26px;
    box-shadow:0 5px 15px rgba(0,0,0,.25);
    transition:.3s;
}

.floating-buttons a:hover{
    transform:scale(1.1);
}

.whatsapp-btn{
    background:#25D366;
}

.call-btn{
    background:#0056d6;
}

.book-btn{
    background:#ff9800;
    font-size:13px !important;
    font-weight:700;
}
.tour-grid{
    display:block !important;
}

.destination-slider .tour-card{
    width:100% !important;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.destination-slider .tour-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.owl-carousel .owl-item img{
    display:block;
    width:100%;
}
.destination-slider .tour-card{
    width:100% !important;
    max-width:none !important;
}

.destination-slider .owl-item{
    padding:10px;
}

.destination-slider .tour-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.destination-slider{
    width:100%;
}
.destination-slider .tour-card{
    display:flex;
    flex-direction:column;
    height:100%;
    min-height:580px;
}

.destination-slider .tour-card img{
    height:260px;
    object-fit:cover;
}

.destination-slider .tour-card a{
    margin-top:auto;
}
.tour-section .view-more-btn{
    display:inline-block;
    margin-top:20px !important;
}

.tour-section{
    padding-bottom:30px;
}
/*

.owl-item .tour-card{
    width:100%; 
    
}

.tour-badge{
    position:absolute;
    top:15px;
    right:15px;
    background:#fff;
    padding:8px 15px;
    border-radius:30px;
    font-weight:700;
}
.tour-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s ease;
}

.tour-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.tour-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.tour-card h3{
    font-size:22px;
    font-weight:700;
    margin:15px 20px 5px;
}

.tour-card p{
    margin:0 20px 8px;
    color:#666;
}

.tour-card span{
    display:block;
    margin:0 20px 15px;
    color:#ff7a00;
    font-weight:700;
    font-size:18px;
}

.tour-card a{
    display:block;
    margin:0 20px 20px;
    text-align:center;
    padding:14px;
    border-radius:10px;
    background:#0056d6;
    color:#fff;
    text-decoration:none;
    font-weight:600;
}
.destination-slider .tour-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:auto !important;
    min-height:430px;
    display:flex;
    flex-direction:column;
}

.destination-slider .tour-card img{
    height:260px;
    width:100%;
    object-fit:cover;
}

.destination-slider .tour-card a{
    margin-top:auto;
}
.owl-nav{
    display:none !important;
}
.destination-card,
.destination-item{
    padding:0 !important;
    border:none !important;
    overflow:hidden;
}
.destination-card img,
.destination-item img{
    display:block;
    width:100%;
    height:100%;
    border:none !important;
}
.package-features{
    text-align:center;
    font-size:13px;
    color:#555;
    margin:12px 0;
}

.package-features i{
    color:#0056d6;
    margin-left:10px;
    margin-right:4px;
}

.package-features i:first-child{
    margin-left:0;
}
.tour-card{
    transition:.3s ease;
}

.tour-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}
.badge{
    position:absolute;
    top:15px;
    left:15px;
    background:#ff6b00;
    color:#fff;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:700;
}
.tour-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s ease;
}

.tour-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.tour-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.tour-card h3{
    text-align:center;
    font-size:32px;
    font-weight:700;
    margin:18px 15px 5px;
}

.tour-subtitle{
    text-align:center;
    color:#666;
    font-size:15px;
    margin-bottom:10px;
}

.tour-duration{
    text-align:center;
    color:#0d5bd7;
    font-weight:600;
}

.package-features{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin:15px 0;
}

.package-features span{
    font-size:12px;
    background:#f4f7fb;
    padding:8px 12px;
    border-radius:30px;
}

.package-features i{
    color:#0d5bd7;
}

.tour-price{
    text-align:center;
    font-size:26px;
    font-weight:800;
    color:#ff6b00;
    margin:15px 0;
}

.btn-tour{
    display:block;
    margin:15px;
    padding:14px;
    text-align:center;
    background:linear-gradient(135deg,#0056d6,#008cff);
    color:#fff;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
}
.package-features{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    margin:15px 0;
    font-size:14px;
    color:#555;
}

.package-features i{
    color:#0d5bd7;
    margin-right:4px;
}

.btn-tour{
    display:block;
    margin:15px;
    padding:14px;
    text-align:center;
    background:#0d5bd7;
    color:#fff;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
}
.about-section{
    padding:70px 0;
    background:#f8f9fc;
}

.section-title{
    text-align:center;
    font-size:42px;
    font-weight:700;
    color:#0b4dbb;
    margin-bottom:40px;
}

.about-content{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
    margin-bottom:50px;
}

.about-content p{
    line-height:1.9;
    color:#555;
}

.about-highlights{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin:50px 0;
}

.highlight-box{
    background:#fff;
    padding:30px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.highlight-box h3{
    font-size:40px;
    color:#0b4dbb;
    margin-bottom:10px;
}

.why-choose{
    background:#fff;
    padding:40px;
    border-radius:15px;
    margin-top:40px;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.why-box{
    text-align:center;
    padding:25px;
}

.why-box i{
    font-size:40px;
    color:#0b4dbb;
    margin-bottom:15px;
}

.mission-box{
    background:#0b4dbb;
    color:#fff;
    padding:30px;
    border-radius:15px;
    margin-top:50px;
    text-align:center;
}
/* CONTACT HERO */

.contact-hero{
    background:linear-gradient(135deg,#0056d6,#008cff);
    padding:80px 20px;
    text-align:center;
    color:#fff;
}

.contact-hero h1{
    font-size:48px;
    margin-bottom:15px;
}

.contact-hero p{
    max-width:700px;
    margin:auto;
    font-size:18px;
    opacity:.95;
}

/* CONTACT INFO */

.contact-info-section{
    padding:80px 0;
}

.contact-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.contact-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.contact-box:hover{
    transform:translateY(-8px);
}

.contact-box i{
    font-size:40px;
    color:#0056d6;
    margin-bottom:15px;
}

.contact-box h3{
    margin-bottom:15px;
    font-size:22px;
}

.contact-box p,
.contact-box a{
    color:#666;
    text-decoration:none;
}

/* CONTACT FORM */

.contact-form-section{
    padding:80px 0;
    background:#f8f9fc;
}

.contact-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
}

.contact-content h2{
    font-size:40px;
    margin-bottom:20px;
}

.contact-content p{
    color:#666;
    line-height:1.8;
}

.contact-content ul{
    margin-top:20px;
}

.contact-content li{
    margin-bottom:10px;
    color:#0056d6;
    font-weight:600;
}

.contact-form-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.contact-form-box input,
.contact-form-box textarea{
    width:100%;
    padding:15px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:10px;
    font-family:'Poppins',sans-serif;
}

.contact-form-box button{
    width:100%;
    padding:15px;
    background:#0056d6;
    color:#fff;
    border:none;
    border-radius:10px;
    font-size:16px;
    cursor:pointer;
}

/* MAP */

.map-section{
    padding:80px 0;
}

.map-section h2{
    text-align:center;
    margin-bottom:30px;
    font-size:36px;
}

.map-section iframe{
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

/* CTA */

.cta-section{
    background:#0056d6;
    color:#fff;
    text-align:center;
    padding:70px 20px;
}

.cta-section h2{
    font-size:38px;
    margin-bottom:15px;
}

.cta-section p{
    max-width:700px;
    margin:auto;
    margin-bottom:30px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
}

.call-btn-contact,
.whatsapp-btn-contact{
    padding:15px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.call-btn-contact{
    background:#fff;
    color:#0056d6;
}

.whatsapp-btn-contact{
    background:#25d366;
    color:#fff;
}

/* MOBILE */

@media(max-width:991px){

.contact-grid{
    grid-template-columns:repeat(2,1fr);
}

.contact-wrapper{
    grid-template-columns:1fr;
}

}

@media(max-width:768px){

.contact-grid{
    grid-template-columns:1fr;
}

.contact-hero h1{
    font-size:34px;
}

.contact-content h2{
    font-size:30px;
}

.cta-buttons{
    flex-direction:column;
}

}
.contact-hero{
    padding:50px 20px;
}

.contact-hero h1{
    font-size:56px;
    font-weight:700;
    margin-bottom:10px;
}

.contact-hero p{
    max-width:800px;
    margin:auto;
}
.contact-box{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-top:4px solid #0d5bd7;
}

.contact-box i{
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:50%;
    background:#eef5ff;
    font-size:28px;
}
.contact-content ul{
    margin-top:25px;
}

.contact-content li{
    list-style:none;
    margin-bottom:14px;
    font-size:17px;
    font-weight:600;
}
.contact-form-box{
    background:#fff;
    border-radius:25px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.contact-form-box input,
.contact-form-box textarea{
    border:2px solid #eee;
    border-radius:12px;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus{
    border-color:#0d5bd7;
    outline:none;
}
.cta-section{
    background:linear-gradient(135deg,#0d5bd7,#1e88ff);
    padding:90px 20px;
}
.contact-wrapper{
    display:grid;
    grid-template-columns:45% 55%;
    gap:40px;
    align-items:center;
}
.cta-section{
    background:linear-gradient(135deg,#0d5bd7,#2d8cff);
    padding:60px 20px;   /* pehle 90px tha */
    margin-top:80px;     /* upar gap */
    margin-bottom:60px;  /* footer se gap */
    border-radius:25px;
}

.cta-section h2{
    font-size:42px;
    margin-bottom:15px;
}

.cta-section p{
    max-width:700px;
    margin:0 auto 25px;
}
.cta-section{
    width:90%;
    max-width:1400px;
    margin:80px auto 60px;
}
.contact-hero{
    padding:35px 20px !important;
    margin-top:25px !important;
    margin-bottom:50px !important;
    min-height:auto !important;
}

.contact-hero h1{
    font-size:60px !important;
    margin:0 0 10px !important;
    line-height:1.1 !important;
}

.contact-hero p{
    margin:0 auto !important;
    max-width:900px !important;
}
.contact-hero{
    padding-top:120px !important;
}
.contact-hero{
    padding-top:140px !important;
}
.contact-hero{
    border:5px solid red;
    margin-top:100px !important;
}
.contact-hero{
    padding:30px 20px !important;
    border-radius:20px;
    width:95%;
    margin:20px auto 50px;
}

.contact-hero h1{
    font-size:50px !important;
    line-height:1.1;
}
/* HERO */

.visa-hero{
    background:linear-gradient(135deg,#0d5bd7,#1d8fff);
    color:#fff;
    text-align:center;
    padding:80px 20px;
    border-radius:0 0 30px 30px;
}

.visa-hero h1{
    font-size:58px;
    margin-bottom:15px;
    font-weight:700;
}

.visa-hero p{
    max-width:800px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
}

/* HIGHLIGHTS */

.visa-highlights{
    padding:70px 0;
}

.visa-highlights .container{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.highlight-box{
    background:#fff;
    padding:25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    font-weight:600;
}

/* CONTENT */

.visa-content{
    padding:40px 0 70px;
}

.visa-content h2{
    font-size:40px;
    margin-bottom:20px;
}

.visa-content p{
    font-size:17px;
    line-height:1.9;
    color:#555;
}

/* DOCUMENTS */

.documents{
    background:#f8f9fc;
    padding:70px 0;
}

.documents h2{
    text-align:center;
    margin-bottom:40px;
}

.documents ul{
    max-width:900px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    padding:0;
}

.documents li{
    list-style:none;
    background:#fff;
    padding:15px 20px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

/* PROCESS */
.visa-process{
    padding:80px 0;
}

.visa-process h2{
    text-align:center;
    font-size:52px;
    color:#0d5bd7;
    margin-bottom:60px;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.process-box{
    background:#fff;
    padding:30px 25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    position:relative;
    transition:.3s;
}

.process-box:hover{
    transform:translateY(-8px);
}

.process-box span{
    width:70px;
    height:70px;
    line-height:70px;
    display:block;
    margin:0 auto 20px;
    border-radius:50%;
    background:#0d5bd7;
    color:#fff;
    font-size:24px;
    font-weight:700;
}

.process-box h3{
    font-size:24px;
    margin-bottom:12px;
}

.process-box p{
    color:#666;
    line-height:1.7;
}

/* WHY US */

.why-us{
    background:#f8f9fc;
    padding:80px 0;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.why-grid div{
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    font-weight:600;
}

/* FAQ */

.faq-section{
    padding:80px 0;
}

.faq-section h3{
    margin-top:25px;
    color:#0d5bd7;
}

/* FORM */

.visa-form{
    background:#f8f9fc;
    padding:80px 0;
}

.visa-form form{
    max-width:800px;
    margin:auto;
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.visa-form input,
.visa-form textarea{
    width:100%;
    padding:15px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:12px;
}

.visa-form button{
    width:100%;
    padding:15px;
    border:none;
    border-radius:12px;
    background:#0d5bd7;
    color:#fff;
    font-size:16px;
    font-weight:600;
}

/* CTA */

.visa-cta{
    margin:80px auto;
    width:90%;
    max-width:1400px;
    background:linear-gradient(135deg,#0d5bd7,#1d8fff);
    color:#fff;
    text-align:center;
    padding:70px 20px;
    border-radius:25px;
}

.visa-cta a{
    display:inline-block;
    margin:10px;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    background:#fff;
    color:#0d5bd7;
}

/* MOBILE */

@media(max-width:991px){

.visa-highlights .container,
.process-grid,
.why-grid{
    grid-template-columns:repeat(2,1fr);
}

.documents ul{
    grid-template-columns:1fr;
}

}

@media(max-width:768px){

.visa-hero h1{
    font-size:38px;
}

.visa-highlights .container,
.process-grid,
.why-grid{
    grid-template-columns:1fr;
}

}
/* HERO */

.visa-hero{
    background:linear-gradient(135deg,#0d5bd7,#1e88ff);
    color:#fff;
    text-align:center;
    padding:70px 20px;
    border-radius:0 0 30px 30px;
}

.visa-hero h1{
    font-size:60px;
    margin-bottom:15px;
}

.visa-hero p{
    font-size:20px;
    margin-bottom:25px;
}

.apply-btn,
.whatsapp-btn{
    display:inline-block;
    padding:12px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    margin:5px;
}

.apply-btn{
    background:#fff;
    color:#0d5bd7;
}

.whatsapp-btn{
    background:#25D366;
    color:#fff;
}

/* TITLE */

.section-title{
    text-align:center;
    font-size:48px;
    margin:60px 0 40px;
    color:#0d5bd7;
}

/* VISA GRID */

.visa-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    padding:20px;
}

.visa-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.visa-card:hover{
    transform:translateY(-8px);
}

.visa-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.visa-card h3{
    margin:20px 0 10px;
    font-size:28px;
}

.visa-card p{
    color:#666;
    margin-bottom:15px;
}

.visa-card a{
    display:inline-block;
    background:#0d5bd7;
    color:#fff;
    padding:12px 25px;
    border-radius:10px;
    text-decoration:none;
    margin-bottom:25px;
}

/* MOBILE */

@media(max-width:991px){

.visa-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.visa-grid{
    grid-template-columns:1fr;
}

.visa-hero h1{
    font-size:40px;
}

.section-title{
    font-size:34px;
}

}
/* HERO */

.visa-hero{
    background:linear-gradient(135deg,#0d5bd7,#1e88ff);
    color:#fff;
    text-align:center;
    padding:70px 20px;
    border-radius:0 0 30px 30px;
}

.visa-hero h1{
    font-size:60px;
    margin-bottom:15px;
}

.visa-hero p{
    font-size:20px;
    margin-bottom:25px;
}

.apply-btn,
.whatsapp-btn{
    display:inline-block;
    padding:12px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    margin:5px;
}

.apply-btn{
    background:#fff;
    color:#0d5bd7;
}

.whatsapp-btn{
    background:#25D366;
    color:#fff;
}

/* TITLE */

.section-title{
    text-align:center;
    font-size:48px;
    margin:60px 0 40px;
    color:#0d5bd7;
}

/* VISA GRID */

.visa-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    padding:20px;
}

.visa-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.visa-card:hover{
    transform:translateY(-8px);
}

.visa-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.visa-card h3{
    margin:20px 0 10px;
    font-size:28px;
}

.visa-card p{
    color:#666;
    margin-bottom:15px;
}

.visa-card a{
    display:inline-block;
    background:#0d5bd7;
    color:#fff;
    padding:12px 25px;
    border-radius:10px;
    text-decoration:none;
    margin-bottom:25px;
}

/* MOBILE */

@media(max-width:991px){

.visa-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.visa-grid{
    grid-template-columns:1fr;
}

.visa-hero h1{
    font-size:40px;
}

.section-title{
    font-size:34px;
}
}
.site-header{
    margin-bottom:0 !important;
}

.visa-hero{
    margin-top:0 !important;
}
.site-header{
    border:5px solid red;
}

.visa-hero{
    border:5px solid green;
}
.visa-hero{
    margin:0 !important;
    padding:40px 20px !important;
}
.site-header{
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.visa-hero{
    border-radius:0 0 20px 20px;
}
.visa-hero{
    padding:55px 20px !important;
}
.visa-hero{
    border:none !important;
}

.visa-hero h1{
    font-size:64px;
    margin-bottom:15px;
}

.visa-hero p{
    margin-bottom:25px;
}
.visa-hero{
    margin-top:40px !important;
}
.visa-hero{
    position:relative;
    overflow:hidden;
}

.visa-hero::after{
    content:'✈';
    position:absolute;
    right:80px;
    top:50px;
    font-size:180px;
    opacity:.08;
    color:#fff;
}
.hero-flags{
    margin-top:25px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.hero-flags img{
    width:42px;
    height:30px;
    object-fit:cover;
    border-radius:4px;
    box-shadow:0 3px 10px rgba(0,0,0,.15);
    transition:.3s;
}

.hero-flags img:hover{
    transform:translateY(-3px);
}
.visa-supported{
    margin-top:15px;
    color:rgba(255,255,255,.85);
    font-size:15px;
}
.visa-flag{
    width:80px;
    margin-bottom:20px;
}
.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
}
body{
    padding-top:90px;
}
.visa-hero{
    margin-top:150px !important;
}
.visa-overview,
.documents-section,
.visa-process,
.why-reyaan,
.visa-faq,
.visa-form{
    padding:80px 0;
}

.visa-overview h2,
.documents-section h2,
.visa-process h2,
.why-reyaan h2,
.visa-faq h2,
.visa-form h2{
    text-align:center;
    font-size:48px;
    font-weight:700;
    color:#0d5bd7;
    margin-bottom:50px;
    position:relative;
}

.visa-overview h2:after,
.documents-section h2:after,
.visa-process h2:after,
.why-reyaan h2:after,
.visa-faq h2:after,
.visa-form h2:after{
    content:'';
    width:80px;
    height:4px;
    background:#0d5bd7;
    display:block;
    margin:15px auto 0;
    border-radius:20px;
}

/* Paragraph */

.visa-overview p,
.visa-faq p{
    font-size:17px;
    line-height:1.9;
    color:#555;
}

/* Info Boxes */

.info-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.info-box{
    background:#fff;
    padding:25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.info-box h3{
    color:#0d5bd7;
    margin-bottom:10px;
}

/* Documents */

.doc-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    padding:0;
}

.doc-list li{
    list-style:none;
    background:#fff;
    padding:15px 20px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
    font-weight:500;
}

.doc-list li:before{
    content:"✓";
    color:green;
    font-weight:bold;
    margin-right:10px;
}

/* Why Choose */

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.why-grid div{
    background:#fff;
    padding:20px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    font-weight:600;
}

/* FAQ */

.visa-faq h3{
    color:#0d5bd7;
    margin-top:25px;
    margin-bottom:10px;
    font-size:22px;
}
.documents-section,
.why-reyaan{
    background:#f8faff;
}
.sticky-note{
    position:relative;
    max-width:850px;
    margin:50px auto;
    padding:35px;
    background:#fff9c4;
    border-radius:8px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    transform:rotate(-1deg);
}

.pin{
    position:absolute;
    top:-12px;
    left:50%;
    transform:translateX(-50%);
    width:24px;
    height:24px;
    background:#e53935;
    border-radius:50%;
    box-shadow:0 3px 8px rgba(0,0,0,.25);
}

.sticky-note h3{
    text-align:center;
    color:#0d5bd7;
    margin-bottom:20px;
    font-size:28px;
}

.sticky-note ul{
    list-style:none;
    padding:0;
}

.sticky-note ul li{
    padding:10px 0;
    border-bottom:1px dashed rgba(0,0,0,.15);
    font-size:16px;
}

.sticky-note ul li:before{
    content:"✓";
    color:#2e7d32;
    font-weight:bold;
    margin-right:10px;
}

.sticky-note p{
    margin-top:20px;
    font-style:italic;
    color:#555;
}
.visa-faq{
    padding:80px 0;
}

.visa-faq h2{
    text-align:center;
    font-size:48px;
    color:#0d5bd7;
    margin-bottom:50px;
}

.faq-item{
    background:#fff;
    margin-bottom:15px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.faq-question{
    width:100%;
    background:#fff;
    border:none;
    padding:22px 25px;
    text-align:left;
    font-size:20px;
    font-weight:600;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-question span{
    font-size:28px;
    color:#0d5bd7;
}

.faq-answer{
    display:none;
    padding:0 25px 20px;
    color:#555;
    line-height:1.8;
}

.faq-item.active .faq-answer{
    display:block;
}
.country-flag{
    width:250px;
    opacity:.08;
    position:absolute;
    right:50px;
    top:50px;
}

.schengen-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:40px;
}

.country-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    border:1px solid #eee;
}

.country-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.country-card img{
    width:80px;
    height:60px;
    object-fit:cover;
    border-radius:6px;
    margin-bottom:15px;
    border:1px solid #ddd;
}

.country-card h3{
    font-size:22px;
    color:#0d5bd7;
    margin-bottom:8px;
}

.country-card p{
    font-size:14px;
    color:#666;
    margin-bottom:15px;
}

.country-card a{
    display:inline-block;
    background:#0d5bd7;
    color:#fff;
    text-decoration:none;
    padding:10px 20px;
    border-radius:8px;
    font-weight:600;
}

/* Mobile */

@media(max-width:991px){

.schengen-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.schengen-grid{
    grid-template-columns:1fr;
}

}

.schengen-title{
    text-align:center;
    font-size:48px;
    color:#0d5bd7;
    margin-bottom:15px;
}

.schengen-desc{
    text-align:center;
    max-width:900px;
    margin:0 auto 40px;
    color:#666;
    line-height:1.8;
}
.schengen-text{
    max-width:1100px;
    margin:40px auto 0;
    text-align:center;
    font-size:18px;
    line-height:1.9;
    color:#555;
    background:#fff;
    padding:25px 35px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    border-left:5px solid #0d5bd7;
}

.schengen-text strong{
    color:#0d5bd7;
    font-weight:600;
}
.destination-slider .owl-stage{
    display:flex;
}

.destination-slider .owl-item{
    display:flex;
}

.destination-slider .tour-card{
    width:100%;
    display:flex;
    flex-direction:column;
}
.visa-slider{
    margin-top:40px;
}

.visa-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.visa-card img{
    width:100% !important;
    height:300px !important;
    object-fit:contain !important;
    display:block !important;
    background:#fff !important;
}

.visa-card h3{
    margin:0;
    padding:15px;
    text-align:center;
    font-size:18px;
    font-weight:700;
    color:#555;
}
.destination-slider .owl-stage{
    display:flex;
}

.destination-slider .owl-item{
    display:flex;
}

.destination-slider .owl-item .tour-card{
    width:100%;
}
.visa-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.visa-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}

.visa-card h3{
    margin:0;
    padding:15px;
    text-align:center;
    font-size:18px;
    font-weight:700;
}
