@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap);

input[type=submit],
input[type=submit]:hover {
	color: var(--white);
	background: var(--primary)
}

a,
li,
p,
ul {
	line-height: 25px
}

.heading,
.leftheading,
input[type=submit] {
	font-weight: 600;
	text-transform: uppercase
}

.cultural-experiences .row,
.custom-safari .row,
.hanang .row,
.meru .row,
.mountain-details .row,
.responsibility .row,
.safariplaning .row,
.top-contact,
.topbar .row {
	align-items: center
}

.carousel-content,
.heading,
.hoteltransfer {
	text-align: center
}

.topbar,
input[type=submit],
input[type=submit]:hover {
	background: var(--primary)
}

.aboutus .container,
.homebloglist figure,
.safarislist,
.safarislist-info h3,
.scheduled-item figure,
.tours-item figure,
.toursitem figure,
.tourslider img,
.zoomeffect,
figure.packagedtlstop-img {
	overflow: hidden
}

#GoToTop,
#whatsappbtn {
	position: fixed;
	width: 50px;
	height: 50px
}

:root {
	--primary: #721121;
	--secondary: #721121;
	--white: #fff;
	--dark: #111
}

body {
	margin: 0;
	padding: 0 !important;
	font-family: Poppins, sans-serif;
	scroll-behavior: smooth;
	overflow: inherit !important;
	user-select: none
}

input[type=date],
input[type=email],
input[type=number],
input[type=tel],
input[type=text],
select,
textarea {
	color: #444;
	font-size: 15px;
	line-height: normal;
	width: 100%;
	outline: 0;
	font-family: Roboto, sans-serif;
	border: 1px solid #e5e5e5;
	margin: 0 0 15px;
	border-radius: 4px;
	padding: 13px 21px
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
input[type=submit],
li,
p,
ul {
	font-family: Poppins, sans-serif
}

input[type=submit] {
	border: 0;
	font-size: 15px;
	outline: 0;
	padding: 9px 20px;
	letter-spacing: .5px;
	border-radius: 6px
}

input[type=submit]:hover {
	transition: .8s
}

.aboutreviewlist ul li i,
.aboutus-content ul li,
.faq .faqbox:nth-child(2n) h3,
.heading span,
.homebloglist:hover span.datetag,
.leftheading span,
.package-item ul li i.fas.fa-times-circle,
.safarislist:hover h3,
strong.subheading {
	color: var(--secondary)
}

textarea {
	height: 100px;
	margin-bottom: 5px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	color: #050a15;
	font-weight: 500;
	text-transform: inherit;
	line-height: normal
}

a,
li,
p,
ul {
	font-weight: 400
}

h1 {
	font-size: 28px
}

h2 {
	font-size: 24px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

a,
li,
p,
ul {
	font-size: 15px
}

p {
	padding: 0;
	margin: 0 0 10px;
	color: #565656
}

a,
li,
ul {
	list-style-type: none;
	color: #444
}

a:hover {
	transition: .8s;
	text-decoration: none
}

.heading,
.leftheading {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 48px;
	position: relative
}

strong.subheading {
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: .5px;
	line-height: 17px;
	margin-bottom: 13px;
	position: relative;
	padding-left: 20px
}

strong.subheading:before {
	position: absolute;
	height: 30px;
	width: 30px;
	background: url(../images/subheadingbg.png) center right/cover no-repeat;
	content: '';
	left: -15px;
	top: -6px
}

.aboutus-content ul li,
.benefits-item,
.booking-form,
.citytours-item,
.citytours-item figure,
.nationalparkslist,
.secondary-container.aboutpage figure,
.slider,
.topdestinationslist,
.wpcr3_button_1.wpcr3_show_btn,
.zoomeffect {
	position: relative
}

.zoomeffect img {
	transition: transform .8s ease-in-out
}

.zoomeffect:hover img,
figure.packagedtlstop-img:hover img {
	transform: scale(1.1)
}


/* Header */

.fixedquote .btn-primary {
    border: solid 1px #ddd;
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    border-radius: 6px 0 0 6px;
    letter-spacing: .5px;
    color: var(
    --white);
    padding: 15px 7px;
    text-transform: capitalize;
    z-index: 9999;
    writing-mode: vertical-rl;
    border-right: none;
}
.fixedquote .btn-primary a{
	color:var(--white);
	font-size: 17px;
}
.fixedquote .modal-content {
    top: 150px;
}
.fixedquote .modal-dialog {
    width: 550px !important;
}
.fixedquote .modal-body img {
    width: 100%;
}
@media screen and (max-width:568px){
    .fixedquote .btn-primary{
        top:50%;
    }
}

.topbar {
	padding: 4px 0
}

.support p {
	color: #a8a9b3;
	margin: 0
}

.itenerarylist .accordion-item figure,
.support p i {
	padding-right: 10px
}

.top-contact {
	display: flex;
	justify-content: flex-end;
	column-gap: 50px
}

.support ul {
	display: flex;
	column-gap: 15px
}

.support ul li a {
	color: var(--white);
	letter-spacing: .2px;
	font-size: 15px
}

.support ul li i {
	color: var(--white);
	margin-right: 7px
}

.top-contact a {
	color: #a8a9b3;
	font-size: 16px;
	display: flex;
	align-items: center;
	column-gap: 5px;
	justify-content: end
}

.top-contact a i {
	font-size: 11px;
	border: 1px solid #a8a9b3;
	height: 22px;
	width: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px
}

.topbar ul.socialicon li a {
	color: var(--white);
	height: 30px;
	width: 30px;
	margin-left: 6px;
	background: #ffffff2e;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%
}

.support li {
	color: var(--white) !important
}

header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: var(--white);
	box-shadow: 3px 2px 10px #999
}

header a.logo img {
	width: 250px;
	padding: 5px 0
}

.slider img {
	object-fit: cover;
	height: auto;
	filter: brightness(.8)
}

.carousel-content h1 {
	color: var(--white);
	font-weight: 600;
	font-size: 44px;
	line-height: 60px;
	margin: 20px 0 12px;
	opacity: 0;
	animation: .5s ease-in-out .7s forwards lts;
	text-transform: uppercase
}

@keyframes lts {
	0% {
		transform: translateX(-150px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.carousel-content span {
	font-size: 20px;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 1px
}

.carousel-content p {
	font-size: 16px;
	color: var(--white);
	margin: 0 0 28px;
	line-height: 30px;
	opacity: 0;
	animation: .5s ease-in-out .9s forwards lts
}

.carousel-content {
	width: 48%;
	margin: 0 auto
}

.slider a.playbtn.text-light i {
	height: 40px;
	width: 40px;
	background: var(--white);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 16px;
	border-radius: 50%;
	color: var(--primary);
	outline: #fff9 solid 2px;
	outline-offset: 8px
}

.slider .btn-primary,
.slider a.playbtn {
	opacity: 0;
	animation: .5s ease-in-out .1s forwards tpbtm
}

@keyframes tpbtm {
	0% {
		transform: translateY(150px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.benefits {
	padding: 60px 0;
	background: #f8f8f8
}

.benefits-item {
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
	padding: 35px 20px;
	border-radius: 6px;
	background: var(--white);
	height: 100%
}

.benefits-item img {
	width: 55px !important;
	height: 55px !important
}

.benefits-item:after,
.whyussldr-item:after {
	border-top: 2px solid var(--primary);
	border-bottom: 2px solid var(--primary);
	transform: scaleX(0)
}

.benefits-item:hover:after,
.whyussldr-item:hover:after {
	transform: scaleX(1)
}

.benefits-item:before,
.whyussldr-item:before {
	border-right: 2px solid var(--primary);
	border-left: 2px solid var(--primary);
	transform: scaleY(0)
}

.benefits-item:hover:before,
.whyussldr-item:hover:before {
	transform: scaleY(1)
}

.benefits-item:after,
.benefits-item:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	border-radius: 6px
}

.benefits-item h3 {
	margin: 10px 0 5px;
	font-size: 20px
}

.aboutus-content p:last-child,
.accordion-body p:last-child,
.accordion-body ul li:last-child,
.benefits-item p,
.booking-form p,
.contactus form p,
.getintouch h2.heading,
.hanang-content p:last-child,
.homebloglist p,
.meruitinerary p:last-child,
.mountain-content p:last-child,
.tours-info p,
.toursitem.slick-slide,
span.wpcf7-list-item {
	margin: 0
}

.benefits-item figure {
	background: #b11f2512;
	height: 85px;
	width: 85px;
	margin: 0 auto;
	border-radius: 50px
}

.benefitcontact {
	background: linear-gradient(#000000a3, #000000a3), url(../images/benefitcontactbg.jpg) center right/cover no-repeat;
	height: 100%;
	border-radius: 6px
}

.benefitcontact-info h3 {
	color: var(--white);
	text-transform: uppercase
}

.benefitcontact-info .btn-primary {
	font-weight: 400;
	padding: 7px 15px
}

.booking-form {
	padding: 45px 40px 28px;
	box-shadow: 4px 4px 12px #00000014;
	background: var(--secondary);
	margin-top: 0
}

.booking-form input[type=submit] {
	display: block;
	width: 100%;
	background: var(--white);
	padding: 13px 18px;
	color: var(--primary)
}

.booking-form input[type=submit]:hover {
	background: var(--primary);
	color: var(--white);
	border-color: var(--primary)
}

.booking-form .wpcf7-spinner {
	position: absolute;
	top: 0
}

.booking-form input {
	background: 0 0;
	line-height: normal;
	border: 1px solid #ffffffa1;
	color: var(--white);
	padding: 13px 18px
}

.booking-form input::placeholder {
	color: var(--white)
}

.aboutus {
	padding: 50px 0;
	background: #fff0f1
}

.aboutus .leftheading {
	font-size: 42px;
	line-height: 52px;
	margin: 21px 0;
	text-transform: capitalize
}

.aboutus-content strong {
	display: block;
	letter-spacing: 1px
}

.aboutus-content ul {
	margin: 15px 0 12px
}

.aboutus-content ul li {
	font-weight: 500;
	margin: 10px 0;
	padding-left: 22px
}

.aboutus-content ul li:before {
	position: absolute;
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	left: 0;
	font-size: 17px
}

.aboutus-content {
	padding-top: 35px
}

.aboutus a.btn {
	margin-top: 12px
}

.aboutus figure img {
	width: 100%;
	height: auto;
	object-fit: cover
}

.aboutpage-content p,
.aboutus-content p {
	text-align: justify
}

#GoToTop,
#whatsappbtn,
.aboutreviewlist,
.availibility,
.breadcrumb p,
.citytours-item,
.ftrabout,
.safarislist,
.scheduled-btn,
.topdestinationslist,
.whyussldr-item,
.wilderness,
.wilderness h3 {
	text-align: center
}

.aboutus-navigation ul {
	column-gap: 35px;
	border-bottom: 1px solid #dee2e6 !important;
	margin: 0 0 20px;
	display: flex;
	justify-content: flex-end
}

.aboutus-navigation li a {
	color: var(--secondary);
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 500;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
	display: inline-block
}

#GoToTop,
#Packages,
#accordion1 .itenerarylist,
.breadcrumb h1 span a,
.citytours .col-sm-4:nth-child(3) .citytours-item:after,
.packagedtlslist #loadMore,
.packagesidebar .wpcf7-not-valid-tip,
.servicesdtls-sidebar form .wpcf7-spinner,
.servicesdtls-sidebar form br {
	display: none
}

.aboutus-navigation li a:hover,
.packagedtlstab li a:hover {
	border-bottom: 2px solid var(--secondary)
}
.packagesidebar h4 {
    font-size: 15px;
    color: #666;
    margin-bottom: 0;
}
.samuel-munyua {
	background: linear-gradient(0deg, #fbfbfb, #fbfbfb);
	padding: 30px 0 60px
}

.samuel-munyua img {
	width: 100%;
	height: auto
}

.samuel-munyua .samuelmunyua-content {
	padding-left: 10px
}

.samuel-munyua .samuelmunyua-content h2 {
	font-size: 28px;
	font-weight: 500
}

.citytours {
	background: #f7f7f7;
	padding: 60px 0
}

.citytours-item img {
	width: 100%;
	border-radius: 50%
}

.citytours-item:after {
	content: '';
	position: absolute;
	left: 83%;
	top: 30px;
	background: url(../images/process-arrow.svg) center center/contain no-repeat;
	height: 150px;
	width: 150px
}

.citytours-item figure {
	background: var(--white);
	height: 200px;
	width: 200px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 16px
}

.citytours-item h3 {
	margin: 0 0 15px
}

.citytours-item h3 span {
	display: block;
	font-size: 15px;
	color: #555;
	margin-top: 7px
}

.citytours-item h4 {
	position: absolute;
	top: 10px;
	right: -10px;
	margin: 0;
	background: var(--primary);
	height: 60px;
	width: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 3px solid var(--white);
	color: var(--white)
}

.reviewsdesc,
.tours-info h2 {
	margin-bottom: 15px
}

.safaris,
.topdestinations {
	padding: 55px 0 60px;
	background: linear-gradient(#000000ab, #000000ab) 0 0/cover fixed, url(https://buddhatrails.tours/wp-content/uploads/2024/02/slider-4.webp) 0 0/cover fixed;
	position: relative
}

.moreinfo .row,
.secondary-container.custom-tours .row,
.topdestinations .row,
.tours .row {
	row-gap: 22px
}

.travel-by-cities .topdestinations {
	background: 0 0
}

.nationalparklist:hover h3,
.safaris .heading,
.topdestinations .heading,
footer a:hover {
	color: var(--white)
}

.topdestinationslist img {
	height: 300px;
	object-fit: cover;
	transition: .5s
}

.topdestinationslist {
	overflow: hidden;
	border-radius: 6px
}

.topdestinations h2.text-light {
    font-size: 24px;
    margin-top: 30px;
    background: #72112130;
    display: inline-block;
    padding: 7px 45px 5px 10px;
    border-left: 3px solid var(--primary);
    border-radius: 6px;
}

.travel-by-cities .text-light {
    color: #000 !important;
} 

.topdestinationslist:hover .topdestinationslist-info {
	padding-bottom: 40px
}

.topdestinationslist-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background: linear-gradient(0deg, #000, transparent);
	padding: 30px 30px 20px;
	transition: .5s
}

.topdestinationslist-info .btn-primary {
	font-weight: 400;
	padding: 7px 15px;
	margin-top: 15px
}

.topdestinationslist-info h3 {
	font-size: 22px;
	color: var(--white)
}

.secondary-container.cultural-safaris,
.secondary-container.tours-details {
	padding-bottom: 0
}

.cultural-experiences .col-sm-7,
.meru .col-sm-7,
.tours-slider .row .col-sm-8 .row .col-sm-9 {
	padding-left: 0
}

.cultural-experiences .col-sm-5,
.meru .col-sm-5,
.tours-slider .row .col-sm-8 .row .col-sm-3 {
	padding-right: 0
}

.tourslider-nav li img {
	height: 150px;
	width: 100%;
	cursor: pointer;
	object-fit: cover
}

.tourslider-nav .slick-slide {
	margin: 0 5px 0 0
}

.tourslider img {
	height: 456px;
	width: 100% !important;
	object-fit: cover;
	transition-duration: 1s
}

.tourslider img:hover {
	transform: scale(1.2)
}

.tourslider button.slick-next.slick-arrow,
.tourslider button.slick-prev.slick-arrow {
	right: 65px !important;
	z-index: 1 !important;
	bottom: 10px !important;
	transform: translate(0) !important;
	top: inherit;
	left: inherit;
	opacity: 1;
	border: 1px solid var(--primary)
}

.tourslider button.slick-next.slick-arrow {
	right: 10px !important
}

.pagesidebar,
.tourdtl-sidebar {
	position: sticky;
	top: 0
}

.tours-slider .package-contactform input[type=submit] {
	width: 100%
}

.tours-slider .package-contactform {
	padding: 20px;
	border-radius: 4px;
	border: 2px solid #f7941d59
}

figure.destinationthumb img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 12px;
	object-position: top
}

.destinationplace {
	padding: 10px 0 20px
}

.destinationplace button.slick-next.slick-arrow,
.destinationplace button.slick-prev.slick-arrow {
	top: 44% !important;
	transform: translateY(-56%) !important
}

.destinationplace .leftheading {
	text-transform: capitalize;
	font-size: 30px;
	letter-spacing: 0;
	margin: 30px 0 20px
}

.destinationsldr-items img {
	height: 250px;
	border-radius: 6px
}

.destinationsldr-items h3 {
	font-size: 19px;
	font-weight: 600;
	padding-top: 20px
}

.destinationdtls.place {
	padding: 40px 0 30px
}

.destinationdtls.place .placesldr-item figure img {
	height: 280px
}

.destinationdtls.place .placesldr-item h3 {
	font-size: 22px !important
}

.destinationdtls.place h2 {
	font-size: 36px;
	text-transform: capitalize
}

.tours-info.slick-slide,
.tours-slider .slick-slide {
	margin: 0 !important
}

.tours-info {
	padding: 20px;
	border: 1px solid #f7941d30;
	margin-top: 20px;
	box-shadow: 6px 8px 15px #0000000f
}

.tours-info h2 {
	font-weight: 600;
	border-left: 3px solid var(--primary);
	line-height: 24px;
	padding-left: 15px
}

.tours-info h3 {
	font-size: 19px;
	color: #04b6e5;
	margin-bottom: 10px
}
.tours-info p {
    text-align: justify;
}
.moreinfo-list h3,
.moreinfo-list li strong {
	color: var(--black)
}

.moreinfo {
	background: #f2fcff;
	padding: 60px 0;
	margin-top: 60px
}

.moreinfo-list {
	box-shadow: 3px 3px 18px #00000021;
	padding: 20px;
	height: 100%;
	border-radius: 6px;
	background: var(--white)
}

.moreinfo-list h3 {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 21px
}

.moreinfo-list li {
	position: relative;
	color: #6d6c72;
	font-size: 15px;
	padding-left: 20px
}

.moreinfo-list li:before {
	content: '\f192';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	color: var(--primary);
	font-size: 13px
}

.secondary-container,
.secondary-container.testimonials .reviews,
.tour-benefits {
	padding: 60px 0
}

.tourbenefits-item {
	box-shadow: 3px 3px 18px #10101017;
	padding: 30px;
	border-radius: 5px;
	height: 100%
}

.tourbenefits-item h3 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px
}

.tourbenefits-item li {
	line-height: 45px;
	display: flex;
	align-items: center;
	column-gap: 14px;
	font-size: 16px
}

.scheduled-info h3,
.toursdtl h3 {
	line-height: 30px;
	text-decoration: underline
}

.scheduled-info ul,
.toursdtl ul {
	row-gap: 8px;
	column-gap: 6px
}

#GoToTop img,
.tourbenefits-item li img {
	width: 24px
}

.tour-benefits #whatsapp {
	width: 15%;
	margin: 40px auto 0;
	padding: 10px 16px
}

.question .accordion-body p {
	font-size: 14px;
	margin: 0
}

.question .accordion-button:focus {
	border-color: none;
	box-shadow: none
}

.secondary-container.safarispage.safari .safaris {
	background: 0 0;
	padding: 0
}

.secondary-container.safarispage .safarislist {
	box-shadow: 6px 8px 15px #00000014
}

.safaris .row {
	justify-content: center;
	row-gap: 23px
}

.safarislist img {
	width: 100% !important;
	height: 160px !important;
	object-fit: cover !important
}

.safarislist:hover figure img {
	transform: rotate(360deg)
}

.safarislist {
	position: relative;
	border-radius: 6px;
	background: var(--white);
	transition: .5s
}

.safarislist:hover {
	transform: translateY(-10px)
}

.safarislist:hover a.safarilinks img {
	transform: scale(.8) rotate(-35deg)
}

.safarislist-info {
	transition: .5s;
	padding: 0 15px 15px
}

.safarislist .btn-primary {
	border-radius: 6px 6px 0 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	padding: 7px 22px
}

.safarislist-info figure {
	height: 75px;
	width: 75px;
	background: var(--primary);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 17px;
	border-radius: 50%;
	margin-top: -50px;
	position: relative
}

.safarislist-info figure img {
	width: 35px !important;
	height: 35px !important;
	clip-path: inherit;
	transition: .5s
}

.safarislist-info h3 {
	font-size: 15px !important;
	transition: .5s;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: 600;
	margin: 10px 0 5px
}

.safarislist-info p,
.scheduled-info h3,
.toursdtl h3 {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.safarislist-info p {
	display: -webkit-box
}

.getintouch {
	padding: 65px 0 70px;
	background: url(../images/getintouch-bg.jpg) center bottom/cover no-repeat fixed
}

.getintouch p {
	width: 60%;
	margin: 20px auto 30px;
	font-size: 18px
}

.nationalpark {
	padding: 55px 0 60px
}

.nationalparklist img {
	height: 390px;
	object-fit: cover;
	transition: .5s;
	border-radius: 6px
}

.nationalparklist:hover img {
	transform: scale(1.1) rotate(3deg)
}

.nationalparklist {
	position: relative;
	overflow: hidden
}

.nationalparklist:hover .nationalparklist-info {
	background: var(--primary);
	bottom: 30px
}

.nationalparklist a.nationalpark-link img {
	width: 50px;
	height: auto
}

.nationalparklist:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(0deg, #000000b0, transparent);
	z-index: 0
}

.nationalparklist-info {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--white);
	padding: 8px 14px 9px;
	display: flex;
	justify-content: space-between;
	width: 89%;
	border-radius: 5px;
	z-index: 1;
	transition: .5s
}

.nationalparklist-info a.readmore {
	color: var(--secondary);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: underline;
	text-underline-offset: 3px
}

.nationalparklist-info h3 {
	font-size: 21px;
	font-weight: 600;
	transition: .5s
}

.getintouch .btn-outline-primary {
	border-color: var(--white);
	color: var(--white)
}

.availibility {
	background: url(../images/availibility-bg.png) center center/contain #fff1e5;
	padding: 60px 0
}

.availibilitylist h3 {
	font-size: 16px;
	font-weight: 500;
	color: var(--primary)
}

.availibilitylist {
	background: var(--white);
	box-shadow: 4px 4px 15px #0000000f, 8px 8px 15px #0000000f;
	border-radius: 8px;
	padding: 30px 20px
}

.scheduled-item,
.tours-item {
	box-shadow: 3px 3px 15px #00000014;
	height: 100%
}

.availibilitylist figure {
	height: 110px;
	width: 110px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #5a17000a;
	border-radius: 50%
}

.availibilitylist figure img {
	animation: 1s ease-in-out infinite alternate updown
}

.availibility .col:nth-child(2n) .availibilitylist figure img {
	animation: 1s ease-in-out -1s infinite alternate updown
}

@keyframes updown {
	from {
		transform: translateY(-4px)
	}

	to {
		transform: translateY(4px)
	}
}

.scheduled {
	padding: 50px 0 60px
}

.scheduled-item {
	border-radius: 6px !important
}

.scheduled .row {
	row-gap: 23px
}

.scheduled-item span.scheduled_day {
	top: 25px;
	right: 20px
}

.homebloglist:hover img,
.scheduled-item:hover img,
.tours-item:hover img {
	transform: scale(1.05)
}
article.singlepost a {
    color: #721121;
}
.scheduled-item img {
	height: 280px;
	object-fit: cover;
	border-radius: 5px;
	transition: .5s
}

.homebloglist figure img,
.tours-item img {
	height: 260px;
	transition: .5s;
	object-fit: cover
}

.scheduled-info {
	padding: 32px 32px 18px
}

p.price {
	color: var(--secondary);
	font-size: 20px;
	margin: 20px 0 7px
}

p.price small {
	color: #202020;
	font-size: 16px;
	font-weight: 400
}

.scheduled-btn,
p.price span {
	color: var(--primary);
	font-size: 16px
}

p.price span {
	padding-left: 6px
}

.scheduled-info h3 {
	font-size: 17px;
	display: -webkit-box;
	font-weight: 600;
	margin: 15px 0 10px !important
}

.scheduled-btn,
span.scheduled_day {
	display: inline-block;
	text-transform: uppercase
}

.scheduled-btn {
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px
}

.scheduled-info li,
.toursdtl li {
	background: #f9edee;
	padding: 0 6px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #ffffff54;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin: 0 4px !important
}

.scheduled button.slick-prev.slick-arrow {
	left: -27px !important
}

.scheduled button.slick-next.slick-arrow {
	right: -27px !important
}

.scheduled button.slick-prev.slick-arrow:after, button.slick-prev.slick-arrow:after, button.slick-next.slick-arrow:after {
    font-size: 12px !important;
    padding: 0 !important;
}

span.scheduled_day {
	position: absolute;
	right: 15px;
	top: 30px;
	background: #00000061;
	color: var(--white);
	padding: 4px 13px;
	font-size: 14px;
	letter-spacing: .5px;
	border-radius: 4px;
	border: 1px solid #cccccc82
}

.scheduled-item .datetag {
	padding: 3px 11px 3px 46px
}

.tours {
	padding: 60px 0 65px
}

.tours .heading {
	margin-bottom: 20px
}

.toursslider .slick-slide {
	margin: 20px 12px !important
}

.tours-item {
	overflow: hidden;
	background: var(--white);
	border-radius: 6px !important
}

.tours-item img {
    border-radius: 5px;
 transition: .5s ease-in-out; 
}

.toursdtl {
	padding: 25px 35px
}

.toursdtl button.slick-prev.slick-arrow {
	left: -27px
}

.toursdtl button.slick-next.slick-arrow {
	right: -27px
}

.toursdtl button.slick-next.slick-arrow,
.toursdtl button.slick-prev.slick-arrow {
	height: 30px;
	width: 30px
}

.toursdtl button.slick-prev.slick-arrow:after {
	font-size: 12px
}

.toursdtl ul {
	margin-bottom: 10px
}

.toursdtl h3 {
	display: -webkit-box;
	margin: 16px 0 0 !important
}

.toursdtl h3 a {
	font-size: 17px;
	color: #050a15;
	font-weight: 600
}

.itinerary {
	column-gap: 10px
}

.itinerary li span {
	background: var(--secondary);
	text-transform: uppercase;
	color: var(--white);
	padding: 10px 40px;
	border-radius: 3px
}

.breadcrumb h1 span,
.contactus-top h2,
.packagedtlstab li a,
.wilderness h3 {
	text-transform: capitalize
}

.toursdtl .btn-primary {
	padding: 6px 15px
}

.reviews {
	padding: 50px 0;
	background: #f5f5f5
}

.reviewslist {
	padding: 27px;
	position: relative;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .06);
	border: 1px solid #b21f2524;
	border-radius: 6px 6px 6px 0
}

.reviewslist:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	border: 28px solid #b21f2517;
	border-bottom: 0 solid transparent;
	border-left: 0 solid transparent;
	border-right: 35px solid transparent
}

.reviewslist p {
	font-size: 15px;
	font-style: italic;
	line-height: 27px
}

.aboutpage-content p:last-child,
.breadcrumb h1,
.contactus_details:last-child,
.innovationsec p:last-child,
.reviewslist p:last-child,
.zanzibarsec p:last-child,
.zanzibarsec:last-child {
	margin-bottom: 0
}

.reviewslist img {
	margin: 0 auto 10px
}

.rating i {
	font-size: 14px;
	color: #fe8e04
}

.reviewslist h5 {
	margin: 0;
	font-size: 20px
}

.reviewbtm {
	display: flex;
	align-items: center;
	column-gap: 15px;
	margin-top: 25px;
	padding-left: 25px
}

.reviewbtm h5 {
	margin: 0;
	font-size: 19px
}

.reviewbtm h5 span {
	display: block;
	font-size: 14px;
	color: var(--primary);
	font-weight: 400;
	letter-spacing: .3px;
	margin-bottom: 1px
}

.reviewbtm img {
	height: 62px;
	width: 62px;
	border-radius: 50%
}

.homeblog {
	padding: 50px 0 55px
}

/* logos section  */
.bannerlogos {
    padding: 60px 0;
}





.homeblog .heading {
	margin-bottom: 30px
}

.homebloglist {
	position: relative;
	transition: .5s;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1)
}

.blog-info {
	padding: 25px
}

span.authorname {
	display: inline-block;
	background: #b21f2514;
	padding: 4px 16px;
	border-radius: 4px;
	font-weight: 500
}

.homebloglist a.btn {
	color: var(--dark);
	border-color: #dbdbdb;
	margin-top: 5px
}

.homebloglist a.btn:hover {
	border-color: var(--primary);
	background: var(--primary)
}

.homebloglist figure img {
	width: 100%;
	border-radius: 6px 6px 0 0
}
.aboutlogo {
    background: #7211210f;
    padding: 30px;
    border-radius: 8px;
}.aboutlogo img {
    width: 250px;
    margin: 0 auto;
    display: block;
}

.homebloglist h3 a {
	font-size: 20px;
	font-weight: 600;
	color: #111;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

span.datetag {
	position: absolute;
	top: 25px;
	left: 20px;
	background: var(--white);
	padding: 8px 20px 8px 55px;
	line-height: normal;
	border-radius: 30px;
	font-weight: 400
}

span.datetag i {
	height: 42px;
	width: 42px;
	background: var(--primary);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border: 3px solid var(--white)
}

.homebloglist h3 {
	margin: 15px 0 6px
}

.wilderness {
	background: var(--secondary);
	padding: 50px 0
}

.wilderness .heading {
	color: var(--white);
	font-size: 28px;
	width: 85%;
	margin: 0 auto;
	line-height: 40px
}

.wilderness h3 {
	margin: 15px 0 20px;
	color: var(--primary);
	font-size: 20px
}

footer {
	background: linear-gradient(#000000f0, #000000f0) center/cover fixed, url(../images/footerbg.jpg) center/cover fixed;
	position: relative;
	padding: 60px 0 0;
	background: var(--primary)
}

.ftrabout {
	background: #ffffff12;
	padding: 15px;
	border-radius: 6px;
	border: 1px solid #ffffff14
}

.footerdetailslist p {
	position: relative;
	padding-left: 45px
}

.footerdetailslist p i {
	position: absolute !important;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

footer p.abn {
	background: var(--primary);
	border-radius: 6px;
	color: var(--white);
	font-weight: 500;
	padding: 3px
}

.ftrlogo {
	/*background: var(--white);*/
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 10px;
	border-radius: 6px
}

footer a.footer-logo.d-block img {
	width: 230px;
	height: auto
}

.footerdetailslist h4 {
	font-family: Roboto, sans-serif;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 18px
}

.footer-details {
	border-top: 1px solid #ffffff14;
	border-bottom: 1px solid #ffffff14;
	padding: 22px 0;
	margin-top: 30px
}

footer ul li.menu-item a {
	margin-bottom: 13px;
	display: inline-block;
	position: relative;
	padding-left: 13px
}

footer ul li.menu-item a:before {
	position: absolute;
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	left: 0;
	top: 1px;
	color: var(--white);
	font-size: 10px
}

footer h3 {
	color: var(--white);
	font-weight: 400;
	margin-bottom: 23px;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .5px
}

footer p,
footer p a,
footer ul li,
footer ul li a {
	color: #d5d5d5
}

.footer-details a.viewmap {
	background: var(--secondary);
	color: var(--white);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	padding: 8px 30px;
	border-radius: 6px 6px 0 0;
	letter-spacing: .5px;
	font-weight: 600
}

.footer-details a.viewmap i {
	color: transparent;
	-webkit-text-stroke: 1px var(--white);
	font-size: 14px
}

footer ul.socialicon {
	display: flex
}

.footerdetailslist p i,
footer .col-sm-4 p i,
footer ul.socialicon li a {
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff24;
	width: 38px;
	height: 38px;
	color: var(--white);
	transition: .5s;
	margin-right: 5px;
	border-radius: 50%;
	position: relative
}

footer ul.socialicon li a:hover {
	background: var(--white);
	color: var(--primary)
}
#GoToTop {
    bottom: 85px;
    right: 12px;
    z-index: 99;
    padding: 10px 0 0;
    background: var(--primary);
    color: var(--white);
    border-radius: 5px;
    font-size: 16px;
    border: 2px solid var(--white);
}

.copyright,
.secondary-container.safarispage.safaris {
	padding: 10px 0
}

.copyright ul {
	display: flex;
	justify-content: flex-end
}

.copyright ul li {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #ffffff2e
}

.copyright ul li:first-child {
	margin: 0;
	padding: 0;
	border: none
}

#whatsappbtn,
#whatsappbtn:before {
	border-radius: 50%;
	background: #4fcc5d
}

#whatsappbtn {
	cursor: pointer;
	bottom: 4%;
	left: 20px;
	padding: 0 9px;
	font-size: 32px;
	color: var(--white);
	z-index: 1
}

#whatsappbtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px #4fcc5d;
	animation: 3s linear infinite forwards playbtn;
	z-index: -3
}

@keyframes playbtn {
	from {
		transform: scale(1);
		opacity: 1
	}

	to {
		transform: scale(1.5);
		opacity: 0
	}
}

#whatsappbtn img {
	width: 30px;
	margin-top: 10px
}

.breadcrumb {
	padding: 15px 0;
	margin: 0;
	background: var(--primary);
	background-size: cover;
	background-position: center
}

.breadcrumb p {
	margin: 0
}

.breadcrumb p,
.breadcrumb p a,
.breadcrumb span {
	color: #fff;
	font-weight: 500
}

.breadcrumb p a {
	padding-right: 18px;
	margin-right: 5px;
	position: relative
}

.breadcrumb h1 span {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0;
	color: var(--white);
	line-height: normal
}

.breadcrumb h1 .breadcrumbs_last {
	font-size: 28px;
	margin: 0 0 15px;
	font-weight: 800
}

.breadcrumb a:after {
	position: absolute;
	content: '\f101' !important;
	font-size: 10px !important;
	font-weight: 600;
	font-family: 'Font Awesome 5 Free' !important;
	color: var(--white);
	right: 0
}

.aboutpage-content {
	padding: 18px;
	border: 1px dashed #f7941d63;
	border-radius: 5px
}

.secondary-container.aboutpage figure span {
	position: absolute;
	left: 0;
	top: 5%;
	background: var(--primary);
	color: var(--white);
	font-size: 14px;
	padding: 20px 10px;
	text-transform: uppercase;
	letter-spacing: .7px;
	border-radius: 0 5px 5px 0;
	writing-mode: vertical-lr;
	border: 3px solid var(--white);
	border-left: 0
}

.secondary-container.aboutpage figure span a {
	color: var(--white);
	font-size: 14px
}

.aboutpage-content .leftheading {
	font-size: 25px;
	margin-bottom: 3px
}

.aboutpage img {
	width: 100%;
	height: 455px;
	border-radius: 5px;
	object-fit: cover
}

.aboutpage-content p a,
.innovationsec p a {
	text-decoration: underline;
	color: var(--primary)
}

.aboutreview {
	background: #f8f8f8;
	padding: 50px 0 60px
}

.aboutreviewlist {
	background: var(--white);
	padding: 20px;
	height: 100%;
	border-radius: 6px;
	border: 1px solid #eee;
	box-shadow: 3px 3px 13px #eee;
	transition: .5s ease-in-out
}

.aboutreviewlist:hover {
	box-shadow: 3px 3px 13px #ccc
}

.aboutreviewlist .fa-quote-left {
	background: var(--primary);
	color: var(--white);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 28px
}

.aboutreviewlist ul {
	display: flex;
	justify-content: center;
	margin: 20px 0 10px;
	column-gap: 5px
}

.gallery {
	margin-top: 25px
}

.gallery-item img {
	height: 200px
}
.gallery button.slick-prev.slick-arrow, .gallery button.slick-next.slick-arrow {
    top: 40%;
}
.whyus {
	padding: 60px 0;
	background: #f4f4f4;
	margin: 60px 0 40px
}

.whyus .row {
	row-gap: 20px;
	justify-content: center
}

.whyussldr-item {
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
	padding: 25px;
	border-radius: 6px;
	position: relative;
	background: var(--white);
	transform: scale(1);
	height: 100%
}

.whyussldr-item:after,
.whyussldr-item:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	border-radius: 6px;
	z-index: -1
}

.whyussldr-item h3 {
	margin: 15px 0 7px;
	font-size: 20px;
	line-height: 27px
}

.whyussldr-item p {
	margin: 0;
	text-align: justify
}

.whyussldr-item figure {
	background: #b11f2512;
	height: 85px;
	width: 85px;
	margin: 0 auto;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.whyussldr-item img {
	width: 55px !important;
	height: auto !important
}

.whyus .slick-track {
	padding: 12px 0 20px
}

.innovation {
	padding: 35px 0
}

.innovationsec,
.zanzibarsec {
	display: flex;
	column-gap: 20px;
	border: 1px solid #ddd;
	padding: 15px;
	margin: 15px 0;
	border-radius: 6px;
	align-items: center
}

.barbaig .row:nth-child(2n),
.innovationsec:nth-child(odd),
.safariplaning .row:nth-child(odd),
.zanzibarsec:nth-child(2n) {
	flex-direction: row-reverse
}

.innovation-left,
.zanzibar-left {
	width: 32%
}

.innovation-right,
.zanzibar-right {
	width: 68%
}

.innovationsec figure,
.nationalparkslist figure,
.zanzibarsec figure {
	overflow: hidden;
	border-radius: 6px
}

.innovationsec img,
.zanzibarsec img {
	height: 100%;
	border-radius: 6px;
	transition: .5s ease-in-out
}

.innovationsec:hover img,
.zanzibarsec:hover img {
	transform: scale(1.1);
	filter: grayscale(1)
}

.hoteltransfer h2 {
	font-size: 35px;
	color: var(--secondary)
}

.htransferform {
	box-shadow: 3px 3px 13px #ddd;
	padding: 25px;
	border-radius: 6px;
	margin-top: 30px
}

.contactus-top {
	text-align: center;
	box-shadow: 3px 3px 13px #ddd;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 25px;
	border-top: solid 5px var(--secondary)
}

.contactus-top h2 {
	font-size: 27px;
	margin-bottom: 15px;
	color: var(--secondary);
	border-left: solid 2px var(--primary);
	border-right: solid 2px var(--primary)
}

.contactus textarea {
	height: 120px;
	resize: none
}

.intl-tel-input {
	margin-bottom: 16px !important
}

.contactus form h3 {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 22px
}

.contactusdtls {
    height: 100%;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 3px 3px 13px #eee;
}
.contactus_details {
    position: relative;
    transition: .5s;
    padding: 14px 19px 15px 95px;
    margin-bottom: 10px;
    border-radius: 4px;
    border-left: solid 5px var(--secondary);
    border: 1px solid #ddd;
}
.contactus_details i {
    font-size: 24px;
    color: transparent;
    background: var(--primary);
    border: dotted 2px var(--secondary);
    height: 55px;
    width: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-text-stroke: 1px var(--white);
    position: absolute;
    left: 20px;
    top: 14px;
}

.contactus_details h3 {
	font-weight: 500;
	margin: 0 0 3px;
	font-size: 18px
}

.contactus iframe {
	width: 100%;
	height: 600px;
	border-radius: 6px
}

.contactus_details a,
.contactus_details p {
	margin-bottom: 0;
	font-size: 14px
}

.contactus-form form {
	padding: 18px 25px 25px;
	box-shadow: 4px 4px 15px #0808081c;
	border-radius: 4px
}

.contactus-form figure {
	width: 98%;
	height: auto;
	border-radius: 20px;
	overflow: hidden
}

.contactus-form figure img {
	width: 100%;
	height: 445px;
	object-fit: cover
}

.activitiessec {
	margin-bottom: 12px
}

.activitiessec label {
	font-weight: 500;
	font-size: 15px
}

.activitiessec label span {
	font-weight: 400;
	color: #444
}

.activitiessec span.wpcf7-list-item {
	margin-right: 8px;
	display: block;
	line-height: 29px
}

.contactus-form input[type=submit] {
	margin-top: 10px
}

.responsibility img {
	width: 100%;
	height: 340px;
	border-radius: 6px;
	object-fit: cover
}

.responsibility-content {
	background: var(--white);
	padding: 60px 40px;
	border-radius: 10px;
	box-shadow: 6px 8px 30px #6c6c6c1c;
	border: 1px dashed var(--secondary)
}

.responsibility-content p a {
	text-decoration: underline;
	color: var(--secondary)
}

.mountain-details {
	box-shadow: 6px 8px 35px #7c7b7b21;
	padding: 10px;
	border: 1px dashed var(--secondary);
	border-radius: 5px
}

.mountain img {
	width: 100%;
	height: auto;
	border-radius: 5px
}

.mtnaccordion {
	background: url(https://algopagethemeshop.com/work/wingrowedu.com/wp-content/themes/wingrowedu/images/aboutbg.png);
	margin-top: 50px;
	padding: 50px 0
}

.accordion li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px
}

.accordion li:before {
	position: absolute;
	top: -1px;
	left: 0;
	content: '\f0a9';
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	color: var(--secondary);
	font-size: 14px
}

.mtnaccordion img {
	width: 100%;
	height: 450px;
	border: 1px solid #ebebeb;
	border-radius: 4px
}

.accordion #sp-ea-1471.sp-easy-accordion>.sp-ea-single {
	background: #f7f7f7;
	border: 1px solid #ededed
}

.accordion .sp-easy-accordion .sp-ea-single {
	background: #efefef;
	margin-bottom: 15px;
	border-radius: 3px
}

.question .accordion-item {
	margin: 18px 0;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 10px #e9e9e9
}

.question .accordion-item .accordion-header {
	padding: 0
}

.question .accordion-item .accordion-header .accordion-button::after {
    right: 16px !important;
    top: 16px !important;
}

.question .accordion-button {
	padding: 13px 12px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .5px;
	color: #141414
}

.faqsearch img {
	width: 330px;
	height: 330px;
	object-fit: contain
}

.custom-safari img,
.hanangimg img {
	width: 100%;
	border-radius: 5px
}

.search h3 {
	font-weight: 600;
	font-size: 20px;
	margin: 15px 0 5px;
	text-transform: uppercase
}

.search p {
	margin-bottom: 20px;
	display: flex;
	align-items: baseline;
	justify-content: center
}

.search input[type=text] {
	border-radius: 2px 0 0 2px
}

.search input[type=submit] {
	border-radius: 0 2px 2px 0;
	padding: 10px 20px
}

.meru,
.sample-itineraries {
	padding-top: 50px
}

.meru-content {
	padding: 30px 20px 25px;
	box-shadow: 6px 8px 30px #00000012
}

.meruimg img {
	width: 100%;
	height: 422px;
	object-fit: cover
}

.meruitinerary {
	padding: 25px;
	box-shadow: 3px 3px 13px #eee
}

.meruitinerary p span {
	display: block;
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 10px;
	position: relative;
	color: var(--secondary)
}

#Itinerary .openall.active,
.packagedtlstab li a {
	display: inline-block
}

.meruitinerary p span:after {
	position: absolute;
	top: 12px;
	left: 50px;
	content: '';
	height: 2px;
	width: 22px;
	background: var(--secondary)
}

.hanang {
	margin-top: 50px;
	box-shadow: 6px 8px 35px #7c7b7b21;
	padding: 10px;
	border: 1px dashed var(--secondary);
	border-radius: 5px
}

.custom-safari img {
	object-fit: cover;
	height: 355px
}

.customsafaris-content {
	border: 1px dashed var(--secondary);
	padding: 25px;
	border-radius: 5px
}

.customsafaris-content p a {
	color: var(--secondary);
	text-decoration: underline
}

.safariplaning {
	background: #f3f3f3;
	padding: 50px 0 60px;
	margin-top: 60px
}

.safariplaning figure {
	box-shadow: 6px 8px 15px #00000014;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 260px;
	width: 260px;
	border-radius: 50%;
	background: var(--white)
}

.safariplaning img {
	width: 115px !important
}

.safariplaning-info {
	box-shadow: 6px 8px 30px #76767614;
	padding: 20px;
	border-radius: 5px;
	background: var(--white);
	border: 1px dotted var(--secondary)
}

.safariplaning-info h3 {
	position: relative;
	padding-left: 10px
}

.safariplaning-info h3:before {
	position: absolute;
	top: 8px;
	left: 0;
	content: '';
	height: 17px;
	width: 4px;
	background: var(--primary)
}

.itineraries-item {
	box-shadow: 6px 8px 15px #00000014;
	text-align: center;
	border-radius: 5px;
	overflow: hidden
}

.itineraries-info {
	padding: 20px 0
}

.itineraries-info h3 {
	font-weight: 600
}

.cultural-content {
	box-shadow: 6px 8px 30px #76767626;
	padding: 23px
}

.cultural-experiences img {
	width: 100%;
	height: 360px;
	object-fit: cover
}

.barbaig {
	background: #f8f8f8;
	padding: 40px 0;
	margin-top: 50px
}

.barbaig .row {
	align-items: center;
	background: var(--white);
	padding: 20px 5px;
	margin: 20px 0;
	border-radius: 6px;
	border: 1px solid #ddd
}

.barbaig h3 {
	font-size: 25px;
	color: var(--secondary)
}

.barbaig figure img {
	border-radius: 6px
}

.gallerylightbox ul {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: auto auto;
	grid-gap: 15px;
	grid-template-areas: "firstchild collectionitem1 collectionitem2 ""firstchild collectionitem3 collectionitem4"
}

.gallerylightbox li:first-child {
	grid-area: firstchild;
	height: 100%;
	position: relative
}

.gallerylightbox li:first-child button {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	z-index: 1
}

.gallerylightbox li:first-child .gallerylightboxlist,
.gallerylightbox li:first-child img,
.zanzibarsec figure {
	height: 100%
}

.gallerylightbox li:nth-child(2) {
	grid-area: collectionitem1
}

.gallerylightbox li:nth-child(3) {
	grid-area: collectionitem2
}

.gallerylightbox li:nth-child(4) {
	grid-area: collectionitem3
}

.gallerylightbox li:nth-child(5) {
	grid-area: collectionitem4
}

.gallerylightbox li:nth-child(6) {
	grid-area: collectionitem5
}

.gallerylightbox li:nth-child(7) {
	grid-area: collectionitem6
}

.gallerylightbox a img {
	height: 100%;
	object-fit: cover
}

.gallerylightbox .gallerylightboxlist {
	height: 210px;
	background-size: cover;
	border-radius: 10px !important;
}
.gallery-item h3 {
    font-size: 17px;
    text-align: center;
    margin: 10px 0 0;
    line-height: 25px;
}
.seokeywords ul li {
    font-size: 13.5px;
    margin-top: 8px;
}

.seokeywords {
    background: #ffffff0f;
    padding: 20px;
    border-radius: 10px;
}

.seokeywords ul li:first-child {
    margin-bottom: 0;
}


@media(max-width:991px) {
	.gallerylightbox a {
		width: 50%
	}
}

@media(max-width:767px) {
	.gallerylightbox a {
		width: 100%
	}

	.gallerylightbox .gallerylightboxlist {
		height: 300px
	}
}

figure.packagedtlstop-img img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	transition: .5s ease-in-out
}

.tour_map iframe {
	height: 360px;
	width: 100%
}

figure.packagedtlstop-img ul {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	border-top: 1px solid #ffffffba;
	background: #0000004d
}

figure.packagedtlstop-img ul li {
	background: #ffffffe8;
	color: var(--primary);
	padding: 3px 18px 4px;
	border-radius: 5px;
	font-weight: 600;
	transition: .5s ease-in-out
}

figure.packagedtlstop-img:hover ul li {
	background: var(--primary);
	color: var(--white)
}

#myDIV {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.highlight .accordion-header:after,
.highlight .accordion-header:before,
.highlight .accordion-item:before,
.i4ewOd-pzNkMb-haAclf,
.package-item ul li:before {
	display: none !important
}

.gallerylightbox button {
	background: var(--white);
	border: none;
	padding: 4px 12px;
	text-transform: uppercase;
	border-radius: 2px
}

.package-content h2 {
	padding-left: 15px;
	border-left: 3px solid var(--primary);
	line-height: 22px;
	font-weight: 500;
	font-size: 23px
}

.packagedtlstab {
	column-gap: 35px;
	border-bottom: 1px solid #dee2e6 !important;
	padding: 15px 0 25px;
	margin-top: 20px
}

.packagedtlstab li a {
	color: var(--secondary);
	font-size: 17px;
	font-weight: 400;
	border-bottom: 2px solid transparent;
	padding-bottom: 2px;
	margin-bottom: 10px
}

.packages-details .accordion-item {
	margin: 0;
	border: none !important;
	position: relative;
	z-index: 1
}

.accordion-body ul {
	margin: 12px 0
}

.accordion-body ul li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 20px
}

.accordion-body ul li:before {
	position: absolute;
/* 	content: '\f25a'; */
	content: '\2022';
	top: 0;
	left: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: var(--primary);
	transform: rotate(90deg);
	font-size: 13px
}

.packages-details .accordion-item p strong {
	font-weight: 500;
	color: var(--primary);
	font-size: 17px
}

#accordion1 .accordion-header button {
    padding-left: 30px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-word;
    padding-right: 35px;
}

.packagedtlslist#Itinerary #loadMore {
	display: inline-flex !important;
	font-size: 15px;
	font-weight: 500;
	padding: 0;
	border: none;
	background: 0 0;
	color: #525252;
	align-items: center
}

.packagedtlslist#Itinerary #loadMore i {
	font-size: 12px;
	margin-left: 5px;
	transition: .5s
}

#loadMore.nocontent i {
	transform: rotateX(180deg)
}

.packagedtlslist .openall {
	padding: 0 !important;
	font-size: 15px !important;
	display: none;
	border: none;
	background: 0 0;
	color: var(--primary)
}

.packagedtlslist .openall:focus {
	box-shadow: none
}

.itenerarylist .accordion-item {
	padding-bottom: 22px;
}
/* .highlight .accordion-body,
.highlight button {
	padding-left: 0 !important
}
 */
#accordion1 .itenerarylist.active,
.inputfield span,
.packagesidebar>p strong {
	display: block
}

#accordion1 .accordion-item:before {
    position: absolute;
    bottom: 22px;
    left: 13px;
    height: 100%;
    content: '';
    border-left: 1px dashed var(--primary);
    z-index: -1;
}
#accordion1 .itenerarylist:nth-child(2) .accordion-item:before {
    bottom: -1px !important;
}
#accordion1 .accordion-item .accordion-header:before {
	position: absolute;
	top: 24px;
	left: 11px;
	height: 6px;
	width: 6px;
	background: var(--primary);
	content: '';
	z-index: 9;
	border-radius: 50px;
	outline: 1px solid var(--primary);
	outline-offset: 4px
}

#accordion1 .accordion-item .accordion-header:after {
	position: absolute;
	content: "";
	top: 18px;
	left: 4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #72112145;
	box-shadow: 0 0 10px #7211214d;
	animation: 3s linear infinite forwards playbtn;
	z-index: 1;
	display: none
}

#accordion1 .accordion-header:hover:after {
	display: block !important;
	z-index: 11
}

#accordion1 .accordion-body {
	padding-left: 55px
}

.accordion-body p {
	font-size: 14px;
	line-height: 28px
}

.packagedtlslist {
	padding-top: 40px
}

.packagedtlslist img {
	width: 24px;
	height: 24px;
	object-fit: contain
}

.packagedtlslist h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px
}

.packagedtlslist button {
	font-weight: 500;
	padding: 14px;
	font-size: 16px
}

.packagedtlslist button i {
	font-size: 18px;
	margin-left: 8px
}

.package-item .fa-check-circle,
.packagedtlslist button .fa-check-circle {
	color: green
}

.packagedtlslist button .fa-times-circle {
	color: var(--primary)
}

.packagesidebar {
	box-shadow: 0 5px 10px #ddd !important;
	padding: 20px 20px 15px;
	border-radius: 6px;
	position: sticky;
	top: 0
}

.wpcf7-not-valid::placeholder {
	color: red
}

.packagesidebar form strong {
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 0;
	font-weight: 600
}

.packagesidebar form strong a {
	color: var(--primary);
	text-decoration: underline;
	font-size: 10px;
	font-weight: 600
}

.packagesidebar input[type=submit] {
	width: 100%;
	font-weight: 400;
	border-radius: 3px;
	color: var(--white)
}

.packagesidebar-top {
	background: #ededed;
	padding: 15px 20px;
	border-radius: 10px;
	margin-bottom: 15px
}

.packagesidebar-top img {
	width: 48px
}

.packagesidebar-top h3 {
	margin: 8px 0 2px;
	font-size: 18px;
	font-weight: 600
}

.packagesidebar-top p {
	font-size: 13px;
	font-weight: 500
}

.packagesidebar>p {
	margin: 10px 0 20px;
	font-size: 14px
}

.packagesidebar>p span {
	font-size: 19px;
	font-weight: 500;
	margin-right: 5px;
	color: var(--primary)
}

.choosepackages h2 {
	font-size: 16px;
	margin-bottom: 50px
}

.choosepackages .package-item {
	padding: 30px 12px;
	height: 100%;
	box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
	border-radius: 15px
}

.choosepackages .package-item h3 {
	text-align: center;
	text-transform: uppercase;
	background: #8e6f4a;
	color: var(--white);
	font-weight: 400;
	font-size: 20px !important;
	letter-spacing: .5px;
	padding: 25px;
	border-radius: 15px;
	margin-top: -50px
}

.choosepackages .row .col-sm-4:first-child .package-item h3 {
	background: #626772
}

.choosepackages .row .col-sm-4:last-child .package-item h3,
.choosepackages .row .col-sm-4:nth-child(3) .package-item h3 {
	background: #141414
}

.package-item h4 {
	text-align: center;
	font-size: 15px;
	margin: 20px 0 10px;
	letter-spacing: -.1px
}

.package-item ul li {
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	margin: 5px 0
}

.package-item ul li i {
	position: absolute;
	top: 6px;
	left: 0
}

.ammount {
	margin-bottom: 10px;
	color: #565656;
	font-size: 15px;
	line-height: 26px
}

.ammount strong {
	display: block;
	font-size: 14px;
	font-weight: 600
}
.cart figcaption, .inputfield figcaption {
    height: 32px;
    width: 32px;
    padding: 0;
    line-height: 0;
    background: 0 0;
    box-shadow: 0 0 4px #00000059;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    border-radius: 50%;
	cursor:pointer;
}
/*
.cart button,
.inputfield button {
	height: 32px;
	width: 32px;
	padding: 0;
	line-height: 0;
	display: inline-flex;
	background: 0 0;
	box-shadow: 0 0 4px #00000059
}
*/

#amount,
#quantity,
small {
	font-size: 19px;
	font-weight: 500;
	color: var(--primary)
}

.cart {
	display: flex;
	align-items: center;
	column-gap: 10px
}

.cart button {
	border: none;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-size: 20px
}

.packagesidebar form span.wpcf7-list-item {
	font-size: 14px;
	margin-bottom: 10px;
	display: block
}

.packagesidebar form input[type=email],
.packagesidebar form input[type=tel],
.packagesidebar form input[type=text],
.packagesidebar form select,
.packagesidebar form textarea {
	padding: 10px 14px;
	font-size: 14px;
	margin-top: 6px;
	height: 46px
}

.packagesidebar form textarea {
	height: 100px;
	margin: 0 0 6px
}

.packagesidebar .intl-tel-input.allow-dropdown {
	margin-bottom: 10px
}

.number-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px
}

.number-input p {
	font-size: 16px;
	font-weight: 500
}

.inputfield {
	display: flex;
	align-items: center
}

.inputfield input[type=number] {
	width: 31px;
	padding: 0;
	text-align: center;
	border: none;
	margin: 0 2px;
	font-size: 20px
}

.inputfield button {
	border: none;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-size: 11px
}

.inputfield input::-webkit-inner-spin-button,
.inputfield input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.socialshare {
	margin-top: 18px;
	text-align: center
}

.placesldr-item img {
	border-radius: 6px;
	height: 175px;
	object-fit: cover
}

.place {
	margin-top: 40px
}

.place h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1c1c1c
}

.placesldr-item h3 {
	font-size: 17px !important;
	font-weight: 600;
	margin-top: 12px !important
}

.placesldr button.slick-next.slick-arrow,
.placesldr button.slick-prev.slick-arrow {
	top: 42%
}

.placesldr .slick-slide {
	margin: 0 6px
}

.secondary-container.packages-details .safarislist {
	box-shadow: 3px 3px 15px #00000014
}

.choosepackages h3,
.secondary-container.packages-details .packagedtlslist h3 {
	font-size: 16px;
	margin-bottom: 5px
}

.secondary-container.packages-details .safarisldr .slick-slide {
	margin: 20px 6px 15px
}

.secondary-container.packages-details .safarislist-info figure {
	height: 65px;
	width: 65px
}

.servicesdtls-sidebar form input[type=email],
.servicesdtls-sidebar form input[type=tel],
.servicesdtls-sidebar form input[type=text],
.servicesdtls-sidebar form textarea {
	border-radius: 2px;
	margin-bottom: 10px;
	padding: 10px 12px !important;
	width: 100%;
	line-height: normal;
	font-size: 13.5px;
	min-height: 45px;
	background: #ff75000d;
	border: 1px solid #ff4f3a2e
}

.servicesdtls-sidebar form input.wpcf7-form-control.has-spinner.wpcf7-submit {
	border-radius: 6px;
	margin: 5px 0 0;
	padding: 10px !important;
	width: 100%;
	line-height: normal;
	font-size: 13.5px;
	min-height: 45px
}

.servicesdtls-sidebar form label {
	display: block;
	font-weight: 500;
	color: #181818
}

.servicesdtls-sidebar h3 {
	font-size: 19px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: .5px
}

.servicesdtls-sidebar h3:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2.8px;
	background: #d1d1d1;
	border-radius: 13px
}

.servicesdtls-sidebar ul li a {
	position: relative;
	line-height: 34px;
	font-weight: 500;
	padding-left: 19px
}

.servicesdtls-sidebar ul li a:before {
	position: absolute;
	content: '\f0a4';
	font-family: 'Font Awesome 5 Free';
	top: -6px;
	left: 0;
	color: var(--primary);
	font-size: 14px
}

.wpcf7 form .wpcf7-response-output {
	margin: 1em 0 0 !important;
	padding: 8px 10px !important;
	font-size: 14px !important
}

.faq {
	margin-bottom: 60px
}

.faqbox {
	box-shadow: 3px 3px 13px #ddd;
	margin-bottom: 15px;
	border-radius: 6px;
	padding: 20px
}

.faqbox:nth-child(2n) {
	background: #f9f9f9
}

#sp-ea-1187.sp-easy-accordion>.sp-ea-single,
#sp-ea-1188.sp-easy-accordion>.sp-ea-single,
#sp-ea-1189.sp-easy-accordion>.sp-ea-single,
#sp-ea-1190.sp-easy-accordion>.sp-ea-single,
#sp-ea-1197.sp-easy-accordion>.sp-ea-single {
	background: var(--white) !important;
	border-radius: 6px
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
	padding: 10px 20px !important;
	color: #333 !important;
	font-size: 17px !important
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a i {
	float: right !important;
	color: var(--secondary) !important;
	margin: 0 !important
}

.faq h3 {
	font-size: 26px;
	color: var(--primary)
}

.zanzibarsec {
	margin: 0 0 15px;
	align-items: normal
}

.nationalparks-top .col-sm-5.d-flex {
	justify-content: flex-end
}

.nationalparkslist-cptn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	padding: 0 15px
}

.nationalparkslist figure img {
	height: 380px;
	object-fit: cover;
	border-radius: 6px;
	filter: brightness(.7);
	transition: .5s ease-in-out
}

.nationalparkslist:hover figure img {
	transform: scale(1.1) rotate(2deg);
	filter: blur(3px) brightness(.8)
}

.nationalparkslist h3 {
	font-size: 25px;
	letter-spacing: 0;
	font-weight: 600;
	color: var(--white)
}

.nationalparks-section {
	border-top: dotted 2px var(--secondary);
	margin-top: 50px;
	padding-top: 50px
}

.safarispage .row {
	row-gap: 25px
}

.policies h3 {
	font-size: 17px;
	font-weight: 500;
	color: var(--white);
	background: var(--primary);
	display: inline-block;
	padding: 6px 20px;
	letter-spacing: 1px;
	border-radius: 6px;
	margin: 10px 0 15px;
	border-left: solid 10px var(--secondary)
}

.policies p a {
	color: var(--secondary);
	text-decoration: underline;
	text-underline-offset: 2px
}

.policies ul {
	margin: 15px 0
}

.policies ul li {
	margin: 5px 0;
	position: relative;
	padding-left: 22px
}

.policies ul li:before {
	content: '\f192';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	color: var(--secondary);
	font-size: 13px
}

.review {
	background: #f4f4f4;
	padding: 60px 50px;
	margin-top: 30px;
	text-align: center
}

.wpcr3_item.wpcr3_business {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	column-gap: 9px
}

.wpcr3_item_name,
div.wpcr3_aggregateRating {
	width: 100% !important
}

.wpcr3_review_author {
	display: block;
	width: 100%;
	font-size: 16px !important;
	color: var(--primary);
	font-weight: 600;
	padding-top: 6px
}

.reviews div.wpcr3_review blockquote.wpcr3_content {
	font-size: 15px !important;
	font-style: italic !important;
	line-height: 27px !important;
	padding: 0 !important;
	margin: 10px 0 0 !important;
	display: block !important
}

.reviews blockquote {
	margin: 15px 0 0 !important
}

.reviews div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 15px !important;
	font-weight: 400;
	display: block !important;
	color: #6a6a6a !important;
	text-align: justify !important
}

.wpcr3_item_name {
	font-size: 26px !important;
	font-weight: 500 !important;
	color: var(--primary)
}

.wpcr3_button_1 {
	background: var(--primary) !important;
	color: var(--white) !important;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px !important;
	letter-spacing: .6px;
	border-radius: 6px !important;
	border: none !important;
	padding: 8px 20px !important
}

.wpcr3_respond_2 .wpcr3_check_confirm label {
	margin: -2px 0 10px 5px !important
}

.wpcr3_button_1.wpcr3_show_btn:before {
	content: 'Share your review';
	position: absolute;
	width: 100%;
	background: var(--primary);
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center
}

.fullitnry {
	margin-top: -15px;
	background: #fff;
	z-index: 1;
	position: relative;
	padding: 15px
}

.policy p strong {
	color: #000 !important;
	font-size: 15px !important;
	margin: 2px 0 0 !important;
	display: block
}
.accordion-item .accordion-button {
	box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0 !important
}
.homeblog .row{
    row-gap:25px;
}
.seokeywords {
    margin-top: 25px;
}
.keyword {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
    text-align: center;
}
.keyword h6 {
    font-size: 9px;
    line-height: 8px;
    margin: 0;
    color: var(--white);
}
/*
.keyword li {
    font-size: 6px;
    line-height: 0;
}
*/

footer ul.socialicon li:last-child a:hover svg path {
    fill: #721121;
}

@media only screen and (max-width:1199px) {
	header a.logo img {
		width: 220px;
		padding: 10px 0
	}
}

@media only screen and (max-width:991px) {
	#rmp-container-573 {
		left: inherit !important;
		right: 0 !important
	}

	.rmp-container.rmp-push-left,
	.rmp-container.rmp-slide-left {
		transform: translateX(100%) !important
	}

	.rmp-container.rmp-push-left.rmp-menu-open,
	.rmp-container.rmp-slide-left.rmp-menu-open {
		transform: translateX(0) !important
	}

	#rmp_menu_trigger-573 {
		border: 1px solid #ddd !important;
		border-radius: 6px !important
	}

	.carousel-content {
		width: 70%
	}

	.carousel-content h1 {
		font-size: 35px;
		line-height: 45px;
		margin: 10px 0
	}

	.tours {
		padding: 50px 0 55px
	}

	.benefits {
		padding: 50px 0
	}

	.benefits .row,
	.contactus-form .row,
	.gallery .row,
	.homeblog .row,
	.secondary-container.packages-details .row {
		row-gap: 22px
	}

	.benefits-item {
		padding: 25px 20px
	}

	.aboutus .leftheading {
		font-size: 35px;
		line-height: 40px;
		margin: 20px 0
	}

	strong.subheading:before {
		left: 0 !important
	}

	strong.subheading {
		padding-left: 35px !important
	}

	.homeblog,
	.reviews,
	.scheduled,
	.topdestinations {
		padding: 35px 0
	}

	.heading,
	.leftheading {
		margin-bottom: 20px
	}

	.blog-info,
	.reviewslist {
		padding: 20px
	}

	.review,
	.whyus {
		padding: 35px 0
	}

	.homebloglist figure img {
		height: 240px
	}

	footer {
		padding: 40px 0 0
	}

	footer h3 {
		margin-bottom: 10px
	}

	.aboutus-navigation ul {
		justify-content: center
	}

	.wpcr3_item.wpcr3_business {
		row-gap: 0
	}

	.wpcr3_review {
		width: 100% !important
	}

	.whyus {
		margin: 35px 0
	}

	.review {
		margin-top: 40px
	}

	.contactus iframe {
		height: 400px;
		border-radius: 4px
	}

	.tour_map iframe,
	figure.packagedtlstop-img {
		border-radius: 6px
	}

	.package-content h2 {
		padding-left: 10px;
		font-weight: 600;
		font-size: 21px
	}

	.place {
		margin-top: 30px
	}

	.packagedtlslist {
		padding-top: 25px
	}

	figure.destinationthumb img {
		border-radius: 3px
	}

	.tours-info {
		padding: 15px;
		margin-top: 15px
	}

	.tours-info h2 {
		font-size: 20px
	}

	.destinationplace .leftheading {
		font-size: 22px;
		margin: 10px 0 5px
	}

	.destinationsldr-items h3 {
		font-size: 17px;
		padding-top: 10px
	}

	.destinationsldr-items img {
		height: 230px;
		object-fit: cover
	}

	.destinationplace button.slick-next.slick-arrow,
	.destinationplace button.slick-prev.slick-arrow {
		top: 40%
	}
}

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

	.carousel-content p,
	.support li:last-child {
		display: none
	}

	header a.logo img {
		width: 180px;
		padding: 5px 0
	}

	.carousel-content span,
	.packagedtlstab li a {
		font-size: 16px
	}

	.carousel-content h1 {
		font-size: 32px;
		line-height: 42px;
		margin: 15px 0
	}

	.aboutus,
	.benefits,
	.scheduled,
	.secondary-container,
	.topdestinations,
	.tours {
		padding: 35px 0
	}

	.benefits .row,
	.tours .row {
		row-gap: 20px
	}

	.tours .heading {
		margin-bottom: 15px
	}

	.aboutus .leftheading {
		font-size: 30px;
		margin: 15px 0 10px
	}

	.heading,
	.leftheading {
		font-size: 25px
	}

	.gallery .row,
	.scheduled .row,
	.secondary-container.packages-details .row,
	.topdestinations .row,
	.whyus .row {
		row-gap: 15px
	}

	.homeblog .heading {
		margin: 0 0 10px !important
	}

	.footerdetailslist h4 {
		font-size: 18px;
		margin: 20px 0 15px !important
	}

	.footer-details {
		padding: 0 0 30px
	}

	.copyright {
		text-align: center
	}

	.copyright ul {
		justify-content: center
	}

	.aboutpage .row {
		row-gap: 22px
	}

	.aboutpage-content {
		padding: 10px
	}

	.aboutus-navigation li a {
		font-size: 15px
	}

	.aboutpage-content .leftheading {
		font-size: 22px;
		margin-bottom: 0
	}

	.whyus {
		padding: 25px 0 45px;
		margin: 40px 0 25px
	}

	.whyussldr-item {
		padding: 20px
	}

	.question .accordion-header {
		padding-bottom: 0
	}

	.question .accordion-item {
		margin: 0 0 15px
	}

	.faqsearch img {
		width: 300px;
		height: 300px
	}

	.review {
		padding: 25px 0 40px;
		margin-top: 40px
	}

	.contactus_details {
		padding: 15px 19px 15px 90px
	}

	.contactus_details i {
		top: 18px
	}

	.contactus-form form {
		padding: 15px
	}

	.contactus iframe,
	.tour_map iframe,
	figure.packagedtlstop-img img {
		height: 300px
	}

	.breadcrumb h1 span {
		font-size: 20px;
		font-weight: 500
	}

	.package-content h2 {
		font-size: 18px;
		line-height: 26px
	}

	.packagedtlstab {
		padding: 5px 0 15px
	}

	#choosepckg .row {
		row-gap: 40px
	}

	#choosepckg .col-sm-4 {
		width: 100%
	}

	.gallery-item img {
		height: auto
	}
	.wpcr3_respond_2 input[type='text'], .wpcr3_respond_2 textarea {
		width: 100% !important;
		min-width: 100% !important;
	}	
}

@media only screen and (max-width:667px) {
	.carousel-content {
		width: 80%
	}

	.carousel-content h1 {
		font-size: 28px;
		line-height: 40px;
		margin: 10px 0
	}

	.carousel-content .btn {
		padding: 7px 12px;
		font-size: 14px !important
	}
}

@media only screen and (max-width:568px) {
	.topbar .col-lg-10.col-md-10.col-sm-10 {
		width: 80%
	}

	.topbar .col-lg-2.col-md-2.col-sm-2 {
		width: 20%
	}

	header .col-sm-3,
	header .col-sm-9 {
		width: 50%
	}

	.carousel-content span {
		font-size: 14px
	}

	.carousel-content {
		width: 90%
	}

	.carousel-indicators {
		bottom: 10px
	}

	.heading,
	.leftheading {
		font-size: 22px;
		line-height: normal
	}

	strong.subheading:before {
		height: 25px;
		width: 25px
	}

	strong.subheading {
		padding-left: 30px !important;
		margin-bottom: 10px
	}

	.breadcrumb h1 span {
		font-weight: 500
	}

	.breadcrumb p a,
	.breadcrumb span {
		font-weight: 400;
		font-size: 14px
	}

	.breadcrumb h1 span,
	.place h3 {
		font-size: 18px
	}

	.place {
		margin-top: 20px
	}

	.packagedtlslist img {
		width: 20px;
		height: 20px
	}

	.safarislist-info figure img {
		width: 30px !important;
		height: 30px !important
	}

	.secondary-container.packages-details .safarislist-info figure {
		height: 60px;
		width: 60px
	}

	#accordion1 .accordion-item .accordion-header:before {
		top: 19px
	}

	#accordion1 .accordion-item .accordion-header:after {
		top: 12px
	}

	.packagedtlslist button {
		padding: 12px;
		font-size: 14px
	}

	#accordion1 .accordion-header button {
		padding-right: 30px
	}
	.accordion-button::after {
    right: 10px;
    top: 14px;
}
.question .accordion-item .accordion-header .accordion-button::after {
    right: 8px !important;
    top: 16px !important;
}	
.question .accordion-button {
    padding-right: 28px;
/*     display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-word; */
}	
}

@media only screen and (max-width:479px) {
	.support ul li a {
		font-size: 11px
	}

	.support ul li i {
		margin-right: 2px
	}

	.slider img {
		height: 340px
	}

	.carousel-caption {
		top: 47%;
		transform: translateY(-53%)
	}

	.carousel-content h1 {
		font-size: 24px;
		line-height: 31px
	}

	.carousel-indicators [data-bs-target] {
		width: 10px;
		height: 10px;
		margin: 0 4px
	}

	.slick-slide {
		margin: 0 !important
	}

	.aboutus .leftheading {
		font-size: 24px;
		margin: 10px 0 8px;
		line-height: normal
	}

	.aboutus-navigation ul {
		column-gap: 18px
	}

	.aboutus-navigation li a {
		font-size: 13.5px
	}

	.packagedtlstab {
		column-gap: 15px
	}

	.packagedtlstab li a {
		font-size: 14px
	}

	.safarislist img {
		height: 240px !important
	}

	.accordion-body {
    padding: 8px 12px;
}

	#accordion1 .accordion-body {
		padding-left: 33px
	}

	#accordion1 .accordion-item .accordion-header:before {
		top: 18px
	}

	#accordion1 .accordion-item .accordion-header:after {
		top: 11px
	}

	.topdestinationslist-info h3 {
		font-size: 18px
	}

	.packagedtlslist button {
		font-size: 12px
	}

	.accordion-body ul li {
		padding-left: 16px;
		font-size: 12px;
		line-height: normal
	}

	.accordion-body ul li:before {
		top: 2px;
		font-size: 11px
	}

	.placesldr-item img {
		height: 250px;
		object-fit: cover
	}

	.safarislist {
		box-shadow: 0 0 14px #e5e5e5 !important
	}

	.safarisldr .slick-slide {
		margin: 15px 0 !important
	}
}

@media only screen and (max-width:414px) {

	.tours .heading,
	strong.subheading {
		margin-bottom: 5px
	}

	.toursdtl h3 a,
	p.price {
		font-size: 17px
	}

	.tours .heading {
		font-weight: 700
	}

	.tours {
		padding: 35px 0 40px
	}

	.tours-item img {
		height: 240px
	}

	.aboutus,
	.benefits {
		padding: 40px 0
	}

	.placesldr-item img,
	.scheduled-item img,
	.topdestinationslist img {
		height: 250px
	}

	.aboutus .leftheading {
		font-size: 20px;
		margin: 10px 0 0
	}

	.heading,
	.leftheading {
		font-size: 20px;
		line-height: 40px
	}

	p.price {
		margin: 15px 0 5px
	}

	.scheduled-info h3 {
		font-size: 15px;
		margin: 10px 0 0 !important;
		line-height: 26px
	}

	.homebloglist h3 a,
	.tours-info h2 {
		font-size: 18px
	}

	.aboutus-navigation ul {
		display: block
	}

	.aboutpage-content .leftheading {
		font-size: 20px;
		text-align: center
	}

	.aboutpage-content p {
		text-align: center
	}

	.wpcr3_in_content {
		padding: 15px !important
	}

	.whyussldr-item h3 {
		font-size: 18px;
		font-weight: 600
	}

	.contactus_details {
		padding: 15px 19px 15px 70px
	}

	.contactus_details i {
		font-size: 20px;
		height: 50px;
		width: 50px;
		left: 10px
	}

	span.datetag {
		padding: 6px 15px 6px 50px;
		font-size: 15px
	}

	span.datetag i {
		height: 40px;
		width: 40px;
		border: 2px solid var(--white)
	}

	.breadcrumb p a,
	.breadcrumb span,
	span.scheduled_day {
		font-size: 13px
	}

	figure.packagedtlstop-img ul li {
		padding: 3px 10px;
		font-size: 14px
	}

	figure.packagedtlstop-img ul {
		padding: 10px
	}

	.package-content h2 {
		font-size: 16px;
		line-height: 25px;
		border: none;
		padding: 0
	}

	.place {
		margin-top: 10px
	}

	.breadcrumb h1 span,
	.place h3 {
		font-size: 16px
	}

	.packagedtlstab {
		flex-wrap: wrap;
		row-gap: 5px;
		padding: 10px 0;
		margin-top: 0 !important;
		column-gap: 0
	}

	.packagedtlstab li {
		width: 50%
	}

	.packagedtlstab li a {
		font-size: 15px
	}

	.placesldr .slick-slide {
		margin: 0
	}

	.tour_map iframe,
	figure.packagedtlstop-img {
		border-radius: 3px
	}

	.safarislist img {
		height: 220px !important
	}

	.secondary-container.packages-details .safarisldr .slick-slide {
		margin: 5px 0 10px
	}

	#accordion1 .accordion-body {
		padding-left: 30px;
		padding-right: 0
	}

	.accordion-body ul li {
		font-size: 14px
	}
	.choosepackages .package-item h3 {
		font-size: 18px !important;
		padding: 15px;
		border-radius: 5px
	}

	.choosepackages .package-item {
		padding: 25px 12px
	}
}

@media only screen and (max-width:395px) {
	.support li:nth-child(2) {
		display: none
	}

	.slider img {
		height: 300px
	}
}


