.pm-tour-grid-section .pm-tours:not(.tour_slider){
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	flex-wrap: wrap;
}
.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 32%;
	overflow: hidden;
}
.single-tour-card a:hover{
	color: #333
}
.single-tour-card .tour-card-content{
	padding: 16px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #ffffff;
	border-radius: 4px;
	margin-top: -50px;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.07);
	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: Montserrat;
	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: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 27.2px;
	margin: 8px 0px;
	text-transform: capitalize;
	width: 300px;
}
.tour-name a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	color: #121212;
}

.tour-price{
	color: #13357B;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

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

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

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


.tour-destination i, .tour-duration i{
	color: #121212;
}
.tour-action-btns{
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 10px;
}
.tour-action-btns > a.btn{
	border: 1px solid #ff6611;
	padding: 10px 20px;
	border-radius: 30px;
	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: #ff6611;
	color: #fff
}
.tour-action-btns a.btn-solid:hover{
	background: #444;
	border-color: #444;
}
.single-tour-card .tour-img img{
	width: 100%;
	height: 307px;
	border-radius: 4px;
	object-fit: cover;
}
.tour-discount{
	color: #673DE6;
	font-family: Montserrat;
	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: #EE2852;
	font-family: Montserrat;
	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: #673DE6;
	font-family: Montserrat;
	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:hover{
	color: #000;
}


.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: #673DE6; /* Active color */
}

/* Remove marker line under dots */
.pm-tour-grid-section .slick-dots {
    margin-bottom: 10; /* Remove any bottom margin */
    padding: 0; /* Ensure no padding */
    list-style: none; /* Prevent marker lines */
	display: flex;
    gap: 8px;
	font-size: 0px;
}

@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;
		background: transparent;
	}
	
	.slick-slider .slick-arrow{
	width: 40px;
	height: 40px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	font-size: 17px;
	z-index: 99;
	box-shadow: none;
}
	
	    .tour_slider.slick-slider .slick-arrow {
        top: 90%;
        left: auto;
        bottom: 0;
        background: transparent;
    }
	
}