.home_banner .slide_wrap {
    position: relative;
}

.home_banner .slick-track {
    display: flex;
}

.home_banner .home_slide {
    height: auto;
}

.home_banner .home_slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home_banner .slick-dots {
    bottom: 15px;
    left: 0;
    position: absolute;
    right: 0;
}

.home_service h1,.home_service #_rich_text-186-5 {
   
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 50px;
    text-align: center;
}
.home_service #_rich_text-186-5 {
    margin-bottom: 0;
    color: #000;
}

.home_service {
    padding-bottom: 60px;
    padding-top: 50px;
}

.home_service .slick-list {
    margin: 0 -15px;
}

.home_service .slick-track {
    display: flex;
}

.home_service .slick-track:before,
.home_service .slick-track:after {
    display: none;
}

.home_service .service_slide {
    height: auto;
    padding: 0 15px;
}

.home_service .slide_inner {
    background: #FFE6CC;
    border-radius: 12px;
    display: flex;
    gap: 15px;
    height: 100%;
    padding: 15px;
}

.home_service .service_img {
    border-radius: 12px 125px 125px 12px;
    max-width: 90px;
    overflow: hidden;
    width: 100%;
}

.home_service .service_content span {
    color: #000;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.home_service .service_content p {
    margin: 0;
}

.home_service .service_content a {
    color: #000;
    gap: 5px;
    margin-top: 10px;
}

.home_service .service_content a .ct-fancy-icon {
    align-items: center;
    background: #FF8200;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 15px;
    justify-content: center;
    width: 15px;
}

.home_service .service_content .ct-fancy-icon svg {
    height: 13px;
    width: 13px;
}

.home_service .slick-dots {
    margin-top: 10px;
}

.home_shop_now {
    position: relative;
}

.home_shop_now:before {
    background: #FAF9F7;
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.home_shop_now .grid_wrap {
    align-items: normal;
    gap: 30px;
}

.home_shop_now .grid_block {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 3px 15px #00000012;
    gap: 15px;
    justify-content: space-between;
    overflow: hidden;
    width: 50%;
}

.home_shop_now .grid_block img {
    display: block;
    max-height: 250px;
    max-width: unset;
    width: auto;
}

.home_shop_now .grid_content {
    padding: 30px 0 30px 35px;
}

.home_shop_now .grid_block h3 {
    line-height: 58px;
    margin-bottom: 20px;
}

.home_shop_now .grid_block:first-child h3 {
    color: #fff;
}

.home_shop_now .grid_block:last-child h3 {
    color: #53565A;
}

.home_brands {
    padding-bottom: 50px;
    padding-top: 70px;
}

.home_brands .brand_header {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.brand_list .slick-list {
    margin: 0 -12.5px;
}

.brand_list .slick-track {
    display: flex;
}

.brand_list .brand_logo {
    padding: 0 12.5px;
}

.brand_list .brand_logo a {
    background: #fff;
    border-radius: 12px;
    display: block;
    height: auto;
    text-align: center;
}

.brand_list .brand_logo img {
    max-height: 180px;
    object-fit: contain;
    max-width: 100%;
}

.brand_list .slick-dots {
    margin-top: 20px;
}

.home_prod_cat {
    padding-bottom: 50px;
    padding-top: 50px;
}

.home_prod_cat h4 {
    margin-bottom: 75px;
}

.prod_cat_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 60px;
}

.prod_cat_list .prod_cat_item {
    padding: 0 15px;
    width: 12.5%;
}

.prod_cat_list .prod_cat_item a {
    background: #FFE6CC;
    border-top-right-radius: 40px;
    color: #000;
    display: block;
    font-weight: 600;
    height: 100%;
    line-height: normal;
    padding: 70px 5px 20px;
    position: relative;
    text-align: center;
}

.prod_cat_list .prod_cat_item a:hover {
    background: #FF8200;
    color: #fff;
}

.prod_cat_list .prod_cat_item img {
    left: 0;
    margin: 0 auto;
    max-width: 95px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    width: 75%;
}

.home_partners {
    padding-bottom: 35px;
    padding-top: 35px;
}

.home_partners .partners_wrap {
    align-items: center;
    gap: 40px;
}

.home_partners .partners_header {
    width: 30%;
}

.home_partners .partners_slide {
    width: 70%;
}

.home_partners .slick-list {
    margin: 0 -20px;
}

.home_partners .slick-track {
    display: flex;
}

.home_partners .partner_slide {
    height: auto;
    padding: 0 20px;
}

.home_partners .partner_slide .logo {
    background: #fff;
    border-radius: 12px;
    display: block;
    height: 100%;
    overflow: hidden;
}

.home_partners .partner_slide img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.home_partners .partners_slide .slick-dots {
    margin-top: 15px;
}

.home_signup {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 1200px) {
    .prod_cat_list .prod_cat_item {
        width: 16.6%;
    }
}

@media (max-width: 1024px) {
    .home_service h1,.home_service #_rich_text-186-5 {
        font-size: 35px !important;
    }
    /* .home_banner .home_slide {
        min-height: 500px;
    } */
    .home_banner .slick-dots {
        position: static;
        margin-top: 10px;
    }
    .home_service .service_slide {
        flex-direction: column !important;
    }
    .home_service .slick-track {
        gap: 0;
    }
    .home_shop_now .grid_wrap {
        flex-direction: column !important;
        gap: 10px;
    }
    .home_shop_now .grid_block {
        width: 100%;
    }
    .home_shop_now .grid_block img {
        max-width: 200px;
    }
    .home_shop_now .grid_content {
        padding: 10px 0 10px 20px;
    }
    .home_shop_now .grid_block h3 {
        line-height: 31px;
        margin-bottom: 10px;
    }
    .home_shop_now .grid_block .button {
        padding: 10px !important;
    }
    .home_prod_cat {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .home_prod_cat h4 {
        margin-bottom: 55px;
    }
    .prod_cat_list .prod_cat_item {
        width: 25%;
    }
    .prod_cat_list .prod_cat_item img {
        max-width: 70px;
    }
    .home_partners {
        padding-bottom: 35px;
        padding-top: 35px;
    }
    .home_partners .partners_wrap {
        flex-direction: column !important;
        gap: 30px;
    }
    .home_partners .partners_header,
    .home_partners .partners_slide {
        width: 100%;
    }
    .home_partners .slick-list {
        margin: 0 -15px;
    }
    .home_partners .partner_slide {
        padding: 0 15px;
    }
    .home_partners .partners_slide .slick-dots {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    /* .home_banner .home_slide {
        min-height: 320px;
    } */
    .home_service {
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .home_service h1,.home_service #_rich_text-186-5 {
        font-size: 27px !important;
    }
    .home_service .service_img {
        max-width: 50px;
    }
    .home_shop_now .grid_block img {
        max-width: 150px;
    }
    .brand_list .slick-list {
        margin: 0 -15px;
    }
    .brand_list .brand_logo {
        padding: 0 15px;
    }
    .brand_list .slick-dots {
        margin-top: 10px;
    }
    .prod_cat_list {
        margin: 0 -5px;
        row-gap: 50px;
    }
    .prod_cat_list .prod_cat_item {
        padding: 0 5px;
        width: 33.3%;
    }
    .prod_cat_list .prod_cat_item a {
        font-size: 14px;
        letter-spacing: -.42px;
        padding: 45px 5px 10px;
    }
}