/*======= home page ======*/

/*=== banner section ===*/

.home-banner {
	background-image: url(../image/background/home_blue_bg.jpg);
	background-size: cover;
	position: relative;
}

.home-subtitle {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF;
	text-transform: capitalize;
}

.home-title {
	font-family: 'Anton', sans-serif;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: 400;
	font-size: 100px;
	line-height: 100px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.banner-animated-img {
	position: absolute;
	bottom: -19px;
	right: 12px;
	height: 461px;
}

.banner-grass {
	position: absolute;
	bottom: -21px;
	right: 0px;
	width: 100%
}

/*===banner section======*/

/*====Homepage other section=====*/

.about-sec {
	background: linear-gradient(180deg, #F5F4EA 0%, rgba(255, 255, 255, 0) 80.78%);
}

.klimanjaro-sec {
	background-image: url(../image/mount-kilimanjaro.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position-y: -23px;
	position: relative;
}

.klimanjaro-sec::after {
	content: "";
	display: block;
	background: linear-gradient(180deg, #FFFFFF -16.03%, rgba(255, 255, 255, 0.5248) 13.49%, rgba(253, 252, 251, 0.21592) 28.87%, rgba(251, 250, 248, 0.01) 54.09%);
	height: 29px;
	position: absolute;
	width: 100%;
	top: 0px;
}

.travel-img-block {
	position: relative;
}

.price {
	font-weight: 700;
	font-size: 28px;
	line-height: 44px;
	color: #3A59D1;
}

.sub-text {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #01110A;
}

.tanzania-safari-travel-cards-section {
	background: url(../image/background/home_tanzania_safari_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 15%;
	padding-bottom: 160px;
}

.tanzania-img {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 20px;
	z-index: -1;
}

.tanzania-exp {
	background: url(../image/tanz-exp.jpg);
	background-size: cover;
	position: relative;
	z-index: -1;
	padding-bottom: 280px;
	padding-top: 280px;
}

.tan-trips {
	transform: translateY(-220px);
}

.trip-ad-sec{
	margin-top: -100px;
}

.tanzania-exp::before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../image/tan-exp-top.png);
	left: 0px;
	width: 100%;
	height: 205px;
	background-repeat: no-repeat;
	top: -1px;
	background-size: cover;
}

.tanzania-exp::after {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../image/tan-exp-bottom.png);
	left: 0px;
	width: 100%;
	height: 205px;
	background-repeat: no-repeat;
	bottom: -1px;
	background-size: cover;
	z-index: -1;
}

.feature-tag {
	background: #E15634;
	border-radius: 0px 16px 0px 8px;
	color: #FFFFFF;
	padding: 4px 12px;
	position: absolute;
	top: -1px;
	right: -1px;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.testi-card {
	background: #FFFFFF;
	border: 1px solid #EEE8DA;
	border-radius: 8px;
	padding: 16px;
}

/* ===slider=== */


.testi-slider .slick-prev:before {
	content: url('../image/previous-btn.svg');
}

.testi-slider .slick-next:before {
	content: url('../image/next-btn.svg');
}

.testi-slider .slick-slide {
	margin-left: 16px;
	margin-right: 4px;
}

.slick-prev.slick-arrow {
	background-color: transparent !important;
}

.slick-next.slick-arrow {
	background-color: transparent !important;
}

.blog-card {
	border: 2px solid #3A59D1;
	border-radius: 8px;
	padding: 24px;
	position: relative;
}

.blog-block:not(:last-child) {
	margin-bottom: 80px;
}

.contact-sec {
	background: url(../image/contact-bg.webp);
	background-size: cover;
}

.fixed-group-bg {
	background: url(../image/fixed-trip-bg.png);
	background-size: cover;
}

.trip-checkout-banner {
	background: linear-gradient(0deg, rgba(80, 65, 54, 0.3), rgba(80, 65, 54, 0.3)), url(../image/trip-checkout-banner.jpg);
	background-size: cover;
	background-position: bottom;
}

.grunge-effect {
	padding-top: 200px;
	padding-bottom: 200px;
	position: relative;
}

.grunge-effect::before {
	content: "";
	display: block;
	background-image: url(../image/background/bottom-grunge.png);
	position: absolute;
	left: 0px;
	width: 100%;
	height: 205px;
	background-repeat: no-repeat;
	bottom: -1px;
	background-size: cover;
}

.grunge-effect::after {
	content: "";
	display: block;
	background-image: url(../image/top-grunge.png);
	position: absolute;
	left: 0px;
	height: 205px;
	background-repeat: no-repeat;
	top: 0px;
	width: 100%;
	background-size: cover;
}

/*=========homepage css=========*/

.terms-sec {
	background: url(../image/zanzibar/zanzibar_21.jpg);
	background-size: 100% 100%; 
	height: 640px;
}

.privacy-sec {
	background: url(../image/mikumi/mikumi_4.webp);
	background-size: 100% 100%;
	height: 640px;
}

.refund-sec {
	background: url(../image/refund-bg.png);
	background-size: 100% 100%;
}

.safari-gradient {
	position: absolute !important;
	bottom: 0px !important;
	width: 100% !important;
	left: 0px !important;
}

.safari-checkmark {
	background: url(../image/safari-checkmark-bg.png);
	background-size: 100% 100%;
}

.gallery-banner {
	background: url(../image/gallery-banner-bg.png);
	background-size: 100% 100%;
}

.faq-sec {
	background: url(../image/faq-bg.webp);
	background-size: cover;
}

.dynamax-mob-nav {
	display: none;
}

.dynamax-mob-menu {
	display: none;
}

.upcoming-group-block {
	border: 1px solid #EEE8DA;
	border-radius: 8px;
	background-color: white;
}

.date-block {
	background: #E15634;
	border-radius: 4px;
	text-align: center;
	width: 64px;
	height: 64px;
}

.upcoming-group-content-block:not(:last-child) {
	border-bottom: 1px solid #EEE8DA;
}

.masonry-block {
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	margin-bottom: 30px;
	break-inside: avoid;
}

.masonry-block .white-card {
	grid-row: 1 / -1;
	grid-column: 1;
}

.masonry-sec {
	column-count: 3;
	column-gap: 30px;
}

.privacy-page-bg {
	background: linear-gradient(180deg, #F9F9F3 0%, rgba(238, 232, 218, 0) 91.22%);
}

.refund-page-bg {
	background: linear-gradient(180deg, rgba(188, 209, 165, 0.18) 36.33%, rgba(238, 232, 218, 0) 80%);
	;
}

.header-grunge-effect {
	position: relative;
}

.header-grunge-after {
	position: absolute;
	width: 100%;
	bottom: -1px;
}

.header-grunge-after.gallery {
	bottom: -45px;
}

.contact-us {
	background: url(../image/zanzibar/zanzibar_2.webp);
	background-size: cover;
	background-position: center;
}

.contact-page-content-block {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	color: #E6E7E6;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
}

.form-block {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 24px;
}

.contact-form-block .form-control {
	border: 1px solid #CCCFCE !important;
}

.contact-form-block .form-control:hover,
.contact-form-block .form-control:focus {
	border: 1px solid #CCCFCE !important;
}

.contact-form-block label {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #34413B;
}

.gallery-page-bg {
	background: linear-gradient(180deg, #EEE8DA 0%, rgba(238, 232, 218, 0) 91.22%);
}

.gallery-banner-block {
	transform: translateY(-140px);
}

.gallery-block:nth-child(2) {
	transform: translateY(40px);
}

.gallery-block:nth-child(4) {
	transform: translateY(40px);
}

.blog-page-banner {
	background: url(../image/blog-page.webp);
	background-size: 100% 101%;
	padding-top: 264px;
	position: relative;
}

.blog-page-banner::after {
	content: "";
	display: block;
	background-image: url(../image/background/blog-page-after.png);
	position: absolute;
	left: 0px;
	height: 236px;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	bottom: -2px;
}

.blog-detail-sec {
	background: linear-gradient(180deg, rgba(244, 240, 230, 1) 4.69%, rgba(244, 240, 230, 1) 4.69%, rgba(244, 240, 230, 0) 100%);
}

.blog-detail-sec img {
	width: 100%;
	border-radius: 8px;
}

.main-blog-sec-bg {
	background: linear-gradient(180deg, rgba(246, 243, 236, 1) 4.69%, rgba(246, 243, 236, 1) 4.69%, rgba(246, 243, 236, 0) 100%);
}

.wpcf7-form-control.wpcf7-select {
	border: 1px solid #CCCFCE !important;
	background: #FFFFFF !important;
	border-radius: 8px !important;
	height: 56px !important;
	margin: 0px !important;
	width: 100%;
}

.wpte-gallery-wrapper .wpte-trip-feat-img {
	display: flex;
	justify-content: center;
}

.wpte-gallery-wrapper .wpte-trip-feat-img img {
	border-radius: 8px;
}

.wpte-trip__adv-field .wpte__select-options .wpte__select-options__label {
	display: none !important;
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li span {
	font-family: 'Plus Jakarta Sans';
}

.nb-4-configurations.nb-configurations {
	display: none !important;
}

.wc-enhanced-select,
#enquiry_message::placeholder,
.wte_enquiry_contact_form textarea::placeholder {
	text-transform: capitalize !important;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap input:focus {
	border: 1px solid #DCD9D7 !important;
	;
}

#element {
	background: white;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 10vh;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 0.8em;
}

#element p {
	margin: 0;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	white-space: nowrap;
}

.blog-page-card {
	background: #FFFFFF;
	border: 1px solid #3A59D1;
	border-radius: 8px;
	padding: 32px;
}

.faq-page-banner {
	background: url(../image/zanzibar/zanzibar_15.webp);
	background-size: cover;
	position: relative;
	background-position: center;
}

.faq-cards-sec {
	background: linear-gradient(180deg, rgba(0, 125, 100, 0.051) 0%, rgba(238, 232, 218, 0.048) 92.41%);
}

.blog-detail-page-banner {
	background: url(../image/blog-detail.webp);
	background-size: 100% 100%;
}

.trekking-bg {
	height: 800px !important;
}

.trekking-tour-bg {
	background: linear-gradient(179.6deg, rgba(254, 254, 253, 0.5) -11.81%, rgba(220, 234, 248, 0.5) 56.6%, rgba(247, 249, 252, 0.5) 115.71%);
	;
	background-size: 100% 100%;
}

.mount-kilimanjaro-bg {
	background: linear-gradient(179.6deg, rgba(254, 254, 254, 0.5) 12.76%, rgba(220, 234, 248, 0.5) 59.92%, rgba(247, 249, 252, 0.5) 115.71%);
	background-size: 100% 100%;
	position: relative;
}

.mountain-bg::before {
	background-image: url(../image/mountain.png);
	background-size: 100% 100%;
	display: inline-block;
	width: 100%;
	height: 753px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -28px;
	z-index: -1;
}


.mount-kilimanjaro-about-card {
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(6px);
	border-radius: 8px;
	text-align: center;
	padding: 24px;
}

.mount-kilimanjaro-about-card:not(:last-child) {
	margin-bottom: 28px;
}

.mount-kilimanjaro-about-card.text-left {
	text-align: left !important;
}

.routes-card {
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(6px);
	border-radius: 8px;
	padding: 12px;
	position: relative;
}

.routes-card:nth-child(even) {
	transform: translateY(40px);
}

.mountain-img {
	position: absolute;
	top: -31px;
	left: 18%;

}

.safety-image {
	position: absolute;
	bottom: 24px;
}

.blue-gradient-bg {
	background: linear-gradient(180.34deg, rgba(238, 243, 248, 0.5) 0.28%, rgba(224, 241, 255, 0.5) 92.16%);
	;
}

.kiliminjaro-faq-sec {
	background-image: url(../image/killimanjaro-faq-bg.webp);
	background-size: cover;
}

.kiliminjaro-faq-sec.grunge-effect::after {
	content: "";
	display: block;
	background-image: url(../image/trekking-top-grunge.png);
	position: absolute;
	left: 0px;
	height: 205px;
	background-repeat: no-repeat;
	top: -1px;
	width: 100%;
	background-size: cover;
}

.listing-grunge {
	position: relative;
}

.listing-grunge::after {
	content: "";
	display: block;
	background-image: url(../image/listing-grunge.png);
	position: absolute;
	left: 0px;
	height: 236px;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	bottom: -2px;
}

.cream-gradient-bg {
	background: linear-gradient(180deg, rgba(238, 232, 218, 0.4) 0%, rgba(238, 232, 218, 0) 91.22%);
}

.white-card-gradient {
	background: rgba(255, 255, 255, 0.5);
	border: 4px solid rgba(206, 230, 219, 0.1);
	backdrop-filter: blur(8px);
	padding: 24px;
}

.zanzibar-archi-card {
	position: relative;
}

.zanzibar-archi-card img {
	height: 200px;
	border-radius: 8px;
	object-fit: cover;
	width: 100%;
}

.img-overlay {
	background: linear-gradient(0deg, rgba(80, 65, 54, 0.3), rgba(80, 65, 54, 0.3));
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	z-index: 1;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zanzibar-archi-title {
	font-family: 'Anton', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 42px;
	color: #FFFFFF;
	text-align: center;
}

.zazibar-bg {
	background-image: url(../image/zanzibar-bg.png);
	background-size: 100% 100%;
	position: relative;
	/* z-index: 0; */
}

.zanzibar-accomodation-bg {
	background-image: url(../image/accomodation-bgpng.png);
	background-size: cover;
}

.zanzibar-faq-sec {
	background-image: url(../image/zanzibar/zanzibar_17.webp);
	background-size: cover;
}

.zanzibar-faq-sec.grunge-effect::after {
	content: "";
	display: block;
	background-image: url(../image/zanzibar-top-grunge.png);
	position: absolute;
	left: 0px;
	height: 205px;
	background-repeat: no-repeat;
	top: 0px;
	width: 100%;
	background-size: cover;
}

.magoroto-faq-sec {
	background-image: url(../image/magoroto/magoroto_2.webp);
	background-size: cover;
}

.magoroto-faq-sec.grunge-effect::after {
	content: "";
	display: block;
	background-image: url(../image/zanzibar-top-grunge.png);
	position: absolute;
	left: 0px;
	height: 205px;
	background-repeat: no-repeat;
	top: 0px;
	width: 100%;
	background-size: cover;
}

.mikumi-faq-sec {
	background-image: url(../image/mikumi/mikumi_12.webp);
	background-size: cover;
}

.mikumi-faq-sec.grunge-effect::after {
	content: "";
	display: block;
	background-image: url(../image/zanzibar-top-grunge.png);
	position: absolute;
	left: 0px;
	height: 205px;
	background-repeat: no-repeat;
	top: 0px;
	width: 100%;
	background-size: cover;
}


.serengeti-faq-sec {
	background-image: url(../image/serengeti/serengeti-about-us.webp);
	background-size: cover;
}

.serengeti-faq-sec.grunge-effect::after {
	content: "";
	display: block;
	background-image: url(../image/zanzibar-top-grunge.png);
	position: absolute;
	left: 0px;
	height: 205px;
	background-repeat: no-repeat;
	top: 0px;
	width: 100%;
	background-size: cover;
}


.brown-card {
	background: #503D36;
	border: 1px solid #DFD4B9;
	border-radius: 10px;
	padding: 24px;
}

.hartbeest-detail-banner {
	background-image: url(../image/hartbeest-banner-bg.png);
	background-size: 100% 100%;
}

.detail-itenery-bg {
	background-image: url(../image/detail-itenary-bg.png);
	background-size: 100% 100%;
}

.includes-block {
	background-image: url(../image/includes-bg.png);
	background-size: 100% 100%;
	padding: 44px;
}

.exclude-block {
	background-image: url(../image/exclude-bg.png);
	background-size: 100% 100%;
	padding: 44px;
}

.light-brown-card {
	background: #EEE8DA;
	border-radius: 12px;
}

.tour-card {
	background: #F0EDE3;
	border: 1px solid #DFD4B9;
	border-radius: 10px;
	padding: 24px;
}

.blog-mask-image {
	-webkit-mask-image: url(../image/maps.svg);
	mask-image: url(../image/maps.svg);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.blog-mask-image {
	position: absolute;
	top: -50px;
}

.blog-mask-image.tanzania-mask-img {
	position: static;
}

.blog-mask-image img {
	width: 280px !important;
	height: 280px !important;
}

.blog-mask-image.tanzania-mask-img img {
	width: 586px !important;
	height: 586px !important;
	object-fit: cover;
}

.policy-content h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #3A59D1;
	margin-top: 32px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
}

.policy-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #01110A;
	margin-top: 12px;
}

.blog-page-image {
	position: static;
}

.blog-page-image img {
	width: 225px !important;
	height: 225px !important;
}

.blog-tab.nav-pills .nav-item {
	margin-right: 90px;
}

.blog-tab.nav-pills .nav-item:last-child {
	margin-right: 0px;
}

.blog-card-gradient-image {
	position: relative;
}

.blog-card-gradient-image img {
	width: 100% !important;
	height: 208px !important;
	max-width: 100% !important;
	object-fit: cover;
	border-radius: 8px 8px 0px 0px;
}

.blog-image-gradient {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 84.37%);
	width: 100%;
	position: absolute;
	bottom: -4px;
	height: 40px;
}

.blog-single-bg {
	background-size: 100% 100% !important;
	position: relative;
}

.blog-after {
	position: absolute;
	width: 100%;
	bottom: -1px;
	left: 0px;
}

.blog-post-content p {
	margin-bottom: 24px;
}

.d-desktop-none {
	display: none;
}

.three-line-truncate,
.three-line-truncate p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.two-line-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.video-background {
	height: 640px;
	position: relative;
}

.video-background video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	top: 0px;
}

.video-background-after {
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 100%;
}

.about-cream-bg {
	background: linear-gradient(180deg, #F8F6F0 0%, rgba(248, 246, 240, 0.463542) 53.65%, #EEF3F7 100%);
}

.our-mission {
	background-image: url(../image/background/about_mission_bg.webp);
	background-size: 100% 100%;
	position: relative;
}

.our-mission::after {
	content: "";
	display: block;
	background: linear-gradient(181deg, #eef3f740 0%, #eef3f73d 53.65%, #eef3f712 100%);
	position: absolute;
	height: 30px;
	top: 0px;
	width: 100%;
}

.our-mission::before {
	content: "";
	display: block;
	background: linear-gradient(181deg, #eef3f740 0%, #eef3f73d 53.65%, #eef3f712 100%);
	position: absolute;
	height: 30px;
	bottom: 0px;
	width: 100%;
}

.value-sec {
	background: linear-gradient(180deg, #EEF3F7 0%, #EBEFF3 50.52%, #F0F2F8 100%);
}

.mantra-white-gradient {
	background-image: url(../image/mantra-white-bg.webp);
	background-size: 100% 100%;
	position: relative;
}

.mantra-image-bg {
	position: absolute;
	z-index: -1;
}

.mantra-image-bg:after {
	content: "";
	display: block;
	background: linear-gradient(180deg, #E7EAEF 0%, #EBEFF3 48.08%, #EFF1EE 95.18%);
	height: 29px;
}

.about-white-card {
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #DFD4B9;
	backdrop-filter: blur(10px);
	padding: 24px;
	border-radius: 10px;
}

.team-bg {
	background-image: url(../image/team-bg.webp);
	background-size: 100% 100%;
}

.partnership-sec {
	background-image: url(../image/partnership-img.webp);
	background-size: cover;
	background-position: center;
}

.partnership-sec.grunge-effect::after {
	content: "";
	display: block;
	background-image: url(../image/background/about-top-grunge.png);
	position: absolute;
	left: 0px;
	height: 205px;
	background-repeat: no-repeat;
	top: 0px;
	width: 100%;
	background-size: cover;

}

.community-banner {
	background-image: url(../image/community.png);
	background-size: 100% 100%;
}

.community-content-sec {
	background: linear-gradient(180deg, rgba(238, 232, 218, 0.4) 0%, rgba(238, 232, 218, 0) 91.22%);
}

.community-slider-block {
	position: relative;
}

.community-slider-block img {
	border-radius: 8px;
	width: 455px;
	height: 360px;
}

.slider-content-block {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(49, 40, 33, 0.1);
	backdrop-filter: blur(4.5px);
	border-radius: 0px 0px 10px 10px;
}

.community-slider .slick-slide {
	width: 455px !important;
}

.ecofriendly-banner {
	background-image: url(../image/ecofrndly-bg.webp);
	background-size: 100% 100%;
}

.kilimanjaro-route {
	background-image: url(../image/kili-route-bg.webp);
	background-size: cover;
	background-position: center;
}

.grey-gradient-bg {
	background: linear-gradient(179.6deg, rgba(220, 234, 248, 0.5) -11.81%, rgba(238, 232, 218, 0.5) 115.71%);
}

.white-plane-card {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 24px;
}


.kilimanjaro-faq-sec {
	background-image: url(../image/kilimanjaro-faq-bg.webp);
	background-size: 100% 100%;
}

.kilimanjaro-faq-sec.grunge-effect::after {
	content: "";
	display: block;
	background-image: url(../image/route-top-grunge.png);
	position: absolute;
	left: 0px;
	height: 205px;
	background-repeat: no-repeat;
	top: 0px;
	width: 100%;
	background-size: cover;
}

.page-not-found-body {
	background: #F8ECBD;
}

.page-not-found-bg {
	background-image: url(../image/page-not-found-bg.webp);
	background-size: cover;
	background-position: 0%;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0px;
}

.cloud-sec {
	position: relative;
	z-index: 0;
}

.cloud-sec::before {
	content: "";
	display: block;
	background-image: url(../image/right-cloud.svg);
	position: absolute;
	right: 0px;
	width: 278px;
	height: 100%;
	background-repeat: no-repeat;
	left: auto;
	bottom: -314px;
	z-index: -1;
}

.cloud-sec::after {
	content: "";
	display: block;
	background-image: url(../image/left-cloud.svg);
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-content,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-text,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item a,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item a {
	border-radius: 10px;
}

.kili-route {
	background-image: url(../image/kili-route.webp);
	background-size: 100% 100%;
	position: relative;
}

.kili-route::after {
	content: "";
	display: block;
	background-image: linear-gradient(180.34deg, rgba(238, 243, 248, 0.5) 0.28%, rgba(224, 241, 255, 0%) 92.16%);
	position: absolute;
	left: 0px;
	width: 100%;
	height: 20px;
	top: 0px;
}

.bg-transparent {
	background-color: transparent;
}

.zanzibar-archi {
	position: relative;
}

.dynamax-pills .nav-link.active {
	background: #503D36 !important;
	border: 1px solid #DFD4B9;
	border-radius: 10px;
	padding: 24px;
	text-align: left;
}

.dynamax-pills .nav-link.active h3,
.dynamax-pills .nav-link.active p {
	color: #FFFFFF;
}

.dynamax-pills .nav-link {
	background: #FFFFFF !important;
	border: 1px solid #DCD9D7;
	border-radius: 10px;
	padding: 24px;
	text-align: left;
}

.dynamax-pills .nav-link h3 {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #3A59D1;
}

.dynamax-pills .nav-link p {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #3A59D1;
	margin-top: 12px;
}

.box {
	width: 20vw;
	height: 60vh;
	border-radius: 5px;
	box-shadow: 0 2px 30px rgba(black, 0.2);
	background: darken(#eff3f9, 20%);
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	min-width: 200px;
	min-height: 350px;
}

.wave {
	opacity: 0.3;
	position: absolute;
	top: 120%;
	left: 50%;
	background: white;
	width: 500px;
	height: 500px;
	margin-left: -250px;
	margin-top: -250px;
	transform-origin: 50% 48%;
	border-radius: 43%;
	animation: drift 3000ms infinite linear;
	z-index: 1;
}

.wave.-three {
	animation: drift 5000ms infinite linear;
	z-index: 2 !important;
	opacity: 0.2;
}

.wave.-two {
	animation: drift 7000ms infinite linear;
	opacity: 0.1;
	z-index: 3 !important;
}

.box:after {
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	transform: translate3d(0, 0, 0);
}

@keyframes drift {
	from {
		transform: rotate(0deg);
	}

	from {
		transform: rotate(360deg);
	}
}

.info {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45%;
	z-index: 4;
}

.location {
	text-align: center;
	font-weight: 800;
}

.date {
	text-align: center;
	margin-top: 5%;
	color: lighten(grey, 10%);
	font-size: 70%;
}

.temp {
	margin-top: 10%;
	text-align: center;
}

.weathercon {
	height: 55%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3em;
}

@media (max-width: 600px) {
	.box {
		width: 90vw;
		height: 80vh;
	}

	.wave {
		top: 85%;
	}

	.weathercon {
		font-size: 5em;
	}

	.info {
		font-size: 1.5rem;
	}
}

@media (max-height: 500px) {
	.box {
		height: 80vh;
	}

	.wave {
		top: 115%;
	}
}

.kilimanjaro-weather-block {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 12px;
	width: 177px;
}

.tour-listing-banner {
	position: relative;
}

.tour-listing-banner::after {
	content: "";
	display: block;
	background-image: url(../image/listing-after-img.png);
	position: absolute;
	left: 0px;
	width: 100%;
	height: 230px;
	top: auto;
	bottom: -1px;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-trip-fixed .wpte-trips-fsd-table-wrapper tbody tr:nth-child(n + 6) {
	display: none !important;
}

.home-trip-fixed.fixed-trip-page .wpte-trips-fsd-table-wrapper tbody tr:nth-child(n + 6) {
	display: table-row !important;
}

.gallery-grid {
	column-count: 4;
	column-gap: 1rem;
}

.gallery-img-block {
	break-inside: avoid;
	margin-bottom: 20px;
}

.gallery-img-block img {
	max-height: 340px;
	object-fit: cover;
	width: 100%;
	background: url(image.html);
	border: 8px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 0px 1px rgba(80, 65, 54, 0.1);
}

.accomodation-translate-img {
	transform: translateY(57px);
}

.wp-post-image {
	height: 100% !important;
}

.button.category-trip-viewmre-btn {
	background-color: #1daaff !important;
	border-radius: 10px !important;
	padding: 12px 24px !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #3A59D1 !important;
	text-transform: uppercase !important;
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle {
	background: #1daaff !important;
}

.advanced-search-wrapper .advanced-search-field .ui-slider {
	background: rgba(247, 206, 70, 0.2) !important;
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-range {
	background: #1daaff !important;
}

.dynamax-search-menu {
	position: relative;
	visibility: visible;
}

.dynamax-form-search {
	position: absolute;
}

.dynamax-form-search input {
	position: absolute;
	right: -0px;
	top: -22px;
	margin-right: 0px !important;
	margin-top: 0px !important;
	visibility: hidden;
	opacity: 0;
	border-radius: 100px;
	border: none !important;
	transition: all .2s;
	width: 0px;
}

.dynamax-form-search input:focus {
	outline: none;
}

.dynamax-search-menu .search-icon {
	position: absolute;
	right: 20px;
	top: 6px;
	color: white;
}

.dynamax-search-menu.active .dynamax-form-search input {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	width: 220px;
}

.dynamax-search-menu.active .search-icon {
	color: #34413B;
}

.dynamax-search-menu .search-submit {
	background: transparent !important;
	position: absolute;
	right: 0px;
	margin: 0px !important;
	padding: 0px !important;
	top: -12px;
	border: none !important;
}

.dynamax-search-menu .search-submit:hover {
	background: transparent !important;
	border: none !important;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none !important;
}

.content-area {
	background: linear-gradient(180deg, rgba(238, 232, 218, 0.60) 0%, rgba(238, 232, 218, 0) 44.22%);
}

.nb-2-configurations.nb-configurations,
.nb-5-configurations.nb-configurations {
	width: 83%;
	margin: auto;
}

.nb-2-configurations.nb-configurations {
	margin-top: 80px
}

.itinerary .advanced-itinerary-row .accordion-tabs-toggle .itinerary-title span,
.itinerary .advanced-itinerary-row .accordion-tabs-toggle .itinerary-title span:hover {
	color: inherit !important;
}

.itenary-detail-gallery a img {
	width: 100px;
	height: 100px;
	max-width: 100px;
	border-radius: 4px;
	object-fit: cover;
}

.itenary-detail-gallery a::before {
	width: 100px;
	border-radius: 4px;
}

.itinerary-detail-additional-info .itinierary-icon-wrap svg path {
	fill: #3A59D1;
}

.advanced-itinerary-row .accordion-tabs-toggle .custom-toggle-tabs::after,
.advanced-itinerary-row .accordion-tabs-toggle .custom-toggle-tabs::before {
	background: #1daaff;
}

.itenary-detail-gallery .mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-top: 24px;
}

#wp-travel-trip-wrapper .widget-area {
	display: none !important;
}

.wpte-overview-title {
	color: #3A59D1 !important;
	font-weight: 800 !important;
	font-size: 24px !important;
	line-height: 32px !important;
	font-family: 'Playfair Display';
	margin-bottom: 12px !important;
}

.wpte-trip-highlights-title {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 44px;
	color: #3A59D1;
	margin-top: 24px;
	font-family: 'Plus Jakarta Sans' !important;
}

.wpte-trip-highlights {
	margin-top: 32px;
	position: relative;
	margin-left: 28px;
}

.wpte-trip-highlights .trip-highlight::before {
	content: "";
	display: block;
	background-image: url(../image/list-check.svg);
	position: absolute;
	left: -34px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 4px;
}

.wpte-trip-highlights .trip-highlight:not(:last-child) {
	margin-bottom: 24px;
}

.wpte-itinerary-title {
	font-family: 'Anton' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 80px !important;
	line-height: 84px !important;
	color: #3A59D1 !important;
	margin-top: 12px;
}

.itinerary-row {
	margin-left: 0px !important;
	margin-bottom: 12px !important;
	padding: 24px !important;
	background: #f5f0e6;
	border-radius: 8px;
}

.itinerary-row .content {
	margin-top: 16px;
}

.includes-block-bg {
	background-image: url(../image/include-bg.png);
	background-size: 100% 100%;
	padding: 80px 40px 20px;
}

.exclude-block-bg {
	background-image: url(../image/exclude-bg.png);
	background-size: 100% 100%;
	padding: 80px 40px;
	margin-left: 28px;
}

.gallery-page-banner {
	background-image: url(../image/gallery-bg.webp);
	background-size: cover;
	background-position: center;
}

.wte_enquiry_contact_form-wrap {
	max-width: 1320px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.wpte-booking-area {
	max-width: 1320px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.wte-related-trips-wrapper {
	max-width: 1320px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.content-area .faq-row:first-child {
	border-top: none;
}

.content-area .faq-row {
	background: #FFFFFF !important;
	border-bottom: 1px solid #EEE8DA !important;
	border-radius: 0px !important;
	margin-bottom: 16px;
	padding: 16px;
}

.wpte-bf-btn.wte-book-now.btn-loading {
	background: #1daaff !important;
	border: 2px solid #1daaff !important;
	border-radius: 8px !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-family: 'Plus Jakarta Sans' !important;
	color: #3A59D1 !important;
}

.wpte-bf-btn.wte-book-now {
	background: #1daaff !important;
	border-radius: 8px !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-family: 'Plus Jakarta Sans' !important;
	color: #3A59D1 !important;
}

.wte-process-btn.wte-process-btn-prev {
	background: transparent !important;
	border-radius: 8px !important;
	border: 1px solid #3A59D1 !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-family: 'Plus Jakarta Sans' !important;
	color: #3A59D1 !important;
}

.wte-process-btn.wte-process-btn-next {
	background: #1daaff !important;
	border-radius: 8px !important;
	color: #3A59D1 !important;
	border: none !important;
	box-shadow: none !important;
}

.wpte-booking-area .wpte-bf-btn-wrap {
	padding: 0px !important;
	margin-bottom: 12px;
}

.wpte-booking-inner-wrapper {
	padding: 0px !important;
}

.wpte-bf-price-wrap .wpte-bf-price {
	border-bottom: 1px solid #DFD4B9 !important;
}

.wpte-booking-area .wpte-booking-footer-text {
	border-top: 0px !important;
	padding: 0px !important;
	text-align: left !important;
}

.wpte-bf-price {
	padding: 0px !important;
	padding-bottom: 16px !important;
}

.category-main-wrap {
	width: 100%;
}

.home-tanzania-safari-content {
	transform: translateY(-180px);
}

.home-safari-cards .category-trips-single:nth-child(1) {
	transform: translateY(-20px);
}

.home-safari-cards .category-trips-single:nth-child(2) {
	transform: translateY(220px);
}

.home-safari-cards .category-trips-single:nth-child(3) {
	transform: translateY(-60px);
}

.home-safari-cards .category-trips-single:nth-child(4) {
	transform: translateY(-16px);
}

.home-safari-cards .category-trips-single:nth-child(5) {
	transform: translateY(220px);
}

.home-safari-cards .category-trips-single:nth-child(6) {
	transform: translateY(-60px);
}

.safari-regions-tab.nav-pills .nav-item {
	margin-right: 52px;
}

.sliderSafari .slick-list img {
	width: 665px;
	height: 400px;
	object-fit: cover;
	border-radius: 8px;
}

.safariSlider .slick-list img {
	width: 124px;
	height: 124px;
	border-radius: 8px;
	margin-right: 12px;
	object-fit: cover;
}

.safariSlider .slick-list {
	margin-right: 8px;
	margin-left: 8px;
}

.trip-grid .category-trip-title {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #3A59D1;
	margin-bottom: 20px;
	margin-top: 8px;
}


.trip-grid .category-trip-dur,
.trip-list .category-trip-dur {
	background: #EEE8DA;
	border-radius: 4px;
	padding: 6px 10px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-transform: uppercase;
}

.trip-list .category-trip-dur i svg {
	color: #3A59D1;
}

.trip-grid .category-trip-fig a {
	padding-top: 60% !important;
}

.trip-grid .category-trip-fig img {
	height: 100% !important;
}

.trip-grid.category-trips-single .category-trips-single-inner-wrap {
	border-radius: 16px !important;
	border: 1px solid #EEE8DA;
	box-shadow: none;
	height: 390px;
}

.wte-related-trips-wrapper .trip-grid.category-trips-single .category-trips-single-inner-wrap {
	height: 420px;
}

.wp-travel-engine-archive-repeater-wrap .category-main-wrap .category-trips-single {
	padding: 5px 0px;
}

.wp-travel-engine-archive-repeater-wrap .category-main-wrap {
	margin: 0 0px;
}

.page-trip-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap {
	position: absolute;
	width: calc(100% - 47px);
	bottom: 24px;
}

.trip-grid.category-trips-single-inner-wrap {
	position: relative !important;
}

.trip-grid.category-trips-single .category-trips-single-inner-wrap .category-trip-fig {
	position: static !important;
}

.trip-grid.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon {
	position: absolute;
	right: -1px !important;
	left: auto !important;
	margin-top: 0px;
	margin-left: 0px;
	top: -2px !important;
}

.trip-grid.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt {
	background: #E15634 !important;
	border-radius: 0px 16px 0px 8px !important;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 8px 12px !important;
}


.trip-grid.category-trips-single .category-trip-budget {
	border-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.trip-grid.category-trips-single .category-trip-detail-wrap {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
}

.trip-grid.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .button {
	margin: 0px 0 0 !important;
}

.trip-grid.category-trips-single .category-trip-viewmre-btn {
	background-color: #1daaff !important;
	border-radius: 10px !important;
	padding: 12px 24px !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #000 !important;
	text-wrap: nowrap!important;
	text-transform: uppercase !important;
}

.trip-grid.category-trips-single .category-trips-single-inner-wrap .price-holder .actual-price {
	font-family: 'Plus Jakarta Sans' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 28px !important;
	line-height: 38px !important;
}

.wpte-booking-inner-wrapper .wpte-bf-discount-tag {
	margin: 0px;
	margin-bottom: 16px;
	background: #fcd38b;
	border-radius: 15px;
	padding: 4px 12px;
	color: #01110A;
	font-style: normal;
	font-family: 'Plus Jakarta Sans' !important;
	font-weight: 600;
	font-size: 11px;
	line-height: 12px;
}

.wpte-booking-footer-text a {
	color: #054C2C !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 22px !important;
}

.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle>.rotator {
	border: none !important;
}

.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle>.rotator::before,
.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle>.rotator::after {
	background: #fcd38b !important;
}

.faq-row .accordion-tabs-toggle .rotator {
	border: none !important;
}

.faq-row .accordion-tabs-toggle .rotator::before,
.faq-row .accordion-tabs-toggle .rotator::after {
	background: #fcd38b !important;
}

.wte_enquiry_contact_form-wrap {
	max-width: 900px !important;
}

.wte_enquiry_contact_form {
	background: #fdfaf4;
	border-radius: 12px;
	box-shadow: none;
}

.enquiry-submit {
	background: #1daaff !important;
	border: 2px solid #1daaff !important;
	border-radius: 8px !important;
	font-style: normal;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	text-transform: uppercase;
	color: #3A59D1 !important;
}

.trip-list.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon {
	margin-top: 0px;
	margin-left: 0px;
	top: -1px !important;
}

.trip-list.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt {
	background: #E15634;
	border-radius: 10px 0px;
	padding: 4px 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a,
.trip-list.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a img {
	border-radius: 16px;
}

.trip-list.category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
	margin-top: 16px !important;
}

.trip-list.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
	display: flex !important;
	flex-direction: inherit !important;
	justify-content: start !important;
}

.trip-list.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-pax {
	margin-left: 12px;
}

.trip-list.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] span,
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a {
	font-family: 'Plus Jakarta Sans' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	line-height: 18px !important;
	color: #000000 !important;
}

.trip-list.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time {
	border-top: none !important;
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
	padding-left: 24px !important;
}

.trip-list.category-trips-single .category-trips-single-inner-wrap .category-trip-discount {
	background: #0118D8 !important;
	border-radius: 4px !important;
}

.category-list .category-trips-single-inner-wrap {
	border: 1px solid #EEE8DA;
	border-radius: 16px;
	padding: 24px !important;
	box-shadow: none !important;
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: auto;
	width: 100%;
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time a {
	position: absolute;
	right: 24px;
	bottom: 24px;
	left: auto;
}

#mega-menu-wrap-header-menu {
	background-color: transparent;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:focus {
	background-color: transparent;
	color: #1daaff;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu {
	width: max-content;
	padding: 8px;
	background: #FFFFFF !important;
	box-shadow: 0px 4px 9px rgba(24, 39, 75, 0.06) !important;
	border-radius: 4px !important;
	padding: 0px 30px 0px 20px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	background-color: transparent;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background-color: transparent;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #3A59D1;
	padding: 12px 14px 12px 14px !important;
}

.mega-sub-menu {
	padding: 0px !important;
	min-width: 100% !important;
}

.mega-sub-menu li:not(:last-child), .wte-currency-switcher-drpdown .wte-cc-currency-list-display .list .option:not(:last-child) {
	border-bottom: 1px solid #e8e8e8 !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
	background-color: transparent;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
	border-bottom: none !important;
	background-color: transparent;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-item {
	position: relative;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-item::after {
	content: url(../image/tab-active-icon.png);
	position: absolute;
	display: block;
	bottom: -12px;
	left: 50%;
	transform: translateX(-40px);
}

.wte-itinerary-downloader-inn-wrap .main-button-itinerary-download {
	background-color: transparent !important;
	font-family: 'Plus Jakarta Sans';
}

#mega-menu-wrap-header-menu #mega-menu-header-menu {
	padding: 0px 0px 0px 24px !important;
}

.test .slick-slide img {
	height: 450px;
}

.newsletter-field input {
	border: 1px solid #DCD9D7 !important;
}

.advanced-search-wrapper .sidebar {
	border: none !important;
}

#reset-trip-search-criteria {
	color: #E15634 !important;
	font-family: 'Plus Jakarta Sans' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	border: none !important;
	text-decoration: none !important;
}

.contact-number-field input {
	background: #FFFFFF !important;
	border-radius: 8px !important;
	border: 1px solid #CCCFCE !important;
	height: 56px !important;
}

.contact-number-field input:focus {
	outline: none !important;
}

.zanzibar-modal .btn-close {
	background-color: transparent !important;
}

.zanzibar-modal .btn-close:focus,
.zanzibar-modal .btn-close:hover,
.zanzibar-modal .btn-close:focus-visible {
	border: none !important;
	box-shadow: none !important;
}

.zanzibar-modal {
	z-index: 10000;
}

.zanzibar-modal .archipelago-modal-body {
	padding: 0px !important;
	height: 450px;
}

.zanzibar-modal .modal-content {
	border-radius: 10px
}

.zanzibar-modal .modal-body .island-tour-detail {
	padding: 24px;
	height: 450px;
}

.zanzibar-modal .island-tour-content .island-tour-content-para {
	height: 210px;
	overflow-y: auto;
}

.zanzibar-modal .modal-body .island-tour-content-para::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.zanzibar-modal .modal-body .island-tour-content-para::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

.zanzibar-modal .modal-body .island-tour-content-para::-webkit-scrollbar-thumb {
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #c2c2c2;
}

.archipelago-modal-body.row .col-sm-7 img,
.archipelago-modal-body.row .col-sm-7 {
	height: 450px;
	max-width: 100%;

}

.archipelago-modal-body.row .col-sm-7,
.archipelago-modal-body.row .col-sm-7 img {
	border-radius: 10px 0 0 10px;
}

.archipelago-modal-body.row .island-tour-detail {
	border-radius: 0 10px 10px 0;
	background-color: #fff;
}

.category-trip-title a {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #3A59D1;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a:hover {
	color: #3A59D1 !important;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] svg path {
	opacity: 1;
	fill: #3A59D1 !important;
	fill-opacity: 1;
}

.post-data.overview p {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #000000d6;
}

.wpte-trip-highlights .trip-highlight {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #3A59D1;
}

.wpte-trip-highlights {
	width: 65%;
}

.title,
.itinerary-title {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #3A59D1;
}

.itinerary-content .content p {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #3A59D1;
}

.nb-3-configurations .post-data.cost h3 {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #3A59D1;
	margin-bottom: 12px;
}

.nb-3-configurations .post-data.cost ul li {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #3A59D1;
}

.nb-3-configurations .post-data.cost ul li:not(:last-child) {
	border-bottom: 1px solid #DFD4B9;
	padding-bottom: 16px;
}

.category-trips-single .category-trips-single-inner-wrap:hover {
	box-shadow: none !important;
}

.nb-5-configurations.nb-configurations .faq-title {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #3A59D1;
}

.nb-5-configurations.nb-configurations .faq-content {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #3A59D1;
}

.wpte-bf-offer-amount {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #01110A;
}

.wpte-bf-pqty,
.enquiry-form-title {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 28px !important;
	color: #99A09D;
}

.wpte-bf-price-from {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #67706C;
}

.wpte-booking-footer-text {
	font-family: 'Plus Jakarta Sans' !important;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #061626;
}

.faq-row .accordion-tabs-toggle .rotator::before,
.faq-row .accordion-tabs-toggle .rotator::after {
	width: 3px !important;
	height: 14px !important;
}

.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle>.rotator::before,
.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle>.rotator::after {
	width: 3px !important;
	height: 14px !important;
}

.common-listing-banner {
	background-image: url(../image/common-listing-banner.webp);
	background-size: cover;
	background-position: center;
}

input:focus,
select:focus,
textarea:focus-visible {
	outline: none !important;
}


.category-trip-loc,
.category-trip-pax {
	align-items: center !important;
}

.category-trip-loc {
	margin-bottom: 0px !important;
}

.advanced-search-header h2 {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #34413B;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #0F9918 !important;
	border-radius: 8px !important;
	padding: 12px 12px 12px 20px !important;
	font-family: 'Plus Jakarta Sans';
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #FFFFFF !important;

}

.wpcf7-response-output {
	background: #E64545 !important;
	border-radius: 8px !important;
	padding: 12px 12px 12px 20px !important;
	font-family: 'Plus Jakarta Sans';
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #FFFFFF !important;
	margin: 0px !important;
	border: none !important;
	margin-top: 16px !important;
}

.wpcf7-not-valid-tip {
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 20px !important;
}

.category-trips-single .category-trips-single-inner-wrap .price-holder {
	display: inline-flex !important;
	flex-wrap: wrap !important;
	align-items: end !important;
}

.trekking-listing-banner {
	background-image: linear-gradient(0deg, rgba(80, 65, 54, 0.3), rgba(80, 65, 54, 0.3)), url(../image/trekking-listing-banner.png);
	background-size: cover;
	background-position: center;
}

.tanzania-listing-banner {
	background-image: linear-gradient(0deg, rgba(80, 65, 54, 0.3), rgba(80, 65, 54, 0.3)), url(../image/tan-listing-banner.jpg);
	background-size: cover;
	background-position: bottom;
}

.safari-listing-banner {
	background-image: linear-gradient(0deg, rgba(80, 65, 54, 0.3), rgba(80, 65, 54, 0.3)), url(../image/safari-listing-banner.png);
	background-size: cover;
	background-position: center;
}

.gallery-content-sec {
	background: linear-gradient(180deg, #EEE8DA -22%, rgba(238, 232, 218, 0) 91.22%);
}

.eapps-instagram-feed-posts-view.eui-slider-slide {
	padding: 0 16px;
}

.payment-accept-font {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #3A59D1;
}

.blog-sec {
	background: linear-gradient(180deg, rgba(242, 238, 228, 0) 0%, #EEE8DA 4.69%, rgba(238, 232, 218, 0) 100%);
	position: relative;
}

.blog-sec::before {
	content: "";
	display: block;
	background-image: url(../image/background/blog-top-grunge.png);
	position: absolute;
	left: 0px;
	height: 170px;
	background-repeat: no-repeat;
	top: -100px;
	width: 100%;
	background-size: cover;
	z-index: -1;
}

.accordion-sdate .wte-start-end-wrap .wte-sew .start-date {
	width: 106px !important;
	display: block !important;
	text-align: center !important;
	font-size: 14px !important;
	line-height: 18px !important;
	padding: 12px !important;
}

.trip-list.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt::before {
	display: none;
}

.wte-view-modes {
	display: none !important;
}

.itinerary-row::before {
	display: none !important;
}

.wpte-faq-button-toggle {
	display: none !important;
}

.trip-grid .category-trip-dur i {
	display: none;
}

.trip-grid.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt::before {
	display: none !important;
}

.trip-grid.category-trips-single .category-trip-discount {
	display: none !important;
}

.trip-grid.category-trips-single .category-trip-aval-time {
	display: none !important;
}

.wte-fsd-list-header {
	display: none !important;
}


.owl-carousel .owl-item img {
	width: 70% !important;
	height: 80vh !important;
	margin: auto !important;
	border-radius: 8px;
	object-fit: cover;
}

.wpte-trip-feat-img-gallery .owl-nav button.owl-prev {
	left: 100px !important;
}

.wpte-trip-feat-img-gallery .owl-nav button.owl-next {
	right: 100px !important;
}

.wpte-gallery-wrapper .wpte-gallery-container {
	display: none !important;
}

.entry-header .wte-title-duration {
	display: none !important;
}

.wpte-gallery-wrapper.trip-content-area {
	position: fixed;
	z-index: 11111;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 100vw !important;
	background-color: #000000;
	height: 100vh;
	display: none;
	transition: 0.6s all ease-in-out;
	padding-top: 60px;
}

.wpte-gallery-wrapper.trip-content-area.active {
	display: block;
	transition: 0.6s all ease-in-out;
}

.entry-header.alignwide {
	background-image: url(../image/safari-listing-banner.png);
	background-size: cover;
	background-position: center;
	margin-top: 0px !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-position: bottom;
}

.entry-header.alignwide h1 {
	font-family: 'Anton';
	font-style: normal;
	font-weight: 400;
	font-size: 100px;
	line-height: 100px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: none;
}

.entry-header.alignwide::after {
	content: "";
	display: block;
	background-image: url(../image/listing-grunge.png);
	position: absolute;
	left: 0px;
	height: 236px;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	bottom: -2px;
}

.wpte-bf-field input {
	background: #FFFFFF !important;
	border: 1px solid #CCCFCE !important;
	border-radius: 8px !important;
}


/*#========== CSS for booking popup ===========  */
.wte-process-layout .wte-process-nav .wte-process-nav-list::before {
	background-color: #3A59D1 !important;
	opacity: 1;
}

.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item a {
	color: #3A59D1;
}

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday,
.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hove {
	color: #3A59D1;
}

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.flatpickr-disabled {
	color: rgba(80, 65, 54, 0.2);
}

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.today {
	color: #3A59D1;
	background-color: rgba(247, 206, 70, 0.2);
}

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.selected {
	background-color: #3A59D1;
	color: #fff;
}

.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-summary-info-title {
	background-color: #3A59D1;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-block-title,
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-trip-title,
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-dates p,
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details .wte-booking-details-title,
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount .price,
.wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li,
.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number input {
	font-style: normal;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #3A59D1;
}

.wte-process-layout .wte-process-tab-controller .wte-process-btn-prev:hover {
	text-decoration: none;
}

/*#========== CSS for booking popup ===========  */


.tour-listing-banner.trip-details-banner {
	position: relative;
	min-height: 90vh;
	display: flex;
	align-items: center;
	padding: 120px 0px 260px 0px;
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
	font-family: 'Plus Jakarta Sans';
	color: rgb(80 65 54 / 50%);
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed::before {
	background-color: rgb(9 129 74 / 10%);
	background-image: url('../image/icon/Checked.svg');
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
	background: rgb(9 129 74 / 30%);
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::after {
	background: rgb(9 129 74);
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
	border: 3px solid #3A59D1;
	color: #3A59D1;
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::before {
	background: #3A59D1;
	color: #fff;
}

input[type=submit].wp-travel-engine-coupons-apply-btn,
input[type=submit].wp-travel-engine-coupons-apply-btn:hover,
input[type=submit].wp-travel-engine-coupons-apply-btn:focus {
	background: #1daaff !important;
	color: #3A59D1 !important;
	font-family: 'Plus Jakarta Sans';
	text-transform: uppercase !important;
	border-color: #1daaff !important;
}

.wte-coupon-whole-wrap {
	background-color: rgb(247 206 70 / 10%);
	border-radius: 12px;
	box-shadow: none;
	font-family: 'Plus Jakarta Sans';
}

.wte-coupon-whole-wrap .wte-apply-coupon-title p {
	color: #3A59D1;
	font-family: 'Plus Jakarta Sans', sans-serif;
	letter-spacing: 0;
}

.wpte-bf-checkout .wpte-bf-checkout-form form {
	padding: 0;
	border-radius: 4px;
	background-color: transparent;
	box-shadow: none;
}

form[name="wp_travel_engine_new_checkout_form"]>div.wpte-bf-field {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

form[name="wp_travel_engine_new_checkout_form"]>div.wpte-bf-field:nth-child(even) {
	margin-right: 1%;
}

#wp-travel-engine-new-checkout-form .wpte-bf-field.wpte-bf-submit {
	margin-top: 24px;
}

.wpte-bf-checkout .wpte-bf-checkout-form form .wpte-bf-submit input[type=submit] {
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 500;
	width: auto;
	color: #3A59D1;
	font-family: 'Plus Jakarta Sans';
	background: #1daaff !important;
	border-color: #1daaff !important;
	text-transform: uppercase;
	font-weight: 600;
}

.wpte-bf-checkout .wpte-bf-book-summary {
	width: 35%;
	position: sticky;
	top: 120px;
}

.wpte-bf-checkout .wpte-bf-summary-wrap {
	padding: 24px;
	background: rgb(254 250 236);
	border: 1px solid rgb(80 65 54 / 10%);
	border-radius: 8px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.wpte-bf-trip-code {
	font-style: normal;
	background: #3A59D1;
}

.wpte-bf-checkout .wpte-bf-summary-total {
	text-align: right;
	padding: 12px 24px;
	background: #eee3bd;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-total-price {
	color: #3A59D1;
	font-family: 'Plus Jakarta Sans';
	font-weight: 700;
}

/* thank you page  */

.thankyou-booking-details {
	width: 49%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 24px;
}

.thankyou-payment-details {
	width: 49%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 24px;
}

.thankyou-payment-details .detail-item,
.thankyou-booking-details .detail-item {
	justify-content: space-between;
}

.detail-item .value {
	width: 50%;
	text-align: right;
}

.container.thankyou-success-message {
	font-size: 24px;
	text-align: center;
	line-height: 1.6;
	background: rgb(9 129 74 / 10%);
	color: #0118D8;
	border-radius: 12px;
	padding: 24px;
}

.entry-content .thank-you-container.custom-thankyou-container {
	width: 100%;
	max-width: 1200px !important;
	font-family: 'Plus Jakarta Sans' !important;
}

.entry-content .thank-you-container.custom-thankyou-container .detail-container {
	max-width: unset;
	border-top: 0;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 40px;
	display: flex;
	justify-content: space-between;
}

.hike-banner-bg {
	background-image: url(../image/hike-bg.png);
	background-size: cover;
	background-position: center;
}

.kili-train-banner-bg {
	background-image: url(../image/kili-train.png);
	background-size: cover;
	background-position: center;
}

/* zanzibar island modal */
.island-tour-content,
.island-tour-content-para p,
.island-tour-content,
.island-tour-content-para p li {
	font-family: 'Plus Jakarta Sans' !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.island-tour-content ul {
	padding-left: 24px;
	margin-top: 16px;
}

.island-tour-content ul li {
	list-style: disc;
}



/* checkout form css */
.wpte-cf-country_dropdown select {
	text-transform: capitalize !important;
}


/* -----range css -----*/

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::before {
	background-color: #3A59D1;
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::after {
	border-top: 7px solid #3A59D1;
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li:hover>span,
.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li.selected>span {
	color: #3A59D1;
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li:hover>span {
	color: #3A59D1;
}

/* load more btn css */



/* fixed group trip */

.home-trip-fixed .fixed-trip-table tr td:last-child {
	text-align: right;
}

.home-trip-fixed .fixed-trip-table tr td:first-child {
	padding-right: 0 !important;
}

.home-trip-fixed .wpte-trips-fsd-table-wrapper .fixed-trip-table .fixed-main-td span a {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #3A59D1;
	line-height: 36px;
}

.home-trip-fixed .trip-duration {
	border-left: 1px solid #3A59D1;
	padding-left: 12px !important;
}

.home-trip-fixed .wpte-trips-fsd-table-wrapper .fixed-trip-table .fixed-main-td .start-date,
.wpte-trips-fsd-table-wrapper .fixed-trip-table .fixed-main-td .end-date,
.wpte-trips-fsd-table-wrapper .fixed-trip-table .fixed-main-td .trip-duration {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	color: #3A59D1;
	font-size: 16px;
	line-height: 16px;
	padding-right: 12px;
	padding-left: 4px;
}

.home-trip-fixed .wpte-trips-fsd-table-wrapper .fixed-trip-table .fixed-main-td .start-date {
	position: relative;
	padding-left: 24px !important;
	padding-right: 8px !important;
}

.home-trip-fixed .wpte-trips-fsd-table-wrapper .fixed-trip-table .fixed-main-td .start-date::before {
	content: "";
	display: block;
	background-image: url(../image/icon/calendar-icon.svg);
	position: absolute;
	left: 0px;
	height: 18px;
	background-repeat: no-repeat;
	top: 0px;
	width: 18px;
	background-size: cover;
}

.home-trip-fixed .fixed-trip-table tr td {
	border: none !important;
	padding: 24px !important;
}

.home-trip-fixed .fixed-trip-table {
	background: #FFFFFF;
	border: 1px solid #EEE8DA;
}

.home-trip-fixed .fixed-trip-table tr {
	border-bottom: 1px solid #EEE8DA;
}

.home-trip-fixed .fixed-trip-table .wte-fsd-action {
	border: 2px solid #3A59D1 !important;
	border-radius: 8px !important;
	padding: 8px 16px !important;
	background-color: transparent !important;
	color: #3A59D1 !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 24px !important;
	font-family: 'Plus Jakarta Sans' !important;
	font-style: normal !important;
}

.home-trip-fixed .fixed-trip-table .wte-start-end-wrap .start-date {
	background: #E15634;
	border-radius: 4px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 800;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Plus Jakarta Sans';
	padding: 16px;
}

.home-trip-fixed .fixed-trip-table .fixed-main-td .wte-start-end-wrap .start-date {
	background-color: transparent;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #3A59D1;
	padding: 0px;
}

.home-trip-fixed .content-area #wte-fixed-departure-dates-tab-content {
	display: none;
}

.home-trip-fixed .fixed-starting table thead {
	display: none !important;
}

.home-trip-fixed .accordion-sdate .start-date::before {
	display: none !important;
}



/* detail page fixed group */

.fixed-starting.wte-fsd-list-container table th {
	display: none !important;
}

.entry-content.trip-content-area .fixed-starting {
	max-width: 100% !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 60px;
	margin-bottom: 80px !important;
}

.fixed-starting tr td:last-child {
	text-align: right !important;
}

.fixed-starting tr td:first-child {
	padding-right: 0 !important;
}

.fixed-starting .fixed-main-td span a {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #3A59D1;
	line-height: 36px;
}

.fixed-starting .start-date,
.fixed-starting .end-date,
.fixed-starting .guaranteed,
.fixed-starting .seats {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	color: #3A59D1;
	font-size: 16px;
	line-height: 16px;
	padding-right: 0px;
}

.fixed-starting .trip-cost-holder {
	font-family: 'Plus Jakarta Sans' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 24px !important;
	color: #3A59D1 !important;

}

.fixed-starting .accordion-sdate svg {
	display: none !important;
}

.fixed-starting .start-date {
	position: relative;
	padding-left: 32px;
}

.fixed-starting .start-date::before {
	content: "";
	display: block;
	background-image: url(../image/icon/calendar-icon.svg);
	position: absolute;
	left: 0px;
	height: 18px;
	background-repeat: no-repeat;
	top: 0px;
	width: 18px;
	background-size: cover;
}

.fixed-starting tr td {
	border: none !important;
	padding: 24px !important;
}

.fixed-starting table {
	background: #FFFFFF;
	border: 1px solid #EEE8DA;
}

.fixed-starting tr {
	border-bottom: 1px solid #EEE8DA !important;
}

.fixed-starting .book-btn.wte-fsd-list-booknow-btn {
	border: 2px solid #3A59D1 !important;
	border-radius: 8px !important;
	padding: 8px 16px !important;
	background-color: transparent !important;
	color: #3A59D1 !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 24px !important;
	font-family: 'Plus Jakarta Sans' !important;
	font-style: normal !important;
}

.fixed-starting .book-btn.wte-fsd-list-booknow-btn::before {
	display: none !important;
}

/* ---itenary pdf downloader modal--- */

.wte-itinerary-dwnld-form .wte-itinerary-dwnld-form-inner {
	padding: 24px !important;
	min-height: fit-content !important;
}

.wte-itinerary-downloader-email {
	height: 56px !important;
	background: #FFFFFF !important;
	border: 1px solid #B9B3AF !important;
	border-radius: 8px !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 30px !important;
}

.itinerary-download-popup-wrap-2 .wte-itinerary-downloader-msg {
	background: #fff8e0 !important;
	border-left: 5px solid #1daaff !important;
}

/* ----label css detail page-- */

.wte_enquiry_contact_form-wrap label {
	text-transform: capitalize !important;
}

/* filter css */

.filter-section-content span {
	text-transform: capitalize !important;
}

/* test slider */

.test .slick-dots {
	display: block !important;
	bottom: 20px !important;
}

.test .slick-dots li button {
	background-color: transparent !important;
}

.test .slick-dots li button::before {
	font-size: 40px !important;
}


/* ----gallery---- */


.gallery-images img {
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	margin-bottom: 16px;
	break-inside: avoid;
}

.gallery-images {
	column-count: 4;
	column-gap: 18px;
	margin-top: 48px;
}

.gallery-images img {
	border: 8px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 0px 1px rgba(80, 65, 54, 0.1);
	width: 100%;
}

/* ------ */

.kili-facts-page-content img {
	width: 100%;
	margin-bottom: 24px;
	margin-top: 24px;
	object-fit: cover;
	border-radius: 8px;
}

.kili-facts-page-content ul li {
	list-style-type: disc;
	margin-bottom: 12px;
	font-family: 'Plus Jakarta Sans' !important;
}

.kili-facts-page-content ul {
	margin-left: 20px;
}

.download-guid-form .wpcf7-not-valid-tip {
	color: white;
	margin-top: 12px;
}

/* stripe css */
#wte-stripe-payment-form {
	display: flex;
	flex-direction: column;
}

#wte-stripe-payment-form #wte-stripe-payment-button {
	width: fit-content;
	margin-left: 0px;
}

.itinerary .title {
	white-space: nowrap !important;
}

.wpte-cf-country_dropdown select {
	background-color: #fff;
}

.kili-tab-content-img-col img {
	border-radius: 10px;
}

.footer-newsletter .wpcf7-not-valid-tip {
	margin-top: 6px;
}

/* ----zanzibar modal slider csss */

.zanzibar-modal-slider .slick-dots {
	bottom: 24px;
	display: block !important;
}

.zanzibar-modal-slider .slick-dots button {
	background-color: transparent !important;
}

.zanzibar-modal-slider .slick-dots li.slick-active button:before,
.zanzibar-modal-slider .slick-dots li button:before {
	font-size: 40px !important;
}

.wte-itinerary-dwnld-form {
	left: 0;
}

.zanzibar-modal-img {
	width: 100%;
	object-fit: cover;
	padding: 24px;
	border-radius: 30px !important;
}

.archipelago-modal-title .btn-close {
	padding: 0px !important;
}


.row-repeater.confirm-msg span.success-msg {
	margin-top: 12px !important;
	display: inline-block;
}

.eapps-instagram-feed-header-user-picture {
	width: 65px !important;
	height: 47px !important;
}

.eapps-instagram-feed-header-user-picture-wrapper {
	width: auto !important;
	height: auto !important;
}

.eui-slider,
.eui-slider-slide {
	overflow: visible !important;
}

.eapps-instagram-feed-posts-view.eui-slider-slide {
	margin-top: 24px;
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio {
	padding-top: 24px;
	margin-top: 12px;
	margin-bottom: 0px;
}

.wpte-bf-field.wpte-bf-radio.wpte-bf_downpayment-options {
	margin-bottom: 0px;
}

.filter-section-title,
.kili-facts-page-content h3,
.kili-facts-page-content h4 {
	font-family: 'Plus Jakarta Sans' !important;
	font-style: normal !important;
}

.kili-facts-page-content h4 {
	margin-top: 16px;
}

#wte-stripe-payment-form .StripeElement {
	background: #FFFFFF !important;
	border: 1px solid #CCCFCE !important;
	border-radius: 8px !important;
	box-shadow: none !important;
}

.team-res-img {
	border: 8px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 0px 1px rgba(80, 65, 54, 0.1);
}

/* search page design */

.video-stream.html5-main-video {
	position: static !important;
	aspect-ratio: 1/1 !important;
	height: auto !important;
}

.html5-main-video,
.html5-video-player .video-click-tracking,
.html5-video-player .video-stream {
	position: static !important;
}


.search-page .page-header.alignwide {
	margin: 0px auto;
	max-width: 100%;
	text-align: center;
	background-image: url(../image/search-bg.png);
	background-size: cover;
	padding-top: 160px;
	padding-bottom: 160px;
	border-bottom: none !important;
	background-position: bottom;
}

.search-page .page-header.alignwide h1 {
	color: white;
	font-family: 'Anton', sans-serif;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 75px;
}

.search-page .search-wrapper {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.search-wrapper article {
	border: 1px solid #CCCFCE;
	border-radius: 8px;
	padding-bottom: 24px;
	width: 48%;
}

.search-page .search-wrapper .entry-header {
	margin-top: 0;
}

.search-page .entry-header .wp-post-image {
	max-width: 100% !important;
	height: 400px !important;
}

.search-page .entry-header .entry-title {
	margin: 0px;
	margin-top: 32px;
	margin-bottom: 16px;
	font-family: 'Plus Jakarta Sans' !important;
	font-style: normal !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

.search-page .search-wrapper .entry-header figure {
	margin: 0px;
}

.search-page .search-wrapper .entry-header figure img {
	margin: 0px;
	border-radius: 8px 8px 0 0;
}

.search-page .search-wrapper .entry-content p {
	margin: 0px !important;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Plus Jakarta Sans' !important;
	font-style: normal !important;
}

.search-page .search-result-count {
	max-width: 1240px;
	margin: 0px auto;
	margin-top: 40px;
}

.close-gallery {
	position: absolute;
	right: 24px;
	top: 24px;
}

.search-page #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after,
.page-template-safari-trip-listing #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
	vertical-align: middle;
}

.trip-price-block {
	position: absolute;
	bottom: 24px;
}

.wpte-booking-area {
	background: #F0EDE3;
	border: 1px solid #DFD4B9;
	border-radius: 10px;
	padding: 24px;
}

.route-modal {
	z-index: 1130 !important;
}

.route-modal .btn-close {
	background-color: transparent !important;
	padding: 0px !important;
}

.route-modal .btn-close:focus,
.route-modal .btn-close:active,
.route-modal .btn-close:focus-visible {
	box-shadow: none;
}

.route-modal .post-image {
	border-radius: 8px;
}

.route-modal .modal-title {
	font-family: 'Anton';
	font-style: normal;
	font-weight: 400;
	font-size: 32px !important;
	line-height: 42px;
	color: #543D32;
}

.route-modal .modal-header {
	padding: 16px 32px !important;
}

.route-modal .modal-body {
	padding: 16px 32px !important;
}

.pros li,
.cons li {
	list-style-type: none;
	position: relative;
	padding-left: 28px;
	margin-bottom: 14px;
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #3A59D1;
}

.pros li::before {
	content: "";
	display: block;
	background-image: url(../image/pros.svg);
	position: absolute;
	left: 0px;
	top: 4px;
	height: 17px;
	width: 17px;
	background-repeat: no-repeat;
}

.cons li::before {
	content: "";
	display: block;
	background-image: url(../image/icon/cons.svg);
	position: absolute;
	left: 0px;
	top: 4px;
	height: 17px;
	width: 17px;
	background-repeat: no-repeat;
}

.wte-process-nav-item a:focus-visible {
	outline: none !important;
}

.wpte-bf-field.wpte-bf-radio.wpte-bf_payment-methods {
	width: 100% !important;
}

.navigation.pagination {
	margin-top: 40px;
	border-top: 1px solid #CCCFCE;
}

.pagination .nav-links {
	margin-top: 0 !important;
	border: 1px solid #CCCFCE !important;
	border-radius: 8px;
}

.pagination .nav-links>* {
	min-height: auto;
	min-width: auto;
	margin: 0 !important;
	padding: 12px 16px;
}

.pagination .nav-links>*:hover {
	background: none;
	color: #1daaff !important;
	text-decoration: none !important;
}

.pagination .nav-links>*:not(:last-child) {
	border-right: 1px solid #CCCFCE;
}

.pagination .nav-links>*.current {
	color: #1daaff;
	font-weight: 700;
	text-decoration: none !important;
}

.navigation .prev .svg-icon,
.navigation .next .svg-icon {
	top: 0px;
	margin-right: 0;
	margin-left: 0;
}

.pagination .nav-links .nav-prev-text,
.pagination .nav-links .nav-next-text {
	display: none !important;
}

#tabs-container .tab-content .altitude-chart-container {
	background-color: #f5f0e6 !important;
	border: 1px solid #EEE8DA !important;
}

#tabs-container .tab-content .altitude-unit-switches span>input[type=radio]:checked+* {
	color: #3A59D1 !important;
}

.altitude-unit-switcher {
	border-bottom: 1px solid #EEE8DA !important;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #EEE8DA;
}

.itinerary-sleep-mode a, .itinerary-sleep-mode{
	display: flex!important;
	align-items: center!important;
}

.itinerary-sleep-mode a{
	margin-bottom: -10px;
}

.itinerary-sleep-mode a span{
	margin-left: 12px;
}

.mCustomScrollBox.mCS-light.mCSB_vertical.mCSB_inside{
	margin-bottom: 40px;
}

.altitude-unit-switcher .elevation-unit-label,
#elevation-unit-m,
#elevation-unit-m,
.altitude-unit-switches,
.altitude-unit-switches label {
	margin: 0px !important;
}
.ate-alt-chart{
	padding-top: 12px;
	padding-bottom: 12px;
}
/* --------- */
.content-additional-sleep-mode .advanced-sleep-mode-content{
	height: 100%;
	padding: 24px;
}

.advanced-sleep-mode-content .mCSB_vertical.mCSB_inside>.mCSB_container{
	margin-bottom: 0px;
}
.itinerary-detail-additional-info>.itinerary-sleep-mode .label span{
	top: 0px;
	background-color: #E15634;
}
/* --------- */
/* load more btn */

.loadMore,
.showLess {
	background: #1daaff !important;
	border-radius: 8px !important;
	color: #3A59D1 !important;
	border: none !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	text-transform: uppercase !important;
	font-family: 'Plus Jakarta Sans' !important;
	letter-spacing: 0.02em !important;
	margin-top: 24px;
}

.dd-list {
	text-align: center;
}
.nice-select.wte-cc-currency-list-display.lp-bf-altd,.wte-currency-switcher-drpdown .wte-cc-currency-list-display{
	margin-bottom: 0px!important;
	padding: 12px!important;
	border-radius: 8px!important;
	background-color: transparent!important;
	font-family: 'Plus Jakarta Sans' !important;
	border: 1px solid white;
	color: white;
}
.wte-currency-switcher-drpdown .wte-cc-currency-list-display{
	background-image: none!important;
}
.wte-currency-switcher-drpdown .wte-cc-currency-list-display:after{
	border-color: white;
	height: 9px;
    width: 9px;
    margin-top: -7px;
    right: 16px;
}

.wte-currency-switcher-drpdown .wte-cc-currency-list-display .list .option:focus, .wte-currency-switcher-drpdown .wte-cc-currency-list-display .list .option:hover {
    background: #1daaff!important;
	color: black;
}
.wte-currency-switcher-drpdown .wte-cc-currency-list-display .list{
	border-radius: 8px;
	margin-top: 8px;
}





/* custom css */
.white-card-gradient {
        background: linear-gradient(145deg, #fff, #f3f3f3);
        border-radius: 20px;
        padding: 40px 20px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

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

    .icon-circle {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
        background: linear-gradient(135deg, #5564d8, #000000);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 32px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    } 


    .pricing-table {
        border: none;
        background: linear-gradient(to bottom right, #f8f9fa, #e9ecef);
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .pricing-table thead th {
        background-color: #0d2067;
        color: white;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding: 16px;
    }

    .pricing-table tbody td,
    .pricing-table tbody th {
        text-align: center;
        vertical-align: middle;
        padding: 14px 12px;
        font-size: 16px;
        font-weight: 500;
    }

    .pricing-table tbody tr:nth-child(even) {
        background-color: #f5f7fa;
    }

    .pricing-table tbody tr:hover {
        background-color: #dde7f1;
        transition: background-color 0.3s ease;
    }

    .pricing-badge {
        font-weight: bold;
        color: #0d2067;
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 50px;
        box-shadow: 0 4px 10px rgba(13, 32, 103, 0.2);
        display: inline-block;
        margin-bottom: 20px;
    }

    .icon-type {
        font-size: 20px;
        margin-right: 8px;
        color: #0d2067;
    }

    @media (max-width: 768px) {
        .pricing-table thead th,
        .pricing-table tbody td {
            font-size: 14px;
            padding: 10px 8px;
        }
    } 


 .cost .content #excursion-result li {
  line-height: 1.8em; /* or use margin-bottom instead */
  margin-bottom: 0.75em;
}

.cost .content #excursion-result li::before {
  content: "";
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
  margin-right: 0.5em; 
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='%231e88e5'/%3E%3Cpath d='M24 14a6 6 0 0 1 6 6c0 4-6 12-6 12s-6-8-6-12a6 6 0 0 1 6-6zm0 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4z' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 0;
  border-radius: 50%;
}


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


  .acco-slider-block {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    height: 300px;
  }

  .acco-slider-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .acco-slider-info {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
  }

  .acco-slider-info h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .acco-slider-info p {
    margin: 3px 0;
    display: flex;
    align-items: center;
  }

  .acco-slider-info i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    color: #f1c40f;
  }

  @media (max-width: 576px) {
    .acco-slider-block {
      height: 400px;
    }
  }



   .btn_talk_to_us {
  margin-bottom: 0px!important;
  padding: 12px!important;
  border-radius: 8px!important;
  background-color: transparent!important;
  font-family: 'Plus Jakarta Sans' !important;
  border: 1px solid white;
  color: white;
  text-shadow: 1px 1px 2px black;
  box-shadow: 1px 1px 2px black;
}