.slide-container {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.arrow {
    position: absolute;
    display: none !important;
    width: 50px;
    height: 50px;
    margin: 0 1rem;
    background: #FFF;
    padding: 16px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 10px 0px 14px rgba(40, 32, 57, 0.5);
}
.arrow-left {
    transform: rotate(180deg);
    left: -35px;
}
.arrow-right {
    right: -35px;
}
.sliding {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: 0px;
    padding: 20px 0px 35px 5px;
}
.featins-comp_card {
    flex: 0 0 auto;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    cursor: pointer;
    width: 220px !important;
    height: 270px;
    padding: 24px !important;
    position: relative;
    border-top: 10px solid #0689D6;
    transition: all 0.3s ease-in;
}
.featins-comp_card:hover {
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, .1);
    transform: translateY(-4px);
}
.featins-comp_card img {
    max-width: 172px;
}
.learn_more_link {
    text-decoration: none !important;
    display: block;
    margin: 22px auto 5px auto;
    width: fit-content;
}
.learn_more_btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #010852;
}
.learn_more_btn_underline::after {
    transition: width .3s;
    content: "";
    display: block;
    height: 3px;
    margin-top: 3px;
    background-image: linear-gradient(to right, #0689D6, #ffffff);
    outline: 1px solid transparent;
    width: 49px;
}
.learn_more_btn_underline:hover:after {
    width: 100%;
    font-weight: 600;
}
.slider-ins-circle {
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.pet-circle-icon {
    background: #FFD8F6 url(/images/home/circle-pet.svg) no-repeat;
    background-size: 36px 36px;
    background-position: center center;
}
#bg-image.lazy {
    background-image: none;
    background-color: #F1F1FA;
}
.slide-container .slider-box-title {
    font-weight: 800;
    text-align: center;
    line-height: 38px;
    letter-spacing: -0.5px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.slide-container .slider-box-content {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px;
}
.slider-insurance-circle {
    box-sizing: border-box;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: url(/images/home/arrow.png) no-repeat;
    background-size: 20px 20px;
    background-position: 49% 49%;
    position: absolute;
    left: 24px;
    bottom: 30px;
}

.ratings .inline-ratings {
    padding: 10px;
    padding-right: 0;
    padding-bottom: 3px;
    background: #EEF5FB;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ratings {
    border-radius: 10px;
}
.ratings .rating-in-number {
    font-weight: 700;
    padding: 10px;
    padding-bottom: 5px;
    background: #EEF5FB;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #0689d6;
}
.ratings .rating-in-number span {
    border-right: 1px solid #0689d6;
}
.ratings .inline-ratings span {
    width: 110px;
    display: inline-block;
}


/* sssssss */

.slide-container .slider {
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.slide-container .slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide-container .slide {
    min-width: 31.1%;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 232px !important;
    height: 270px;
    padding: 24px !important;
    position: relative;
    border-top: 10px solid #0689D6;
    transition: all 0.3s ease-in;
}

#nextBtn, #prevBtn {
    display: none;
}

#nextBtn.show, #prevBtn.show {
    display: block !important;
}

@media (max-width: 767px) {
    .slide-container .slide {
        width: 100% !important;
        min-width: 85% !important;
    }
    .slide-container .slides {
        overflow-x: scroll;
    }
    #nextBtn.show, #prevBtn.show {
        display: none !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .slide-container .slide {
        min-width: 31.6% !important;
    }
}
@media screen and (min-width: 768px) {
    .sliding {
        margin-left: 0px;
        padding: 20px 0px 35px 30px;
    }
    .featins-comp_card {
        width: 280px !important;
    }
    .arrow-left {
        left: -45px;
    }
    .arrow-right {
        right: -45px;
    }
}

@media screen and (min-width: 1024px) {
    .sliding {
        overflow: hidden;
    }
}