body, h1,h2,h3,h4,h5,h6,a,div,ol,li,ul{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.text-white{
	color:#fff !important;
}

.section-padding{
	padding: 5rem 4rem !important;
}
.archive-banner{
	position: relative;
}

.section-small-heading{
	font-size: 1rem;
	color: #896E22;
    padding-bottom: 2rem;
    position: relative;
    letter-spacing: 1px;  
}

#open-cl-gt{
	position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.section-small-heading::after{
    content: "";
    height: 2px;
    width: 30px;
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 0%;
}
.open-enquiry-form{
	text-decoration: none;
    font-size: 15px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}
.section-big-heading{
	font-size: 3.75rem;
	color: #333333;
    padding-top: 1rem;
    padding-bottom: 3rem;
    font-weight: 300;
    text-transform: capitalize;
    font-family: "Libre Franklin", sans-serif;
}
.archive-banner-sec{
	position: relative;
}
.section-para{ 
	font-size: 1rem;
}
.archive-banner-section{
	position: relative;
}
.m-banner{
	display: none;
}
.m-section{
	display: none;
}
.archive-banner-img-wrapper img{
	width: 100%;
	height: auto;
}
.suggestions-list{
	background-color: #ffffff8f;
    width: 90%;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.suggestions-list li{
	margin-bottom: 10px;
	 padding: 1rem;
}
.archive-banner-heading-wrapper h1{
	font-size: 4.5rem;
	color: #003541;
	padding-bottom: 2rem;
	font-weight: 300;
}
.term-customized-tours .archive-banner-heading-wrapper h1{
	color: #003541 !important;
}
.term-customized-tours .archive-banner-heading-wrapper p{
	color: #003541 !important;
}
.archive-banner-heading-wrapper p{
	font-size: 1rem;
	color: #003541;
	padding-bottom: 1rem;
	font-weight: 500;
	margin-left: 1rem;
	letter-spacing: 2px;
	text-align: left;
}
.wp-travel-toolbar{
	display: none;
}
.search-container form{
	position: relative;
}

.archive-banner-content{
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translateY(-30%);
    margin: 0 auto;
    text-align: center;
}
.archive-banner-heading-wrapper{
	width: 80%;
	margin: 0 auto;
}

/*serach bar csss*/
.search-container{
	position: relative;
	width: 50%;
	margin: 0 auto;
}
#search-bar{
	border-radius: 100px !important;
    background: #00000099;
    border: 0;
    padding: 0.8rem;
    color: #fff;
    font-weight: 100;
    background-image: url(../images/search.svg);
    background-position: 18px 12px;
    background-repeat: no-repeat;
    padding-left: 50px !important;
    width: 100%;
    border: 1px solid transparent;
}
/*input#search-bar {
	border-radius: 100px !important;
    background: #00000099;
    border: 0;
    padding: 0.8rem;
    color: #fff;
    font-weight: 100;
    padding-left: 50px;
    width: 100%;
}*/
input#search-bar:focus {
	border: 1px solid #008ABF;
	transition: 0.35s ease;
	color: #fff;
}
input#search-bar:focus::-webkit-input-placeholder {
	transition: opacity 0.45s ease;
	opacity: 0;
}
input#search-bar:focus::-moz-placeholder {
	transition: opacity 0.45s ease;
	opacity: 0;
}
input#search-bar:focus:-ms-placeholder {
	transition: opacity 0.45s ease;
	opacity: 0;
}
.search-container input::placeholder{
	color: #fff !important;
}
.search-icon {
	position: absolute;
	float: left;
	width: 100%;
	height: auto;
	top: 12px;
	left: 19px;
	max-width: 20px;

}
/*navigation Block*/
/*.navigation-block .container{
	max-width: 100% !important;
}*/

/*customized tour section*/
.customized-tour-section{
	background-color: #FFFCF4;
}
.customized-tour-heading-wrapper{
	text-align: center;
	margin-bottom: 3rem;
}

.customized-tour-heading-wrapper h2{
	color: #896E22;
	padding-bottom: 2rem;
	position: relative;
	letter-spacing: 2px;
}
.customized-tour-heading-wrapper h2:after{
	content:"";
	height: 2px;
	width: 30px;
	background: #333333;
	position: absolute;
	bottom: 0;
	left: 48%;
}
.customized-tour-heading-wrapper h3{
	color: #333333;
	padding-bottom: 2rem;
	font-weight: 300;
	padding-top: 1rem;
}

.customized-tour-heading-wrapper p{
	color: #333333;
    width: 50%;
    margin: 0 auto;
    line-height: 1.5;
}
.tours-main-name-flex-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 2rem 0 4rem;
	gap: 3rem;
}
.term-specialized-tours .tours-main-name-flex-wrapper{
	gap:1rem;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 2rem 0;
    padding: 1rem 0;
    overflow-x: auto;
    text-wrap-mode: nowrap;
}
.term-specialized-tours .tours-main-name-flex-wrapper::-webkit-scrollbar {
  height: 4px;
}

.term-specialized-tours .tours-main-name-flex-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

.term-specialized-tours .tours-main-name-flex-wrapper::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 8px;
  border: 2px solid #f1f1f1; /* for padding effect */
}

.term-specialized-tours .tours-main-name-flex-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.term-customized-tours .open-enquiry-form{
	display: none;
}
.tour-name-wrapper a{
	color: #333333 !important;
	font-size: 1.4rem;
	text-decoration: none;
	margin: 0 1rem;
	font-weight: 400;
	cursor: pointer;
	padding-bottom: 0.5rem;
	text-transform: capitalize;
}
.clear-all {
	cursor: pointer;
}
.similar-tour-section .section-big-heading{
	 font-size: 1.5rem;
	 text-transform: capitalize;
}
.tour-img{
	height: 250px;
	object-fit: cover;
	overflow: hidden;
}
.tour-name-wrapper a:hover{
	color: #B4984B !important;
	border-bottom: 2px solid #B4984B;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.family-tour-heading-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}
.family-tour-heading-wrapper h3{
	color: #333333;
	font-size: 1.5rem;
	font-weight: 400;
}
.family-tour-container{
	margin: 2rem 0;
}
.family-tour-heading-wrapper a{
	color: #003541;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #003541;
}
.destination-main-wrapper{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 1rem;
}

.price-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.card-btn-wrapper{
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	margin-bottom: 10px;
}
.quick-btn a{
	background: #003541;
	color: #fff;
	font-size: 0.8rem;
	padding: 10px 30px;
	border-radius: 20px;
	text-decoration: none;
	display: block;
}
.tour-detail-btn a{
	color: #003541;
	font-size: 0.8rem;
	border-radius: 20px;
	border: 1.4px solid #003541;
	padding: 10px 30px;
	text-decoration: none;
	font-weight: 600;
	display: block;
}
.depature-name h3{
	font-size: 1.1rem;
	color: #333333;
	font-weight: 600;
	margin-bottom: 5px;
}
.depature-name p{
	color: #807C7D;
	font-size: 0.9rem;
}
.destination-name h4{
	color: #807C7D;
	font-size: 0.9rem;
	margin-bottom: 5px;
}
.destination-name a{
	color: #2F80ED;
	font-size: 1rem;
	text-decoration: none;
	font-weight: 500;
}
.price-wrapper p{
	font-size: 0.8rem;
}

.family-tour-card-container{
	display: flex;
	gap: 30px;
}
.family-tour-card-wrapper{
	width: calc((100% - 30px) / 3);
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	background-color: #fff;
	    display: flex;
    flex-direction: column;
}
.family-tour-img-wrapper{
	position: relative;
	height: 250px;
	overflow: hidden;
}
.family-tour-img-wrapper img{
	height: 250px;
	object-fit: cover;
}
.days{
	margin-right: 1rem;
	font-size: 15px;
}
.calender{
	font-size: 15px;
}
.family-rating{
	position: absolute;
	bottom: 2%;
	left: 2%;
	display: flex;
	align-items: center;
}
.family-rating-star{
	margin-right: 1rem;
	color: #E2B93B;
	display: flex;
	gap:5px;
}
.family-tour-img-wrapper .family-tour-days{
	position: absolute;
	color: #fff;
	top: 2%;
	right: 2%;
	display: flex;
	align-items: center;
	font-size: 0.8rem;
}
.family-rating-star i{
	color: #fff;
}
.family-rating-star i.active{
	color: #E2B93B;
}
.family-tour-img-wrapper .family-rating .reviwe-count{
	font-size: 0.7rem;
	color: #fff;
}
.card-btn-wrapper .quick-btn{
	width: 45%;
	text-align: center;
}
.card-btn-wrapper .tour-detail-btn{
	width: 100%;
	text-align: center;
	max-width: 50%;
    margin: 0 auto;
}
.family-tour-card-wrapper:last-child{
	margin-right: 0;
}
.card-content{
	padding: 1rem;
	position: relative;
	flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.price-wrapper p{
	color: #333333;
	font-size: 0.8rem;
}
/*.price-wrapper p span{
	display: block;
    color: #393939;
    font-size: 14px;
    font-weight: 300;
}*/
.starting-from-cl span {
    display: block;
    color: #393939;
    font-size: 14px;
    font-weight: 300;
}
.trip-price {
    font-size: 30px !important;
    color: #B4984B !important;
    font-weight: 500 !important;
}
.destination-name:hover .country-hover-container{
	display: block;
	opacity: 1;
}
.destination-hover-trigger {
    position: relative;
}

.destination-hover-trigger {
    display: block;
    color: #807C7D;
    font-size: 14px;
    cursor: pointer;
}
.destination-hover-trigger a{
	display: block;
	color: #2F80ED;
	font-size: 15px;
	margin-top: 1rem;
	font-weight: 500;
	text-decoration: none;
}



/* Tooltip styling */
.country-hover-container {
    position: absolute;
    top: 24%;
    right: 0;
    background: #fff;
    padding: 1rem;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    width: 300px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 99;
}

/* Show tooltip when hovering either the trigger or the tooltip */
.destination-hover-trigger:hover .country-hover-container {
    display: block;
    opacity: 1;
}

.emi-wrapper p{
	font-size: 0.8rem;
	color: #333333;
	text-align: right;
}
.emi-wrapper p a{
	font-size: 1.3rem;
	color: #2F80ED;
	text-decoration: none;
	font-weight: 500;
}
.destination-name{
	text-align: right;
}

/*.country-hover-container{
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	padding: 1rem;
	position: absolute;
	right: 0;
	top: 24%;
	background: #fff;
	display: none;
}*/
.country-name-wrapper h4{
	font-size: 0.9rem;
	color: #333333;
}
.country-name-wrapper ul{
	padding-left: 2rem;
}
.country-name-wrapper ul li{
	color: #6F6F6F;
	font-size: 0.9rem;
}
.visit-wrapper{
	display: flex;
}

#private-journey{
	margin-top: 3rem;
}
#honeymoon-special{
	margin-top: 3rem;
	margin-bottom: 3rem;
}

/*similar tour section*/
.similar-tour-wrapper-flex{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 250px 250px;
  gap: 20px;
}
.similar-tour-wrapper-flex .tour-wrapper{
	position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.similar-tour-wrapper-flex .tour-inner img{
	width: 100%;
  height: 100%;
  object-fit: cover;  /* ensures proper cropping */
  display: block;
}
.similar-tour-wrapper-flex .tour-inner img{
	border-radius: 5px;
	height:100%;
	object-fit: cover;
}
.similar-tour-wrapper-flex .tour-wrapper:nth-child(1){
	 grid-row: 1 / span 2;
  grid-column: 1 / 2;
}
.similar-tour-wrapper-flex .tour-wrapper:nth-child(2){
	grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.similar-tour-wrapper-flex .tour-wrapper:nth-child(3){
	grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.similar-tour-wrapper-flex .tour-inner{
	margin-bottom: 2.5rem;
}
.similar-tour-wrapper-flex .tour-wrapper:nth-child(2){
	 grid-row: 2 / 3;
  grid-column: 3 / 4;
}
.similar-tour-wrapper-flex .tour-inner{
	height: 100%;
}
#similar-tour-slider{
	display: none;
}
.tour-wrapper p{
	    font-size: 1.1rem;
    color: #333333;
    padding-top: 1rem;
    text-decoration: none;
    text-align: center;
    position: absolute;
    bottom: -1.1rem;
    left: 0;
    right: 0;
    background: none;
}
.tour-wrapper a{
	text-decoration: none;
	height: 100%;
}
.tour-wrapper .tour-inner,.tour-wrapper .tour-inner img,.tour-wrapper .tour-img{
	height: 100% !important;
}
.tour-inner:first-child{
	padding-bottom: 2rem;
}
.similar-tour-heading-wrapper{
	text-align: center;
}
.similar-tour-heading-wrapper h2{
	color:#896E22 ;
	padding-bottom: 2rem;
	position: relative;
}
.similar-tour-heading-wrapper h2:after{
	content:"";
	height: 2px;
	width: 30px;
	background: #333333;
	position: absolute;
	bottom: 0;
	left: 48%;
}
.similar-tour-heading-wrapper h3{
	color:#333333 ;
	text-transform: uppercase;
	padding-bottom: 2rem;
	padding-top: 1rem;
	font-weight: 300;
}

/*why book with jnc */
.why-book-with-jnc-section{
	background: #FFFCF4;
}
.why-book-card-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.book-with-heading-wrapper{
	text-align: center;
}

.book-with-heading-wrapper h2{
	color: #896E22;
	padding-bottom: 2rem;
	position: relative;
}
.book-with-heading-wrapper h2:after{
	content:"";
	height: 2px;
	width: 30px;
	background: #333333;
	position: absolute;
	bottom: 0;
	left: 48%;
}
.book-with-heading-wrapper h3{
	color: #333333;
	padding-top: 1rem;
	padding-bottom: 3rem;
	font-weight: 300;
}

.why-book-card{
	width: calc((100% - 130px) / 4);
	text-align: center;
}
.why-book-card img{
	width: 100%;
	height: auto;
	max-width: 60px;
	padding-bottom: 1.5rem;
}

.why-book-card h3{
	font-size: 1.5rem;
	color: #333333;
	padding-bottom: 1rem;
	font-weight: 400;
}

.why-book-card p{
	color: #333333;
	font-weight: 400;
	line-height: 1.5;
}

/*faq section*/

.faq-heading-wrapper p{
	text-align: center;
    color: #896E22;
    padding-bottom: 0rem;
    position: relative;
    margin-bottom: 2rem !important;
}
.faq-heading-wrapper p:after{
	content:"";
	height: 2px;
	width: 30px;
	background: #333333;
	position: absolute;
	bottom: 0;
	left: 48%;
}
.faq-heading-wrapper h3{
	font-size: 3.75rem;
    color: #333333;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 300;
    text-transform: capitalize;
        font-family: "Libre Franklin", sans-serif;
}

.faq-section .accordion-item{
	margin-bottom: 2rem;
	border:none;
	border-radius: 0px;
	background: #F9F4E7;
}

.faq-section .accordion-button{
	border-radius: 10px;
	font-size: 1.1rem;
}
.faq-section .accordion-button:not(.collapsed){
	box-shadow: none;
	color: #333333;
	background: transparent;
	font-weight: 600;
}
.faq-section .accordion-button:not(.collapsed)::after{
	background-image: url("../images/arrow-2.png") no-repeat !important;
}
.faq-section .accordion-button::after{
	background-image: url("../images/arrow-1.jpg") no-repeat !important;
}

.faq-section .accordion-item:first-of-type .accordion-button{
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}
.faq-section .accordion-button:focus{
	border-color: none;
	box-shadow: none;
}
.faq-section .accordion-body p{
	font-size: 1rem;
	color: #4F4F4F;
	font-weight: 300;
	line-height: 1.3;
}

.faq-view-btn{
	text-align: center;
	margin-top: 3rem;
}
.faq-view-btn a{
	background: #003541;
	color: #fff;
	font-size: 0.9rem;
	padding: 10px 20px;
	border-radius: 20px;
	text-decoration: none;
}


/*newsletter*/
.newsletter-section{
	position: relative;
}
.newsletter-main-container{
	/*display: flex;
	justify-content: space-between;*/
	background: #FFFAEE;
	width: 80%;
}

.newsletter-right-wrapper div img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 15%;
	right: 0;
	max-width:40%;
}
.newsletter-right-wrapper{
	width: 50%;
}
.newsletter-left-wrapper h2{
	color: #896E22;
	padding-bottom: 2rem;
	font-size: 1rem;
}
.newsletter-left-wrapper h3{
	color: #333333;
	font-weight: 300;
	font-size: 3rem;
	text-transform: capitalize;
	padding-bottom: 2rem;
	  font-family: "Libre Franklin", sans-serif;
}
.newsletter-form-wrapper a{
	color: #fff;
	background: #003541;
	border-radius: 20px;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 0.9rem;
}
.newsletter-form-wrapper input{
	border-radius: 20px;
	padding: 8px;
	line-height: 1;
	width: 50%;
	background: transparent;
}
/*Group Tour page css*/
.term-group-tours .taxonomy-description,.term-group-tours .search-group-tour-atoz,.term-group-tours .trip-subcategories{
	background-color: #FFFCF4;
	text-align: center;
}
.term-group-tours .taxonomy-description .taxonomy-container .section-small-heading{
	color: #896E22;
	font-size: 1rem;
	font-weight: 500;
	padding-bottom: 2rem;
	position: relative;
	margin-bottom: 0.5rem;
	letter-spacing: 2px;
}
.term-group-tours .taxonomy-description .taxonomy-container .section-small-heading:after{
	content: "";
    height: 2px;
    width: 30px;
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 48%;
}
.term-group-tours .taxonomy-description .taxonomy-container{
	max-width: 65%;
	margin: 0 auto;
}
.term-group-tours .taxonomy-description .taxonomy-container p{
	font-size: 1rem;
	font-weight: 400;
	color: #333;
	font-size: 1rem;
	line-height: 1.5;
}
.search-group-tour-atoz .destination-filter{
	display: flex;
	justify-content: center;
	align-items: center;
	    min-width: 500px;
    margin: 0 auto;
}
.search-group-tour-atoz .destination-filter h3{
	margin-right:2rem;
	font-size: 1.5rem;
	font-weight: 300;
	color: #333;
	min-width: 150px;
}
.search-group-tour-atoz .destination-filter input{
	 background-color: #FFFCF4;
    border-radius: 40px !important;
    border: 1px solid #C0C0C0;
    padding: 0.7rem 1rem !important;
    width: 80%;
    background-image: url(../images/grey-search.svg);
    background-position: 14px 10px;
    background-repeat: no-repeat;
    font-size: 0.8rem;
    flex:none;
    padding-left: 2.5rem !important;
    min-height: 40px;
}
.search-group-tour-atoz .destination-filter input:focus{
	border-color: #C0C0C0;
}
.search-group-tour-atoz .search-group{
	position: relative;
	width: 25%;
	margin: 0 auto;
}
.search-group-tour-atoz #destinationList{
	position: absolute;
    top: 2.3rem;
    left: 42%;
    right: 0;
    z-index: 1;
    background-color: #fff;
    width: 25%;
    text-align: left;
    padding: 1rem 2rem;
    transform: translateX(2%);
    box-shadow: 4px 8px 12px #525252;
    display: none;
}
.term-group-tours .trip-subcategories{
	padding: 3rem 0;
}
.term-group-tours .trip-grid{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.term-group-tours .trip-grid .trip-item {
    width: calc((100% - -250px) / 5);
    height: 210px;
}
.term-group-tours .trip-grid .trip-item img{
	height: 100%;
}

.trip-title {
    background: rgb(0 0 0 / 22%) !important;
    color: white;
    padding: 8px 12px;
    font-size: 22px !important;
    text-align: center;
    position: absolute;
    bottom: 0px !important;
    left: 50%;
    font-weight: 300;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.term-group-tours .btn-load-more{
	background-color: transparent;
    color: #003541;
    border: 1px solid #003541;
    padding: 1rem;
    font-size: 14px;
    border-radius: 30px;
    min-width: 150px;
    margin-top: 2rem;
    font-weight: 500;
    text-transform: uppercase;
}
.term-group-tours .btn-load-more:hover{
	background-color: #003541;
	color: #fff;
}
.term-group-tours .why-book-with-jnc-section {
    background-color: #fff;
}
.term-group-tours .tour_review{
	background-color: #FFFCF4;
}
.tour_review.section-padding {
    padding: 5rem 4rem;
    background-color: #FFFAEE;
}
.tour_review .review-card {
    background-color: #fff;
    padding: 2rem;
}
.tour_review .tour-item-name {
    display: flex;
    align-items: center;
}
.tour_review .tour-item-name img {
    width: auto !important;
    margin-right: 1rem;
}
.tour_review .tour-item-name .name {
    margin-right: 2rem;
    position: relative;
}
.tour_review .tour-item-name h6 {
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 500;
}
.tour_review .review-header{
	display:flex;
    align-items: center;
}
.tour_review .review-header img{
	width: auto !important;
	margin-right: 10px;
}
.tour_review .review-author{
	padding: 0 5px;
}
.tour_review .review-date {
    margin-right: 1rem;
}
.tour_review .review-category {
    padding: 5px 10px;
    background-color: #FFFAEE;
}
.review-card .review-stars {
    display: flex;
    margin: 1.5rem 0;
    color: #E2B93B;
    font-size: 20px;
}
.review-content{
    margin-bottom: 1rem;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}
.review-card a {
    display: block;
    text-decoration: none;
    color: #003541;
}
.tour_review.section-padding {
    padding: 5rem 0rem;
    background-color: #FFFCF4;
}
.faq-section.section-padding{
	padding: 5rem 4rem !important;
}
#faq{
	margin-top: 3rem;
}
#faq .accordion-button{
	background-color: #fff !important;
	box-shadow: none;
	color: #000;
	display: flex;
	justify-content: space-between;
}
#faq .accordion-button p{
	margin-bottom: 0;
}
#faq .accordion-button .accordin-arrow{
	height: 40px;
	width: 40px;
	color: #003541;
	border-radius: 50%;
	background-color: #FFFAEE !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
#faq .accordion-item{
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #E5E5E5
}
#faq .accordion-button:not(.collapsed){
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 500;
	background-color: #F9F4E7 !important;
}
#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 !important;
	color: #003541;
}
#faq .accordion-body{
	padding-top: 5px;
	font-size: 1.02rem;
	font-weight: 300;
	line-height: 1.5;
	background-color: #F9F4E7 !important;
}
.newletter-sec.section-padding{
	padding: 5rem 0rem 5rem 3rem !important;
	background: linear-gradient(to right, #FFFAEE 85%, #fff 15%) !important;
}
.newletter-container{
	display: flex;
	justify-content: space-between;
}
.newletter-container .newletter-box{
	width: 40%;
}
.newletter-container .newletter-img{
	width: 50%;
}
.newletter-container .newsletter-left-wrapper p:after{
	margin: 0;
	display: none;
}
.newletter-sec .newsletter-left-wrapper h2{
    font-size: 0.9rem;
    color: #896E22;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0rem;
    padding-bottom: 2rem;
}
.newletter-sec .newsletter-left-wrapper h2:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 25px;
    bottom: 40%;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #333333;
}
.newletter-container .customer-form p{
	display: flex;
	margin-top: 3rem;
	justify-content: space-between;
}
.newletter-sec .newsletter-left-wrapper h3 {
    font-size: 3.75rem;
    font-weight: 300;
    color: #333;
     font-family: "Libre Franklin", sans-serif;
}
.newletter-container .customer-form .wpcf7-form-control{
	border-radius: 40px;
    padding: 0.8rem 1rem;
    border: 1px solid #333333;
}
.customer-form .wpcf7-spinner{
	position: absolute;
    bottom: -2rem;
}
.newletter-container .customer-form input[type="submit"]{
	background-color: #003541;
	color: #fff;
	border: 0;
	border-radius: 40px;
	padding: 0 2rem;
	margin-left: 1rem;
}
.accordion-button:after{
	display: none;
}
.owl-theme .owl-dots .owl-dot span{
	background-color: #003541;
}
.country-hover-container {
  transition: opacity 0.4s ease, max-height 0.4s ease;
  top:3.2rem;
}
.visit-wrapper{
    margin-bottom: 1rem;
}
.destination-container{
    margin-bottom: 10px;
    text-align: left;
}
.country-name-wrapper ul li {
    color: #6F6F6F;
    font-size: 0.9rem;
    list-style: circle;
}
.trip-thumbnail{
	height: 210px !important;
}
.tax-trip_types .section-padding{
	padding: 5rem 0 !important;
	padding-top: 2rem !important;
}
.tax-trip_types .faq-section{
	background-color: #fff !important;
}
.newletter-sec.section-padding{
	padding: 5rem 0rem 5rem 3rem !important;
}
.flatpickr-current-month,.flatpickr-months .flatpickr-month{
	height: 50px !important;
}
.select-trip select{
	appearance: none;           /* Remove default arrow (works in most browsers) */
  -webkit-appearance: none;   /* Safari */
  -moz-appearance: none;      /* Firefox */
  background: url("../images/down-arrow.svg") no-repeat right 16px center/18px auto;
  padding-right: 50px;        /* space for arrow */
  border: 1px solid #ccc;
  border-radius: 8px;
  height: 40px;
  font-size: 16px;
}
.ajax-pagination{
    width: 100%;
    display: flex;
    gap:10px;
    justify-content: center;
    margin-bottom: 2rem;
}

.ajax-pagination .page-link{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.8px solid #00354173;
}
.ajax-pagination .page-link.active{
    border: 0.8px solid #003541;
}
.ajax-pagination .page-link.next,.page-link.prev{
    width: auto;
    height: auto;
    border: none;
}
.tour-highlight {
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 !important;
}
.tour-highlight > span {
    color: #27AE60;
    padding: 1rem 0;
    font-size: 14px;
    display: block;
}
.tour-highlight .short-text {
    color: #333;
    font-size: 14px;
    padding-bottom: 1rem;
}
.starting-from-cl{
	border-top:0;
}
.tour-card .tour-content {
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.btn-wrapper {
    margin-top: auto;
    display: flex;
    gap: 10px;
}
.result-content .tour-results .tour-card{
	    display: flex;
    flex-direction: column;
}
.btn-wrapper a{
	width: 100% !important;
}
.newletter-sec .section-header h2{
	    font-family: "Libre Franklin", sans-serif;
}
.archive-banner-img-wrapper{
	height: 600px;
}
.archive-banner-img-wrapper img{
	object-fit: cover;
	height: 100%;
	object-position: top;
}
.span.flatpickr-weekday{
	color:#fff;
}
@media screen and (min-width: 320px) and (max-width: 568px) { 
	.d-banner{
		display:none;
	}
	.m-banner{
		display: block;
	}
	.section-padding,.tax-trip_types .section-padding{
		padding: 2rem 0 !important;
	}
	.customized-tour-heading-wrapper p{
		width: 90%;
	}
	.search-container {
	    position: relative;
	    width: 90%;
	    margin: 0 auto;
	}
	.tours-main-name-flex-wrapper {
	    justify-content: left;
	    align-items: flex-start;
	    flex-wrap: nowrap;
	    margin: 2rem 0;
	    padding: 1rem 0;
	    overflow: overlay;
	}
	.tour-name-wrapper{
		margin-right: 20px;
	}
	.term-group-tours .taxonomy-description .taxonomy-container {
	    max-width: 100%;
	    margin: 0 auto;
	}
	.term-group-tours .taxonomy-description .taxonomy-container .section-small-heading {
	    font-size: 1rem;
	    padding-bottom: 1rem;
	    margin-bottom: 0rem;
	}
	.tour-name-wrapper:last-child{
		margin-right: 0;
	}
	.tour-name-wrapper a{
		margin:0;
		text-wrap: nowrap;
	}
	.archive-banner-heading-wrapper h1{
		/*font-size: 2rem;
        text-align: left;
        padding-bottom: 1rem;
        max-width: 90%;
        margin: 0 auto;*/
        font-size: 2.25rem;
        text-align: center;
        padding-top: 3rem;
        padding-bottom: 1rem;
        max-width: 100%;
        margin: 0 auto;
	}
	.archive-banner-heading-wrapper p{
		font-size: 0.8rem;
		margin-bottom: 0.4rem;
		margin-left: 0;
	}
	.archive-banner-content{
		top:50%;
	}
	.trip-thumbnail{
		height: 166px !important;
	}
	.why-book-card{
		width: 100%;
		margin-bottom: 2rem;
	}
	.archive-banner-heading-wrapper{
		width: 90%;
	}
	.section-big-heading{
		font-size: 2rem;
		padding-bottom: 2rem;
	}
	.newsletter-main-container{
		width: 100%;
	}
	.newsletter-right-wrapper div img{
		position: static;
		max-width: 100%;
	}
	.newsletter-right-wrapper{
		width: 100%;
	}
	.newsletter-left-wrapper{
		width: 100%;
		padding: 0rem 1rem 0;
		text-align: center;
	}
	.newsletter-form-wrapper input{
		width: 100%;
		margin-bottom: 2rem;
	}
	.family-tour-card-wrapper{
		width: 100%;
	}
	.m-section{
		display: block;
	}
	.d-section{
		display: none;
	}
	.price-wrapper p span{
		font-size: 1rem;
	}
	.emi-wrapper p a{
		font-size: 1.1rem;
	}
	.tour-detail-btn a, .quick-btn a{
		font-size: 0.6rem;
        padding: 10px 3px;
	}
	.depature-name h3{
		margin-bottom: 7px;
	}
	.depature-name h3,.destination-name h4,.destination-name a {
    	font-size: 0.9rem;
    }
    .destination-main-wrapper .depature-name,.destination-main-wrapper .destination-name{
    	width: 50%;
    }
    .card-content{
    	padding: 0.5rem;
    }
    .depature-name p{
    	font-size: 0.7rem;
    }
    .family-rating-star i{
    	font-size: 0.8rem;
    }
    .search-group-tour-atoz .destination-filter{
    	flex-wrap: wrap;
    	min-width: auto;
    }
    .search-group-tour-atoz .destination-filter h3{
    	width: 100%;
    	margin-bottom: 1rem;
    }
    .search-group-tour-atoz .search-group{
    	width: 80%;
    }
    .search-group-tour-atoz .destination-filter input {
        width: 100%;
    }
    .search-group-tour-atoz .destination-filter input{
    	width: 100%;
    	margin: 0 auto;
    }
    .term-group-tours .trip-grid .trip-item {
	    width: calc((100% - 5%) / 2);
	    height: auto;
	}
	.tour_review.section-padding,
	.faq-section.section-padding{
		padding: 2rem 0 !important;
	}
	.tour_review .section-small-heading{
		text-align: center;
	}
	.tour_review .section-small-heading::after{
		left: 0%;
	    right: 0;
	    margin: 0 auto;
	}
	.tour_review .section-big-heading{
		text-align: center;
	}
	.tour_review .review-content{
		font-size: 0.9rem;
		line-height: 1.3;
	}
	.faq-heading-wrapper h3{
		font-size: 2rem;
	}
	#faq{
		margin-top: 0;
	}
	#faq .accordion-button p {
	    font-size: 1rem;
	    width: 90%;
	    line-height: 1.5;
	}
	.newletter-sec.section-padding{
		padding: 0 !important;
	}
	.newletter-container{
		flex-wrap: wrap;
	}
	.newletter-container .newletter-box,
	.newletter-container .newletter-img{
		width: 100%;
	}
	.newletter-sec .pe-0{
		padding-left: 0 !important;
	}
	.newletter-container .customer-form h2{
		flex-wrap: wrap;
        width: 90%;
        justify-content: center;
        margin: 0.5rem auto;
	}
	.newsletter-left-wrapper h3{
		padding-bottom: 0;
	}
	.customer-form{
		margin-bottom: 2rem;
	}
	.newletter-container .customer-form input[type="submit"]{
		margin: 1.5rem auto !important;
		padding: 1rem 2rem;
		max-width: 200px;
	}
	.navigation-block {
    	padding: 1rem 0rem;
    }
    .newsletter-left-wrapper h3{
    	font-size: 3rem !important;
    }
    .newletter-sec .newsletter-left-wrapper h2{
    	font-size: 0.9rem !important;
    }
    .newletter-sec .newsletter-left-wrapper h2:after{
    	margin: 0 auto;
    }
        .newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE !important;
    }
	.family-tour-img-wrapper {
	    height: 165px;
	}
	.faq-section, .newletter-sec{
		padding: 0 0 !important;
	}
	.why-book-card p,.why-book-card h3{
		height: auto !important;
	}
	.customer-form{
		margin-bottom: 0;
	}
	.newletter-container .newletter-box{
		padding-bottom: 0px !important;
	}
	.archive-banner-img-wrapper img{
		object-fit: cover;
	}
	.family-tour-card-container{
		flex-wrap: wrap;
	}
	.archive-banner-img-wrapper{
		height: 500px;
	}
	.archive-banner-img-wrapper img{
		object-fit: cover;
		height: 100%;
	}
} 


@media screen and (min-width: 569px) and (max-width: 768px) { 
	.d-banner{
		display:none;
	}
	.m-banner{
		display: block;
	}
	.section-small-heading::after{
		margin: 0 auto;
		left: 0 !important;
		right: 0;
	}
	.section-small-heading,.section-big-heading{
		text-align: center;
	}
	.archive-banner-heading-wrapper h1{
		font-size: 3.5rem;
		text-align: center;
	}
	.archive-banner-heading-wrapper{
		text-align: center;
	}
	.search-container{
		width: 70%;
	}
	.tour-img{
		height: 150px;
		    padding-bottom: 2rem !important;
	}
	.why-book-card{
		width: calc((100% - 20px) / 2);
		margin-bottom: 2rem;
	}
	.section-big-heading,.faq-heading-wrapper h3{
		font-size: 2.5rem;
	}
	.newsletter-main-container{
		width: 100%;
		display: flex;
	}
	.newsletter-right-wrapper div img{
		position: static;
		max-width: 100%;
	}
	.newsletter-right-wrapper{
		width: 50%;
	}
	.archive-banner-heading-wrapper p{
		font-size: 1.4rem;
	}
	.term-group-tours .taxonomy-description .taxonomy-container{
		max-width: 100%;
	}
	.term-group-tours .taxonomy-description .taxonomy-container .section-small-heading {
	    padding-bottom: 1rem;
	    margin-bottom: 1rem;
	}
	.section-padding{
		padding: 3rem 0;
	}
	.why-book-card p{
		font-size: 0.9rem;
	}
	.why-book-card h3{
		height: 70px;
	}
	.newsletter-left-wrapper{
		width: 100%;
        padding: 2rem 1rem 0;
        text-align: center;
	}
	.newletter-container .customer-form p{
		width: 80%;
    	margin: 1.5rem auto;
	}
	.newsletter-left-wrapper h2{
		padding-bottom: 10px;
		text-align: center;
	}
	.newsletter-form-wrapper input{
		width: 60%;
		margin-bottom: 0rem;
	}
	.family-tour-card-wrapper{
		width: 100%;
	}
	.m-section{
		display: block;
	}
	.d-section{
		display: none;
	}
	.price-wrapper p span{
		font-size: 1.3rem;
	}
	.emi-wrapper p a{
		font-size: 1.1rem;
	}
	.tour-detail-btn a, .quick-btn a{
		font-size: 0.7rem;
		padding: 10px;
	}
	.customized-tour-heading-wrapper p{
		width: 90%;
	}
	.tour-name-wrapper a{
		margin: 0;
		text-wrap: nowrap;
	}
	.tours-main-name-flex-wrapper{
		flex-wrap: nowrap;
		justify-content: left;
		overflow: scroll;
	}
	.tour-name-wrapper{
		margin-right: 10px;
	}
	.newletter-sec.section-padding{
		padding: 0 !important;
	}
	.newletter-container .newletter-box,.newletter-container .newletter-img{
		width: 100%;
	}
	.newletter-container{
		flex-wrap: wrap;
		text-align: center;
		margin-bottom: 0rem;
	}
	.newletter-sec .pe-0{
		padding-left: 0 !important;
		text-align: center;
	}
	.newsletter-left-wrapper h3{
		padding-bottom: 0;
	}
	.term-group-tours .trip-grid .trip-item {
	    width: calc((100% - 30px) / 3);
	    height: 230px;
	}
	.term-group-tours .trip-grid {
	    justify-content: left;
	    gap:14px;
	}
	.search-group-tour-atoz .destination-filter input{
		width: 65%;
	}
	.search-group-tour-atoz .search-group{
		width: 70%;
	}
	.section-padding,.faq-section.section-padding {
        padding: 3rem 0rem !important;
    }
    .newletter-sec{
		padding: 0 0 !important;
	}
	.newletter-sec.section-padding{
		padding: 0px;
	}
	.newletter-container .customer-form input[type="submit"]{
		max-width: 200px;
	}
	.newletter-sec .newsletter-left-wrapper h2:after{
		margin: 0 auto !important;
	}
} 

@media screen and (min-width: 769px) and (max-width: 991px) { 
	.section-padding,.faq-section.section-padding {
        padding: 3rem 2rem !important;
    }
	.archive-banner-content{
		top:50%;
	}
	.archive-banner-heading-wrapper h1{
		font-size: 2.8rem;
		text-align: center;
	}
	.search-container {
	    width: 70%;
	}
	.why-book-card{
		width: calc((100% - 20px) / 2);
		margin-bottom: 2rem;
	}
	.section-big-heading,.faq-heading-wrapper h3{
		font-size: 2rem;
	}
	.tour-img {
    	height: 135px;
    }
	.term-group-tours .taxonomy-description .taxonomy-container{
		max-width: 100%;
	}
	.search-group-tour-atoz .destination-filter input {
        width: 60%;
    }
	.term-group-tours .trip-grid .trip-item {
	    width: calc((100% - 5%) / 3);
	}
	.newsletter-main-container{
		width: 100%;
		display: flex;

	}
	.newsletter-right-wrapper div img{
		position: static;
		max-width: 100%;
	}
	.newsletter-right-wrapper{
		width: 50%;
	}
	.archive-banner-heading-wrapper p{
		font-size: 1.4rem;
	}
	.newsletter-left-wrapper{
		width: auto;
        padding:0;
        text-align: left;
        padding-top: 2rem;
	}
	.newsletter-left-wrapper h2{
		padding-bottom: 10px;
		text-align: center;
	}
	.newsletter-form-wrapper input{
		width: 60%;
		margin-bottom: 0rem;
	}
	.family-tour-card-wrapper{
		width: 100%;
	}
	.newletter-container .newletter-box{
		width: 50%;
	}
	.newsletter-left-wrapper h3{
		padding-bottom: 0;
	}
	.m-section{
		display: block;
	}
	.d-section{
		display: none;
	}
	.price-wrapper p span{
		font-size: 1.3rem;
	}
	.emi-wrapper p a{
		font-size: 1.1rem;
	}
	.tour-detail-btn a, .quick-btn a{
		font-size: 0.7rem;
		padding: 10px;
	}
	.customized-tour-heading-wrapper p{
		width: 90%;
	}
	.tour-name-wrapper a{
		margin: 0;
		text-wrap: nowrap;
	}
	.tours-main-name-flex-wrapper{
		flex-wrap: nowrap;
		justify-content: center;
	}
	.tour-name-wrapper{
		margin-right: 10px;
	}
	.newletter-sec.section-padding{
		padding: 0;
		background: #FFFAEE;
	}
	.newletter-container .newletter-box,.newletter-container .newletter-img{
		width: 100% !important;
	}
	.newletter-container{
		flex-wrap: wrap;
		text-align: center;
		margin-bottom: 0rem;
	}
	.newletter-sec .pe-0{
		padding-left: 0 !important;
		text-align: center;
	}
	.newsletter-left-wrapper h3{
		padding-bottom: 0;
		padding-bottom: 2rem;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
	}
	.search-group-tour-atoz .search-group {
	    width: 60%;
	}
	.term-specialized-tours .tours-main-name-flex-wrapper{
		gap: 4rem;
	    justify-content: left;
	    align-items: flex-start;
	    flex-wrap: nowrap;
	    margin: 2rem 0;
	    padding: 1rem 0;
	    overflow-x: auto;
	    text-wrap-mode: nowrap;
	}
	.newletter-sec{
		padding: 0 0 !important;
	}
	.newletter-container .customer-form input[type="submit"]{
		max-width: 150px;
	}
	.newletter-container .newletter-box .section-header p{
		margin-bottom: 1rem !important;
	}
	.newletter-container .newletter-box .section-header h2{
		max-width: 70%;
		margin: 0 auto;
		font-size: 3rem;
	}
	.newletter-container .newletter-box{
		padding: 0 !important;
	}
	.archive-banner-img-wrapper{
		height: 400px;
	}
	.archive-banner-img-wrapper img{
		object-fit: cover;
		height: 100%;
	}
	.newletter-sec .newsletter-left-wrapper h2:after{
		margin: 0 auto !important;
	}
} 
@media screen and (min-width: 992px) and (max-width: 1200px) { 
	.tour-name-wrapper a{
		margin: 0;
	}
	.tour-name-wrapper{
		margin-right: 1rem;
	}
	.tour-name-wrapper:nth-child(2){
		margin-right: 0rem;
	}
	.family-tour-card-wrapper{
		width: calc((100% - 20px) / 2);
		margin-right: 1rem;
	}
	.family-tour-card-container .family-tour-card-wrapper:nth-child(3){
		display: none;
	}
	.why-book-card p{
		font-size: 1rem;
	}
	.section-big-heading {
	    font-size: 3.5rem;
	}
	.search-container{
    	width: 60%;
    }
    .term-group-tours .trip-grid {
	    display: flex;
	    justify-content: left;
	    gap:28px;
	}
	.customized-tour-heading-wrapper p {
	    color: #333333;
	    width: 60%;
	    margin: 0 auto;
	    line-height: 1.5;
	    font-size: 20px;
	}
	.term-specialized-tours .tours-main-name-flex-wrapper{
		gap: 4rem;
	    justify-content: left;
	    align-items: flex-start;
	    flex-wrap: nowrap;
	    margin: 2rem 0;
	    padding: 1rem 0;
	    overflow-x: auto;
	    text-wrap-mode: nowrap;
	}
	.search-group-tour-atoz .search-group{
		width: 50%;
	}
	.search-group-tour-atoz .destination-filter input{
		width: 70%;
	}
	.term-group-tours .trip-grid .trip-item{
		width: calc((100% - 60px) / 3);
    	height: 240px;
	}
	.newletter-container .newletter-box {
	    width: 45% !important;
	}
	.newsletter-left-wrapper{
		width: 100%;
	}
	.newletter-container .customer-form input[type="submit"]{
		max-width: 150px;
	}
	.newletter-sec.section-padding{
		padding: 5rem 0rem 5rem 3rem !important;
	}
	.newletter-sec .newsletter-left-wrapper h3{
		font-size: 3rem;
	}
	.newletter-container .newletter-img{
		align-self: center;
	}
	.newletter-container .customer-form input[type="submit"]{
		margin-left: 0px !important;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.tour-name-wrapper a {
	    margin: 0 1rem;
	    font-size: 1.1rem;
	}
	.tour-detail-btn a{
		padding: 10px;
	}
	
	.term-group-tours .trip-grid .trip-item {
	    width: calc((100% - -19%) / 5);
	}
	.section-big-heading {
    	font-size: 2.5rem;
    }
.why-book-card h3{
	font-size: 1.2rem;
}
    .newletter-container {
        max-width: 100% !important;
        margin: 0;
    }
    .why-book-card p{
    	font-size: 0.9rem;
    }
    .faq-heading-wrapper h3 {
    	font-size: 2.5rem !important;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1920px) {{
	.newletter-sec.section-padding{
		padding: 5rem 0rem 5rem 9rem !important;
	}
}

