* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
    box-sizing: border-box;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins.woff2') format('woff2'),
        url('../fonts/Poppins.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Medium.eot');
    src: url('../fonts/SFProText-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProText-Medium.woff2') format('woff2'),
        url('../fonts/SFProText-Medium.woff') format('woff'),
        url('../fonts/SFProText-Medium.ttf') format('truetype'),
        url('../fonts/SFProText-Medium.svg#SFProText-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Light.eot');
    src: url('../fonts/SFProText-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProText-Light.woff2') format('woff2'),
        url('../fonts/SFProText-Light.woff') format('woff'),
        url('../fonts/SFProText-Light.ttf') format('truetype'),
        url('../fonts/SFProText-Light.svg#SFProText-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




body {
    margin: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}
.pt_10 {
    padding-top: 10px;
}
.pt_20 {
    padding-top: 20px;
}
.pt_30 {
    padding-top: 30px;
}
.pt_40 {
    padding-top: 40px;
}
.pt_50 {
    padding-top: 50px;
}
.pt_60 {
    padding-top: 60px;
}
.pt_70 {
    padding-top: 70px;
}
.pt_80 {
    padding-top: 80px;
}
.pt_90 {
    padding-top: 90px;
}

.pb_10 {
    padding-bottom: 10px;
}
.pb_20 {
    padding-bottom: 20px;
}
.pb_30 {
    padding-bottom: 30px;
}
.pb_40 {
    padding-bottom: 40px;
}
.pb_50 {
    padding-bottom: 50px;
}
.pb_60 {
    padding-bottom: 60px;
}
.pb_70 {
    padding-bottom: 70px;
}
.pb_80 {
    padding-bottom: 80px;
}
.pb_90 {
    padding-bottom: 90px;
}

a {
    text-decoration: none;
}


/***************Styling************/

.container {
    max-width: 1500px;
}

.head-top {
    padding: 6px 0;
    border-bottom: 2px solid #211d1d;
}

.right-head-button {
    text-align: right;
}

.left-logo a {
    position: relative;
    z-index: 999;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 12px;
    transition: all 0.5s ease;
}

body.openSidebar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
}

body.openSidebar {
    overflow: hidden;
    padding-right: 0px;
}

.left-logo img {
    max-height: 50px;
}

.btn.transparent-button {
    border: 1px solid #1d75bb;
    color: #1d75bb;
    padding: 14px 16px 12px;
    border-radius: 6px;
    font-size: 15px;
    position: relative;
    font-weight: 500;
}

.btn.transparent-button.green {
    border-color: #29c13e;
    color: #29c13e;
}

.btn.fill-button {
    border: 1px solid #1d75bb;
    color: #fff;
    padding: 14px 16px 12px;
    border-radius: 6px;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    background-color: #1d75bb;
    position: relative;
}

.btn.fill-button:before {
    content: "";
    position: absolute;
    width: 0%;
    left: 0;
    top: 0;
    height: 100%;
    transition: all 0.5s ease;
    background-color: #fff;
    border-radius: 6px;
}

.btn.fill-button:hover:before {
    width: 100%;
    transition: all 0.5s ease;
}

.btn.fill-button:hover span {
    color: #1d75bb;
    position: relative;
    z-index: 1;
}

.btn.transparent-button:before {
    content: "";
    position: absolute;
    width: 0;
    height: 102%;
    background-color: #1d75bb;
    left: 0;
    top: -1px;
    border-radius: 6px;
    transition: all 0.5s ease;
}

.btn.transparent-button.green:before {    
    background-color: #29c13e;
}

.btn.transparent-button:hover:before {
    width: 100%;
    transition: all 0.5s ease;
}

.btn.transparent-button:hover span,
.btn.transparent-button:hover {
    color: #fff;
}

.btn.transparent-button span {
    position: relative;
    z-index: 1;
}

.slidetoggle-button {
    background-color: #211d1d;
    color: #fff;
    padding: 13.5px 6px;
    font-size: 27px;
    margin: 10px 5px 0 0;
    float: left;
    border-radius: 8px;
    width: 50px;
    box-sizing: border-box;
    cursor: pointer;
    outline: 0;
    transition: all 0.5s ease;
}

.openSidebar .head-bottom {
    left: 0;
}

.openSidebar button.slidetoggle-button.toggle_button {
    position: absolute;
    right: 95px;
    z-index: 99999;
    background-color: #3783c1;
    border: 1px solid #3783c1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 4px;
    outline: 0;
    transition: all 0.5s ease;
}

.openSidebar button.slidetoggle-button.toggle_button span:nth-child(2) {
    display: none;
}

.openSidebar button.slidetoggle-button.toggle_button span:nth-child(3) {
    transform: rotate(-50deg);
    width: 28px;
    position: relative;
    bottom: 5px;
    left: 4px;
}

.openSidebar button.slidetoggle-button.toggle_button span:nth-child(1) {
    width: 28px;
    transform: rotate(50deg);
    position: relative;
    top: 4px;
    left: 5px;
}

ul.mega-menu {
    padding: 0;
}

button.slidetoggle-button span {
    background-color: #fff;
    width: 100%;
    height: 3px;
    display: inherit;
    margin: 0 0 5px 0;
    border-radius: 10px;
}

button.slidetoggle-button span:last-child {
    margin: 0;
}

.head-bottom {
    background-color: #1d75bc;
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    z-index: 99;
    border-radius: 0 20px 20px 0px;
    padding: 85px 0 50px 0;
    left: -550px;
    transition: all 0.7s ease;
}

ul.navbar-nav {
    flex-wrap: wrap;
}

.navbar-nav li.nav-item {
    width: 100%;
}

nav.navbar.navbar-expand-lg {
    padding: 0;
}

.navbar-expand-lg ul.navbar-nav li a.nav-link {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'SF Pro Text';
    padding: 16px 30px;
    display: block;
    font-weight: 500;
}

.navbar-expand-lg ul.navbar-nav li a.nav-link:hover {
    background-color: #1e6ead;
}

.dropdown .dropdown-toggle::after {
    left: auto;
    right: 30px;
    font-size: 22px;
    top: 26px;
    position: absolute;
}

.highlighted-text p {
    font-family: 'SF Pro Text';
    color: #242021;
    font-size: 18px;
    line-height: 36px;
}

ul.navbar-nav li a {
    color: #a29d9e;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'SF Pro Text';
}

li.nav-item.dropdown .dropdown-menu {
    width: 100%;
    top: 54px;
    border-radius: 0;
    padding: 25px 30px;
    border: none;
    background-color: #0f5d9b;
    max-height: 318px;
    overflow: auto;
}

.dropdown-menu ul.mega-menu li a {
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    margin: 0 0 12px 0;
    padding: 0;
}

.dropdown-menu ul.mega-menu li a:hover {
    color: #c6c6c6;
    background-color: transparent;
}

.swiper-slide .slide-text {
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 0px 10px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.swiper-slide .slide-text h3 {
    color: #fff;
    font-size: 19px;
    position: relative;
    font-family: 'Poppins';
    font-weight: 400;
    border-radius: 4px;
    background-color: #000;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    max-width: 240px;
    line-height: 27px;
}

/*.swiper-wrapper .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url(../images/shadow-effect.png) no-repeat;
    background-position: bottom center;
    background-size: cover;
    opacity: 0.90;
}*/

/*.swiper-wrapper .swiper-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left:0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
}*/
.swiper-wrapper .swiper-slide:hover:after {
    height: 100%;
    transition: all 0.5s ease;
}

.swiper-wrapper .swiper-slide:hover h3:before {
    width: 100%;
    transition: all 0.7s ease;
    background-color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
    background: rgba(0, 0, 0, 0.4);
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-color {
    background-color: #f4f4f4;
}

.highlighted-text p span {
    color: #ba2928;
    font-weight: 500;
}

span.underline-dashed {
    border-bottom: 1px solid #ba2928;
}

.top-title h2 {
    font-size: 30px;
    text-align: center;
    position: relative;
    color: #242021;
    padding-bottom: 20px;
    /* margin-bottom: 40px; */
}

.top-title h2:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background-color: #ef3f37;
}

.feature-products-img img {
    width: 100%;
    height: 300px;
}

.feature-products-text {
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px #e6e6e6;
    width: 90%;
    margin: -15px 0 0 0;
    position: relative;
    min-height: 350px;
}

.feature-products-text h3 {
    color: #242021;
    font-size: 23px;
    margin: 0 0 15px 0;
}

ul.bullet-list li {
    /* color: #838383; */
    color:#000;
    font-size: 15px;
    margin: 0 0 8px 0;
    position: relative;
    padding-left: 20px;
    font-weight: 300;
}

ul.bullet-list li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 8px;
    background-color: #1d75bb;
    border-radius: 50%;
}

.feature-products-text p {
    color: #242021;
    font-size: 16px;
}

.product-price strong {
    display: block;
    font-weight: 500;
    font-size: 17px;
    color: #ba2928;
}

.feature-products-box {
    margin-bottom: 50px;
}

.product-load-button .fill-button {
    min-width: 250px;
    padding: 13px 10px;
    font-size: 18px;
    margin: 0px 0 0;
}

.main-footer {
    background-color: #1d75bb;
    padding: 60px 0 0;
}

.footer-logo a {
    background-color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 10px;
}

ul.foot-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
    margin: 55px auto 40px;
}

ul.foot-nav-list li a {
    color: #fff;
    font-size: 16px;
    font-family: 'SF Pro Text';
    padding: 0 22px;
    border-right: 2px solid #3491dc;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 25px;
    text-decoration: none;
}

ul.foot-nav-list li a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.footer-bottom {
    background-color: #1a6bac;
    padding: 20px 0 15px;
}

.footer-bottom p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
}

.inner-categories-column a {
    display: block;
    text-align: center;
    background-color: #f4f4f4;
    padding: 30px 20px 20px;
    border-radius: 10px;
    color: #242021;
    font-size: 22px;
    position: relative;
}

.inner-categories-column a h4 {
    font-size: 18px;
}

.inner-categories-column a:hover {
    background-color: #1d75bb;
    color: #fff;
    text-decoration: none;
}

.inner-categories-column span.categories-icons {
    width: 115px;
    height: 115px;
    background-color: #1d75bb;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-categories-column a:hover span {
    background-color: #fff;
}

.left-logo {
    position: relative;
}

.categories-column {
    margin-bottom: 30px;
}

.full-width-dropdown {
    background-color: #1d75bc;
    border-radius: 10px;
    width: 98%;
    margin: 0 auto 35px;
    padding: 30px 20px 15px 30px;
    box-shadow: 0 0 10px #ededed;
    display: none;
}

.full-width-dropdown ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 33.333%;
}

.full-width-dropdown ul a.dropdown-item {
    padding: 0 30px 0 15px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    white-space: inherit;
    position: relative;
    line-height: 28px;
}

.full-width-dropdown ul a.dropdown-item .fa-angle-double-right {
    position: absolute;
    left: 0;
    top: 6px;
}

.full-width-dropdown ul a.dropdown-item:hover {
    color: #f4ceac
}

.full-width-dropdown ul li {
    margin-bottom: 15px;
    width: 100%;
}

.full-width-dropdown.recreational-vehicles ul:nth-child(3),
.full-width-dropdown.recreational-vehicles ul:nth-child(4) {
    width: 25%;
}

.full-width-dropdown.recreational-vehicles ul:nth-child(1) {
    width: 15%;
}

.full-width-dropdown.recreational-vehicles ul {
    width: 35%;
}

span.categories-icons.hover-img {
    display: none;
}

.inner-categories-column a:hover span.categories-icons.hover-img {
    display: flex;
}

.inner-categories-column a:hover span.categories-icons.out-hover-img {
    display: none;
}

ul.bullet-list {
    padding: 0;
}

.full-width-dropdown.responsive-view {
    position: absolute;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.swiper-slide a {
    position: relative;
    z-index: 9;
}

/*.feature-products-box:nth-child(n + 21) {
    display: none;
}

.showProducts .feature-products-box:nth-child(n + 21) {
    display: block;
}*/


@media (max-width: 1500px) {
    .footer-logo img {
        max-width: 250px;
    }

    .left-logo img {
        max-height: 38px;
    }

    .slidetoggle-button {
        padding: 8.5px 6px;
        margin: 10px 0px 0 0;
        width: 40px;
    }

    button.slidetoggle-button span {
        width: 100%;
        margin: 0 0 5px 0;
    }

    .btn.transparent-button,
    .btn.fill-button {
        padding: 8px 13px;
        font-size: 14px;
    }

    .inner-categories-column a h4 {
        font-size: 16px;
    }

    .inner-categories-column span.categories-icons img {
        max-height: 50px;
        max-width: 60px;
    }

    .feature-products-text h3 {
        font-size: 20px;
    }

    ul.bullet-list li {
        font-size: 15px;
    }

    ul.bullet-list li:before {
        top: 6px;
    }

    ul.foot-nav-list li a {
        font-size: 14px;
        padding: 0 18px;
    }

    ul.foot-nav-list {
        max-width: 80%;
    }

    .head-bottom {
        width: 460px;
    }

    .dropdown .dropdown-toggle::after {
        top: 25px;
    }

    li.nav-item.dropdown .dropdown-menu {
        top: 50px;
        padding: 20px 10px;
    }

    ul.mega-menu {
        padding: 0 0 0 20px;
    }

    .highlighted-text p br {
        display: none;
    }
}

@media (max-width: 1240px) {
    .right-head-button a.btn {
        padding: 9px 12px 6px;
    }

    .swiper-slide .slide-text h3 {
        font-size: 17px;
    }

    .highlighted-text p {
        font-size: 17px;
        line-height: 32px;
        margin: 0;
    }

    .full-width-dropdown ul a.dropdown-item {
        font-size: 13px;
        padding: 0 10px 0 12px;
        letter-spacing: -0.5px;
    }

    .full-width-dropdown ul li {
        margin-bottom: 8px;
    }

    .right-head-button {
        width: 75%;
    }

    .left-logo {
        width: 25%;
        min-width: 280px;
    }

    .slidetoggle-button {
        margin: 9px 0px 0 0;
        padding: 7px 3px;
        width: 39px;
    }

    .openSidebar button.slidetoggle-button.toggle_button {
        right: -140px;
        width: 46px;
        height: 47px;
    }

    .inner-categories-column a h4 {
        font-size: 15px;
        white-space: nowrap;
        max-width: 94%;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: auto;
    }

    .inner-categories-column a .fa-caret-down {
        position: absolute;
        margin-left: 10px;
    }
}

@media (max-width: 1150px) {
    .left-logo {
        width: 100%;
        text-align: center;
    }

    .openSidebar .left-logo {
        text-align: left;
    }

    .right-head-button {
        width: 100%;
        background-color: #fafafa;
        padding: 13px 0;
        justify-content: center;
        text-align: center;
        display: flex;
        align-items: center;
        border-top: 1px solid #ddd;
    }

    .right-head-button a.btn {
        width: 100%;
        margin: 0 3px;
        white-space: nowrap;
    }

    .head-top {
        padding: 12px 0 0;
    }

    .categories-column:nth-child(2) h4 i {
        right: 18px;
    }

    .feature-products-text {
        min-height: 330px;
        width: 100%;
        padding: 20px 20px;
        margin: -10px 0 0 0;
        border-radius: 0 0 0 0;
    }

    ul.foot-nav-list {
        max-width: 100%;
    }

    .openSidebar button.slidetoggle-button.toggle_button {
        right: auto;
        left: 300px;
    }
}

@media (max-width: 991px) {
    .inner-categories-column span.categories-icons {
        width: 60px;
        height: 60px;
    }

    .inner-categories-column span.categories-icons img {
        max-height: 30px;
        max-width: 40px;
    }

    .inner-categories-column a h4 {
        white-space: normal;
        max-width: 112px;
        font-size: 14px;
    }

    .inner-categories-column a {
        padding: 20px 20px 15px;
        font-size: 15px;
        min-height: 150px;
    }

    .categories-column:nth-child(2) h4 i {
        right: 20px;
        bottom: 32px;
    }

    .categories-column:nth-child(3) h4 i {
        bottom: 34px;
        right: 22px;
    }

    .feature-products-text p {
        font-size: 15px;
    }

    ul.foot-nav-list {
        max-width: 100%;
        padding: 0;
    }

    ul.foot-nav-list li a {
        font-size: 13px;
        padding: 0 12px;
        margin: 0 0 9px 0;
    }

    .footer-bottom p {
        font-size: 12px;
    }

    .collapse:not(.show) {
        display: block;
    }

    .full-width-dropdown ul a.dropdown-item {
        font-size: 12px;
        line-height: 18px;
    }

    .full-width-dropdown ul a.dropdown-item .fa-angle-double-right {
        top: 2px;
    }
}

@media (max-width: 840px) {

    .full-width-dropdown ul,
    .full-width-dropdown.recreational-vehicles ul:nth-child(1),
    .full-width-dropdown.recreational-vehicles ul:nth-child(2),
    .full-width-dropdown.recreational-vehicles ul:nth-child(3),
    .full-width-dropdown.recreational-vehicles ul:nth-child(3),
    .full-width-dropdown.recreational-vehicles ul:nth-child(4) {
        width: 100%;
    }

    .full-width-dropdown ul {
        border-bottom: 1px solid #ccc;
        margin-bottom: 12px;
        padding-bottom: 5px;
    }

    .full-width-dropdown ul:last-child,
    .full-width-dropdown.reale-state ul,
    .full-width-dropdown.more-state ul {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .full-width-dropdown ul a.dropdown-item {
        font-size: 14px;
        padding: 0 10px 2px 16px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .head-bottom {
        overflow: auto;
        height: 100%;
    }

    .openSidebar .head-bottom:before {
        content: "";
        position: fixed;
        width: 440px;
        height: 78px;
        background: #1d75bc;
        top: 0;
        z-index: 9;
    }
}

@media (max-width: 767px) {
    .right-head-button {
        flex-wrap: wrap;
        padding: 10px 10px;
    }

    .right-head-button a.btn {
        width: 48%;
        margin: 0 4px 7px;
    }

    .categories-column:nth-child(2) h4 i,
    .categories-column:nth-child(3) h4 i {
        position: static;
    }

    .head-top {
        padding: 0px 0 0;
    }

    .openSidebar .left-logo {
        padding-top: 12px;
    }

    .left-logo img {
        max-height: 34px;
    }

    .openSidebar button.slidetoggle-button.toggle_button {
        left: 242px;
        width: 43px;
        height: 43px;
        margin: 15px 0 0;
    }

    .head-bottom {
        width: 300px;
        overflow: auto;
        height: 100%;
    }

    .full-width-dropdown {
        /* width: 100%; */
        /* padding: 15px; */
        margin: 20px 0 0;
    }

    .pb_60 {
        padding-bottom: 40px;
    }

    .pt_60 {
        padding-top: 40px;
    }

    .inner-categories-column a h4 {
        max-width: 100%;
        font-size: 16px;
    }

    .inner-categories-column span.categories-icons {
        width: 80px;
        height: 80px;
    }

    .full-width-dropdown.responsive-view ul {
        float: none;
    }

    .openSidebar .head-bottom:before {
        width: 290px;
    }

    .full-width-dropdown.responsive-view {
        position: static;
        opacity: 1;
        pointer-events: auto;
    }

    .full-width-dropdown.desktop-view {
        /* position: absolute; */
        /* opacity: 0; */
        /* pointer-events: none; */
        /* left: 0; */
    }

    .swiper-slide .slide-text h3 {
        font-size: 16px;
        padding: 5px 15px;
        max-width: 200px;
    }

    .swiper-slide .slide-text {
        bottom: 20px;
    }
}

@media (max-width: 610px) {
    .right-head-button a.btn {
        width: 100%;
        margin: 0 4px 7px;
    }

    .navbar-expand-lg ul.navbar-nav li a.nav-link {
        font-size: 14px;
        padding: 12px 15px;
    }

    .dropdown .dropdown-toggle::after {
        top: 21px;
        right: 11px;
    }

    ul.mega-menu {
        padding: 0 0 0 6px;
    }

    .dropdown-menu ul.mega-menu li a {
        font-size: 13px;
        white-space: normal;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .feature-products-img img {
        width: 100%;
    }

    .top-title h2 {
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .highlighted-text p {
        font-size: 15px;
        line-height: 25px;
    }

    #whatstrendingcontent.d-flex{ display: flex;
        flex-direction: column;
        align-content: space-around;
        align-items: stretch;
        flex-wrap: wrap;
    }
}
 

.whats-trending {
    overflow: hidden; /* Ensure that the content doesn't overflow */
    transition: max-height 0.7s ease-out; /* Smooth transition */
  }
  
  .whats-trending.hidden {
    max-height: 0; /* Collapse the div */
    padding: 0;
    display: flex !important;
  }

  .whats-trending.hidden div{
   margin-top: 30px;
  }
  .whats-trending.hidden div:first-child{
    margin-left: 55px;
   }
  
  .whats-trending.d-flex {
    max-height: 500px; /* Set a high enough value that the content will fit */
    display: flex; /* To show the content when the class is applied */
    padding: 30px 20px 15px 30px;
  }

  

  span.desktop-view {display: inline-flex;align-content: flex-start;justify-content: space-between;}
  div.desktop-view { display: none;}
  span.mobilenew-view{display:none;}
  @media only screen and (max-width: 768px) and (min-width: 320px) {   
      span.desktop-view { display:none;}
      div.desktop-view { display: none;}  
      span.mobilenew-view{display:inline-flex;/* flex-direction: row; */}
  }
  