/* ===================================
    Google font
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.main-font {
    font-family: "Lato", sans-serif;
}

/* ===================================
         General
====================================== */
html {
    scroll-behavior: smooth;
}


body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
    color: #152b57;
    height: auto;
}

.hidden {
    display: none;
}

p {
    display: block;
    min-height: 10px;
}

a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
}

a:active,
a:hover {
    color: #00b3e3;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
}

.fa,
.far,
.fas {
    display: inline;
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote > cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

section {
    padding: 1.5rem 0;
}

.container {
    max-width: 1320px;
}

.padding-bottom {
    padding-bottom: 7.5rem;
}

.padding-top {
    padding-top: 120px;
}


/* Transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

/* Button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 15px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

/* button size */
.btn.btn-medium {
    font-size: 16px;
    padding: 12px 40px;
    line-height: 1.6em
}

.btn.btn-large {
    font-size: 16px;
    padding: 11px 40px;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.rounded-pill {
    border-radius: 50%;
}

.dark_bg {
    background-color: #152b57;
}

.light_bg {
    background: #e4e9eb;
}

.themeColor {
    color: #00b3e3;
}

.header-area {
    padding: 12px 0px 12px;
    /* max-width: 1200px;
    margin: 0 auto; */
}

.nav-logo img {
    height: auto;
    max-height: 55px;
}

.right_bar {
    text-align: end;
}

header a.head_cart svg {
    display: inline-flex;
    width: 40px;
    height: auto;
}

.btn.theme-btn.btn2 {
    background: #152b57;
    border-color: #152b57;
}

.whyUs .whyus_btn:hover,
.aboutUs .whyus_btn:hover,
.ourSystem .whyus_btn:hover,
.compareWrapper .whyus_btn:hover {
    background: #00b3e3;
    border: 1px solid #00b3e3;
}

header .shop_now.btn:hover {
    background: #152b57;
    border: 1px solid #152b57;
    color: #fff;
}

header .btn.my_account:hover {
    background: none;
    border: 1px solid #ccc;
    color: #333;
}

header .shop_now.btn {
    background: none;
    border: 1px solid #ccc;
    color: #333;
    margin-right: 6px;
}

header .btn.theme-btn {
    padding: 12px 32px;
    font-weight: 600;
}

.btn.theme-btn {
    background: #152b57;
    border: 1px solid #152b57;
    border-radius: 0;
    color: #ffffff;
    padding: 22px 45px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: none;
}

.btn.btn-theme {
    background: #00b3e3;
    border: 1px solid #00b3e3;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: none;
}

header a.head_cart {
    position: relative;
    padding: 0;
}

header a.head_cart .count {
    background: #152b57;
    position: absolute;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: -16px;
    bottom: -10px;
}


.main_hero {
    background-repeat: no-repeat;
    background-position: center right;
    padding: 80px 0;
    background-image: url(../images/Corganics_vert_white_2_1.png);
}

.main_hero h1 {
    font-size: 56px;
    margin: 0 0 35px;
}

.main_hero p {
    font-size: 18px;
}

.main_hero .btnBox {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main_hero .btnBox .btn {
    margin-left: 0;
}


.main_hero .imgBox {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
}

.main_hero .imgBox img {
    width: 33.33%;
    height: 332px;
    margin: 0 auto;
    object-fit: cover;
    animation-name: pf-fadeInUp;
    animation-duration: 1s;
}

.main_hero .imgBox img:nth-child(1) {
    height: 324px;
}

.main_hero .imgBox img:nth-child(2) {
    animation-delay: .2s;
}

.main_hero .imgBox img:nth-child(3) {
    animation-delay: .4s;
}

@keyframes pf-fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.main_hero .img_area p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-top: 20px;
    color: rgba(255, 255, 255, .75);
}

.whyUs {
    padding: 40px 0;
}

.heading .caption {
    border: 1px solid #3c86a0;
    color: #3c86a0;
    display: inline-flex;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 25px;
    border-radius: 45px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.heading h2 {
    font-size: 42px;
    font-weight: 500;
    margin: 0;
}

.heading {
    margin-bottom: 18px;
}

.logo_list.row {
    max-width: 400px;
    row-gap: 30px;
}

.whyUs .columnBox {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 45px;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}

.whyUs .columnBox .brand_icon {
    text-align: right;
    margin-top: -103px;
}

.whyUs .columnBox h3 {
    font-size: 32px;
    color: var(--theme-color2);
    line-height: 1.4;
    margin-bottom: 40px;
}

.scrolling-main {
    position: relative;
}

.gradient-warper {
    position: absolute;
    z-index: 5;
    height: 40%;
    width: 100%;
    top: auto;
    bottom: 0;
    background: linear-gradient(360deg, #FFF 0%, rgba(255, 255, 255, 0.00) 50%);
}

.scrolling-text-container {
    height: 300px;
    /* Adjust the height as needed */
    overflow: hidden;
    position: relative;
}

.scrolling-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scroll-slide {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 18px;
}

.scroll-warper {
    animation: scroll-up 19s linear infinite;
}

.scroll-slide li:nth-child(1) {
    animation-delay: 0s;
}

.scroll-slide li:nth-child(2) {
    animation-delay: 0s;
}

/* Add more nth-child rules for additional text slides */

@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-80%);
    }
}


.aboutUs {
    background-color: rgba(228, 233, 235, .25);
    background-repeat: no-repeat;
    background-position: center right;
    background-attachment: fixed;
    background-image: url(../images/Corganics_vert_white_2.png);
    background-size: 30vw;
    padding: 40px 0;
}

.aboutUs .box {
    padding: 25px 0;
}

.aboutUs .box .icon {
    margin-bottom: 28px;
}

.aboutUs .box h3 {
    color: #3c86a0;
    font-size: 24px;
    margin: 0 0 17px;
}

.aboutUs .box p {
    font-size: 17px;
}

.aboutUs .box {
    cursor: pointer;
}

.aboutUs .box .icon {
    -webkit-transition: 500ms all ease;
    -o-transition: 500ms all ease;
    transition: 500ms all ease;
}

.aboutUs .box:hover .icon {
    transform: translateY(-15px);
    cursor: pointer;
}


.ourSystem {
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(../images/Layer_1.png);
    background-size: 30%;
    padding-top: 62px;
}

.ourSystem .imgBox {
    max-width: 585px;
    width: 100%;
    margin: auto;
}

.ourSystem .textBox h3 {
    margin: 0 0 30px;
}

.ourSystem .textBox ul + h3 {
    margin-top: 35px;
}

.ourSystem .textBox ul li {
    font-size: 18px;
    margin-bottom: 8px;
}

.ourSystem .textBox ul li::before {
    font-family: "Font Awesome 5 Free";
    padding-right: 15px;
    font-weight: 700;
    content: '\f061';
    color: #152b57;
    font-size: 12px;
}

.privacy-sec ul li::before {
    font-family: "Font Awesome 5 Free";
    padding-right: 15px;
    font-weight: 700;
    content: '\f061';
    color: #00b3e3;
    font-size: 12px;
}

.ourSystem .textBox ul li::marker {
    color: #152b57;
    margin-right: 10px;
}

.heading p {
    font-size: 22px;
    margin-top: 20px;
    letter-spacing: .4px;
}

.upper-nav {
    width: 100%;
    max-width: 100%;
    display: block;
}


.ourProcess {
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(../images/Layer_2.png);
    background-size: 22%;
    padding: 42px 0;
}

.ourProcess .box {
    background: #e4e9eb;
    padding: 0 25px 25px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ourProcess .box h3 {
    background: #152b57;
    color: #ffffff;
    text-align: right;
    font-size: 34px;
    padding: 10px 18px;
    margin: 0 -25px 22px;
}

.ourProcess .box p {
    line-height: 1.7;
    letter-spacing: .3px;
}

.ourProcess .box .learnMore {
    color: #152b57;
    margin: 0;
    font-style: italic;
}

.quoteText p {
    font-size: 2rem;
    line-height: 1.6;
}

.quoteText .name {
    font-size: 17px;
    margin-top: 38px;
}

.quoteWrapper .imgBox img {
    width: 100%;
    height: 392px;
    object-fit: cover;
}


.compareWrapper {
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(../images/Corganics_vert_white_2.png);
    background-size: 35vw;
    padding: 50px 0;
}

.compareList {
    margin-top: 40px;
}

.compareList .theadBar,
.compareList .listItem {
    border-bottom: 2px solid #e1e6eb;
    align-items: center;
    padding: 18px 0;
}

.compareList .topTitle {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.compareList .titleBar {
    font-size: 25px;
}

.compareList .listItem .icon img {
    max-width: 50px;
    margin: 0 auto;
    display: block;
}

.heading h2 + h3 {
    margin-top: 15px;
}

#footer {
    background-color: #152b57;
    color: rgba(255, 255, 255, .75);
    padding: 48px 0;
    border-top: 1px solid #273c64;
}

footer#footer .container {
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
}

.footer_top .row {
    margin: 0 -30px;
}

.footer_top .row > div {
    padding: 0 30px;
}

.footerBox h3 {
    font-size: 18px;
    color: #ffffff;
}

.footer_logo img {
    max-width: 100px;
}

ul.footer_menu,
.footerBox .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.footer_menu li,
.footerBox .menu li {
    margin-bottom: 10px;
}

ul.footer_menu li a,
.footerBox .menu li a {
    color: rgba(255, 255, 255, .75);
}

ul.footer_menu li a:hover,
.footerBox .menu li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#footer .footerBox p {
    margin-top: 0;
}

.subscribeForm h3 {
    margin: 0 0 18px;
}

.subscribeForm .formGroup {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
}

.subscribeForm .formGroup .form-control {
    background: none;
    border: 1px solid #ffffff;
    border-radius: 0;
    min-height: 45px;
    color: #ffffff;
}

.subscribeForm .formGroup .form-control:focus {
    box-shadow: 0 0 0 1px #ffffff;
}

.subscribeForm .formGroup .form-control::placeholder {
    color: rgba(255, 255, 255, .7);
}

.subscribeForm .formGroup .subscribeBtn {
    background-color: transparent;
    background-image: url(../assets/img/arrow-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    border: none;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 45px;
    padding: 0;
    opacity: .75;
}

button.subscribeBtn svg {
    width: 16px;
    height: 16px;
}

.footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 50px;
    padding-top: 30px;
}

.footer_bottom .copyright {
    font-size: 13px;
}

.menu-privacy-menu-container {
    font-size: 13px;
    text-align: center;
}

.menu-privacy-menu-container .footer_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-privacy-menu-container .footer_menu li {
    position: relative;
    margin: 0 5px;
}

.menu-privacy-menu-container .footer_menu li:not(:first-child)::before {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 2px;
    height: 2px;
    display: inline-flex;
    opacity: 0.5;
    left: -8px;
    top: 10px;
}

.footer_text {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

.footer_menu a:active {
    color: #fff;
}

.footer_text p {
    margin-top: 0 !important;
}

.footer_text p:last-child {
    margin-bottom: 0;
}

.footer_menu .nav-link {
    padding: 0 1rem;
}

footer .link_btn {
    position: absolute;
    right: 2.5rem;
    border: none;
    /* bottom: 11rem; */
    width: 20px;
    height: 36px;
    padding: 0;
    opacity: .75;
}

.contact-form .form-control {
    border: 1px solid #fff;
    background: transparent;
    font-weight: normal;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    color: #152b57;
    font-size: 16px;
    transition: border .9s ease;
}


.about_video .container {
    max-width: 1124px;
}


.contact-sec .contact-form .form-control:focus,
.contact-sec .contact-form .form-control :hover {
    outline: none;
    box-shadow: 0 0 0 1px #000;
}

.contact-sec .contact-form .form-control {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 15px;
    min-height: 45px;
    padding: 5px 16px;
}

.contact-form .form-control::placeholder {
    color: #666;
}

.form-control:focus {
    color: #212121;
    border-color: #ced4da;
    box-shadow: 0 0 0 0.0rem transparent;
}

.button-center.theme-btn {
    margin-left: 14px;
}

.button-center .btn.theme-btn {
    padding: 12px 42px;
}

.press-sec a {
    color: #00b3e3;
}

h1.entry-title {
    font-size: 50px;
    color: #152b57;
    font-weight: 400;
    margin-bottom: 16px;
}

.press-sec a::after {
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;
    font-weight: 700;
    content: '\f061';
    color: #00b3e3;
    font-size: 12px;
}

.video-eduction {
    text-align: center;
    margin-top: 40px;
}

.video-eduction iframe {
    width: 800px;
    height: auto;
    aspect-ratio: 16 / 9;
}

.about_video iframe {
    height: auto;
    aspect-ratio: 16/9;
}

.Products {
    padding: 50px 0 25px;
}

.Products .item_column {
    padding: 20px 0;
}

.Products ul.info_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 0;
}

.Products ul.info_list li {
    width: 33.33%;
    display: flex;
    align-items: center;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 1.8;
}

.Products ul.info_list li .icon {
    margin-right: 15px;
}

.Products ul.info_list li .icon svg {
    width: 50px;
    height: 50px;
}

.Products .item_column .imgBox {
    text-align: center;
}

.Products .item_column .imgBox img {
    max-height: 500px;
}

.Products .item_column:nth-child(even) {
    flex-direction: row-reverse;
}

.pdfLink a {
    color: #105ad0;
    text-decoration: underline;
}

.Products .btnBox .with_code_btn:hover {
    background-color: #152b57;
    border: 1px solid #152b57;
}

.main_hero .caption {
    background: #00b3e3;
    border-radius: 45px;
    display: inline-block;
    font-size: 13px;
    padding: 8px 45px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-transform: uppercase;
}


.products_kit .productColumn {
    background-color: #152b57;
    padding: 66px 11%;
}

.products_kit .productColumn h2 {
    font-size: 42px;
    margin: 0 0 20px;
}

.products_kit .productColumn p {
    font-size: 17px;
    letter-spacing: .4px;
    line-height: 30px;
}

.products_kit .productColumn .imgBox {
    width: 100%;
    max-width: 400px;
}

.products_kit .btnBox .with_code_btn:hover {
    background: none;
    border: 1px solid #ccc;
}

.faqs-sec ul li::before {
    font-family: "Font Awesome 5 Free";
    padding-right: 10px;
    font-weight: 700;
    content: '\f061';
    color: #00b3e3;
    font-size: 12px;
}


.gallery-container {
    text-align: center;
    position: sticky;
    top: 0;
}

.gallery-container .thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.gallery-container .thumbnail {
    width: 100px;
    height: auto;
    cursor: pointer;
    object-fit: contain;
    border-radius: 10px;
    transition: border-color 0.3s;
}

.gallery-container .thumbnail:hover {
    border-color: #000;
}

.gallery-container .mySlides img {
    max-width: 500px;
    height: 360px !important;
    object-fit: contain;

}

.productside-description h2 {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.productside-description .desc-txt {
    line-height: 2;
}


.qty-input {
    color: #000;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}

.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    margin: 0;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.sidebar .sidebarProductHeight .qty-input .product-qty {
    padding-left: 0;
    padding-right: 0;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count--minus {
    border-right: 1px solid #e2e2e2;
}

.qty-input .qty-count--add {
    border-left: 1px solid #e2e2e2;
}

.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}


.qty-input {
    border-radius: 4px;

}


.productside-description .single_add_to_cart_button {
    background: #00b3e3;
    border: none;
    border-radius: 0;
    color: #ffffff;
    padding: 18px 50px;
    font-size: 15px;
    letter-spacing: 1px;
    box-shadow: none;
    float: none;
    margin-top: 30px;
}

.add-to-cart {
    padding: 10px 20px;
    font-size: 16px;
}

#sidebar .sidebar-area {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid;
    margin-left: 10px;
    margin-right: 10px;
    width: -webkit-fill-available;
}

.sidebar-area h6 {
    color: #00b3e3;
    font-weight: 600;
}

#sidebar .qty-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -30px;
}

#sidebar .side-head {
    border-bottom: 1px solid #000000;
    padding: 10px 20px;
    position: relative;
}

.sidebar {
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    overflow: hidden;
    z-index: 111;
    width: 0;
    display: flex;
    flex-direction: column;
    transition: width 0.3s ease;
    height: 100dvh;
}

#sidebar.open {
    z-index: 151;
    width: 450px;
}

.sidebaroverlay.active {
    display: block;
    /* or use visibility and opacity for fade-in effects */
}

.sidebaroverlay {
    display: none;
    /* Default to hidden */
    /* Add other styling like background color, position, etc. */
}

.close-btn:focus {
    color: #00b3e3;
}

.close-btn {
    font-size: 35px;
    padding: 0 15px;
    cursor: pointer;
    background: none;
    border: none;
    transform: translateY(-50%);
    color: #152b57;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
}

.sidebar .side-head h2 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

#sidebar .sidebarProductHeight {
    height: 100%;
    overflow-y: scroll;
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
}

#sidebar .sidebarProductHeight::-webkit-scrollbar {
    width: 7px;
}

/* Track */
#sidebar .sidebarProductHeight::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#sidebar .sidebarProductHeight::-webkit-scrollbar-thumb {
    background: #152b57;
}

/* Handle on hover */
#sidebar .sidebarProductHeight::-webkit-scrollbar-thumb:hover {
    background: #00b3e3;
}

#sidebar .Cart__Checkout:hover {
    border: 1px solid #152b57;
    background: transparent;
    color: #152b57;
}

.sidebaroverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    /* Ensure the overlay is below the sidebar */
}

.sidebaroverlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 150;
}

.side-bottom {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #000000;
}

#sidebar .Cart__Checkout {
    background: #152b57;
    border: none;
    border-radius: 0;
    color: #ffffff;
    width: 100%;
    height: 50px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: none;
}

.productside-description li::before {
    font-family: "Font Awesome 5 Free";
    padding-right: 5px;
    font-weight: 700;
    content: '\f061';
    color: #00b3e3;
    font-size: 12px;
}

.cart-sec h1 {
    font-size: 30px;
    margin-bottom: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 22px;
}

.wc-block-cart-item h4 {
    color: #00b3e3;
    font-size: 22px;
}

.wc-block-cart-item__prices {
    margin: 10px 0;
}

.wc-block-cart-item .qty-input {
    display: inline-block;
    border: 1px solid #000;
}

.product-cart-area {
    border-top: 1px solid #e9e9e9;
    padding: 20px 0;
}

.radiostandard {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cart-total-area {
    background: #f7f7f7;
    padding: 20px !important;
}

.cart-total-area h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.discount-code::placeholder {
    color: #000;
}

.discount-code input {
    width: 100%;
    padding: 14px;
    margin: 0;
    border: 1px solid #000;
    border-radius: 5px;
}

.discount-code button {
    padding: 13px 11px;
    border-radius: 5px;

}

.discount-code form {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
}

.change_adressForm {
    margin-bottom: 20px;
}

.left-area-cart {
    position: sticky;
    top: 0;
}

.CartsubTotal {
    display: flex;
    justify-content: space-between;
}

#change_adressBtn {
    text-decoration: underline !important;
    text-transform: capitalize;
    cursor: pointer;
}

.change_adressForm a,
.continue_shopping,
.Proceed,
.place_order {
    background: #00b3e3;
    border: none;
    border-radius: 0;
    color: #ffffff !important;
    width: 100%;
    height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    cursor: pointer;
}

.change_adressForm a:hover,
.continue_shopping:hover,
.Proceed:hover,
.place_order:hover {
    background-color: #152b57;
}

.custom-field {
    position: relative;
    font-size: 14px;
    border-top: 5px solid transparent;
    margin-bottom: 5px;
    display: inline-block;
    --field-padding: 15px;
    width: 100%;
}

.selection {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    min-height: 50px !important;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 35px;
    color: #666;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    width: 100%;
}

.select2-results__option {
    padding: 6px 20px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: bold;
    font-style: normal;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: none;
    border: none;
    width: auto;
    height: auto;
    position: unset;
    margin: 0;
}

label {
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 10px;
}

.custom-field input {
    border: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f2f2f2;
    padding: var(--field-padding);
    border-radius: 3px;
    width: 100%;
    outline: none;
    font-size: 14px;
}

.custom-field .placeholder {
    position: absolute;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 22px;
    line-height: 100%;
    transform: translateY(-50%);
    transition: top 0.3s ease,
    color 0.3s ease,
    font-size 0.3s ease;
}

.custom-field input.dirty + .placeholder,
.custom-field input:focus + .placeholder,
.custom-field input:not(:placeholder-shown) + .placeholder {
    top: -10px;
    font-size: 14px;
    color: #222;
}

.custom-field .error-message {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-size: 12px;
    background: #d30909;
    color: #fff;
    height: 24px;
}

.custom-field .error-message:empty {
    opacity: 0;
}

/* ONE */
.custom-field.one input, .custom-field.one select {
    background: none;
    min-height: 45px;
    border: 1px solid #000;
    transition: border-color 0.3s ease;
}

.custom-field.one input + .placeholder {
    left: 8px;
    padding: 0 5px;
}

.c-pointer {
    cursor: pointer;
}

.custom-field.one input.dirty,
.custom-field.one input:not(:placeholder-shown),
.custom-field.one input:focus {
    border-color: #222;
    transition-delay: 0.1s
}

.custom-field.one input.dirty + .placeholder,
.custom-field.one input:not(:placeholder-shown) + .placeholder,
.custom-field.one input:focus + .placeholder {
    top: 0;
    font-size: 10px;
    color: #222;
    background: #fff;
    width: auto
}

.hidden {
    display: none;
}

.checkDetail {
    margin-bottom: 20px;
}

.checkoutStandard {
    width: 100%;
    display: flex;
    gap: 20px;
    border: 1px solid;
    padding: 15px;
    border-radius: 4px;
    cursor: pointer;
}

.Standard_days,
.StandardPrice {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.paymentOption {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid;
}

.hidden {
    display: none;
}

.payment-area p {
    margin: 15px 0;
}

.payment-area {
    padding: 10px;
    border: 1px solid;
    border-radius: 4px;
}

.cart-total-area .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    /* Adjust color as needed */
    transition: transform 0.3s ease;
}

.collapsing .arrow {
    transform: rotate(-90deg);
}

.collapse.show .arrow {
    transform: rotate(0deg);
}

.cart-total-area .card button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #152b57;
    text-decoration: none;
}

.cart-total-area .card-header {
    padding: 0rem 0;
    border: none;
}

.cart-total-area .card-body {
    background: none;
    padding: 1rem 10px;
}

.checkout_product {
    display: flex;
    font-size: .875em;
    padding-bottom: 1px;
    padding: 16px 0;
    width: 100%;
    position: relative;
    gap: 10px;
}

.checkout_product .Checkout_order {
    align-items: center;
    background: #fff;
    border: 2px solid hsla(0, 0%, 7%, .11);
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 20px;
    min-width: 20px;
    padding: 0 .4em;
    position: absolute;
    right: 6px;
    top: 0;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1;
}

.checkout_product .image_area {
    position: relative;
}

.checkout_product img {
    max-width: 50px;
    width: 50px;
}

.Checkout_content .product_price {
    margin: 10px 0;
}

.checkout_sticky {
    position: sticky;
    top: 0;
}


#popUPoverlay,
#getStartepopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}


#popUPoverlay {
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}


#getStartepopup {
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}


.popup-content {
    position: relative;
    background: #ffffff;
    width: 100%;
    max-width: 1200px;
    padding: 45px;
    border-radius: 15px;
    margin: auto;
}


#closePopup, #closePopupTwo, #closePopupTwo1 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    font-size: 33px;
    cursor: pointer;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.popup_content {
    min-height: 100%;
    height: 100%;
}

.popup-content .box {
    background: #E4E9EB4F;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    height: 100%;
}

.popup-content .box h3 {
    font-size: 28px;
    margin: 0 0 24px;
}

.popup-content .box p {
    font-size: 18px;
    color: #11151CBF;
}

.popup-content .box p.note {
    opacity: 0.7;
}

.popup-content .box .btnBox {
    padding-top: 10px;
}

.popup-content .box .btn {
    padding: 10px 30px;
}

.popup-content .box .btn:hover {
    background-color: #152b57;
    border: 1px solid #152b57;
}

.popup-content .bottomText,
.bottomText a {
    color: #11151CBF;
}

.popup-content .bottomText a {
    text-decoration: underline;
}


.popup-content.two #backButton {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #00b3e3;
}

.form_box {
    text-align: center;
}

.popup-content.two {
    padding: 70px 0;
}

.form_box input {
    background: #ffffff;
    border: 1px solid #152b57;
    border-radius: 3px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: 42px;
}

.form_box #code_btn {
    padding: 10px 45px !important;
}


.signup_wrapper label.checkLabel {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin-bottom: 8px;
}

.signup_wrapper label.checkLabel .text {
    order: 2;
    width: calc(100% - 25px);
}

.signup_wrapper label.checkLabel input[type="checkbox"] {
    order: 1;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 5px;
}

.signup_wrapper .formBox_area.xl_wrapper {
    max-width: 680px;
    margin: 0 auto;
}

.formBox_area .form-group .form-control,
.login-area .form-group .form-control {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 15px;
    min-height: 45px;
    padding: 5px 16px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.checkLabel a {
    color: #00b3e3;
}

span.req_icon {
    color: #e71212;
    margin-left: 2px;
}

.sign_up .btnBox .btn,
.login-sec .btnBox .btn {
    padding: 12px 45px;
}

.login-sec .login-area {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.lost_pwd_form .form-group input {
    height: 40px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 15px;
    min-height: 45px;
    padding: 5px 16px;
}

.lost_pwd_form .resetPwd:hover {
    background-color: #152b57;
    border: 1px solid #152b57;
}

.lost_pwd_form .resetPwd {
    color: #fff !important;
    padding: 10px 40px;
}

.distributor-video iframe {
    width: 100%;
    height: 300px;
}

.shop-content {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shop-content p {
    margin-bottom: 5px;
    font-size: 14px;
}

.shop-content .add-to-cart {
    background: none;
    border: 1px solid #152b57;
    border-radius: 0;
    color: #152b57;
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    margin-top: 10px;
}

.shop-content .add-to-cart:hover {
    background-color: #152b57;
    color: #fff;
    border: 1px solid #152b57;
}

.shop-area img {
    width: 100%;
    object-fit: contain;
}

.shop-area .shop_image_hyperlink {
    height: -webkit-fit-content;
    height: fit-content;
}

.shop-area .shop-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tabs-left {
    border-bottom: none;
    border-right: 1px solid #ddd;
}

.tabs-left .nav-item {
    margin: 0;
}

.tabs-left .nav-link {
    border: none;
    border-radius: 0;
    background: none;
}

.tabs-left .nav-link.active {
    background: #152b57;
    color: #fff;
    border-radius: 0;
    position: relative;
}

.tabs-left .nav-link.active::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #152b57;
}

#report_form .form_row {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    align-items: flex-end;
    gap: 15px;
}

#report_form .form_row .label_bold {
    width: 100%;
}

#report_form .btn.theme-btn {
    padding: 10px 40px;
    margin-top: 10px;
}


.form_row .column .regular-text {
    border: 1px solid #152b57;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    padding: 4px 10px;
}

/*#datatable_wrapper .buttons-csv {*/
/*    background-color: #152b57;*/
/*    color: #fff;*/
/*    border: 1px solid #152b57;*/
/*}*/
div.dt-button-collection {
    left: 502.609px !important;
}

#datatable thead, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #152b57;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate span {
    line-height: 35px;
}

.order-info {
    border-top-color: #1e85be;
    padding: 1em 2em 1em 1.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #152b57;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-info a {
    background-color: #dcd7e3;
    text-decoration: none;
    background-image: none;
    color: #515151;
    padding: 10px;
}

.tab-address-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-address-area a {
    color: #00b3e3;
}


#account-v input,
#billing-form input,
#shipping-form input {
    height: 40px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 15px;
    min-height: 45px;
    padding: 5px 16px;
}


.billing-form .form-group select,
.shipping-form .form-group select {
    width: 100%;
    min-height: 40px;
    /*border: 1px solid #000000;*/
}

/*.billing-form button {*/
/*    !*background-color: #dcd7e3;*!*/
/*    text-decoration: none;*/
/*    background-image: none;*/
/*    color: #515151;*/
/*    border: 1px solid #dcd7e3;*/
/*    font-weight: 700;*/
/*}*/

.billing-form button:hover {
    background-color: #00b3e3;
    border: 1px solid #00b3e3;
    color: #fff;
}

.subscription-box {
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 20px;
    /* max-width: 500px; */
    font-family: Arial, sans-serif;
    border-radius: 8px;
}

.purchase-options {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    padding: .2em;
    border-radius: 8px;
    font-size: 14px;
}

.option-btn {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-align: center;
    padding: 1rem;
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    flex: 1 1 100%;
    background-color: #f3f4f4;
}

.option-btn:hover {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.option-btn svg {
    width: 4em;
    height: 4em;
}

.option-btn h3 {
    font-size: 14px;
}

.option-btn.active {
    background-color: #f3f4f4;
    border-color: #3b63ff;
    color: #3b63ff;
}

.subscription-info {
    margin-top: 10px;
}

.delivery-frequency {
    margin: 0 0 15px 0;
    padding: 10px;
    background-color: #e0f7f3;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.delivery-frequency svg {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    color: #3b63ff;
}

.delivery-price {
    font-weight: bold;
    color: #333;
    margin: 5px 0 0;
    font-size: 14px;
}

.subscription-details {
    font-size: 14px;
    margin: 10px 0;
}

.subscription_text {
    flex-grow: 1;
}

.subscription_text p {
    color: #7dba63;
    font-weight: 700;
    margin-bottom: 0;
}

.subscription_price {
    flex-grow: 0;
    font-size: 14px;
}

.info-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.info-icon svg {
    margin-left: 4px;
}

#toggle-arrow {
    font-size: 12px;
    margin-left: 5px;
}

.details-content {
    display: none;
    background-color: #f3f4f4;
    border: 1px solid #d0d0d0;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
    font-size: 13px;
    color: #333;
}

.policy-link {
    color: #0d92f2;
    text-decoration: underline;
}

#toggleArrow {
    transition: transform 0.3s ease;
}

.rotate {
    transform: rotate(90deg);
}

.powered_btn div {
    padding-right: 5px;
    font-size: 10px;
    white-space: nowrap;
}

.powered_btn {
    display: inline-flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    border-radius: 300px;
    color: inherit;
    text-decoration: none;
    max-height: 28px;
    padding: 15px;
    user-select: none;
}

.powered_btn {
    border: 1px solid #000;
}

.powered-by {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

.powered-by img {
    margin-left: 5px;
}

/* ===================================
    Media Query
====================================== */

@media (width: 2560px) and (min-width: 2300px) {
}

@media (max-width: 1850px) and (min-width: 1601px) {
}

@media screen and (width: 1600px) {
    .compareList .listItem .icon img {
        max-width: 30px;
    }
}


@media (max-width: 1599px) and (min-width: 1367px) {
}

@media (max-width: 1450px) and (min-width: 1400px) {
    .compareList .listItem .icon img {
        max-width: 30px;
    }

    .products_kit .productColumn {
        background-color: #152b57;
        padding: 66px 3%;
    }

    .products_kit .productColumn p {
        font-size: 16px;
    }
}

@media (max-width: 1366px) and (min-width: 1281px) {
    .header-area {
        margin-bottom: 0 !important;
    }

    .compareList .titleBar {
        font-size: 20px;
    }

    .compareList .listItem .icon img {
        max-width: 30px;
    }

    h1.entry-title {
        font-size: 38px;
    }
}


@media (max-width: 1280px) and (min-width: 1201px) {
    .header-area {
        margin-bottom: 0 !important;
    }

    .compareList .titleBar {
        font-size: 20px;
    }

    .compareList .listItem .icon img {
        max-width: 30px;
    }

    h1.entry-title {
        font-size: 38px;
    }

    .products_kit .productColumn {
        background-color: #152b57;
        padding: 66px 3%;
    }

    .products_kit .productColumn p {
        font-size: 16px;
    }
}

@media (max-width: 1152px) and (min-width: 1024px) {
    .header-area {
        margin-bottom: 0 !important;
    }

    .main_hero h1 {
        font-size: 42px;
        margin: 0 0 35px;
    }

    .heading h2 {
        font-size: 36px;
    }

    .compareList .titleBar {
        font-size: 20px;
    }

    .compareList .listItem .icon img {
        max-width: 30px;
    }

    h1.entry-title {
        font-size: 38px;
    }

    .Products ul.info_list li {
        width: 100%;
        padding: 12px;
    }

    .products_kit .productColumn {
        background-color: #152b57;
        padding: 66px 3%;
    }

    .wc-block-cart-item h4 {
        color: #00b3e3;
        font-size: 18px;
    }

    .popup-content {
        width: 95%;
    }
}


@media screen and (max-width: 991px) and (min-width: 768px) {
    header .btn.theme-btn {
        padding: 12px 14px;
        font-size: 12px;
    }

    .side-menu {
        display: none;
    }

    .sidemenu_btn,
    .nav-utility {
        display: none !important;
    }

    .whyUs .columnBox {
        margin: 100px auto 0;
    }

    .logo_list.row {
        margin-left: auto;
        margin-right: auto;
    }

    .whyUs .btnBox {
        max-width: 450px;
        margin: 0 auto;
    }

    .whyUs .btnBox .btn {
        width: 100%;
    }

    .ourProcess .box {
        padding: 0 12px 15px;
    }

    .ourProcess .box h3 {
        font-size: 26px;
    }

    .heading h2 {
        font-size: 34px;
    }

    .quoteText p {
        font-size: 26px;
        line-height: 1.6;
    }

    .compareList .titleBar {
        font-size: 20px;
    }

    .compareList .listItem .icon img {
        max-width: 35px;
    }

    .main_hero h1 {
        font-size: 45px;
        margin: 0 0 25px;
    }

    .header-area {
        margin-bottom: 0;
    }

    h1.entry-title {
        font-size: 38px;
    }

    .popup-content.one .row {
        row-gap: 20px;
    }

    .popup-content {
        width: 95%;
        height: 600px;
        overflow-y: scroll;
    }

    .popup-content.two {
        height: auto;
    }
}


@media screen and (max-width: 767px) {
    .main_hero h1 {
        font-size: 32px;
        margin: 0 0 25px;
    }

    #sidebar.open {
        width: 375px;
    }

    .footer_menu {
        padding-top: 30px !important;
    }

    footer#footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .compareList .titleBar {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }

    .compareList .topTitle {
        font-size: 10px;
    }

    #footer {
        overflow-x: clip;
    }

    .compareList .listItem .icon img {
        max-width: 20px;
    }

    .compareList .theadBar,
    .compareList .listItem {
        padding: 18px 15px;
    }

    .btn.theme-btn {
        padding: 15px 36px;
    }

    .ourProcess .row {
        row-gap: 30px;
    }

    .btnBox .btn {
        width: 100%;
    }

    .btnBox .btn + .btn {
        margin-left: 0;
        margin-top: 12px;
    }

    .heading h2 {
        font-size: 32px;
    }

    .whyUs .columnBox {
        padding: 34px 15px;

    }

    .whyUs .columnBox {
        margin: 100px auto 0;
    }

    .whyUs .columnBox h3 {
        font-size: 24px
    }

    .side-nav .navbar-nav {
        width: 100%;
    }

    .navbar .navbar-part1 {
        height: 55px;
    }

    .side-nav .nav-link {
        font-weight: 600 !important;
    }

    .sidebar-area h6 {
        font-size: 14px;
    }

    .close-btn {
        margin-left: 0;
    }

    .footer_menu .nav-link {
        padding: 0rem .5rem;
    }

    h1.entry-title {
        font-size: 32px;
    }

    h2 {
        font-size: 22px;
    }

    .Products ul.info_list li {
        width: 100%;
        padding: 12px;
    }

    .main_hero .imgBox img {
        height: 196px;
    }

    .main_hero .imgBox img:nth-child(1) {
        height: 188px !important;
    }

    .products_kit .productColumn h2 {
        font-size: 32px;
        margin: 0 0 20px;
    }

    .gallery-container .mySlides img {
        width: 100%;
    }

    .gallery-container .thumbnail-container {
        gap: 10px;
    }

    .productside-description h2 {
        font-size: 26px;
    }

    .wc-block-cart-item h4 {
        color: #00b3e3;
        font-size: 14px;
    }

    .qty-input .qty-count {
        width: 1.4rem;
    }

    .cart-sec .product-cart-area .col-3 {
        padding-right: 15px;
        padding-left: 5px;
    }

    .cart-total-area {
        background: #f7f7f7;
        padding: 10px !important;
    }

    .check_form {
        margin-bottom: 40px;
    }

    .popup-content {
        width: 96%;
        max-width: 1200px;
        padding: 16px;
        height: 600px;
        overflow-y: scroll;
    }

    .popup-content .box {
        background: #E4E9EB4F;
        padding: 15px;
    }

    .popup-content.one .row {
        row-gap: 20px;
    }

    .popup-content.two {
        height: auto;
    }

    .popup-content .bottomText, .bottomText a {
        width: 70%;
        margin: 0 auto;
    }

    .heading p {
        font-size: 16px;
    }

    figure {
        margin: 0;
    }

    #datatable_wrapper {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 360px) {
}

@media (width: 320px) {
    header .btn.theme-btn {
        padding: 12px 12px !important;
    }

    #sidebar.open {
        width: 320px;
    }

    .menu-privacy-menu-container .footer_menu {
        display: block;
    }

    .menu-privacy-menu-container .footer_menu li:not(:first-child)::before {
        display: none;
    }
}

form .form-input-error {
    font-size: 10pt;
    font-weight: 600;
    color: #f43636;
}

.product_description * {
    line-height: 2;
}

#__loader__ {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    right: 0;
}

#__loader__ .spinner {
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 8px solid #f3f3f3;
    position: fixed;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.active-tab {
    text-decoration: underline;
    /*color: white;*/
    cursor: pointer;
}

.subscription-zoom-animation {
    animation: subs-zoom-in-zoom-out 1s ease infinite;
}

@keyframes subs-zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.08, 1.08);
    }
    100% {
        transform: scale(1, 1);
    }
}

.referral_code_loading {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #00b3e3;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;

    position: absolute;
    right: 5px;
    top: 0;
    margin: auto 0;
    bottom: 0;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*new code*/
.bg-gray {
    background-color: #dfdfdf;
}

.texas-img-area img {
    max-width: 800px;
}

.content-area-texas {
    margin: 0 auto;
}

.content-area-texas iframe {
    width: 70%;
}

.content-area-texas form {
    margin: 50px auto;
    padding: 20px;
    border-radius: 5px;
}

.content-area-texas .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.content-area-texas label {
    /* flex: 1; */
    margin-right: 10px;
    font-weight: bold;
    text-align: left;
}

.content-area-texas input[type="text"],
.content-area-texas input[type="email"] {
    flex: 2;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 70%;
}

.content-area-texas .radio-group {
    width: 70%;
    text-align: left;
}

.content-area-texas .radio-group label {
    width: 50%;
}

.content-area-texas input[type="radio"] {
    margin-right: 10px;
}

.content-area-texas button {
    background-color: #152b57;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.content-area-texas button:hover {
    background-color: #000;
}

.content-area-texas .price {
    font-size: 0.9em;
    color: #555;
}

.content-area-texas .subtotal {
    margin-top: 10px;
    font-weight: bold;
}

.content-area-texas input[type="text"],
.content-area-texas input[type="email"] {
    width: 100%;
}

.content-area-texas #starterPackageGroup {
    display: block;
    text-align: left;
}

.content-area-texas #starterPackageGroup img {
    width: 100px;
}

.content-area-texas .red {
    color: red;
}

.package-sec .packages {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
}

.package-sec .package-card {
    width: 100%;
    background: #f9f9f9;
    border: 2px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.package-sec .package-card:hover {
    border-color: #00bcd4;
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.package-sec .package-card input:checked ~ .package-header {
    color: #fff;
    background: #00bcd4;
}

.package-sec .package-card input:checked ~ .package-content {
    background: #eef7f7;
}

.package-sec .package-header {
    padding: 20px;
    color: #fff;
    font-size: 1.5em;
    background: #152b57;
    border-bottom: 2px solid #00bcd4;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.package-sec .package-content {
    padding: 25px;
    transition: background-color 0.3s ease;
}

.package-sec .price {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.package-sec .pay-now-container {
    margin-top: 25px;
}

.package-sec .btn-pay-now {
    padding: 12px 30px;
    font-size: 1.4em;
    color: #fff;
    background: #00bcd4;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.6;
    pointer-events: none;
    transition: opacity 0.3s ease, background 0.3s ease;
}

.package-sec .btn-pay-now:enabled {
    opacity: 1;
    pointer-events: auto;
    background: #000;
    color: #fff;
}

.package-sec .package-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.package-sec .package-content ul li {
    margin: 12px 0;
    color: #555;
}

.package-sec .selected .package-header {
    background: #005d6b;
}

.ql-video {
    width: 60%;
    display: flex;
    height: 450px;
    margin: 0 auto;
}

#mainForm .g-recaptcha {
    display: flex;
    justify-content: center;
}

#mainForm .g-recaptcha iframe {
    width: 100%;
}

.order-detail-modal {
    max-width: 55%;
}

@media screen and (max-width: 950px) {
    .order-detail-modal {
        max-width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .texas-img-area img {
        width: 100%;
    }

    .content-area-texas .form-group {
        display: block;
    }

    .content-area-texas label {
        width: 100%;
    }

    .content-area-texas .radio-group label {
        width: 80%;
    }

    .content-area-texas .radio-group,
    .content-area-texas iframe {
        width: 100%;
    }

    .content-area-texas form {
        padding: 0 0 50px 0;
    }

    .content-area-texas input[type="text"] {
        margin-bottom: 10px;
    }

    .order-detail-modal {
        max-width: 85%;
    }
}

@media screen and (max-width: 575px) {
    .order-detail-modal {
        max-width: 100%;
    }
}

md-autocomplete md-autocomplete-wrap button {
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

md-autocomplete md-autocomplete-wrap input {
    height: fit-content;
}

md-autocomplete md-autocomplete-wrap, md-autocomplete {
    height: auto;
}

._tooltip {
    position: relative;
    display: inline-block;
}

._tooltip ._tooltip_text {
    visibility: hidden;
    font-size: 14px;
    font-weight: 600;
    min-width: 250px;
    max-width: 100%;
    width: 268px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1000;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

._tooltip:hover ._tooltip_text {
    visibility: visible;
}

.custom-field .card_type {
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    display: flex;
    align-items: center;
    min-height: 47px;
}

.custom-field .card_type img {
    max-height: 30px;
}

tags-input .tags {
    display: block;
    width: 100%;
    /*height: calc(1.5em + .75rem + 2px);*/
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tags-input .tags .input {
    height: 0;
}

tags-input .tags .tag-item {
    padding: 0px 8px;
    background: #00b3e3;
    color: white;
}

tags-input .tags .tag-item .remove-button {
    color: white;
}

.password-container {
    position: relative;
}

.password-container input {
    width: 100%;
}

.password-container i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background: none !important;
}

.cma-popup {
    width: 65% !important;
}

.cma-popup .swal2-html-container {
    overflow-y: scroll;
    margin-top: 10px;
    height: 80vh;
    height: 72dvh
}

@media screen and (max-width: 1060px) {
    .cma-popup {
        width: 80% !important;
    }
}

@media screen and (max-width: 600px) {
    .cma-popup {
        width: 90% !important;
    }
}

@media screen and (max-width: 300px) {
    .cma-popup {
        width: 100% !important;
    }
}
.subscribed img{
    filter: grayscale(1);
}
