:root {
    --font: #58595B;
    --light-gray: #F5F7F7;
    --light-blue: #E5F4F9;
    --main-blue: #256CAD;
    --green: #00A89A;
    --grayish-blue: #8DAFC6;
    --title: rgba(38,107,172);
}

html,
body {
    overflow-x: hidden;
}

body {
    background-color: var(--light-gray);
}

.btn:focus {
    box-shadow: unset !important;
}

p {
    font-size: 16.5px;
    margin-bottom: 0;
}

.mobile-show {
    display: none;
}

body.landing-page-body {
    background-color: #fff;
}

body.landing-page-body p {
    line-height: normal;
    font-size: 18px;
    /* letter-spacing: 0.05em; */
}

.landing-page-wrapper img {
    width: 100%;
}

.landing-page-wrapper .biolux-landing-page-logo {
    width: 225px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.landing-page-wrapper .sm-icon {
    width: 40px;
}

body.landing-page-body footer {
    all: unset;
}

body.landing-page-body .container {
    width: 950px;
    max-width: 100% !important;
}

body.landing-page-body .landing-page-title {
    font-size: 32px;
    text-align: center;
    color: #62C6DE;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
}

body.landing-page-body .landing-page-wrapper .lightblue-bg {
    background-color: #62c6de !important;
    padding: 35px 20px;
}

body.landing-page-body .landing-page-wrapper .lightblue-bg h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.yellow-text {
    color: #FFF100;
}

.white-text {
    color: #fff !important;
}

.lightblue-text {
    color: #62C6DE;
}

body.landing-page-body .set-max-width {
    max-width: 80%;
    margin: 0 auto;
}

body.landing-page-body .set-max-width img {
    width: 85%;
}

body.landing-page-body .bg-min-height {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 25px 75px;
    display: flex;
    align-items: center;
}

body.landing-page-body .virus-content {
    display: flex;
    align-items: center;
}

body.landing-page-body .virus-content h2 {
    margin-right: 25px;
}

body.landing-page-body .virus-content img {
    width: 350px;
}

body.landing-page-body .skin-gentle img {
    width: 110px;
}

body.landing-page-body .bg-min-height>.row {
    width: 100%;
}

body.landing-page-body .bg-min-height.eco-friendly {
    padding-left: 50px;
    padding-right: 50px;
}

body.landing-page-body .eco-friendly h2,
body.landing-page-body .eco-friendly p {
    letter-spacing: 0.05em;
    line-height: 1.5em !important;
}

body.landing-page-body .eco-friendly p {
    font-size: 18px;
}

body.landing-page-body .tech {
    padding: 25px
}

body.landing-page-body .tech h2 {
    margin-bottom: 25px;
}


body.landing-page-body .tech img {
    width: 210px;
    margin-top: 25px;
}

body.landing-page-body .tested-wrapper,
body.landing-page-body .cert-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

body.landing-page-body .tested-wrapper img {
    width: 80%;
}

body.landing-page-body .tested-wrapper .landing-page-title {
    margin-bottom: 50px;
}

body.landing-page-body .cert-wrapper .swiper-button-next,
body.landing-page-body .cert-wrapper .swiper-button-prev {
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    transition: 0.15s;
}

body.landing-page-body .cert-wrapper:hover .swiper-button-next,
body.landing-page-body .cert-wrapper:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}

body.landing-page-body .cert-wrapper .swiper-button-prev::before,
body.landing-page-body .cert-wrapper .swiper-button-next::before {
    text-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
    font-size: 28px;
    -webkit-text-stroke: 0.5px rgb(156, 156, 156)
}

body.landing-page-body .recommend-wrapper .landing-page-title {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

body.landing-page-body .recommend-wrapper img {
    max-width: 85%;
}

body.landing-page-body .product-info-wrapper {
    padding-bottom: 50px;
}

body.landing-page-body .product-info-wrapper .product-info {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 25px;
}

body.landing-page-body .product-info-wrapper .product-info td {
    padding: 3px
}

body.landing-page-body .main-btn {
    transition: all 0.2s ease, visibility 0s;
    border-radius: 50px !important;
    background: linear-gradient(180deg, #2372af 0%, #2372af 100%), #1D2CF3;
    font-size: 22px;
    padding: 15px 25px
}

body.landing-page-body .main-btn:hover {
    background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(229deg, #ff4f4f 0%, rgba(29, 44, 243, 0) 100%), #FF4F4F;
}

body.landing-page-body .cp-text {
    max-width: 80%;
    margin: 0 auto;
}

body.landing-page-body .cp-text {
    text-transform: unset;
}

body.landing-page-body .cp-text p {
    font-size: 16px;
}


@media(max-width:991px) {

    body.landing-page-body p,
    body.landing-page-body table {
        font-size: 16px;
    }

    .landing-page-wrapper .biolux-landing-page-logo {
        width: 175px;
        padding-right: 15px;
    }

    body.landing-page-body .landing-page-title {
        font-size: 28px;
    }

    .set-max-width {
        max-width: 90%;
    }

    .set-max-width>.row {
        justify-content: center;
    }

    .content-wrapper {
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.9);
        text-align: center;
    }

    body.landing-page-body .tested-wrapper img {
        width: 95%;
    }

    body.landing-page-body .recommend-wrapper .landing-page-title {
        max-width: 100%;
    }

    body.landing-page-body .cp-text {
        max-width: 100%;
    }

    body.landing-page-body .bg-min-height.eco-friendly h2 {
        color: #62C6DE !important;
    }


    body.landing-page-body .bg-min-height.eco-friendly p {
        color: var(--font) !important;
    }

    body.landing-page-body .bg-min-height>.row {
        width: auto;
    }

    body.landing-page-body .bg-min-height {
        padding: 25px 30px !important
    }

    body.landing-page-body .virus-content img {
        width: 275px;
    }

    .virus-content {
        display: block !important;
        text-align: center;
    }

    .virus-content h2 {
        margin-right: 0;
    }

    .product-info-wrapper img {
        width: 250px;
        margin: 0 auto;
    }

    .bg-min-height {
        padding: 25px 25px;
        justify-content: center;
    }

    body.landing-page-body .set-max-width {
        max-width: unset;
    }

    body.landing-page-body .tested-wrapper {
        padding-bottom: 15px;
    }

    body.landing-page-body .product-info-wrapper .product-info {
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    .landing-page-wrapper .sm-icon {
        width: 30px;
        margin: 20px 10px;
    }
}

.form-control:focus{
    background-color: #f3f3f3;
}


.bold-font {
    font-weight: bold;
}

a:hover {
    color: #2ba6b2;
    text-decoration: none !important;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.client-account-side-nav.active {
    color: var(--primary) !important;
    font-weight: bold !important;
}


.login-border {
    border: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
}

.common-border {
    padding: 10px;
    border: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.white-border {
    background-color: white;
    padding: 10px;
    border: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.green-btn {
    color: #fff !important;
    background-color: #2ba6b2 !important;
}

/*add by fy 27/4/2021*/

button:focus {
    outline: 0 !important;
}

p,
li,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
body {
    color: var(--font);
}

.container {
    width: 1200px;
    max-width: 95% !important;
}


.container.wide {
    width: 1500px !important;
    max-width: 100% !important;
}

.title {
    color: var(--title);
    text-transform: uppercase;
}


.login-btn {
    color: #fff;
    background-color: #2ba6b2;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    background-color: #2ba6b2;
    /*edited by fy 4/5/2021*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev::before {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 22px;
}

.swiper-button-next::before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 22px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: none !important;
    right: unset !important;
    text-align: center !important;
}

.swiper-pagination-bullet-active {
    background: #16b476 !important;
}

/*.main-btn{
    background:linear-gradient(180deg, #2372af 0%, #2372af 100%), #1D2CF3;
    color: #fff;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 50px !important;
    font-weight: bold;
    font-size: 24px;
    padding: 10px 20px;
}

.main-btn:hover{
    background:repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(229deg, #ff4f4f 0%, rgba(29, 44, 243, 0) 100%), #FF4F4F
} */

.main-btn {
    background-color: var(--green);
    color: #fff;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 8px !important;
    padding: 8px 15px;
    font-size: 16px;
}

.main-btn:hover {
    background-color: #019b8e;
}

.gray-btn {
    border-radius: 8px !important;
    padding: 8px 15px;
    font-size: 16px;
}

.gray-btn:hover {
    background-color: #dadada;
}

.blue-btn {
    background-color: var(--main-blue);
    color: #fff;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 8px !important;
    padding: 8px 15px;
    font-size: 16px;
}

.blue-btn:hover {
    background-color: #10578d;
}


.product-page-btn {
    position: fixed;
    right: 0;
    bottom: 50%;
    background-color: var(--green);
    color: #fff;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 8px !important;
    height: 40px;
    width: 40px;
    border-radius: 0 !important;
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    font-size: 16px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.d-element-01 {
    margin-left: -3%;
}

/* .d-element-02 {
    margin-left: 50%;
    transform: rotate(180deg);
    width: 450px;
} */

.home-section-01 {
    margin-bottom: 100px;
}

.home-product-section {
    max-width: 95%;
}

.home-product-section h1 {
    margin-bottom: 45px;
    text-align: center;
}


.product-wrapper {
    background-color: var(--white);
    box-shadow: 0px 0px 50px rgba(104, 152, 188, 0.2);
    border-radius: 15px;
    margin-bottom: 75px;
    padding: 35px;
    overflow: hidden;
}

.home-product-wrapper.fullwidth .product-info-wrapper {
    display: flex;
    align-items: center;
    text-align: left;
}

.home-product-wrapper.fullwidth .product-info-wrapper>.row {
    width: 60%;
    margin-left: auto;
}

.product-tag {
    display: inline-block;
    background-color: var(--green);
    color: var(--white);
    font-size: 14px;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.product-wrapper .product-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}

.product-wrapper .product-description {
    text-align: justify;
    margin-bottom: 25px;
}

.product-link {
    display: inline-block;
    font-size: 14px;
}


.home-testimonial-wrapper .swiper-container{
    width: 90%;
}

.home-product-wrapper.fullwidth .product-info-wrapper::before {
    content: '';
    display: block;
    background-image: url(./../../../data/editor/water-element.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 20%;
    top: 10%;
    height: 68px;
    width: 200px;
}

.home-product-wrapper.fullwidth .product-img-wrapper img {
    position: relative;
    z-index: 1;
}

.home-product-wrapper.fullwidth .product-img-wrapper::after {
    content: '';
    display: block;
    background-image: url(./../../../data/editor/design-element.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    position: absolute;
    bottom: -60px;
    height: 150px;
    width: 700px;
    z-index: 0;
    opacity: 0.25;
}

.home-product-wrapper > .row{
    all: unset;
}

.home-product-wrapper .product-wrapper .product-link {
    margin: 0 10px;
}

.home-product-wrapper .product-wrapper .product-link i {
    margin-left: 5px;
}

.home-product-wrapper .product-wrapper {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 50px;
    text-align: center;
}

.lightbox-col{
    max-width: 20%;
}

.section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section.bg-img {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-us-section,
.eog-section,
.ehg-section,
.general-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* .about-us-section-01::after {
    content: '';
    background-image: url(./../../../data/editor/about-us/drinking.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 830px;
    width: 835px;
    position: absolute;
    top: 0;
    right: -32%;
    z-index: -1;
} 

.about-us-section-01 {
    margin-bottom: 75px;
}

.about-us-section-01 .context {
    padding-top: 100px;
} */

.about-us-section-01 .context p {
    text-align: justify;
    line-height: 24px;
}

.about-us-section-03::after {
    content: '';
    background-image: url(./../../../data/editor/water-element.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 68px;
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 15%;
    z-index: -1;
}

.about-us-generator-img{
    width: 65%;
    margin-bottom: 15px;
}

.font-large {
    font-size: 42px;
}

.grayish-blue {
    color: var(--grayish-blue);
}

.box-shadow {
    padding: 25px;
    border-radius: 15px;
    background-color: var(--white);
    box-shadow: 0px 0px 50px rgb(104 152 188 / 25%);
    margin-bottom: 50px;
}

.biolux-products {
    margin-left: -15%;
}

/* .about-us-section-04::after {
    content: '';
    background-image: url(./../../../data/editor/about-us/biolux-products.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 835px;
    width: 835px;
    position: absolute;
    bottom: -15%;
    left: -38%;
    z-index: -1;
} */

.sp-icon {
    width: 75px;
}

/* .about-us-section-04 .context {
    margin-top: 100px;
} */

.about-us-section-04 .context p {
    text-align: justify;
}

/* .about-us-section-04 {
    margin-top: 150px;
    margin-bottom: 100px;
} */

.technology-item-wrapper>.row {
    all: unset
}

.technology-item-wrapper .box-shadow {
    min-height: 405px;
    display: flex;
}

.coverage-para-width {
    max-width: 75%;
    margin: 0 auto;
}

.country-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.country-wrapper img {
    width: 125px;
    margin: 15px;
}

.eog-section-01::after {
    content: '';
    background-image: url(./../../../data/editor/electrolyti-ozone-generator/generator.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 800px;
    width: 800px;
    position: absolute;
    top: 0;
    right: -32%;
    z-index: -1;
}

.eog-section-01 .context {
    padding-top: 100px;
}

.eog-section-01 {
    margin-bottom: 75px;
}

.blue-bg-overlay {
    position: relative;
    padding: 0;
}

.blue-bg-overlay::after {
    content: '';
    display: block;
    background-color: var(--light-blue);
    width: 100%;
    height: 250px;
    margin-top: -300px;
}

.carousel-img {
    padding-left: 25px;
    padding-right: 25px;
}

.eog-section-02 .box-shadow {
    padding-top: 50px;
    padding-bottom: 50px;
}

.eog-section-02 .principal-carousel .content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
}

.eog-section-03 {
    padding-bottom: 0;
}

.eog-section-03 h1 {
    margin-top: 25px;
}

.eog-section-03 .box-shadow {
    padding: 50px
}

.eog-section-04 img {
    mix-blend-mode: multiply;
}

.key-adv-icon {
    margin-bottom: 50px;
}

.key-adv-icon:nth-child(4),
.key-adv-icon:nth-child(5) {
    margin-bottom: 0;
}

.lightblue-bg {
    background-color: var(--light-blue);
}

.why-ozone {
    padding: 50px;
    margin-bottom: 100px;
}

.eog-section-05 {
    padding-top: 75px;
}

.scrollable-table {
    overflow-x: auto;
}

.scrollable-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    min-width: 750px;
    margin: 0;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.scrollable-table tr td:first-child {
    position: sticky;
    left: 0;
    top: 0;
}

.scrollable-table tr:nth-child(odd)>td:first-child {
    background: var(--white);
}

.scrollable-table tr:nth-child(even)>td:first-child {
    background: #f1f3f7;
}


.scrollable-table table tr:nth-child(even) {
    background-color: #f1f3f7;
}

.scrollable-table table tr:nth-child(odd) {
    background-color: var(--white);
}

.scrollable-table table tr:first-child {
    background-color: transparent;
}


.scrollable-table table th,
.scrollable-table table td {
    width: 25%;
    padding: 15px 20px
}

.scrollable-table table th img {
    width: 200px;
}

.scrollable-table table th:nth-child(2),
.scrollable-table table th:nth-child(3),
.scrollable-table table th:nth-child(4),
.scrollable-table table td:nth-child(2),
.scrollable-table table td:nth-child(3),
.scrollable-table table td:nth-child(4) {
    text-align: center;
}

.success {
    color: rgb(38, 184, 38);
}

.fail {
    color: #9e9e9e;
}

.img-multiply {
    mix-blend-mode: multiply;
}

.eog-section-06 img {
    width: 80%;
}

.eog-section-07.bg-min-height {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 25px 75px;
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.eog-section-07 .virus-content {
    display: flex;
    align-items: center;
}

.eog-section-07 .virus-content h2 {
    font-size: 38px;
    margin-right: 50px;
}

.eog-section-07 .virus-content img {
    width: 400px;
}

.eog-section-08 .swiper-button-next,
.eog-section-08 .swiper-button-prev {
    background-color: transparent;
    color: #808285;
}

.text_carousel_title {
    font-size: 32px;
    font-weight: bold;
    color: var(--title);
}


.ehg-section-01::after {
    content: '';
    background-image: url(./../../../data/editor/electrolyti-hydrogen-generator/generator.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 800px;
    width: 800px;
    position: absolute;
    top: 0;
    right: -32%;
    z-index: -1;
}

.ehg-section-01 {
    margin-bottom: 75px;
}

.ehg-section-01 .context {
    padding-top: 100px;
}


.ehg-section-03 .box-shadow {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ehg-section-03 .principal-carousel .content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
}

.ehg-section-04 {
    padding-bottom: 75px;
}

.ehg-section-04 h1 {
    margin-top: 25px;
}

.bg-min-height {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 25px 75px;
    display: flex;
    align-items: center;
}

.mob-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mob-section .swiper-button-prev,
.mob-section .swiper-button-next {
    background-color: transparent;
}


.mob-section .swiper-button-prev::before,
.mob-section .swiper-button-next::before {
    text-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
    font-size: 28px;
}

.mob-section-01 {
    padding-top: 0;
}

.mob-section-03 img {
    margin-bottom: 10px;
}

.mob-section-04 {
    padding-left: 100px;
    margin-bottom: 50px;
}

.mob-section-04 .virus-content {
    display: flex;
    align-items: center;
}

.mob-section-04 .virus-content h2 {
    margin-right: 100px;
}

.mob-section-04 .virus-content img {
    width: 375px;
}

.mob-section-05 {
    padding-top: 75px;
    padding-bottom: 75px;
}

/* .mob-section-05 img {
    margin-bottom: 25px;
} */

.min-height-with-bg {
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .mob-section-09 img {
    margin-bottom: 25px;
} */

.mob-section-10 {
    padding-bottom: 75px;
}


.mob-section-10 img {
    width: 80%;
    mix-blend-mode: multiply;
}


.mob-section-11 .owl-stage-outer {
    background-color: transparent !important;
}


.mob-section-09,
.mob-section-12 {
    padding-top: 75px;
}

.green-bg {
    background-color: var(--green);
    color: var(--white);
    padding: 20px 10px;
    font-weight: bold;
}

.product-intro-price-opt img {
    max-width: 90%;
    width: 750px;
    margin: 0 auto;
}

.product-intro-price-opt>.row {
    justify-content: center;
}

.product-intro-price-opt .wrapper>.row {
    all: unset;
}

.product-intro-price-opt .box-shadow {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0;
    text-align: center;
    min-height: 400px;
    border-radius: 25px;
}

.product-intro-price-opt .product-benefits {
    padding: 25px;
}

.product-intro-price-opt .product-benefits .pricing {
    font-size: 28px;
    color: var(--main-blue);
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 28px;
}

.product-intro-price-opt .product-benefits ul {
    list-style-type: none;
    padding: 0;
}

.product-intro-price-opt .product-benefits ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.auto-height {
    min-height: unset !important;
    height: auto !important;
}

.php-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.php-section-01 {
    padding-top: 0;
}

.php-section-03 .img-section-wrapper>.row {
    justify-content: center;
}

.php-section-04 {
    margin-top: -90px;
}

.php-section-05 {
    padding-top: 75px;
}

.php-section-06 {
    padding-top: 100px;
}

.php-section-08 {
    padding-top: 75px;
}

.php-section-09 {
    padding-bottom: 100px;
}

.php-section-09 .swiper-slide img {
    width: 50%;
    margin: 0 auto;
}

.php-section-10 {
    padding-top: 75px;
}

.php-section-12 {
    padding-top: 75px;
}

.scrollable-table.comparison table th:first-child {
    width: 20%;
}

.scrollable-table.comparison tr td:first-child {
    background-color: var(--main-blue);
    color: var(--white);
    width: 20%;
}

.blue-bg-overlay.adj-position::after {
    margin-top: -175px;
}

.body-part-wrapper {
    margin-bottom: 75px;
}

.body-part-wrapper img {
    width: 150px;
}

.content-align-center .content-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 75px;
}

.content-align-center .content-wrapper .text_carousel_title {
    line-height: normal;
    margin-bottom: 10px;
}

.owl-stage-outer .owl-stage-outer .owl-item .items {
    border-radius: 25px;
    background-color: var(--white);
    /* box-shadow: 0px 0px 50px rgb(104 152 188 / 20%); */
    margin-bottom: 25px;
    padding: 25px;
}

.owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--green);
    background: transparent !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--green) !important;
}

.hp-section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.hp-section-01 {
    padding-top: 0;
}

.hp-section-03 .img-section-wrapper>.row {
    justify-content: center;
}

.hp-section-03 p {
    text-align: justify;
}

.hp-section-04 {
    margin-top: -135px;
}

.hp-section-04 p {
    text-align: justify;
}

.hp-section-05 {
    padding-top: 75px;
}

.hp-section-06 {
    padding-top: 100px;
    padding-bottom: 0;
}

.sub-title-text{
    color: #888888;
}


.hp-section-08 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.hp-section-09 .virus-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px 50px;
}

.hp-section-09 .virus-content h4 {
    max-width: 40%;
}

.hp-section-09 .virus-content img {
    width: 400px;
}

.hp-section-10 .box-shadow {
    padding: 50px
}

.hp-section-13 {
    padding-top: 75px;
}

.adjust-pd-75 {
    padding-bottom: 75px;
}

.text-bg-blue {
    background-color: #63C7DE;
    color: var(--white);
    padding: 15px
}

.chef-bg-height {
    min-height: 680px;
}

.box-shadow.circular {
    border-radius: 180px;
    padding: 0
}

.box-shadow.blue-bg {
    background-color: #9ECFF0;
}

.grayish-blue-bg {
    background-color: var(--grayish-blue);
}

.blue-text {
    color: var(--main-blue) !important;
}

.text-14 {
    font-size: 14px;
}

.sss-section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.sss-section-01 {
    padding-top: 0;
}

.sss-section-03 {
    padding-top: 75px;
}

.biolux-icon {
    width: 120px;
}

.para-max-width {
    max-width: 75%;
    margin: 0 auto;
}

.row-center>.row {
    justify-content: center;
}

.sm-icon {
    width: 40px;
    margin: 20px 15px;
}

.sss-section-04 {
    padding-bottom: 75px;
}

.sss-section-05 {
    padding-top: 75px;
}

.sss-section-06 {
    padding-bottom: 75px;
}

/* .sss-section-07 {
    padding-top: 75px;
    padding-bottom: 75px;
} */

.sss-section-07 .owl-stage-outer .owl-stage-outer {
    background-color: transparent;
    border-radius: 0;
    box-shadow: unset;
    padding: 0;
}

.sss-section-08 {
    padding-top: 75px;
}

.wss-section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.wss-section-01 {
    padding-top: 0px;
}

.wss-section-03 {
    margin-top: 50px;
    margin-bottom: 75px;
}

.wss-section-03 .virus-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px 50px;
}

.wss-section-03 .virus-content h4 {
    max-width: 40%;
}

.wss-section-03 .virus-content img {
    width: 400px;
}

.wss-section-04 .box-shadow {
    padding: 50px
}

.rounded-corner {
    border-radius: 15px;
}

.numbering {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: var(--main-blue);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
}

.min-height-with-bg.interior {
    min-height: 650px;
    margin-top: 75px;
    margin-bottom: 50px;
}

.wss-section-05 {
    padding-bottom: 75px;
}

.wss-section-07 img {
    width: 250px;
}

.wss-section-08 {
    padding-bottom: 100px;
}

.wss-section-09 .owl-stage-outer {
    background-color: transparent;
    border-radius: 0;
    box-shadow: unset;
    padding: 0;
}

.our-location-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.location-info h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

.location-info .detail {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    margin-bottom: 15px;
}

.location-info .detail:last-child {
    margin-bottom: 0;
}

.our-location-section-02 .contact-form,
.register-form {
    max-width: 75%;
    margin: 0 auto;
}

.our-location-section-02 .contact-form .box-shadow {
    padding: 35px
}

.our-location-section-02 .contact-form input,
.our-location-section-02 .contact-form textarea {
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 10px;
    margin-top: 10px;
}

.blog-section,
.login-section,
.register-section,
.checkout-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.flex-grow-1 {
    flex-grow: 1;
}

.product-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-short-description{
    font-size: 14px;
    margin-bottom: 15px;
}


.box-shadow.product-category {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.box-shadow.product-category .product-price {
    font-weight: bold;
    color: var(--main-blue);
}

.box-shadow.product-category .product-price {
    margin-bottom: 25px;
}

.box-shadow.product-category .product-price span {
    color: var(--main-blue);
}

.inner-product-container {
    padding-top: 50px;
}

.product-sub-image-container img {
    border: 1px solid #e5e5e5;
    padding: 5px;
    height: 50px;
    margin-bottom: 10px;
}

.inner-product-container .inner-product-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.inner-product-container .sku {
    margin-bottom: 25px;
    color: var(--font);
}

.inner-product-container .attribute-title {
    margin-bottom: 5px;
    font-size: 16px;
    color: var(--font);
}

.inner-product-container .attr-text,
.inner-product-container .leasing-text {
    width: auto;
    margin-right: 15px;
    font-size: 16px;
    border-radius: 5px;
    padding: 8px 12px;
    margin-bottom: 0;
}

.inner-product-container .nav-tabs .nav-link {
    border: none;
}

.inner-product-container .nav-tabs .nav-link.active,
.inner-product-container .nav-tabs .nav-item.show .nav-link {
    color: #2ba6b2;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff;
}

.inner-product-container .tab-content {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.inner-product-container .tab-content.box-shadow {
    padding: 30px;
}

.inner-product-container .nav-tabs {
    border: none !important;
    position: relative !important;
    display: flex !important;
    margin-bottom: 0 !important;
    margin: auto !important;
    justify-content: center !important;
    margin-top: -6px !important;
}

.inner-product-container .nav-tabs .nav-link {
    padding: 0.5rem 1.5rem;
}

.inner-product-container .pricing {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
    display: block;
}

.inner-product-container .pricing span,
.inner-product-container .pricing label,
.downpayment_text,
.leasing-wrapper {
    color: var(--main-blue);
}

.inner-product-container .downpayment_text,
.leasing-wrapper {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}

.modal-close-btn {
    position: absolute;
    right: 3%;
    top: 5%;
    z-index: 10;
}

.modal-close-btn i {
    color: var(--green);
    font-size: 24px;
    cursor: pointer;
}

.modal-content {
    padding: 35px;
    border-radius: 15px;
}

.product-modal-wrapper {
    padding: 0;
}

.modal-footer {
    border: 0;
    justify-content: space-between;
}

.login-section input,
.register-section input,
.register-form input {
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 10px;
    margin-top: 10px;
}

.register-form .input-group-text {
    margin-top: 10px;
    border-left: 1px solid #ced4da;
    z-index: 1;
}

.login-section input:focus,
.register-section input:focus,
.register-form input:focus {
    background-color: #f3f3f3;
}

.login-section .forget-pass-text {
    font-size: 14px;
}

.login select,
.register-section select,
.register-form select {
    min-height: 44px !important;
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 10px;
    margin-top: 10px;
    font-size: 18px;
}

.register-section select:focus,
.register-form select:focus {
    background-color: #f3f3f3;
}

.register-form textarea {
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 10px;
    margin-top: 10px;
}

.box-shadow.my-account,
.checkout-section .box-shadow {
    padding: 30px;
}

.box-shadow.my-account input {
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.box-shadow.my-account input:focus {
    background-color: #f3f3f3;
}

.box-shadow.my-account select {
    min-height: 44px !important;
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.box-shadow.my-account select:focus {
    background-color: #f3f3f3;
}

.account-detail-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.account-sidebar ul {
    margin-bottom: 25px;
}

.account-sidebar .client-account-side-nav {
    padding: 5px 0 !important
}

.client-account-side-nav.active {
    color: var(--green) !important;
}

#address_list_wrapper table td,
#address_list_wrapper table th {
    padding: 0;
}

.dataTable tbody tr:first-child td {
    border-top: 0 !important;
}

.my-account p {
    font-size: 16px;
}

.my-account .account-title {
    font-size: 18px;
    margin-bottom: 25px;
}

.checkout-section .box-shadow,
.checkout-section .box-shadow.item {
    margin-bottom: 100px;
}

.checkout-section .box-shadow.billing {
    margin-bottom: 50px !important;
}

.checkout-section .box-shadow input {
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.checkout-section .box-shadow input:focus {
    background-color: #f3f3f3;
}

.checkout-section .box-shadow select,
.checkout-section .box-shadow textarea {
    min-height: 44px !important;
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.checkout-section .box-shadow select:focus {
    background-color: #f3f3f3;
}

.small-text {
    font-size: 14px;
    letter-spacing: normal;
    line-height: normal;
}

.checkout-section .input-radio-label,
.checkout-section .payment-method-label {
    background-color: var(--white);
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.checkout-section .input-radio-label.active,
.checkout-section .payment-method-label.active {
    background-color: var(--main-blue);
    border-color: var(--main-blue);
    color: var(--white);
}

.checkout-section .pricing {
    font-weight: bold;
    color: var(--main-blue);
    font-size: 20px;
}

.radio-border-label {
    cursor: pointer;
}

.checkout-section .selectize-input {
    border: 0;
    border-radius: 0;
    background-image: unset !important;
    background-color: #f3f3f3 !important;
    padding: 10px !important;
    margin-top: 0px !important;
    font-size: 16px;
}

.checkout-section .selectize-dropdown {
    border-top: 1px solid #d0d0d0 !important;
}


.checkout-section .box-shadow.point {
    margin-bottom: 50px !important;
}

.step-3-wrapper {
    margin-top: 100px;
}

.register-form .box-shadow {
    padding: 30px
}

.opportunity-section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.opportunity-section-01 .icon-wrapper .row {
    all: unset;
}

.opportunity-section-01 .box-shadow .row {
    all: unset;
}

.opportunity-section-01 .box-shadow {
    min-height: 310px;
    margin-bottom: 0px;
}

.box-shadow-row>.row {
    all: unset;
}


.scrollable-table.membership table {
    font-size: 16px;
    border-spacing: 10px;
    border-collapse: separate;
}


.scrollable-table.membership tr td:first-child {
    background-color: #93a8bb;
    color: var(--white);
    width: 20%;
    vertical-align: baseline;
    border-radius: 10px;
}

.scrollable-table.membership tr th:nth-child(2), .scrollable-table.membership tr td:nth-child(2){
    background-color: #DFEAF6;
    font-weight: bold;
    border-radius: 10px;
}

.scrollable-table.membership tr th:nth-child(3), .scrollable-table.membership tr td:nth-child(3){
    background-color: #d6b372;
    font-weight: bold;
    border-radius: 10px;
}

.scrollable-table.membership tr th:nth-child(4), .scrollable-table.membership tr td:nth-child(4){
    background-color: #C0BFBF;
    font-weight: bold;
    border-radius: 10px;
}

.mobile-table.membership{
    border-spacing: 10px;
    border-collapse: separate;
}

/* .mobile-table .membership-comparison-info{
    background-color: #fff;
} */

.mobile-table.ambassador, .mobile-table.gold, .mobile-table.plat {
    background-color: var(--white);
    border-radius: 10px;
}


.mobile-table.ambassador  td{
    background-color: #DFEAF6;
    border-radius: 10px;
    font-weight: bold;
}

.mobile-table.gold td{
    background-color: #d6b372;
    border-radius: 10px;
    font-weight: bold;
}

.mobile-table.plat td{
    background-color: #C0BFBF;
    border-radius: 10px;
    font-weight: bold;
}

.scrollable-table.membership tr td:first-child {
    background-color: #93a8bb;
    color: var(--white);
    width: 20%;
    vertical-align: baseline;
}

.point-table {
    width: 65%;
    margin: 0 auto;
}


.point-table th {
    background-color: var(--main-blue);
    padding: 10px 20px;
    color: var(--white);
    text-align: center;
}

.point-table td {
    padding: 10px 20px;
    text-align: center;
}

.point-table tr:nth-child(even) {
    background-color: #f1f3f7
}

.point-table tr:nth-child(odd) {
    background-color: var(--white)
}

.opp-numbering{
    all: unset;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--main-blue);
    color: var(--white);
    height: 30px;
    width: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opp-numbering .col-12{
    padding: 0;
}

.opp-numbering .numbering{
    all: unset;
    color: var(--white);
    font-weight: bold;
}


/* .opportunity-section-03{
    padding-bottom: 75px;
} */


/* .opportunity-section-05 {
    padding-top: 75px;
    padding-bottom: 75px;
} */

/* .opportunity-section-06 {
    padding-top: 100px;
} */

.opportunity-section-06 a {
    display: block;
}

.opportunity-section-06 .box-shadow {
    transition: 0.15s;
    font-weight: bold;
}

.opportunity-section-06 .box-shadow:hover {
    background-color: var(--main-blue);
    color: var(--white);
}

.pamper-banner{
    max-width: 65%;
}

.fa-whatsapp{
    color: #25D366;
}

.opportunity-section-06,
.product-intro-price-opt,
.blog-section,
.our-location-section-02,
.about-us-section-07,
.general-section {
    padding-bottom: 75px;
}

.general-section.faq .accordion {
    all: unset;
}

.general-section.faq .description-text {
    padding: 20px;
    border-radius: 15px;
    background-color: var(--white);
    box-shadow: 0px 0px 50px rgb(104 152 188 / 15%);
}

.product-info-table {
    width: 100%;
    font-size: 14px;
    /* margin-top: 50px; */
    margin-bottom: 25px;
}

.product-info-table th, .product-info-table td{
    padding: 8px 15px
}

.product-info-table tr:nth-child(odd){
    background: var(--white)
}

.product-info-table tr:nth-child(even){
    background: var(--lightblue)
}

.serial-btn{
    all:unset;
    color: var(--main-blue);
    font-size: 14px;
    margin-top: 5px;
}


footer {
    background-color: var(--white);
    border-bottom: 25px solid var(--main-blue);
    padding-top: 50px;
    padding-bottom: 25px;
}

footer h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

footer .footer-listing li a {
    font-size: 14px;
    transition: 0.15s;
}

.footer-sm-icon{
    text-align: center;
}

.footer-sm-icon img {
    width: 20px;
    margin: 0 7px;
    color: var(--green);
}

.cp-text {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 20px;
}

.form-control:focus {
    box-shadow: unset;
    border-color: unset;
}

.container-fluid.language-sticky {
    all: unset;
    display: none;
    position: fixed;
    bottom: 0;
    left: 5%;
    z-index: 10;
}

.container-fluid.language-sticky .form-control {
    /* display: none; */
    height: unset !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
    padding: 5px 15px;
    border: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

/* .opportunity-section:last-child,
.about-us-section:last-child,
.mob-section:last-child,
.php-section:last-child,
.hp-section:last-child,
.wss-section:last-child,
.sss-section:last-child {
    padding-bottom: 75px;
}
 */

.data-arrow-btn {
    color: var(--grayish-blue);
}

.data-arrow-btn:hover {
    color: var(--green);
}

.dataTable tbody td {
    padding: 0 !important
}


.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    height: auto !important;
    margin-top: 0 !important;
    width: 98% !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.owl-nav [class*=owl-] {
    color: #d5d6d6 !important;
    background: transparent !important;
}

.owl-nav button:focus {
    outline: unset !important;
    box-shadow: unset !important;
}

.owl-nav button:hover {
    background: transparent !important;
}

.owl-nav button {
    color: #d5d6d6 !important;
    transition: 0.15s;
}

.scrollable-table.desktop-table tr:first-child > td{
    background-color: transparent;
    font-weight: bold
}

.mobile-table {
    display: none;
    width: 100%;
    font-size: 14px;
}

.mobile-table .comparison-item{
    background-color: var(--light-blue);
    font-weight: bold;
}



/*
.mobile-table .comparison-item td{
    border: 1px solid var(--white)
}
*/

.mobile-table .compare-type{
    background-color: var(--main-blue);
    color: var(--white);
    font-weight: bold;
}

/* .mobile-table .compare-type:first-child td{
    padding-top: 10px;
} */

.mobile-table .compare-type td{
    padding-top: 20px;
    padding-bottom: 15px;
}

.mobile-table .comparison-info{
    background-color: #d4e8ec;
    border-bottom: 1px solid #bcbdc1
}

.mobile-table .comparison-info td:first-child{
    border-right: 1px solid #bcbdc1
}

.mobile-table td{
    padding: 10px;
    text-align: center;
    width: 50%;
}

.mobile-table .fail{
    background-color: var(--white);
}

.td-3-column td{
    width: 33%;
}

.mobile-table.td-3-column .comparison-info td:nth-child(2){
    border-right: 1px solid #bcbdc1
}

.mobile-table.comparison .comparison-info{
    background-color: #fbfbfb;
    border-bottom: 0;
}

.mobile-table.comparison .comparison-info td:first-child{
border: 0;
}

table .fa-times.fail{
    color: red;
}

.branch-contact a{
    display: block;
    transition: 0.15s;
}

.branch-contact .box-shadow:hover{
    background-color: var(--main-blue);
    color: var(--white);
}


@media(max-width: 1400px) {
    .min-height-with-bg.interior {
        min-height: 550px;
        background-position: -10% center !important
    }
}



@media (max-width:1199px) {
    .container {
        width: 960px;
    }


    .home-product-wrapper.fullwidth .product-info-wrapper>.row {
        width: 80%;
    }

    /* .about-us-section-01::after {
        height: 600px;
        width: 600px;
        top: 10%;
    }

    .about-us-section-01 .context {
        padding-top: 0;
    }

    
    .about-us-section-01 {
        margin-bottom: 0;
    } */

    .about-us-section-04::after {
        height: 600px;
        width: 600px;
        bottom: 0%;
        left: -32%;
    }


    .about-us-section-04 .context {
        margin-top: 0;
    }

    .about-us-section-05 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (max-width:991px) {


    .home-product-wrapper.fullwidth .product-info-wrapper::before{
        all: unset;
    }

    .font-large,
    .title {
        font-size: 26px !important;
        margin-bottom: 0;
    }

    .about-us-section-01 {
        margin-bottom: 0;
    }

    .about-us-section-01 .context {
        padding-top: 0;
    }


    .mobile-show {
        display: block;
    }

    .biolux-icon {
        width: 75px;
    }

    /* .about-us-section-01::after,
    .about-us-section-04::after {
        all: unset;
    } */

    .technology-item-wrapper .box-shadow{
        display: block;
        min-height: unset;
    }

    .about-us-section-01 img {
        width: 400px;
        margin-bottom: 25px;
    }

    .about-us-section-01 .section-title{
        text-align: left;
    }

    .about-us-section-03::after {
        all: unset;
    }

    /* .about-us-section-01 p,
    .about-us-section-04 p {
        text-align: center !important;
    } */

    .box-shadow{
        margin-bottom: 30px;
    }

    .section-title {
        text-align: center;
    }

    .coverage-para-width {
        all: unset;
    }

    .about-us-section-05 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .country-wrapper {
        justify-content: space-around;
    }

    .country-wrapper img {
        width: 75px;
        margin: 15px;
    }

    .eog-section-01 {
        margin-bottom: 0;
    }

    .eog-section-01::after {
        all: unset;
    }

    .eog-section-01 img {
        width: 80%;
        margin-left: 40%;
    }

    .eog-section-01 .section-title {
        text-align: left;
    }

    .eog-section-01 .context {
        padding-top: 0px;
        margin-top: -50px;
        margin-bottom: 0px;
    }

    .eog-section-02 .principal-carousel .content-wrapper {
        text-align: left !important;
    }

    /* .eog-section-03 h1 {
        margin-top: 0px;
        margin-bottom: 50px;
    } */



    .eog-section-07 .virus-content h2 {
        margin-right: 0;
    }

    .ehg-section-01 {
        margin-bottom: 0;
    }

    .ehg-section-01::after {
        all: unset;
    }

    .ehg-section-01 img {
        width: 80%;
        margin-left: 40%;
    }

    .ehg-section-01 .section-title {
        text-align: left;
    }

    .ehg-section-01 .context {
        padding-top: 0px;
        margin-top: -25px;
        margin-bottom: 0px;
    }

    .ehg-section-02 .principal-carousel .content-wrapper {
        text-align: left !important;
    }

    .eog-section-03 .box-shadow {
        margin-bottom: 0;
    }

    /* .ehg-section-03 h1 {
        margin-top: 0px;
        margin-bottom: 50px;
    } */

    /* .min-height-with-bg .row {
        width: 100%;
        margin: 0;
    } */

    /* .mob-section {
        padding-top: 25px;
        padding-bottom: 25px;
    } */

    .mob-section-04 .virus-content h2 {
        margin-right: 0;
    }

    .mob-section-06 .content-wrapper h2 {
        color: var(--title) !important
    }

    .mob-section-06 .content-wrapper p {
        color: var(--font) !important;
    }

    .container.mob-section-06 {
        width: 90%;
    }

    .container.mob-section-07 {
        width: 90%;
    }

    .container.mob-section-08 {
        width: 90%;
    }

    .mob-section-10 img {
        width: 100%;
    }

    .content-align-center .content-wrapper {
        text-align: left;
    }

    .text_carousel_title {
        font-size: 20px;
    }


    .hp-section-09 .virus-content h4 {
        max-width: 100%;
    }

    .hp-section-11 img {
        width: 100%;
    }

    .hp-section-12 .content-wrapper {
        margin-top: 175px;
    }


    .adjust-pd-75 {
        padding-bottom: 0;
    }

    .para-max-width {
        max-width: 100%;
    }

    .min-height-with-bg.interior {
        background-image: unset !important;
        height: auto;
        display: block;
    }

    .min-height-with-bg.interior img {
        margin-bottom: 25px;
    }

    .wss-section-03 .virus-content h4 {
        max-width: 100%;
    }

    .wss-section-06 img {
        width: 100%;
    }

    .min-height-with-bg.interior {
        margin-top: 0;
        margin-bottom: 0;
    }

    .box-shadow.product-category {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .our-location-section-02 .contact-form {
        max-width: 90%;
    }

    .our-location-section-02 .contact-form .box-shadow,
    .inner-product-container .tab-content.box-shadow {
        padding: 25px
    }

    .address-book-setting {
        display: block;
    }

    .address-edit {
        flex-direction: row;
        margin-top: 25px;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
        margin-bottom: 15px !important;
    }

    .checkout-section .box-shadow,
    .checkout-section .box-shadow.item {
        margin-bottom: 50px;
    }

    .opportunity-section-01 .box-shadow {
        margin-bottom: 50px;
    }

    .opportunity-section-04 .opportunity-section-06 {
        padding-top: 50px;
    }


    .inner-product-container .tab-content {
        max-width: 100%;
    }

    .opportunity-section,
    .mob-section,
    .php-section,
    .hp-section,
    .wss-section,
    .sss-section,
    .blog-section,
    .login-section,
    .register-section,
    .our-location-section-02 .contact-form .box-shadow,
    .inner-product-container .tab-content.box-shadow .box-shadow.my-account,
    .checkout-section,
    .checkout-section .box-shadow,
    .checkout-section .box-shadow.point,
    .box-shadow.my-account,
    .checkout-section .box-shadow,
    .about-us-section,
    .eog-section,
    .ehg-section,
    .general-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hp-section-06,
    .hp-section-13,
    .php-section-06,
    .php-section-10,
    .mob-section-04,
    .mob-section-05,
    .mob-section-09,
    .mob-section-12,
    .wss-section-10,
    .sss-section-05,
    .eog-section-05, .opportunity-section-06{
        padding-top: 60px;
    }

    .product-intro-price-opt,
    .mob-section-03,
    .mob-section-10,
    .sss-section-02,
    .sss-section-06,
    .eog-section-05, .about-us-section-07,
    .opportunity-section-03, .opportunity-section-03 {
        padding-bottom: 60px;
    }

    .min-height-with-bg {
        height: 350px;
    }

    .mob-section-13 .product-info {
        margin-top: 0px;
    }

    .mob-section-04 {
        padding-left: 0;
        padding-right: 0;
    }

    .key-adv-icon {
        margin-bottom: 20px;
    }

    .key-adv-icon:nth-child(4),
    .key-adv-icon:nth-child(5) {
        margin-bottom: 25px;
    }

    .ehg-section-03 .principal-carousel .content-wrapper {
        display: block;
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
    }

    .accordion {
        padding: 20px 10px !important
    }

    .accordion .title-wrapper .title-collapse {
        margin-bottom: 5px !important;
    }

    .description-text {
        margin-bottom: 25px !important;
    }

    .blue-bg-overlay::after {
        content: '';
        display: block;
        background-color: var(--light-blue);
        width: 100%;
        height: 200px;
        margin-top: -225px;
    }

    .eog-section-07.bg-min-height {
        margin-bottom: 60px;
        margin-top: 30px;
    }
}

@media (max-width:767px) {

    body,
    p {
        font-size: 14px;
    }

    table{
        font-size:  14px !important;
    }

    /* .container {
        max-width: 100% !important;
    } */

    .box-shadow {
        padding: 20px 15px
    }

    .swiper-button-next, .swiper-button-prev{
        width: 25px !important;
        height: 25px !important;
    }

    .swiper-button-next::before, .swiper-button-prev::before{
        font-size: 16px;
    }


    .home-product-section h1 {
        margin-bottom: 20px;
        margin-top: 35px;
    }


    .home-product-wrapper.fullwidth .product-img-wrapper {
        text-align: center;
    }


    /* .product-wrapper.halfwidth {
        max-width: 100%;
    } */


    .product-wrapper {
        margin-bottom: 25px;
    }


    .product-wrapper img {
        width: 300px;
        margin: 0 auto;
    }

    .product-wrapper .product-description {
        text-align: center;
    }


    .home-product-wrapper .product-link {
        display: block;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .home-product-wrapper.fullwidth .product-info-wrapper {
        text-align: center;
    }

    .home-product-wrapper.fullwidth .product-info-wrapper>.row {
        width: 100%;
        margin-left: unset;
    }

    .product-wrapper .product-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .home-product-wrapper .product-wrapper{
        padding: 25px
    }

    .home-product-wrapper .product-wrapper .product-link{
        margin-bottom: 5px;
    }

    .home-section-01 {
        text-align: center;
    }


    .home-section-01 img {
        width: 225px;
        margin-bottom: 50px;
    }

    .home-section-01 .context-wrapper {
        padding-left: 15px;
    }

    .home-section-01 .context-wrapper h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }


    .home-section-01 .context-wrapper p {
        text-align: justify;
    }

    .d-element-01 {
        margin-left: -75%;
    }

    .product-intro-price-opt .box-shadow {
        min-height: unset;
        margin-bottom: 25px;
    }

    .eog-section-01 {
        margin-bottom: 0px;
    }

    .content-align-center .content-wrapper .text_carousel_title{
        margin-bottom: 0;
    }

    .eog-section-02 .principal-carousel .content-wrapper {
        padding: 0px 15px;
        text-align: center !important;
        display: block;
    }

    .eog-section-03 .box-shadow {
        padding: 25px 20px
    }

    .key-adv-icon img,
    .why-ozone img {
        width: 75px;
    }


    .ehg-section-02 .principal-carousel .content-wrapper {
        padding: 0px 15px;
        text-align: center !important;
        display: block;
    }

    .hp-section-04 {
        text-align: center;
    }

    .hp-section-04 p {
        text-align: center;
    }

    .hp-section-04 img,
    .php-section-04 img {
        width: 250px;
        margin: 0 auto;
    }

    .hp-section-05 p {
        text-align: justify;
    }

    .body-part-wrapper {
        margin-bottom: 35px;
    }

    .body-part-wrapper p {
        text-align: left;
    }

    .content-align-center .content-wrapper {
        padding: 0 15px
    }

    /* .owl-stage-outer .owl-stage-outer .owl-item{
        margin-bottom: 15px;
    } */

    .scrollable-table table th:first-child,
    .scrollable-table table td:first-child,
    .scrollable-table.comparison table th:first-child,
    .scrollable-table.comparison tr td:first-child {
        width: 15%;
    }

    .mobile-image-width {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .blue-bg-overlay::after{
        height: 150px;
    }

    .hp-section-04, .php-section-04{
        margin-top: unset;
    }

    .hp-section-10 .box-shadow {
        padding: 25px
    }

    .hp-section-12 .box-shadow {
        text-align: center;
    }

    .hp-section-12 .box-shadow.circular {
        border-radius: 0;
    }

    .php-section-09 h3 {
        font-size: 16px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .php-section-09 .swiper-button-next,
    .php-section-09 .swiper-button-prev {
        background-color: transparent;
        font-size: 12px;
        color: #D6D6D6;
    }

    .wss-section-07 img {
        width: 100%;
    }

    .owl-item {
        width: 100%;
    }

    .btn {
        font-size: 14px;
    }

    .box-shadow.product-category {
        padding: 20px;
    }

    .our-location-section-02 .contact-form,
    .register-form {
        max-width: 100%;
    }




    /* .about-us-section:last-child,
    .mob-section:last-child,
    .php-section:last-child,
    .hp-section:last-child,
    .wss-section:last-child,
    .sss-section:last-child,
    .our-location-section:last-child {
        padding-bottom: 50px;
    } */


    .point-table {
        width: 100%;
    }


    .opportunity-section,
    .mob-section,
    .php-section,
    .hp-section,
    .wss-section,
    .sss-section,
    .blog-section,
    .login-section,
    .register-section,
    .our-location-section-02 .contact-form .box-shadow,
    .inner-product-container .tab-content.box-shadow .box-shadow.my-account,
    .checkout-section,
    .checkout-section .box-shadow,
    .checkout-section .box-shadow.point,
    .box-shadow.my-account,
    .checkout-section .box-shadow,
    .about-us-section,
    .eog-section,
    .ehg-section,
    .general-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hp-section-06,
    .hp-section-13,
    .php-section-06,
    .php-section-10,
    .mob-section-04,
    .mob-section-05,
    .mob-section-09,
    .mob-section-12,
    .wss-section-10,
    .sss-section-05,
    .eog-section-05,
    .opportunity-section-03, .opportunity-section-06{
        padding-top: 40px;
    }

    .product-intro-price-opt,
    .mob-section-03,
    .mob-section-10,
    .sss-section-02,
    .sss-section-06, .about-us-section-07, .opportunity-section-03 {
        padding-bottom: 40px;
    }




    .lightblue-bg {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ozone-diagram {
        max-width: 55%;
        margin: 15px auto;
    }


    .eog-section-03 h1 {
        margin-top: 0;
    }

    .ehg-section-04 h1 {
        margin-top: 0;
    }

    .eog-section-07.bg-min-height {
        padding-left: 0;
        padding-right: 0;
    }

    .eog-section-06 img {
        width: 100%;
    }

    .eog-section-07.bg-min-height {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .opportunity-section-01 .box-shadow{
        min-height: unset;
    }

    .opportunity-section-02 img{
        width: 75px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .opportunity-section-02 .box-shadow{
        text-align: center;
    }

    .pamper-banner{
        max-width: 85%;
    }
    

    .mobile-bg-hide{
        height: unset !important;
        background: unset !important;
        background-color: var(--white);
    }

    .mob-section-06, .mob-section-07, .mob-section-08{
        padding-bottom: 25px;
    }
    
    .mob-section-06 .content-wrapper, .mob-section-07 .content-wrapper, .mob-section-08 .content-wrapper{
        all: unset;
    }

}

@media (max-width:575px) {
    .container {
        max-width: 95% !important;
    }

    .home-product-section h1 {
        margin-top: 10px;
    }

    .product-wrapper .product-link {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .product-wrapper .product-link:first-child {
        margin-bottom: 5px;
    }

    .product-wrapper.halfwidth {
        padding: 25px 15px;
    }

    .blue-bg-overlay::after {
        height: 150px;
        margin-top: -150px;
    }

    .checkout-section .pricing {
        display: inline;
        font-size: 15px;
    }

    .mob-section-04 {
        margin-bottom: 0;
    }

    .ozone-diagram {
        max-width: 85%;
    }

    .biolux-icon{
        width: 50px;
    }

    .desktop-table{
        display: none;
    }

    .mobile-table {
        display: table;
    
    }

    .inner-product-container .nav-tabs .nav-link{
        padding-left: 0.55rem;
        padding-right: 0.55rem;
    }

    .display-inline{
        display: inline !important;
    }

    .box-shadow.my-account, .checkout-section .box-shadow{
        padding: 15px;
    }

    .product-modal-bk-gray{
        padding: 20px 5px;
    }
    
    .modal-content{
        padding: 20px;
    }

    .font-large, .title{
        font-size: 24px;
    }
    
}

/* 2021-06-14 add by j */
@media screen and (max-width : 991px) {
    .step-center-mobile {
        display: none;
    }

    .step-center-mobile.active-mobile {
        display: block;
    }
}

.acc-point-text {
    font-size: 14px;
}

/* 2021-06-14 add by j */



/* 2021-07-19 add by j footer share */
.share-trigger {
    position: fixed;
    bottom: 125px;
    right: 15px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.share-trigger svg path {
    fill: #fff;
}

.share-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}

.share-popup.show {
    visibility: visible;
    opacity: 1;
}

.share-button-wrapper {
    display: flex;
    flex-direction: column;
}

.share-input-link {
    display: flex;
    align-items: center;
}

.share-input-link input {
    padding: 10px;
    border-radius: 0;
    border: 1px solid #222222;
    margin: 0;
}

.copy-clipboard {
    height: 100%;
    font-size: 20px;
    background-color: #333;
    color: #fff;
    min-height: 46px;
    min-width: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.share-popup .social-media {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.share-popup .social-media .fa-facebook-square {
    color: #3b5998;
    font-size: 38px;
    cursor: pointer;
}

.share-popup .social-media .fa-twitter-square {
    color: #00b8ff;
    font-size: 38px;
}

.share-popup .social-media .fa-whatsapp-square {
    color: #25D366;
    font-size: 38px;
}

.share-popup .social-media .btn-sm-telegram{
	background-color: #54A9EB;
	padding : 10px 8px 5px 8px;
	border-radius : 5px;
}

.share-popup .social-media .fa-telegram-plane {
    color: white;
	margin-top : 2px;
    font-size: 20px;
}

.share-popup .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 28px;
    cursor: pointer;
}

.share-close-icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.share-close-icon a {
    transition: 0.6s;
}

.share-close-icon a i {
    font-size: 40px;
    color: #333333;
}

.share-close-icon a:hover {
    transform: rotate(90deg);
}

.noscroll {
    overflow-y: hidden;
	height : 100vh;
}

.mobile-share-fixed {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
}



.mobile-share-fixed ul {
    display: flex;
    list-style-type: none;
    width: 100%;
    flex-grow: 1;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.mobile-share-fixed ul li {
    flex-grow: 1;

}

.mobile-share-fixed ul .fb-share-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
}


.mobile-share-fixed ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    height: 55px;
    padding: 10px;
    transition: 0.15s;
    text-align: center;
}

.mobile-share-fixed ul li:last-child {
    background-color: #333;
    color: #fff;
}

.mobile-share-fixed ul li:nth-child(2) {
    background-color: #3b5998;
    color: #fff;
    padding: 10px;
}

.mobile-share-fixed ul li:nth-child(3) {
    background-color: #00b8ff;
    color: #fff;
    
}

.mobile-share-fixed ul li:nth-child(4) {
    background-color: #54A9EB;
    color: #fff;
    
}

.mobile-share-fixed ul li:nth-child(1) {
    background-color: #25D366;
    color: #fff;
}

.mobile-share-fixed ul li:first-child a:hover {
    color: #fff;
}

.mobile-share-fixed ul li:nth-child(2) a:hover {
    color: #fff;
}

.mobile-share-fixed ul li:nth-child(3) a:hover {
    color: #fff;
}
.mobile-share-fixed ul li:nth-child(4) a:hover {
    color: #fff;
}
/* 2021-07-19 add by j footer share */


.performance-info-wrapper{
    display: flex;
    align-items: center;
}

.performance-info-wrapper .performance-icon{
    width: 50px;
    margin-right: 10px;
}

.progress {
    width: 150px;
    height: 150px !important;
    line-height: 150px;
    background: none;
    margin-right: 50px;
    box-shadow: none;
    position: relative;
    float: left;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #eaeaea;
    position: absolute;
    top: 0;
    left: 0
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.progress .progress-right {
    right: 0
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #fff;
    font-size: 24px;
    color: var(--font);
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%
}

.progress.blue .progress-bar {
    border-color: var(--main-blue) 
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

/* progress circle */
svg.radial-progress {
  height: auto;
  max-width: 180px;
  padding: 0 1em 1em 1em;
  transform: rotate(-90deg);
  width: 100%;
}

svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke: #58595B;
  stroke-dashoffset: 219.91148575129;
  stroke-width: 8;
}

svg.radial-progress circle.incomplete { opacity: 0.25; }

svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }

svg.radial-progress text {
  fill: #58595B;
  font: 400 1em/1 'Oswald', sans-serif;
  text-anchor: middle;
}

svg.radial-progress:nth-of-type(6n+1) circle { stroke: #256CAD; }
/* progress circle */

/* 2021-08-20 add by j */
.overflow-x{
	overflow-x : auto;
}

.cursor-pointer{
	cursor : pointer;
}
/* 2021-08-20 add by j */

@media (min-width: 992px){
    .modal-lg, .modal-dialog{
		max-width: 70%;
	}
}

.ext_product_h2point_active3_plan_wrapper{
    padding: 10px;
    background-color: var(--white);
}

.ext_product_h2point_active3_plan_wrapper table{
    font-size: 14px;
}

.ext_product_h2point_active3_plan_wrapper table th{
    background-color: var(--green);
    color: var(--white);
   width: 25%;
   
}

.ext_product_h2point_active3_plan_wrapper table th, .ext_product_h2point_active3_plan_wrapper table td{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.ext_product_h2point_active3_plan_wrapper table td{
    border: 1px solid #e2e2e2;
}


.post-wrapper{
	background-color : white;
  box-shadow: 0px 0px 50px rgb(104 152 188 / 25%);
}

.post-title{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.post-text{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}

.post-date{
  font-size: 14px;
}


.d-none-important{
	display : none !important;
}


.pagination{
    margin-top: 25px;
  }

  .pagination  li{
      margin-right: 15px;
  }

  .page-item.active{
      color: var(--green);
      border-bottom: 1px solid var(--green);
  }


  header .btn_swap_language{
      background-color: transparent;
      font-size: 14px;
  }

.unset-bk{
	background-color : unset;
}