.slide{
        float: left;
    }
   .carousel-section {
    margin-top:-10px;
    padding-top: 0;
    padding-bottom: 0;
    }
    .vertical-carousel-wrapper {
    position: relative;
    width: 100%;
    }
    .vertical-carousel-wrapper .controls-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    }
    .vertical-carousel-wrapper .slides-list {
    margin-left: -8px;
    overflow-x: hidden;
    }
    @media only screen and (min-width: 1160px)
    .vertical-carousel-wrapper .slides-track {
        --num-of-slides: var(--bp-lg);
    }
    .vertical-carousel-wrapper .slides-track.dynamic-slides-width .slide {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
    .most-popular-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 12px;
        color: #404145;
        border: 1px solid #efeff0;
    }
    .p-12 {
        padding: 12px;
    }
    .box-shadow-z2 {
        -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
        box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    }
    .most-popular-slide img {
        width: 48px;
        height: 48px;
    }
    .m-r-12 {
        margin-right: 12px;
    }
    .most-popular-slide .tbody-5 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .text-semi-bold {
        font-weight: 600;
    }
    .tbody-5, .tbody-default, .text-body-default {
        font-size: 16px;
        line-height: 24px;
    }
    .vertical-carousel-wrapper .slides-track .slide {
        min-width: calc(20% - 16px);
        padding: 0 8px;
    }
    a, a:hover {
        color: #1dbf73;
    }
    a {
        text-decoration: none;
        -webkit-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s;
    }
    user agent stylesheet
    a:-webkit-any-link {
        color: -webkit-link;
        cursor: pointer;
        text-decoration: underline;
    }
    .card-item{
        width: 100%;
        padding: 10px;
        background-color:#f4f5f5;
        font-size: 16px;
        text-align: left;
    }
    .card-item a{
        color: #000;
    }
        .card-item:hover{
        background-color: #CCC;

    }

    ul {
            list-style: none;
        }

        .rev-slider {
            overflow: hidden !important;
            display: none;
        }

        .rev-slider.revslider-initialised {
            display: block;
        }

        #rev1 {
            height: 620px;
        }
        #rev2 {
            height: 840px;
        }