.container {
  width: 100%;
  box-sizing: border-box;
}

p {
	font-size: 1rem;
	line-height: 1.2;
	color:#333;
}
.text-white{
	color: #fff !important;
}
.section-padding{
	padding: 5rem 3rem;
}

.gsap-marker-scroller-start, .gsap-marker-scroller-end{
	display: none!important;
}
.section-header p{
	font-size: 1rem;
	color: #896E22;
	letter-spacing: 2px;
	font-weight: 500;
	position: relative;
	margin-bottom: 4rem;
	font-family: "Libre Franklin", sans-serif;
}
.section-header p::after {
	content: '';
	position: absolute;
	height: 1px;
	width: 25px;
	bottom: -1.2rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #896E22;
}

.header-wrapper p::after {
	content: none;
}
.section-header .header-wrapper p {
	all: unset; /* or override the properties */
}
.section-header h2{
	font-size: 3.75rem;
	font-weight: 100;
	color: #333;
	line-height: 1;
	font-family: "Lora", serif;
	text-transform: capitalize;
}
.section-header a{
	display: block;
	max-width: 150px;
	padding: 0.9rem 0rem;
	font-size: 1rem;
	color: #003541;
	margin: 0 auto;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #003541;
	border-radius:40px;
	margin-top: 3rem;
	cursor: pointer;
	z-index: 111;
	position: relative;
}
.section-header a:hover{
	background-color: #003541;
	color: #fff;
}
.jnc-container{
	position: relative;
}
.jnc-content{
	position: absolute;
	top:30%;
	transform: translateY(-30%);
	left: 0;
	right: 0;
	text-align: center;
}
.jnc-content p{
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
.jnc-content h1{
	font-size: 5rem;
	font-weight: 200;
	margin: 0 auto;
	margin-bottom: 3rem;
	width: 70%;
}
.search-content{
	max-width: 750px;
	margin: 0 auto;
}
.search-content p{
	margin-left: 10px;
	margin-bottom: 1rem !important;
}
.search-content .search{
	border-radius: 100px;
	background: #00000099;
	border:0;
	padding: 0.8rem;
	color: #fff;
	font-weight: 100;
	background-image: url(../images/search.svg);
	background-position: 15px 16px;
    background-repeat: no-repeat;
    padding-left: 50px;
    width: 90%;
}

.search-content .search:focus{
	box-shadow: none;
}
.search::-webkit-input-placeholder{
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}
.search::-moz-input-placeholder{
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}
#suggestions{
	text-align: left;
    background: #ffffffb0;
    width: 80%;
    margin: 0 3rem;
    
}
#suggestions p{
	margin-bottom: 0;
	padding: 1rem;
}
#suggestions li{
	padding: 1rem;
}
/*#banner-slider .item:after{
	content: '';
	position: absolute;
	background-color: #00000042;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	height: 100%;
	width: 100%;
}*/
.why-choose-section.section-padding{
	padding: 5rem 3rem;
}
.why-choose-section .section-header{
	max-width: 600px;
	margin: 0 auto;
}
.why-choose-section .why-choose-slide{
	margin-top: -5rem;
}
.why-choose-box a{
	text-decoration: none;
}

.why-choose-section .why-choose-slide .why-choose-box-img{
	margin-bottom:2rem;
}
.why-choose-section .why-choose-slide .why-choose-content .count{
	width: 40px;
	height: 40px;
	color: #B4984B;
	border-radius: 50%;
	border: 1px solid #B4984B;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}
.why-choose-section .why-choose-slide .owl-item.center{
	margin-top: 12rem;
}

.why-choose-section .why-choose-slide .why-choose-content h3{
	font-weight: 400;
	color: #333;
	font-size: 1.2rem;
	max-width: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1rem;
}
.why-choose-section .why-choose-slide .why-choose-content p{
	color: #333;
	font-size: 0.9rem;
	max-width: 90%;
	line-height: 1.5;
}
.why-choose-slide-dots{
	margin: 0 auto;
	margin-top: 2rem !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 50px;
}
.why-choose-slide-dots .dot{
	background-color: #C8AB5F;
	height: 10px;
	width: 10px;
	border-radius: 50px;
}
.why-choose-slide-dots .dot.active{
	background-color: #0C4552;
	height: 15px;
	width: 15px;
}
.top-trending-section.section-padding{
	padding: 5rem 4rem;
	background-color: #FFFAEE;
}
.top-trending-section .section-header p:after{
	margin:0;
}
.top-trending-section .top-trending-container{
	display: flex;
	justify-content: space-between;
}
.top-trending-section .top-trending-container .top-trending-box:first-child{
	width: 45%;
}
.top-trending-section .top-trending-container .top-trending-box:last-child{
	width: 100%;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget{
	display: none;
}
.top-trending-para p{
	font-size: 1rem;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
	margin-bottom: 1.6rem;
}
.top-treding-top li a{
	text-decoration: none;
	display: block;
	color: #B6B6B6;
	border: 1px solid #B6B6B6;
	border-radius: 40px;
	padding: 1rem 2rem;
	font-size: 0.8rem;
	text-transform: uppercase;
	width: 250px;
	text-align: center;
	letter-spacing: 1px;
}
.top-treding-top li.list-inline-item{
	margin-right: 0.8rem;
}
.top-treding-top li a:hover,.top-treding-top li a.active{
	background-color: #003541;
	color: #fff;
}
.top-trending-desti-container{
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
	flex-wrap: wrap;
}
.top-trending-desti-container .top-trending-desti-box{
	width: calc((100% - 80px) / 4);
	margin-bottom: 30px;
	position: relative;
}
.top-trending-desti-container .top-trending-desti-box .location{
	position: absolute;
	right: 5px;
	top:5px;
}
.top-trending-desti-container .top-trending-desti-box .price{
	position: absolute;
	left: 5px;
	bottom: -5px;
}
.top-trending-desti-container .top-trending-desti-box .location p,.top-trending-desti-container .top-trending-desti-box .price p{
		color: #fff;
		font-size: 1rem;
		font-weight: 400;
}

.top-trending-btn a{
	display: block;
	max-width: 230px;
	padding: 0.9rem 0rem;
	font-size: 1rem;
	color: #003541;
	margin: 0 auto;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #003541;
	border-radius:40px;
	margin-top: 3rem;
	font-size: 0.8rem;
	cursor: pointer;
	text-align: center;
}
.top-trending-btn a:hover{
	color: #fff;
	background-color: #003541;
}
#suggestedCarousel .carousel-caption{
	bottom: auto;
	left: 4rem;
	top:20%;
	text-align: left;
	max-width: 30%;
}
.suggested-header{
	margin-bottom: 3rem;
}
.suggested-header .sub-header{
	font-size: 0.8rem;
	color: #F9F4E7;
	letter-spacing: 1px;
	font-weight: 500;
	position: relative;
	margin-bottom: 3rem;
}
.suggested-header .sub-header:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 25px;
	bottom:-70%;
	left: 0;
	background-color: #F9F4E7;
}

.suggested-header h2{
	font-size: 3rem;
	font-weight: 100;
	color: #F9F4E7;
}
.price-details span{
	color: #A8A8A8 !important;
}
.suggested-header .para{
	font-size: 1rem;
	line-height: 1.4;
	color: #F9F4E7;
	font-weight: 200;
	width: 95%;
}
.suggested-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}
.suggested-container .suggested-box{
	width: calc((100% - 30px) /3);
	color: #F9F4E7;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.suggested-container .suggested-box:nth-child(-n+3) {
   margin-bottom: 2rem;
}

.suggested-container .suggested-box img{
	margin-right: 20px;
}
.suggested-container .suggested-box p{
	font-size: 0.9rem;
	font-weight: 200;
	margin-bottom: 0;
}
.suggested-price{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #F9F4E7;
}
.suggested-price p{
	font-size: 0.8rem;
	font-weight: 200;
	margin-bottom: 5px;
}
.tour-content p{
	font-size: 1rem;
	line-height: 1.4;
}
.suggested-price h3{
	font-size: 1.8rem;
	font-weight: 400;
}
.suggested-price h3 span{
	font-size: 0.8rem;
	font-weight: 400;
	margin-left: 5px;
}
.price-btn a{
	display: block;
	text-decoration: none;
	font-size: 0.8rem;
	color: #1D1D1D;
	background-color: #F9F4E7;
	border: 1px solid #1D1D1D;
	border-radius: 40px;
	padding: 1rem 2.5rem;
	text-transform: uppercase;
	font-weight: 500;
}
#suggestedCarousel .carousel-indicators [data-bs-target]{
	margin: 0;
	background-color: #0C4552;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin-right: 5px;
}
#suggestedCarousel .carousel-indicators .active{
	background-color: #C5AA5F;
}
.carousel-indicators{
	margin: 0;
	left: 4rem;
	right: auto;
	bottom: 5%;
}
.seasonal-section{
	 background: #FFFAEE;
}

.seasonal-section .section-header p:after{
	margin: 0;
}
/*.seasonal-container{
	display: flex;
	justify-content: space-between;
	padding: 0 4rem;
}*/
/*.seasonal-section .seasonal-container .seasonal-box:first-child{
	width: 50%;
}
.seasonal-section .seasonal-container .seasonal-box:last-child{
	width: 45%;
}*/
.seasonal-para p{
	font-size: 1rem;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
	margin-bottom: 1.6rem;
}
.seasonal-top li a{
	text-decoration: none;
	display: block;
	color: #B6B6B6;
	border: 1px solid #B6B6B6;
	border-radius: 40px;
	padding: 0.7rem 2rem;
	font-size: 0.8rem;
}
.seasonal-top li.list-inline-item{
	margin-right: 1.5rem;
}
.seasonal-top li:hover a,.seasonal-top li.active a{
	background-color: #003541;
	color: #fff;
}
.seasonal-carousel{
	margin-top: 2rem;
	position: relative;
}
.seasonal-carousel .seasonal-item{
	padding: 10px;
	position: relative;
}

.seasonal-carousel .seasonal-item .seasonal-caption{
	position: absolute;
	left: 0;
	right: 0;
	bottom:3rem;
	color: #fff;
	text-align: center;
}
.seasonal-carousel .seasonal-item .seasonal-caption h4{
	    font-size: 32px;
    font-weight: 200;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-family: "Lora", serif;
}
.seasonal-carousel .seasonal-item .seasonal-caption p{
	font-size: 0.8rem;
	font-weight: 200;
}
.seasonal-carousel .owl-nav{
	    position: absolute;
    left: -1rem;
    top: 51%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 90%;
}
.seasonal-wrapper{
	display: flex;
	align-items: center;
}
.seasonal-carousel .owl-nav button{
	width: 45px;
	height: 45px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border:1.4px solid #003541 !important;
	border-radius: 50px !important;
	color: #003541 !important;
	font-size: 1rem !important;
}
.seasonal-carousel.owl-theme .owl-nav .disabled{
		opacity: 1;	
}
.seasonal-carousel.owl-theme .owl-nav .owl-prev{
	margin-bottom: 1rem;
	background: #fffaee;
}
.seasonal-carousel.owl-carousel .owl-nav button.owl-next, .seasonal-carousel.owl-carousel .owl-nav button.owl-prev{
	background: #fffaee;
}
.seasonal-box{
	    padding-right: 7rem;
}
.seasonal-box p{
	font-size: 16px;
    line-height: 25px;
}
.purpose-container{
	position: relative;
}
.purpose-container .section-header p:after{
	background-color: #fff;
}
.purpose-container .section-header h2{
}
/*.purpose-content{
	top:50%;
	transform: translateY(-50%);
	position: absolute;
	max-width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
}*/
.purpose-content .para{
	color: #fff;
	font-size: 0.9rem;
	font-weight: 400;
	width: 50%;
	margin: 0 auto;
	margin-top: 2rem;
	line-height: 1.4;
}
.purpose-num-container{
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}
.purpose-num-container .purpose-num{
	width: calc((100% - 50px) / 4);
	color: #fff;
	text-align: center;
}
.purpose-num-container .purpose-num{
	border-right:0.8px solid #C3C3C3;
}
.purpose-content .section-header p,.purpose-content .section-header h2{
	color: #fff;
}
.purpose-num-container .purpose-num h3{
	font-size: 3.5rem;
	font-weight: 200;
	margin-bottom: 1rem;
	color: #C8AB5F;
}
.purpose-num-container .purpose-num p{
	font-size: 1.1rem;
	font-weight: 200;
}
.purpose-num-container .purpose-num:last-child{
	border-right:0;
}
.fancybox__container{
            z-index: 99999 !important;
    }
.video-section.section-padding{
	padding: 5rem 4rem;
}
.video-header{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.video-header .video-tab{
	align-self: end;
	width: 25%;
}
.video-header .video-tab ul li{
	color: #B6B6B6;
    border: 1px solid #B6B6B6;
    border-radius: 50px;
    padding: 1rem 2rem;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.video-header .video-tab ul li.active{
	color: #fff;
	background-color: #003541;
	border:1px solid #003541;
}
.tab-content{
	display: none !important;
}
.tab-content.delay_me{
	display: block !important;
}
.tab-content.active{
	display: flex !important;
}
.video-header .video-tab ul li a{
	text-decoration: none;
	font-size: 0.8rem;
}
.video-header .video-tab ul{
	display: flex;
}
.video-section .section-header p:after{
	margin: 0;
}
.video-section .video-container{
	display: flex;
	justify-content: space-between;
}
.video-section .video-container .video-box{
	width: calc((100% - 50px) / 3);
	height: auto;
}
.video-info{
	text-align: left !important;
}
.testimonial-video-name img{
	margin-bottom: 10px;
}
.testimonial-video-name p{
	margin-bottom: 1rem !important;
	font-size: 1.2rem;
	color: #fff;
	margin-bottom: 0.5rem;
}

.testimonial-content{
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	color: #fff;
}
.video-info span:first-child{
	font-size: 1.2rem;
	padding-right:5px;
}
.video-info span:last-child{
	font-size: 0.7rem;
	font-weight: 300;
	padding-left: 3px;
}
.testimonial-video-date-name ul li:last-child{
	color: #fff !important;
	font-size: 0.7rem !important;
}
.video-section .video-container .video-box .video-box-img{
	position: relative;
	margin-bottom: 1rem;
}

.video-banner{
	position: relative;
	margin-bottom: 1rem;
	cursor: pointer;
	height: 500px;
	display: block;
}
.video-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-box {
	position: relative;
}
.video-box-video,.video-iframe{
	position: fixed;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    top: 60%;
    margin: 0 auto;
    z-index: 111;
    display: none;
    width: 18%;
}
.video-box-video .close-btn,.video-iframe .close-btn{
	position: absolute;
    right: -1.5rem;;
    top: 4.1rem;
    background: #000;
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 1.2rem;
}
.video-box .overlay{
	background: #000000d6;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
}
.video-banner .play-button{
	background-color: #C8AB5F;
	height: 45px;
	width: 45px;
	color: #fff;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:50%;
    font-size: 1rem;
}
.video-section .video-container .video-box .video-name{
	display: flex;
	align-items: center;
}
.video-section .video-container .video-box .video-name img{
	margin-right: 1rem;
}
.video-section .video-container .video-box .video-name h5{
	margin-bottom: 2px;
	font-size: 1.1rem;
	line-height: 1;
	color: #1D1D1D;
}
.video-section .video-container .video-box .video-name  p{
	margin-bottom: 0;
	color:#1c1d1d;
}
.video-section .video-container .video-box .video-name{
	margin-bottom: 10px;
}
.video-section .video-container .video-box .video-box-img .play{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.video-section .video-container{
	margin-top: 3rem;
}
.video-section .video-container .video-box  ul li{
	font-size: 0.9rem;
	position: relative;
	color: #fff;
	font-weight: 400;
}
.video-section .video-container .video-box  ul li:first-child{
	padding-right: 1rem;
}
.video-section .video-container .video-box  ul li:first-child:after{
	content: '';
	height: 6px;
	width: 6px;
	background-color: #fff;
	position: absolute;
	top: 50%;
    right: -5%;
    border-radius: 50%;
    transform: translateY(-30%);
}

.video-section .section-header p:after{
	margin: 0;
}
.video-section .tour-item{
	background-color: #F9F4E7;
	padding: 2rem;
	border-radius: 10px;
}
.video-section .tour-carsoule{
	margin-top: 3rem;
	position: relative;
	justify-content: space-between;
}
.review-content p{
	font-size: 1rem;
	font-weight: 400;
}
.video-section .tour-carsoule .owl-nav {
    position: absolute;
    top: -63%;
    right: 0;
    display: flex;
}
.video-section .tour-carsoule .owl-nav button {
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1.4px solid #003541 !important;
    border-radius: 50px !important;
    color: #003541 !important;
}
.video-section .tour-item-name{
	display: flex;
	align-items: center;
}
.video-section .tour-item-name img{
	width: auto;
	margin-right: 1rem;
}
.video-section .tour-item-name h6{
	margin-bottom: 0;
	font-size: 0.9rem;
	font-weight: 500;
}
.video-section .tour-item-name .name{
	margin-right: 2rem;
	position: relative;
}
.video-section .tour-item-name .name:after{
	content: '.';
    position: absolute;
    top: 8%;
    right: -30%;
    font-size: 30px;
    line-height: 1px;
}
.video-section .tour-item-name .date{
	margin-right: 1rem;
}
.video-section .tour-item-name .category{
	padding: 5px 10px;
	background-color: #FFFAEE;
}
.video-section .video-container .video-box .video-trip-name-date{
	margin-top: 1.5rem;
}
.video-section .video-container .video-box .video-trip-name-date .list-inline-item:first-child{
	font-size: 1.2rem;
	color: #333333;
	font-weight: 400;
}
.review-card {
    background: #fdf6e3;
    padding: 15px;
    border-radius: 5px;
    width: calc((100% - 50px) / 3);
    margin-bottom: 20px;
}
.review-header {
    display: flex;
    align-items: center;
    gap: 8px;
}
.person-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.review-stars {
    color: #ffcc00;
    margin: 1rem 0;
}
.review-content{
	margin-bottom: 1rem;
}
.review-category{
	padding: 10px;
	background-color:#FFFAEE;
	color: #896E22;
	font-size: 12px;
}
.read-more {
    color: #003541;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9rem;
}
.ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button{
	background-color: #F9F4E7 !important;
	border-radius: 0px !important;
}
.ti-platform-icon{
	display: none;
}
.tour-item .star-flex{
	display: flex;
	margin:1.5rem 0;
}
.tour-item a{
	display: block;
	text-decoration: none;
	color: #003541;
}
.blog-section.section-padding{
	padding: 5rem 4rem;
}
.blog-section .blog-container{
	display: flex;
	justify-content: space-between;
}
.blog-section .blog-container .blog-box{
	width: calc((100% - 50px) / 3);
}
.blog-section .blog-container .blog-box .blog-content-name{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.blog-section .blog-container .blog-box .blog-content-name img{
	margin-right: 10px;
}
.blog-section .blog-container .blog-box .blog-content{
	margin-top: 1rem;
}
.blog-section .blog-container .blog-box .blog-content-name h5{
	font-size: 1rem;
	margin-bottom: 0;
	font-weight: 400;
	color: #896E22;
}
.blog-section .blog-container .blog-box .blog-content-name p{
	margin-bottom: 0;
	font-size: 0.7rem;
}
.blog-section .blog-container .blog-box p{
	font-size: 1.1rem;
	margin-bottom: 5px;
}
.blog-section .blog-date{
	font-size: 0.8rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.blog-section .blog-container .blog-box .name a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 1rem;
	line-height: 1.3;
}
.blog-section .blog-container .blog-box a{
	font-size: 1rem;
	font-weight: 500;
	color: #003541;
	text-decoration: none;
}
.blog-section .blog-container .blog-box .blog-content-name .name{
	font-size: 1rem;
	font-weight: 400;
	color: #896E22;
}
.blog-section .blog-container .blog-box .fa-chevron-right{
	padding-left: 5px;
}
.blog-section .blog-view{
	display: block;
	margin: 0 auto;
	text-decoration: none;
	max-width: 230px;
	margin-top: 3rem;
	color: #003541;
	border: 1px solid #003541;
	border-radius: 40px;
	padding: 1rem;
	text-align: center;
	font-size: 0.9rem;
}
.reach-out-section.section-padding{
	padding: 5rem 0rem 5rem 4rem;
	background-image: url(../images/reach-out-bg.jpg);
	background-size: cover;

}
.reach-out-container{
	display: flex;
	justify-content: space-between;
}
.reach-out-container .reach-out-content{
	
	width: 35%;
}
.reach-out-container .reach-out-sliders{
	width: 60%;
}

.reach-out-container .reach-out-content .section-header p:after{
	margin:0;
	background-color: #fff;
}
.reach-out-container .reach-out-content .section-header h2{
	color: #E0E0E0;
}
.reach-out-container .reach-out-content .section-header p{
	color: #CFCFD6;
}
.reach-out-content .reach-para p{
	font-size: 1rem;
	color: #E0E0E0;
	margin-top: 1.5rem;
	line-height: 1.4;
	font-weight: 300;
	margin-bottom: 2rem;
}
.reach-out-content a{
	display: block;
	text-decoration: none;
	max-width: 250px;
	margin-top: 1rem;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 40px;
	padding: 1rem;
	text-align: center;
	font-size: 0.9rem;
}
.reach-out-container .reach-item{
	position: relative;
}
.reach-out-container .reach-item .reach-item-content{
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 6%;
	right: 6%;
}
.reach-out-container .reach-item .reach-item-content h4{
	font-size: 1.5rem;
	font-weight: 300;
	margin-bottom: 20px;
	position: relative;
}
.reach-out-container .reach-item .reach-item-content h4:after{
	height: 1px;
	width: 30%;
	background-color: #807C7D;
	content: '';
	position: absolute;
	bottom:-30%;
	left: 0;
}
.reach-out-container .reach-item .reach-item-content .desgi{
	font-size: 0.9rem;
	color: #BDBDBD;
	margin-bottom: 0;
	text-transform: uppercase;
}
.reach-out-container .num{
	color: #fff;
	text-align: right;
	font-size: 0.7rem;
	margin-bottom: 10px;
	padding-right: 3rem;
}
.reach-out-container .reach-item .reach-item-content .para p{
	color: #bdbdbd;
	font-size: 0.9rem;
	margin-bottom: 0;
	line-height: 1.4;
}
.reach-out-container .reach-out-slider{
	position: relative;
}
.reach-out-container .reach-out-slider .owl-nav{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 0;
	display: flex;
	width: 100%;
}
.reach-out-container .reach-out-slider .owl-nav button{
	color: #003541;
	width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1.4px solid #003541 !important;
    border-radius: 50px !important;
    background-color: #fff;
    font-size: 1rem;
}
.reach-out-container .reach-out-slider .owl-nav button.owl-prev{
	left: -3%;
	position: absolute;
}
.reach-out-container .reach-out-slider .owl-nav button.owl-next{
	right: 4%;
	position: absolute;
}
.travel-sec.section-padding{
	padding: 5rem 0 4rem 5rem;
	background-color: #FFFAEE;
}
.travel-sec .reach-out-container .reach-out-content .section-header p{
	color: #896E22;
}
.travel-sec .reach-out-container .reach-out-content .section-header p:after{
	background-color: #333333;
}
.travel-sec .reach-out-container .reach-out-content .section-header h2{
	color: #333;
}
.travel-sec .section-header {
	color: #333333;
}
.travel-sec .reach-out-content p{
	color: #1D1D1D;
	line-height: 1.4;
}
.travel-sec .reach-out-content a{
	color: #003541;
	border: 1px solid #003541;
	font-weight: 500;
}
.travel-sec .reach-out-container .reach-out-slider .owl-nav button.owl-next{
	right: 3%;
}
.travel-sec .owl-theme .owl-nav .disabled{
	opacity: 1;
}
.travel-sec .reach-out-container .reach-item .reach-item-content{
	bottom:4%;
}
.travel-sec .reach-out-container .reach-item .reach-item-content .desgi{
	color: #fff;
}
.travel-sec .tour-img{
	position: relative;
	margin-bottom: 1rem;
}
.travel-sec .tour-flex{
	display: flex;
	font-size: 0.8rem;
}
.travel-sec .tour-flex .epi{
	margin-right: 1rem;
	color: #0E717E;
	position: relative;
	font-size: 0.9rem;
	font-weight: 400;
}
.tour-content p.lang{
	font-size: 0.9rem;
	font-weight: 400;
}
.tour-content p.para{
	font-size: 0.9rem;
}
.travel-sec .tour-flex .epi:after{
	content: '.';
    position: absolute;
    top: 16%;
    right: -12%;
    color: #333333;
    font-size: 1.5rem;
    line-height: 1px;
}
.video-past-sec.video-section .section-header p:after{
	margin: 0 auto;
}
.travel-sec .reach-out-container .reach-out-slider .owl-nav{
	top:40%;
}
.customer-sec{
	padding: 5rem;
	background-image: url(../images/customer.jpg);
	background-size: cover;
}
.customer-sec .section-header p:after{
	background-color: #fff;
}
.customer-sec .customer-container{
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
	justify-self: anchor-center;
}
.customer-sec .customer-container .customer-item{
	width: calc((100% - 50px) /3);
	color: #fff;
}
.customer-sec .customer-container .customer-item p{
	font-size: 0.9rem;
	font-weight: 200;
	margin-top: 20px;
}
.customer-sec .customer-form{
	display: flex;
	max-width: 80%;
	margin: 0 auto;
	margin-top: 3rem;
}
.customer-sec .customer-form input{
	margin-right: 30px;
	background-color: transparent;
	border-radius: 40px;
	padding: 0.8rem;
	color: #fff;
	border:1px solid #fff;

}
.customer-sec .customer-form input::-webkit-input-placeholder{
	color: #fff;
}
.customer-sec .customer-form input:focus{
	box-shadow: none;
	border: 1px solid #fff;
	}
.customer-sec .customer-form button{
	background-color: #fff;
	color: #003541;
	border-radius: 40px;
	border: 0;
	max-width: 160px;
	padding: 0.5rem 1rem;
	width: 100%;
}
.faq-section.section-padding{
	padding: 5rem 4rem;
	background-color: #FFFAEE;
}
#faq{
	margin-top: 3rem;
}
#faq .accordion-button{
	background-color: #FFFAEE;
	box-shadow: none;
	color: #000;
	display: flex;
	justify-content: space-between;
}
#faq .accordion-button p{
	margin-bottom: 0;
	font-size: 20px;
	color: #333333;
}
#faq .accordion-button .accordin-arrow{
	height: 40px;
	width: 40px;
	color: #003541;
	border-radius: 50%;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.accordion-body p{
	color: #4F4F4F;
	line-height: 1.3;
}
#faq .accordion-item{
	border-bottom: 1px solid #E5E5E5;
}
#faq .accordion-button:not(.collapsed){
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 500;
	background-color: #fff;
}
#faq .accordion-button svg.fa-chevron-down{
	display: none;
}
#faq .accordion-button:not(.collapsed) svg.fa-chevron-up{
	display: none;
}
#faq .accordion-button:not(.collapsed) svg.fa-chevron-down{
	display: block;
}
#faq .accordion-button:not(.collapsed) .accordin-arrow{
	background-color: #fff;
	color: #003541;
}
#faq .accordion-body{
	padding-top: 5px;
	font-size: 1.02rem;
	font-weight: 300;
	line-height: 1.5;
	background-color: #fff;
}
.newletter-sec.section-padding {
    padding: 5rem 0rem 5rem 3rem;
    background: linear-gradient(to right, #FFFAEE 85%, #fff 15%);
}
.newletter-container {
    display: flex;
    justify-content: space-between;
}
.newletter-container .newletter-box {
    width: 40%;
}
.newletter-container .newletter-img {
    width: 50%;
}
.newletter-container .customer-form p {
    display: flex;
    margin-top: 3rem;
    justify-content: space-between;
}
.newletter-container .customer-form input[type="submit"] {
    background-color: #003541;
    color: #fff;
    border: 0;
    border-radius: 40px;
    padding: 0 2rem;
    margin-left: 1rem;
    text-transform: uppercase;
    max-width: 300px;
    margin-right: 0px;
}

.newletter-container .customer-form {
    display: flex;
    margin-top: 0rem;
}

.newletter-container .section-header p:after {
    margin: 0;
}
.newletter-container .customer-form input {
    margin-right: 2rem;
    border-radius: 40px;
    padding: 1rem;
    border: 1px solid #333333;
}

.customer-form .contact-form-wrapper-spinner {
    position: absolute;
    bottom: -2rem;
}
.accordion-button:after{
	display: none;
}
.desktop-view{
	display: block !important;
}
.mobile-view{
	display: none !important;
}
.category-trips-single .category-trips-single-inner-wrap{
	padding: 0;
	border-radius:0px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig img{
	border-radius:30px;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a:hover{
	background-color: transparent !important;
}

.category-grid .category-trips-single{
	position: relative !important;
}
.category-trip-prc-title-wrap{
	position: absolute;
	top: 0.8rem;
	right: 1rem;
	color: #fff;
}
.wpte_trip-details-btn-wrap,.category-trip-aval-time,.category-trip-desti,
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc{
	display: none !important;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap{
	padding: 0 !important;
}
.category-trip-content-wrap{
/*	position: absolute;*/
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title{
	font-size: 1.5rem !important;
	font-weight: 400 !important;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget{
	position: absolute;
	left: 5px;
	bottom: 0px;
	color: #fff;
	font-weight: 400;
	border-left: 0;
	margin-bottom: 10px;
	padding-left: 0;
}
.category-trips-single .category-trips-single-inner-wrap .price-holder .actual-price{
	font-size: 1rem;
	font-weight: 400;
}
.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a:hover{
	color: #fff;
}
.top-trending-desti-box .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .category-trips-single{
	flex: 0 0 calc(24% - var(--gap)* 2 / 4) !important;
    max-width: 0 0 calc(24% - var(--gap)* 2 / 4) !important;
    margin-bottom: 0.5rem !important;

}
.wte-category-outer-wrap{
	margin-top: 2rem;
}
.category-grid, [class*=wte-col-]:not(.category-list), .wte-category-outer-wrap .category-main-wrap.category-grid {
    --gap: -50px;
    display: flex;
    flex-wrap: wrap;
    width: unset !important;
    gap: var(--gap);
    margin: 0 !important;
    justify-content: start;
}

iframe{
	height: 90vh;
	width: 100%;
}
.video-gallery{
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.video-gallery .video-box{
	width: calc((100% - 50px)/3);

}
.video-gallery .video-box img{
	width: 100%;
}
.owl-theme .owl-dots{
	display: flex;
	justify-content: center;
}
.owl-theme .owl-dots .owl-dot.active span{
     background: #0C4552;
    width: 13px;
    height: 13px;
}
.owl-theme .owl-dots .owl-dot span{
     background: #C8AB5F;
    width: 12px;
    height: 12px;
}
/*.video-iframe {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    padding: 10px;
    max-width: 90%;
    width: 25%;
}*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1000;
}
.tax-trip_types .review-card{
	width: 100%;
}
.ti-widget.ti-goog .ti-review-header{
	padding: 2px;
}
.purpose-section{
	background-image: url(../images/bg-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.flatpickr-current-month{
	height: 50px;
}

 .category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap{
	padding: 2rem 2rem;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time{
	display: none !important;
}
.category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title{
	margin: 0 !important;
}

@media screen and (min-width:320px) and (max-width:568px){
	.desktop-view{
		display: none !important;
	}
	.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title{
		font-size: 1.2rem !important;
	}
	.mobile-view{
		display: block !important;
	}
	.jnc-content{
		top:10%;
		transform: none;
		text-align: left;
		left: 5%;
	}
	.video-section.section-padding{
		padding: 2rem 1rem;
	}
	.jnc-content h1{
		font-size: 3rem;
		margin-bottom: 2rem;
		width: 90%;
		margin: 0;
	}
	.search-content {
	    max-width: 90%;
	    margin: 0 auto;
	    margin-left: 0;
	}
	.jnc-content p{
		margin-bottom: 10px;
	}
	.suggested-header .sub-header{
		font-size: 0.9rem;
	}
	.why-choose-section .why-choose-slide{
		margin-top: 4rem;
	}
	.top-trending-section.section-padding{
		padding: 3rem 1rem;
	}
	.why-choose-section.section-padding{
		padding: 3rem 0 3rem 1rem;
	}
	.why-choose-section .col-12{
		padding: 0;
	}

	.why-choose-section .why-choose-slide .why-choose-content h3{
		max-width:100%;
		font-size: 1rem;
	}
	.why-choose-section .why-choose-slide .owl-item.center{
		margin-top: 0rem;
	}
	.section-header a {
	    max-width: 160px;
	    padding: 1rem 0rem;
	    font-size: 1rem;
	}
	.price-btn a {
    padding: 1rem 1rem;
   }
   .suggested-price h3 {
    font-size: 1.5rem;
   }
   .blog-section .blog-container .blog-box .name a {
    line-height: 25px;
}
	.top-trending-section .top-trending-container{
		flex-wrap: wrap;
		padding: 0 1rem;
	}
	.top-trending-section .top-trending-container .top-trending-box:last-child,.top-trending-section .top-trending-container .top-trending-box:first-child{
		width: 100%;
	}
	.top-trending-container .section-header p,.top-trending-container .section-header h2,
	.seasonal-container .section-header p,.seasonal-container .section-header h2{
		text-align: center;
	}
	.top-trending-para p{
		text-align: center;
	}
	.top-treding-top li.list-inline-item{
		width: 100%;
		margin-top: 1rem;
		margin-right: 0px !important;
	}
	.seasonal-top li{
		width: calc((100% - 20px) / 2);
		margin-right: 7px !important;
	}
	.category-main-wrap .owl-nav.disabled+.owl-dots{
		margin:1.5rem auto 0;
	}
	.top-treding-top li a,.seasonal-top li a{
	    padding: 0.7rem 0.5rem;
	    font-size: 0.8rem;
	}
	.top-treding-top.list-inline{
		text-align: center;
		width: 100%;
	}
	.seasonal-top{
		text-align: center;
	}
	.top-treding-top li:last-child,.seasonal-top li:last-child{
		margin-top: 1rem;
	}
	.top-trending-desti-container .top-trending-desti-box{
		width: 100%;
	}
	.top-trending-desti-container .top-trending-desti-box .location p, .top-trending-desti-container .top-trending-desti-box .price p{
		font-size: 0.8rem;
	}
	.top-trending-desti-container .top-trending-desti-box{
		margin-bottom: 0;
	}
	.top-trending-btn {
	    margin-top: 1rem;
	}
	.top-trending-btn a {
	    max-width: 230px;
        padding: 0.8rem 0;
        font-size: 0.9rem;
        margin-top: 1rem;
	}
	.top-trending-section .section-header p:after {
	    display: flex;
	}
	.pm-0{
		padding: 0;
	}
	.top-trending-section.section-padding{
		padding: 3rem 1rem;
	}
	.category-main-wrap.owl-theme .owl-dots .owl-dot span{
		background: #C8AB5F;
		width: 12px;
		height: 12px;
	}
	.category-main-wrap.owl-theme .owl-dots .owl-dot.active span{
		background: #0C4552;
		width: 15px;
		height: 15px;
	}
	#suggestedCarousel .carousel-caption{
		max-width: 95%;
		bottom: 6%;
		left: 0;
		right: 0;
		text-align: center;
		top: auto;
		margin: 0 auto;
	}
	.suggested-header .para {
	    font-size: 0.9rem;
	    width: 85%;
	    margin: 0 auto;
	    line-height: 1.4;
	}
	.suggested-container .suggested-box{
		width: calc((100% - 20px)/2);
	}
	.suggested-container{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 3rem;
	}
	.suggested-price{
		flex-direction: row-reverse;
		width: 90%;
		margin: 0 auto;
	}
	.suggested-price h3 span{
		display: block;
	}
	.carousel-indicators{
		margin: 0;
		left: 0;
		right: 0;
		bottom: 3%;
	}
	.seasonal-section{
		padding: 3rem 0;
	}
	.seasonal-container{
		flex-wrap: wrap;
		padding: 0rem !important;
	}
	.seasonal-box p{
		text-align: left;
	}
	.seasonal-box{
		padding-right: 0;
	}
	.seasonal-section .seasonal-container .seasonal-box:first-child,.seasonal-section .seasonal-container .seasonal-box:last-child{
		width: 100%;
	}
	.seasonal-section .section-header p:after{
		margin: auto;
	}
	.seasonal-para p{
		margin: 0 auto;
		text-align: center;
	}
	.seasonal-top{
		margin-top: 1rem;
	}
	.seasonal-carousel{
		padding-left: 0;
	}
	.seasonal-carousel.owl-theme .owl-dots .owl-dot span{
		background: #0C4552;
        width: 15px;
        height: 15px;
	}
	.seasonal-carousel.owl-theme .owl-dots .owl-dot.active span{
		background: #C8AB5F;
        width: 12px;
        height: 12px;
	}
	.owl-theme .owl-nav.disabled+.owl-dots{
		display: flex;
		margin: 1rem auto;
		justify-content: center;
		z-index: 1;
	}
	.purpose-content{
		max-width: 100%;
		padding: 0 2rem;
	}
	.purpose-content .para{
		width: 100%;
		line-height: 1.4;
	}
	.purpose-num-container .purpose-num{
		width: calc(100%  / 2);
		padding: 1rem;
	}
	.purpose-num-container .purpose-num:nth-child(2){
		border-right: 0px;
	}
	.purpose-num-container{
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 2rem;
	}
	.purpose-num-container .purpose-num h3{
		font-size: 2rem;
		
	}
	.purpose-num-container .purpose-num p{
		font-size: 1rem;
		margin-bottom: 0;
	}
	.purpose-num-container .purpose-num:nth-child(2),
	.purpose-num-container .purpose-num:first-child{
		border-bottom: 0.8px solid #C3C3C3;
	}
	.reach-out-container{
		flex-wrap: wrap;
	}
	.reach-out-container .reach-out-content,.reach-out-container .reach-out-sliders{
		width: 100%;
	}
	.reach-out-section.section-padding{
		padding: 2rem 0rem 2rem 1rem;
	}
	.reach-out-container .reach-out-content .section-header h2,.reach-out-container .reach-out-content .section-header p{
		text-align: center;
	}
	.reach-out-content p{
		font-size: 0.8rem;
		text-align: center;
	}
	.reach-out-container .reach-out-content .section-header p:after{
		margin: auto;
	}
	.reach-out-container .reach-item .reach-item-content .para{
		font-size: 0.8rem;
	}
	.reach-out-container .reach-item .reach-item-content h4{
		font-size: 1.2rem;
	}
	.travel-sec.section-padding{
		padding: 2rem 0 2rem 1rem;
	}
	.video-section .tour-item{
		padding: 1rem;
	}
	.video-section .tour-carsoule .owl-nav,.reach-out-container .reach-out-slider .owl-nav{
		display: none;
	}
	.video-section .section-header h2{
		margin-bottom: 2rem;
	}
	.tab-content.active{
		flex-wrap: wrap;
	}
	.video-gallery .video-box{
		width: 100%;
	}
	.blog-section .blog-container{
		flex-wrap: wrap;
	}
/*footer	*/
	.faq-section.section-padding{
		padding: 2rem 1rem;
	}
	#faq .accordion-button p{
		width: 90%;
		line-height: 25px;
		margin-bottom: 0;
		font-size: 18px;
	}
	#faq .accordion-button{
		padding: 10px;
	}
	.newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE ;
    }
    .newletter-sec .section-header h2{
        font-size: 2rem;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
        padding-left: 0 !important;
    }
    .newletter-container .customer-form {
        display: flex;
        margin-top: 0rem;
        justify-content: center;
    }
    .newletter-container .section-header p:after{
        margin: 0 auto;
    }
    .newletter-container .customer-form p {
        flex-wrap: wrap;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        margin: 1.5rem auto;
    }
    .newletter-container .customer-form input[type="submit"] {
        margin: 1.5rem auto;
        padding: 1rem 3rem;
        max-width: 200px;
    }
    .newletter-container .newletter-box {
        padding: 2rem 1rem 0;
    }
    .newletter-sec .section-header p:after{
        display: none;
    }
	.video-section .video-container .video-box{
		width: 100%;
	}
	.blog-section.section-padding{
		padding: 2rem 0rem 2rem 1rem;
	}
	.blog-section.section-padding .col-12{
		padding: 0;
	}
	.video-section.section-padding{
		padding: 2rem 0;
	}
	.video-section.section-padding .video-container{
		padding: 0 0 0 1rem;
		flex-wrap: wrap;
		margin-top: 2rem;
	}
	.video-banner{
		height: 400px;
	}
	.testimonial-video-name img{
		width: auto !important;
	}
	.video-section .video-container .video-box .video-box-img .play{
		width: auto;
	}
	.blog-section .blog-container .blog-box{
		width: 100%;
	}
	.customer-sec{
		padding: 2rem 1rem;
	}
	.customer-sec .customer-container .customer-item{
		width: 50%;
		

	}
	.customer-sec .customer-container .customer-item:first-child{
		padding-right: 1rem;
	}
	.customer-sec .customer-container .customer-item:last-child{
		margin-top: 1rem;
	}
	.customer-sec .customer-form{
		max-width: 100%;
	}
	.customer-sec .customer-form input{
		margin-right: 5px;
	}
	.customer-sec .customer-container{
		flex-wrap: wrap;
		justify-content: center;
	}
	.suggested-header .sub-header:after{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.video-header .video-tab{
		width: 100%;
	}
	.video-header .video-tab ul li{
		width: 100%;
		padding: 0.5rem 1rem;
	}
	.video-section .section-header h2{
		text-align: center;
	}
	.video-section .section-header p{
		text-align: center;
	}
	.video-section .section-header p:after{
		margin: 0 auto;
	}
	.reach-out-content a {
	    max-width: 200px;
	    padding: 0.8rem;
	    font-size: 14px;
	    margin: 0 auto;
	}
	.view-story{
		display: block;
	    text-decoration: none;
	    max-width: 200px;
	    color: #000;
	    border: 1px solid #000;
	    border-radius: 40px;
	    padding: 0.5rem 1rem;
	    text-align: center;
	    margin: 1rem auto;
	}
	.newletter-container .customer-form input[type="submit"]{
		padding: 1rem 2rem !important;
	}
	.newletter-container .customer-form p{
		flex-wrap: wrap;
		justify-content: center;
	}
	.wpcf7-form-control-wrap{
		margin-bottom: 1rem;
	}

}
@media screen and (min-width:569px) and (max-width:786px){

	.desktop-view{
		display: none !important;
	}
	.mobile-view{
		display: block !important;
	}
	.jnc-content{
		top:10%;
		transform: none;
		text-align: left;
		left: 5%;
	}
	.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title{
		font-size: 1.2rem !important;
	}
	.video-section.section-padding{
		padding: 2rem 1rem;
	}
	.jnc-content h1{
		font-size: 4rem;
		margin-bottom: 2rem;
	}
	.search-content {
	    max-width: 90%;
	    margin: 0 auto;
	    margin-left: 0;
	}
	.jnc-content p{
		margin-bottom: 10px;
	}
	.section-header h2{
		font-size: 3.2rem;
	}
	.why-choose-section .why-choose-slide{
		margin-top: 4rem;
	}
	.why-choose-section.section-padding,.top-trending-section.section-padding{
		padding: 3rem 1rem;
	}
	.why-choose-section .why-choose-slide .why-choose-content h3{
		max-width:100%;
		font-size: 1rem;
	}
	.why-choose-section .why-choose-slide .owl-item.center{
		margin-top: 0rem;
	}
	.section-header a {
	    max-width: 130px;
	    padding: 1rem 0rem;
	    font-size: 1rem;
	}
	.top-trending-section .top-trending-container{
		flex-wrap: wrap;
	}
	.top-trending-section .top-trending-container .top-trending-box:last-child,.top-trending-section .top-trending-container .top-trending-box:first-child{
		width: 100%;
	}
	.top-trending-container .section-header p,.top-trending-container .section-header h2,
	.seasonal-container .section-header p,.seasonal-container .section-header h2{
		text-align: center;
	}
	.top-trending-para p{
		text-align: center;
	}
	.top-treding-top li.list-inline-item,.seasonal-top li{
		width: calc((100% - 20px) / 3);
		margin-right: 0 !important;
	}
	.top-treding-top li a,.seasonal-top li a{
	    padding: 0.7rem 0.5rem;
	    font-size: 0.8rem;
	}
	.top-treding-top.list-inline,.seasonal-top{
		text-align: center;
	}
	.top-treding-top li:last-child,.seasonal-top li:last-child{
		margin-top: 1rem;
	}
	.top-trending-desti-container .top-trending-desti-box{
		width: 100%;
	}
	.top-trending-desti-container .top-trending-desti-box .location p, .top-trending-desti-container .top-trending-desti-box .price p{
		font-size: 1rem;
	}
	.top-trending-desti-container .top-trending-desti-box{
		margin-bottom: 0;
	}
	.top-trending-btn {
	    margin-top: 1rem;
	}
	.top-trending-btn a {
	    max-width: 280px;
        padding: 0.8rem 0;
        font-size: 1.1rem;
        margin-bottom: 5rem;
	}
	.top-trending-section .section-header p:after {
	    margin: 0;
	}
	#suggestedCarousel .carousel-caption{
		max-width: 80%;
		bottom: 6%;
		left: 0;
		right: 0;
		text-align: center;
		top: auto;
		margin: 0 auto;
	}
	.suggested-header h2{
		font-size: 4rem;
	}
	.suggested-header .para {
	    font-size: 1.1rem;
	    width: 85%;
	    display: block;
	    margin: 0 auto;
	    line-height: 1.4;
	}
	.suggested-price h3{
		font-size: 2rem;
	}
	.suggested-container .suggested-box p{
		font-size: 1.1rem;
	}
	.suggested-container .suggested-box{
		width: calc((100% - 20px)/2);
	}
	.suggested-container{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 3rem;
	}
	.suggested-price{
		flex-direction: row-reverse;
		width: 90%;
		margin: 0 auto;
	}
	.suggested-price h3 span{
		display: block;
	}
	.carousel-indicators{
		margin: 0;
		left: 0;
		right: 0;
		bottom: 3%;
	}
	.seasonal-container{
		flex-wrap: wrap;
		padding: 0 1rem;
	}
	.seasonal-section .seasonal-container .seasonal-box:first-child,.seasonal-section .seasonal-container .seasonal-box:last-child{
		width: 100%;
	}
	.seasonal-section .section-header p:after{
		margin: auto;
	}
	.seasonal-para p{
		margin: 0 auto;
		text-align: center;
	}
	.seasonal-top{
		margin-top: 1rem;
	}
	.seasonal-carousel{
		padding-left: 0;
	}
	.purpose-content{
		max-width: 100%;
		padding: 0 2rem;
	}
	.purpose-content .para{
		width: 100%;
		line-height: 1.4;
		font-size: 1.2rem !important;
	}
	.purpose-num-container .purpose-num{
		width: calc(100%  / 2);
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	.purpose-num-container .purpose-num:nth-child(2){
		border-right: 0px;
	}
	.purpose-num-container{
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 2rem;
	}
	.purpose-num-container .purpose-num h3{
		font-size: 3rem;
		
	}
	.purpose-num-container .purpose-num p{
		font-size: 1rem;
		margin-bottom: 0;
	}
	.purpose-num-container .purpose-num:nth-child(2),
	.purpose-num-container .purpose-num:first-child{
		border-bottom: 0.8px solid #C3C3C3;
	}
	.reach-out-container{
		flex-wrap: wrap;
	}
	.reach-out-container .reach-out-content,.reach-out-container .reach-out-sliders{
		width: 100%;
	}
	.reach-out-section.section-padding{
		padding: 2rem 1rem;
	}
	.reach-out-container .reach-out-content .section-header h2,.reach-out-container .reach-out-content .section-header p{
		text-align: center;
	}
	.reach-out-content p{
		font-size: 1.2rem;
		text-align: center;
	}
	.reach-out-container .reach-out-content .section-header p:after{
		margin: auto;
	}
	.reach-out-container .reach-item .reach-item-content .para{
		font-size: 1.2rem;
	}
	.reach-out-container .reach-item .reach-item-content h4{
		font-size: 1.8rem;
	}
	.travel-sec.section-padding{
		padding: 2rem 1rem;
	}
	.video-section .tour-item{
		padding: 1rem;
	}
	.video-section .tour-carsoule .owl-nav,.reach-out-container .reach-out-slider .owl-nav{
		display: none;
	}
/*footer	*/
	.faq-section.section-padding{
		padding: 2rem 1rem;
	}
	#faq .accordion-button p{
		width: 80%;
	}
	.newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE !important;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
        padding-left: 0 !important;
    }
    .newletter-container .customer-form {
        display: flex;
        margin-top: 0rem;
        justify-content: center;
    }
    .newletter-container .newletter-box{
        padding: 2rem;
    }
    .newletter-container .section-header p:after{
        margin: 0 auto;
    }
	.video-section .video-container .video-box{
		width: 100%;
	}
	.blog-section.section-padding{
		padding: 2rem 1rem;
	}
	.video-section.section-padding{
		padding: 3rem 2rem;
	}
	.video-section .video-container .video-box .video-box-img .play{
		width: auto;
	}
	.blog-section .blog-container .blog-box{
		width: 100%;
	}
	.customer-sec{
		padding: 2rem 1rem;
	}
	.customer-sec .customer-container .customer-item{
		width: 50%;

	}
	.customer-sec .customer-container .customer-item:last-child{
		margin-top: 1rem;
	}
	.customer-sec .customer-form{
		max-width: 100%;
	}
	.customer-sec .customer-form input{
		margin-right: 5px;
	}
	.customer-sec .customer-container{
		flex-wrap: wrap;
		justify-content: center;
	}
	.suggested-header .sub-header:after{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.video-section .tour-item-name .name{
		margin-right: 10px;
	}
	.video-section .tour-item-name .category{
		padding: 5px;
	}
	.video-section .tour-item-name{
		justify-content: space-between;
		font-size: 0.9rem;
	}
	.video-section .tour-item-name .name:after {
	    content: '.';
	    right: -15%;
	}
	.reach-out-content a{
		margin:1rem auto;
	}
	.blog-section .blog-container .blog-box p{
		font-size: 1.2rem;
	}
	.customer-sec .customer-container .customer-item p{
		font-size: 1.2rem;
		width: 60%;
		margin: 0 auto;
		line-height: 1.5;
	}
	 .top-trending-desti-box .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .category-trips-single {
	    flex: 0 0 calc(50% - var(--gap) * 2 / 2) !important;
	    max-width: 0 0 calc(50% - var(--gap) * 2 / 2) !important;
	    margin-bottom: 0.5rem !important;
	}
	.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title{
		font-size: 1.3rem;
	}
	.video-gallery .video-box{
		width: 100%;
	}
	.blog-section .blog-view{
		max-width: 250px;
		margin-top: 5rem;
		font-size: 1.1rem;
	}
	.owl-theme .owl-dots {
	    position: absolute;
	    bottom: -3rem;
	    margin: 0 auto;
	    left: 0;
	    right: 0;
	}
	
}
@media screen and (min-width:787px) and (max-width:991px){
	.section-padding,.blog-section.section-padding {
		padding: 3rem 2rem;
	}
	.jnc-content h1 {
	    font-size: 4rem;
	}
	.search-content{
		margin-top: 1rem;
	}
	.section-header h2{
		font-size: 3rem;
	}
	.why-choose-section.section-padding,
	.top-trending-section.section-padding{
		padding: 3rem 2rem;
	}
	.why-choose-section .why-choose-slide .why-choose-content h3{
		max-width: 100%;
	}
	.top-treding-top li.list-inline-item {
	    margin-right: 0.3rem;
	}
	.top-treding-top li a{
		padding: 0.7rem 1rem;
		font-size: 13px;
		width: 120px;
	}
	.top-trending-desti-container .top-trending-desti-box{
		width: calc((100% - 50px) / 3);
	}
	#suggestedCarousel .carousel-caption{
		max-width: 70%;
		top:2%;
		left: 2rem;
	}
	.suggested-container .suggested-box:nth-child(-n+3){
		margin-bottom: 10px;
	}
	.suggested-header,.suggested-container {
	    margin-bottom: 0rem;
	}
	.carousel-indicators {
	    left: auto;
	    right: 4rem;
	    bottom: 5%;
	}
	.seasonal-container {
	    padding: 0 2rem;
	}
	.seasonal-top li.list-inline-item{
		margin-right: 10px;
	}
	.seasonal-top li a{
		padding: 0.7rem 1.3rem;
	}
	.seasonal-carousel{
		padding-left: 7rem;
	}
	.seasonal-carousel .owl-nav {
	    left: 1.5rem;
	}
	.purpose-content .para {
	    font-size: 0.8rem;
	    width: 80%;
	    line-height: 1.4;
	    margin-top: 1rem;
	}
	.purpose-num-container {
    	margin-top: 3rem;
	}
	.purpose-num-container .purpose-num h3 {
	    font-size: 2.5rem;
	}
	.video-section.section-padding,.video-section.section-padding,.reach-out-section.section-padding{
		padding: 3rem 2rem;
	}
	.video-section .tour-item{
		padding: 1rem;
	}
	.tour-content p{
		font-size: 0.9rem;
	}
	.video-section .tour-item-name img {
	    margin-right: 0.5rem;
	}
	.video-section .tour-item-name .name {
	    margin-right: 1rem;
	}
	.reach-out-content p {
    	font-size: 0.8rem;
    }
	.video-section .tour-item-name .name:after{
		right: -19%;
	}
	.reach-out-container .reach-out-sliders{
		align-self: center;
	}
	.reach-out-container .reach-item .reach-item-content h4{
		font-size: 1rem;
	}
	.reach-out-container .reach-out-slider .owl-nav button.owl-prev {
    	left: -6%; 
    }
    .customer-sec .customer-form {
		max-width: 90%;
	}
	.newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE !important ;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
        padding-left: 0 !important;
    }
    .newletter-container .customer-form {
        display: flex;
        margin-top: 0rem;
        justify-content: center;
    }
    .newletter-container .newletter-box{
        padding: 2rem;
    }
    .newletter-container .section-header p:after{
        margin: 0 auto;
    }
     .top-trending-desti-box .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .category-trips-single {
	    flex: 0 0 calc(33% - var(--gap) * 2 / 3) !important;
	    max-width: 0 0 calc(33% - var(--gap) * 2 / 3) !important;
	    margin-bottom: 0.5rem !important;
	}
	.suggested-header .sub-header{
		margin-bottom: 1.3rem;
	}
	.suggested-header h2{
		font-size: 2.3rem;
	}
	.carousel-indicators {
	    left: auto;
	    right: 4rem;
	}
	

/*    .suggested-header .sub-header {
    margin-bottom: 1rem;
}
.suggested-header h2 {
    font-size: 2rem;
   }
.suggested-container .suggested-box:nth-child(-n+3), .suggested-container {
    margin-bottom: 0rem !important;
}*/
/*    .video-box-video .close-btn{
    right: 0.5rem;
    top: 17rem;
}*/
}
@media screen and (min-width:992px) and (max-width:1024px){

	.section-padding{
		padding: 4rem 2rem;
	}
	.jnc-content h1 {
	    font-size: 4.5rem;
	}
	.search-content{
		margin-top: 1.5rem;
	}
	.section-header h2 {
	    font-size: 3rem;
	}
	.why-choose-section.section-padding,
	.top-trending-section.section-padding,
	.video-section.section-padding,
	.reach-out-section.section-padding,
	.blog-section.section-padding,
	.video-section.section-padding,
	.faq-section.section-padding{
		padding: 4rem 2rem;
	}
	.why-choose-section .why-choose-slide .why-choose-content h3{
		width: 90%;
		font-size: 1.1rem;
	}
	.top-trending-section .top-trending-container .top-trending-box:last-child {
	    width: 50%;
	}
	.top-treding-top li.list-inline-item {
	    margin-right: 0.6rem;
	}
	.top-treding-top li a {
	    border-radius: 40px;
	    padding: 0.6rem 0rem;
	    width: 210px;
	}
	.top-trending-desti-container .top-trending-desti-box{
		width: calc((100% - 50px) / 3);
	}
	#suggestedCarousel .carousel-caption {
	    left: 2rem;
	    top: 7%;
	    text-align: left;
	    max-width: 45%;
	}
	.seasonal-container {
	    padding: 0;
	}
	.seasonal-carousel{
		padding-left: 6rem;
	}
	.seasonal-carousel .owl-nav {
	    left: 2rem;
	}
	.purpose-num-container .purpose-num h3 {
	    font-size: 2.5rem;
	}
	.seasonal-box{
		padding-right: 2rem;
	}
	.purpose-num-container{
		margin-top: 2rem;
	}
	.video-section .tour-item{
		padding: 1rem;
	}
	.video-section .tour-item-name .name{
		padding-right: 1rem;
	}
	.video-section .tour-item-name .name:after{
		right: -20%;
	}
	.seasonal-top li.list-inline-item {
	    margin-right: 10px;
	}
	.seasonal-top li a{
		padding: 0.7rem 1rem;
    	font-size: 0.8rem;
	}
	.video-section .tour-carsoule .owl-nav{
		top: -35%;
	}
	.reach-out-container .reach-out-sliders{
		align-self: center;
	}
	.reach-out-container .reach-out-slider .owl-nav button.owl-prev {
    	left: -6%;
	}
	.travel-sec.section-padding{
		padding: 4rem 0 4rem 2rem;
	}
	.suggested-header .sub-header {
    margin-bottom: 1rem;
}
.suggested-header h2 {
    font-size: 2rem;
   }
.suggested-container .suggested-box:nth-child(-n+3), .suggested-container {
    margin-bottom: 0rem !important;
}
.video-header .section-header{
	width: 60%;
}
.video-header .video-tab {
    width: 35%;
}
.blog-section .blog-container .blog-box .name a {
    line-height: 25px;
   }
   .top-trending-desti-box .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .category-trips-single {
	    flex: 0 0 calc(33% - var(--gap) * 2 / 3) !important;
	    max-width: 0 0 calc(33% - var(--gap) * 2 / 3) !important;
	    margin-bottom: 0.5rem !important;
	}
	.newletter-container .section-header h2{
        font-size: 3rem;
    }
    .newletter-container .customer-form input[type="submit"]{
        width: 150px;
    }
    .newletter-container .customer-form input.wpcf7-email{
        width: 250px;
    }

}
@media screen and (min-width:1025px) and (max-width:1280px){
	.search-content{
		margin-top: 1rem;
	}
	.jnc-content h1{
		font-size: 4rem;
	}
	.section-header h2 {
	    font-size: 3rem;
	}
	.why-choose-section .why-choose-slide .why-choose-content h3{
		max-width: 90%;
	}
	.section-header a{
		max-width: 200px;
	}
	.top-treding-top li.list-inline-item {
	    margin-right: 1rem;
	}
	.top-treding-top li a {
   		padding: 0.7rem 1rem;
    	font-size: 0.7rem;
	}
	.why-choose-section.section-padding,
	.top-trending-section.section-padding,
	.video-section.section-padding,
	.video-section.section-padding,
	.reach-out-section.section-padding,
	.blog-section.section-padding,
	.faq-section.section-padding{
		padding: 5rem 2.2rem;
	}
	.top-trending-desti-container .top-trending-desti-box .location p, .top-trending-desti-container .top-trending-desti-box .price p {
	    font-size: 0.8rem;
	}
	#suggestedCarousel .carousel-caption{
		left: 2.2rem;
	}
	#suggestedCarousel .carousel-caption {
	    bottom: auto;
	    left: 4rem;
	    top: 7%;
	    text-align: left;
	    max-width: 50%;
	}
	.seasonal-top li.list-inline-item{
		margin-right: 1rem;
	}
	.seasonal-top li a {
	    padding: 0.7rem 1.3rem;
	    font-size: 0.8rem;
	}
	.seasonal-container{
		padding: 0 2.2rem;
	}
	.seasonal-carousel .owl-nav{
		left: 2.2rem;
	}
	.seasonal-carousel{
		padding-left: 7rem;
	}
	.purpose-content .para {
	    color: #fff;
	    font-size: 1rem;
	    font-weight: 400;
	    width: 65%;
	    margin: 0 auto;
	    margin-top: 1rem;
	}
	.purpose-num-container {
	    margin-top: 2rem;
	}
	.video-section .tour-carsoule .owl-nav {
	    top: -30%;
	}
	.reach-out-container .reach-out-slider .owl-nav button.owl-next {
	    right: -5%;
	}
	.reach-out-container .reach-out-slider .owl-nav button.owl-prev {
    	left: -5%;
    }
    .travel-sec.section-padding {
	    padding: 5rem 0 5rem 2.2rem;
	}
	.customer-sec .customer-form{
		width: 100%;
	}
	.customer-sec .customer-container {
        justify-self: anchor-center;
    }
	.newletter-container .newletter-img{
        align-self: center;
    }

    .newletter-container .section-header h2{
        font-size: 3.5rem;
    }
	.img-fluid {
		margin-bottom: 0.5rem;
	}

}
@media screen and  (min-width:1501px) and  (max-width:1600px){
 
 .video-section .video-container .video-box ul li{
	font-size: 1rem;
 }
 .video-info span:last-child{
	font-size: 1rem;
 }
 .customer-sec .customer-container{

 }
.why-choose-section .why-choose-slide .why-choose-content p,
.top-trending-para p, .para p, 
.seasonal-para p, .purpose-content .para, 
.accordion-body p, .accordion-header, 
.customer-sec .customer-container .customer-item p
 {
    font-size: 1.05rem;
   }
}
@media screen and (min-width: 2000px) and (max-width: 2499px) {
	.why-choose-section .why-choose-slide .why-choose-content p,
	.top-trending-para p, .para p, 
	.seasonal-para p, .purpose-content .para, 
	.accordion-body p, .accordion-header, 
.customer-sec .customer-container .customer-item p
	  {
    font-size: 1.15rem;
   }
   .jnc-content h1 {
    width: 50%;
}
}
#ajax-result{
	color: red;
    width: 100%;
    position: absolute;
    height: 90px;
    color: red;
    margin-top: 62px;
    margin-left: 15px;
}