html {
    scroll-behavior: smooth;
  }
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    line-height: normal
}

img {
    width: 100%;
    height: auto
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
}

h2 {
    font-size: 30px;
    margin-bottom: 10px
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

.gp {
    gap: 20px
}

.txt-cen {
    text-align: center
}

.blusewm-wrap {
    max-width: 1240px;
    width: 100%;
    margin: auto
}

.blusewm-flx {
    display: flex
}

.blusewm-al {
    align-items: center
}

.blusewm-jus {
    justify-content: space-between
}

.pd {
    padding: 40px 20px
}

a {
    text-decoration: none
}

ul li {
    list-style: none;
    font-size: 16px;
    line-height: 1.5;
}

header img {
    max-width: 200px
}

header ul li {
    padding: 10px
}

header a {
    font-size: 16px;
    color: #000;
}

.blusewm-hero {
    background: #ffebeb;
    padding: 20px 20px 50px;
}

header ul a:hover {
    text-decoration: underline;
    color: #292929;
}

.blusewm-hero-inf h2 {
    font-size: 35px;
    font-weight: 700;
}

.blusewm-hero-inf {
    flex: 50%;
}



.blusewm-btn a {
    color: #fff;
    font-weight: 600;
    max-width: 200px;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    background: #ff7900;
    border-radius: 5px;
    margin: 20px 0px;
}

.blusewm-btn a:hover {
    background: #fff;
    border: 2px solid #ff7900;
    color: #ff7900;
}


.blusewm-prd-bx {
    flex: 33.3%;
    text-align: center;
    border-bottom: 5px solid #ff7900;
    box-shadow: #0000009c 0px 1px 4px;
    border-radius: 50px;
    overflow: hidden;
}

.blusewm-prd-bx1 {
    flex: 60%
}

.blusewm-prd-bx1-25 {
    flex: 25%
}

.blusewm-fets {
    flex: 50%
}



.blusewm-prd-bt a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background: #ff7900;
    max-width: 150px;
    width: 100%;
    padding: 12px;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    display: block;
}

.blusewm-prd-bt a:hover {
    background: #ffffff;
    border: 1px solid #ff7900;
    color: #ff7900;
}



.blusewm-ft-bx li {
    color: #fff;
    text-align: center
}

.blusewm-ft-bx i {
    font-size: 22px;
    margin-bottom: 10px;
}

.blusewm-flx {
    display: flex;
}

.product {
    text-align: center;
}

/*.thumbnails {margin-top: 20px;}*/

.thumbnail {
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumbnails img {
    display: inline-flex;
    max-width: 110px;
}

.thumbnail:hover {
    border-color: #333;
}

.product img {
    max-width: 600px;
}

.blusewm-abtn {
    max-width: 40%;
    background-color: #ff7900;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    padding: 15px;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.blusewm-mid li {
    font-size: 16px;
}

.blusewm-flex-60 {
    flex: 60%
}

.blusewm-flex-40 {
    flex: 40%
}

.blusewm-flex-15 {
    flex: 25%
}

.prd-del ul li {
    list-style-type: disclosure-closed;
    margin-left: 35px;
    margin-bottom: 10px;
}

.blusewm-flex-40 ul li {
    list-style-image: url(../images/mid-li.png);
    margin-left: 35px;
    margin-bottom: 10px
}

.cnt li {
    list-style: circle
}

.blusewm-prd-bx-uit {
    font-size: 15px
}

.blusewm-prd-bx-uit2 {
    font-size: 12px
}

.prd-list li {
    list-style-type: decimal;
    margin-left: 30px;
    line-height: 1.8;
}

.blusewm-fets2 {
    flex: 50%
}

footer {
    background: #413f40;
    padding: 50px 0;
    color: #fff;
}

.blusewm-fets-bx {
    flex: 50%;
    background: #ff7900;
    color: #fff;
    padding: 50px 10px;
    border-radius: 50px;

}

.blusewm-fets-bx img {
    width: 60px;
    height: 60px
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #1f4f66;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

@media screen and (max-width: 768px) {
    .pt {
        padding-top: 50px;
    }

    .fr-lg {
        text-align: center;
        padding-bottom: 14px;
        border-bottom: 2px solid #fff
    }

    .blusewm-scd {
        text-align: center !important
    }

    .blusewm-hero {
        padding: 20px 20px 70px;
        
    }

    .mb-menu {
        display: none
    }

    .blusewm-col {
        flex-direction: column
    }

    .od {
        order: 2
    }

    .blusewm-mb-txt {
        text-align: center
    }

    .blusewm-mt {
        margin-top: 20px
    }

    .blusewm-hero-inf h2 {
        font-size: 30px;
    }

    .blusewm-btn a {
        margin: auto;
        
    }

    .blusewm-fets-bx {
        border: 0 !important
    }

   

    .blusewm-prd-bx {
        text-align: center
    }

    .blusewm-col-rev {
        flex-direction: column-reverse
    }

    .prd-h1 {
        font-size: 22px !important
    }

    .blusewm-abtn {
        max-width: 100%
    }

    .blusewm-hero-inf {
        max-width: 100%;
        text-align: center;
    }

    .blusewm-hero-inf img {
        display: none
    }
}


.blusewm-hdr-logo {
    font-size: 30px;
    font-weight: 700;
}

.blusewm-mid {
    min-height: calc(100vh - 300px);
}

.policy-wrp h3 , .policy-wrp h4{
    margin: 15px 0 10px 0;
}

.blusewm-clint {
    padding: 70px 20px;
}

.customrBox {
    padding: 20px;
    background: #e9e9e9;
}

.customrBox p {
    font-size: 20px;
}
.abt_cont p{
    font-size: 18px;
}


.lcaspw1-popup {
                position: fixed;
                inset: 0;
                background: #000000d4;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
                padding: 1rem;
                overflow-y: auto;
            }

            .lcaspw1-popup-modal {
                background: #fff;
                padding: 2rem;
                border-radius: 20px;
                min-height: 320px;
                max-width: 600px;
                width: 100%;
                box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
                animation: fadeIn 0.3s ease-out;
                display: flex;
                flex-direction: column;
                justify-content: center;
                box-sizing: border-box;
            }

            .lcaspw1-popup-flx {
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: wrap;
                position: relative;
            }

            .lcaspw1-popup-icon {
                font-size: 30px;
                color: #000;
                cursor: pointer;
                position: absolute;
                right: 0;
                top: -15px;
            }

            .lcaspw1-popup-title {
                font-size: 40px;
                color: #222;
                margin: 5px 0 13px !important;
            }

            .lcaspw1-popup-text {
                font-size: 16px;
                color: #000000;
                line-height: 1.6;
                margin: 10px 0;
            }

            .lcaspw1-popup-actions {
                display: flex;
                justify-content: flex-start;
                gap: 1rem;
                margin-top: 10px;
                flex-wrap: wrap;
            }

            .lcaspw1-popup-actions a {
                flex: 1;
            }

            .lcaspw1-popup-btn {
                padding: 15px 10px;
                color: #fff;
                border: none;
                border-radius: 8px;
                font-weight: bold;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
                font-size: 20px;
                width: 100%;
                flex: 1;
            }

            .lcaspw1-popup-btn--accept {
                background: #1b1c31;
            }

            .lcaspw1-popup-btn--reject {
                background: #58575752;
                color: #1b1c31;
            }