Fonts */ @font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Black.eot');
    src: url('fonts/Graphik-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Graphik-Black.woff2') format('woff2'), url('fonts/Graphik-Black.woff') format('woff'), url('fonts/Graphik-Black.svg#Graphik-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Bold.eot');
    src: url('fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Graphik-Bold.woff2') format('woff2'), url('fonts/Graphik-Bold.woff') format('woff'), url('fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Light.eot');
    src: url('fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Graphik-Light.woff2') format('woff2'), url('fonts/Graphik-Light.woff') format('woff'), url('fonts/Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Extralight.eot');
    src: url('fonts/Graphik-Extralight.eot?#iefix') format('embedded-opentype'), url('fonts/Graphik-Extralight.woff2') format('woff2'), url('fonts/Graphik-Extralight.woff') format('woff'), url('fonts/Graphik-Extralight.svg#Graphik-Extralight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Medium.eot');
    src: url('fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Graphik-Medium.woff2') format('woff2'), url('fonts/Graphik-Medium.woff') format('woff'), url('fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Regular.eot');
    src: url('fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Graphik-Regular.woff2') format('woff2'), url('fonts/Graphik-Regular.woff') format('woff'), url('fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Semibold.eot');
    src: url('fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/Graphik-Semibold.woff2') format('woff2'), url('fonts/Graphik-Semibold.woff') format('woff'), url('fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Super';
    src: url('fonts/Graphik-Super.eot');
    src: url('fonts/Graphik-Super.eot?#iefix') format('embedded-opentype'), url('fonts/Graphik-Super.woff2') format('woff2'), url('fonts/Graphik-Super.woff') format('woff'), url('fonts/Graphik-Super.svg#Graphik-Super') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Thin.eot');
    src: url('fonts/Graphik-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Graphik-Thin.woff2') format('woff2'), url('fonts/Graphik-Thin.woff') format('woff'), url('fonts/Graphik-Thin.svg#Graphik-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/* End */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Graphik', sans-serif !important;
    font-weight: 500;
}

h2 {
    font-size: 48px;
    line-height: 60px;
    color: #000;
    font-weight: bold;
    margin-bottom: 50px;
}

h3 {
    font-size: 42px;
    line-height: 52px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 0px !important;
}

h4 {
    font-size: 34px;
    line-height: 60px;
    color: #000;
    font-weight: 400;
    margin-bottom: 25px;
}

h5 {
    font-size: 30px;
    line-height: 60px;
    color: #000;
    font-weight: 400;
    margin-bottom: 25px !important;
    padding: 0px !important;
}

p,
a,
ul li,
ol li,
.accordion-button,
.accordion-body {
    font-family: 'Graphik', sans-serif !important;
    font-weight: 300;
    font-size: 26px;
    line-height: 38px;
    color: #484848;
}

.accordion-body {
    font-size: 22px;
}

p {
    margin-bottom: 30px !important;
}

ul.roman-bullet {
    list-style: upper-roman;
}

.view-card {
    text-align: center;
}

.view-card .bottomright {
    max-height: 500px;
    transform: scale(1.4);
}

ul,
ol {
    margin: 20px 0px;
    list-style: url('images/images/bullet.png');
}

ul li,
ol li {
    margin-bottom: 20px;
    padding-left: 15px;
}

.mrbt30 {
    margin-bottom: 30px;
}

.width70 {
    max-width: 70%;
    margin: 0 auto;
}

.text-right {
    text-align: right;
}

.container {
    max-width: 1440px;
    position: relative;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.dropdown-toggle {
    background: transparent;
    color: #484848;
    border-radius: 35px;
    padding-left: 25px;
    padding-right: 50px;
    min-width: 200px;
    text-align: left;
}

.dropdown-toggle::after {
    vertical-align: .155em;
    position: absolute;
    right: 15px;
    top: 45%;
    transform: translateY(0%);
}

header {
    background-image: url('images/images/headerbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

.home header .header_top {
    padding: 40px 0px 100px 0px;
}

header .header_top {
    padding: 40px 0px 40px 0px;
}

header .navbar-light .navbar-nav .nav-link,
header .navbar-light .navbar-nav .nav-item select {
    color: white;
    font-size: 20px;
    line-height: 40px;
    text-transform: capitalize;
    padding: 0;
}

header .navbar-light .navbar-nav .nav-item select {
    color: #036736;
    padding: 15px 35px;
    border-radius: 35px;
}

header .navbar-light .navbar-nav .nav-item {
    display: inline-block;
    margin: 0 auto;
    padding: 0px 45px;
}

.home header .navbar-light .navbar-nav .nav-item {
    padding: 0px;
}

.home header .navbar-light .navbar-nav .nav-item:first-child {
    padding-right: 70px;
}

header .navbar-light .navbar-nav .nav-link.rounded {
    border: 2px solid white;
    margin-right: 20px;
    border-radius: 30px !important;
    line-height: 18px;
    padding: 15px 35px 15px 35px;
}

header .navbar-light .navbar-nav .nav-link.rounded:hover {
    background-color: white;
}

.navbar-expand-lg .navbar-collapse,
.navbar-expand-lg .navbar-nav {
    display: block;
    width: 100%;
    text-align: right;
    margin: 0px auto;
}

.header_bottom {
    padding-bottom: 185px;
}

.header_bottom .leftsection {
    margin: 60px auto auto auto;
}

.header_bottom h1 {
    font-size: 54px;
    font-weight: 600;
    color: white;
    margin-bottom: 25px;
}

.header_bottom p {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0px;
    margin-bottom: 60px !important;
}

.header_bottom .sellImage {
    float: right;
}


/* Home Benefits */

.benefits {
    padding: 100px 0px 65px 00px;
}

.benefits .ladywithfon {
    max-width: 657px;
}


/* End */


/* distributor */

.distributor {
    padding: 65px 0px 120px 0px;
}

.distributor .custompaddingright {
    padding-right: 60px;
}


/*.distributor .miximage{max-width: 612px;float: right;}*/


/* End */


/* How Works */

.how_works {
    padding: 85px 0px 200px 0px;
    background-color: #F3F9EB;
}

.accordion .accordion-item {
    background: transparent;
    border: none;
}

.accordion .accordion-button {
    background: transparent;
    position: relative;
    padding: 15px 20px 7px 45px;
    border-bottom: 1px solid #8CC640;
}

.accordion-button::after {
    position: absolute;
    left: 15px;
}


/* End */


/* Subscription */

.subscription {
    background: white;
    padding: 43px 150px 56px 150px;
    border: 2px solid green;
    border-radius: 35px;
    margin-top: -475px;
}

.subscription p {
    margin-bottom: 60px !important;
}

.grbutton,
.blkbutton {
    background: #036736;
    border: 2px solid #036736;
    padding: 13px 35px;
    color: white;
    text-decoration: none;
    border-radius: 35px;
    display: inline-block;
}

.grbutton:hover {
    background: transparent;
    border: 2px solid #036736;
    color: #036736;
}

.boxwithborder .blkbutton {
    background-color: #000;
    border: 2px solid #000;
}

.boxwithborder .blkbutton:hover {
    background: transparent;
    border: 2px solid #000;
    color: #000;
}

.boxwithborder .btn {
    margin-right: 60px;
    padding: 13px 90px 14px 90px
}


/* End */


/* Footer Section */

.home footer {
    background-image: url('images/images/footerbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 380px;
    background-position: bottom left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #F3F9EB;
}

footer {
    background-color: #6bb03e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /*
    border-top-left-radius: 90px;

    border-top-right-radius: 90px;*/
}

footer .menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0px;
}

footer ul,
footer ol {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

footer ul li {
    padding-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
}

footer .menu li:not(:last-child) {
    margin-right: 54px;
}

footer .menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

footer .menu li a:hover {
    color: #8CC640;
}

footer h5 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 34px;
    margin-bottom: 25px;
}

footer p {
    margin-bottom: 5px !important;
}

footer p.info {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

footer p.email {
    margin-bottom: 20px;
}

footer p.info span {
    font-weight: 500;
}

footer p.info a {
    color: #fff;
    font-weight: 400;
    font-size: unset;
}

footer p.info a:hover {
    color: #8CC640;
    font-size: unset;
}

footer .widget {
    margin-bottom: 0;
}

footer .main-social #block-11 {
    max-width: 80%;
    margin-left: auto;
}

footer .main-social ul li:not(:last-child) {
    margin-right: 20px;
}

footer .main-social ul li a {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #006938;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

footer .main-social ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: .5s;
}

footer .main-social ul li a:hover:before {
    top: 0;
    background: #fff;
}

footer .main-social ul li a i {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
    font-size: 18px;
}

footer .main-social ul li a:hover i {
    color: #006938;
}

footer .top-ftr {
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}

.home footer .copyright {
    padding: 50px 0;
}

.home footer .copyright p,
footer .copyright p {
    margin-bottom: 0px !important;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

footer .copyright {
    padding: 15px 0;
}


/* End 





/* Form Css */

.notification-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    display: none;
    height: 100%;
    background: white;
    z-index: 999;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.notification-container a {
    color: #006938;
}

.notification-container.form-show {
    display: block;
    overflow-y: scroll;
}

.notification-container.selected {
    overflow-x: hidden;
}

.notification-container .form {
    padding: 100px 65px;
}

.notification-container .form h6,
.form h6 {
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 25px;
    font-weight: 400;
}

.lh27 {
    line-height: 27px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.notification-container .form label,
.form label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #000;
    padding-left: 32px;
}

.form button {
    background: #036736;
    border: 2px solid #036736;
    padding: 10px 90px 14px 90px;
    color: white;
    text-decoration: none;
    border-radius: 35px;
    margin: 25px 0px;
    display: inline-block;
}

.form button:hover {
    background: transparent;
    border: 2px solid #036736;
    color: #036736;
}

.notification-container .form input,
.form input,
.form select,
.form textarea,
.notification-container .form select,
.notification-container .form .form-check,
.form .form-check {
    border: 1px solid #D1D1D1;
    padding: 12px 30px 14px 30px;
    border-radius: 35px;
    margin-bottom: 25px;
}

.notification-container .form .form-check>input,
.form .form-check>input {
    padding: unset;
    margin: 5px 7px 0px 0px;
}

.notification-container .form .form-check.no_bor_pad {
    border: none !important;
    margin-bottom: 0;
}

.notification-container .form .form-check.no_bor_pad>input {
    border-radius: unset;
    font-size: 25px;
}

.notification-container .form .form-check.no_bor_pad .forgetPassword {
    line-height: 50px;
}

.form-check-input:checked[type=radio] {
    background-color: #036736;
    border-color: #036736;
}

#loginForm,
#ForgetPasswordForm {
    width: 40%;
}

#loginForm .form button,
#ForgetPasswordForm .form button {
    width: 100%;
}

#loginForm .remember {
    padding-left: 5px;
    line-height: 35px;
}

#loginForm .forgetPassword {
    line-height: 60px;
}

.notification-container .form p,
.notification-container .form a {
    font-size: 18px;
    line-height: 24px;
}

.notification-container p.link {
    margin: 25px 50px;
    line-height: 50px;
    display: inline-block;
    color: #006938;
}

::placeholder {
    font-size: 18px;
    line-height: 24px;
    color: #C8C8C8;
}

.form-show {
    animation: slide-in 0.7s forwards;
    -webkit-animation: slide-in 0.7s forwards;
}

.closeForm i {
    animation: slide-out 0.7s forwards;
    -webkit-animation: slide-out 0.7s forwards;
}

#closeForm i {
    font-size: 45px;
    position: absolute;
    top: 20px;
    left: 60px;
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(100%);
    }
}


/* End */


/* Inner Page */

.boxwithborder {
    padding: 50px 0px;
    border: 2px solid green;
    margin: 70px 0px 45px 0px;
    text-align: center;
    border-radius: 35px;
}

.boxwithborder .profile {
    width: 115px;
    height: 115px;
    text-align: center;
    margin: 0 auto;
    line-height: 120px;
    background-color: #076d38;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 2px solid #6bb03e;
}

.boxwithborder h2 {
    margin-bottom: 30px !important;
}

.boxwithborder .profile i {
    font-size: 40px;
    text-align: center;
    color: white;
}

.gradientCard {
    margin-bottom: 60px;
}

.gradientCard .card {
    border: none;
}

.gradientCard a {
    text-decoration: none;
}

.gradientCard .card-body {
    padding: 33px;
    background-image: linear-gradient(#036736, #6bb03e);
    border-radius: 35px;
}

.gradientCard .card-title {
    font-size: 26px;
    line-height: 35px;
    color: white;
    position: relative;
    font-weight: 400;
}

.gradientCard .card-title:before {
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f054";
}

.gradientCard .card-title:after {
    content: '';
    position: absolute;
    height: 5px;
    background-color: white;
    width: 70px;
    left: 0;
    bottom: -10px;
    /* z-index: 9; */
    opacity: 1;
}

.gradientCard .card-body i {
    font-size: 100px;
    float: right;
    margin-top: 25px;
    color: white;
}

.gradientCard.plain .card-body {
    background-image: url('images/images/Mask Group 46.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #6bb03e;
    background-size: contain;
}

.gradientCard.plain .card-title:before {
    content: '';
}

.gradientCard.plain h2 {
    font-size: 54px;
    line-height: 60px;
    color: white;
    margin-bottom: 0px;
    margin-top: 35px;
    font-weight: 500;
}

.customdiv {
    padding: 60px 0px
}

.customdiv .boxwithborder {
    margin: 10px 0px 45px 0px;
    text-align: left;
    padding-left: 70px;
    padding-right: 45px;
}

.customdiv .boxwithborder .customwidth {
    max-width: 70%;
}

.customdiv .boxwithborder.table {
    padding: 35px 40px;
}

.customdiv .boxwithborder.table .thead-dark {
    background-color: #D1D1D1;
}

.customdiv .boxwithborder.table .thead-dark tr,
.customdiv .boxwithborder.table .thead-dark tr th {
    border: none;
}

.table>:not(caption)>*>* {
    padding: .5rem 1.5rem;
}

.customdiv .boxwithborder.table .red {
    color: red;
}

.customdiv .boxwithborder.table .yellow {
    color: yellow;
}

.customdiv .boxwithborder.table .green {
    color: green;
}

table th,
table td {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Graphik', sans-serif !important;
}

table td {
    color: #484848;
}


/* End */


/* custome => meet */

.rounded-md {
    border-radius: 0.5em;
}

.rounded-lg {
    border-radius: 1em;
}

.model-background {
    background-color: #0c0c0c94;
}

.text-dec-none {
    text-decoration: none;
}

header .menu-item-has-children .sub-menu {
    opacity: 0 !important;
    transition: all .2s ease-in-out 0s;
    margin: 10px 0px 0px 0px;
    position: absolute;
    padding-left: 0px;
    visibility: hidden;
    display: flex;
    flex-direction: column;
}

header .menu-item-has-children:hover .sub-menu {
    opacity: 1 !important;
    visibility: visible;
    z-index: 999;
    background: #fff;
    width: 210px;
}

header .menu-item-has-children .sub-menu li {
    padding: 0px;
}

header .menu-item-has-children {
    position: relative;
}

header .menu-item-has-children .sub-menu .nav-item-child {
    list-style: none !important;
    border-bottom: 1px solid #000;
    margin-bottom: 0px;
    padding-left: 15px;
}

header .menu-item-has-children .sub-menu .nav-item-child:hover {
    background: #036736;
}

header .menu-item-has-children .sub-menu .nav-item-child:hover a {
    color: #fff !important;
}

header .menu-item-has-children .sub-menu .nav-item-child a {
    float: left;
    color: #000;
}

header .menu-item-has-children .admin-list {
    background: #fff;
    font-weight: 600;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 3px 2px 10px 0px rgb(0 0 0 / 25%);
    font-size: 20px !important;
    padding: 12px 24px !important;
    line-height: 15px !important;
}

.faq .accordion-card .accordion .accordion-item {
    box-shadow: 0px 10px 50px 0px rgb(65 65 65 / 10%);
    border-radius: 20px;
}

.faq .accordion-card .accordion-button::after {
    right: 15px !important;
}

.faq .accordion-card .accordion-button:focus {
    box-shadow: none;
}

.faq .accordion-card .accordion .accordion-item {
    margin-bottom: 3%;
}

.faq .accordion-card .accordion .accordion-button {
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
    color: #000;
    padding: 40px 40px 40px 40px;
    border-bottom: none;
}

.faq .accordion-card .accordion-body {
    padding-top: 0px;
}

.faq .accordion-card .accordion-body p {
    color: #484848;
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
}

.faq .accordion-card .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.user-menu-list {
    padding-left: 0px;
}

.user-menu-list li {
    padding: 0px 10px;
    border-radius: 35px;
    background: #fff;
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    text-transform: capitalize;
    color: #036736 !important;
}

.custom-pt-50 {
    padding-top: 50px;
}

.custom-pb-50 {
    padding-bottom: 50px;
}

.how_works .image-card {
    text-align: center;
}

.how_works .image-card img {
    transform: scale(1.4);
    max-height: 392px;
    margin-top: 15%;
}


/*#mobile-view{display: none;}*/


/* End */


/* Start Responsive */

@media only screen and (max-width: 1540px) {
    .site-footer .top-ftr {
        margin-left: 30px;
    }
    header .navbar-light .menu-item-has-children .sub-menu li.nav-item {
        padding: 0px 0px important;
    }
    header .navbar-light .navbar-nav .nav-item {
        padding: 0px 38px;
    }
    .gradientCard.plain h2 {
        font-size: 40px;
    }
    .boxwithborder .text-right img {
        width: 100%;
    }
    .gradientCard .card-body {
        padding: 25px;
    }
    .gradientCard .card-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1439px) {
    .container {
        max-width: 1140px;
    }
    .header_bottom .sellImage {
        width: 85%;
    }
    .header_bottom h1 {
        margin-bottom: 15px;
    }
    .header_bottom p {
        margin-bottom: 10px !important;
    }
    .benefits .ladywithfon {
        max-width: 550px;
        transform: scale(1);
    }
    .benefits h2 {
        margin-bottom: 20px;
    }
    .benefits p {
        margin-bottom: 15px !important;
    }
    .benefits ul li {
        margin-bottom: 15px !important;
    }
    .site-footer .top-ftr {
        padding-top: 50px;
    }
    footer .menu li:not(:last-child) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1300px) {
    .header_bottom p {
        margin-bottom: 0px !important;
    }
    .header_bottom .leftsection img {
        float: right;
    }
}

@media only screen and (max-width: 1024px) {
    .home header .header_top {
        padding: 40px 0px 40px 0px;
    }
    .header_bottom h1 {
        font-size: 35px;
    }
    .header_bottom p {
        font-size: 25px;
        line-height: 30px;
    }
    h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .benefits {
        padding: 50px 0px 35px 00px;
    }
    .distributor {
        padding: 35px 0px 60px 0px;
    }
    .how_works {
        padding: 45px 0px 180px 0px;
    }
    .subscription {
        padding: 43px 100px 56px 65px;
    }
    .site-footer .top-ftr {
        padding-top: 10px;
    }
    p,
    a,
    ul li,
    ol li,
    .accordion-button,
    .accordion-body {
        font-size: 20px;
    }
    .gradientCard .card-title {
        font-size: 20px;
    }
    .benefits .ladywithfon {
        max-width: 470px;
    }
    footer .col-100 {
        width: 100%;
        padding-bottom: 20px;
    }
    footer .col-50 {
        width: 50%;
    }
    footer .col-100 h5 {
        text-align: center;
    }
    footer .menu {
        justify-content: center;
    }
    footer .menu li:not(:last-child) {
        margin-right: 30;
    }
    footer .main-quick-link {
        text-align: right;
        padding-right: 50px;
    }
    footer .main-social {
        text-align: left;
    }
    /* #navbarSupportedContent{display: none;}*/
    /*#mobile-view{display: block;}*/
}

@media only screen and (max-width: 1020px) {
    .navbar-expand-lg .navbar-toggler {
        display: unset !important;
    }
    .header_top .col-sm-9 {
        padding: 0px 0px 0px 0px !important;
    }
    .navbar-toggler {
        margin-right: 15px;
    }
    header nav.navbar {
        justify-content: right !important;
    }
    #navbarSupportedContent {
        /*position: fixed !important;*/
        background: #fff !important;
        z-index: 9999 !important;
        width: 100% !important;
        top: 10%;
        height: 45%;
        margin-top: 15px;
        padding: 20px 10px;
        margin-right: 15px;
    }
    header #navbarSupportedContent .navbar-nav {
        padding-top: 0px;
    }
    header .navbar-nav .nav-item {
        width: 100%;
        padding-top: 20px;
    }
    header .navbar-nav .nav-item a {
        color: #000 !important;
    }
    header .navbar-light .navbar-nav .nav-link.rounded {
        margin-right: 0px;
        border: 2px solid #000;
    }
    header .backend-header .navbar-nav .nav-item {
        padding: 10px 20px 0px 20px !important;
    }
    header .backend-header .menu-item-has-children .sub-menu .nav-item-child a {
        float: right;
    }
    .benefits .col-md-6 img,
    .subscription .col-md-4 img {
        width: 100%;
    }
    header .navbar-light .navbar-nav .nav-item:nth-child(2) {
        margin: 0px 0px 10px 0px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(https://distributor.moolahmobile.com/css/images/images/menu-icon.jpg);
    }
    .header_bottom .col-sm-5 {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .header_bottom .col-sm-7 {
        display: none;
    }
    .header_bottom .leftsection img {
        float: left;
        margin-top: 25px;
    }
    header .menu-item-has-children:hover .sub-menu {
        width: 98.6%;
    }
    /*.navbar{justify-content: end !important;}*/
    /* nav .navbar-nav{display: flex !important;flex-direction: column;}
    .home header .navbar-light .navbar-nav .nav-item:first-child {padding-right: 20px;}*/
    /*header .navbar-light .navbar-nav .nav-item{margin: 0px;}*/
    /*#navbarSupportedContent{display: none;}*/
    /* header .navbar-light .navbar-nav .nav-link{width: 30%;float: right;text-align: center;}*/
    /* .header_top .col-sm-9{padding: 0px 0px 0px 0px !important;}
    .navbar-toggler{margin-right: 15px;}
    header nav.navbar{justify-content: right !important;display: flex;justify-content: flex-start;}
    #navbarSupportedContent{ 
    position: fixed !important;
    background: #fff !important;
    z-index: 9999 !important;
    width: 100% !important;
    top: 10%;
    height: 40%;}
    header #navbarSupportedContent .navbar-nav{padding-top: 30px;}
    header .navbar-nav .nav-item{width: 100%;padding-top: 20px !important;padding-bottom: 20px !important;}
    header .navbar-nav .nav-item a{color: #000 !important;}
    header .navbar-light .navbar-nav .nav-link.rounded{margin-right: 0px;border: 2px solid #000;}
    header .menu-item-has-children:hover .sub-menu{width: 92%;}
    header .menu-item-has-children .sub-menu .nav-item-child a{float: right;padding-right: 2%;padding-top: 2%;padding-bottom: 2%;}
    header .menu-item-has-children .admin-list{background: #036736; color: #fff;}*/
}

@media only screen and (max-width: 768px) {
    .header_bottom .col-sm-7 {
        display: none;
    }
    footer .col-50 {
        width: 100% !important;
    }
    footer .main-quick-link,
    footer .main-social {
        text-align: center !important;
    }
    header .front-header #navbarSupportedContent .navbar-nav {
        padding-top: 0px;
    }
    .home header .front-header {
        padding: 15px 0px 15px 0px;
    }
    .front-header #navbarSupportedContent {
        top: 10%;
    }
    .front-header .navbar-nav .nav-item {
        width: 85%;
        padding-right: 12px !important;
    }
    header .front-header .navbar-nav .nav-item:nth-child(2) {
        margin: 0px 0px 0px 0px;
    }
    header .navbar-nav .nav-item {
        padding-right: 10px;
        padding-top: 10px;
    }
    header .backend-header {
        padding: 15px 0px 15px 0px;
    }
    header .front-header nav.navbar,
    header .backend-header nav.navbar {
        padding: 15px 0px;
    }
    header .backend-header .menu-item-has-children .sub-menu .nav-item-child a {
        float: right;
    }
    header .menu-item-has-children .sub-menu .nav-item-child {
        padding-left: 0px;
        padding-right: 15px;
    }
    header .backend-header .navbar-nav .nav-item:not(:first-child) {
        padding-top: 0px !important;
    }
    header .backend-header .navbar-nav .nav-item {
        padding: 10px 15px 0px 20px !important;
    }
    header .front-header .navbar-nav .nav-item:not(:first-child) {
        padding-top: 20px !important;
    }
    .front-header li.nav-item:last-child {
        padding-bottom: 20px !important;
    }
    /*dashboard css*/
    .boxwithborder {
        margin: 40px 0px 45px 0px;
    }
    .boxwithborder .btn {
        margin-right: 0px;
        width: 95%;
        margin-bottom: 25px;
        margin-top: 0px;
        padding: 15px;
    }
    .boxwithborder .width70 {
        margin: 0px 15px 10px 15px !important;
        max-width: 100% !important;
    }
    .gradientCard .col-md-4 {
        margin-bottom: 20px;
    }
    .header_top .col-sm-3 {
        width: 0%;
    }
    .header_top .col-sm-3 img {
        max-width: 225px;
    }
    .header_top .col-sm-9 {
        width: 95%;
    }
    #loginForm,
    #ForgetPasswordForm,
    .notification-container {
        width: 100%;
    }
    /*edit profile*/
    .customdiv {
        padding: 40px 0px;
    }
    .customdiv .boxwithborder {
        padding-left: 20px;
        padding-right: 20px;
    }
    #Edit_Profile_Form .form .form-check {
        padding: 10px 20px;
    }
    .subscription p {
        margin-bottom: 20px !important;
    }
    a.grbutton#questionnaire {
        margin-bottom: 20px;
    }
    .grbutton,
    .blkbutton {
        padding: 5px 20px;
    }
    .top-ftr h5,
    .top-ftr .info {
        text-align: center;
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    header .menu-item-has-children:hover .sub-menu {
        width: 97%;
    }
    .front-header #navbarSupportedContent,
    .backend-header #navbarSupportedContent {
        top: 12%;
    }
    header .backend-header #navbarSupportedContent .navbar-nav {
        padding-top: 0px;
    }
    .header_bottom .leftsection {
        margin: 10px auto auto auto;
    }
    .header_bottom .leftsection img {
        float: right;
    }
    .how_works .image-card img {
        max-height: 310px;
        margin-top: 5%;
        margin-bottom: 12%;
    }
    .benefits {
        padding: 0px 0px 0px 0px;
    }
    .subscription {
        padding: 43px 20px 56px 20px;
    }
    .distributor {
        padding: 5px 0px 50px 0px;
    }
    .notification-container .form {
        padding: 80px 20px;
    }
    #closeForm i {
        left: 30px;
    }
}

@media only screen and (max-width: 420px) {
    .header_top .col-sm-9 {
        width: 93%;
    }
    header .front-header nav.navbar,
    header .backend-header nav.navbar {
        padding: 5px 0px;
    }
    footer .menu li:not(:last-child) {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 321px) {
    .header_top .col-sm-9 {
        width: 92%;
    }
}


/* custom */

.float-right {
    float: right
}

.font-size-20px {
    font-size: 20px !important;
}

.ul-li-font-size-18px li {
    font-size: 18px !important;
}


/*End  */