@import 'animate.css';

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

* {
    margin: 0px;
    padding: 0px;
}

html {
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Quicksand', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
a,
p {
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
}

ul {
    list-style: none;
}

ol,
ul {
    padding-left: 1rem;
}

a {
    text-decoration: none;
}

p {
    font-size: 1rem;
    line-height: 1.5;
}

/* preloader styles */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader img {
    animation: spin 2s ease-in-out infinite;
}

::selection {
    background: #40e0d0;
    color: white;
}

.padding_y {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 16px;
    z-index: 9999;
    border: none;
    outline: none;
    cursor: pointer;
    background: rgba(0, 0, 0, .4);
    padding: 5px;
    border-radius: 5px;
    transition: all 500ms ease-in-out;
    animation: topbtnAnimate 1s infinite alternate;
}

#myBtn:hover {
    background-color: rgba(64, 224, 208, 1);
    transform: translateY(-5px);
}

/* ......... header ..... */
.headerlogo {
    max-width: 400px;
    width: 100%;
    transition: all 500ms ease-in;
    animation: dancing 1s linear alternate infinite;
}

.headerlogo:hover {
    transform: scale(1.04)skewX(5deg);
}

.headerlogo.minify_header {
    max-width: 250px;
}

.custom_header {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 25px 0 30px;
    z-index: 9999;
    /* position: fixed; */
    top: 0px;
    /* border-bottom: 2px solid #40e0d0; */
}

header.custom_header.dropshdaow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.headerDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.menu-list {
    display: flex;
    align-items: center;
    gap: 20px;
    align-items: center;
    padding-top: 30px;
}

.menu-list li {
    list-style: none;
    cursor: pointer;
}

.menu-list li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: 300ms;
}

.menu-list li span {
    max-width: 100px;
    width: 100%;
}

.menu-list li:hover>a {
    color: #40e0d0;
}

.hamburgerImg {
    display: none;
}

.mobile-menu {
    position: fixed;
    height: 100vh;
    width: 0;
    right: 0;
    top: 0;
    background-color: #fff;
}

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

.sub-menu {
    position: absolute;
    top: 27px;
    right: 0;
    left: 0;
    width: 281px;
    display: none;
    padding: 0px;
    padding-top: 30px;
}

.sub-menu li {
    background-color: rgba(255, 255, 255, .99);
    backdrop-filter: blur(8px);
    padding-left: 20px;
    transition: 0.3s cubic-bezier(0.98, 0.71, 1, 1);
}

.sub-menu li:hover {
    background-color: #e8f7f5;
}

.sub-menu li:last-child {
    border-bottom: 2px solid #40e0d0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

ul.sub-menu li a {
    padding: 10px 0px;
    display: block;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

/* ......... header end ..... */

/* ........... sildeMenu.......... */
.sildeMenu {
    position: fixed;
    right: -1000%;
    top: 0;
    width: 320px;
    transition: 200ms ease-in;
}

.sidemenu-list li a {
    text-decoration: none;
    color: #000;
    display: block;
}

ul.sidemenu-list li {
    padding-top: 25px;
    font-size: 20px;
    font-weight: 500;
}

.sidemenu-list li a:hover {
    color: #40e0d0;
}

.sidemenu-div {
    max-width: 320px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    height: 100vh;
    margin-left: auto;
    padding: 30px;
    padding-top: 15vh;
    position: relative;
    z-index: 1111;
    overflow-y: scroll;
}

.sidemenuCross {
    position: absolute;
    top: 24px;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    right: 24px;
    padding: 2px;
    border-radius: 100%;
    animation: rotateInfinite linear infinite;
    animation-duration: 4s;
}

ul.sidemenu-list li {
    list-style: none;
}

.toogle {
    border: none;
    background-color: transparent;
    display: none;
}

/* ........... sildeMenu end.......... */

/*----------------- Footer CSS Starts ----------------------*/
footer {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    background: -webkit-radial-gradient(bottom, #1B1C1C, #303431);
    padding: 2vw;
    padding-bottom: 0;
}

footer .content {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_logo {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    transition: .7s ease;
}

.footer_logo:hover {
    transform: scale(1.05)skewX(10deg);
}

.left.box {
    text-align: center;
}

footer .content p,
footer .content a {
    color: #fff;
}

footer .content .box {
    width: 33%;
    transition: all 0.4s ease;
}

footer .content .topic {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
    text-align: center;
}

footer .content .middle {
    text-align: center;
}

footer .content .middle a {
    line-height: 32px;
}

footer .content .right input[type="text"],
footer .content .right input[type="email"] {
    height: 45px;
    width: 100%;
    outline: none;
    color: #222222;
    background: #fff;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 17px;
    border: none;
    margin-bottom: 10px;
}

footer .content .right input[type="submit"] {
    height: 42px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    background: #40e0d0;
    outline: none;
    border-radius: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 12px;
    border: 2px solid #40e0d0;
    transition: all 0.3s ease-in-out;
}

.content .right input[type="submit"]:hover {
    background: none;
    color: #fff;
}

footer .content .media-icons a {
    font-size: 16px;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 1);
    margin: 30px 5px 0 0;
    transition: all 0.3s ease-in-out;
}

.content .media-icons a:hover {
    border-color: #40e0d0;
    background-color: rgba(255, 255, 255, 0.1);
}

footer a {
    transition: all 0.3s ease;
    text-decoration: none;
}

footer .media-icons {
    text-align: center;
}

footer a:hover {
    color: #40e0d0;
}

.website-logo img {
    max-width: 100%;
    width: 400px;
}

.legal {
    max-width: 300px;
    width: 100%;
    margin: 10px auto;
    font-size: 15px;
}

/*----------------- Footer CSS Ends ----------------------*/

.heading_main {
    text-align: center;
    padding-bottom: 42px;
    max-width: fit-content;
    margin: 0 auto;
}

.heading_main h2 {
    font-size: 54px;
    font-weight: 600;
    letter-spacing: -4px;
    color: #40e0d0;
}

.animate_hover:hover {
    cursor: pointer;
    animation-name: headShake;
    animation-duration: 1s;
}

.animate_pulse:hover {
    cursor: pointer;
    animation-name: pulse;
    animation-duration: 1s;
}

.btn_main a {
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background: #ff7900;
    padding: 5px 20px;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 10px;
    transition: 200ms ease;
}

.btn_main a:hover {
    background-color: transparent;
    border-color: #ff7900;
    color: #ff7900;
}

/* ....... Approach Section ......... */
.gridapproach p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #555;
}

.approach-section {
    padding: 80px 0 100px;
    /* background-color: #f7fafc; */
}

.gridapproach h3 {
    color: #333;
    font-size: 36px;
    padding-bottom: 10px;
    font-weight: 600;
    letter-spacing: -2px;
    position: relative;
    margin-bottom: 20px;
    max-width: fit-content;
}

.gridapproach h3::after {
    position: absolute;
    content: "";
    border-bottom: 3px solid #40e0d0;
    bottom: 0;
    width: 50%;
    left: 0;
}

.youtubevideo {
    max-width: 640px;
    width: 100%;
    height: 360px;
    margin-left: auto;
    padding: 10px;
    border: 1px solid silver;
    border-radius: 2px;
    border-bottom: 2px solid #40e0d0;
    display: flex;
    align-items: center;
    transition: 1s ease;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
}

.youtubevideo>* {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ....... Approach Section End ......... */

/*---------- Dogmas Section Starts------------- */
.dogmas_section {
    padding: 80px 0;
}

.dogmas_box {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.dogmas_icon {
    border-radius: 100%;
    overflow: hidden;
    padding: 25px;
    border: 3px solid #40e0d0;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    transition: .5s ease;
}

.dogmas_icon:hover {
    background: rgba(64, 224, 208, .05);
}

.dogmas_icon img {
    max-width: 50px;
    width: 100%;
}
.dogmas_box .dogmas_wrapper:last-child .dogmas_icon img {
    max-width: 100%;
}

.dogmas_wrapper {
    max-width: 300px;
    width: 100%;
    text-align: center;
    padding: 30px 12px 20px;
    background: #f7fafc;
    border-radius: 12px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.dogmas_wrapper:hover {
    animation-name: pulse;
    animation-duration: 1s;
}

.dogmas_content {
    padding: 20px 8px 0;
}

.dogmas_content h3 {
    color: #444;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 1rem;
    margin: 0;
}

.dogmas_content p {
    font-size: 17px;
    line-height: 29px;
    color: #666;
}

/*---------- Dogmas Section Ends--------------- */

/*-- Next Events Section Starts -- */
section.next_event_section {
    padding: 60px 0px;
    background-color: #f7fafc;
}

.next_event_box {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 50px 0;
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
}

.embed_box,
.event_content_box {
    max-width: 50%;
    width: 100%;
}

.embed_box .embed_wrap {
    max-width: 640px;
    width: 100%;
    height: 340px;
    margin-left: auto;
    padding: 10px;
    border: 1px solid silver;
    border-radius: 2px;
    border-bottom: 2px solid #40e0d0;
    display: flex;
    align-items: center;
    box-shadow: rgb(0 0 0 / 45%) 0px 10px 20px -20px;
    transition: all .3s ease-in;
}

.embed_wrap:hover {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 5px 10px 0 rgba(31, 38, 135, 0.37);
    -webkit-backdrop-filter: blur(4px);
}

.embed_wrap>*,
.embed_wrap>a,
.embed_wrap>a>* {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.embed_box {
    position: relative;
}

.event_type {
    position: absolute;
    top: -45px;
}

.event_type p {
    background-color: transparent;
    padding: 6px 10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 700;
    background: rgb(68 68 68);
    border-radius: 4px;
    pointer-events: none;
}

.event_content_box h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    padding-bottom: 10px;
    letter-spacing: -2px;
}

.event_content_box p {
    color: #666;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 1rem;
    font-weight: 500;
}

/*-- Next Events Section Ends -- */

/*---- The Book Section Starts---- */
.book_section {
    background-color: #fff;
    padding: 60px 0;
}

.book_box {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 25px 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.book_wrap,
.book_content {
    max-width: 50%;
    width: 100%;
}

.book_cover {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    padding: 10px;
    border: 1px solid silver;
    box-shadow: 0 0 2px rgb(0 0 0 / 70%);
    border-radius: 2px;
    transition: all 400ms ease;
}

.book_content h5 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
    padding-bottom: 10px;
}

.book_content p {
    color: #666;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 1rem;
}

/*---- The Book Section Ends---- */

/* -- Quotes Section Starts -- */
.quotes_section {
    padding: 60px 0;
    background-color: #40e0d0;
    color: #fff;
}

.quotes_box {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.quote_wrap {
    max-width: 300px;
    width: 100%;
    word-wrap: break-word;
    text-align: center;
    padding: 40px 20px;
    margin: 20px;
    min-height: 160px;
    cursor: pointer;
    border-radius: 1rem;
    border-bottom-right-radius: 0px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 8px 0 rgb(31 38 132 / 37%);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all .5s ease-in
}

/* 
.quote_img img {
    width: 90px;
    height: 90px;
    display: block;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto 20px;
    box-shadow: 0 0 2px rgb(255 255 255);
    transition: 200ms;
} */
.quote_wrap:hover {
    animation-name: pulse;
    animation-duration: 1s;
}

.quote_wrap p {
    font-size: 17px;
    line-height: 1.5;
    padding-bottom: 10px;
    color: #0d2d2a;
    font-weight: 500;
}

.quote_wrap span {
    margin-top: 20px;
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 2px;
    color: #fff;
}

.quote_wrap span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 2px;
}

.reviewSlider {
    padding: 10px 0;
}

.reviewSlider .swiper-wrapper {
    padding: 20px 0;
}

.quotes_section .heading_main {
    padding-bottom: 5px;
}

.quotes_section .heading_main h2 {
    color: #ffff;
}

/* -- Quotes Section Ends -- */

/* --About Us Section Starts -- */
section.about_section {
    padding: 60px 0;
    background-color: #fff;
}

.about_box {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.about_wrap,
.about_embed {
    max-width: 50%;
    width: 100%;
}

.about_embed {
    max-width: fit-content;
}

.about_wrap p {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 10px;
}

.about_img {
    max-width: 500px;
    width: 100%;
    border: 1px solid silver;
    padding: 10px;
    border-radius: 2px;
    border-bottom: 2px solid #40e0d0;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.about_img:hover {
    box-shadow: rgba(64, 224, 208, .2) 5px 5px, rgba(64, 224, 208, .1) 10px 10px, rgba(64, 224, 208, .05) 15px 15px;
}

/* About Us Section Ends */

/* -- Harmonization Section Starts -- */
.harmonization_section {
    padding: 80px 0;
    background-color: #f7fafc;
}

.harmonization_box {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.harmonization_wrapper {
    max-width: 400px;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 1s ease;
    cursor: pointer;
}

.harmonization_wrapper:hover .harmonization_img img {
    transition: all 1s ease-in-out;
    transform: scale(1.05);
}

.harmonization_img {
    width: 100%;
    height: 255px;
    overflow: hidden;
}
.harmonization_img img {
    object-fit: cover;
}

.harmonization_content {
    padding: 20px 10px;
    word-wrap: break-word;
    text-align: center;
}

.harmonization_content h6 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px;
}

.harmonization_content p {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 10px;
}

/* --Harmonization Section Ends-- */

/* Meditations Section Starts */
section.meditation_section {
    padding: 60px 0;
    background-color: #fff;
}

.meditation_box {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.meditation_embed,
.meditation_wrap {
    max-width: 50%;
    width: 100%;
}

.meditation_img {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
}

.meditation_img>*,
.meditation_img>a {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.meditation_img>a>iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.meditation_wrap p {
    font-size: 19px;
    line-height: 34px;
    letter-spacing: 0px;
    padding-bottom: 10px;
    min-height: 65%;
}

/* -- Meditations Section Ends -- */

/*-----------------HOMEPAGE CSS END------------------*/

/*-----------------INNER PAGES CSS STARTING----------*/

.pack_section {
    padding: 60px 0;
    background-color: #f7fafc;
}

.pack_box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.pack_wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.pack_content,
.pack_holder {
    max-width: 50%;
    width: 100%;
    padding: 10px;
}

.pack_content h1 {
    font-size: 2rem;
    line-height: normal;
    padding-bottom: 1rem;
    font-weight: 700;
}

.pack_content p,
.pack_content ul li {
    font-size: 20px;
    line-height: 1.5;
    color: #444;
    font-weight: 500;
    padding-bottom: 0.5rem;
}

.pack_holder>* {
    min-height: 300px;
}

.pack_holder>.pack_img {
    min-height: 300px;
}

.pack_holder .pack_img {
    object-fit: cover;
    width: 100%;
    padding: 10px;
    border: 1px solid silver;
    border-bottom: 2px solid #40e0d0;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 20px -20px;
}

.pack_holder .pack_img>* {
    width: 100%;
    min-height: 300px;
    height: auto;
    object-fit: cover;
}

.td_section {
    background: #fff;
    padding: 60px 0;
}

.td_box {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

.td_title {
    padding-bottom: 20px;
    margin-bottom: 32px;
    font-size: 45px;
    line-height: 50px;
    color: #333;
    letter-spacing: -4px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

section ul li::before {
    color: #000 !important;
}

.td_box p,
.about_info p,
.td_box ul li,
.about_info ul li {
    font-size: 20px;
    line-height: 1.5;
    color: #666;
    font-weight: 500;
    padding-bottom: 1em;
}

.td_box p span {
    font-weight: 700;
}

.training_program_section {
    padding: 60px 0;
}

.training_program_box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.training_program_box .accordion .accordion-button {
    background-color: #f4f4f4;
    background-color: rgba(64, 224, 208, .1);
    transition: all 500ms ease;
}

.training_program_box .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.training_program_box .accordion-button:not(.collapsed) {
    color: #444;
}

.training_program_box .accordion-button::after {
    background-image: url('../img/add.png');
    width: 40px;
    height: 40px;
    background-size: cover;
}

.training_program_box .accordion-button:not(.collapsed)::after {
    background-image: url('../img/minus.png');
    width: 40px;
    height: 40px;
    background-size: cover;
}

.training_program_box .accordion-button {
    font-size: 35px;
    line-height: normal;
    color: #555;
    font-weight: 900;
    letter-spacing: -2px;
}

.training_program_box .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

.training_program_box .accordion-button:not(.collapsed),
.accordion-item {
    border: 1px solid silver !important;
}

.training_program_box .accordion-button:not(.collapsed) {
    border: none !important;
}

.training_program_content p {
    word-wrap: break-word;
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
    padding-bottom: 1rem;
}

.training_program_content .tpc_heading {
    font-size: 28px;
    color: #444;
    font-weight: 600;
    padding-bottom: 1rem;
    padding-top: .5rem;
    letter-spacing: -2px;
}

.training_program_content .tpc_module {
    font-size: 22px;
    color: #666;
    font-weight: 500;
    padding-bottom: 1rem;
    padding-top: .5rem;
}

.training_program_content .tpc_topic {
    font-size: 20px;
    color: #777;
    font-weight: 500;
    padding-bottom: 1rem;
}

.training_program_content ul,
.training_program_content ol {
    padding-bottom: 1rem;
}

.training_program_content ul li,
.training_program_content ol li {
    word-wrap: break-word;
    font-size: 17px;
    color: #777;
    font-weight: 600;
}

.register_section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
}

.register_box {
    padding: 50px 0;
    text-align: center;
}

.register_box h5 {
    font-size: 60px;
    line-height: 1;
    word-wrap: break-word;
    color: #fff;
    margin: 0 auto;
    font-weight: 700;
    max-width: 720px;
    width: 100%;
    padding-bottom: 20px;
    font-family: "Poppins", 'Quicksand', sans-serif;
}

.register_box p {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #eee;
    font-weight: 700;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

/* .register_box .btn_main a {
    background-color: transparent;
    border: 2px solid #ff7900;
    margin: 30px auto;
    color: #ff7900;
} */

.register_box .btn_main a:hover {
    color: #fff;
    border: 2px solid transparent;
    background-color: rgba(255, 255, 255, .4);
}

.who_training_section {
    padding: 60px 0;
    background: rgba(0, 0, 0, .04);
}

.who_training_list {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.who_training_list p {
    color: #444;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    padding: 10px 0;
}

.who_training_list ul {
    padding-bottom: 1rem;
}

.who_training_list ul li {
    list-style-type: disc;
    color: #444;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

.who_training_list ul li::marker {
    color: #444;
}

.training_quote_section {
    background: #40e0d0;
    padding: 50px 0;
}

.training_quote_box {
    text-align: center;
    padding: 20px 0;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

.training_quote_box h3 {
    padding-bottom: 15px;
    font-size: 40px;
    line-height: normal;
    font-weight: 700;
    color: #0d2d2a;
}

.what_learn_section {
    padding: 60px 0;
    background: #fff;
}

.rate_section {
    padding: 60px 0;
    background: rgba(64, 224, 208, .05);
}

.rate_box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.rate_box .curriculum {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
    color: #666;
    padding-bottom: 1rem;
}

.rate_box ul {
    padding-bottom: 1rem;
}

.rate_box ul li {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    font-style: normal;
    list-style-type: disc;
    color: #666;
}

.rate_box ul li span {
    font-weight: 700;
    margin-right: 10px;
}

.rate_box p {
    font-size: 20px;
    font-weight: 500;
    color: #666;
    line-height: 1.5;
    padding-bottom: 0.5rem;
}

.rate_box p span {
    font-weight: 700;
}

.faq_section {
    padding: 60px 0;
}

.faq_section .training_program_box .accordion-button {
    letter-spacing: -1px;
}

.faq_section .training_program_box .accordion .accordion-item.faq {
    margin: 20px auto 40px;
    border-radius: 0;
}

.faq_section .training_program_box .accordion .accordion-item.faq:first-of-type,
.training_program_box .accordion .accordion-item.faq:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.faq_section .training_program_box .training_program_content ul li {
    list-style: disc;
}

.training_program_content a {
    color: #2ea3f2;
}

.faq_section .training_program_box .accordion-button {
    font-size: 30px;
}

.faq_section .training_program_box .accordion-button::after {
    width: 30px;
    height: 30px;
}

.td_box:nth-child(2) {
    margin-top: 50px;
}

.plan_section,
.unique_section {
    padding: 60px 0;
}

.td_list {
    font-size: 17px;
    line-height: 29px;
    color: #666;
    font-weight: 500;
    padding-bottom: 1em;
}

.td_list li {
    list-style: disc;
}

.plan_section .td_box {
    margin: 40px auto 0;
    max-width: 1080px;
}

.form_section {
    padding: 60px 0;
    background: #40e0d0;
}

.form_box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.form_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_content,
.form_itself {
    max-width: 50%;
    width: 100%;
}

.form_content {
    padding: 28px;
}

.form_title {
    color: #ffffff;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 2rem;
}

.form_content p {
    word-wrap: break-word;
    font-size: 17px;
    line-height: 29px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 1rem;
}

.form_content p span {
    font-weight: bold;
}

.form_container {
    background-color: #FFFFFF;
    border-radius: 9px 9px 9px 9px;
    overflow: hidden;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.form_itself .form_title {
    color: #333;
    text-align: center;
}

.form_btn {
    background-color: #2ea3f2;
    display: inline-block;
    width: 100px;
    padding: 10px 30px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    margin: 10px 0 20px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #999;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-control {
    border-radius: 3px;
    overflow: hidden;
}

.slider_testimonial {
    padding: 60px 0;
    background-color: #40e0d0;
}

.testimonial_box {
    padding: 20px 0;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.testimonialSwiper .swiper-wrapper {
    text-align: center;
    padding: 20px 0;
}

.testimonialSwiper .swiper-wrapper .swiper-slide {
    padding: 30px 0 50px;
}

.testimonialSwiper .swiper-button-next:after,
.swiper-button-prev:after {
    color: #0d2d2a;
    font-size: 2rem;
    font-weight: 700;
}

.testimony {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 16px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    cursor: pointer;
}

.testimony p {
    font-size: 20px;
    font-weight: 500;
    color: #0d2d2a;
    line-height: 1.5;
    padding-bottom: 10px;
}

.testimony span {
    font-size: 22px;
    line-height: 1.5;
    color: #0d2d2a;
    font-weight: 700;
}

.testimonialSwiper .swiper-pagination-bullet-active {
    background-color: #0d2d2a;
}

/*----------Meditation Pages CSS Starts-------------*/
.free_meditation {
    padding: 60px 0;
    background-color: #f7fafc;
}

.free_box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.free_embed {
    max-width: 40%;
    width: 100%;
}

.free_wrap {
    max-width: 60%;
    width: 100%;
    padding: 30px;
}

.free_img_box {
    padding: 30px;
    padding-left: 10px;
}

.free_content h3 {
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.04em;
    color: #333;
    font-weight: bold;
}

.free_content p {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
}

.free_content p span {
    color: #808080;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.btn_main.free_btn a {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.015em;
    padding: 8px 16px;
    font-weight: 600;
    border: 2px solid #fff;
    box-shadow: rgba(255, 255, 255, 1) 0px 2px 5px -1px, rgba(255, 255, 255, 1) 0px 1px 3px -1px;
}

.btn_main.free_btn a:hover {
    color: #fff;
    background-color: rgb(255, 94, 0);
}

.meditation_list_section {
    padding: 60px 0;
    background-color: #FFFFFF;
}

.meditation_course_box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: start;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.meditation_course {
    position: relative;
    max-width: 345px;
    width: 100%;
    padding: 10px;
    margin-bottom: 1rem;
    border: 1px solid silver;
    transition: all .4s ease-in;
}

.meditation_course .btn_main a {
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 500;
    background-color: rgba(0, 0, 0, .7);
}

.meditation_course .btn_main a:hover {
    color: rgba(0, 0, 0, .7);
    border: 1px solid rgba(0, 0, 0, .7);
    background-color: transparent;
}

.course_img {
    margin-bottom: 5px;
    transition: all .4s ease;
    overflow: hidden;
    border: 1px solid transparent;
}

.course_img img {
    transition: all .4s ease;
}

.meditation_course:hover .course_img img {
    filter: brightness(.8);
    transform: scale(1.05);
}

.course_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.course_title {
    color: #333;
    padding-bottom: 4px;
    font-size: 24px;
    line-height: 34px;
    font-weight: bolder;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price {
    color: #666;
    font-size: 14px;
    margin: 0;
    display: block;
    font-weight: 500;
    transition: all .2s ease-in;
}

.package_name {
    font-size: 17px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    display: block;
    padding: 0.2rem 0;
}

.meditation_course p {
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.next_event_box:nth-child(odd) {
    flex-direction: row-reverse;
}

/* Singal Meditation Page */
.singal_meditation_section {
    padding: 60px 0;
}

.singal_meditation_box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.singal_img_box {
    text-align: center;
}

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

.singal_content {
    padding-left: 30px;
}

.singal_content h2 {
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
    padding-bottom: 16px;
    letter-spacing: -0.02em;
}

.singal_content h6 {
    color: #2ea3f2;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.singal_content p.para {
    padding-top: 1rem;
}

.buy_form {
    padding: 20px 0 40px;
}

.buy_form input[type="number"] {
    background-color: #eee;
    width: 60px;
    height: 55px;
    outline: none;
    border: none;
    padding: 16px;
    margin-right: 1rem;
}

.buy_form input[type="submit"] {
    background: transparent;
    outline: none;
    border: 2px solid #ff7900;
    padding: 8px 20px;
    border-radius: 4px;
    color: #ff7900;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    vertical-align: top;
    transition: all .2s ease;
}

.buy_form input[type="submit"]:hover {
    border-color: transparent;
    background-color: #ff7900;
    color: #fff;
}

.category_type {
    border-top: 1px solid #dadada;
    padding-top: 10px;
}

.category_type p {
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
    font-weight: 500;
}

.category_type p a {
    color: #2ea3f2;
}

.meditation_description {
    width: 100%;
    border: 1px solid silver;
    margin: 50px auto 0;
    padding: 20px 20px 40px;
    background: rgba(0, 0, 0, 0.01);
}

.meditation_description h4 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
    color: #444;
    padding-bottom: 1rem;
}

.meditation_description p.para {
    font-weight: 600;
}

.meditation_description ul li {
    list-style: disc;
    font-size: 17px;
    font-weight: 600;
    color: #666;
}

.similar_products {
    padding: 60px 0 0;
}

.similar_heading {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
    padding-bottom: 1rem;
}

section.next_event_section.upcoming_events {
    background-color: rgba(64, 224, 208, 0.15);
}

/* Banner CSS start */

.banner_section {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_section .banner_heading {
    text-align: center;
}

.banner_section .banner_heading h1 {
    font-size: 70px;
    color: #fff;
    font-size: 700;
    letter-spacing: -2px;
    font-family: 'Poppins', 'Quicksand', sans-serif;
}

.banner_section .banner_heading h1 span {
    font-size: 44px;
    color: #fff;
    font-size: 700;
    display: block;
}

/* Banner CSS ends */
.pagination {
    justify-content: end;
    align-items: center;
    gap: 5px;
}

.page-item:first-child {
    padding-right: 10px;
    color: #333;
}

.page-link {
    border: none;
    color: #333;
}

.page-link:hover {
    background-color: transparent;
    color: #2ea3f2;
}

.page-link:focus {
    background: transparent;
    box-shadow: none;
}

.active>.page-link,
.page-link.active {
    background-color: transparent;
    color: #2ea3f2;
}

/* Ashu CSS Start */

section.who_section {
    padding: 60px 0px;
}

.about_info {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}

.about_info>a,
.about_info>a>* {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

p.para {
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    color: #666666;
    padding-bottom: 1rem;
}

.about_wrep {
    text-align: center;
    margin-top: 30px;
}

section.who_am_i_section {
    background-color: #f6f6f6;
    padding: 60px 0px;
}

.grand_btn {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.btn_main {
    margin: 0 auto;
}

/*======event_listing-css======*/
section.event_listing {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f7fafc;
}

.box_info {
    max-width: 1220px;
    margin: 0 auto;
}

.listing_box {
    display: flex;
    gap: 50px;
    justify-content: center;
    padding-bottom: 50px;
}

.listing_box:nth-child(even) {
    flex-direction: row-reverse;
}

.emotional h4 {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #212529;
    padding-bottom: 28px;
}

.emotional p {
    color: #666;
    font-size: 20px;
    font-size: 400;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 1rem;
    letter-spacing: -1px;
}

.Discover_btn a {
    color: black;
    background-color: #ff7900;
    padding: 5px 30px;
    font-size: 19px;
    font-weight: 500;
    border-radius: 4px;
    color: white;
    margin-top: 12px;
    display: inline-block;
}

.even-btn p {
    background-color: transparent;
    padding: 6px 10px;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 1);
}

.event_fire {
    max-width: 640px;
    width: 100%;
    height: 340px;
    margin-left: auto;
    padding: 10px;
    border: 1px solid silver;
    border-radius: 2px;
    display: flex;
    align-items: center;
}

.event_fire a {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

/*===cource-css===*/
.retrun_btn a {
    background-color: transparent;
    padding: 6px 10px;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1rem;
    border: 2px solid rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 27px;
    border-radius: 4px;
}

.course_box {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}

.course_heading h2 {
    font-size: 47px;
    font-weight: 700;
    line-height: 47px;
    color: #333333;
    padding-bottom: 40px;
    max-width: 720px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.package {
    max-width: 500px;
    width: 100%;
}

section.custom-course {
    padding: 54px 0px;
    /* background-color: #f7fafc; */
}

.payment_detail span {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    padding-bottom: 1rem;
}

.payment_detail h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
    padding-bottom: 1rem;
    color: #666666;
}

.payment_detail p {
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    padding-bottom: 25px;
    color: #666666;
}

.governs p {
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    color: #666666;
    padding-bottom: 12px;
}

.governs p:last-child {
    padding-top: 0px;
}

.governs h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
    color: #666666;
}

.governs ul li {
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    color: #666666;
    list-style: disc;
    padding-top: 7px;
}

.products-info h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 50px;
}

.products-info h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 50px;
    color: #333333;
    padding-bottom: 48px;
}

section.similar-section {
    padding: 40px 0;
}

.boutique_btn a {
    border: 2px solid #40e0d0;
    padding: 9px 26px;
    margin-bottom: 31px;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    border-radius: 5px;
    background-color: #40e0d0;
}

.governs {
    padding-top: 25px;
}

.payment_detail {
    max-width: 527px;
}

.boutique_btn a:hover {
    background-color: white;
    border: 2px solid #40e0d0;
    color: #40e0d0;
    transition: 500ms;
}

.retrun_btn a:hover {
    background-color: transparent;
    transition: 500ms;
}

.course_box h1 {
    font-size: 66px;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: .5rem;
    color: #0d2d2a;
}

.course_box h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 1rem;
    color: #40e0d0;
}

.course_box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    color: #666666;
    padding: 10px 0;
}

.blog_img img {
    width: 100%;
}

.blog_single_img {
    text-align: center;
    padding-bottom: 27px;
}

.blog_single_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

section.single_blog_section {
    padding: 54px 0;
}

.blog_img {
    padding-bottom: 11px;
}

.blog_single_img iframe {
    width: 100%;
}

.course_mid_box {
    padding: 10px 0;
}

.my-blog .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.my-blog .image {
    height: 100%;
    width: 100%;
    transition: .3s ease-in;
}

.blogs-box {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.my-blog {
    max-width: 320px;
    width: 100%;
    border: 1px solid silver;
    margin: 0 auto;
    margin-bottom: 40px;
    cursor: pointer;
    overflow: hidden;
    transition: .3s ease-in;
}

.my-blog .image {
    transition: .3s ease-in;
    height: 214px;
}

.my-blog:hover .image {
    transform: scale(1.05);
}

.my-blog .info {
    padding: 20px;

}

.my-blog .info h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Poppins', sans-serif;
}

.my-blog .info p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500px;
    margin-top: 10px;
    color: #333;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-blog .info p a {
    color: turquoise;
    font-size: 18px;
}

.my-blog:hover .info {
    background-color: rgba(64, 224, 208, 0.7);
}

.my-blog .info {
    transition: 0.3s ease-in;
}

.my-blog .info:hover p {
    color: white;
}

.my-blog .info:hover h4 {
    color: white;
}

.my-blog .info:hover p a {
    color: #2ea3f2;
}

section.blogs {
    padding: 70px 0;
}

.about_wrep>* {
    max-width: 1080px;
    width: 100%;
    height: auto;
}

.about_wrep>iframe {
    height: 500px;
}

.blog_single_img>iframe {
    height: 500px;
}

.similar-section .meditation_course {
    padding: 0;
    border: none;
}

.detail_box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.detail_box .products-info h6 {
    font-size: 32px;
    padding-bottom: 1rem;
    color: #222;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: none !important;
}

.detail_box .entry.product .thenewclass {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.detail_box .entry.product .thenewclass .woocommerce-product-gallery {
    float: none;
    width: 100%;
}

.detail_box .entry.product .thenewclass .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    max-width: 100% !important;
    width: 100%;
    object-fit: cover;
}

.detail_box .entry.product .thenewclass .summary.entry-summary {
    float: none;
    width: 100%;
}

.detail_box .entry.product .thenewclass .summary.entry-summary .product_title.entry-title {
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
    padding-bottom: 16px;
    letter-spacing: -0.02em;
    color: #222;
}

.detail_box .entry.product .thenewclass .summary.entry-summary .price {
    color: #2ea3f2;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.detail_box .entry.product .thenewclass .summary.entry-summary .woocommerce-product-details__short-description p {
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    color: #666666;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.detail_box .entry.product .thenewclass .summary.entry-summary form.cart {
    padding: 20px 0 40px;
    margin: 0;
}

.detail_box .entry.product .thenewclass .summary.entry-summary form.cart .quantity input {
    background-color: #eee;
    width: 60px;
    height: 40px;
    outline: none;
    border: none;
    padding: 16px;
    margin-right: 1rem;
}

.detail_box .entry.product .thenewclass .summary.entry-summary form.cart button.single_add_to_cart_button {
    background: transparent;
    outline: none;
    border: 2px solid #ff7900;
    padding: 8px 20px;
    border-radius: 4px;
    color: #ff7900;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    vertical-align: top;
    transition: all .2s ease;
}

.detail_box .entry.product .thenewclass .summary.entry-summary form.cart button.single_add_to_cart_button:hover {
    border-color: transparent;
    background-color: #ff7900;
    color: #fff;
}

.detail_box .entry.product .thenewclass .summary.entry-summary .product_meta {
    border-top: 1px solid #dadada;
    padding-top: 10px;
}

.detail_box .entry.product .thenewclass .summary.entry-summary .product_meta .posted_in {
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
    font-weight: 500;
}

.detail_box .entry.product .thenewclass .summary.entry-summary .product_meta .posted_in a {
    color: #2ea3f2;
}

.detail_box .entry.product .woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
    border: 1px solid silver;
    margin: 40px auto 0;
    padding: 20px 20px 40px;
    background: rgba(0, 0, 0, 0.01);
}

.detail_box .entry.product .woocommerce-tabs.wc-tabs-wrapper h2 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
    color: #444;
    padding-bottom: 1rem;
}

.detail_box .entry.product .woocommerce-tabs.wc-tabs-wrapper p {
    font-size: 17px;
    font-weight: 600;
    line-height: 29px;
    color: #666666;
    padding-bottom: 1rem;
}

.detail_box .entry.product .woocommerce-tabs.wc-tabs-wrapper .panel {
    margin: 0;
}

.detail_box .entry.product .woocommerce-tabs.wc-tabs-wrapper ul li {
    list-style: disc;
    font-size: 17px;
    font-weight: 600;
    color: #666;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 20px !important;
}

#sidebar {
    display: none;
}

#primary .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: none !important;
}

div#primary {
    padding: 60px 0;
}

h1.woocommerce-products-header__title.page-title {
    font-weight: 700;
    font-style: normal;
    text-transform: lowercase;
    text-decoration: none;
    letter-spacing: -2px;
    font-size: 64px;
    padding-bottom: 1rem;
    font-family: Poppins;
}

.woocommerce-products-header,
.products.columns-3,
.woocommerce-result-count,
form.woocommerce-ordering {
    max-width: 1080px !important;
    width: 100%;
    margin: 0 auto !important;
    float: none !important;
}

select.orderby {
    background-color: #ececec;
    border-radius: 3px;
    border: 0;
    color: #666 !important;
    font-size: 12px;
    padding: 4px 8px;
    font-weight: 500;
    outline: none;
}

.theform {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 20px;
}

.woocommerce-notices-wrapper {
    display: none;
}

p.woocommerce-result-count {
    font-weight: 500;
    font-size: 14px;
    color: #999;
}

.woocommerce .woocommerce-ordering {
    display: flex;
    justify-content: end;
}

ul.products.columns-3 {
    display: flex;
    justify-content: start;
    gap: 20px;
    flex-wrap: wrap;
}

ul.products.columns-3 {
    max-width: 319px;
    width: 100%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: none !important;
    clear: none !important;
}

.woocommerce ul.products li.product {
    max-width: 346px;
    width: 100% !important;
    margin: 0 0 20px !important;
    display: block;
    color: #222;
    font-weight: 500;
}

.woocommerce ul.products li.product a {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #000;
}

.woocommerce ul.products li.product a img {
    margin: 0 !important;
}

h2.woocommerce-loop-product__title {
    font-size: 26px !important;
    font-weight: 700;
    color: #111;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0 5px !important;
}

.woocommerce ul.products li.product p {
    color: black;
    font-size: 1rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

span.thecatclass {
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    margin: 0;
    border-top: 1px solid silver;
    margin-top: 25px;
}

article.page {
    padding: 80px 0;
}

article.page header.entry-header.alignwide {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

article.page header.entry-header.alignwide h1 {
    font-size: 72px;
    font-weight: 700;
    color: #333;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 1rem;
}

article.page .entry-content .woocommerce form.woocommerce-cart-form {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

article.page .product-thumbnail {
    max-width: 32px !important;
}

article.page .product-thumbnail>a,
article.page .product-thumbnail>a>img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

article.page .product-thumbnail>a>img {
    max-width: 45px !important;
}

.woocommerce table.shop_table th {
    padding: 12px !important;
}

article.page .product-name a {
    color: #2ea3f2;
    font-weight: 700;
}

.woocommerce table.shop_table td {
    padding: 16px 12px !important;
}

article.page .product-quantity .quantity input {
    outline: none;
    border: 1px solid silver;
}

article.page .product-quantity .quantity input:focus {
    border: 1px solid #000;
}

@keyframes topbtnAnimate {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes rotateInfinite {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

@keyframes dancing {
    0% {
        transform: skew(4deg);
    }

    100% {
        transform: skew(0deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* hs   */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}

/* article.page .product-thumbnail {
    max-width: 150px !important;
} */

.coupon {
    display: flex;
    align-items: center;
    gap: 20px;
}
.coupon input {
    width: 100% !important;
}
button.button.wp-element-button {
    width: 100%;
    max-width: fit-content;
}
a.checkout-button.button.alt.wc-forward.wp-element-button {
    background: #40e0d0;
    transition: 0.3s ease-in !important;
}
a.checkout-button.button.alt.wc-forward.wp-element-button:hover {
    background: #ff7900;
}
article.page .product-thumbnail>a>img {
    max-width: 200px !important;
}
article.page .product-thumbnail {
    max-width: 200px !important;
}
article.page header.entry-header.alignwide h1 {
    font-size: 40px;
}
.cart_totals h2 {
    font-size: 22px;
    padding-bottom: 10px;
}






/* form  */
form.checkout.woocommerce-checkout input{
    height: 35px;
    padding: 5px 10px;
    border: none;
    border: 1px solid rgba(0,0,0,.1);
}
span.select2-dropdown.select2-dropdown--above,textarea#order_comments {
    border: none;
    border: 1px solid rgba(0,0,0,.1);
    padding:5px 10px;
}
form.checkout.woocommerce-checkout label {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
form.checkout.woocommerce-checkout input {
    margin-bottom: 10px !important;
}
button#place_order {
    background:#40e0d0;
    transition: 0.3s ease-in;
}
button#place_order:hover{
    background-color: #ff7900;
}
h3#order_review_heading {
    padding-bottom: 20px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0,0,0,.1) !important;
    border-radius: 4px;
    height: 35px !important;
    border-radius: 0px;
}
.entry-content {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
/* form end */
/* hs  end */

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: none;
}
.woocommerce form .form-row label {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5 !important;
    padding-bottom: 8px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-size: 18px;
    font-weight: 500;
    border: 1px solid silver;
    padding: 6px 4px;
    display: inline-block;
    max-width: 400px;
    width: 100%;
    border-radius: 4px;
    transition: all .4s ease-in;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    display: none;
}
button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
    color: #fff;
    background: #ff7900;
    border: 2px solid transparent;
    transition: all .4s ease;
}
button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button:hover {
    background: transparent;
    color: #ff7900;
    border: 2px solid #ff7900;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: 1rem;
}
p.woocommerce-LostPassword.lost_password a {
    font-size: 1rem;
    color: #2ea3f2;
    font-weight: 500;
    transition: all .4s ease-in;
}
p.woocommerce-LostPassword.lost_password a:hover {
    color: #036bb1;
}
.woocommerce form .form-row {
    margin-top: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #40e0d0;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 16px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 1rem;
    color: #212529;
    font-weight: 700;
    padding-bottom: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #212529;
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
    padding: 10px;
    background-color: #40e0d0;
    border-radius: 4px;
}
a.edit {
    padding: 1px 4px;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}
header.woocommerce-Address-title.title h3 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 6px;
}
.quote_wrap {
    max-width: 340px;
    min-height: 240px;
}

div#wpcf7-f616-o1 form .col-12.col-md-6 {
    width: 48%;
}
form.wpcf7-form.init {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
span.wpcf7-form-control.wpcf7-radio.form-check-input {
    display: flex;
}
span.wpcf7-list-item label {
    display: flex;
    gap: 5px;
}
.wpcf7-list-item {
    margin: 0 !important;
}
input.form-check-input {
    min-width: 16px;
}
.gt_switcher.notranslate {
    max-width: 120px;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 4px;
    border-radius: 4px;
}
.google_translate {
    position: absolute;
    right: 100px;
}
.gt_float_switcher .gt-selected {
    z-index: 0 !important;
}

/* Contact page CSS starts here */
.contact-section {
    padding: 144px 0px 150px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    font-family: 'Poppins', 'Quicksand', sans-serif;
}
.contact-section::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: .9;
}
.contact-info-inner {
    position: relative;
}
.sec-title {
    margin-bottom: 32px;
}
.sec-title p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #848484;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 3px;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 46px;
    line-height: 60px;
    font-weight: 500;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
}
.contact-section .contact-info-inner .single-box {
    margin-bottom: 36px;
}
.contact-section .contact-info-inner .single-box h3 {
    position: relative;
    font-weight: 400;
    color: #222222;
    margin: 0px;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
    transition: all 500ms ease;
}
.contact-section .contact-info-inner .single-box ul li {
    list-style: none;
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #848484;
}
.contact-section .contact-info-inner .single-box ul li:first-child {
    margin-bottom: 13px;
}
.contact-section .contact-info-inner .single-box ul li a {
    color: #848484;
    transition: all .2s ease-in-out;
}
.contact-section .contact-info-inner .single-box ul li a:hover {
    color: #000;
}
.contact-section .contact-info-inner .single-box ul.social-links li {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    list-style: none;
}
.contact-section .contact-info-inner .single-box ul.social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #848484;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
    transition: all .4s ease-in-out;
}
.contact-section .contact-info-inner .single-box ul.social-links li a:hover {
    border-color: #40e0d0;
    background: #40e0d0;
    color: #fff;
    box-shadow: 0 10px 20px rgba(227, 160, 135, 0.3);
}
.form-inner {
    position: relative;
    padding: 0px;
    background: transparent;
    padding-top: 60px;
}
.contact-section .form-inner h3 {
    font-weight: 400;
    color: #222222;
    margin: 0px;
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 28px;
    transition: all 500ms ease;
}
.default-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group input[type='tel'],
.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #FFF;
    padding: 10px 20px;
    font-size: 15px;
    color: #848484;
    font-style: italic;
    outline: none;
    border-radius: 5px;
    transition: all 500ms ease;
}
.default-form .form-group textarea {
    height: 150px;
}
.default-form .message-btn input[type='submit'] {
    padding: 12px 47px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    z-index: 1;
    border: none;
    outline: none;
    border-radius: 5px;
    background: #40e0d0;
    border: 2px solid #40e0d0;
    box-shadow: 0 10px 20px rgba(135, 227, 215, 0.3);
    transition: all 500ms ease;
}
.default-form .message-btn input[type='submit']:hover {
    background: #3a948b9a;
}
.contact-section ul li::before {
    content: none;
}
.contact-section ul {
    padding: 0;
}
.default-form .form-group .wpcf7-not-valid-tip {
    font-size: 14px;
    padding: 4px 2px;
}
/* Contact page CSS ends here */



.cercles-section {
    padding: 60px 0;
}
.cercles-container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.block {
    padding: 20px 0;
}
.block h2 {
    padding-bottom: 16px;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.04em;
    color: #333;
    font-weight: bold;
}
.block p, .block ul li, .block ul li::before, .block p a {
    color: #666;
}
.block ul li, .block p.para {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}
.block ul li > ul {
    margin: 10px 0;
}
.block ul li > ul > li {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 4px;
}
.flex-block ul {
    border: 1px solid #888;
    padding: 20px 40px;
    position: relative;
}
.flex-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 30px 0;
}
.circle li::before {
    display: none;
}
.circle {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
    padding: 0;
}
.block ul.circle li {
    font-weight: 600;
    max-width: 200px;
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #888;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    padding: 16px;
}
.block .book_wrap .book_cover {
    margin: 0;
}
.block .type p {
    padding: 6px 10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 700;
    background: rgb(68 68 68);
    border-radius: 4px;
    pointer-events: none;
}
.block .book_content {
    padding-top: 40px;
}
.block .book_cover {
    margin: 0;
}
.block .type p {
    padding: 6px 10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 700;
    background: rgb(68 68 68);
    border-radius: 4px;
    pointer-events: none;
}
.block h4 {
    font-size: 35px;
    line-height: normal;
    letter-spacing: -0.04em;
    color: #333;
    font-weight: bold;
}

.flex-block ul::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://etreasaplace.ch/wp-content/uploads/2024/04/bulb.png);
    width: 30px;
    height: 40px;
    background-size: 100%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
}

@media(max-width:1199px){
    article.page header.entry-header.alignwide h1 {
        font-size: 30px;
        padding: 20px 10px;
    }
}
@media(max-width:767px){
    td.product-thumbnail {
        display: block !important;
        max-width: fit-content;
        margin: 0 auto;
    }
    .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
      display: none !important;
    }
    .coupon {
        gap: 10px;
    }
}
@media(max-width:465px){
    .coupon {
        flex-direction: column;
    }
    article.page {
        padding: 30px 0;
    }
}