@charset "utf-8";

#banner {
    max-width: 1920px;
    margin: 0 auto;
    background: var(--litebg);
}

.homebannerslider {
    width: 100%;
    clear: both;
    overflow: hidden;
    /* max-width: 1903px; */
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

.homebannerslider .slidediv {
    background: var(--sitetext);
    position: relative;
    z-index: 0;
    height: 810px;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.homebannerslider.slick-initialized .slidediv {
    display: flex !important;
}

.homebannerslider .slidediv:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* background: #000000;
    background: linear-gradient(128deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 90%); */
    background: #000000;
    background: linear-gradient(148deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 60%);
}

.homebannerslider .slidediv .container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

/* .homebannerslider img.desktop_banner {
    opacity: 0.6;
} */

.desktop_banner {
    display: block !important;
    width: 100%;
    position: absolute;
    z-index: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 820px !important;
    min-width: 1920px;
}

.bnrcontent {
    position: relative;
    z-index: 1;
    justify-content: flex-start;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    margin: 0;
    padding: 0;
    width: 750px;
}

.bannertxt {
    font-size: clamp(1.5rem, 1.15rem + 1.75vw, 3.25rem);
    color: var(--white);
    line-height: 1.2;
    font-weight: 300;
}

.bannertxt b {
    font-weight: 900;
    display: block;
}

.bannersmallbelowtxt {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: var(--bold);
}

.bannersmalltxt {
    width: 100%;
    font-weight: 600;
    margin: 20px 0 25px 0;
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
    line-height: 1.8;
}

.homebannerslider.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.homebannerslider.slick-dotted.slick-slider {
    margin-bottom: 0
}

.homebannerslider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    width: 100%;
    bottom: 0;
    right: 0;
    flex-wrap: wrap;
    margin: 0;
}

.homebannerslider .slick-dots li {
    margin: 0 8px !important;
}

.homebannerslider .slick-dots li:after {
    display: none;
}

.homebannerslider .slick-dots button {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    text-indent: -9999px !important;
    transition: none !important;
    border-radius: 50% !important;
    border: 2px solid var(--white) !important;
}

.homebannerslider .slick-dots li.slick-active {
    margin: 0
}

.homebannerslider .slick-dots li.slick-active button {
    background: var(--white) !important;
    width: 15px !important;
    border: 2px solid var(--white) !important;
}

.homebannerslider:not(.slick-initialized) .slidediv:not(:nth-child(-n+1)) {
    display: none;
}

#banner img.ban-mob {
    display: none;
}

/* banner button style end */

/* featured product section styles  */
section.hm_featureprod_sec .container {
    position: relative;
}

section.hm_featureprod_sec .container a.viewallbtn {
    position: absolute !important;
    right: 15px;
    background: transparent !important;
    color: var(--sitetext) !important;
    padding: 0 0 10px 0 !important;
    border-bottom: 2px solid var(--orange) !important;
    top: 0;
    font-size: 14px !important;
}

section.hm_featureprod_sec .container a.viewallbtn:hover {
    color: var(--orange) !important;
    /* border-bottom: 2px solid red !important; */
    /* border: 2px solid transparent !important; */
    outline: 1px solid transparent !important;
}

section.hm_featureprod_sec .heading-40 {
    line-height: 1;
    margin-bottom: 40px;
}




/* testimonial section style  */
.hm_testimonial {
    background: var(--litebg);

    .titlesection {
        margin-bottom: 60px;
        align-items: center;

        & p {
            font-size: 18px;
            font-weight: 600;
        }
    }
}

.hm_testimonial_container:not(.slick-initialized),
.hm_testimonial_container {
    width: calc(100% + 40px);
    margin: 0 -20px;
}

.hm_testimonial_container:not(.slick-initialized) .reviewbx:not(:nth-child(-n+3)) {
    display: none;
}

.hm_testimonial_container.slick-initialized .slick-slide {
    display: block;
    padding: 0 20px;
}

.hm_testimonial_container.slick-initialized .reviewbx {
    margin: 0 0 5px 0;
    background: var(--white);
    padding: 40px 40px 40px 80px;
    border-radius: 20px;
    box-shadow: 0 2px 2px var(--orange);
    position: relative;
    z-index: 0;
}

.hm_testimonial_container.slick-initialized .reviewbx:before {
    content: '';
    position: absolute;
    background: url(../images/review-quote.svg) no-repeat 0 0;
    width: 44px;
    height: 44px;
    top: 30px;
    left: 22px;
}

.hm_testimonial_container.slick-initialized .reviewbx:after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 120px);
    background: #e5e5e5;
    bottom: 40px;
    left: 40px;
}

.titleright.testimonialimg_right {
    position: relative;
    width: 272px;
    z-index: 0;
}

img.testimonialrightimg {
    max-width: 272px;
}

img.testimoniallogo {
    position: absolute;
    z-index: 5;
    right: 55%;
    bottom: -25px;
}

.testimonial_countdiv {
    position: absolute;
    width: 195px;
    height: 195px;
    background: var(--sitegradient);
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 3;
    top: 5%;
    right: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0 30px;
    text-align: center;
}

.ratingdiv {
    font-size: 18px;
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    position: relative;

    &:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        background: var(--white);
        left: 50%;
        top: 50%;
        margin: 8px 0 0 -10px;
    }

    & img.starratingimg {
        filter: brightness(0) invert(1);
        margin: 8px 0;
    }

    & a {
        color: var(--white);
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        line-height: 1.2;
        text-decoration: underline;
        display: block;
        margin-top: 10px;
    }
}

img.googleratingicon {
    margin-bottom: 10px;
}

.clientname {
    font-size: 20px;
    font-weight: 800;
    color: var(--sitetext);
    position: absolute;
    bottom: 40px;
    left: 80px;

    & img.reviewrating_star {
        filter: invert(90%) sepia(56%) saturate(6614%) hue-rotate(344deg) brightness(98%) contrast(105%);
        margin-top: 5px;
        display: block;
    }
}

.reviewbx p {
    padding-bottom: 40px;
}

.hm_featureprod_sec.topselling_sec {
    background: var(--litebg);
    padding-bottom: 200px;
}

/* for testimonial review */
.hm_testimonial_container .reviewbx,
.test_popup .reviewbx {
    margin: 0 0 30px 0;
    background: #fff6f0;
    padding: 40px 40px 40px 80px;
    border-radius: 20px;
    box-shadow: 0 2px 2px var(--orange);
    position: relative;
    z-index: 0;
    width: calc(33.33% - 30px);
}

.test_popup .reviewbx {
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.hm_testimonial_container .reviewbx:before,
.test_popup .reviewbx:before {
    content: '';
    position: absolute;
    background: url(../images/review-quote.svg) no-repeat 0 0;
    width: 44px;
    height: 44px;
    top: 30px;
    left: 22px;
}

.test_popup .review_box_wrapper.reviewbx {
    height: auto !important;
}


/* Duper large devices (large desktops, 1600px and up) */
@media (max-width: 1600px) {}

@media (max-width: 1440px) {

    .homebannerslider .slidediv {
        height: 700px;
    }

    .hm_testimonial .titlesection .titleleft {
        width: calc(100% - 500px);
    }

}

@media (max-width: 1200px) {

    .homebannerslider .slidediv {
        height: 600px;
    }
}

@media (max-width: 992px) {

    .smk_accordion {
        margin-bottom: 0;
    }

    .hm_testimonial .titlesection {
        justify-content: center;
    }

    .hm_testimonial .titlesection .titleleft {
        width: 100%;
        margin-bottom: 40px;
    }

    .titleright.testimonialimg_right {
        width: 362px;
    }

    img.testimoniallogo {
        right: 0;
    }

}

@media (max-width: 768px) {

    #banner img.ban-mob {
        display: block;
        z-index: 0;
        position: absolute;
        opacity: 0.6;
        min-width: 768px;
        height: 450px;
        transform: translate(-50%, 0);
        left: 50%;
    }

    #banner .desktop_banner {
        display: none !important;
    }

    .bannertxt {
        text-align: center;
    }

    .bannersmalltxt {
        margin: 10px 0 10px 0;
        text-align: center;
    }

    .bnrcontent .button-group {
        justify-content: center;
    }

    .homebannerslider .slidediv {
        height: 450px;
    }

    .homebannerslider .slidediv .container {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-start;
        max-width: 96%;
        margin: 0 auto;
    }

    .bnrcontent .button-group {
        justify-content: center;
        text-align: center;
        width: auto;
        margin: 0 auto;
    }

    .bnrcontent {
        width: 100%;
    }

    .hm_testimonial_container.slick-initialized .slick-slide {
        padding: 0 5px;
    }

}

@media (max-width: 576px) {

    .homebannerslider .slidediv {
        height: 400px;
    }

    .bannersmalltxt {
        margin: 10px 0 15px 0;
        text-align: center;
        padding: 0 20px;
        line-height: 1.2;
        font-size: 14px;
    }

    .bannersmalltxt br {
        display: none;
    }

ul.uspslider_ul:not(.slick-initialized) li:not(:nth-child(-n+2)) {
  display: none;
}
    .testimonial_countdiv {
        position: relative;
        width: 195px;
        height: 195px;
        top: 0;
        right: inherit;
        margin: 0 0 0 -100px;
        left: 50%;
    }

    img.testimoniallogo {
        position: absolute;
        z-index: 5;
        right: 50%;
        bottom: 190px;
        margin: 0 -56px 0 0;
    }

    .hm_testimonial_container.slick-initialized .slick-slide {
        padding: 0 5px;
    }

    a.collectionlist span {
        margin-bottom: 15px;
    }

    section.hm_featureprod_sec .container {
        position: relative;
        text-align: center;
    }

    section.hm_featureprod_sec .container a.viewallbtn {
        position: relative !important;
        right: 0;
        top: 0;
        margin: 30px 0 0 0 !important;
    }

    .hm_featureprod_sec.topselling_sec {
        padding-bottom: 60px;
    }


    .clientname {
        font-size: 20px;
        font-weight: 800;
        color: var(--sitetext);
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
        margin: 20px 0 0;
    }

    .reviewbx p {
        padding-bottom: 0;
        margin: 0;
    }

    .hm_testimonial_container.slick-initialized .reviewbx {
        padding: 30px 20px 30px 80px;
    }

}

@media (max-width: 480px) {}