.btninfo{
    color: #fff!important;
    background: var(--bg);
    padding: 9px;
    border-radius: 7px;
    margin: 10px;
}
.carouselCont{
    margin-top: 20px;
    margin-bottom: 20px;
}

/* whatsapp css start */
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/* whatsapp end */
a{
    text-decoration: none!important;
}
.carouselCont .col-md-7{
    height: 430px;
}
.carouselCont .col-md-7 img{
    width: 100%;
    height: 430px;
    border-radius: 10px;
}
.carouselCont .col-md-5{
    height: 430px;
}
.carouselCont .col-md-5 img{
    width: 100%;
    height: 300px;

}
.carouselCont .choose{
    color: var(--bg);
}
.commute-list img{
    width: 150px;
}
.commute-list .col-md-4 span{
    font-size: 20px;
    color: var(--bg);
}
.commute-list a{
    list-style: none;
    text-decoration: none;
}
.carouseldata2 .col-md-10 .carousel-caption img{
    width:100px;
}
.carouseldata2 .container h4{
    color: white;
}
.carouseldata2 p{
    font-size: 42px;
    color: white;
    font-weight: 900;
    margin-top: 30px;
}
.carouseldata2 a{
    font-size: 14px;
    color: white;
    list-style: none;
    text-decoration: none;
    margin-top: 10px;
    margin-left: 40px;
}
.carouseldata2 a:hover{
    color: white;
    list-style: none;
}
.selectdropdown select{
    background-color: transparent;
    border: none;
    color: white;
    font-size: 26px;
}
.selectdropdown select option{
    background-color: white;
    color: black;
}
.carouseldata2 p, .selectdropdown {
    margin-left: 30px;
}
.carouseldata2{
    background: var(--bg);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 35px;
    padding-bottom: 40px;
}
.carousels {
    background: transparent;
}
.carousel-cell {
    width: 25%;
    height: 300px;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: carousel-cell;
}
.carousel-cell img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.carousel-cell .image-2 {
    object-fit: cover!important;
    width: 100%;
    /*height: auto!important;*/
    border-radius: 5px;
}
.carouseldata2 .carousel-caption{
    margin-top:-40px;
    margin-left:0px;
    text-align:left;
    padding: 1rem;
    
}
.carousel-caption-2{
    background: #473f3f99!important;
    position: absolute!important;
    width: -webkit-fill-available;
    right: 15%!important;
    bottom: 0rem!important;
    left: 15%!important;
    padding-block: 1.5rem!important;
    font-size: 21px!important;
    font-weight: bolder!important;
    color: #e2e2e2!important;
    text-align: left!important;
}
.carouseldata2 .carousel-caption img{
width:100px;
}
.carouseldata2 .carousel-caption i{
float:right;
}
@media screen and (max-width: 767px){
    .nav2{
        display: none;
    }
    .carousel-cell{
        width:95%;
    }
    .carousel-cell img{
        width:100%;
    }
    #filter{
        margin-top: 60px!important;
    }
    #card-id{
        margin-top: 70px!important;
    }
    .fleetIN{
        text-align: center;
    margin-top: -55px!important;
    margin-bottom: 13px;
    }
    .flickity-prev-next-button.next {
        right: -14px!important;
    }
    .flickity-prev-next-button.previous {
        left: -17px!important;
    }
    .carouseldata2 .carousel-cell{
        left: -42px!important;
        width: 80%!important;
    }
    .carouseldata2 ol{
        display: none!important;
    }
} 
