/* Slider Style Start  */
p{
    margin: 0px;
}

.swiper-wrapper{
    z-index: 0 !important;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    text-align: center;
    line-height: 7px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #00436E4D;
    transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #00436E;
}

.swiper-pagination{
    position: relative;
    top: 0px !important;
    padding-bottom: 20px;
}

.swiper-scrollbar {
    position: static !important;
    width: 100% !important;
    margin-top: 1rem !important;
}

.swiper-scrollbar{
    background-color: #DAEEFF !important;
}

.swiper-scrollbar .swiper-scrollbar-drag{
    background-color: #00436E !important;
}

.swiperSliderWrapper{
    justify-content: center;
    align-items: center;
}

.whishlist-icon{
    border: 0.81px solid #E4EDF533;
    border-radius: 50%;
    width: 24px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Slider Style end  */
/* Category Slider Style Start */
.category-slider-inner-section{
    width: 360px;
    height: 200px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    border-radius: 7.5px;
    padding-left: 1rem;
}

.category-slider-inner-section h2{
    max-width: 60%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: #272727;
    text-align: left !important;
}

.category-slider-inner-section a{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #00436E !important;
    text-align: left !important;
    display: flex;
    gap: 0.5rem;
}

.category-slider-inner-section a:hover{
    color: #272727 !important;
}

.category-slider-inner-section img{
    width: 18px;
    height: 15px;
}
/* Category Slider Style End */
/* KeyPoints Section style start  */
.key-points-container {
    background-color: #00436E;
    border: 1px solid #FFFFFF80;
    border-radius: 10px;
}

.single-key-point-detail{
    padding: 30px 10px;
}

.single-key-point-detail h3 {
    font-size: 20.21px;
    font-weight: 600;
    line-height: 14.12px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 0.51rem;
}

.single-key-point-detail p{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #FFFFFF;
}

.left-right-border{
    border-left: 1px solid #FFFFFF80;
    border-right: 1px solid #FFFFFF80;
}

/* KeyPoints Section style End  */
/* All Headers Title Style start  */
.heading-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.title-heading-section h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
    color: #00436E;
    margin: 0px;
}

.view-more-button a{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #00436E !important;
}

.view-more-button a:hover{
    color: #272727 !important;
}

.view-more-button img{
    padding-bottom: 0.5rem;
}
/* All Headers Title Style end  */
/* Products Slider style start  */
.product-slider-inner-section{
    background-color: #FFFFFF;
    border: 1px solid #00436E;
    border-radius: 20px;
    box-shadow: 0px 10px 10px 0px #0000000A;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 337px;
    overflow: auto;
    padding: 20px 10px !important;
}

.upper-image-section{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.icons-section{
    position: absolute;
    right: 0px;
    top: 0px;
}

.sale-badge-section{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.30000001192092896px;
    text-align: left;
    color: #fff;
    background-color: #FF4747;
    border-radius: 50px;
    padding: 5px 10px;
}

.pro-image{
    width: 210px !important;
    height: 203px !important;
}

.product-detail-section{
    padding: 0px 10px;
}

.product-title h3{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    color: #272727;
    margin-top: 1rem;
    height: 40px;
}

.sku-price{
    display: flex;
    justify-content: space-between;
}

.pro-sku strong{
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #272727;
}

.pro-sku p{
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #6F8390;
    height: 30px;
}

.pro-price p{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #00436E;
}

.pro-price span{
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #FF4747;
    text-decoration: line-through;
}
/* Products Slider style end  */
/* Special set section style start  */
.special-set-left-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.special-set-right-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.set-detail-section{
    background: linear-gradient(145.52deg, #00436E 1.81%, #107DA5 100%);
    gap: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border-radius: 18px !important;
}

.set-image-section{
    border-radius: 18px;
    overflow:hidden;
}

.set-detail-section .percentage-sale{
    width: 58px;
    border-radius: 50px;
    background-color: #FF4747;
    color: #fff;
    font-size: 9.67px;
    font-weight: 500;
    text-align: center;
}

.set-detail-section .set-title h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #ffffff;
}

.set-detail-section .set-sku-detail{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
}

.set-detail-section .set-sku-detail span{
    font-weight: 700;
}

.set-detail-section .set-price .price-before{
    font-size: 20.05px;
    font-weight: 700;
    line-height: 22.56px;
    text-align: left;
    color: #ffffff;
}

.set-detail-section .set-price .price-before span{
    text-decoration: line-through;
}

.set-detail-section .set-price .price-after{
    font-size: 57.65px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    padding-top: 1rem;
}

.set-view-more-button{
    text-align: end;
}

.set-view-more-button a{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff !important;
}
/* Special set section style end  */
/* Top Best seller Section start  */
.tab-content .active{
    padding-top: 2rem;
}

.top-best-seller-section{
    position: relative;
    height: 100%;
}

.best-seller-product{
    display: flex;
    border: 1px solid #00436E;
    border-radius: 16px;
    box-shadow: 0px 10px 10px 0px #0000000A;
    background: #FFFFFF;
    overflow: hidden;
    align-items: center;
}

.best-seller-product-details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 20px 10px;
}

.best-seller-product-details .seller-tag{
    width: 54px;
    height: 14px;
    padding: 5px 10px;
    border-radius: 40px;
    background: #FF4747;
    font-size: 8px;
    font-weight: 500;
    line-height: 6px;
    letter-spacing: 0.24171429872512817px;
    color: #fff;
}

.best-seller-product-details .best-seller-title{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #10235E;
    margin-top: 1rem;
}

.best-seller-product-details .best-seller-sku{
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    color: #6F8390;
}

.best-seller-product-details .best-seller-sku span{
    color: #272727;
}

.best-seller-product-details .best-seller-price{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #00436E;
}

.best-seller-product-image img{
    width: 175px;
}

.nav-item .custom-tab{
    padding: 6px 8px 6px 8px;
    border-radius: 6px;
    background: #FFFFFF80;
    border: 1px solid #00436E;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #00436E;
}

.nav-item .custom-tab:hover{
    color: #272727 !important;
}

.nav-item .active{
    background-color: #00436E !important;
}

.nav-item .active:hover{
    color: #fff !important;
}
/* Top Best seller Section end  */
/* why choose us section start  */
.main-whychooseus-section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.whychooseus-left-section img{
    position: sticky;
    top: 50px;
}

.whychooseus-right-section{
    background: linear-gradient(180deg, #00436E 0%, #00959F 100%);
    border: 1px solid #DAEEFF;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}

.whychooseus-right-section .short-title{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
}

.whychooseus-right-section .long-title{
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
}

.whychooseus-right-section .whychoose-description{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
}

.whychooseus-right-section span{
    color: #ffffff;
    font-weight: 700;
}
/* why choose us section end  */
/* all banners section start */
.all-banner-container{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.banner-left-section-container{
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    justify-content: center;
}

.banner-right-section-container{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    justify-content: center;
}

.make-an-order-section{
    position: relative;
    width: 100%;
    height: 313px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px 30px;
    gap: 1rem;
    justify-content: center;
    border-radius: 18px;
}

.make-an-order-title{
    font-size: 42px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
}

.make-an-order-description{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
}

.make-an-order-description span{
    font-weight: 700;
}

.watch-video-section{
    position: relative;
    width: 100%;
    height: 238px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
    gap: 1rem;
    border-radius: 18px;
}

.watch-videos-title{
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
    color: #ffffff;
}

.watch-video-description{
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
    max-width: 70%;
}

.watch-video-button{
    border-radius: 100px;
    background-color: #00436E;
    padding: 10px 20px;
    color: #FFFFFF;
    max-width: fit-content;
}

.instruments-guide-section{
    position: relative;
    width: 100%;
    height: 275px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
    gap: 1rem;
    margin-bottom: -14px;
    border-radius: 18px;
}

.instruments-title{
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
    color: #ffffff;
    max-width: 60%;
}

.instruments-description{
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
}

.mainBannerWrapper{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-items: center;
}

.instruments-button{
    border-radius: 100px;
    background-color: #00436E;
    padding: 10px 20px;
    color: #FFFFFF;
    max-width: fit-content;
}

.instruments-button a{
    color: #FFFFFF !important;
}

.blog-news-section{
    width: 100%;
    height: 290px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 18px;
}

.blog-news-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 50px;
    padding-left: 20px;
    color: #FFFFFF;
    max-width: 40%;
}
/* all banners section end */
/* Newsletter section start */
.newsletter-right-section{
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 15px !important;
    border-radius: 18px;
}

.newsletter-long-title{
    font-size: 20px !important;
    font-weight: 400;
    line-height: 25px !important;
    text-align: center;
    color: #ffffff;
}

.newsletter-long-title span{
    font-weight: 700;
}

.newsletter-form input{
    border: 1px solid #0000001A;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 5px 10px;
}

.form-button{
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #00436E;
    padding: 8px 16px;
    margin-top: 0.5rem;
}

.mainBannerHeading{
    font-weight: 300;
    font-size: 65px;
    line-height: 1;
    text-align: left;
    color: #272727;
}

.mainBannerHeading span{
    color: #00436E;
    font-weight: 700;
}

/* Newsletter section end */
/* special set only responsiveness start */
@media (min-width: 460px) {
    .special-set-left-section{
        flex-wrap: nowrap !important;
        gap: 0;
    }

    .set-detail-section{
        gap: 0;
        border-radius: 18px 0px 0px 18px !important;
    }

    .set-image-section{
        border-radius: 0px 18px 18px 0px !important;
    }

    .special-set-right-section{
        flex-wrap: nowrap !important;
        gap: 0;
    }
}
/* special set only responsiveness start */

@media (max-width: 576px) {
    .mainBannerHeading{
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .all-banner-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    /* Newsletter section start */
    .newsletter-right-section{
        padding: 15px !important;
    }
    .newsletter-long-title{
        font-size: 25px !important;
        line-height: 25px !important;
    }
    .form-button{
        padding: 8px 16px !important;
    }
    /* Newsletter section end */
}

@media (min-width: 992px) {
    /* Newsletter section start */
    .newsletter-right-section{
        padding: 50px 15px !important;
    }
    .newsletter-long-title{
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .newsletter-form input{
        padding: 5px 10px !important;
    }
    /* Newsletter section end */
}
