@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Tiro+Bangla&display=swap');

body {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: 'Tiro Bangla', serif;
    background: url('{{ url($productdetails->ProductImage) }}') no-repeat center center fixed;
    background-size: cover;
}

h1,
h2,
h3,
h5 {
    margin: 0px;
}

.sizetext {
    color: 000;
    background: #fff;
}

#checkimg{
    width: 45px;
    height: 45px;
    margin-top: 5px;
}

#checktext{
    color: #fff;
    margin-left: 5px;
    margin-top: 6px;
    font-size: 32px;
}

.colortext {
    color: #000;
    background: #fff;
}

.product-img {
    height: 900px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #231557 0%,
            #44107a 29%,
            #ff1361 67%,
            #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    font-size: 190px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}



#mtt {
    margin-top: 60px;
}

#ptt {
    padding: 30px;
}

.headtext {
    color: #00560C;
    font-family: "Baloo Da 2", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 65px;
}

#videodiv {
    height: 508px;
    border-style: groove;
    border-width: 5px 5px 5px 5px;
    border-color: #EC159EF7;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

#orderbtn {
    padding: 8px;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 35px;
    font-weight: bold;
    fill: #000;
    color: #000;
    background-color: yellow;
    border-style: groove;
    border-width: 2px 2px 2px 2px;
    border: none;
}

#callnowbtn {
    padding: 8px;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: bold;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #6E1183;
    border-style: groove;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
}

#priceText {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
}

.headdingTitle {
    color: #FF6600;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4em;
}

.heading-title {
    color: #848484;
    font-family: "Baloo Da 2", Sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4em;
}

.elementor-widget-container {
    padding: 50px 0px 50px 0px;
    background-color: #FFFFFF73;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF6600;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgb(118 118 118 / 50%);
}

.elementor-icon-box-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.elementor-icon-box-wrapper {
    display: block;
    text-align: center;
}

.elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
}

.elementor-icon {
    fill: #FF6600;
    color: #FF6600;
    border-color: #FF6600;
}

.elementor-icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px
}

.elementor-icon-box-title a {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.elementor-icon-box-title {
    margin-bottom: 0px;
    color: #FF6600;
    font-size: 26px;
    font-weight: 600;
}

#mid-bannerd {
    background-image: url('./public/images/bgimg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#mid-banner {
    position: absolute;
}

#overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FF6600;
    z-index: 2;
    cursor: pointer;
    opacity: 0.9;
}

#midbH2 {
    color: #FFFD06;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 50px;
    font-weight: 800;
}

.elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.elementor-icon-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative;
}

.elementor-icon-list-text {
    color: #FFFFFF;
    align-self: center;
    padding-left: 5px;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.elementor-icon-list-icon {
    font-size: 30px;
    color: yellow;
}

#formText {
    color: #000;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    border-radius: 6px;
    margin-bottom: 4px;
    padding-bottom: 12px;
    text-align: center;
}

#formTextN {
    color: #fff;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    border-radius: 6px;
}

 

.shop_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;
}

#payment {
    background-color: inherit;
    border: none;
    border-radius: 0;
}

#payment ul.payment_methods {
    border: none;
    margin: 1em 0 0;
    background-color: #f7f7f7;
    padding: 15px;
    text-align: left;
    padding: 1em;
    border-bottom: none;
    margin: 0;
    list-style: none outside;
}

#payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

#payment div.payment_box {
    background-color: #eaeaea;
    font-family: inherit;
    font-weight: inherit;
    margin-bottom: 0.5em;
}

#payment div.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;
}

.privacy-policy-text p {
    font-family: inherit;
    font-weight: inherit;
    font-size: 16px;
    color: #777;
    margin-top: 8px;
    text-align: justify;
}

#place_order {
    border: 1px solid;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: 0.5px;
    width: 100%;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 3px;
    color: white;
    background-color: #00CD04;
    border-color: #00CD04;
}

#place_order_footer {
    border: 1px solid;
    width: 100%;
    padding: 12px 18px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    background-color: #00CD04;
    border-color: #00CD04;
}

.sticky-product-bar-container {
    width: 100%;
    float: right;
    right: 0;
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    background: green;
    z-index: 999;
}

.checkout-page.display-button section.total {
    margin-left: auto;
}

.total .total-label {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

#videoDiv {
    height: 550px;
}

#priceDiv {
    color: #333333;
}

.headtext2 {
    color: white;
    font-size: 26px;
    padding: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

#priceDiv2 {
    color: #f6f6cb;
    padding-bottom: 10px;
    font-size: 35px;
}


#priceDiv3 {
    color: yellow;
    padding-bottom: 10px;
}

#priceDiv4 {
    color: white;
    padding-bottom: 10px;
}

#btnid {
    font-size: 25px;
    font-weight: bold;
}

.productShortdetails {
    font-size: 28px;
    font-weight: bold;
}

@media only screen and (min-width: 900px) {
    .order_section {
        margin-top: -50px;
    }

    /* .sliderImage {
            height: 450px;
            object-fit: cover;
        } */
}

@media only screen and (max-width: 600px) {
    
    #checktext{
        color: #fff;
        margin-left: 5px;
        margin-top: 10px;
        font-size: 20px;
    }
    
    #checkimg{
        width: 40px;
        height: 40px;
        margin-top: 6px;
    }

    .productShortdetails {
        font-size: 15px;
        font-weight: bold;
    }

    .product-img {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }

    #btnid {
        font-size: 22px;
        font-weight: bold;
    }

    #formTextN {
        color: #fff;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        border-radius: 6px;
    }

    #formText {
        color: #000;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        border-radius: 6px;
        margin-bottom: 4px;
        padding-bottom: 12px;
        text-align: center;
    }

    #priceText {
        font-weight: bold;
        padding-bottom: 0px;
        font-size: 26px;
    }

    .elementor-icon-list-item>a {
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .headtext {
        color: #00560C;
        font-family: "Baloo Da 2", Sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.1em;
    }

    .headtext2 {
        color: white;
        font-size: 14px;
        padding: 14px;
        padding-top: 10px;
        padding-bottom: 0;
    }

    #mtt {
        margin-top: 20px;
    }

    #ptt {
        padding: 14px;
    }

    #headTextdiv {
        padding-top: 0px !important;
    }

    #videoDiv {
        height: 300px;
    }

    #orderbtn {
        padding: 6px;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 18px;
    }

    #callnowbtn {
        padding: 6px;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 19px;
    }

    #priceDiv {
        color: #333333;
        font-size: 25px;
    }

    #priceDiv2 {
        color: #ff6600;
        font-size: 25px;
    }

    .headdingTitle {
        color: #FF6600;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.4em;
    }


    .heading-title {
        color: #848484;
        font-family: "Baloo Da 2", Sans-serif;
        font-size: 19px;
        font-weight: 500;
        line-height: 1.4em;
    }

    #midbH2 {
        color: #FFFD06;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 40px;
        font-weight: 800;
    }

    .elementor-icon-list-text {
        color: #FFFFFF;
        align-self: center;
        padding-left: 5px;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 25px;
        font-weight: 700;
    }

    #marSM {
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 15px !important;
    }

    #marSMTest {
        margin: 0 !important;
        padding: 0 !important;
    }

 

    #pbSM {
        padding-bottom: 0 !important;
    }
}

#info {
    color: red;
    font-weight: bold;
    font-size: 18px;
}


.form-control,
.form-control>.btn {
    font-size: .875rem;
    font-weight: 400;
    color: #555;
    background-color: #fff;
    border-width: 1px;
    border-color: #514d4d;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.elementor-widget-container {
    margin: 0 0 22px;
    padding: 0;
    border-style: double;
    border-width: 5px;
    border-color: #362727;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

</style><style>div#productPricetitle {
    font-size: 30px;
    margin-top: -10px;
}

.name {
    margin-bottom: 7px;
    line-height: 42px;
    text-align: center;
    font-size: 46px;
    padding-bottom: 30px;
    padding-top: 18px;
}

#vid {
    height: 500px
}

#thumbvid {
    height: 500px;
    border: 10px solid lightgray;
    border-radius: 4px;
}

.breaf {
    text-align: center;
    font-size: 26px;
}

.video {
    position: relative;
    padding-bottom: 49.25%;
    /* 16:9 */
    height: 0;
}

.video img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    cursor: pointer;
}

.video:after {
    content: "";
    position: absolute;
    display: block;
    top: 45%;
    left: 45%;
    width: 80px;
    height: 80px;
    z-index: 30;
    cursor: pointer;
    background-size: cover;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* image poster clicked, player class added using js */
.video.player img {
    display: none;
}

.video.player:after {
    display: none;
}

#ext {
    padding-left: 14px;
    text-align: center;
    padding-top: 12px;
}

@media only screen and (max-width: 600px) {
    #ext {
        padding-left: 14px;
        text-align: center;
        padding-top: 12px;
    }

    .name {
        margin-bottom: 5px;
        line-height: 30px;
        text-align: center;
        font-size: 25px;
        padding-bottom: 15px;
        margin-top: 16px;
        font-weight: bold;
    }

    #videodiv {
        height: 269px;
    }

    div#productPricetitle {
        font-size: 30px;
        margin-top: -10px;
    }

    #vid {
        height: 260px
    }

    #thumbvid {
        height: 260px
    }

    #buttonmobilesss {
        position: fixed;
        border-radius: 28px 0px !important;
        z-index: 101;
        bottom: 0;
        left: 0;
    }

    .detail-block {
        padding-top: 0px;
    }

    .breaf {
        text-align: center;
        font-size: 13px;
        color: black;
        padding: 4px;
    }

    #smbid {
        margin-bottom: 8px;
        margin-top: 75px;
    }

    .video {
        position: relative;
        padding-bottom: 56.25% !important;
        /* 16:9 */
        height: 0;
    }
}


/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
    color: black;
    font-family: monospace;
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange;
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em;
    /* Adjust as needed */
    animation:
        typing 3.5s steps(30, end),
        blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: orange
    }
}


elementSelector {
    border: none;
    box-shadow: none;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    outline: 0;
}

li {
    list-style: none;
    display: inline-block;
}

a:hover,
a:focus,
a {
    text-decoration: none;
    color: #000;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
}

button:focus,
button {
    border: none !important;
    box-shadow: none !important;
}

input:focus {
    box-shadow: none !important;
}

.quantity-control {
    display: flex;
    align-items: center;
    border-radius: 0.375rem;
    overflow: hidden;
    width: fit-content;
}

.quantity-btn {
    width: 40px !important;
    height: 37px !important;
    border: 2px solid #e8e6e6 !important;
    background-color: #000 !important;
    color: #fff;
    padding: 0 !important;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    /* border-radius: 4px; */
}

.quantity-input {
    width: 40px !important;
    text-align: center;
    border: none;
    background-color: white;
    font-size: 18px;
}

.campaign_item img {
    width: 100%;
    height: 100%;
}

.campaign_title {
    font-size: 42px;
    color: #E91E78;
    font-weight: 700;
}

.campaign_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: center;
    background: #f1f1f1;
    padding: 10px;
    margin: 35px 0;
}

.cam_short_description * {
    font-size: 19px !important;
    color: #444;
    margin: 17px 0;
    font-weight: 700;
}

#cam_order_now {
    background: #E6D111;
    color: #000;
    text-align: center;
    padding: 10px 35px;
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    cursor: pointer;
    border-radius: 15px;
}

#cam_order_now:hover {
    background: red;
    color: #fff;
    transition: 0.5s;
}

.megaoffer_btn {
    background: orange;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
}

.campaign_review svg {
    color: #FBC315;
    font-size: 13px;
}

.cam_short_description {
    border: 2px solid #108BC3;
    padding: 9px 7px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #222;
    font-weight: 600;
}

.cam_description {
    margin: 20px 0;
}

.campaign_review span {
    font-weight: 500;
    margin-left: 15px;
}

.cam_description ul li {
    margin-left: 20px;
    position: relative;
    display: block;
}

.cam_description ul li:after {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: #108BC3;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 5px;
}

.cam_discount .card-header {
    background: #108BC3;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    padding: 10px 0;
}

.cam_price {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
}

.cam_price del {
    color: #666;
}

.campaign_offer {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    background: #008519;
    padding: 20px 0;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

button.order_place {
    background: #2c6036;
    color: #fff;
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
}

.checkout-shipping label {
    font-weight: 600;
    margin-bottom: 10px;
}

.qty-cart .quantity {
    position: relative;
    border: 1px solid #ddd;
    height: 46px;
    overflow: hidden;
    margin: 20px 0;
}

.qty-cart {
    width: 150px;
}

.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
}

.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    height: 45px;
    line-height: 45px;
    width: 45px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
    border: 0;
}

.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 45px;
    line-height: 45px;
    width: 45px;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.cam_description li,
.cam_description p {
    font-family: none !important;
}

.campain_review_section {
    padding: 35px 20px;
    text-align: center;
    background: #f1f1f1;
    margin-bottom: 25px;
}

.office_address {
    width: 100%;
}

.review_title {
    margin-bottom: 25px;
}

.office_address {
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 15px;
    display: block;
    width: 70%;
    padding: 20px 0;
    border-radius: 5px;
    background: #f8f8f8;
}

.campaign_item {
    height: 530px;
}

.banner_t {
    margin-top: 140px;
}

.banner_t h2 {
    transform: translateZ(0);
    padding: 15px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    border-radius: 6px;
    background: #000;
    opacity: 0.5;
    width: 60%;
    color: #3bff1f;
    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;
    margin-bottom: 30px;
}

.camp_vid iframe {
    width: 100%;
}

.camp_video_sec {
    padding: 50px 0;
}

.ord_btn {
    text-align: center;
    padding-top: 30px;
}

.ord_btn a {
    font-size: 25px !important;
    transition: all .5s ease;
    transform: scale(1.2);
    border: 3px solid #AD7419;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ord_btn a:hover {
    transform: scale(1);
    background: #008519 !important;

}

.cont_inner {
    background: #2c6036;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 50px 0;
}

.cont_num {
    background: #FD003A;
    width: 75%;
    border-radius: 10px;
    color: #ffffff;
    font-size: 32px;
    margin: 0 auto;
    padding: 15px;
}

.cont_num a {
    color: #fff;

}

.discount_inn {
    background: #ffffff;
    width: 75%;
    margin: 32px auto;
    padding: 25px 15px;
    border-radius: 10px;
    color: green;

}

.discount_inn del {
    padding-bottom: 10px;
    display: block;
}

.discount_inn h2 p {
    border-top: 2px dashed #2c6036;
    padding-top: 10px;
}

.rules_inner {
    display: block !important;
    grid-gap: 15px;
    ackground-color: #2c6036;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.rules_item {
    width: 50%;
}

.rules_sec {
    padding: 50px 0;
}

.rules_head h2 {
    border: 9px solid green;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 25px;
    font-family: 'Hind Siliguri', sans-serif !important;
    font-weight: 600;
}

.rules_des {
    padding: 14px 0;
}

.rules_des ul li {
    display: list-item;
    border-bottom: 1px solid green;
    line-height: 45px;
}



.rules_des ul {
    padding-left: 10px;
}

.rules_des ul li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: green;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    ine-height: 1.5;

}

.campro_inn {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #00893D;
    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;
}

.campro_head {
    background-color: #2c6036;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-bottom: 30px;
}

.campro_head h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.3em;
    padding: 15px;
    color: #fff;

}

.campro_img_item {
    height: 330px;
}

.campro_img_item img {
    height: 100%;
    width: 100%;
}

.why_choose_inn {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #00893D;
    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;
}

.why_choose_sec {
    padding: 50px 0;
}

.why_choose_head {
    border: 7px solid green;
    border-radius: 10px;
    font-size: 29px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 10px;
}

.why_choose {
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 20px;
}

.why_choose_midd {
    display: flex;
    grid-gap: 15px;
    padding: 20px 0;
}

.why_choose_widget {
    width: 50%;
}

.why_img img {
    width: 100%;
}

.why_choose_widget ul li {
    display: list-item;
    border-bottom: 1px solid green;
    line-height: 45px;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
}

.why_choose_widget ul li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: green;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    ine-height: 1.5;

}

.rev_inn {
    padding: 20px 0;
    border-radius: 10px;
}

.border_line {
    height: 30px;
    width: 100%;
    background: #00893d;
    background-color: #2c6036;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-bottom: 30px;
}

.form_inn {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #00893D;
    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;
}

.form_sec {
    padding: 30px 0;
}

.landingproductName {
    font-size: 35px;
}

@media only screen and (min-width:991px) {

    /* .sliderImage {
            height: 450px;
            object-fit: cover;
        } */
    .landingproductHeading {
        font-size: 52px;
        font-family: "Anek Bangla",
            Sans-serif;
        "

    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .order_card_padding {
        padding-top: 0px;
    }

    .order-card {
        margin-top: -40px !important;
    }

    .landingproductName {
        font-size: 20px;
    }

    .cam_discount .card-header {
        font-size: 22px;
        font-weight: 900;
        padding: 10px 35px;
    }

    .campaign_offer {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .cam_price {
        font-size: 25px;
    }

    .office_address {
        width: 100%;
    }

    .campaign_title {
        font-size: 31px;
        margin-top: 25px;
        margin-bottom: 17px;
    }

    .cart_details {
        margin-bottom: 15px;
    }

    .campaign_content {
        display: block;
    }

    .row.order_by .col-sm-5 {
        order: 1;
    }

    .qty-cart .quantity {
        height: 35px;
    }

    .quantity .minus,
    .quantity .plus {
        height: 35px;
        line-height: 35px;
        width: 20px;
        font-size: 35px;
    }

    .quantity .plus {
        font-size: 22px;
    }

    .qty-cart {
        width: 70px;
    }

    .campaign_offer {
        font-size: 29px;
    }

}

.sizetext {
    color: 000;
    background: #fff;
}

.colortext {
    color: #000;
    background: #fff;
}

.product-img {
    height: 900px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #231557 0%,
            #44107a 29%,
            #ff1361 67%,
            #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    font-size: 190px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}



#mtt {
    margin-top: 60px;
}

#ptt {
    padding: 30px;
}

.headtext {
    color: #00560C;
    font-family: "Baloo Da 2", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 65px;
}

#videodiv {
    height: 508px;
    border-style: groove;
    border-width: 5px 5px 5px 5px;
    border-color: #EC159EF7;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

#orderbtn {
    padding: 8px;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 35px;
    font-weight: bold;
    fill: #000;
    color: #000;
    background-color: yellow;
    border-style: groove;
    border-width: 2px 2px 2px 2px;
    border: none;
}

#callnowbtn {
    padding: 8px;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: bold;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #6E1183;
    border-style: groove;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
}

#priceText {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
}

.headdingTitle {
    color: #FF6600;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4em;
}

.heading-title {
    color: #848484;
    font-family: "Baloo Da 2", Sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4em;
}

.elementor-widget-container {
    padding: 50px 0px 50px 0px;
    background-color: #FFFFFF73;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF6600;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgb(118 118 118 / 50%);
}

.elementor-icon-box-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.elementor-icon-box-wrapper {
    display: block;
    text-align: center;
}

.elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
}

.elementor-icon {
    fill: #FF6600;
    color: #FF6600;
    border-color: #FF6600;
}

.elementor-icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px
}

.elementor-icon-box-title a {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.elementor-icon-box-title {
    margin-bottom: 0px;
    color: #FF6600;
    font-size: 26px;
    font-weight: 600;
}

#mid-bannerd {
    background-image: url('./public/images/bgimg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#mid-banner {
    position: absolute;
}

#overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FF6600;
    z-index: 2;
    cursor: pointer;
    opacity: 0.9;
}

#midbH2 {
    color: #FFFD06;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 50px;
    font-weight: 800;
}

.elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.elementor-icon-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative;
}

.elementor-icon-list-text {
    color: #FFFFFF;
    align-self: center;
    padding-left: 5px;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.elementor-icon-list-icon {
    font-size: 30px;
    color: yellow;
}

#formText {
    color: #000;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    border-radius: 6px;
    margin-bottom: 4px;
    padding-bottom: 12px;
    text-align: center;
}

#formTextN {
    color: #fff;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    border-radius: 6px;
}

 
.shop_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;
}

#payment {
    background-color: inherit;
    border: none;
    border-radius: 0;
}

#payment ul.payment_methods {
    border: none;
    margin: 1em 0 0;
    background-color: #f7f7f7;
    padding: 15px;
    text-align: left;
    padding: 1em;
    border-bottom: none;
    margin: 0;
    list-style: none outside;
}

#payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

#payment div.payment_box {
    background-color: #eaeaea;
    font-family: inherit;
    font-weight: inherit;
    margin-bottom: 0.5em;
}

#payment div.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;
}

.privacy-policy-text p {
    font-family: inherit;
    font-weight: inherit;
    font-size: 16px;
    color: #777;
    margin-top: 8px;
    text-align: justify;
}

#place_order {
    border: 1px solid;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: 0.5px;
    width: 100%;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 3px;
    color: white;
    background-color: #00CD04;
    border-color: #00CD04;
}

#place_order_footer {
    border: 1px solid;
    width: 100%;
    padding: 12px 18px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    background-color: #00CD04;
    border-color: #00CD04;
}

.sticky-product-bar-container {
    width: 100%;
    float: right;
    right: 0;
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    background: green;
    z-index: 999;
}

.checkout-page.display-button section.total {
    margin-left: auto;
}

.total .total-label {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

#videoDiv {
    height: 550px;
}

#priceDiv {
    color: #333333;
}

.headtext2 {
    color: white;
    font-size: 26px;
    padding: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

#priceDiv2 {
    color: #f6f6cb;
    padding-bottom: 10px;
    font-size: 35px;
}


#priceDiv3 {
    color: yellow;
    padding-bottom: 10px;
}

#priceDiv4 {
    color: white;
    padding-bottom: 10px;
}

#btnid {
    font-size: 25px;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .product-img {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }

    #btnid {
        font-size: 22px;
        font-weight: bold;
    }

    #formTextN {
        color: #fff;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        border-radius: 6px;
    }

    #formText {
        color: #000;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        border-radius: 6px;
        margin-bottom: 4px;
        padding-bottom: 12px;
        text-align: center;
    }

    #priceText {
        font-weight: bold;
        padding-bottom: 0px;
        font-size: 26px;
    }

    .elementor-icon-list-item>a {
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .headtext {
        color: #00560C;
        font-family: "Baloo Da 2", Sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.1em;
    }

    .headtext2 {
        color: white;
        font-size: 14px;
        padding: 14px;
        padding-top: 10px;
        padding-bottom: 0;
    }

    #mtt {
        margin-top: 20px;
    }

    #ptt {
        padding: 14px;
    }

    #headTextdiv {
        padding-top: 0px !important;
    }

    #videoDiv {
        height: 300px;
    }

    #orderbtn {
        padding: 6px;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 18px;
    }

    #callnowbtn {
        padding: 6px;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 19px;
    }

    #priceDiv {
        color: #333333;
        font-size: 25px;
    }

    #priceDiv2 {
        color: #ff6600;
        font-size: 25px;
    }

    .headdingTitle {
        color: #FF6600;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.4em;
    }


    .heading-title {
        color: #848484;
        font-family: "Baloo Da 2", Sans-serif;
        font-size: 19px;
        font-weight: 500;
        line-height: 1.4em;
    }

    #midbH2 {
        color: #FFFD06;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 40px;
        font-weight: 800;
    }

    .elementor-icon-list-text {
        color: #FFFFFF;
        align-self: center;
        padding-left: 5px;
        font-family: "Hind Siliguri", Sans-serif;
        font-size: 25px;
        font-weight: 700;
    }

    #marSM {
        margin: 0 !important;
        padding: 0 !important;
        padding-bottom: 0px !important;
        margin-bottom: 12px !important;
    }

    #marSMTest {
        margin: 0 !important;
        padding: 0 !important;
    }

 

    #pbSM {
        padding-bottom: 0 !important;
    }
}

#info {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}


.form-control,
.form-control>.btn {
    font-size: .875rem;
    font-weight: 400;
    color: #555;
    background-color: #fff;
    border-width: 1px;
    border-color: #514d4d;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.elementor-widget-container {
    margin: 0 0 22px;
    padding: 0;
    border-style: double;
    border-width: 5px;
    border-color: #362727;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

div#productPricetitle {
    font-size: 30px;
    margin-top: -10px;
}

.name {
    margin-bottom: 7px;
    line-height: 42px;
    text-align: center;
    font-size: 46px;
    padding-bottom: 30px;
    padding-top: 18px;
}

#vid {
    height: 500px
}

#thumbvid {
    height: 500px;
    border: 10px solid lightgray;
    border-radius: 4px;
}

.breaf {
    text-align: center;
    font-size: 26px;
}

.product_uses_title {
    font-size: 28px;
    color: #FFEC00;
    font-weight: bold;
}

.product_uses_details {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.uses_breaf {
    font-size: 45px;
    text-align: center;
}

.order_breaf_subtitle {
    text-align: center;
    font-size: 22px;
}

.order_breaf_title {
    font-size: 34px;
    text-align: center;
}

.video {
    position: relative;
    padding-bottom: 49.25%;
    /* 16:9 */
    height: 0;
}

.video img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    cursor: pointer;
}

.video:after {
    content: "";
    position: absolute;
    display: block;
    top: 45%;
    left: 45%;
    width: 80px;
    height: 80px;
    z-index: 30;
    cursor: pointer;
    background-size: cover;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* image poster clicked, player class added using js */
.video.player img {
    display: none;
}

.video.player:after {
    display: none;
}

#ext {
    padding-left: 14px;
    text-align: center;
    padding-top: 12px;
}

@media only screen and (max-width: 600px) {
    #ext {
        padding-left: 14px;
        text-align: center;
        padding-top: 12px;
    }

    .name {
        margin-bottom: 5px;
        line-height: 30px;
        text-align: center;
        font-size: 25px;
        padding-bottom: 15px;
        margin-top: 16px;
        font-weight: bold;
    }

    #videodiv {
        height: 269px;
    }

    div#productPricetitle {
        font-size: 30px;
        margin-top: -10px;
    }

    #vid {
        height: 260px
    }

    #thumbvid {
        height: 260px
    }

    #buttonmobilesss {
        position: fixed;
        border-radius: 28px 0px !important;
        z-index: 101;
        bottom: 0;
        left: 0;
    }

    .detail-block {
        padding-top: 0px;
    }

    .breaf {
        text-align: center;
        font-size: 13px;
        color: black;
        padding: 4px;
    }

    .uses_breaf {
        font-size: 22px;
    }

    .product_uses_mobile_margin {
        margin-top: 20px;
    }


    .order_breaf_title {
        font-size: 18px;
    }

    .order_breaf_subtitle {
        font-size: 10px;
    }

    #smbid {
        margin-bottom: 8px;
        margin-top: 75px;
    }

    .video {
        position: relative;
        padding-bottom: 56.25% !important;
        /* 16:9 */
        height: 0;
    }
}


/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
    color: black;
    font-family: monospace;
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange;
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em;
    /* Adjust as needed */
    animation:
        typing 3.5s steps(30, end),
        blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: orange
    }
}

.order_card_padding {
    padding-top: 170px;
}

.order-card {
    max-width: 450px;
    margin: auto;
    border-radius: 10px;

}


.product-img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.note-box {
    margin-top: 12px;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 12px;
    font-size: 17px;
}

.btn-orange {
    background-color: #f45b0e;
    color: white;
}

.btn-orange:hover {
    background-color: #d94f0d;
    color: white;
}

