.ss-main{
    background-color: transparent !important;
    border: none !important;
}
.car__list{
    flex-wrap: nowrap !important;
}
.color-primary{
    color:#189cf4;
}
.car__list{
    justify-content: space-between;
}
.car__list li{
    width: auto;
}
.list-includes{
    color:green;
    font-weight: normal;
    font-size: 12px;
}
.list-includes-terms{
    font-weight: normal;
    font-size: 12px;
}
.width-100{
    width: 100%;
}
.home__search {
    justify-content: space-between;
}
.mt-18{
    margin-top:72px
}
.header__logo img{
    height:120px !important;
}
.home:before {
    width: 100%;
    right: 0 !important;
    left: 0 !important;
}
.home__bg {
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
    background: url("../img/home/1.png") no-repeat center/cover;
    top: 0 !important;
    border-radius: 0 !important;
    bottom: 0 !important;

}
.home__title{
    color: white !important;
}
.home__text{
    color: rgba(0,171,247,1) !important;
    font-size: 34px;

}
.date-input-style{
    height: 46px !important;
}
.service-section{
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.best-service-section{
    background: url("../img/home/1.png") no-repeat center/cover;
    height: 400px;
    overflow: hidden;
    margin-top: 50px;
}
.best-service-section div{
    position: absolute;
    left: 20%;
    margin-top: 90px;

}
.best-service-section-title{
    color: rgb(251, 148, 3) !important;
    font-size: 60px;
    font-weight: bold;
}
.best-service-section-content{
    color: rgb(251, 148, 3) !important;
    font-size: 40px;
    font-weight: bold;
}
.best-service-section-content-2{
    color: rgb(251, 148, 3) !important;
    font-size: 20px;
    font-weight: bold;
}
.mr-10{
    margin-right: 10px;
}
.main{
    background-color: white !important;
    padding-bottom: 0 !important;
}
.search-form{
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: flex-end;
}
@media screen and (max-width: 769px) {
    .search-form{
        display: block;
    }
    .best-service-section-title{
        font-size: 30px !important;
    }
    .best-service-section-content{
        font-size: 15px !important;
    }
    .best-service-section-content-2{
        font-size: 10px;
    }
    .home__bg{
        position: absolute;
    }
    .home__title{
        font-size: 20px;
    }
    .home__text{
        font-size: 16px;
    }
    .best-service-section div{
        left: 2% !important;
    }
}
.splide__list{
    max-height: 260px !important;
}
.home-page{
    max-height: 300px !important;
}
.btn-link {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    text-decoration: none !important;
    font: inherit;
}
.btn-link:hover {
    text-decoration: underline;
}
