.pm-tour-grid-section .pm-tours:not(.tour_slider){
	display: flex;
	
	gap: 10px;
	flex-wrap: wrap;
 /* justify-content: flex-start; */
    justify-content: center;
}
.single-tour-card{
	padding-bottom: 10px;
}
.tour_slider .slick-slide {
	margin: 0 10px; /* Adjust the value to set the gap size */
}
.single-tour-card{
	overflow: hidden;
	position: relative;
	flex: 0 0 24%;
	overflow: hidden;
}
.single-tour-card a:hover{
	color: #333
}
.single-tour-card .tour-card-content{
	padding: 16px;
	z-index: 10px;
	position: relative;
}


.single-tour-card .tour-card-content p{
	margin-bottom: 0;
	font-size: 14px;
}
.tour-rating i{
	color: #ffe000;
}

.tour-rating span{
	color: #555;
	font-family: jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
}

.duration-des-card{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.duration-price{
	display:flex;
	align-items: center;
	gap:6px;
	margin-bottom: 8px;
}
.tour-name{
	color: #121212;
	font-family: jost;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 27.2px;
	margin: 8px 0px;
	text-transform: capitalize;
	width: auto;
}

.tour-name a {
    /* white-space: nowrap; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #121212;
}


.tour-price{
	color: #2575fc;
	font-family: jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.price-type{
	color: #121212;
	font-family: jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
}

.tour-duration{
	margin-bottom: 0;
	font-family: 'jost';
	font-weight: 600;
	color: #7a7a7a;
}
.tour-duration, .tour-rating{
	font-size: 14px
}
.tour-rating{
	font-weight: 700;
}
.tour-destination{
	color: #121212;
	font-family: jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 70%;
}

.tour-bottom-destination{
	color: #121212;
	font-family: jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.tour-destination i, .tour-duration i{
	color: #7a7a7a;
}
/* .tour-action-btns{
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 10px;
}
.tour-action-btns > a.btn{
	border: 1px solid #2575fc;
	padding: 10px 20px;
	border-radius: 8px;
	line-height: 1;
	display: block;
	width: 100%;
	text-align: center;
	height: 40px;
}
.tour-action-btns > a.btn-outline{
	background: transparent;
	color: #444;
	border-color: #444;
}
.tour-action-btns > a.btn-outline:hover{
	background: #444;
	color: #fff;
}
.tour-action-btns a.btn-solid{
	background: #2575fc;
	color: #fff
}
.tour-action-btns a.btn-solid:hover{
	background: #444;
	border-color: #444;
} */
.single-tour-card .tour-img img{
	width: 100%;
	height: 280px;
	border-radius: 10px;
	object-fit: cover;
}
.tour-discount{
	color: #2575fc;
	font-family: jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 20.4px;
	background: #ffffff;
	z-index: 99;
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 3px 8px;
	text-align: center;
	border-radius: 2px;
}
.tour-price.del-price{
	color: #121212;
	font-family: jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: line-through;
}
.tour_ribbon {
	position: absolute;
	left: -4px;
	top: -1px;
	z-index: 1;
	overflow: hidden;
	width: 100px;
	height: 80px;
	text-align: right;
}
.tour_ribbon span {
	color: #2575fc;
	font-family: jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 20.4px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	background: #ffffff;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.07);
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 3px 6px;
	border-radius: 2px;
}
.single-tour .single-tour-card{
	flex-basis: 49%;
}
.slick-slider .slick-arrow{
	color: #2575fc;
	position: absolute;
	top: 30%;
	width: 40px;
	height: 40px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	font-size: 17px;
	z-index: 99;
	box-shadow: 0px 0px 6px 2px #50505040;
	cursor: pointer;
	/* 				transform: translateY(-50%); */
}
.slick-slider .slick-arrow:hover{
	color: #000;
}
.slick-slider .slick-next.slick-arrow{
	/*                 left: 10%; */
    right: 0px;
	left: unset;
}
.slick-slider .slick-prev.slick-arrow{
	left: 6px;
}
.slick-dots{
	display: flex;
	justify-content: center;
}
/* 	Dots navigation */
			 
/* Styling the dots navigation */
.pm-tour-grid-section .slick-dots li {
    margin: 0; /* Remove unnecessary margins */
}

/* Dot size and color */
.pm-tour-grid-section .slick-dots li button {
	width: 8px;
    height: 11px;
    border-radius: 50%; /* Make dots circular */
    background-color: #D9D9D9; /* Unactive color */
	border: 0px;
}

/* Active dot styling */
.pm-tour-grid-section .slick-dots li.slick-active button {
    background-color: #2575fc; /* Active color */
}

/* Remove marker line under dots */
.pm-tour-grid-section .slick-dots {
    padding: 0; /* Ensure no padding */
    list-style: none; /* Prevent marker lines */
	display: flex;
    gap: 8px;
	font-size: 0px;
}
/* Button css  card START*/
.single-tour-card .tour-action-btns {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.single-tour-card .btn-call, .btn-avail-offer {
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}


.single-tour-card .btn-avail-offer:hover{
	background: #121212;
	color: #ffffff;
}

.single-tour-card .btn-call {
    display: flex;
	flex-basis: 20%;
    align-items: center;
    justify-content: center;
    height: 51px;
    border-radius: 7px;
    border: 1px solid #2575fc;
    background: #ffffff00;
    color: #2575fc;
    font-size: 14px;
    font-weight: 600;
}

.single-tour-card .btn-call:hover{
	background: #121212;
	color: #ffffff;
	border: none;
}

.single-tour-card .btn-avail-offer {
    flex-basis: 80%;
    background-color: #2575fc;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Button Css card END */


/* .tour_ribbon span::before {
content: "";
position: absolute;
top: 100%;
z-index: -1;
border-bottom: 3px solid transparent;
border-top: 3px solid #d20957;
left: 0;
border-left: 3px solid #d20957;
border-right: 3px solid transparent;
}
.tour_ribbon span::after {
content: "";
position: absolute;
top: 100%;
z-index: -1;
border-bottom: 3px solid transparent;
border-top: 3px solid #d20957;
right: 0;
border-left: 3px solid transparent;
border-right: 3px solid #d20957;
} */
@media(max-width: 1024px){
	.single-tour-card{
		flex: 0 0 49%;
	}
}
@media(max-width: 767px){
	.single-tour-card{
		flex-basis: 100%;
		width: 100%
	}
	.pm-tour-grid-section .pm-tours{
		flex-direction: column;
		gap: 10px
	}
	.tour-name{
		max-width: 230px;
	}
	.single-tour-card .tour-card-content{
		margin-left: 6px;
		margin-right: 6px;
	}
	.single-tour-card .tour-img img{
		height: 200px;
	}
	.tour_slider .slick-list {
		padding: 0 17% 0 0 !important;
	}
	.tour_slider .slick-slide{
		margin: 0 5px;
	}
	.single-tour-card .tour-card-content{
		padding: 10px;
	}
	.single-tour-card .duration-price p, .single-tour-card p.tour-duration{
		font-size: 12px;
	}
	.tour_slider.slick-slider .slick-arrow{
		top: unset;
		bottom: 0;
	}
	
}