@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background-color: #bcbba3;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 25px;
    color: #323c0b;
    font-size: 15px;
}


/***** Font Files *****/

@font-face {
    font-family: 'Zolina-Regular';
    src: url(../fonts/Zolina-Regular.ttf);
    font-weight: 400;
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 30px;
    border: 1px solid #5e700e;
    border-radius: 30px;
    color: #ffffff;
    z-index: 1;
    background: #414e06;
    position: relative;
    font-size: 14px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 50px;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #bbbaa2;
    z-index: -1;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Zolina-Regular';
    font-size: 46px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

h2 {
    font-family: 'Zolina-Regular';
    font-size: 46px;
    line-height: 1.2;
    margin: 0 0 30px;
    text-transform: uppercase;
    color: #323c0b;
}

h3 {
    font-family: 'Zolina-Regular';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec img {
    margin: 0;
}

.menuSec ul {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.menuSec ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.menuSec li:hover ul {
    opacity: 1;
    visibility: visible;
}


.menuSec ul li a {
    transition: 0.5s;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--primary-color);
}

.menuSec li>ul {
    position: absolute;
    z-index: 0;
    background-color: #fff;
    left: 0;
    width: 240px;
    text-align: left;
    opacity: 0;
    transition: 0.2s ease-in-out;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0;
    box-shadow: 0 0 10px #ccc;
    column-count: 2;
    display: flex;
    padding: 10px 0;
    visibility: hidden;
    top: 60px;
}

.menuSec li:hover ul {
    transition: 0.2s ease-in-out;
    top: 60px;
    z-index: 999;
}

.menuSec li>ul:after {
    position: absolute;
    content: "";
    background: #606060;
    width: 20px;
    height: 20px;
    top: -20px;
    left: 10px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 999;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    /* color: #fff !important; */
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
    width: 100%;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: inherit;
    flex: 0 1 auto;
    padding: 0;
    margin: 3px !important;
    text-indent: inherit;
    cursor: pointer;
    background-color: transparent;
    background-clip: inherit;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: transparent;
    margin-right: 70px !important;
    position: relative;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ HOME ++++++++++++++++++++++++++++++++++++++++++++++++++++ */



header {
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 18px;
}

.logo {
    text-align: center;
}

.top-header-ul ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: end;
    gap: 20px;
}

.top-header-ul ul li a {
    color: #161515;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #cbc6c3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.top-header-ul ul li a img {
    width: auto;
    height: auto;
    transition: 0.5s;
}

.top-header-ul ul li a:hover {
    background: #bebda5;
}


/* side navbar */
/* Responsive Adjustments */
@media (min-width: 768px) {
    .nav-menu {
        width: 750px;
    }
}

/*Medium Screens */
@media (min-width: 922px) {
    .nav-menu {
        width: 970px;
    }
}

/*Large Screens */
@media (min-width: 1200px) {
    .nav-menu {
        width: 1170px;
    }
}

/* Burger Icon Container */
.burger-container {
    cursor: pointer;
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
    border-radius: 5px;
    background: transparent;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px #0000001a;
    margin: 0;
    z-index: 9999999;
    position: relative;
}

/* Burger Icon Lines */
.burger-line {
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
}

/* Checkbox Hack */
#burger-toggle {
    display: none;
}

/* Navigation Styles */
.nav-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    box-shadow: -4px 0 15px #00000033;
    padding-top: 100px;
    z-index: 99;
    background: #bebda5;
}

.nav-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #ffffff0d;
    backdrop-filter: blur(10px);
}

.nav-menu ul {
    list-style-type: none;
}

.nav-menu ul li {
    margin: 0 0px;
    border-bottom: 1px solid #0000001f;
    width: 100%;
}

.nav-menu ul li a {
    color: #2a370b;
    text-decoration: none;
    display: block;
    padding: 15px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.nav-menu ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color);
    transition: left 0.3s ease;
}

.nav-menu ul li a:hover::after {
    left: 0;
}

/* Burger Icon Animation on Checkbox Checked */
#burger-toggle:checked~.burger-container .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

#burger-toggle:checked~.burger-container .burger-line:nth-child(2) {
    opacity: 0;
}

#burger-toggle:checked~.burger-container .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Navigation Slide In */
#burger-toggle:checked~.nav-menu {
    left: 0;
}

/* end navbar */
section.main_slider {
    position: relative;
    z-index: 0;
}

section.main_slider .container-fluid {
    padding: 0 5%;
    max-width: max-content;
}

img.ban-img1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    height: 123vh;
    z-index: 1;
}


img.img-fluid {
    width: 100%;
    height: 123vh;
}

.banner_prd {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 0 20px;
    z-index: 999;
    position: relative;
    max-width: 320px;
    margin-top: 140px;
    min-width: 320px;
}

.banner_prd a {
    margin: 0 auto;
    margin-bottom: -20px;
}

.banner_prd h3 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0;
}

.banner_prd p {
    color: #ffffff96;
    font-size: 14px;
}

img.ban-img2 {
    width: auto;
    height: auto;
    margin-top: -140px;
}

.banner_text {
    text-align: right;
    z-index: 99;
    position: relative;
    width: 84%;
    margin: 0 0 0 auto;
}

.banner_text a {
    margin: 0 0 0 auto;
}

.banner_text p {
    color: #ffffff96;
}

.follow {
    position: absolute;
    bottom: 9%;
    padding: 10px 5%;
    border: 1px solid #ffffff59;
    border-left: 0;
    border-radius: 0;
    width: 100%;
}

.follow ul {
    display: flex;
    align-items: center;
    x: 0;
    gap: 18px;
    margin: 0;
}

.follow ul li h5 {
    line-height: 1;
    margin-bottom: 0px;
    margin-right: 140px;
    position: relative;
    color: #ffffff8c;
    font-size: 14px;
    text-transform: uppercase;
}

.follow ul li i {
    font-size: 20px;
    color: #616947;
    border: 1px solid #616947;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #283209;
    transition: 0.5s;
    z-index: 999999999999999999999999999999999;
    position: relative;
}

.follow ul li i:hover {
    color: #fff;
    background: #616947;
    border: 1px solid #616947;
}

.follow ul li h5:before {
    position: absolute;
    content: '';
    background: #ffffff57;
    width: 379px;
    right: -392px;
    height: 1px;
    top: 50%;
    z-index: 9;
}

.carousel-indicators {
    width: fit-content;
    left: unset;
    right: 19%;
    margin: 0;
    bottom: 10%;
    gap: 10px;
}

.carousel-indicators .active:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #fff;
    left: 40px;
}



section.about {
    padding: 80px 0;
    background-color: #bfbea5;
    background-image: url(../images/abt-bg.png);
    background-size: cover;
}

.container-fluid {
    padding: 0 2%;
    max-width: 1420px;
}

.abt-text h2 {
    margin-bottom: 50px;
}

.line-dot {
    position: relative;
}

h2.line-dot:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.7px;
    background: #7f7a26;
    bottom: -20px;
    left: 0;
}

h2.line-dot:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #7f7a26;
    border-radius: 30px;
    border: 4px solid #bcbba3;
    outline: 1px solid #7f7a26;
    right: -2px;
    bottom: -28px;
}

img.abt-img2 {
    position: absolute;
    left: -60px;
    top: 30px;
}

img.abt-img1 {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.abt-img {
    position: relative;
    width: 92%;
    margin: 0 0 0 auto;
}

img.abt-img3 {
    position: absolute;
    width: auto;
    height: auto;
    top: 30%;
    right: -100px;
    width: 300px;
}

.abt-text {
    width: 96%;
}

/* Footer Css Start */

ul.location-icon-footer {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    font-size: 20px;
    margin-bottom: 0px;
}


ul.location-icon-footer li p {
    margin: 0;
    width: 80%;
    font-size: 16px;
    color: #1f1f1f;
}



.news-letter-input {
    float: right;
    width: 60%;
}

.input-btn-line input {
    width: 100%;
    padding: 10px 18px;
    background: #f4f4f4;
    border: none;
    border-radius: 20px;
}

.input-btn-line {
    /* display: flex; */
    position: relative;
}


button.btn-input-sg {
    position: absolute;
    top: 0;
    right: 0;
    background: #36c955;
    border: none;
    padding: 10px 26px;
    border-radius: 21px;
    color: #fff;
}

.footer-logo-set {
    text-align: center;
    padding: 20px 0px 20px;
    position: relative;
}

.footer-logo-set:before {
    position: absolute;
    content: '';
    top: 49%;
    left: -58px;
    height: 1px;
    width: 112%;
    background: #000;
    z-index: 0;
}

.footer-logo-set img {
    padding: 14px 40px;
    background: #fff;
    width: 20%;
    position: relative;
}

ul.num-email-set li a {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    color: #000;
    margin-bottom: 12px;
    font-size: 18px;
}

.row.set-inner-foot {
    background: #fff;
    padding: 46px 46px 30px;
    border-radius: 30px;
}

ul.num-email-set li a p {
    margin: 0;
    font-size: 16px;
    color: #282828;
}

.visa-card-img {
    text-align: center;
}

footer.set-br-foot {
    background: #323c0b;
    padding: 80px 0px 30px;
}

.news-letter-input ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0px;
    gap: 8px;
}

.news-letter-input ul li a i {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a1a1a1;
    border: 1px solid #a1a1a1;
    transition: 0.5s;
}

.news-letter-input ul li a i:hover {
    background: #323c0b;
    border: #323c0b;
    color: #fff;
}

ul.num-email-set li a i {
    color: #323c0b;
}

ul.location-icon-footer li i {
    color: #323c0b;
    font-size: 20px;
}

ul.num-email-set.wow.fadeInRight {
    margin: 0;
}

.copy-right-txt p {
    margin: 0;
}


/* Footer Css End */

/* Client Css Start */
.reviews_card {
    background-color: #dfdfd2;
    padding: 30px;
    transition: all 0.4s ease-in;
    color: #000;
    margin: 50px 0px 0px;
    border-radius: 10px;
}

.avatar_txt h5 {
    font-size: 20px;
    color: #272727;
    font-family: 'Poppins';
    margin-bottom: 0;
    text-transform: uppercase;
}

.reviews_card:hover {
    background-color: #323c0b;
    color: #fff;
}

.reviews_card p {
    color: #7c7c7c;
    font-size: 14px;
}

.reviews_card:hover p {
    color: #fff;
}


.reviews_card:hover .avatar_txt h5 {
    color: #fff
}

.reviews_card:hover p {}

.stars i {
    color: #ffc600;
}

.reviews_card:hover .stars i {
    color: #ffffff;
}

.avatar_img img {
    width: 90px;
}

.avatar_txt p {
    margin-bottom: 0px;
    color: #7c7c7c;
    font-size: 12px;
}

.client-ul ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.avatar_img {
    margin-top: -70px;
    margin-bottom: 16px;
}

.client-slider .slick-active {
    opacity: 1;
}

section.client-sec {
    margin-bottom: 100px;
}

.client-slider {
    margin-top: 40px;
}

.web-line {
    position: relative;
    height: 1px;
    width: 99%;
    background: #7f7a26;
    margin-top: 10px;
}

.web-line i {
    position: absolute;
    top: -9px;
    right: 0;
    border: 1px solid #9f9c65;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background: #bfbea5;
    color: #7f7a26;
}

/* Client Css End */


/* Wellness Delivered Css Start */


.discover-bg-st {
    background: #7f7a26;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 40px 110px;
    border-radius: 10px;
}

.discover-bg-st a {
    margin: 0 auto;
}

section.wellness-sec {
    margin-bottom: 110px;
}

.discover-bg-st h2 {
    font-size: 61px;
    color: #fff;
    margin-bottom: 22px;
}

.discover-bg-st h5 {
    font-size: 31px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 22px;
}

/* Wellness Delivered Css End */

/* How It Work Css Start */

.how-work-box {
    background: #ffffff;
    padding: 10px 10px 18px;
    border-radius: 16px;
    text-align: center;
    transition: 0.5s;
}

.how-work-box-text a {
    color: #323c0b;
    text-transform: uppercase;
    font-weight: 600;
}

.how-work-box-img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #334605;
    margin: 0 auto;
    margin-top: -60px;
    margin-bottom: 10px;
    border: 4px solid #bfbea5;
    transition: 0.5s;
}

.how-work-box-img img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.how-work-box:hover {
    background: #334605;
}

.how-work-box:hover .how-work-box-img {
    background: #bfbea5;
    box-shadow: 0px 0px 6px 0px #68686838;
}

.how-work-box:hover .how-work-box-text h5 {
    color: #fff;
}

.how-work-box:hover .how-work-box-text p {
    color: #fff;
}

.how-work-box:hover .how-work-box-text a {
    color: #fff;
}

.how-work-box:hover .how-work-box-img img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(8%) saturate(6431%) hue-rotate(42deg) brightness(97%) contrast(96%);
}

.how-work-row {
    margin-bottom: 90px;
}

section.how-work {
    margin-bottom: 100px;
}

.how-work-box-text h5 {
    font-size: 21px;
    color: #354905;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.how-work-box-text p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 7px;
}

.how-work-box-text {
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.how-work-top-heading {
    text-align: center;
}

/* How It Work Css End */


/* Strengthens Mind Css Start */

.strengthens-img img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.strengthens-text h2 {
    margin-bottom: 30px;
}

.strengthens-text p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.strengthens-text ul {
    margin-bottom: 0;
}

.strengthens-text ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 31px;
    font-size: 23px;
    color: #334605;
    font-weight: 500;
}

section.strengthens-sec {
    padding: 100px 0;
}

/* Strengthens Mind Css End */
section.product {
    padding: 80px 0;
    background: #d2d2c0;
    position: relative;
    z-index: 0;
}

.top-head h2 {
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

section.product:before {
    position: absolute;
    content: '';
    background-image: url(../images/ser-bg.jpg);
    background-size: cover;
    width: 100%;
    left: 0;
    top: 0;
    height: 50%;
    z-index: -2;
}

.nav-tabs .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    width: fit-content;
    padding: 0 50px;
    height: 50px;
    border-radius: 50px;
    border: 0;
    color: #5e700e;
}

.nav-tabs .nav-link.active {
    background: #323c0b;
    color: #fff;
}

ul#myTab {
    border: 1px solid #5e700e;
    border-radius: 40px;
    background: #bfbea5;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 40px;
}

.prd-img img {
    width: 220px;
    height: 370px;
    object-fit: contain;
    margin: 0 auto;
    transition: 0.5s;
}

.prd-box {
    text-align: center;
    position: relative;
}

.prd-text h3 {
    font-size: 24px;
    color: #354905;
    text-transform: uppercase;
    font-family: 'Poppins';
    margin-bottom: 10px;
    font-weight: 600;
    transition: 0.5s;
}

.prd-text p {
    font-size: 13px;
    color: #354905;
    transition: 0.5s;
}

.prd-text {
    padding: 20px 20px 20px;
    border-radius: 16px;
    transition: 0.54s;
}

.prd-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
}

.prd-text ul li span {
    font-size: 23px;
    color: #323c0b;
}

.prd-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    border-top: 1px solid;
    padding-top: 10px;
    transition: 0.5s;
}

.prd-text ul li a img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(10%) saturate(5558%) hue-rotate(39deg) brightness(94%) contrast(91%);
    width: auto;
    height: auto;
    transition: 0.45s;
}

.prd-text ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #40491b;
    border-radius: 50%;
}

.prd-slider .slick-slide {
    opacity: 1;
}

.prd-box:hover:before {
    background: #354905;
}

.prd-box:hover .prd-text h3 {
    color: #fff;
}

.prd-box:hover .prd-text p {
    color: #ffffff7a;
}

.prd-box:hover ul li span {
    color: #ffffffad;
}

.prd-box:hover ul li a img {
    filter: contrast(0.5);
}

.prd-box:hover .prd-text ul {
    border-color: #ffffffad;
}

.prd-box:hover ul li a {
    border-color: #ffffff7a;
}

.prd-box:hover .prd-img img {
    transform: scale(0.9);
}

section.testimonial {
    padding-bottom: 80px;
    padding-top: 160px;
}

.testi-wrap {
    background-image: url(../images/testi-bg.png);
    padding: 40px 30px;
    border-radius: 20px;
    background-size: cover;
    position: relative;
}

.testi-slider ul {
    display: flex;
    align-items: center;
    width: 100%;
}

.testi-slider ul li:first-child img {
    width: auto;
}

.testi-slider .slick-slide {
    margin-top: 220px;
}

.testi-slider {
    margin-top: -230px;
}

.testi-slider ul li:first-child {
    background: #bfbea5;
    width: 50%;
    padding: 20px;
    border-radius: 20px 0 0 20px;
}

.testi-slider p {
    font-size: 15px;
    color: #323c0b;
    font-style: italic;
    margin: 10px 0;
    font-weight: 300;
}

.testi-slider h6 {
    font-size: 18px;
    color: #323c0b;
    font-weight: 500;
    margin: 0;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #323c0b8c;
}

.testi-slider h6 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}


.product_d_right ul {
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 10px;
    margin: 10px 0;
    width: 65%;
}

li.product-det-content .quanity.product-detail {
    padding: 0;
}

.skin-2 .num-in {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 50px;
    width: 150px;
    float: left;
    border: 1px solid #736c65;
    border-radius: 25px;
    cursor: pointer;
    background: #bfbea5;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 50px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in input {
    color: #414e06;
    float: left;
    width: 20%;
    height: 50px;
    border: none;
    text-align: center;
    background: transparent;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #414e06;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.btn-4 {
    color: #fff;
    background: #414e06;
    padding: 15px 45px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #bfbea5;
}

.btn-4:hover {
    background: #252e09;
    color: #fff;
}

ul.product-det-content {
    gap: 10px;
}

ul.product-det-content {
    gap: 10px;
    margin: 0;
}

.even-wrap h2 {
    font-size: 53px;
    color: #bfbea5;
    text-transform: uppercase;
}

.even-wrap p {
    font-size: 15px;
    color: #bfbea5b5;
}

.even-wrap ul li {
    line-height: 34px;
    color: #bfbea5b5;
}

.testi-wrap .row {
    align-items: center;
}

.testi-slider ul li:last-child span img {
    margin-top: -200px;
    width: 100%;
}

.testi-slider ul li:last-child {
    width: 50%;
}

img.leaf-testi {
    position: absolute;
    right: -80px;
    bottom: -60px;
    transform: scale(0.7);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ HOME end ++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Inner Pages */

section.main_slider.inner-banner img.img-fluid {
    height: 70vh;
}
section.main_slider.inner-banner:before {
    position: absolute;
    content: '';
    background-image: url(../images/inner-banner.png);
    height: 100%;
    right: 0;
    z-index: 99;
    width: 39%;
    background-size: contain;
    background-repeat: no-repeat;
}
section.main_slider.inner-banner .banner_prd {
    padding: 0;
    border: 0;
    height: auto;
    width: auto;
    text-align: start;
    margin: 0;
    max-width: max-content;
}


section.main_slider.inner-banner .container-fluid {
    max-width: unset;
}

section.product.inn-prd {
    background-color: transparent;
    background-image: url(../images/abt-bg.png);
}

section.product.inn-prd::before {
    background: #d2d1bf;
    top: 30%;
    height: 29%;
}

section.product.inn-prd .top-head h2 {
    color: #323c0b;
}

section.testimonial.inner-detail {
    padding-top: 300px;
}

/* end */

/* Contact Page Start */


.contact-frm h4 {
    color: #000000;
}

.contact-frm input {
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
}

.contact-frm select {
    border: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
}

.contact-frm input::placeholder {
    color: #7c7c7c;
    font-size: 14px;
}

.contact-frm button {
    color: #fff;
    border: 0;
    border-radius: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #414e06;
}

.ctct-detl {
    background: #eaeaea;
    padding: 77px 40px;
    border-radius: 5px 10px 10px 5px;
    margin-left: -10px;
}

.ctct-detl ul li {
    display: inline-block;
}

.ctct-detl ul {
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-bottom: 26px;
}

.ctct-detl ul li i {
    color: #000;
    font-size: 50px;
    margin: 0 26px 0 0;
}

.ctct-detl ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

li.left-ali {
    margin-left: 20px;
}

.ctct-detl ul li span {
    display: block;
    text-align: center;
}

.contact-frm {
    padding: 77px 40px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0px 0px 49px 0px rgba(65, 65, 65, 0.14);
}

.cont-inner {
    /* width: 80%; */
    margin: 0 auto;
    /* margin-top: -210px; */
    z-index: 999;
    /* position: relative; */
}


section.contact-sec {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.contact-frm select {
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
    color: #7c7c7c;
}

.contact-frm h4 {
    font-size: 31px;
    line-height: 1.2;
    margin-bottom: 50px;
    color: #161616;
    text-transform: uppercase;
}

.ctct-detl h4 {
    font-size: 31px;
    line-height: 1.2;
    margin-bottom: 64px;
    color: #161616;
    text-transform: uppercase;
}

section.contact-sec>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -1;
}

.ctct-detl ul:last-child {
    margin: 0;
}

/* Contact Page End */

/* Account Page Start */


/* Login */

.signin_sec {
    position: relative;
    padding: 100px 0px;
    z-index: 1;
}

h2.sign_up_heading {
    text-align: center;
    text-transform: capitalize;
    font-size: 36px;
    color: #3f3e43;
    line-height: 1.2;
    margin: 0px 0 50px 0;
    font-family: 'Poppins';
}

.input-icons i {
    position: absolute;
    font-size: 20px;
    z-index: 99;
    margin-top: 20px;
    margin-left: 10px;
}

.input-icons {
    width: 100%;
}

.input-icons .icon {
    padding-top: 15px;
    padding-left: 12px;
    min-width: 40px;
}

.input-field {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    border: none;
    font-weight: 500;
    padding: 10px 50px;
    height: 60px;
    background-color: #ebebeb;
    color: #969696;
    border-radius: 40px;
}

.input-field::placeholder {
    font-weight: 500;
}

.signup_form button {
    border: none;
    width: 100%;
}

.social_btn a i {
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.social_btn a {
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    display: flex;
    gap: 20px;
}

.social_btn {
    margin: 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social_btn a:first-child {
    background-color: #4267B2;
}

.social_btn a:last-child {
    background-color: #02abee;
}

.login {
    padding: 50px 50px;
}

.sign_up-bg {
    padding: 40px;
}

.login h3 {
    color: #3f3e43;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Poppins';
}

.login_form .remeber {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_form button {
    border: none;
    height: 50px;
    background: #414e06;
    color: #fff;
    font-size: 17px;
    border-radius: 40px;
}

.forgot_pass button.btn-theme {
    padding: 10px 40px;
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    background-color: #a81e1e;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.forgot_pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.login_form label,
.forgot_pass a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.btn-1 {
    height: 60px;
    padding: 0 40px;
    background: #f00f8f;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bg-from-clr {
    background: #e9e9e96b;
    padding-left: 20px;
}

.bg-from-clr .col-lg-5 {
    padding-right: 0;
}

.remember input {
    appearance: auto;
}

.signup_form .btn-wrapper button {
    background: #414e06;
    font-size: 24px;
    border-radius: 40px;
    width: 100%;
    height: 60px;
    color: #fff;
}

section.signin_sec::after {
    position: absolute;
    content: "";
    background: url(../images/squares.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 220px;
    height: 328px;
    left: -2%;
    bottom: -15%;
    z-index: -5;
}

button.btn.theme_btn {
    background: #1f459d;
    color: #fff;
    border-radius: 50px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remeber input {
    width: 20px;
    height: 20px;
    color: #000;
}

.remeber {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}


/* login */

.signin-btns {
    justify-content: space-between;
    width: 30%;
}

.signin-btns-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.signin-facebook {
    background: #3a589a;
}

.signin-facebook:hover {
    background: #4d74c9;
}

.signin-facebook-txt h5,
.signin-twitter-txt h5 {
    font-size: 25px;
    line-height: 1;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
}

.signin-facebook-i i,
.signin-twitter-i i {
    color: #fff;
}

.signin-facebook-i,
.signin-twitter-i {
    position: relative;
    padding: 20px;
}

.signin-facebook-i::before,
.signin-twitter-i::before {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    border-right: 1px solid #fff;
    height: 40px;
}

.signin-btns {
    justify-content: space-between;
    width: 58%;
}

.signin-twitter {
    background: #00ade9;
}

.signin-twitter:hover {
    background: #087ba3;
}

.btn-wrapper .btn-theme:before {
    left: calc(-40% - 50% * var(--skew));
}

.btn-wrapper button.btn-theme {
    font-family: 'Poppins';
    font-weight: 400;
}

.btn-wrapper .hero-btn-primary {
    padding: 12px 40px;
}

.signin_sec>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -1;
}

.login .input-field {
}

.remember {
    text-align: center;
    margin-bottom: 20px;
}

.sign_up-bg>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

/* Account Page End */


/*CHECKOUT PAGE*/
.billing_form h3 {
    font-size: 35px;
    color: #000;
    margin: 0px 0 20px;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Poppins';
}

.billing_form label {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #7c7c7c;
}

.radiosss p {
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding-left: 35px;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #ababab;
    margin-bottom: 20px;
    padding-left: 15px;
    border-radius: 5px;
    background: transparent;
}

.billing_form input::placeholder {
    font-size: 14px;
    font-weight: 500;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.contact-links p {
    height: 70px;
}

.contact-form p {
    height: 70px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;

}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;

}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}


.cart_sidebar {
    padding: 30px 20px;
    border: 1px solid #ffffff;
}

.cart_sidebar h3 {
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Poppins';
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #000000;
    font-size: 22px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    border: 2px solid #000;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #7c7c7c;
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #7c7c7c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #000;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    background-color: #7d0b7f;
    border-radius: 50px;
    font-weight: 500;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn:hover {
    background-color: #690b6a;
    color: #fff;
    transition: 0.3s ease-in-out;
}


ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 500;
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid transparent;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    border-radius: 20px;
    left: 7px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #ffa200;
}

.red {
    color: #000 !important;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 0;
    background: transparent;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

.billing_form {
    padding: 30px 20px;
}

.checkout_page {
    padding: 100px 0px;
    position: relative;
}

.checkout_page>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.checkout_page>img.bl_vec1 {
    right: 0;
    width: 120px;
    top: 20%;
    transform: rotate(-10deg);
}

.checkout_page>img.bl_vec2 {
    width: 120px;
    bottom: 0;
    left: -20px;
    transform: rotateY(180deg);
}

.checkout_page:before {
    position: absolute;
}

section.checkout_page .theme_btn {
    background: #525943;
    box-shadow: none;
    border: 0;
    width: 100%;
    font-size: 25px;
    height: 60px;
}

/*CHECKOUT PAGE END*/
/* Inner Cart Start */
.add-to-cart thead {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #5c5c5c;
    padding: 0 0 0;
}

.cart-page-tble tbody .quanity span {
    border-radius: 100px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    color: #000;
}

.align-items-center {
    align-items: center !important;
}

.cart-page-tble tbody .quanity span {
    border-radius: 100px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    color: #000;
}

.cart-page-tble tbody tr td input {
    /* height: 60px; */
    /* border: 1px solid #c4c4c4; */
    /* background-color: #ffffff; */
    /* color: #000; */
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 0px solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    background: #fff0;
    margin: 0;
    border-radius: 5px;
    width: 100px;
}

.cart-page-tble tbody .quanity span {
    border-radius: 100px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    color: #000;
}

.inc {
    padding: 0 10px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    width: 80%;
    height: 60px;
    border-radius: 0 !important;
    background: #323c0b;
    position: relative;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    border-radius: 10px !important;
}

.input-number {
    border: none;
}

.input-number-decrement,
.input-number-increment {
    display: inline-flex;
    text-align: center;
    border: 1px solid transparent !important;
    cursor: pointer;
    background: transparent;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.input-number,
.input-number1,
.input-number-decrement,
.input-number-increment {
    border: 0;
    user-select: none;
    font-weight: 600;
    padding: 5px 5px 5px 5px;
    color: white;
    font-size: 21px;
}

a.update {
    color: #000;
}

.product-cart figure {
    /* padding: 10px; */
    margin: 0;
    /* background-color: #eaeaea; */
    /* border-radius: 3px; */
    /* border: 1px solid #c8c8c8; */
}

section.add-to-cart th:first-child {
    border-radius: 10px 0 0 10px;
}

section.add-to-cart th:last-child {
    border-radius: 0 10px 10px 0;
}

.shipping-box h4 {
    color: #d60000;
    font-family: "Montserrat";
}

.for-lin:before {
    position: absolute;
    content: "";
    left: 0;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    width: 949px;
    height: 30px;
    z-index: 9999;
    top: 10px;
}

.for-lin {
    position: relative;
}

.add-to-cart .table>thead>tr>th {
    border-bottom: 0;
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 34px;
    padding-bottom: 30px;
    color: #000;
}

.table-space h6 {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    font-family: "Roboto";
    line-height: 25px;
    margin-top: 15px;
    font-weight: 400;
}

.table-space p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #666666;
    margin-bottom: 0;
    line-height: 22px;
}

.product-img {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    padding: 6px 6px;
    background: #323c0b;
    border-radius: 10px;
}

.number-item input {
    width: 100%;
    text-align: center;
    height: 050px;
    border-radius: 46px;
    border: 0;
    font-size: 23px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    margin-top: 0;
    background-color: transparent;
    color: white;
    pointer-events: none;
}

.add-to-cart a {
    margin-left: 20px;
    width: 96%;
    margin-top: 10px;
    color: #fff;
    background: #323c0b;
}

li.quanity.product-detail {
    width: 42%;
}

li.quanity.product-detail .inc {
    margin: 0;
}

.add-to-cart h4 {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    text-align: center;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

th.text-align\:left {
    text-align: left !important;
    padding-left: 30px !important;
}

tr.space {
    border-bottom: 1px solid #5c5c5c;
}

a.remove {
    color: rgb(255, 255, 255);
    font-size: 16px;
    background: #323c0b;
    position: relative;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    width: 40px;
}

.proceed a {
    color: #ad0d3c;
    text-align: left;
    font-size: 30px;
    text-transform: capitalize;
    font-family: "mouzambik";
}

.proceed i {
    margin-left: 10px;
}

.proceed .checkout-btn {
    border: none;
    padding: 18px 20px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin: 0 0 0 auto;
    background-image: -webkit-linear-gradient(-92deg,
            rgb(243, 159, 144) 0%,
            rgb(209, 72, 59) 100%);
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.all-section-inner {
    padding: 0px 0 80px;
}

.or-amazon {
    position: relative;
    border: 2px solid #c0c0c0;
    padding: 30px 50px;
    width: 100%;
    margin: 80px auto 0;
    border-radius: 5px;
    background: #fff;
}

.or-amazon p {
    font-size: 16px;
    position: absolute;
    background: #fff;
    top: -20px;
    left: 0;
    padding: 5px 20px;
    color: #394136;
    display: block;
    text-transform: uppercase;
    border: 2px solid #c0c0c0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.total-section {
    padding: 30px 40px;
    background-color: transparent;
    border: 1px solid #323c0b;
    margin-left: 20px;
    border-radius: 20px;
    position: relative;
    margin-top: 51px;
}

.total-section::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 70px;
    left: 0;
    background: -webkit-linear-gradient(90deg, rgb(5 65 64) 0%, rgb(6 69 68) 100%);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
}

.total-section::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: -webkit-linear-gradient(90deg, rgb(5 65 64) 0%, rgb(6 69 68) 100%);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    bottom: 75px;
    left: 0;
}

input#coupan {
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #323c0b;
    background: transparent;
    color: #fff;
    margin-bottom: 20px;
}

.total-section.border-gri-top h3 {
    color: #000;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
}

.total-section li {
    font-size: 20px;
    padding-bottom: 20px;
    color: #323c0b;
    font-weight: 500;
    font-size: 16px;
}

li.color-change {
    color: #000;
    padding-bottom: 0 !important;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-background-clip: text;
    padding-top: 1;
}

ul.p-0.check-out-side-icon {
    margin-bottom: 0;
}

.total-section li span {
    float: right;
    font-family: "Montserrat", sans-serif;
}

.ship-estimate {
    background-color: #f7f7f7;
    padding: 10px 50px;
    margin-top: 35px;
    border: 2px solid #eeeeee;
    margin-left: 20px;
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ship-estimate li {
    margin-bottom: 0px;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    font-family: "yipes";
}

.ship-estimate .grey-style {
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.proceed {
    display: flex;
    align-items: flex-start;
}

.add-to-cart .table-space {
    display: flex;
    align-items: center;
}

.add-to-cart .table-space .col-md-7 {
    margin-left: 20px;
}

.product-img img {
    width: 100px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
}

section.add-to-cart {
    padding: 100px 0px 90px;
}

.add-to-cart .table>tbody {
    vertical-align: middle !important;
}

.copen-code {
    background: #323c0b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Inner Cart Ends */