@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: #fdfbf7;
}

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-family: 'montserrat-fonttwo';
    line-height: 25px;
    color: #000;
    font-weight: 500;
}


/***** Font Files *****/

@font-face {
    font-family: 'playfair-fontone';
    src: url(../font/PlayfairDisplay-Regular.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-fonttwo';
    src: url(../font/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal
}



/***** 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: 14px 26px;
    border: unset;
    border-radius: 45px;
    color: #ffffff;
    z-index: 1;
    background: #ff6b6b;
    position: relative;
    font-size: 13px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'montserrat-fonttwo';
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    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: 'playfair-fontone';
    font-size: 59px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'playfair-fontone';
    font-size: 72px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

h3 {
    font-family: 'playfair-fontone';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'playfair-fontone';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'playfair-fontone';
    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 {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    /* position: relative; */
    /* display: inline-block; */
    /* text-decoration: none; */
    /* color: #393939; */
    /* padding: 10px 23px; */
    /* font-size: 13px; */
}




.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: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.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: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.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: #28b16d;
    width: 10px;
    height: 12px;
}


/*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  */
.container-fluid{
    padding: 0px 70px;
}

.header-input {
    width: 90%;
    position: relative;
    margin: 0 auto;
}

.header-input input {
    /* position: relative; */
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #e1dfdc;
    border-radius: 50px;
}

.header-input i {
    position: absolute;
    top: 4px;
    right: 5px;
    height: 40px;
    width: 40px;
    background: #000000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.header-btn-sd {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.theme_btn.theme_btn_one {
    background: #000;
}

.theme_btn.theme_btn_one:before {
    background: #ff6b6b;
}
.logo-img img {
    width: 66%;
}

.menuSec {
    background: #f2ece7;
    padding: 10px 0px;
    border-bottom: 2px solid #c2c2c2;
}
ul.menu-sec {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 23px;
}

ul.menu-sec li a {
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'montserrat-fonttwo';
    color: #000;
}

.header-bottom {
    padding: 20px 0px;
    /* background: #e3e1de; */
}
.header-bottom-icons ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.header-bottom-icons ul li a {
    color: #000;
    display: flex;
    gap: 8px;
    font-family: 'playfair-fontone';
}

.header-bottom-icons ul li a i {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
}
.dis-block{
    display: block;
}
ul.banner-ul-btn {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
}

a.theme_btn:hover {
    color: #fff;
}
.banner-img-two {
    margin-top: 80px;
}
.banner-img img {
    height: 86vh;
    width: 100%;
}

section.main_slider {
    height: 96vh;
    background: #be9f83;
    position: relative;
}
section.main_slider:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: 100%;
    width: 25%;
    background: #000000;
}
.banner-social-icons ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: end;
    gap: 10px;
}

.banner-social-icons {
    position: relative;
    z-index: 0;
    right: 8%;
    top: 2%;
}

.banner-social-icons ul li a i {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    border: 1px solid #e5d9cd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5d9cd;
    font-size: 17px;
}

li.banner-social-icons-heading {
    font-size: 20px;
    font-family: 'playfair-fontone';
    color: #7b7b7b;
    margin-left: 190px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.banner-social-icons ul li a i:hover {
    background: #fff;
    color: #bb9c81;
}
.carousel-control-prev-icon {
    background-image: url(../images/banner-left-arrow.png);
    position: absolute;
    height: 50px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 8;
    content: '';
}
.carousel-control-next-icon {
background-image: url(../images/banner-right-arrow.png);
    position: absolute;
    height: 50px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 8;
    content: '';
}
.carousel-control-next {
    right: 66%;
}


.carousel-control-prev {
    left: 100px;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: unset;
    bottom: -38px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 1;
    /* background: red; */
}
.carousel-indicators {
    position: absolute;
    right: unset;
    bottom: -50px;
    left: 240px;
    z-index: 2;
    display: flex;
    justify-content: start;
    padding: 0;
    margin-right: unset;
    margin-bottom: unset;
    margin-left: unset;
    list-style: none;
    align-items: end !important;
}

.carousel-indicators [data-bs-target] {
    box-sizing: unset;
    flex: unset;
    width: 40px;
    height: 10px;
    padding: 0;
    margin: 0px !important;
    text-indent: unset;
    cursor: pointer;
    background-color: unset;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s 
ease; */
    border-radius: 20px;
    font-size: 22px;
    color: #d2bca8;
    font-family: 'playfair-fontone';
}
.carousel-indicators .active {
    margin: 0;
    background-color: unset;
    width: 70px;
    font-size: 62px;
    height: 24px;
    color: #fff;
    font-family: 'playfair-fontone';
}

.banner-client-arrow {
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 30px;
}

.banner-client-arrow h4 {
    font-size: 28px;
    line-height: 38px;
    font-style: italic;
}

.banner-client-box ul {
    display: flex;
    gap: 10px;
}

.banner-client-box ul li {
}

.banner-client-box-one {
    position: relative;
}

.banner-client-box-one img {
    width: 140px;
}

.banner-client-box-one-number {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 30px;
    width: 30px;
    background: #be9f83;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    /* font-family: 'playfair-fontone'; */
    font-size: 14px;
}

.banner-client-box-two-img {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.banner-client-box-two-img p {
    margin-bottom: 0;
}

.banner-client-box-two-img-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 7px;
}

.banner-client-box p {
    font-size: 12px;
}

.banner-client-box-two h4 {
    font-size: 18px;
}
section.banner-client {
    margin: 100px 0px;
}
.community-storie-top-heading {
    position: relative;
    text-align: center;
    padding-bottom: 2px;
    margin-bottom: 40px;
}

.community-storie-top-heading:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 5px;
    width: 70px;
    background: #171717;
    border-radius: 10px;
}

.community-storie-allcategories ul {
    border: 1px solid #f5d0a9;
    padding: 0px 0px;
    border-radius: 14px;
    background: #fff;
}

.community-storie-allcategories ul li {
    padding: 25px;
    border-bottom: 1px solid #f5d0a9;
    color: #000;
    font-size: 15px;
    background: #fff;
}

section.community-storie-sec .col-md-4 {
    padding: 0px 30px;
}

section.community-storie-sec {
    margin-bottom: 100px;
}

.community-storie-box-text {
    background: #fff;
    padding: 20px 20px;
    border-radius: 0px 0px 10px 10px;
}

.community-storie-box-text h3 {
    font-size: 25px;
    font-weight: 500;
}

.community-storie-box-text-ul {
    display: flex;
    justify-content: space-between;
}

ul.ommunity-storie-box-text-ulone {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

ul.ommunity-storie-box-text-ulone li {font-family: 'montserrat-fonttwo';display: flex;align-items: center;color: #000;}

ul.ommunity-storie-box-text-ulone li i {
    color: #ff7070;
}

ul.ommunity-storie-box-text-ul-two {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

ul.ommunity-storie-box-text-ul-two li a i {
    height: 40px;
    width: 40px;
    border: 1px solid #b2b2b2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ff7070;
}
li.community-storie-allcategories-litop {background: #f9e3cb !important;border-radius: 14px 14px 0px 0px;}

li.community-storie-allcategories-libottom {
    border-bottom: unset !important;
    border-radius: 0px 0px 14px 14px;
}

.community-storie-box {
    box-shadow: 0px 0px 10px 0px #e3e3e338;
    border-radius: 10px;
}

.form-our-text-box {
    padding: 20px 40px;
    background: #ff6b6b;
    border-radius: 14px;
    width: 90%;
    margin-left: -80px;
    margin: 20px 0px;
    margin-left: -80px;
}

.form-our-text-box p {
    color: #fff;
    line-height: 30px;
    font-style: italic;
}
.form-our-img-two h2 {
    font-size: 60px;
}
section.form-our-sec {
    background: #f8f3ef;
    padding: 100px 0px;
    margin-bottom: 100px;
}
.wellness-categories-img {
    position: relative;
    margin-bottom: 20px;
}

.wellness-categories-text {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80%;
    width: 80%;
    text-align: center;
    background: #b4967bba;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wellness-categories-text h3 {
    color: #fff;
}
.wellness-categories-img.wellness-categories-img-two img {
    height: 565px;
    object-fit: cover;
    border-radius: 30px;
}

section.wellness-categories-sec {
    margin-bottom: 100px;
}
.deop-line-box {
    padding: 40px 20px;
    background: #ff6b6b;
    border-radius: 15px;
}

.deop-line-box p {
    width: 71%;
    margin-left: 160px;
    margin-top: -60px;
    color: #fff;
}

.deop-line-box h2 {
    position: relative;
    color: #fff;
}

.deop-line-box h2:before {
    position: absolute;
    content: '';
    top: 60%;
    left: 20%;
    height: 1px;
    width: 150px;
    background: #fff;
}

.row.deop-line-row {
    position: relative;
    padding: 80px 50px 80px 0px;
}

.row.deop-line-row:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 76%;
    height: 100%;
    background: #f7f3f0;
    z-index: -1;
    border-radius: 20px;
}

.deop-line-inform-input {
    position: relative;
}

.deop-line-inform-input input {
    width: 100%;
    padding: 10px;
    border: 1px solid #bdbdbd;
    margin-bottom: 10px;
    border-radius: 10px;
    background: transparent;
}

.deop-line-inform-input i {
    position: absolute;
    top: 17px;
    right: 10px;
}

.deop-line-inform-textarea textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #bdbdbd;
    margin-bottom: 10px;
    border-radius: 10px;
    background: transparent;
    height: 120px;
}

section.deop-line-sec {
    margin-bottom: 100px;
}
.insta-top-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.insta-top-heading i {
    font-size: 70px;
    color: #ff6b6b;
}
section.insta-sec .container-fluid {
    padding: 0;
}

.footer-box {
    width: 53%;
    margin: 0 auto;
    text-align: center;
}

.footer-box img {
    margin-bottom: 20px;
    width: 29%;
}

section.insta-sec {
    margin-bottom: 100px;
}

footer.footer-sd {
    background: #f4f0eb;
    padding: 10px 0px 0px;
}
.footer-info {
    background: #fff;
    margin: 30px 0px 50px 0px;
}

.footer-info ul {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.footer-info ul li a {
    color: #000;
}

.footer-info ul li a i {
    margin-right: 10px;
}

.footer-btm ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    margin-bottom: 0;
}

.footer-btm {
    background: #1e1e1e;
    padding: 20px 90px;
}

.footer-btm ul li p {
    margin-bottom: 0;
    color: #fff;
}

.footer-btm ul li {color: #fff;display: flex;gap: 12px;}

.footer-btm ul li a {
    color: #fff;
}

.footer-btm ul li a i {
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding-top: 6px;
}



/* inner banner */

.inr_bnr {
    background-color: #fdfbf7;
    padding: 35px 0 180px;
    position: relative;
}

.inr_bnr_head h1 {
    color: #171717;
    font-size: 59px;
    margin-bottom: 20px;
}

.inr_bnr_head p {
    color: #080808;
    width: 71%;
    margin: 0 auto;
    font-weight: 500;
}

.inr_bnr_head {
    text-align: center;
}

.soc_inr_bnr ul {
    display: flex;
    justify-content: ;
    align-items: center;
    gap: 10px;
}

.soc_inr_bnr ul li a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e5d9cd;
    border: 1px solid #e5d9cd;
    border-radius: 50%;
    background-color: transparent;
}

.soc_inr_bnr ul li a:hover {
    color: #c2a48a;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.soc_inr_bnr_heading h5 {
    color: #5d5d5d;
    font-size: 17px;
    text-transform: uppercase;
}

.soc_inr_bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 170px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.soc_inr_bnr::before {
    position: absolute;
    content: '';
    width: 50%;
    background-color: #be9f83;
    height: 80px;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.soc_inr_bnr::after {
    position: absolute;
    content: '';
    width: 50%;
    background-color: #171717;
    height: 80px;
    z-index: -1;
    bottom: 0;
    right: 0;
}

/* inner banner */

.sd_detail {
    padding: 160px 0 100px;
}

.sd_detail_left_top img {
    border-radius: 10px;
    margin-bottom: 30px;
}

.sd_detail_left_top h2 {
    font-size: 46px;
    color: #000000;
    margin-bottom: 30px;
}

.sd_detail_left_top p {
    color: #191918;
    font-weight: 600;
    margin-bottom: 30px;
}

.sd_detail_left_top p i {
    color: #ff6b6b;
}

.sdlt ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.userrr {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b6b;
    border: 1px solid #b6b5b2;
    border-radius: 50%;
    background-color: transparent;
    font-size: 18px;
}

.sdlt span {
    font-family: 'montserrat-fonttwo';
    font-weight: 600;
    color: #000;
}

.sdlt_right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sdlt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
}

.sd_detail_left_top {
    padding-bottom: 10px;
    border-bottom: 1px solid #ebe9e7;
}

.sd_detail_left_btm_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sd_detail_left_btm_txt h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.sd_detail_left_btm_txt p {
    color: #656463;
    font-weight: 600;
}

.sd_detail_left_btm {
    padding: 40px 0;
    border-bottom: 1px solid #ebe9e7;
}

.commentbox_right_flx h3 {
    font-family: 'montserrat-fonttwo';
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #ff6b6b !important;
    margin-bottom: 5px !important;
}

.commentbox_right_flx h4 {
    font-family: 'montserrat-fonttwo';
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px !important;
}

.commentbox_right_flx a {
    border-radius: 50px;
    padding: 15px 40px;
    color: #000;
    border: 2px solid #ff6b6b;
    font-family: 'montserrat-fonttwo';
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.commentbox_right_flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.commentbox h3 {
    font-family: 'montserrat-fonttwo';
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin: 20px 0;
}

.commentbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.commentbox_right p {
    color: #656463;
    margin-bottom: 5px !important;
    font-weight: 600;
    padding: 20px 0 0;
}

/* policy pages  */
/* Editorial Policy */

.Editorial {
    background-color: #fdfbf7;
    padding: 120px 0;
}

.Editorial h2 {
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 30px;
}

.Editorial p {
    color: #000;
    font-weight: 500;
    margin-bottom: 50px;
}

/* Editorial Policy */
/* policy pages  */

/* vendors page */

.vendors {
    background-color: #fdfbf7;
    padding: 100px 0;
}

.vendors_head {
    text-align: center;
}

.vendors_head h2 {
    font-size: 72px;
    position: relative;
    color: #000000;
}

.vendors_head h2::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #171717;
    bottom: -15px;
}

.vendors ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 40px 0;
}

.vendors ul li img {
    transition: filter 0.3s ease;
}

.vendors ul li:hover img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(68%) saturate(5929%) hue-rotate(325deg) brightness(115%) contrast(104%);
}

/* vendors page */

/* Search & Explore */

.srch_exp {
    background-color: #fdfbf7;
    padding: 100px 0;
}

.serchbarpg {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.serchbarpg input {
    width: 100%;
    border-radius: 50px;
    padding: 20px 20px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

.serchbarpg button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ff6b6b;
    padding: 15px 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 50px;
}

.srch_exp_op ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.srch_exp_op ul li select {
    border-radius: 50px;
    border: 1px solid #be9f83;
    color: #be9f83;
    padding: 15px 20px;
    font-size: 16px;
}

select {
    background: #fff url(../images/arrow.png) no-repeat right;
}

.srch_exp_op ul li a {
    font-size: 18px;
    color: #888786;
}

/* Search & Explore */

/* Merchandise  */

.merchandise {
    background-color: #fdfbf7;
    padding: 100px 0;
}

.merchandise_txt h4 {
    color: #b0aaaa;
    font-size: 16px;
    font-family: 'montserrat-fonttwo';
    margin-bottom: 15px;
}

.merchandise_txt h3 {
    color: #000;
    font-size: 23px;
    font-family: 'montserrat-fonttwo';
    margin-bottom: 30px;
}

.merchandise_txt p del {
    color: #a1a0a0;
    font-size: 18px;
    font-family: 'montserrat-fonttwo';
    padding-right: 20px;
}

.merchandise_txt p {
    color: #ff6b6b;
    font-size: 23px;
    font-family: 'montserrat-fonttwo';
    font-weight: 600;
}

.rating i {
    color: #f78e1e;
}

.merchandise_txt {
    position: relative;
}

.mer_cart {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    border-radius: 50px 0px 0px 50px;
    background-color: #be9f83;
    color: #fff;
    position: absolute;
    font-size: 20px;
    bottom: 30px;
    right: -20px;
}

.merchandise_main {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin: 20px 10px 10px 10px;
}

.merchandise_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 30px;
}

/* Merchandise  */

/* find a friend */

.friend {
    background-color: #fdfbf7;
    padding: 100px 0;
}

.friend_right h4 {
    color: #121212;
    font-size: 18px;
    font-family: 'montserrat-fonttwo';
    font-weight: 600;
}

.friend_right ul {
    display: flex;
    /* justify-content: ; */
    align-items: center;
    gap: 10px;
}

.friend_right ul li a {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
    border-radius: 50%;
    background-color: transparent;
}

.friend_right ul li a:hover {
    color: #fff;
    border: 1px solid #ffffff;
    background-color: #ff6b6b;
}

.friend_main_p p {
    color: #6f6f6f;
    margin-top: 30px;
    font-weight: 500;
}

.check p {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 0;
}

.check ul {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.friend_main {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 45px 40px;
    border-radius: 40px;
    margin: 10px 10px 40px 10px;
}

.fri a {
    background-color: #000;
    padding: 20px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'montserrat-fonttwo';
    color: #fff;
    border-radius: 60px;
    font-size: 13px;
}

.fri {
    margin-top: 30px;
    margin-bottom: 20px;
}

.fri-2 a {
    background-color: #ff6b6b;
    padding: 20px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'montserrat-fonttwo';
    color: #fff;
    border-radius: 60px;
    font-size: 13px;
}

.frz_icons {
    display: flex;
    /* justify-content: ; */
    align-items: center;
    gap: 10px;
}

.frz_icons a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background-color: #be9f83;
}

.frd-2_wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* find a friend */


.post-a-comment-box {
    margin: 20px 0px 0px 0px;
}

.post-a-comment-box h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.post-a-comment-box-input input {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    border: unset;
    border-bottom: 1px solid #b3b2b0;
    background: transparent;
}

.post-a-comment-box-input textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    border: unset;
    border-bottom: 1px solid #b3b2b0;
    background: transparent;
    height: 140px;
}
.sd_detail_right h4 {
    color: #ff6b6b;
    margin-bottom: 20px;
}

.sd_detail_right ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-top: 20px;
}

.sd_detail_right ul li p {
    color: #000;
    margin-bottom: 0px;
}

.sd_detail_right {
    width: 86%;
    float: right;
}

ul.sd_detail_right-ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.sd_detail_right-ul li {
    border-bottom: unset;
    margin-top: unset;
}

ul.sd_detail_right-ul li a i {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 1px solid #aeadab;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aeadab;
}

ul.sd_detail_right-ul li a i:hover {
    border: 1px solid #ff6b6b;
    color: #ff6b6b;
}
.row.friend-row-info {
    width: 64%;
    margin: 0 auto;
    border: 1px solid #be9f83;
    padding: 40px 30px;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 100px;
}

.friend-page-input input {
    width: 100%;
    padding: 11px;
    border-radius: 8px;
    border: 1px solid #e2dede;
    margin-bottom: 10px;
}

.friend-page-input select {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #e2dede;
    margin-bottom: 10px;
}
.btn-frient-sd {
    margin-left: 190px;
}


/*login start*/

section.login {
    padding: 100px 50px;
}

.login-txt form input {
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    padding: 15px 15px;
    border: 1px solid;
    color: #e2e2e2;
    border-radius: 0px;
    background-color: #fff;
}

.login-txt h3 {
    font-size: 45px;
    text-align: center;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 400;
}

.login-txt {
    padding: 45px 25px 35px;
    border-radius: 0px;
    /* background-color: #fdfdfd; */
    /* border: 2px solid #e8e8e8; */
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.15);
    border-radius: 10px;
}

.login-txt ul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

li.head {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.login-txt ul li {
    display: flex;
    gap: 7px;
}

.login-txt form button {
    width: 100%;
    color: #fff;
    border-radius: 0px;
    padding: 14px 0px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'montserrat-fonttwo';
    box-shadow: -3.119px 14.672px 38px 0px rgba(21, 21, 23, 0.21);
    background-color: #ff6b6b;
    border-radius: 10px;
}

.login-txt a {
    color: #ff6b6b;
    text-decoration: underline;
}

section.flash-sale.inn .flash-sale-slid .slick-prev,
section.flash-sale.inn .flash-sale-slid .slick-next {
    display: none !important;
}

.blog-top-txt.inn {
    border: unset;
}

.blog-top-txt.inn::before {
    display: none;
}

section.flash-sale.inn {
    padding: 70px 2%;
}

section.flash-sale.inn .flash-sale-slid {
    margin-top: 30px;
}


/*login end*/


/* Cart Page Start */

/* Cart */


.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: #959595;
    font-weight: 500;
    margin-top: 24px;
    background: #f7f7f7;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: #666666;
    font-weight: 500;
    text-decoration: none;
    font-family: "Roboto";
}

.add-to-cart h4 {
    font-size: 19px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    font-family: "Roboto";
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

.total-section {
    border: none;
    background: #f9f8f6;
    padding: 27px 30px;
    border: 1px solid #00000024;
    border-radius: 10px;
}

.total-section ul {
    font-family: "Poppins";
    list-style: none;
    margin-bottom: 0;
}

.total-section li {
    font-size: 24px;
    padding-bottom: 30px;
    color: #6b6b6b;
    font-family: 'playfair-fontone';
    font-weight: 500;
}

li.color-change {
    color: #000000;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'playfair-fontone';
}

.total-section li.color-change span {
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    font-family: 'playfair-fontone';
}

.total-section li span {
    float: right;
}

.ship-estimate {
    padding: 20px 30px;
    border: 1px solid #00000029;
    margin-top: 25px;
    background: #f9f8f6;
    border-radius: 10px;
}

.ship-estimate li {
    color: #000;
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 500;
    font-family: 'playfair-fontone';
    text-transform: uppercase;
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: "Poppins";
    list-style: none;
}

.ship-estimate .grey-style {
    color: #636161;
    font-size: 16px;
    font-family: 'montserrat-fonttwo';
    font-weight: 500;
}

.proceed a {
    color: #ff6b6b;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    /* background: #000000; */
    font-family: 'Poppins';
}

.proceed .checkout-btn {
    padding: 15px;
    width: 100%;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 7px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: #ff6b6b;
    font-family: 'playfair-fontone';
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 2px solid #cecece;
    /* top: 25px; */
    padding: 30px 50px;
    border-radius: 5px;
    background: #fff;
}

.or-amazon p {
    font-size: 21px;
    position: absolute;
    background: #f3f3f3;
    top: -18px;
    left: 106px;
    padding: 3px 20px;
    color: #333333;
    display: block;
    text-transform: uppercase;
    border: 1px solid #cecece;
    font-family: 'playfair-fontone';
    font-size: 13px;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.product-img {
    display: inline-block;
    width: 100%;
    padding: 5px 5px;
    border-radius: 7px;
    border: 1px solid #989898;
}

.product-img img {
    width: 100%;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    padding: 16px 18px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.table-space h3 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    font-family: "Roboto";
}

.space .row {
    align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #c2c2c2;
    border-style: solid;
    border-width: 0;
}

th.qty {
    text-align: center;
}

a.remove {
    font-size: 22px;
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background-color: #ff6b6b;
    color: #fff;
}

.table-space h6 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    font-family: "Roboto";
}


.space span {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto";
    line-height: 30px;
}

section.add-to-cart {
    margin: 100px 0px;
}

/* Cart */


/* Cart Page End */



/* Checkout Page Start */

.billing_form h3 {
    font-size: 28px;
    color: #000000;
    margin: 0;
    font-weight: 100;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.billing_form label {
    font-size: 14px;
    font-family: 'montserrat-fonttwo';
    color: #7c7c7c;
    font-weight: 500;
}

.radiosss p {
    color: #7c7c7c;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 40px;
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
    padding-left: 15px;
    background: #fff;
    border-radius: 8px;
}

.billing_form input::placeholder {
    color: #7c7c7c;
    font-family: 'Poppins';
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'playfair-fontone';
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 24px;
    font-weight: 600;
    color: #394136;
    text-transform: uppercase;
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.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;
}

p.p-same-p {
    font-size: 13px;
    background: #fffcf300;
    line-height: 23px;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    background: #fff;
}

.cart_sidebar h3 {
    font-size: 24px;
    color: #394136;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 300;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #394136;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    text-transform: uppercase;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 25px;
    color: #394136;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
    text-transform: uppercase;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #7c7c7c;
}

.cart_sidebar ul li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    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: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #2E6FBD;
    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: #b7b7b7;
}

.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-size: 20px;
    border: none;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #ff6b6b;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.checkout_btn:hover {
    color: white;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 600;
    color: #394136;
    font-size: 21px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'playfair-fontone';
}

.cart_sidebar .radiosss-payments li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    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: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #ff6b6b;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 100px 0;
}

.billing_form {
    /* border: 2px solid #8080806e; */
    padding: 0px 25px;
}

span.chk-price {
    color: 394136;
}

section.checkout_page {
    margin: 100px 0px;
}
/* Checkout Page End */

/* Text Editoe Css Star  */
    .editor-container {
      /* max-width: 800px; */
      /* margin: 50px auto; */
      /* background: #fff; */
      /* padding: 30px; */
      /* border-radius: 15px; */
      /* box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
    }
    .editor-title {
      font-size: 34px;
      font-weight: 600;
      margin-bottom: 50px;
      font-family: 'playfair-fontone';
    }
    .editor-input, .editor-textarea {
      border-radius: 25px;
      border: 1px solid #ddd;
      padding: 12px 20px;
      margin-bottom: 20px;
      width: 100%;
    }
    .editor-textarea {
      height: 200px;
      resize: none;
      border-radius: 15px;
    }
    .editor-toolbar {
      display: flex;
      gap: 10px;
      margin-top: 15px;
      flex-wrap: wrap;
    }
    .editor-toolbar button {
      border-radius: 25px;
      padding: 10px 30px;
      border: 1px solid #dee2e4;
      background: #fff;
    }
    .btn-send {
      background-color: #ff6f61;
      border: none;
      border-radius: 25px;
      padding: 10px 25px;
      font-weight: 600;
      color: #fff;
    }
    .btn-send:hover {
      background-color: #ff5647;
    }
    .draft-btn {
      position: absolute;
      right: 30px;
      top: 0px;
      background: #bbb;
      color: #000000;
      border-radius: 25px;
      border: none;
      padding: 8px 30px;
      font-size: 14px;
    }
section.text-editor-sec {
    margin: 100px 0px;
}

.editor-toolbar select {
    border-radius: 110px;
    padding: 12px 40px 12px 20px;
}
.logo-img span {
    line-height: 1;
    position: absolute;
    color: #000;
    font-size: 16px;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    border-radius: 30px;
}

    /* Text Editoe Css Star  */

    .wellness-header {
            text-align: center;
            margin-bottom: 40px;
            padding: 30px 20px;
            background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
            color: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .wellness-header h1 {
            font-size: 2.8rem;
            margin-bottom: 15px;
            font-weight: 700;
        }
        
        .wellness-header p {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto;
            opacity: 0.9;
        }
        
        .wellness-table-container {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            overflow: hidden;
        }
        
        .wellness-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        
        .wellness-table th {
            background: linear-gradient(135deg, #bc9e84 0%, #f7666e 100%);
            color: white;
            padding: 18px 15px;
            text-align: left;
            /* font-weight: 600; */
            font-size: 1.1rem;
            border: unset;
            font-family: 'playfair-fontone';
        }
        
        .wellness-table td {
            padding: 16px 11px;
            border: 1px solid #e2e8f0;
            vertical-align: top;
            font-family: 'montserrat-fonttwo';
        }
        
        .wellness-table tbody tr {
            transition: background-color 0.3s ease;
        }
        
        .wellness-table tbody tr:hover {
            background-color: #f8fafc;
        }
        
        .wellness-table tbody tr:nth-child(even) {
            background-color: #f7fafc;
        }
        
        .wellness-table tbody tr:nth-child(even):hover {
            background-color: #f1f5f9;
        }
        
        .wellness-dimension {
            font-weight: 600;
            color: #2d3748;
            width: 23%;
        }
        
        .wellness-focus {
            width: 25%;
            color: #4a5568;
        }
        
        .wellness-examples {
            width: 55%;
            color: #4a5568;
        }
        
        .wellness-dimension-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            background: #bc9e84;
            color: white;
            border-radius: 50%;
            margin-right: 10px;
            font-size: 0.9rem;
        }
        
        .wellness-balance-note {
            background: white;
            padding: 25px 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            border-left: 5px solid #f7666e;
        }
        
        .wellness-balance-note p {
            font-size: 1.1rem;
            color: #5a189a;
            font-weight: 500;
            display: flex;
            align-items: center;
        }
        
    
        
        @media (max-width: 768px) {
            .wellness-table-container {
                padding: 15px;
                overflow-x: auto;
            }
            
            .wellness-table {
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }
            
            .wellness-header h1 {
                font-size: 2.2rem;
            }
            
            .wellness-table th, 
            .wellness-table td {
                padding: 12px 10px;
            }
        }
          
.wellnees-btm-check label {
    font-family: 'montserrat-fonttwo';
    color: #000;
}
section.wellness-sec {
    padding: 90px 0px;
}



/*  Section mcqs Start */

.mcqs-page .course-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mcqs-step-count span {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.mcqs-step-box {
    max-width: 950px;
    margin: 5% auto 0;
    position: relative;
    z-index: 1;
    background: #f4f4f4;
    border-radius: 5px;
}

.mcqs-step-box .step {
    display: none;
}

.mcqs-step-box .step.active {
    display: block;
}

.mcqs-step-box .steps-option {
    list-style: none;
    padding: 0;
    display: block;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.mcqs-step-box .option {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.mcqs-step-box .option h4 {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 16.35px;
    color: #313131;
    font-family: 'montserrat-fonttwo';
}

.mcqs-step-box .option input[type="radio"] {
    margin-right: 10px;
    accent-color: #eb6672;
}

.mcqs-step-box .option input[type="radio"]:checked+label {
    color: #f7666e;
    font-weight: bold;
}

.mcqs-step-box .step-button {
    margin-top: 40px;
    text-align: right;
}

.mcqs-step-box .btn-2 {
    background: #f7666e;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    width: 100px;
    flex-direction: column;
    text-transform: uppercase;
    height: fit-content;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 0;
    padding: 10px 10px;
    border-radius: 40px;
}

.mcqs-step-box .mcqs-step-count {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
}

.step-form {
    padding: 0 0 0 0;
}

.span-design span {
    width: 50px;
    height: 50px;
    background: #fdfbf7;
    display: inline-flex;
    border-radius: 70px;
    margin: -25px 0 0;
}

.span-design {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 0 0;
}

.step-head {
    padding: 25px 0 25px;
    text-align: center;
    border-bottom: 1px solid #313131;
}

.step-head h3 {
    font-size: 42px;
    color: #313131;
    margin-bottom: 0;
    font-family: 'BlenderPro-Medium';
}

.step-content {
    padding: 50px;
}

.step-content h3 {
    font-size: 29px;
    color: #000;
    font-family: 'playfair-fontone';
    font-weight: 500;
}
.span-design span:before {
    display: none;
}
ul.steps-option label {
    font-size: 15.99px;
    color: #313131;
    font-weight: 500;
    font-family: 'montserrat-fonttwo';
}

.wellness-mcqs-main .community-storie-top-heading p {
    text-align: left;
}

.wellness-mcqs-main .community-storie-top-heading h2 {
    font-size: 50px;
    text-align: left;
}

.wellness-mcqs-main .community-storie-top-heading:before {
    display: none;
}

.wellness-mcqs-main .community-storie-top-heading {
    margin-bottom: -11px;
}
.step-button .btn-1 {
    background: #1e1e1e;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    width: fit-content;
    flex-direction: column;
    text-transform: uppercase;
    height: fit-content;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 0;
    padding: 10px 16px;
    border-radius: 40px;
}

.step-button {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.mcqs-step-box .option p {
    margin-bottom: 0px;
}
.progress-container {
    width: 358px;
    height: 358px;
    position: relative;
    margin: 10px auto;
}

.circle {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: conic-gradient( #140342 0deg, #e0e0e0 0deg);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s linear;
}

.progress-value {
    position: absolute;
    font-size: 95px;
    font-weight: 500;
    color: #140342;
    font-family: 'BlenderPro-Medium';
}

.circle::before {
    position: absolute;
    content: '';
    width: 80%;
    height: 80%;
    background: #fff;
    border-radius: 500px;
}

.mcqs-bottom-result {
    padding: 30px;
}

.result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #bababa;
}

.filter {
    position: relative;
    z-index: 1;
}

.filter select {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #d0cfcf;
    padding: 10px 30px 10px 50px;
    background: #f4f4f4;
    border-radius: 5px;
}

.filter i {
    color: #1c212e;
    margin: 0 -30px 0 0;
    z-index: 1;
    position: relative;
}

.final-result-box {
    padding: 20px;
    background: #f4f4f4;
    border-radius: 10px;
}

.final-result-box h4 {
    font-size: 16px;
    color: #313131;
    font-weight: 600;
}

ul.fnl-reult-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.fnl-reult-list span {
    font-size: 16px;
    color: #313131;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

ul.fnl-reult-list li .fa-circle-dot {
    color: #c2c4c6;
}

ul.fnl-reult-list i {
    font-size: 16px;
}

ul.fnl-reult-list p {
    font-size: 12px;
    margin: 0;
    color: #000;
    font-weight: 600;
}

ul.fnl-reult-list li.red i,
ul.fnl-reult-list li.red p {
    color: #e32f2b;
}

ul.fnl-reult-list li.green i,
ul.fnl-reult-list li.green p {
    color: #02bc7d;
}

ul.fnl-reult-list {
    margin: 0;
}
.wellness-mcqs-main {
    padding-bottom: 100px;
}
span.for-scored {
    font-family: 'montserrat-fonttwo';
    font-size: 20px;
    margin-left: 6px;
}
/* Section mcqs End */