/* hero section css  */
.hero_sec{
    background-image: url(../images/banner_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 500px; */
    border-radius: 0 0 150px 150px;
    position: relative;
    overflow: hidden;
    padding: 180px 0 250px;
    z-index: 1;
}
.hero_sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(154.96deg, rgba(35, 22, 14, 0.62) -37.91%, rgba(7, 24, 45, 0) 76.2%); */
    background-image: linear-gradient(154.96deg, #23160E -37.91%, rgba(7, 24, 45, 0) 76.2%);
    z-index: -1;
}
.hero_sec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(154.96deg, rgba(35, 22, 14, 0.62) -37.91%, rgba(7, 24, 45, 0) 76.2%);
    z-index: -1;
}
.hero_text h1{
    font-size: 85px;
    line-height: 105px;
    font-weight: 400;
    font-family: "Roboto Slab", sans-serif;
    color: #fff;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
}
.hero_text p{
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    font-family: "Inria Sans", sans-serif;
    color: #fff;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
}

/* --------------------------------- */



/* Category Sec */
.category_sec{
    position: relative;
    padding: 120px 0;
}
.cat_heading h3{
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Inria Sans", sans-serif;
}
.category_box{
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: none;
    padding: 30px !important;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.category_box::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
.category_box.featured{
    background-color: #FFEA8F;
}
.category_box.featured::after{
    display: none;
}
.category_box:hover{
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
}
.cat_arrow{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 100%;
    font-size: 20px;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}
.category_box:hover .cat_arrow{
    top: 2.5rem;
    right: 2.5rem;
    transform: rotate(90deg);
}
.category_box.featured h6{
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    font-family: "Inria Sans", sans-serif;
}
.category_box.featured h3{
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
    font-family: "Roboto Slab", sans-serif;
}
.cat_img_wrap{
    width: 40%;
    height: auto;
}
.cat_img_wrap img{
    scale: 1.1;
    transition: all 0.4s ease-in-out;
}
.category_box:hover .cat_img_wrap img{
    scale: 1.15;
}
.cat_details{
    width: 60%;
}
.category_box h4{
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    font-family: "Roboto Slab", sans-serif;
    color: #000000;
}
.category_box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Roboto Slab", sans-serif;
    color: #000;
}
.cat_btn{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Inria Sans", sans-serif;
    color: #1a1a1a;
    border: 1px solid #1A1A1A;
    border-radius: 50rem;
    padding: 18px 30px;
    transition: all 0.4s ease-in-out;
}
.cat_btn:hover{
    background-color: #e6efec;
    color: #0099a2;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
}
/* --------------------------------- */



/* Featured sec */
.featured_sec{
    padding-bottom: 120px;
}
.product_slider .owl-stage-outer{
    padding: 0 0 80px;
}
.product_slider .owl-nav,
.product_slider .owl-dots{
    position: absolute;
    bottom: 0;
    margin: 0;
}
.product_slider .owl-nav{
    right: 0;
    display: flex;
    gap: 15px;
}
.product_slider .owl-nav button{
    margin: 0 !important;
    width: 50px;
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #303030 !important;
    color: #303030 !important;
    font-size: 18px !important;
    padding: 12px !important;
    border-radius: 100% !important;
    opacity: 1;
}
.product_slider .owl-nav button.disabled{
    opacity: 0.5;
}
.product_slider .owl-dots{
    left: 0;
    bottom: 20px;
    display: flex;
    gap: 8px;
}
.product_slider .owl-dots button span{
    margin: 0 !important;
    width: 12px !important;
    height: 12px !important;
    background-color: #1A1A1A !important;
    opacity: 0.2;
}
.product_slider .owl-dots button.active span{
    opacity: 1;
}
.wishlist_icon{
    top: 1.5rem;
    right: 1.5rem;
    font-size: 25px;
}
.featured_img{
    height: 320px;
    background-color: rgba(0, 0, 0, 0.2);
}
.featured_text h4{
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    font-family: "Manrope", sans-serif;
    color: #000;
}
.featured_text h5{
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    color: #000;
}
.featured_text .theme_btn{
    padding: 18px 30px;
}
.learn_text_btn{
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.learn_text_btn:hover{
    color: #00C2CB;
}
/* --------------------------------- */



/* Product slider css  */
.product_sec2{
    background-color: #EDEDF1;
}
.prod_heading{
    background-image: linear-gradient(180deg, #4BA896 0%, #009074 100%);
    height: 90%;
}
.product_sec2 .prod_heading{
    background-image: linear-gradient(180deg, #36A1C1 0%, #007FA5 100%);
}
.prod_heading h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
}
.prod_btn{
    position: relative;
    display: inline-block;
    background-color: #FFBB25;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    padding: 18px 20px;
    transition: all 0.4s ease-in-out;
}
.prod_btn:hover{
    background-color: #fff;
    color: #000;
}
.prod_wrap {
    background-color: #F5F6FA;
}
.prod_box{
    /* background-image: linear-gradient(0deg, #C3E4E4, #C3E4E4); */
    background-color: #dcedef;
    border-radius: 15px;
}
.prod_box::after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 85%;
    background-color: #F5F6FA;
    border-radius: 0 0 100% 100%;
    z-index: -1;
}
.prod_box .prod_img{
    height: 190px;
}
.prod_box h4, .prod_box .prod_price{
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #555555;
    font-family: 'Raleway', sans-serif;
}
.prod_box h4{
    min-height: 55px;
}
.prod_box .prod_price{
    font-size: 20px;
    color: #38618C;
    font-family: 'Roboto', sans-serif;
}
/* --------------------------------- */



/* Simplify Sec */
.simplify_sec{
    padding-bottom: 120px;
}

.simplify_wrap h4{
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #303030;
}
.simplify_wrap p{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
    font-family: 'Inria Sans', sans-serif;
}
.simplify_list li{
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
}
.simplify_review{
    background-color: #F4F7F5;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
    /* box-shadow: 0px -0.5px 20px 0px rgba(0, 0, 0, 0.02); */
    border-radius: 24px;
    padding: 40px;
}
.simplify_review h1{
    font-size: 150px;
    font-weight: 500;
    line-height: 0.5;
    color: #00C2CB;
}
.simplify_review h4{
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #1A1A1A;
}
.simplify_review h6{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #888888;
}
/* --------------------------------- */




/* Why Choose Us Sec */
.why_sec{
    padding-top: 120px;
}
.why_icon{
    width: 120px;
    height: auto;
}
.why_text h4{
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #1a1a1a;
}
.why_text p{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #303030;
}
/* --------------------------------- */




/* Review Sec */
.review_sec{
    padding-bottom: 120px;
}
.review_box{
    border-radius: 32px;
}
.review_box h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
    font-family: 'Inria Sans', sans-serif;
}
/* --------------------------------- */




/* FAQ Sec */
.faq_sec{
    padding-bottom: 120px;
}
.faq_sec .heading_sec p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #303030;
}
.faq_accordion{
    --bs-accordion-bg: transparent;
}
.faq_accordion .accordion-item{
    /* border: none; */
    border: 1px solid rgba(48, 48, 48, 0.2) !important;
    margin-bottom: 10px;
    border-radius: 8px;
}
.faq_accordion .accordion-button{
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #1a1a1a;
}
.faq_accordion .accordion-button:focus {
    box-shadow: none;
}
.faq_accordion .accordion-button:not(.collapsed) {
    color: #1A1A1A;
    background-color: transparent;
    box-shadow: none;
}
.faq_accordion .accordion-body{
    padding-top: 0;
}
.faq_accordion .accordion-body p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #303030;
    font-family: "Roboto", sans-serif;
    margin: 0;
}
.faq_bottom h3{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #1A1A1A;
}
.faq_bottom p{
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    color: #303030;
}
/* --------------------------------- */
.reward_bottom{
    border-radius: 10px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 40px;
}



/* CTA Sec CSS */
.cta_sec{
    background-image: url(../images/cta_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    z-index: 1;
}
.cta_sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(123.66deg, rgba(35, 22, 14, 0.62) -11.11%, rgba(7, 24, 45, 0) 58.54%);
    z-index: -1;
}
.cta_sec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(154.96deg, #23160E -37.91%, rgba(7, 24, 45, 0) 76.2%);
    z-index: -1;
}
.cta_text h1{
    font-size: 80px;
    font-weight: 400;
    line-height: 95px;
    font-family: 'Roboto Slab', sans-serif;
    color: #fff;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
}
.cta_text p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: 'Inria Sans', sans-serif;
    color: #fff;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
    width: 80%;
}
/* --------------------------------- */




@media screen and (max-width: 1399px){
    .hero_sec{
        padding: 180px 0 200px;
        border-radius: 0 0 100px 100px;
    }
    .hero_text h1 {
        font-size: 70px;
        line-height: 80px;
    }
    .hero_text p {
        font-size: 20px;
        line-height: 32px;
    }
    .category_sec{
        padding: 100px 0 60px;
    }
    
    .featured_img{
        height: 300px;
    }
    .featured_text h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .featured_text .theme_btn {
        font-size: 14px;
        padding: 14px 25px;
    }
    .learn_text_btn{
        font-size: 14px;
    }
    .featured_sec, .simplify_sec, .why_sec, .review_sec, .faq_sec{
        padding-top: 80px;
    }
    .simplify_wrap .sec_title{
        font-size: 65px;
        line-height: 75px;
    }
    .simplify_wrap h4{
        font-size: 32px;
        line-height: 40px;
    }
    .simplify_wrap p{
        font-size: 16px;
        line-height: 25px;
    }
    .simplify_review{
        border-radius: 20px;
        padding: 30px;
    }
    .simplify_review h1{
        font-size: 130px;
    }
    .simplify_review h4{
        font-size: 26px;
        line-height: 35px;
    }
    .why_text h4{
        font-size: 20px;
    }
    .why_text p{
        font-size: 16px;
        line-height: 25px;
    }
    .review_box{
        border-radius: 30px;
        padding: 80px 90px;
    }
    .review_box h4{
        font-size: 26px;
        line-height: 36px;
    }
    .prod_heading h3{
        font-size: 36px;
        line-height: 46px;
    }
    .prod_btn{
        font-size: 16px;
        padding: 18px 15px;
    }
}


@media screen and (max-width: 1199px){
    .hero_sec{
        padding: 150px 0 180px;
        border-radius: 0 0 80px 80px;
    }
    .hero_text h1 {
        font-size: 60px;
        line-height: 75px;
    }
    .hero_text p {
        font-size: 18px;
        line-height: 30px;
    }
    .prod_box .prod_img{
        height: 160px;
    }
    .prod_heading h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .prod_btn {
        font-size: 15px;
        padding: 16px 14px;
    }
    .learn_text_btn{
        font-size: 14px;
    }
    .simplify_wrap .sec_title{
        font-size: 58px;
        line-height: 68px;
    }
    .simplify_wrap h4{
        font-size: 26px;
        line-height: 36px;
    }
    .simplify_review h4{
        font-size: 24px;
        line-height: 32px;
    }
    .review_box{
        border-radius: 26px;
        padding: 60px 70px;
    }
    .review_box h1 {
        font-size: 130px;
    }
    .review_box h4{
        font-size: 24px;
        line-height: 34px;
    }
    .cta_sec{
        padding: 80px 0;
    }
    .cta_text h1{
        font-size: 40px;
        line-height: 50px;
    }
}


@media screen and (max-width: 991px){
    .hero_sec{
        padding: 120px 0;
    }
    .hero_text h1 {
        font-size: 50px;
        line-height: 65px;
    }
    .hero_text p {
        font-size: 16px;
    }
    .category_box::after{
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgb(246 246 242 / 75%) 100%);
    }
    .cat_details{
        width: 100%;
    }
    .category_box.featured h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .featured_text h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .learn_text_btn {
        font-size: 13px;
    }
    .simplify_wrap .sec_title{
        font-size: 52px;
        line-height: 62px;
    }
    .simplify_wrap h4{
        font-size: 24px;
        line-height: 34px;
    }
    .simplify_wrap p {
        font-size: 15px;
        line-height: 25px;
    }
    .simplify_review h1 {
        font-size: 110px;
    }
    .simplify_review h4{
        font-size: 22px;
        line-height: 30px;
    }
    .review_box{
        padding: 50px 50px;
    }
    .review_box h4{
        font-size: 20px;
        line-height: 30px;
    }
    .product_sec2{
        background-color: transparent;
    }
    .cat_btn{
        font-size: 16px;
        padding: 16px 30px;
    }
    .prod_heading{
        height: auto;
    }
    .prod_heading h3 {
        font-size: 30px;
        line-height: 40px;
        padding: 10px 0;
    }
    .prod_wrap{
        background-color: transparent;
    }
    .prod_box .prod_img{
        height: 190px;
    }
    .prod_btn {
        width: auto !important;
        padding: 16px 30px;
    }
    .learn_text_btn{
        font-size: 14px;
    }
    .cta_text h1{
        font-size: 35px;
        line-height: 45px;
    }
}

@media screen and (max-width: 767px){
    .cat_btn{
        font-size: 16px;
        padding-bottom: 16px 32px;
    }
    .hero_sec{
        padding: 60px 0;
        border-radius: 0 0 45px 45px;
    }
    .hero_text p {
        font-size: 13px;
        line-height: 22px;
    }
    .hero_text h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;
    }
    .category_box.featured h6{
        font-size: 16px;
    }
    .category_box.featured h3{
        font-size: 30px;
        line-height: 40px;
    }
    .category_box h4 {
        font-size: 24px;
        line-height: 34px;
    }
    .cat_arrow{
        width: 50px;
        height: 50px;
        padding: 15px;
    }
    .product_slider .owl-stage-outer {
        padding: 0 0 70px;
    }
    .product_slider .owl-nav{
        gap: 10px;
    }
    .product_slider .owl-nav button{
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .product_slider .owl-dots{
        bottom: 15px;
    }
    .product_slider .owl-dots button span {
        width: 10px !important;
        height: 10px !important;
    }

    .featured_text h4 {
        font-size: 18px;
    }
    .featured_text h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .learn_text_btn {
        font-size: 14px;
    }

    .simplify_wrap .sec_title{
        font-size: 35px;
        line-height: 45px;
    }
    .simplify_wrap h4{
        font-size: 24px;
        line-height: 34px;
    }
    .simplify_wrap p {
        font-size: 18px;
        line-height: 28px;
    }
    .simplify_review{
        padding: 40px;
    }
    .simplify_review h1 {
        font-size: 150px;
    }
    .why_box{
        margin-bottom: 60px;
    }
    .review_box{
        border-radius: 24px;
        padding: 50px 40px 30px;
    }
    .review_box h1 {
        line-height: 0.5;
    }
    .review_box h4{
        font-size: 20px;
        line-height: 30px;
    }
    .faq_accordion.right{
        border-top: none;
    }
    .faq_accordion .accordion-button {
        font-size: 16px;
        line-height: 25px;
        padding: 15px;
    }
    .faq_accordion .accordion-body p{
        font-size: 15px;
        line-height: 25px;
    }
    .faq_bottom h3{
        font-size: 24px;
    }
    .cta_sec{
        background-size: contain;
        background-position: center bottom;
    }
    .cta_sec{
        padding: 80px 0 200px;
    }
    .cta_sec::before {
        width: 130%;
        background-image: linear-gradient(70.96deg, rgba(35, 22, 14, 1) -37.91%, rgba(7, 24, 45, 0) 76.2%);
    }
    .cta_sec::after {
        display: none;
    }
    .cta_text h1 {
        font-size: 36px;
        line-height: 48px;
        text-shadow: none;
    }
    .cta_text p {
        font-size: 18px;
        line-height: 28px;
        text-shadow: none;
        width: 100%;
    }
    .prod_heading h3 {
        font-size: 25px;
        line-height: 32px;
        padding: 0;
    }
    .prod_btn {
        padding: 14px 25px;
    }
}



.slick-next:before, .slick-prev:before{
                font-size: 18px !important;
            }
            @media screen and (max-width: 991px){
                .slick-next:before, .slick-prev:before{
                    font-size: 10px !important;
                }
            }


/*laptop view*/
@media screen and (min-width: 992px){
    .tpr_inner{height: 23rem;}
    .tpr_inner .tpri_cntn p.tpr_pr_des{height: 70px !important;}
    .rewdb_body{margin-top: -15px !important;}

    /* .tec_carousal_inner .owl-theme .custom-nav .owl-prev i, .tec_carousal_inner .owl-theme .custom-nav .owl-next i{
        top: 80%;position: relative;
    } */
    .jet-img{
        margin-top: 18px;
    }
    

}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .panel-footer .text-right{font-size: 11px;}
    .rewdt_contn h2{font-size: 22px !important;margin-bottom: 0px !important;}
    .rewdt_contn .rewdt_para{font-size: 16px !important;margin-bottom: 25px !important;}
    .rewdt_contn h6{font-size: 15px !important;}
    .rewdt_contn ul li{font-size: 12px !important;}
    .sec-cancel{width: 95%  !important;}
    .tpr_head h2{font-size: 30px !important;}
    .rewdb_body ul li{
        margin-bottom: -32px;
    }
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .rewdb_body ul li{
        margin-bottom: -24px;
    }
}



/*mobile view*/
@media screen and (max-width: 575px){
    .hero_sec{
        background-color: #CDB297;
        background-image: url(../images/banner_bg.webp);
        padding: 120px 0 0;
        background-size: contain;
        background-position: center bottom;
        height: 750px;
    }
    .hero_sec::after{
        background-image: linear-gradient(169.15deg, #473D37 -8.55%, rgba(71, 61, 55, 0) 93.41%);
        /* filter: blur(20px); */
    }
    .hero_sec::before{
        display: none;
    }
    .hero_text h1 {
        font-size: 40px;
        line-height: 52px;
        font-weight: 400;
        color: #F4F7F5;
        text-shadow: none;
    }
    .hero_text p {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }
    .prod_heading h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .prod_btn {
        font-size: 14px;
        padding: 8px 20px;
    }
    .prod_box{
        display: flex;
        background-color: transparent;
        border-radius: 0;
    }
    .prod_box::after{
        display: none;
    }
    .prod_box .prod_img{
        width: 120px;
        height: 120px;
        background-color: #F5F6FA !important;
    }
    .prod_box h4 {
        min-height: auto;
        margin-bottom: 5px;
    }
    



    .hero_cntn p{text-align: center;font-size: 20px;}
    .hero_head h1{font-size: 20px; line-height: 60px;}
    .tpr_head{margin-left: -1px;width: 84%;}
    .tpr_head h2{padding: 10px;font-size: 21px;}
    .tpr_content{border: none !important;}
    .tpr_inner{padding: 10px 0px !important;}
    .top_rate_sec .container{padding: 0px !important;}
    .tpr_inner .tpri_cntn h3.tpr_pr_name{font-size: 17px !important;}
    .tpr_inner .tpri_cntn p.tpr_pr_des{width: 99% !important;height: auto;margin-bottom: 0px !important;}
    .tpr_inner .tpri_cntn{width: 57% !important;}
    /* .tpr_pr_list li img{width: 8%;} */
    .tpr_pr_list{height: auto;}
    .rewdt_contn h2{font-size: 26px !important;}
    .rewdb_box{margin-left: auto;margin-right: auto;width: 80%;}
    .rewd_sec .rewds_inner{padding:0px !important;}
    .upper_hero .hero_head h1{font-size: 35px !important;}
    .cart-dropdown-item-wraper{left: 54% !important;width:300px !important;}
    .contact-box{padding: 0px !important;width:auto !important;margin: 0px !important;}
    .contact-form{padding:20px !important;}
    .contact-box h4{font-size: 16px !important;line-height: 29px !important;}
    .rewdb_body ul li{margin-bottom: -23px;}
  .table thead tr th{
      font-size: 13px;font-weight: normal;text-align: center;
  }
}
.cart-abc{
    margin-top: 0;
    margin-left: -5px;
    filter: brightness(0) invert(1);
    height: 40px;
    width: 40px;
}

h6.tg_price{
    font-weight: bold !important;
}
.rewd_btn{
    margin: 26px auto 0 !important;
}
.cart-mobile{
    display: inline-block;
    font-family: "Poppins", sans-serif;
    padding: 15px 19px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #014770;
    width: 100%;
}

.cart-mobile1{
    display: inline-block;
    font-family: "Poppins", sans-serif;
    padding: 15px 19px;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #ffc700;
    width: 100%;
}




div.contact-bnnr{
    background:url(../images/contact-us.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 100px;
}
div.npv-contct {
    margin-top: 10%;
}

div.npv-contct h5 {
    font-size: 40px;
    color: #fff;
}

div.npv-contct p {
    color: #fff;
    font-size: 15px;
}

div.npv-contct-1 {
    border-radius: 10px;
    
    background: #f2f2f2;
    box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}
div.npv-contct-2 {
    border-radius: 10px;
    padding: 30px;
    background: #f2f2f2;
    box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}
div.npv-contct-2 input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #000;
    border-radius: 0px;
    background-color: #fff !important
}

div.npv-contct-2 input:focus {
    border: none !important;
    box-shadow: none !important;
}
div.npv-contct-2 textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #000;
    border-radius: 0px;
}

div.npv-contct-2 textarea:focus {
    border: none !important;
    box-shadow: none !important;
}

div.cnt-1 h4 {
    color: #00c2cb;
    font-size: 20px;
}
div.npv-contct-2 h4{
    color: #00c2cb;
    font-size: 20px;
}
div.cnt-1 p {
    font-size: 13px;
}
div.npv-contct-2 button.btn.cnt-btn {
    background: green;
    color: #fff;
    padding: 10px 40px;
}



/* Contact Page */
.contact-box {
    padding: 30px;
    width: 85%;
    margin: 0 auto;
    border: 5px solid #ccc;
}

.contact-sec {
    padding: 50px 0;
}

.contact-details p {
    text-align: right;
    margin: 0 0 10px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.contact-box a {
    color: #337ab7;
    text-decoration: underline;
}

.con-last h4 {
    line-height: 51px;
    text-align: left !important;
    margin-bottom: 0px !important;
    font-size: 27px !important;
}

.con-last img {
    float: left;
    margin-right: 30px;
    width: 15%;
}