﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500&display=swap');


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: var(--dynamic-font-regular); /* Apply the dynamic font */
}

.app-container {
    height: 100vh;
}
@media (min-width: 992px) {
    /* Désactive le float et centre la colonne */
    .welcomesection .col-lg-6,
    .welcomesection .col-xl-6,
    .welcomesection .col-md-8 /* si vous avez aussi col-md-8 */ {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.memberships_method_opt select.select_opt, .account_select_opt select.select_opt {
    padding-right: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 10px;
}

.memberships_method_opt .selectcont, .account_select_opt .selectcont {
    height: auto !important;
}

.error-text {
    color: red; /* Change the color to red to indicate an error */
    font-weight: bold; /* Make the error text bold */
    font-size: 14px; /* Set a specific font size */
    margin-top: 5px; /* Add some space above the error text */
    display: block; /* Ensure the error text is displayed as a block element */
}

    .error-text::before {
        content: "⚠ "; /* Add a warning icon before the error text */
        color: inherit; /* Inherit the text color */
    }

strong {
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
}

.def_logo img, .opt_add img {
    max-width: 100%;
    height: 90px;
    width: auto;
    display: initial;
    object-fit: contain;
}

.graycolor {
    color: #575757
}

.sec_color {
    color: #5ADFC2;
}

h1 {
    font-family: var(--dynamic-font-regular); /* Apply the dynamic font */
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h2 {
    font-family: var(--dynamic-font-regular); /* Apply the dynamic font */
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h3 {
    font-family: var(--dynamic-font-regular); /* Apply the dynamic font */
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h4 {
    font-family: var(--dynamic-font-regular); /* Apply the dynamic font */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p {
    font-family: var(--dynamic-font-regular); /* Apply the dynamic font */
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #575757;
}

.p2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* html,body{height:100%;margin:0;}.inner_page_wrap{height:100%;}.inner_pageouter{min-height: 84%;}*/
/* header */
body {
    font-family: var(--dynamic-font-regular); /* Apply the dynamic font */
    color: #575757;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #fff;
    /* font-family:'Nunito',sans-serif;font-family:'Outfit',sans-serif;*/
}

.header_outer {
    position: sticky;
    top: 0px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #cbcbcb;
    padding: 10px 0px;
    z-index: 50;
    transition: 0.3s;
}

.header_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav.navbar.navbar-expand-lg a {
    color: #575757;
    transition: 0.3s;
}

    nav.navbar.navbar-expand-lg a:hover {
        color: #5ADFC2;
    }

nav.navbar.navbar-expand-lg .active a {
    color: #5ADFC2;
}

ul.navbar-nav li {
    padding: 0px 10px;
}

    ul.navbar-nav li a {
        font-size: 18px;
        transition: 0.3s;
    }

.count_opt {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-left: 15px;
}

.cont_icon img {
    width: 33px;
}

.cont_leng {
    display: flex;
    gap: 5px;
}

    .cont_leng a {
        color: #575757;
        opacity: 0.48;
        text-decoration: none;
        position: relative;
        padding: 5px;
        transition: 0.3s;
    }

        .cont_leng a:after {
            position: absolute;
            right: -3px;
            top: 7px;
            width: 1px;
            height: 15px;
            background: #000;
            content: "";
            display: inline-block;
            opacity: 0.48;
        }

        .cont_leng a.active_leng {
            opacity: 1;
        }

        .cont_leng a:last-child:after {
            display: none;
        }

.banner_outer {
    position: relative;
    overflow: hidden;
}

.banner_outer_shape {
    transform: rotate(0deg);
    width: 110%;
    background: #fff;
    height: 22%;
    position: absolute;
    left: -5%;
    bottom: -10%;
    content: "";
    display: block;
    overflow: hidden;
    z-index: 30;
}

    .banner_outer_shape:after {
        transform: rotate(0deg);
        width: 100%;
        background: #5adfc2;
        height: 26%;
        position: absolute;
        right: 1%;
        top: -18%;
        content: "";
        display: block;
    }

.banner_panel {
    position: relative;
    width:100%;
}


.banner_img {

    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 50px;
}

.login-container {
    padding: 50px 130px 130px 130px;
}
.login-form-title {
    font-family: var(--dynamic-font); /* Apply the dynamic font */
    font-size: 45px;
    font-weight: 800;
    line-height: 67.5px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #1B2129;
}
.login-form-subtitle {
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left;
    color: #1B2129;
    margin-bottom: 20px;
}

.banner_cont {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 10;
}

.banner_info {
    padding: 21% 0 0 57%;
}

    .banner_info h1 {
        color: #fff;
    }

    .banner_info h2 {
        color: #fff;
    }

    .banner_info h1 span {
        color: #5ADFC2;
    }

.welcomesec_info {
    text-align: center;
    position: relative;
    padding: 40px 0 10px;
}

    .welcomesec_info .round_opt_btn3 {
        position: absolute;
        right: 14%;
        top: -26%;
        width: 15%;
        z-index: 30;
    }

    .welcomesec_info h3 {
        color: #5ADFC2;
    }

    .welcomesec_info h2 {
        font-size: 60px;
    }
    .welcomesec_info p {
        font-family: Inter;
        font-size: 24px;
        font-weight: 400;
        line-height: 33.6px;
        text-align: left;
    }

.prod_item_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
/* .prod_viewsection{background: linear-gradient(0deg,#ECFBF7 0%,rgba(236,251,247,0.00) 100%);}*/
.prod_viewsection_outer {
    position: relative;
}

.prod_viewsection {
    position: relative;
}

.prod_item {
    flex: 0 23.5%;
    /* filter:drop-shadow(0px 13px 67px rgba(76,217,174,0.27));*/
    background: #fff;
    border-radius: 15px;
    /* box-shadow:0px 13px 67px rgba(76,217,174,0.27);*/
    box-shadow: 0px -13px 67px rgba(76,217,174,0.27);
    transition: 0.3s;
}

    .prod_item .select2 {
        width: 100% !important;
    }

        .prod_item .select2 .select2-selection {
            border: none;
            /* background:var(--secondary_theme,#ddf8f1); */
            background: var(--secondary_theme, transparent);
        }

.noBgcolor .select2 .select2-selection {
    background: transparent !important;
}
/* .action_opt_title:hover{
	background: transparent!important;
} */
.action_opt {
    border-radius: 15px 15px 0 0;
    padding: 20px;
    position: relative;
}

.adj_height {
    min-height: 175px;
}

.arrowdown {
    position: absolute;
    right: 20px;
    width: 30px;
    top: 16px;
    height: 30px;
    line-height: 33px;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    font-size: 17px;
}

.action_opt_title .arrowdown {
    /* background: #575757 !important; */
    color: #fff;
}

.prod_item:hover .action_opt_title {
    /* background: #138269 !important; */
    background: var(--theme-bg,#138269);
}

    .prod_item:hover .action_opt_title .arrowdown {
        background: var(--theme-bg,#5ADFC2);
        color: #fff;
    }

.action_text {
    color: #5ADFC2;
    font-size: 20px;
    /* padding-bottom:5px; */
}

.price_text {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px;
    transition: 0.3s;
}

    .price_text span {
        color: #5ADFC2;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition: 0.3s;
    }

.action_opt p {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    transition: 0.3s;
}

.individual_head {
    background: #5ADFC2;
    padding: 10px 20px;
    color: #fff;
    transition: 0.3s;
}

.individual_des {
    padding: 20px;
}

    .individual_des ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .individual_des ul li {
            position: relative;
            padding: 3px 0px 15px 33px;
            font-size: 15px;
            transition: 0.3s;
        }

            .individual_des ul li span {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 25px;
                height: 25px;
                border: 2px solid #5ADFC2;
                line-height: 22px;
                color: #5ADFC2;
                text-align: center;
                border-radius: 6px;
                transition: 0.3s;
            }

.prod_item:hover {
    background: var(--hover_bg, #df5a94);
    /* transform:scale(1.1);*/
}
    /* .prod_item:hover  select.select_opt{
    background: #3e621cd9;
} */
    .prod_item:hover .action_text {
        color: #fff;
    }

    .prod_item:hover .price_text {
        color: #fff;
    }

        .prod_item:hover .price_text span {
            color: #fff;
        }

    .prod_item:hover .action_opt p {
        color: #fff;
    }

    .prod_item:hover .individual_head {
        background: #fff;
        padding: 10px 20px;
        color: #5ADFC2;
    }

    .prod_item:hover .individual_des li {
        color: #fff;
    }

        .prod_item:hover .individual_des li span {
            color: #fff;
            border: 2px solid #fff;
        }

    .prod_item:hover .arrowdown {
        background: #fff;
        color: #5ADFC2;
    }

.subscribe_content {
    overflow: hidden;
    position: relative;
}

.prod_item_wrap {
    position: relative;
    z-index: 10;
}

.prod_viewsection {
    background: linear-gradient(0deg,#ECFBF7 0%,rgba(236,251,247,0.00) 100%);
    padding-bottom: 30px;
}

.outer_shape1 {
    transform: rotate(-5.426deg);
    width: 110%;
    background: #e8fbf6;
    height: 35%;
    position: absolute;
    left: -5%;
    top: -21%;
    content: "";
    display: block;
    overflow: hidden;
    z-index: 10;
}

.subscribe_btn {
    padding-top: 15px;
}

.sub_btn {
    font-size: 22px;
    padding: 19px 49px 20px 49px;
    border: 1px;
    background-color: #1B2129;
    color: white;
    opacity: 0;
}


.prod_item:hover .sub_btn {
    /* background:var(--sub_btnhover-bg,#5ADFC2); */
    color: #fff;
}

.subscribe_content {
    padding: 210px 0 0;
}

.mapopt {
    position: relative;
    z-index: 10;
}

.subscribe_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.sub_text_info {
    flex: 0 45%;
    padding-left: 3%;
    position: relative;
    z-index: 10;
}

.sub_from {
    padding: 20px 0 0;
}

.subscribe_map {
    flex: 0 50%;
    position: relative;
}

    .subscribe_map iframe {
        width: 100% !important;
        height: 700px;
        border-radius: 20px 20px 0 0;
    }

.round_opt_btn {
    position: absolute;
    left: -45%;
    bottom: 2%;
    width: 40%;
}

.select_opr_block {
    max-width: 77%;
    margin: 0px auto;
}

.round_opt1 {
    position: absolute;
    left: 0;
    top: -9%;
    width: 15%;
}

.round_opt_btn2 {
    position: absolute;
    left: -12%;
    top: -25%;
    width: 30%;
}

.sub_text_info h2 {
    font-size: 40px;
}

.sub_text_info p {
    margin-bottom: 20px;
}

.form-group {
    border: 1px solid rgb(87 87 87 / 45%);
    border-radius: 5px 5px 5px 0px;
    padding: 7px;
    display: flex;
}

.form-control {
    border: 0px;
    outline: 0px;
    outline: 0px;
    color: #575757;
    opacity: 1;
    transition: 0.3s;
    background: transparent;
    box-shadow: 0 0 0 0.25rem transparent !important;
}

button.searchicon_opt {
    border: 0px;
    outline: 0px;
    box-shadow: 0px 0px 0px transparent;
    background: transparent;
    padding: 8px;
    font-size: 20px;
    color: #575757;
    transition: 0.3s;
}

.banner_outer_shape {
    transform: rotate(0deg);
    width: 110%;
    background: #fff;
    height: 22%;
    position: absolute;
    left: -5%;
    bottom: -10%;
    content: "";
    display: block;
    overflow: hidden;
    z-index: 30;
}

.footer_outer {
    background: #ECFBF7;
    padding: 40px 0px;
}

.footer_des h3 {
    color: #575757;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px 0px 15px;
}

.footer_logo {
    text-align: right;
    padding-bottom: 10px;
}

.footer_logo img {
    width: 100px;
}

.footer_des p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.social_media ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 10px;
}

.social_media ul li {
    color: #575757;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding: 0px 0px 10px;
    line-height: normal;
    position: relative;
}

.social_media ul li a {
    border: 1px solid #575757;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 5px 5px 5px 0;
    color: #575757;
    text-decoration: none;
    transition: 0.3s;
}

.social_media ul li a:hover {
    border: 1px solid #5ADFC2;
    background: #5ADFC2;
    color: #fff;
}
/* */
.def_btnopt2 {
    text-align: center;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
}

.btn2 {
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    font-family: var(--dynamic-font-regular); /* Apply the dynamic font */
    font-weight: 500;
    outline: 0px;
    flex: 0 28%;
    box-shadow: 0px 0px 0px transparent;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.btn2:hover {
    color: #fff;
}

.selectcont_wrap {
    display: flex;
    padding-bottom: 48px;
    justify-content: center;
    gap: 20px;
}

.selectcont {
    flex: 0 32%;
    position: relative;
    background: #ddf8f1;
    border-radius: 10px 10px 10px 0;
}

.inp_row.gapadj.inp_colm3 .select-styled {
    font-size: 15px;
}


.select_opr_block .selectcont {
    height: 49px;
}

.def_btnopt2 button.btn2 {
    padding: 15px;
}

.arrowdown2 {
    position: absolute;
    right: 13px;
    top: 13px;
    pointer-events: none;
}
/*select opt */
.shotby_option .select {
    position: relative;
    top: 2px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 10px 10px;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #606268;
    font-size: 15px;
}

    .select-styled:after {
        content: "";
        width: 15px;
        height: 10px;
        /* background:url(../images/arrowdown.png) no-repeat center center;*/
        position: absolute;
        top: 16px;
        right: 10px;
        background-size: auto;
    }

    .select-styled:hover {
        background-color: transparent;
    }

    .select-styled:active, .select-styled.active {
        background-color: transparent;
    }
/* .select-styled:active:after,.select-styled.active:after{top:9px;border-color: transparent transparent #DADFEE transparent;}*/
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    color: #606268;
    box-shadow: 0px 10px 20px rgba(215,217,221,0.5);
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 10px;
}

    .select-options li:last-child {
        border-bottom: 1px solid #fff;
    }

    .select-options li {
        margin: 0;
        padding: 8px 0px;
        border-bottom: 1px solid #f4f4f4;
        background: #fff;
        font-size: 16px;
    }

        .select-options li:hover, .select-options li.is-selected {
            color: #606268;
            background: #fcfeff;
        }

        .select-options li[rel=hide] {
            display: none;
        }

.offer_cont_des {
    display: flex;
    gap: 18px;
    align-items: center;
}

.individual_des ul {
    min-height: 304px;
    /* overflow-y: scroll; */
}

.cassback_opt {
    /* font-family:'Nunito';*/
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #374568;
}

span.cassbackpic {
    margin-right: 6px;
}

.inc_option_view {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    text-align: center;
    color: #9B2563;
}

.inc_option_view {
    background: #fff;
    border: 1px solid #9B2563;
    padding: 5px;
    border-radius: 53px;
}

.dec_btn, .inc_btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    background: #FFFFFF;
    /* box-shadow:0px 4px 15px rgba(62,108,198,0.15);*/
    border-radius: 3px;
    font-size: 16px;
}

.inputvalue {
    width: 40px;
}

    .inputvalue input {
        width: 100%;
        border: 0px;
        background: transparent !important;
        outline: 0px !important;
        box-shadow: 0px 0px 0px transparent;
        padding: 0px !important;
        text-align: center;
    }
/* Chrome,Safari,Edge,Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance:textfield;
}


/* */

.welcomesec_info h2, .welcomesec_info p {
    position: relative;
    z-index: 40;
}

.heading_info {
    position: relative;
    z-index: 40;
    display:flex;
    justify-content:center;
    align-content:center;
}
    .heading_info h2 {
        font-family: var(--dynamic-font); /* Apply the dynamic font */
        font-size: 45px;
        font-weight: 800;
        line-height: 67.5px;
        letter-spacing: 0.08em;
        text-align: left;
        margin: 0px;
    }

button.navbar-toggler.menu-btn {
    outline: 0px;
    box-shadow: 0px 0px 0px transparent;
    padding: 0px;
    border: 0px;
}
/* .menucont{transform:translate(100%,0px);width: 100%;}*/
.mobileheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 28px;
    display: none;
}

.activemenu .count_opt {
    padding: 17px 0 0;
}

.closeicon {
    padding: 0px 1px;
    font-size: 24px;
}

.inner_banner .banner_outer_shape {
    height: 108px;
    left: -5%;
    bottom: 0px;
}

.inner_banner.banner_info {
    padding: 10% 0 0 57%;
}

.inner_heading h2 {
    padding-bottom: 8px;
}

.sublogo {
    padding-bottom: 20px;
}

    .sublogo img {
        width: 140px;
    }

.inner_heading h2 {
    font-size: 34px;
    color: #575757;
}

.fromdes_info {
    max-width: 650px;
    padding-bottom: 80px;
}

    .fromdes_info .form-group {
        border: 0px;
        border-radius: 0px;
        padding: 0px;
        display: block;
        position: relative;
    }

.form-group label {
    color: #575757;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    display: block;
    padding-bottom: 8px;
}

.inp_cont_view {
    position: relative;
    padding-bottom: 20px;
}

    .inp_cont_view .form-control {
        background: #F9F9F9;
        border: 1px solid #BABABA;
        font-size: 18px;
        padding: 12px 15px 12px 55px;
    }

.icon_opt {
    position: absolute;
    left: 2px;
    top: 12px;
    width: 45px;
    color: #575757;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
}

.def_btnopt2.frombtn .btn2 {
    width: 100%;
    flex: 1;
}

.form-group p {
    font-size: 14px;
    margin: 0px;
    padding-top: 5px;
}

.inp_row.remember_opt .form-group {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.forgot_opt a {
    text-decoration: underline;
    color: red;
    transition: 0.3s;

}

    .forgot_opt a:hover {
        text-decoration: none;
    }

.checkbox label {
    font-size: 16px;
}
/* checkbox */
.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: white;
            border: 1px solid #B7BDCE;
            /* border:1px solid #575757; */
            /* border:1px solid #5ADFC2;*/
            border-radius: 5px;
        }

    .styled-checkbox:hover + label:before {
        background: #fff;
    }

    .styled-checkbox:focus + label:before {
        /* box-shadow:0 0 0 3px rgba(0,0,0,0.12);*/
    }

    .styled-checkbox:checked + label:before {
        background: red;
        color: white;
    }

    .styled-checkbox:disabled + label {
        color: white;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 16px;
        background: #575757;
        /* background:#5ADFC2;*/
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 #575757,4px 0 0 #575757,4px -2px 0 #575757,4px -4px 0 #575757,4px -6px 0 #575757,4px -8px 0 #575757;
        /* box-shadow:2px 0 0 #5ADFC2,4px 0 0 #5ADFC2,4px -2px 0 #5ADFC2,4px -4px 0 #5ADFC2,4px -6px 0 #5ADFC2,4px -8px 0 #5ADFC2;*/
        transform: rotate(45deg);
    }

.checkbox a {
    color: #5ADFC2;
    text-decoration: none;
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 24px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #575757;
    }

        [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #575757;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #575757;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }




.styled-checkbox2 {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox2 + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        line-height: inherit;
        padding: 10px 20px 0 0px;
        font-size: 14px;
    }

        .styled-checkbox2 + label:before {
            content: '';
            position: absolute;
            right: 0px;
            top: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: white;
            border: 1px solid #B7BDCE;
            /* border:1px solid #575757; */
            /* border:1px solid #5ADFC2;*/
            border-radius: 5px;
        }

    .styled-checkbox2:hover + label:before {
        background: #fff;
    }

    .styled-checkbox2:focus + label:before {
        /* box-shadow:0 0 0 3px rgba(0,0,0,0.12);*/
    }

    .styled-checkbox2:checked + label:before {
        background: #fff;
    }

    .styled-checkbox2:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox2:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox2:checked + label:after {
        content: '';
        position: absolute;
        right: 14px;
        top: 19px;
        background: #575757;
        /* background:#5ADFC2;*/
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 #575757,4px 0 0 #575757,4px -2px 0 #575757,4px -4px 0 #575757,4px -6px 0 #575757,4px -8px 0 #575757;
        /* box-shadow:2px 0 0 #5ADFC2,4px 0 0 #5ADFC2,4px -2px 0 #5ADFC2,4px -4px 0 #5ADFC2,4px -6px 0 #5ADFC2,4px -8px 0 #5ADFC2;*/
        transform: rotate(45deg);
    }

/* */
.inp_row.remember_opt {
    margin-bottom: 15px;
}

.welcomesec_info.inner_heading {
    padding-bottom: 40px;
}

    .welcomesec_info.inner_heading p {
        font-family: Inter;
        font-size: 24px;
        font-weight: 400;
        line-height: 33.6px;
        text-align: left;
        /* max-width:580px;*/
    }

        .welcomesec_info.inner_heading p a {
            color: #000;
            text-decoration: underline;
        }

            .welcomesec_info.inner_heading p a:hover {
                text-decoration: none;
            }

.inp_cont_view .form-control {
    font-size: 15px;
}

.def_btnopt2.frombtn {
    padding-bottom: 0px;
}

.inp_row.rowopt2 .rowopt2_wrap {
    display: flex;
}

    .inp_row.rowopt2 .rowopt2_wrap .inp_cont_view {
        position: relative;
        padding-bottom: 0;
        flex: 1;
    }

.inp_row.rowopt2 .btn2 {
    padding: 7px 15px;
    font-size: 18px;
}

.inp_row.rowopt2 .rowopt2_wrap {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.error_text {
    color: #FF5038;
    padding-bottom: 10px;
}

.error {
    border: 1px solid red;
}

.req_text {
    color: #FF5038;
    font-size: 20px;
    display: inline-block;
    font-style: normal;
    margin-right: 0px;
    font-family: 'Nunito Sans',sans-serif;
}

.sec_noteoption {
    padding-bottom: 10px;
}

.sec_note_row {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

.sec_note_text {
    flex: 0 48%;
}

.sec_note_text_des {
    flex: 0 48%;
    text-align: right;
}

span.prog_bar_opt {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #5ADFC2;
    width: 70%;
    height: 6px;
    border-radius: 12px;
}

.prog_bar {
    background: #EAEAEA;
    border-radius: 12px;
    height: 6px;
    margin-bottom: 5px;
    position: relative;
}

.ad_marg {
    padding-top: 15px;
}

.innermain_content {
    position: relative;
}

    .innermain_content .round_opt_btn {
        position: absolute;
        left: 0px;
        bottom: 0%;
        width: 16%;
    }

.fromdes_info {
    position: relative;
    z-index: 1;
}

.inp_cont_view.noicon_opt input.form-control {
    padding: 12px 15px 12px 15px;
}

.summary_cont_wrap {
    background: #FFFFFF;
    padding: 20px;
    margin: 20px 0;
}

.sum_inp_cont {
    border-bottom: 1px solid rgba(0,0,0,0.10);
    padding: 13px 0px;
    display: flex;
    justify-content: space-between;
}

.sum_inp_left {
    flex: 0 48%;
}

.sum_inp_right {
    flex: 0 48%;
    text-align: right;
}

.summary_content h3 {
    text-align: center;
    padding: 20px 0 5px;
}

.payment_content .fromdes_info {
    max-width: 900px;
}

.frombtn_wrap .def_btnopt2.frombtn {
    gap: 15px;
    max-width: 70%;
}

.backbutton {
    background: #DDDCDC !important;
    color: #575757 !important;
}

    .backbutton:hover {
        /* background:#575757 !important; */
        background: var(--sub_btnhover-bg, #575757) !important;
        color: #fff !important;
    }

#incdec #up {
    font-size: 20px;
    position: absolute;
    right: 13px;
    top: 12px;
    margin: 1p;
}

#incdec #up {
    font-size: 20px;
    position: absolute;
    right: 13px;
    top: 11px;
    width: 14px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    cursor: pointer;
}

#incdec #down {
    font-size: 20px;
    position: absolute;
    right: 13px;
    top: 21px;
    width: 14px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    cursor: pointer;
}

.fa-sort-up:before {
    line-height: 19px;
}

.fa-sort-down:before {
    line-height: 7px;
    position: absolute;
    top: -2px;
}

.innermain_content {
    position: relative;
    /* overflow:hidden; */
}

.round_opt_btn.rount_opt1 {
    bottom: inherit;
    top: 20%;
    width: 14%;
    left: -4%;
}

.round_opt_btn.rount_opt2 {
    bottom: inherit;
    top: 61%;
    width: 12%;
    left: inherit;
    right: 0%;
}

.round_opt_btn.rount_opt3 {
    bottom: inherit;
    top: 55%;
    width: 12%;
    left: 0;
}

.fromdes_info.user_contentblock {
    display: flex;
    max-width: initial;
    justify-content: space-between;
}

.sidebar_content {
    flex: 0 25%;
}

.sidebar_info {
    border: 1px solid rgba(87,87,87,0.10);
    background: #FFF;
    box-shadow: 0px 2px 24px 0px var(--dynamic-color-punch);
    padding: 30px;
    margin-bottom: 30px;
}

.sidebar_info p {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
}

.from_cont_wrap {
    
}

.inp_row.gapadj {
    display: flex;
    gap: 2%;
}

.inp_colm2 .form-group {
    flex: 0 49%;
}

.inp_colm3 .form-group {
    flex: 0 32%;
}

.noicon_opt2 .icon_opt {
    border: 0px;
    left: inherit;
    right: 0px;
}

.inp_row.checkoutmore_info {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.payment_opt_view {
    display: flex;
    gap: 20px;
}

.payment_block {
    flex: 0 40%;
    margin-bottom: 20px;
}

.payment_block2 {
    flex: 1;
}

.radio {
    margin: 10px 0;
}
/* .frombtn2 {
	max-width:200px !important;
} */
.inner_page_wrap {
    position: relative;
    display: flex;
    height: 100%;
}

.left_sidebar {
    border-radius: 0px 8px 8px 0px;
    background: #5ADFC2;
    /* max-width:300px; */
    flex: 0 25%
}

.innersidebar_cont ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.innersidebar_cont ul li {
padding: 16px 12px;
margin-right: 10px;
position: relative;
border-radius: 0px 50px 50px 0px
}

.innersidebar_cont ul li:hover, .innersidebar_cont ul li.activepage {
    background: #575757;
}

.innersidebar_cont ul li span {
    width: 23px;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
    transition: 0.3s;
}

.innersidebar_cont ul li em {
    font-style: normal;
    flex: 1;
    padding-right: 34px;
    line-height: 19px;
    padding-left: 5px;
}

.innersidebar_cont ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 201%;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.sidebar_item a {
    color: #526077 !important;
}
.sidebar_item_active {
    background-color: #f00;
    color: #fff !important;
}

.sidebar_item_active i {
    color: #fff !important;
}

.sidebar_item:hover, .sidebar_item:hover i {
    cursor: pointer;
    color: #526077 !important;
}

.sidebar-right-arrow {
    color: white !important;
}

.sidebar_item, .sidebar_item i {
    color: #526077;
}

.arroright_opt {
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 35px;
    height: 35px;
    background: #6A6D73;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 19px;
    transition: 0.3s;
}

.innersidebar_cont ul li:hover .arroright_opt, .innersidebar_cont ul li.activepage .arroright_opt {
    opacity: 1;
}

.inner_page_des {
    flex: 1;
    /* min-height:700px;*/
    margin-left: 0;
    padding: 30px 25px;
    background-color: #F6F7F9;
}


    .inner_page_des .prod_item {
        flex: 0 32%;
        margin-bottom: 4%;
    }

.paymentinfo {
    /* width:90%; */
    width: 100%;
}

.content_block h2 {
    padding-bottom: 25px;
    margin: 0px;
}

.memberships_content {
    /* border-radius:5px;
	background:#EFFCF9;
	padding:10px 13px; */
    font-size: 14px;
}

.memberships2 {
    border-radius: 0px;
    background: transparent !important;
    padding: 0px;
}

    .memberships2 .memberships_item_block {
        padding: 10px 13px;
        background: #EFFCF9;
    }

        .memberships2 .memberships_item_block:first-child {
            border-radius: 5px 5px 0px 0px;
        }

        .memberships2 .memberships_item_block:last-child {
            border-radius: 0px 0px 5px 5px !important;
        }

.activecheckopt {
    background: #d1f4ec !important;
}


table.table {
    box-shadow: 0px 0px 0px transparent !important;
}

.memberships_opt .selectcont {
    height: 43px;
    width: 194px;
    /* width: 118%; */
    font-size: 14px;
}

.memberships_opt .selectcont {
    background: transparent;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #575757;
}

.select-styled {
    position: relative !important;
}

.memberships_opt .select-styled {
    padding: 10px 8px;
}

.memberships_opt .select-styled {
    font-size: 14px !important;
}

.memberships_method_view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 7px;
}


.memberships_opt ul.select-options {
    width: 229px;
}

.memberFlexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menbershipNewblock {
    background-color: #EFFCF9;
    padding: 15px;
    margin-bottom: 10px !important;
    display: block;
    width: 49.5%;
    margin-top: 0 !important;
}

    .menbershipNewblock .memberships_method_view {
        padding: 10px 0;
    }

.innersidebar_cont {
    position: sticky;
    top: 63px;
}

.header_right_info .mob_user_icon {
    display: none;
}

.mob_user_icon {
    margin-top: 20px;
}

.close_info {
    display: none;
    color: #fff;
    font-size: 21px;
}

.mob_user_icon span, .mob_user_icon span img {
    cursor: pointer;
}

.content_block {
    padding-bottom: 40px;
    position: relative;
}

.blocktitle h2 {
    padding: 0px;
    margin: 0px 0px 10px;
}

h3.subtitle {
    font-size: 18px;
    color: #5adfc2;
    padding: 0px;
    margin: 0px 0px 5px;
}

.blocktitle p {
    padding: 0px;
    margin: 0px 0px 5px;
    color: rgba(87,87,87,0.65);
}

.account_des {
    padding-bottom: 15px;
}

.account_des a {
    color: #5adfc2;
    text-decoration: none;
}


.select-styled {
    font-weight: 400;
}

.select-options li {
    font-size: 14px;
    font-weight: 400;
}

.def-select2 .select-styled {
    font-size: 15px;
    font-weight: 400;
}

.select2 .select-options li {
    font-size: 15px;
    font-weight: 400;
}

.fromdes_view .from_cont_wrap {
    flex: 100%;
}

.fromdes_view .form-control {
    border-radius: 10px !important;
    border: 1px solid #ddf8f1 !important;
}

.nobg .form-control {
    background: transparent !important;
    border: 1px solid #5ADFC2 !important;
}

.noicon_opt .select {
    height: 44px;
}

.left_sidebar {
    padding: 0px 0px;
    border-right: 1px solid #FFF0F1;
}

.titleopt2 h3 {
    font-size: 20px;
    color: rgba(87,87,87,0.65);
    padding-bottom: 10px;
}

.fromdes_view .fromdes_info {
    padding-bottom: 0;
}

.fromdes_view .from_cont_wrap {
    margin-bottom: 0;
}

.cards_des_wrap {
    display: block;
    gap: 0px 20px;
}

.cards_des_row {
    flex: 0 41%;
}

.modf_card {
    flex: 1;
}

.cards_desinfo_item {
    border-radius: 10px;
    border: 1px solid var(--green, #5ADFC2);
    background: #DCF8F1;
    padding: 18px;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.card_item_head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.def_card a {
    color: #5ADFC2;
    border: 1px solid #5ADFC2;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    background: #fff;
    display: inline-block;
}

.cards_desinfo_item h5 {
    font-size: 17px;
    margin-bottom: 0px;
}

.card_name_opt {
    margin-bottom: 8px;
}

.card_optblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px 10px;
    padding-bottom: 10px;
}

.card_icon_text {
    display: flex;
    gap: 0px 9px;
}

.cards_des_row {
    /* display: flex; */
}

.exp_info {
    color: #F00;
    display: none;
}

.exp_text img {
    width: 20px;
    margin-right: 2px;
}

.exp_text {
    display: flex;
    align-items: center;
    gap: 4px;
}

.expcard .exp_info {
    display: block;
    padding: 10px 0 0;
}

.expcard {
    background: #F1F3F3;
}

    .expcard .def_card a {
        color: #F00;
        border: 1px solid #F00;
        padding: 7px 16px;
        border-radius: 25px;
        text-decoration: none;
        background: #fff;
        display: inline-block;
    }

.card_name_opt img {
    width: 117px;
}

.card_icon img {
    width: 38px;
}


.card_img {
    border-radius: 10px;
    border: 1px solid var(--green, #5ADFC2);
    background: #FFF;
    display: none;
}

.modf_card {
    display: block;
}

.card_cont_des {
    display: flex;
    justify-content: space-between;
    gap: 0px 10px;
}

.card_view {
    flex: 1;
}

.modf_card .card_img {
    display: block;
    flex: 0 34%;
}

.card_img {
    padding: 10px;
}

    .card_img h5 {
        padding-bottom: 10px;
    }

    .card_img p {
        margin: 0px;
        font-size: 13px;
        padding: 10px 0 0;
    }

.modf_card .def_btnopt2.frombtn.frombtn2 {
    padding-top: 20px;
    text-align: center;
    margin: 0px auto;
}

.frombtn_wrap .def_btnopt2.frombtn {
    gap: 15px;
    max-width: initial;
    justify-content: initial;
}

.def_btnopt2.frombtn.frombtn2 {
    width: auto;
    max-width: auto !important;
}

.def_btnopt2.frombtn .btn2 {
    width: auto !important;
    flex: initial !important;
    max-width: initial !important;
}

.def_btnopt2.frombtn button {
    min-width: 190px;
    padding: 10px 30px;
}

.card_add {
    padding-bottom: 20px;
}

.fromdes_view .fromdes_info {
    max-width: 100%;
}

.blocktitle2.backpage {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    padding-bottom: 25px;
}

    .blocktitle2.backpage h2 {
        padding: 0px;
        margin-top: 0px;
    }

.backpage_opt a {
    font-size: 28px;
    color: #575757;
}

.payment_block h4 {
    padding-bottom: 10px;
}

span.paynow_btn a {
    display: inline-block;
    background: #575757;
    color: #fff;
    padding: 7px 15px;
    border: 0px;
    font-size: 14px;
    font-weight: 600;
    outline: 0px;
    box-shadow: 0px 0px 0px transparent;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 10px 10px 10px 0;
    transition: 0.3s;
}
/* responsive table */
/* ============================================================ Responsive Table via Data Label ============================================================ */
table {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
}

    table thead {
        /* background:#5ADFC2; */
        height: auto;
    }




.prod_viewsection .owl-prev span {
    font-size: 40px;
    line-height: 40px;
}

.prod_viewsection .owl-next span {
    font-size: 40px;
    line-height: 40px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #8f8c8c !important;
    text-decoration: none;
}

@media (max-width:991px) {
    table {
        border: 1px solid transparent;
        box-shadow: none;
    }

        table thead {
            display: none;
        }

        table tbody tr {
            border-bottom: 1px solid  #DC2626;
        }

            table tbody tr td:first-child {
                padding-left: 10px;
            }

            table tbody tr td:before {
                content: attr(data-label);
                float: left;
                font-size: 13px;
                text-transform: uppercase;
                font-weight: 600;
            }

            table tbody tr td {
                display: block;
                text-align: right;
                font-size: 14px;
                padding: 10px 10px !important;
                box-shadow: 0 1px 1px transparent;
            }

    td {
        border: 0px;
        border-right: 0px;
        border-bottom: 1px solid #d1d1d175;
    }
    /* */

    .pay_view_opt {
        text-align: right !important;
    }

        .pay_view_opt .checkbox {
            left: 50px !important;
        }



    .payment_opt_details .form-group {
        flex-wrap: wrap;
        gap: 0px;
        margin: 0px !important;
        padding-bottom: 0px !important;
    }
}
/* */

.content_block.more_cont_view .form-group {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

.content_block.more_cont_view h2 {
    padding-bottom: 17px;
}

.titleopt2.adjment_cont h3 {
    padding: 0px;
    margin: 0px;
}

.adjment_cont .btns {
    display: flex;
    padding: 0px;
    margin: 0px;
}

.customNextBtn, .customPreviousBtn {
    padding: 4px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 22px;
    opacity: 0.5;
    transition: 0.3s;
}


.action_opt.action_opt_title {
    /* background: #575757; */
    background: var(--theme-bg,#5ADFC2);
}

.customNextBtn:hover, .customPreviousBtn:hover {
    opacity: 1;
}

.adjment_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.packge_slider_info {
    width: 70vw;
}


    .packge_slider_info .owl-nav, .packge_slider_info .owl-dots {
        display: none;
    }

    .packge_slider_info .prod_item {
        margin: 25px 15px;
    }



.referral_code_info {
    display: flex;
    justify-content: space-between;
}

.referral_code_view {
    flex: 0 47%;
    text-align: center;
}

.referral_img {
    margin-bottom: 20px;
}

    .referral_img h3 {
        margin-bottom: 5px;
    }

    .referral_img p {
        margin-bottom: 15px;
    }

.referral_code_from .form-group {
    padding: 0px;
    border: 0px;
    width: 100%;
}

.referral_code_from .inp_cont_view.noicon_opt {
    display: flex;
    justify-items: self-start;
    width: 100%;
    position: relative;
    gap: 0px;
}

.referral_code_from input.form-control {
    border-radius: 0px;
}

.referral_code_from button.btn2 {
    border-radius: 0px;
}

.referral_code_from .inp_cont_view.noicon_opt {
    padding-bottom: 0px;
}

.nav.nav-tabs button {
    color: rgba(87, 87, 87, 0.38) !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0px !important;
    font-size: 19px !important;
    margin: 0px 15px 0 0 !important;
    padding: 10px 0px;
    border-bottom: 3px solid transparent !important;
}

.tab-pane {
    padding: 30px 0;
}

button.nav-link.active {
    color: #575757 !important;
    border-bottom: 3px solid #5adfc2 !important;
}

.emailopt {
    position: relative;
    gap: 7px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


div#nav-tab {
    border: 0px;
}

.referral_code_des2 {
    padding: 15px 0 0;
}

.content_block:last-child {
    padding-bottom: 0px;
}

.header_right_info {
    position: relative;
}

.ren_opt{
    position: absolute;

    right: 10px;
    bottom: 15px;
}
    .ren_opt a {
        color: #5adfc2;
        border: 1px solid;
        border-color:var(--dynamic-color-punch);
        padding: 8px 20px 8px 20px;
        font-family: Nunito Sans;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: var(--dynamic-color-punch);
        text-decoration: none;
    }

.memberships_nam.radio label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 25.3vw;
}

.inner_def_cont {
    position: relative;
    z-index: 10;
    /* padding: 40px 0px; */
}

.inner_def_cont {
    padding: 10px;
}

.inner_def_cont h2 {
    padding-bottom: 15px;
}

.inner_def_cont h3 {
    padding-bottom: 15px;
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
}

.inner_def_cont h4 {
    padding-bottom: 15px;
    margin: 0px;
}

.caplater_opt {
    padding: 0px 20px 25px;
    margin: 0px;
    list-style: lower-alpha;
}

    .caplater_opt li {
        padding: 5px 0;
    }

.inner_def_cont p {
    line-height: 152%;
}

.inner_def_cont ul li {
    padding-bottom: 5px;
    line-height: 22px;
}

.action_text .selectcont {
    /* background:var(--theme-bg,#5ADFC2); */
    background: transparent !important;
}

.action_text select.select_opt {
    background: transparent !important;
}

.action_text .select-styled {
    font-weight: 500;
    color: #5ADFC2;
    font-size: 18px !important;
    padding: 0px;
    text-transform: capitalize;
}

.action_text .select {
    height: auto;
}

.action_text .arrowdown2 {
    position: absolute;
    right: 0;
    top: 3px;
    pointer-events: none;
}

.action_text .select-options li {
    font-size: 17px;
    font-weight: 400;
}


.categories_option {
    padding: 20px 0px 60px;
}

.heading_title {
    text-align: center;
    margin-bottom: 40px;
}

.home_based_category .heading_title h2 {
    padding: 0px;
    margin: 0px;
    font-size: 40px;
}

.categories_des {
    display: flex;
    justify-content: center;
    gap: 0 3%;
    text-align: center;
    padding: 0px;
    position: relative;
    z-index: 10;
}

.cat_opt_item {
    flex: 0 31%;
    padding: 0px 2%;
}

    .cat_opt_item h3 {
        color: #575757;
        margin: 0px 0px;
        padding: 0px;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .cat_opt_item h3 a {
            color: #575757;
            text-decoration: none;
            font-weight: 600;
        }

.cat_opt_img {
    background: url(../images/shadow1.png) no-repeat left top;
    background-size: cover;
    width: 200px;
    height: 200px;
    padding: 62px;
    margin: 0px auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat_opt_item p {
    line-height: 24px;
}

span.more_content_text {
    color: #5ADFC2;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.categories_add_wrap {
    padding: 0 13%;
    position: relative;
}

.categories_addblock {
    border-radius: 32px;
    background: #949393;
    display: flex;
    flex: 1;
    padding: 32px;
    gap: 1.5%;
    justify-content: space-between;
    position: relative;
    margin: 0px 16%;
}

.add_video {
    flex: 0 50%;
    position: relative;
}

    .add_video img {
        width: 100%;
    }

.categories_des {
    padding: 0 8%;
}

.home_based_category .round_opt_btn3 {
    top: -12%;
}

.shadowremove .banner_img:after {
    /* display: none; */
}

.add_video {
    border: 4px solid transparent;
    transition: 0.3s;
}

    .add_video:hover, .add_video.activevideo {
        border: 4px solid #5ADFC2;
    }

.categories_outer {
    position: relative;
}

.video_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -18%);
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    z-index: 20;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    box-shadow: 0px 0px 10px #000;
    cursor: pointer;
}

.categories_video_wrap .round_opt1 {
    top: 28%;
}

.welcomesec_info {
    position: relative;
    z-index: 10;
}

.payment_opt_details {
    border-radius: 5px;
    background: #EFFCF9;
    padding: 20px 20px 20px;
    font-size: 14px;
    margin-bottom: 30px;
}

    .payment_opt_details .memberships_nam.radio label {
        width: auto;
        margin-right: 24px;
    }

.pay_view_opt {
    padding: 0px 0px 0px 41px;
    align-items: center;
    position: relative;
    text-align: left;
}

    .pay_view_opt .checkbox {
        left: 10px;
        position: absolute;
    }

    .pay_view_opt .styled-checkbox:checked + label:after {
        top: 10px;
    }

.more_content_block {
    padding: 15px 0 6px;
    display: none;
}

.memberships_item_block.activecheckopt .more_content_block {
    display: block;
}

.memberships_nam.radio {
    top: 2px;
    position: relative;
}

.more_content_block h2 {
    font-size: 20px;
}

.memberships_item_block .memberships_opt {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
}

.singcol_opt {
    flex-direction: column;
    max-width: 50%;
}

.singcol_btn {
    max-width: 50%;
}

    .singcol_btn .def_btnopt2.frombtn.frombtn2 {
        width: 100%;
    }

    .singcol_btn .def_btnopt2.frombtn button {
        min-width: 100%;
    }
.login-btn {
    background: var(--dynamic-color-punch);
    color: white;
    font-family: Lato;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    text-align: center;
    border: none;
}
/* .singcol_opt .inp_cont_view {
    opacity: 0.5;
}
.singcol_opt .inp_cont_view:hover {
    opacity: 1;
} */
.addpadding {
    margin-bottom: 25px !important;
}

.addmag_top {
    padding: 15px 0 0px;
}

.langopt .select {
    height: auto;
}

.select_cont_opt {
    border-radius: 10px;
    background: #575757;
    padding: 10px 0px;
}

    .select_cont_opt ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .select_cont_opt ul li {
            display: flex;
            position: relative;
            padding: 10px 15px;
            color: #fff;
            align-items: center;
        }

            .select_cont_opt ul li:hover {
                background-color: #5F5F5F;
            }

.cont_flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.acrivecounter .cont_checkopt {
    position: absolute;
    right: 9px;
    width: 24px;
    display: block;
}

.cont_checkopt {
    position: absolute;
    right: 9px;
    width: 24px;
    display: none;
}

.selectoption2_info {
    background-color: #F6F7F9;
    padding: 8px 16px 8px 16px;
    border: 1px solid #B1BBC8;
    gap: 0px;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #526077;
    min-width: 200px;
}

.dd-select {
    border-radius: 2px;
    border: solid 1px #ddf8f1;
    position: relative;
    cursor: pointer;
    width: 100% !important;
    border: 0px !important;
    outline: 0px !important;
    border-radius: 10px 10px 10px 0px !important;
}

button.dd-selected {
    border: 0px !important;
    background: #ddf8f1 url(../images/arrowdown.svg) no-repeat right center !important;
    background-size: 22px !important;
    background-position: 98% !important;
    border-radius: 10px 10px 10px 0px !important;
    outline: 0px !important;
    padding: 15px !important;
}

button {
    outline: 0px !important;
}

.dd-container {
    width: 100% !important;
}

    .dd-container label {
        color: #575757;
        font-size: 16px;
        font-weight: 500;
        line-height: 34px;
        padding-bottom: 0px;
        line-height: normal !important;
    }

.dd-options {
    border: solid 1px #575757 !important;
    border-top: none;
    list-style: none;
    box-shadow: 0px 0px 0px transparent !important;
    /* display: none; */
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #575757 !important;
    overflow: visible;
    width: 100% !important;
    border: 0px !important;
    border-radius: 10px !important;
    padding: 10px 0px !important;
    outline: 0px !important;
    top: 60px !important;
}

.dd-option-selected {
    background: #5F5F5F !important;
    color: #fff !important;
}

.dd-option:hover, .dd-option:active, .dd-option:focus {
    background: #5F5F5F !important;
    color: #fff !important;
    z-index: 2001;
}

.dd-option-selected {
    background: #5F5F5F;
    position: relative;
}

li.dd-option {
    position: relative;
    cursor: pointer;
    border: 0px !important;
}

    li.dd-option.dd-option-selected:after {
        position: absolute;
        right: 15px;
        top: 10px;
        width: 20px;
        height: 20px;
        background: url(../images/checkmark_green.png) no-repeat center top;
        background-size: cover;
        content: "";
    }

label.dd-option-text {
    color: #fff !important;
}

img.dd-option-image {
    width: 23px;
    border-radius: 50%;
    position: relative;
    margin: -2px 10px 0 5px;
}

.dd-option-image, .dd-selected-image {
    width: 23px;
    border-radius: 50%;
    position: relative;
    margin: -2px 10px 0 0px !important;
}

input#demo-htmlselect {
    border: 0px !important;
    box-shadow: 0px 0px 0px transparent !important;
    outline: 0px !important;
}

.selectoption2 {
    position: relative;
}

.arrowdown2 {
    z-index: 20 !important;
}

.dd-select span {
    display: none !important;
}

.inner_page_des {
    min-height: 600px;
}

label.dd-selected-text {
    padding: 0px !important;
}

/*  */


/*Updated css  */
.form-control.inpopt2 {
    border: 1px solid #B7BDCE;
    background: #F9F9F9;
    border: 1px solid #BABABA;
    padding: 12px 15px;
    color: #393939;
}

.fulldidthbtn {
    width: 100% !important;
    display: block;
    min-width: 100% !important;
    background-color: var(--dynamic-color-punch);
    color: white;
}

.inp_cont_view.cap_inp_imf_add {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.capcha_img {
    background: #ddf8f1;
    border-radius: 10px 10px 10px 0;
    border: 0px;
    outline: 0px;
    box-shadow: 0px 0px 0px transparent;
    font-size: 18px;
    padding: 10px 15px;
    flex: 1;
}

.capcha_img img {
    opacity: 0.3;
}

button.reset_capcha {
    /* background: #5ADFC2; */
    background: red !important;
    color: #fff;
    padding: 10px 25px;
    border: 0px;
    font-size: 20px;
    font-weight: 600;
    outline: 0px;
    box-shadow: 0px 0px 0px transparent;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    height:100%;
    transition: 0.3s;
}
.login-img{
    max-width: 600px !important;
    height: auto !important;
    width: 100%;
}

button.reset_capcha img {
    width: 26px;
}

.modify {
    text-align: left;
    padding: 0px 0px 0px 61px !important;
}

.head_opt span {
    display: block;
    font-size: 22px;
    padding-bottom: 5px;
}

.oddoreven_opt table thead tr th {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: black !important;
}
/* .oddoreven_opt tbody tr:nth-child(even) td {background-color: #d2fdf3 !important}
.oddoreven_opt tbody tr:nth-child(odd) td {background-color: #c7f6ec !important} */

.oddoreven_opt tbody tr.evenitem td {
    background: #FFF0F1 !important;
}
.card:hover {
    border: 1px solid #ccc !important;
    transition:none;
}
.referral-card{
    min-height: 1100px !important;
}
.oddoreven_opt tbody tr.odditem td {
    background: #F0FDF5 !important;
}

.oddoreven_opt2 tbody tr.activeitem td {
    background:#F0FDF5 !important;
}

.oddoreven_opt2 tbody tr:hover td {
    background: #d2fdf3 !important
}

.frombtn_wrap.select_optblock {
    display: flex;
    gap: 0px 17px;
}

    .frombtn_wrap.select_optblock .inp_cont_view.noicon_opt {
        padding-bottom: 0px;
    }

.frombtn_wrap.select_optblock {
    margin-bottom: 25px;
    margin-top: 5px;
}

    .frombtn_wrap.select_optblock .selectcont {
        padding-right: 30px;
        border: 1px solid #767c7b;
    }


.from_cont_wrap .fromdes_info {
    padding-bottom: 0;
}

.sum_inp_cont:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.summary_content .content_block.paymentinfo {
    width: 100%;
}

.summary_content h2 {
    font-size: 22px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-weight: 500;
}

.payment_opt_details .form-group {
    display: flex;
    flex-wrap: wrap;
}

.checkout_optview.payment_opt_details.payment_opt2 {
    background: transparent;
    padding: 0px;
    margin: 0px;
}

.payment_opt2 .memberships_nam.radio {
    margin-top: 0px;
}

.optionitem_add em {
    font-style: normal;
    display: block;
}

.optionitem_add h3 {
    /* background: #3dc7a6; */
    background: var(--theme-bg,#138269);
    padding: 10px 15px;
    color: #fff;
    font-size: 17px;
    margin: 0px;
    border-radius: 8px 8px 0px 0px;
}

.optionitem_add {
    border: 2px solid #3dc7a6;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    background: #fff;
}

.opt_add {
    text-align: center;
    padding: 0;
    margin-bottom: 5px;
}

.optionitem_prod span {
    display: block;
    padding: 3px 0px;
    font-size: 14px;
}

.price_opt_add {
    color: #3dc7a6;
    font-size: 18px;
}

.optionitem_block {
    padding: 15px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}

.optionitem_des p {
    padding: 0px;
    margin: 0px 0px 10px;
}

.optionitem_checkopt {
    font-size: 14px;
}

.optionitem_prod {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 0px;
    margin: 10px 0 3px;
}

.price_opt_add .checkbox label {
    font-size: 14px;
    line-height: initial;
}

.optionwrap_block {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
}

.optionitem_add {
    flex: 0 24%;
}

.optionitem_checkopt .checkbox {
    flex: 1;
    display: flex;
}

    .optionitem_checkopt .checkbox label {
        flex: 1;
    }

.round_opt_btn3.modfround1 {
    right: -3%;
}

.prod_view {
    padding: 15px 15px;
    background: #EFFCF9;
    border-radius: 8px;
}

.optionitem_checkopt .form-group {
    padding: 0px;
    border: 0px;
}


/* admin */


/*  */

.admin_content_view .fromdes_wrap_view .fromdes_info {
    padding-bottom: 0;
}

.fromdes_wrap_view {
    border-radius: 56px;
    max-width: 700px;
    margin: 0px auto;
    padding: 50px;
    background-image: linear-gradient(#EDFBF8, #C7FBF0);
    margin-bottom: 60px;
    position: relative;
}

    .fromdes_wrap_view .fromdes_info {
        padding-bottom: 50px;
    }

    .fromdes_wrap_view .inp_cont_view .form-control {
        background: #ffffff;
    }

    .fromdes_wrap_view .capcha_img {
        background: #ffffff;
    }

.admin_content_view .welcomesec_info.inner_heading {
    padding: 0px 0px 25px;
}

.inp_cont_view.inp_cont_view2 .icon_opt {
    left: inherit;
    right: 5px;
    border-right: 0px;
}

.inp_cont_view.inp_cont_view2 .form-control {
    padding: 12px 55px 12px 15px;
}

.configuration_info .singcol_btn {
    max-width: auto !important
}

.configuration_info .def_btnopt2.frombtn button {
    min-width: auto !important;
}

.adminbanner {
    position: relative;
    width: 100%;
    padding: 0 0 20%;
    height: 0;
    border-radius: 15px !important;
    border: 1px solid #5ADFC2;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    object-fit: fill;
}

.admin_logoadd {
    position: relative;
    width: 100%;
    padding: 0 0 20%;
    height: 0;
    border-radius: 15px !important;
    border: 1px solid #5ADFC2;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    object-fit: fill;
}

.color_Settings {
    border-radius: 15px !important;
    border: 1px solid #5ADFC2;
    padding: 20px;
}

.color_opt_block {
    display: flex;
    gap: 0px 15px;
    margin-bottom: 15px;
}

.color_opt_text {
    flex: 0 30%;
}

.inpcolor_opt {
    width: 100%;
    border: 0px;
    outline: 0px;
    box-shadow: 0px 0px 0px transparent;
}


input[type="color"] {
    border-radius: 5px;
    padding: 0;
    border: 0px solid #DDD;
}

    input[type="color"]::-moz-color-swatch {
        border: none;
    }

    input[type="color"]::-webkit-color-swatch-wrapper {
        padding: 0;
        border-radius: 0;
    }

    input[type="color"]::-webkit-color-swatch {
        border: none;
    }

.color_opt_block:last-child {
    margin-bottom: 0px;
}

.color_opt_text span {
    flex: 0 30%;
}

.color_opt_inp {
    flex: 1;
}

.adhight {
    position: relative;
}

.edit_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: #5adfc2;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

    .edit_btn i {
        color: #fff;
        cursor: pointer;
        pointer-events: none;
    }

.inpres {
    display: none;
}

.admin_logoadd {
    background-size: 200px !important;
}
/* admin and */


#header_outer .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0px !important;
}



@media (max-width: 991px) {
    .mobile-tabs .nav-item {
        display: none;
    }

        .mobile-tabs .nav-item.active {
            display: block;
        }

    .nav-tabs.mobile-tabs .nav-item.active > a:before {
        content: "\e259";
        position: absolute;
        top: 15px;
        right: 15px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .mobile-tabs .nav-item {
        float: none;
    }
}


@media (min-width:1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1560px;
    }
}

@media (min-width:1600px) {
    .action_opt p {
        font-size: 20px;
    }

    body {
        font-size: 20px;
    }

    ul.navbar-nav li a {
        font-size: 20px;
    }

    .individual_des ul li {
        font-size: 20px;
    }

    .left_sidebar {
        max-width: 436px;
        flex: 0 35%;
    }

    

    .welcomesec_info p {
        font-size: 20px;
    }

    .innersidebar_cont ul li a {
        font-size: 20px;
    }

    .memberships_content {
        font-size: 17px;
    }

    .memberships_opt .select-styled {
        font-size: 20px !important;
    }

    .memberships_opt .selectcont {
        width: 281px;
        font-size: 17px;
        height: 50px;
    }

    .memberships_opt ul.select-options {
        width: 288px;
    }

    .select-options li {
        font-size: 20;
    }

    h3.subtitle {
        font-size: 22px;
    }
}

@media (max-width:1399px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 90%;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    body {
        font-size: 15px;
    }

    .home_based_category .heading_title h2 {
        padding: 0px;
        margin: 0px;
        font-size: 30px;
    }
}

@media (max-width:1199px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }

    p {
        font-size: 15px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    .welcomesec_info h2 {
        font-size: 40px;
    }

    .sub_text_info h2 {
        font-size: 30px;
    }

    .price_text {
        font-size: 30px;
    }

        .price_text span {
            font-size: 15px;
        }

    .action_text {
        color: #5ADFC2;
        font-size: 18px;
    }

    .inner_heading h2 {
        font-size: 28px;
    }

    .sidebar_info {
        padding: 20px;
    }

        .sidebar_info p {
            font-size: 16px;
            line-height: initial;
        }

    .paymentinfo {
        width: 100%;
    }

    .memberships_opt {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
        margin-bottom: 14px;
    }

        .memberships_opt:last-child {
            border-bottom: 0px;
            padding-bottom: 10px;
            margin-bottom: 0px;
        }



    .cards_des_wrap {
        flex-direction: column;
    }

    .referral_img.referral_img2 img {
        width: 88%;
    }

    .memberships_nam.radio label {
        text-overflow: ellipsis;
        white-space: pre-wrap;
        overflow: auto;
        width: auto;
    }

    .categories_des {
        padding: 0 2%;
    }

    .heading_title h2 {
        font-size: 32px;
    }

    .form-group label {
        font-size: 16px;
    }

    .optionitem_add {
        flex: 0 49%;
    }

    .row > * {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width:991px) {
    .home_based_category .heading_title h2 {
        padding: 0px;
        margin: 0px;
        font-size: 24px;
    }

    .categories_addblock {
        border-radius: 18px;
        padding: 16px;
        margin: 0px 11%;
    }

    .sidebar_info p {
        font-size: 15px;
        line-height: initial;
    }

    .sidebar_content {
        flex: 0 29%;
    }

    .from_cont_wrap {
        flex: 0 67%;
    }

    .payment_block {
        flex: 0 50%;
    }

    h4 {
        font-size: 16px;
    }

    .banner_info {
        padding: 21% 0 0 53%;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .prod_item {
        margin: 0px 0px 2%;
        flex: 0 49%;
    }

    .sub_text_info h2 {
        font-size: 24px;
    }

    .copy_rightinfo {
        width: 100%;
        text-align: inherit;
    }

    .footer_logo {
        text-align: left;
        padding-bottom: 10px;
        padding-top: 24px;
    }

    .footer_des h3 {
        font-size: 18px;
    }

    .welcomesec_info h2 {
        font-size: 30px;
    }

    .welcomesec_info .round_opt_btn3 {
        position: absolute;
        right: 8%;
        top: -15%;
        width: 18%;
        z-index: 30;
    }

    .select_opr_block {
        max-width: 100%;
        margin: 0px auto;
    }

    .select-styled {
        font-size: 14px;
        line-height: 25px;
    }

    .outer_shape1 {
        left: -5%;
        top: -30%;
    }

    .subscribe_content {
        padding: 108px 0 0;
    }

    .round_opt_btn2 {
        position: absolute;
        left: -17%;
        top: -23%;
        width: 40%;
    }

    .subscribe_map iframe {
        height: 485px;
    }

    .round_opt1 {
        position: absolute;
        left: 0;
        top: -3%;
        width: 20%;
    }

    .header_info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header_outer {
        padding: 7px 0px;
    }

    .logoinfo {
        width: 117px;
    }

    .mobileheader {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menucont {
        position: fixed;
        z-index: 999;
        left: 0px;
        top: 0px;
        display: block;
        background: #ecfbf7;
        width: 100%;
        height: 100vh;
        padding: 15px 15px;
        transition: 0.3s;
        transform: translate(100%,0px);
    }

    .activemenu .menucont {
        transform: translate(0px,0px);
        display: block;
    }

    .sublogo img {
        width: 115px;
    }

    .welcomesec_info.inner_heading p {
        font-size: 16px;
    }

    .innermain_content .round_opt_btn {
        position: absolute;
        left: 0px;
        bottom: 0%;
        width: 22%;
    }

    .innersidebar_cont ul li {
    }

        .innersidebar_cont ul li a {
            color: #FFF;
            font-size: 14px;
        }


        .memberships_method_view .memberships_method_opt {
            padding-top: 6px;
        }

        .memberships_method_view .memberships_method_opt, .memberships_method_view .selectcont, .memberships_method_view select {
            width: 100%;
        }

        .memberships_method_view select {
            padding: 12px 20px 12px 10px;
        }

    .ranew_opt_block {
        flex-direction: column;
    }

    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }

    .innersidebar_cont ul li {
        padding: 10px 10px 10px 12px;
    }

    .inner_page_des {
        padding: 20px;
        padding-top: 30px;
    }

    .left_sidebar {
        flex: 0 37%;
    }

    .btn2 {
        font-size: 18px;
    }

    .account_leng_opt_btn .btn2 {
        padding: 11px 30px;
    }

    .account_leng {
        flex-direction: column;
        align-items: baseline;
        gap: 11px;
    }

    .select-styled {
        line-height: initial;
    }

    .packge_slider_info {
        width: 58vw;
    }

    .cat_opt_item h3 {
        font-size: 20px;
    }

    .cat_opt_img {
        width: 150px;
        height: 150px;
        padding: 50px;
    }

    .home_based_category .round_opt_btn3 {
        top: -9% !important;
    }

    .more_content_block h2 {
        font-size: 18px;
    }

    .singcol_opt {
        flex-direction: column;
        max-width: 100%;
    }

    .frombtn_wrap.select_optblock {
        flex-direction: column;
        margin-bottom: 14px;
        gap: 15px;
    }

    .color_opt_text {
        flex: 0 52%;
    }

    .adminbanner {
        padding: 0 0 30%;
    }

    .admin_logoadd {
        padding: 0 0 30%;
    }

    .admin_logoadd {
        background-size: 132px !important;
    }
}


.respLeftbar {
    display: none;
}


@media (max-width: 1281px) {

    .respLeftbar {
        display: block;
        padding: 15px;
        margin-top: 15px;
        overflow: auto;
    }

        .respLeftbar ul {
            padding-top: 0 !important;
        }

        .respLeftbar a {
            color: #fff !important;
        }



    .action_text .select-styled {
        font-size: 16px !important;
    }

    .adj_height {
        min-height: auto;
    }

    .prod_item {
        margin: 0px 0px 2%;
        flex: 0 0 100% !important;
    }

    .individual_des ul {
        min-height: auto;
        /* overflow-y: scroll; */
    }


    .color_Settings {
        padding: 15px;
    }

    .color_opt_text {
        flex: 0 46%;
    }

    .payment_opt_details {
        padding: 15px;
    }

    .singcol_btn {
        max-width: 100%;
    }

    .more_content_block h2 {
        font-size: 16px;
    }

    .home_based_category .round_opt_btn3 {
        top: -5% !important;
        width: 18% !important;
    }

    .packge_slider_info {
        width: 91vw;
    }

    .inp_row.rowopt2 .btn2 {
        padding: 7px 15px;
        font-size: 16px;
    }

    .sublogo img {
        width: 100px;
    }

    .price_text {
        font-size: 22px;
    }

    .individual_des, .action_opt {
        padding: 15px;
    }

    .individual_head {
        padding: 10px 15px;
    }

    body {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .welcomesec_info.inner_heading p {
        font-size: 14px;
    }

    .individual_des ul li {
        font-size: 14px;
    }

    .action_opt p {
        font-size: 14px;
    }

    .selectcont_wrap {
        display: flex;
        padding-bottom: 48px;
        justify-content: center;
        gap: 12px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .round_opt1 {
        left: 0;
        top: 6%;
        width: 40%;
    }

    .welcomesec_info .round_opt_btn3 {
        right: 0;
        top: -18%;
        width: 22%;
    }

    .welcomesec_info h2 {
        font-size: 24px;
    }

    .round_opt_btn2 {
        position: absolute;
        left: -36%;
        top: -30%;
        width: 74%;
    }

    .subscribe_info {
        flex-direction: column;
    }

    .sub_text_info {
        padding: 0px 15px 32px;
        position: relative;
        z-index: 10;
    }

    .social_media {
        padding-top: 20px;
    }

    .subscribe_map {
        flex: 100%;
        width: 100%;
    }

        .subscribe_map iframe {
            height: 250px;
        }

    .banner_info h1 {
        font-size: 19px;
    }

    .banner_info h2 {
        font-size: 14px;
    }

    .welcomesec_info h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    .sub_text_info h2 {
        font-size: 22px;
    }

    .welcomesec_info {
        text-align: center;
        position: relative;
        padding: 13px 0 13px;
    }

    .subscribe_content {
        padding: 78px 0 0;
    }

    .footer_des h3 {
        font-size: 17px;
    }

    .btn2 {
        flex: 0 68%;
    }

    .form-group label {
        color: #575757;
        font-size: 16px;
        line-height: initial;
        padding-bottom: 10px;
    }

    .inp_cont_view .form-control {
        font-size: 14px;
    }

    .form-group label {
        font-size: 14px;
    }

    .footer_des p {
        font-size: 14px;
    }

    .fromdes_info {
        padding-bottom: 60px;
    }

    .round_opt_btn {
        position: absolute;
        left: 0px;
        bottom: 0%;
        width: 30%;
    }

    .btn2 {
        font-size: 18px;
    }

    .frombtn_wrap .btn2 {
        padding: 10px 15px;
        font-size: 16px;
    }

    .frombtn_wrap .def_btnopt2.frombtn {
        max-width: 100%;
    }

    .fromdes_info.user_contentblock {
        flex-direction: column-reverse;
    }

    .from_cont_wrap {
        margin-bottom: 30px;
    }

    .inp_row.checkoutmore_info {
        gap: 0 15px;
    }
    /* .inp_row.gapadj.inp_colm2{flex-direction:column;}.inp_row.gapadj.inp_colm3{flex-direction: column;}*/
    .left_sidebar {
        position: fixed;
        left: 0px;
        height: 100vh;
        /* overflow:scroll;*/
        top: 100px;
        z-index: 99;
        transition: 0.3s;
        width: 150px;
    }

    .innersidebar_cont {
        position: relative;
        top: 0px;
        overflow: hidden;
    }

        .innersidebar_cont ul {
            height: 100vh;

            padding: 60px 0 10px;
        }

    .mob_user_icon {
        position: absolute;
        left: 10px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 2px solid #fff;
        background: #5ADFC2;
        text-align: center;
        cursor: pointer;
        display: block;
        padding: 3px;
        box-shadow: 0px 0px 17px #5adfc2;
        z-index:100;     
    }

    .activesidebar {
        transform: translate(0%,0px);
    }

        .activesidebar .accountinfo {
            display: none;
        }

        .activesidebar .close_info {
            display: block;
        }

    .titleopt2 h3 {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .account_leng_opt .selectcont {
        height: 43px;
    }

    .def_btnopt2.frombtn button {
        min-width: auto;
    }

    .categories_des {
        flex-direction: column;
    }

    .categories_addblock {
        padding: 17px;
        flex-direction: column;
        margin: 0px 15px;
    }

    .heading_title {
        margin-bottom: 21px;
    }

    .welcomesection.def_padding.home_based_category {
        padding: 0px 0 0px
    }

    .adminbanner {
        padding: 0 0 40%;
        background-size: 223% !important;
    }

    .edit_btn {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
    }
}

@media (max-width:479px) {
    .menbershipNewblock {
        width: 100%;
        margin-bottom: 15px;
    }

    .payment_opt_view {
        flex-direction: column;
        gap: 0;
    }

    .more_cont_view h4 {
        margin-bottom: 15px;
    }

    .inp_row.gapadj.inp_colm2 {
        flex-direction: column;
    }

    .inp_row.gapadj.inp_colm3 {
        flex-direction: column;
    }

    .inp_cont_view.noicon_opt.adbg.def-select2 {
        padding-bottom: 0px;
    }

    .modf_card .card_cont_des {
        flex-direction: column-reverse;
        gap: 15px 0;
    }

    .referral_code_info {
        flex-direction: column;
        gap: 30px 0;
    }

    .footer_outer {
        background: #ECFBF7;
        padding: 30px 0px 0;
    }
}

@media (max-width:600px) {

    .prod_item_wrap {
        flex-direction: column;
        gap: 15px 0;
    }
    .ren_opt {
        position: relative;
        right: 0px;
        bottom: 0px;
        margin-top: 20px;
    }

    .banner_panel img {
        width: 100%;
        height: 207px;
    }

    .prod_item {
        margin: 0px 0px 2%;
        flex: 0 100%;
    }
    .login-container {
        padding: 10px 10px 30px 10px;
    }

    .welcomesec_info h2 {
        font-size: 20px;
    }

    .footer_link.continfo {
        margin-bottom: 20px;
    }

    .banner_info h2 {
        font-size: 12px;
    }

    .sublogo img {
        width: 80px;
    }

    .inp_row.rowopt2 .rowopt2_wrap {
        flex-direction: column;
    }

    .inp_row.rowopt2 .btn2 {
        padding: 11px 15px;
        font-size: 16px;
    }

    .summary_cont_wrap {
        padding: 15px;
    }

    h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .footer_des {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
       
    }
    .account_leng_opt {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }



    .left_sidebar.activesidebar {
        width: 264px;
    }

    .innersidebar_cont ul li a {
        font-size: 13px;
    }

    .def_btnopt2.frombtn button {
        min-width: 126px;
    }

    .account_leng_opt {
        width: 100%;
        align-items: flex-start;
    }

    .packge_slider_info {
        width: 87vw;
    }

    .optionitem_add {
        flex: 100%;
    }
}

.selectcont .select2-selection__rendered {
    white-space: normal !important;
}

.selectcont .select2-selection {
    height: auto !important;
    min-height: 56px;
}

.aboundopt {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width:992px) {
    .tbspace tr {
        margin-bottom: 20px !important;
        display: block;
    }
}

.memberships_opt {
    margin-bottom: 15px;
}



/* video class add here */
.videos_css {
    justify-content: center;
    display: flex;
}

    .videos_css .categories_addblock {
        flex: 0;
    }

.optionclass {
    font-size: 12.2px;
}

.fullWidth, html .fullWidth.container {
    max-width: 100% !important;
    padding-left: 0;
}

    .fullWidth .left_sidebar {
        flex: 0 27%;
    }

html .prod_item:hover .action_opt_title {
    background: var(--sushover-bg,#138269) !important;
}


/* button.btn2:hover {
    background-color: var(--hover-bg) !important;
} */

.prod_item_wrap form .fromdes_info {
    max-width: 100%;
    padding-bottom: 80px;
}

.prod_item_wrap > * {
    flex: 1;
}

.sub_btn:hover {
    background-color: var(--sub_btnhover-bg) !important;
}

.innersidebar_cont ul li:hover {
    background-color: #FFF0F1;
}

/* .innersidebar_cont ul li strong:hover{
	background-color: var(--hovers-bg) !important;
} */

.inp_cont_view {
    flex: 1 1 100%;
}

html .prod_item:hover .action_text .selectcont {
    background: var(--sushover-bg,#138269) !important;
}
.contact_form_sel select{
    width: 100%;
    padding: 10px;
}
header{
    z-index: 100 !important;
}
