@import url(fonts.css);

:root{
    --bold: hind-bold;
    --regular: hind-regular;
    --semibold: hind-semibold;
    --medium: hind-medium;

    --primary: #2c6036;
    --secondary: #ddff00;
    --info: #63e5ff;
    --green: #02682f;
    --light-green: #008519;
    --over-green: #cadcd3;
    --light: #ffffff;
    --danger: #BB2121;
    --red: #FF4F24;
    --violate: #ff71e2;
    --gray: #404040;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--regular);
}
.text-vaiolat{
    color: var(--violate) !important;
}

.text-secondary{
    color: var(--secondary) !important;
}

.text-light{
    color: var(--light) !important;
}
.text-danger{
    color: var(--danger) !important;
}
.text-center{
    text-align: center;
}
.top-div{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 120px 0px;
    background: var(--primary);
    position: relative;
}

.container-fluid{
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
}

.topSection{
    background: #e3e5ff;
}
.tops_section{
    padding-top: 30px;
}

.sliderSection {
    padding-top: 9px;
    text-align: center;
    color: rgb(0, 0, 255);
    font-weight: bold;
}

.top-div .container-fluid .element-width{
    padding: 150px 0px 0px 0px;
    margin-bottom: 30px;
}
.top-div .container-fluid .element-width .top-box-weight{
    /* border-style: double; */
    /* border-width: 10px 10px 10px 10px; */
    /* border-color: #F1FF00; */
    /* border-radius: 0px 0px 0px 0px; */
    padding: 15px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    border-radius: 6px;
    background: #000;
    opacity: 0.5;
    width: 60%;
}

.top-div .container-fluid .element-width .top-box-weight .top-heading-title{
    color: #3bff1f;
    font-family: var(--regular), Sans-serif;
    font-size: 37px;
    font-weight: 600;
    line-height: 1.3em;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 7px 0px 12px rgba(0,0,0,0.3);
    text-align: center;
    letter-spacing: 1px;
}
.top-div .container-fluid .text-info-box{
    padding: 0px 10px 0px 10px;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 25px;
}
.top-div .container-fluid .text-info-box .top-heading-title{
    color: #63E5FF;
    font-family: var(--bold), Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
}
.top-div .container-fluid .video-box{
    margin-bottom: 10px;
    aspect-ratio: 1.77777;
    width: 69%;
    text-align: center;
    margin: auto;
}
.top-div .container-fluid .video-box .video-iframe{
    height: auto;
    width: 100%;
    aspect-ratio: 4/2;
}
.container-fluid .ani-btn-box{
    padding: 0px 0px 0px 0px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    text-align: center;
}
.container-fluid .ani-btn-box .inner-padding .btn-danger{
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.container-fluid .ani-btn-box .inner-padding .btn{
    font-family: var(--bold), Sans-serif;
    font-size: 32px;
    font-weight: 700;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 20px 40px 20px 40px;
    transition: 0.3s;
    text-decoration: none;
}
.container-fluid .ani-btn-box .inner-padding .btn:hover{
    transform: scale(0.9);
}
.top-div .element-shape{
    width: 100%;
    height: 60px;
    background: var(--light);
    border-radius: 50% 50% 0 0;
    position: absolute;
    bottom: -1px;
}

.down-div{
    background: var(--light);
}
.down-div .container-fluid .element-widget{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    text-align: center;
}
.down-div .container-fluid .element-widget .top-heading-title{
    /*color: #E3FF00;*/
    font-family: var(--bold), Sans-serif;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.3em;
    padding: 15px;
}
.down-div .container-fluid .element-widget-cover{
    width: 100%;
}
.down-div .container-fluid .element-widget-wrap{
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: rgba(32, 124, 202, 1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 40px 30px 40px;
    border-radius: 10px 10px 10px 10px;
}


.reviewTop{
   margin-top: 30px;
    padding: 10px;
    background: #FF6700; 
}

.img-gallery{
    margin: 25px 0;
}

.img-gallery img{
    width: 100%;
}

.down-div .container-fluid .element-info .image img{
    transition: 0.3s all;
    width: 300px;
    max-width: 100%;
}
.down-div .container-fluid .element-info .image img:hover{
    transform: scale(0.9);
}
.down-div .container-fluid .element-info .top-heading-title{
    color: #E3FF00;
    font-family: var(--bold), Sans-serif;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.3em;
    padding: 15px;
}

.form-wrapper{
    color: var(--gray);
    display: inline-block;
    text-align: inherit;
    width: 100%;
}
.form-wrapper .product-box-title{
    margin: 15px 0;
    width: 100%;
    padding: 0;
    float: left;
}
.form-wrapper .product-box-title h3{
    font-family: inherit;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 25px 0;
    padding: 3px;
}
.product-options{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    font-size: 1em;
    width: calc( 100% + 20px );
}
.product-options .product-box{
    background-color: #f7f7f7;
    border: 1px solid #b0b0b0;
    padding: 20px 30px;
    margin: 0 10px 22px;
    border-radius: 0.35em;
    width: calc( 50% - 20px );
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.product-box .product-item{
    display: flex;
    align-items: start;
}
.product-box .product-item .item-select{
    margin-top: 5px;
    position: relative;
}
.product-box .product-item .item-select .single-sel{
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    border-radius: 50%;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 );
    transition: 0.05s border-color ease-in-out;
}
.product-box .product-item .item-select .single-sel[type="radio"]:checked::before {
    background-color: #f16334;
    border-radius: 50px;
    content: "\2022";
    font-size: 24px;
    height: 6px;
    line-height: 16px;
    margin: 4px;
    text-indent: -9999px;
    width: 6px;
}
.product-box .product-item .item-select .single-sel[type="radio"]:checked::before{
    display: inline-block;
    float: left;
    font: normal normal 400 15px/1 cartflows-icon;
    speak: none;
    vertical-align: middle;
    width: 6px;
    -webkit-font-smoothing: antialiased;
}
.product-box .product-item .item-image{
    margin-right: 15px;
    width: 80px;
}
.product-box .product-item .item-image img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.product-box .product-item .item-content{
    margin: 0 0 5px 0;
    width: 100%;
    position: relative;
}
.product-box .product-item .item-content .item-content-wrap{
    font-size: 1.07em;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.8;
}
.product-box .product-item .item-content .item-qty-content{
    max-width: 50px;
    text-align: center;
    min-height: 30px;
    padding: 2px;
    margin: 0;
    border: none;
    border-radius: 0;
    max-width: 100px;
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
    vertical-align: middle;
}

.product-box .product-item .item-content .item-qty-content .item-qty-selection-wrap{
    display: flex;
}
.product-box .product-item .item-content .item-qty-content .item-qty-selection-wrap span {
    border: 1px solid #dcdada;
    height: 30px;
    width: 26px;
    margin: 0;
    padding: 6px 6px;
    color: #555;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1;
}
.product-box .product-item .item-content .item-qty-content .item-qty-selection-wrap .wcf-qty-decrement {
    border-radius: 0 3px 3px 0;
    border-left: 0;
}
.product-box .product-item .item-content .item-qty-content .item-qty-selection-wrap .wcf-qty-decrement {
    border-radius: 0 3px 3px 0;
    border-left: 0;
}
.product-box .product-item .item-content .item-qty-content .item-qty-selection-wrap input {
    max-width: 50px;
    text-align: center;
    min-height: 30px;
    padding: 2px;
    margin: 0;
    border: none;
    border-radius: 0;
    border: 1px solid #dcdada;
    border-left: 0;
    border-right: 0;
}
.product-box .product-item .item-content .item-price{
    font-weight: 600;
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
    vertical-align: middle;
    margin-right: 0;
    font-size: 0.95em;
}
.form-wrapper .product-form .form-address{
    display: inline-block;
    width: 55%;
    float: left;
    padding-right: 40px;
    margin: 20px 0 0;
}
.form-wrapper .product-form .form-address .address-col{
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-radius: 0;
    border: none;
    border-color: none;
    margin-bottom: 0;
}
.form-wrapper .product-form .form-address .address-col h3, .form-wrapper .product-form .form-address .order-col h3{
    font-family: inherit;
    font-weight: 600;
    font-size: 20px;
    /* text-transform: capitalize; */
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
    color: var(--gray );
}
.billing-fields{
    margin: 0 -7px;
    -js-display: flex;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.billing-fields .form-group{
    display: block;
    margin: 0 0 1.1em;
    padding: 3px 7px;
    position: relative;
    width: 100%;
}
.billing-fields .form-group label{
    color: var(--gray );
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.3px;
    font-family: inherit;
    font-weight: inherit;
    /* text-transform: capitalize; */
    margin-bottom: 8px;
}
.billing-fields .form-group .form-control{                                   
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 11px 12px;
    font-family: inherit;
    font-weight: inherit;
    font-size: 14px;
    line-height: 1.42857143 !important;
    color: var(--gray );
    background-color: var(--light );
    background-image: none;
    border: 1px solid;
    border-color: var(--gray );
    border-radius: 3px;
    box-shadow: none;
    height: auto;
}
.billing-fields .form-group .form-control:focus-visible{                                   
    outline: none;
    border: 1px solid;
    border-color: var(--gray );
    border-radius: 3px;
    box-shadow: none;
}
.order-col{
    display: inline-block;
    float: none;
    width: 45%;
    border: none;
    background-color: inherit /*#F6F6F6*/;
    padding: 0 10px;
    border-radius: 3px;
}
.order-col .review-order{
        padding: 3px;
        width: 100%;
    }
.review-order .review-order-table{
    border: none;
    border-bottom: 0;
    background-color: inherit;
    border-radius: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: 0.95em;
    margin: 0 0 25px 0;
    border-collapse: collapse;
    text-align: left;
}
.review-order .review-order-table thead {
    background-color: transparent;
}
.review-order .review-order-table thead tr th:nth-child(1), tbody tr th:nth-child(1), tfoot tr th:nth-child(1) {
    width: 60%;
    padding-right: 0 !important;
}
.review-order .review-order-table thead tr th:nth-child(2), tbody tr td:nth-child(2), tfoot tr td:nth-child(2) {
    width: 30%;
    padding-left: 10px !important;
}
.review-order .review-order-table tbody {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.review-order .review-order-table tbody tr td{
    padding: 10px 0;
}
.review-order .review-order-table tbody tr.cart_item td.product-name {
    -js-display: flex;
    display: flex;
    width: 100%;
    align-items: center;
}
.review-order .review-order-table tbody tr.cart_item td.product-name .product-image {    
    height: auto;
    -js-display: flex;
    display: flex;
    vertical-align: middle;
    border-radius: 5px;
    align-items: center;
    width: 100%;
}
.review-order .review-order-table tbody tr.cart_item td.product-name .product-image .product-thumbnail{
    position: relative;
    border-radius: 4px;
    width: 20%;
    margin-right: 10px;
}
.review-order .review-order-table tbody tr.cart_item td.product-name .product-image .product-thumbnail img{
    border-radius: 4px;
}
.review-order .review-order-table tfoot ul li{
    list-style: none;
}

.checkout-payment{
    background-color: inherit;
    border: none;
    border-radius: 0;
}
.checkout-payment .payment_methods{
    margin: 1em 0 0;
    background-color: #f7f7f7;
    padding: 15px;
}
.checkout-payment .payment_methods .payment_method{
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
    background: transparent;
    list-style: none;
}
.checkout-payment .payment_methods .payment_method .payment_box{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
    background-color: #eaeaea;
    font-family: inherit;
    font-weight: inherit;
    margin-bottom: 0.5em;
}
.checkout-payment .payment_methods .payment_method .payment_box::before{
    content: "";
    display: block;
    border: 1em solid;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: #eaeaea;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.place-order{
    margin: 0;
    padding: 8px 0 0;
}
.place-order button{
    border: 1px solid;
    border-color: var(--light );
    background: linear-gradient(90deg, rgb(255 103 0) 0%, rgb(255 0 0) 35%, rgb(175 13 26) 100%);
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: 0.5px;
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
    color: var(--light );
    float: right;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius: 30px 30px 30px 30px;
    cursor: pointer;
    font-size: 20px;

}
.place-order button:hover{
    
    background-color: black;
}
.order-button {
    background-color: red;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 20px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease-in-out;
    text-decoration: none;
}

.footer{
    background: rgb(0, 0, 32);
    color: var(--light);
    text-align: center;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5px 0;
}
.footer .menus{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer .menus a{
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 24px;
    color: var(--light);
    text-decoration: none;
    padding: 15px;
}
.footer .menus a:hover{
    color: #A7A7A7;
}
.bg-light-green{
    background: var(--light-green);         
}
.p-widget{
    padding: 30px 20px 30px 20px;
}


@media screen and (max-width: 500px){
    .top_section_img {
        width: 100% !important;
    }   
     
    .top-heading-title {
         width: 100% !important;
    }
         
    .discount_price {
        text-align: center;
    }
    .regular_price {
        text-align: center;
    }
}

.footer{
    background: linear-gradient(90deg, rgba(92, 163, 218, 1) 0%, rgba(32, 124, 202, 1) 35%, rgba(29, 95, 171, 1) 100%);
}

 .video-box iframe {
 width: 100% !important;
 }
 .simple-translate-result {
     display: none !important;
 }
 .simple-translate-candidate {
     display: none !important;
 }
 
 .down-div{
     margin-top: 30px;
 }
 .ord_section {
     padding-left: 0px;
 }
 .billing-fields .form-group label {
     font-family: 'Hind Siliguri', sans-serif !important;
 }
 .product-name-td {
     font-family: 'Hind Siliguri', sans-serif !important;
 }
 ul {
 list-style: none;
 padding-left: 0px;
 }
 ul li {
 padding-left: 20px; 
 line-height: 1.5; 
 padding: 14px;
border-bottom: 1px solid #2b83cd;
font-size: 20px;
 }
 
ul li p {
     font-family: 'Hind Siliguri', sans-serif !important;
 }
 

 .top-heading-title {
     font-family: 'Hind Siliguri', sans-serif !important;
     color: #132a8c;
 }
 .top_div {
 position: relative;
 height: 70px;
 background: red;
 margin-top: 20px;
 height: 500px;
 }
 .shape{
 position: absolute;
 width: 50px;
 height: 50px;
 background: red;
 transform: rotate(45deg);
 right: -7%;
 top: 15%;
 }
 .another_div {
 position: relative;
 height: 70px;
 margin-top: 20px;
 border: 1px solid black;
 border-left: none;
 }
 
 .left_side_details ul li {
     font-family: 'Hind Siliguri', sans-serif !important;
 }
 .right_side_details ul li {
     font-family: 'Hind Siliguri', sans-serif !important;
 }
 
 .left_product_details ul li {
     font-family: 'Hind Siliguri', sans-serif !important;
 }
 
 @media screen and (min-width: 992px) and (max-width: 1199px) {
 .price_section {
 padding-left: 0px !important;
 }
 .shape {
 position: absolute;
 width: 48px !important;
 height: 48px !important;
 background: red;
 transform: rotate(45deg);
 right: -9% !important;
 top: 15% !important;
 }
 .top_div h3 {
 font-size: 30px !important;
 }
 .another_div h3 {
 font-size: 30px !important;
 }
 }
 @media screen and (min-width: 768px) and (max-width: 991px) {
 .top-div .container-fluid .element-width .top-box-weight .top-heading-title{
 font-size: 44px;
 }
 .top-div .container-fluid .text-info-box .top-heading-title{
 font-size: 24px;
 line-height: 1.3em;
 }
 /*Price Section*/
 .price_section {
 padding-left: 0px !important;
 }
 .shape {
 right: -12% !important;
 width: 48px !important;
 height: 48px !important;
 }
 .top_div h3 {
 font-size: 35px !important;
 float: none !important;
 }
 .another_div h3 {
 font-size: 35px !important;
 float: none !important;
 }
 }
 @media screen and (min-width: 576px) and (max-width: 767px) {
 .top-div .container-fluid .element-width {
 padding: 26px 0px 0px 0px !important;
 margin-bottom: 10px !important;
 }
 .top-div .container-fluid .element-width .top-box-weight .top-heading-title {
 font-size: 15px !important;
 line-height: 1.3em;
 }
 .top-div .container-fluid .text-info-box .top-heading-title {
 font-size: 17px !important;
 line-height: 1.3em;
 }
 .video-box iframe {
 height: 210px !important;
 }
 .overview {
 padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 }
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px !important;
 }
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px;
 }
 .feature-list {
 padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 line-height: 1.3em !important;
 }
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px;
 }
 .ord {
 padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 }
 .address_section {
 width: 100% !important;
 }
 .order-col {
 width: 100% !important;
 }
 /*Price Section*/
 .price_section {
 padding-left: 0px !important;
 }
 .phone img {
 height: 25px !important;
 width: 25px !important;
 }
 .shape {
 right: -13% !important;
 width: 50px !important;
 height: 50px !important;
 }
 .top_div {
 width: 42% !important;
 }
 .another_div {
 width: 42% !important;
 }
 .top_div h3 {
 font-size: 30px !important;
 float: none !important;
 }
 .another_div h3 {
 font-size: 30px !important;
 float: none !important;
 }
 }
 @media screen and (min-width: 484px) and (max-width: 575px) {
 .top-div .container-fluid .element-width {
 padding: 26px 0px 0px 0px !important;
 margin-bottom: 10px !important;
 }
 .top-div .container-fluid .element-width .top-box-weight .top-heading-title {
 font-size: 15px !important;
 line-height: 1.3em;
 }
 .top-div .container-fluid .text-info-box .top-heading-title {
 font-size: 17px !important;
 line-height: 1.3em;
 }
 .video-box iframe {
 height: 210px !important;
 }
 .overview {
 padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 }
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px !important;
 }
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px;
 }
 .feature-list {
 padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 line-height: 1.3em !important;
 }
 
 .order_btn img {
     height: 10px !important;
 }
 
 #review_section .review_slider img{
     height: 95px !important;
 }
 
 .top_section {
     width: 100% !important;
 }
 
 .bottom_section {
     width: 90% !important;
 }
 
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px;
 }
 .ord {
 padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 }
 .address_section {
 width: 100% !important;
 }
 .order-col {
 width: 100% !important;
 }
 /*Price Section*/
 .price_section {
 padding-left: 38px !important;
 }
 .phone img {
 height: 25px !important;
 width: 25px !important;
 }
 .shape {
 right: -13% !important;
 width: 50px !important;
 height: 50px !important;
 }
 .top_div {
 width: 45% !important;
 }
 .another_div {
 width: 45% !important;
 }
 .top_div h3 {
 font-size: 30px !important;
 float: none !important;
 }
 .another_div h3 {
 font-size: 30px !important;
 float: none !important;
 }
 .container-fluid .ani-btn-box .inner-padding .btn {
 font-size: 20px !important;
 }
 }
 @media screen and (min-width: 424px) and (max-width: 483px) {
 .top-div .container-fluid .element-width {
 padding: 26px 0px 0px 0px !important;
 margin-bottom: 10px !important;
 }
 .top-div .container-fluid .element-width .top-box-weight .top-heading-title {
 font-size: 15px !important;
 line-height: 1.3em;
 }
 .top-div .container-fluid .text-info-box .top-heading-title {
 font-size: 17px !important;
 line-height: 1.3em;
 }
 
 .first_section {
     width: 60% !important;
 }
 .ord_section {
     margin-bottom: 10px;
 }
 
 .top-div {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

#review_section .review_slider img{
     height: 95px !important;
 }
 
 .order_btn img {
     height: 10px !important;
 }
 
 .top_section {
     width: 100% !important;
 }
 
 .top_heading_text {
    font-size: 20px !important;
    padding: 15px !important;
    width: 100% !important;
 }
 
 .bottom_section {
     width: 90% !important;
 }
 
 .video-box iframe {
 height: 210px !important;
 }
 .overview {
 padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 }
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px !important;
 }
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px;
 }
 .feature-list {
 padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 line-height: 1.3em !important;
 }
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px;
 }
 .ord {
 padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 }
 .address_section {
 width: 100% !important;
 }
 .order-col {
 width: 100% !important;
 }
 /*Price Section*/
 .price_section {
 padding-left: 38px !important;
 }
 .phone img {
 height: 25px !important;
 width: 25px !important;
 }
 .shape {
 right: -13% !important;
 width: 35px !important;
 height: 35px !important;
 }
 .top_div {
 width: 45% !important;
 height: 50px !important;
 }
 .another_div label {
 font-size: 12px !important;
 }
 .top_div label {
 font-size: 12px !important;
 }
 
 .top-div {
    width: 100% !important;
    height: auto !important;
 }
 
 .first_section {
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto;
}

.ord_section {
    margin-bottom: 10px;
}

.top-div .container-fluid .element-width .top-box-weight {
    width: 100% !important;
}

.price_top_section {
    width: 70% !important;
    margin: 0 auto;
    padding: 8px;
}
 
 .another_div {
 width: 45% !important;
 height: 50px !important;
 }
 .top_div h3 {
 font-size: 25px !important;
 float: none !important;
 }
 .another_div h3 {
 font-size: 26px !important;
 float: none !important;
 }
 .container-fluid .ani-btn-box .inner-padding .btn {
 font-size: 22px !important;
 }
 }
 @media screen and (min-width: 400px) and (max-width: 423px) {
 .top-div .container-fluid .element-width {
 padding: 26px 0px 0px 0px !important;
 margin-bottom: 10px !important;
 }
 .top-div .container-fluid .element-width .top-box-weight .top-heading-title {
 font-size: 15px !important;
 line-height: 1.3em;
 }
 .top-div .container-fluid .text-info-box .top-heading-title {
 font-size: 17px !important;
 line-height: 1.3em;
 }
 
 .top-div {
    width: 100% !important;
    height: auto !important;
 }
 
 .top-div {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

#review_section .review_slider img{
     height: 95px !important;
 }
 
 .top_heading_text {
    font-size: 20px !important;
    padding: 15px !important;
    width: 100% !important;
 }
 
 .first_section {
     width: 60% !important;
 }
 .ord_section {
     margin-bottom: 10px;
 }
 
 .order_btn img {
     height: 10px !important;
 }
 
 .top_section {
     width: 100% !important;
 }
 
 .bottom_section {
     width: 90% !important;
 }
 
 .top-div .container-fluid .element-width .top-box-weight {
     width: 100% !important;
 }
 
 .video-box iframe {
 height: 210px !important;
 }
 .overview {
 padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 }
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px !important;
 }
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px;
 }
 .feature-list {
 padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 line-height: 1.3em !important;
 }
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px;
 }
 .ord {
 padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 }
 .address_section {
 width: 100% !important;
 }
 .order-col {
 width: 100% !important;
 }
 
.first_section {
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto;
}

.ord_section {
    margin-bottom: 10px;
}

.price_top_section {
    width: 70% !important;
    margin: 0 auto;
    padding: 8px;
}
 
 /*Price Section*/
 .price_section {
 padding-left: 38px !important;
 }
 .phone img {
 height: 25px !important;
 width: 25px !important;
 }
 .shape {
 right: -13% !important;
 width: 35px !important;
 height: 35px !important;
 }
 .top_div {
 width: 45% !important;
 height: 50px !important;
 }
 .another_div label {
 font-size: 12px !important;
 margin-left: 12px !important;
 }
 .top_div label {
 font-size: 12px !important;
 margin-left: 12px !important;
 }
 .another_div {
 width: 45% !important;
 height: 50px !important;
 }
 .top_div h3 {
 font-size: 25px !important;
 float: none !important;
 }
 .another_div h3 {
 font-size: 26px !important;
 float: none !important;
 }
 .container-fluid .ani-btn-box .inner-padding .btn {
 font-size: 20px !important;
 }
 }
 @media screen and (min-width: 375px) and (max-width: 399px) {
    .top-div .container-fluid .element-width {
        padding: 26px 0px 0px 0px !important;
        margin-bottom: 10px !important;
    }
    .top-div .container-fluid .element-width .top-box-weight .top-heading-title {
        font-size: 15px !important;
        line-height: 1.3em;
    }
    .first_section {
        width: 100% !important;
        text-align: center !important;
        margin: 0 auto;
    }
    .ord_section {
        margin-bottom: 10px;
    }
 
    #review_section .review_slider img{
        height: 95px !important;
    }
 
    .top-div {
        width: 100% !important;
        height: auto !important;
    }
    .top-div .container-fluid .text-info-box .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em;
    }
    .video-box iframe {
        height: 210px !important;
    }
    .overview {
        padding-left: 0px !important;
    }
    .down-div .container-fluid .element-widget .top-heading-title {
        font-size: 17px !important;
    }
 
    .order_btn img {
        height: 10px !important;
    }
 
    .top_section {
        width: 100% !important;
    }
 
    .bottom_section {
        width: 90% !important;
    }
 
    .top-div .container-fluid .element-width .top-box-weight {
        width: 100% !important;
    }
    
    .down-div .container-fluid .element-widget-wrap {
        padding: 10px !important;
    }
    .down-div .container-fluid .element-widget-wrap {
        padding: 10px;
    }
    .feature-list {
        padding-left: 0px !important;
    }
    .down-div .container-fluid .element-widget .top-heading-title {
        font-size: 17px !important;
        line-height: 1.3em !important;
    }
    .down-div .container-fluid .element-widget-wrap {
        padding: 10px;
    }
    .ord {
        padding-left: 0px !important;
    }
    .down-div .container-fluid .element-widget .top-heading-title {
        font-size: 17px !important;
    }
    .address_section {
        width: 100% !important;
    }
    .order-col {
        width: 100% !important;
    }
    /*Price Section*/
    .price_section {
        padding-left: 38px !important;
    }
    .phone img {
        height: 25px !important;
        width: 25px !important;
    }
    
    .top-div {
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
    }
    
    .top_section {
        font-size: 20px !important;
    }
    
    .bottom_section p {
        font-size: 16px !important;
    }
    
    .price_top_section {
        width: 60% !important;
        margin: 0 auto;
        padding: 10px !important;
        font-size: 19px !important;
    }
    
    .ord_section .btn {
        font-size: 20px !important;
    }
    
    .left_side_details {
        padding: 0px !important;
    }
    ul li{
        padding: 0;
    }
    
    .right_side_details {
        padding: 10px !important;
    }
    
    .top_heading_text {
        font-size: 20px !important;
        padding: 15px !important;
        width: 100% !important;
    }
    
    .shape {
        right: -13% !important;
        width: 35px !important;
        height: 35px !important;
    }
    .top_div {
        width: 45% !important;
        height: 50px !important;
    }
    .another_div label {
        font-size: 8px !important;
        margin-left: 12px !important;
    }
    .top_div label {
        font-size: 8px !important;
        margin-left: 12px !important;
    }
    .another_div {
        width: 45% !important;
        height: 50px !important;
    }
    .top_div h3 {
        font-size: 25px !important;
        float: none !important;
    }
    .another_div h3 {
        font-size: 26px !important;
        float: none !important;
    }
    /*Price Section*/
    .container-fluid .ani-btn-box .inner-padding .btn {
        font-size: 17px !important;
    }

 }
 @media screen and (min-width: 320px) and (max-width: 374px) {
     
  .video-box iframe {
 height: 210px !important;
 }   
     
 .top-div .container-fluid .element-width {
 padding: 26px 0px 0px 0px !important;
 margin-bottom: 10px !important;
 }
 .first_section {
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto;
 }
 
 #review_section .review_slider img{
     height: 95px !important;
 }
 
 .price_top_section {
    width: 70% !important;
    margin: 0 auto;
    padding: 8px;
    font-size: 19px !important;
 }
 .ord_section {
     margin-bottom: 10px;
 }
 
 .top-div .container-fluid .element-width .top-box-weight {
     width: 100% !important;
 }
 
 .order_btn {
     font-size: 20px !important;
 }
 
 .order_btn_img {
     height: 20px !important;
 }
 
 .top_section {
     width: 100% !important;
 }
 
 .bottom_section {
     width: 90% !important;
 }
 
 .top-div .container-fluid .element-width .top-box-weight .top-heading-title {
     font-size: 15px !important;
     line-height: 1.3em;
 }
 .top-div .container-fluid .text-info-box .top-heading-title {
     font-size: 17px !important;
     line-height: 1.3em;
 }
 .overview {
    padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
    font-size: 17px !important;
 }
 .down-div .container-fluid .element-widget-wrap {
    padding: 10px;
 }
 
 .slide_top {
    padding-left: 0px !important;
 }
 .feature-list {
    padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 line-height: 1.3em !important;
 }
 ul {
 padding-left: 0px !important;
 }
 .feature-list ul li {
 padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px !important;
 }
 .ord {
 padding-left: 0px !important;
 }
 .ord {
 padding-left: 0px !important;
 line-height: 1.3em !important;
 }
 .price_section {
 padding-left: 25px !important;
 }
 .phone img {
 height: 25px !important;
 width: 25px !important;
 }
 .shape {
 right: -13% !important;
 width: 35px !important;
 height: 35px !important;
 }
 .top-div {
 width: 100% !important;
 height: auto !important;
 }
 
 .top_section {
     font-size: 20px !important;
 }
 
 .bottom_section p {
     font-size: 16px !important;
 }
 
 .left_side_details {
     padding: 5px !important;
 }
 
 .right_side_details {
     padding: 10px !important;
 }
 
 .top_heading_text {
    font-size: 20px !important;
    padding: 15px !important;
    width: 100% !important;
 }
 
 .another_div label {
 font-size: 8px !important;
 margin-left: 5px !important;
 }
 .top_div label {
 font-size: 8px !important;
 margin-left: 5px !important;
 }
 .another_div {
 width: 45% !important;
 height: 50px !important;
 }
 .top_div h3 {
 font-size: 25px !important;
 float: none !important;
 }
 .another_div h3 {
 font-size: 26px !important;
 float: none !important;
 }
 .address_section {
 width: 100% !important;
 }
 .container-fluid .ani-btn-box .inner-padding .btn {
    font-size: 21px;
    font-weight: 700;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 25px 15px 25px 15px;
    transition: 0.3s;
    text-decoration: none;
}
.container-fluid .ani-btn-box .inner-padding #order_btn2 {
font-size: 19px;
font-weight: 700;
background-color: #F1A415;
border-style: solid;
border-width: 3px 3px 3px 3px;
border-radius: 10px 10px 10px 10px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
padding: 20px 6px 20px 6px;
transition: 0.3s;
text-decoration: none;
}

.container-fluid .ani-btn-box .inner-padding #order_btn2 img{
height: 20px !important;
}
 
 .main-wrapper {
     background: #F3FFED;
 }
 
 .top-div {
    background-repeat: no-repeat;
    height: 500px;
    background-position: center;
    background-size: cover;
 }
 }
 @media screen and (min-width: 280px) and (max-width: 319px) {
 .top-div .container-fluid .element-width {
 padding: 26px 0px 0px 0px !important;
 margin-bottom: 10px !important;
 }
 
 .left_side_text {
     font-size: 22px !important;
 }
 
 .first_section {
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto;
 }
 
 #review_section .review_slider img{
     height: 95px !important;
 }
 
 .price_top_section {
    width: 90% !important;
    margin: 0 auto;
    padding: 8px;
    font-size: 19px !important;
 }
 .ord_section {
     margin-bottom: 10px;
 }
 
 .top-div .container-fluid .element-width .top-box-weight {
     width: 100% !important;
 }
 
 .order_btn {
     font-size: 20px !important;
 }
 
 .order_btn_img {
     height: 15px !important;
 }
 
 .top_section {
     width: 100% !important;
 }
 
 .bottom_section {
     width: 90% !important;
 }
 
 .top-div .container-fluid .element-width .top-box-weight .top-heading-title {
     font-size: 15px !important;
     line-height: 1.3em;
 }
 .top-div .container-fluid .text-info-box .top-heading-title {
     font-size: 17px !important;
     line-height: 1.3em;
 }
 .overview {
    padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
    font-size: 17px !important;
 }
 .down-div .container-fluid .element-widget-wrap {
    padding: 10px;
 }

 .feature-list {
    padding-left: 0px !important;
 }
 .down-div .container-fluid .element-widget .top-heading-title {
 font-size: 17px !important;
 line-height: 1.3em !important;
 }
 ul {
 padding-left: 0px !important;
 }
 .feature-list ul li {
 padding-left: 0px !important;
 font-size: 15px !important;
 }
 .down-div .container-fluid .element-widget-wrap {
 padding: 10px !important;
 }
 .ord {
 padding-left: 0px !important;
 }
 .ord {
 padding-left: 0px !important;
 line-height: 1.3em !important;
 }
 .price_section {
 padding-left: 25px !important;
 }
 .phone img {
 height: 25px !important;
 width: 25px !important;
 }
 .shape {
 right: -13% !important;
 width: 35px !important;
 height: 35px !important;
 }
 .top-div {
 width: 100% !important;
 height: auto !important;
 }
 
 .top_section {
     font-size: 20px !important;
 }
 
 .bottom_section p {
     font-size: 16px !important;
 }
 
 .left_side_details {
     padding: 10px !important;
 }
 
 .right_side_details {
     padding: 10px !important;
 }
 
 .top_heading_text {
    font-size: 15px !important;
    padding: 15px !important;
    width: 100% !important;
 }
 
 .another_div label {
 font-size: 8px !important;
 margin-left: 5px !important;
 }
 .top_div label {
 font-size: 8px !important;
 margin-left: 5px !important;
 }
 .another_div {
 width: 45% !important;
 height: 50px !important;
 }
 .top_div h3 {
 font-size: 25px !important;
 float: none !important;
 }
 .another_div h3 {
 font-size: 26px !important;
 float: none !important;
 }
 .address_section {
 width: 100% !important;
 }
 .container-fluid .ani-btn-box .inner-padding .btn {
    font-size: 16px;
    font-weight: 700;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 20px 10px 20px 10px;
    transition: 0.3s;
    text-decoration: none;
}
.container-fluid .ani-btn-box .inner-padding #order_btn2 {
font-size: 19px;
font-weight: 700;
background-color: #F1A415;
border-style: solid;
border-width: 3px 3px 3px 3px;
border-radius: 10px 10px 10px 10px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
padding: 20px 6px 20px 6px;
transition: 0.3s;
text-decoration: none;
}

.container-fluid .ani-btn-box .inner-padding #order_btn2 img{
height: 20px !important;
}
 
 .main-wrapper {
     background: #F3FFED;
 }
 
 .top-div {
    background-repeat: no-repeat;
    height: 500px;
    background-position: center;
    background-size: cover;
 }
 }
 @media screen and (min-width: 992px) {
    .top-div {
        background-repeat: no-repeat !important;
        height: 600px !important;
        background-position: center !important;
        background-size: cover !important;
     } 
 }
 .left_side_details p{
     padding: 0 15px;
     font-size: 20px;
 }
 .order_btn {
    position: relative;
    top: -5px;
    transition: all 0.25s ease-out !important;
    box-shadow: 10px 10px 11px 1px #5a5a5ac7 !important;
}
.order_btn:hover{
    position: relative;
    top: 0px;
    margin-left: 5px;
    transition: all 0.25s ease-out !important;
    box-shadow: 0px 0px 0px 0px #5a5a5ac7 !important;
}

.timer_section {
    background: linear-gradient(90deg, rgba(92, 163, 218, 1) 0%, rgba(32, 124, 202, 1) 35%, rgba(29, 95, 171, 1) 100%);
    padding: 10px 10px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.countdown-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    margin-top: 10px;
}
.countdown-box .time-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    border-radius: 5px;
    border: 2px dashed #fff;
    text-align: center;
    min-width: 70px;
}
.countdown-box .time-item span {
    display: block;
    font-size: 24px;
}

.btnCall{
    background: linear-gradient(90deg, rgba(92, 163, 218, 1) 0%, rgba(32, 124, 202, 1) 35%, rgba(29, 95, 171, 1) 100%);
    box-shadow: 0px 7px 11px 0px #bababac7;
    font-weight: bold;
}

.video_section {
    min-height: auto;
    aspect-ratio: 16 / 9;
    height: 100%;
    
}
    .video-overlay-white {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #383838;
        z-index: 10;
        transition: opacity 0.5s ease;
    }
    .video-overlay-white.hidden {
        background-color: transparent;
        pointer-events: none;
    }
    .video-wrapper {
        background-color: #383838;
    }
    .video-foreground iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        aspect-ratio: 16 / 9;
        width: 100%;
        height: auto;
        transform: translate(-50%, -50%);
        pointer-events: none;
        border: 10px solid #000;
        width: 100%;
        height: 500px;
        border-radius: 10px;
    }
    .timerTitle{
        padding: 20px 0;
    }
    
@media(max-width: 769px){
    .container-fluid{
        width: 100%;
    }
    .left_sidebar_section{
        padding: 0;
    }
    .countdown-box {
        font-size: 12px;
        margin-top: 0;
        gap: 7px;
    }
    .countdown-box .time-item {
        padding: 5px 5px;
    }
    .countdown-box .time-item span {
        display: block;
        font-size: 16px;
    }
    
    .video_section {
        min-height: auto;
        aspect-ratio: 9 / 8;
        height: auto;
        
    }
    .video-foreground iframe {
        aspect-ratio: auto;
        height: 400px;
        margin-top: 10px;
    }
}
@media(max-width: 569px){
    .video_section {
        min-height: auto;
        aspect-ratio: 9 / 9;
        height: auto;
    }
}
@media(max-width: 400px){
    .video_section {
        min-height: auto;
        aspect-ratio: 9 / 10;
        height: auto;
    }
}
@media(max-width: 360px){
    .video_section {
        min-height: auto;
        aspect-ratio: 9 / 12;
        height: auto;
    }
}
.sizes{
    /*display: flex;*/
}
.sizes .size {
    padding: 3px;
    margin: 5px;
    border: 1px solid #c2050b;
    width: auto;
    text-align: center;
    cursor: pointer;
}
.sizes .size.active{
    background: #c2050b;
    color: white;
}

.customCheckbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #f44336; /* red border */
    border-radius: 50%;         /* circular shape */
    outline: none;
    cursor: pointer;
    position: relative;
}

.customCheckbox:checked::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #f44336; /* red filled center */
    border-radius: 50%;
}
.increase-qty {
    padding: 0 5px;
    min-width: 30px;
    min-height: unset;
    height: 42px;
    border: 2px solid rgb(211, 211, 211);
    background: white;
    box-shadow: none;
    color: black;
    border-radius: 0 50px 50px 0;
    border-left: 0;
    font-size: 24px;
    font-weight: bold;
}
.decrease-qty {
    padding: 0px 6px;
    min-width: 30px;
    min-height: unset;
    height: 42px;
    border: 2px solid rgb(211, 211, 211);
    background: white;
    box-shadow: none;
    color: black;
    border-radius: 50px 0 0 50px;
    border-right: 0;
    font-size: 26px;
    font-weight: bold;
}
.increseAndDecress{
    width: 40px;
    color: black;
    border-radius: 0;
    border: 2px solid rgb(211, 211, 211);
    border-right: none;
    border-left: none;
    padding: 0 11px;
}


   .top_heading_text {
       border: 7px solid green;
        border-radius: 10px;
        font-size: 29px;
        text-align: center;
        width: 70%;
        margin: 0 auto;
        font-family: 'Hind Siliguri', sans-serif !important;
   }

 .product_item{
     background-color: #fff;
    border: 1px solid #ffc7c7;
    padding: 10px;
    border-radius: 0.35em;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    width: 100%;
    font-family: sans-serif;
 }
 .product_item .name{
    font-size: 18px;   
    font-family: 'Hind Siliguri';
 }
.swiper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: auto;
  height: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 20px);
}

.custom-accordion-header:hover {
    background-color: rgb(28, 68, 100);
}
.custom-accordion-item {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.custom-accordion-body.show {
    padding: 8px 20px;
    max-height: 500px;
    background: rgb(28, 68, 100);
    border-top: 0;
}
#textdata {
    background: rgb(202, 209, 223);
    padding: 6px 4px;
    border-radius: 6px;
    color: black;
}
.custom-accordion-header {
    padding: 8px 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(28, 68, 100);
    color: #fff;
    transition: background-color 0.3s ease;
}
 @media(max-width: 769px){
     .p0{
         padding: 0;
     }
     .product_item .name{
        font-size: 15px;   
        font-family: 'Hind Siliguri';
     }
 }