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,
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;
}


/* End */