*{
    margin:0;
    padding:0;
}
ul, li{
    list-style:none;
    padding:0;
}
a{
    text-decoration:none;
    color: #6f3073;
}
body{
    max-width: calc(100% - 5.62em);
    margin:auto;
}

/*header starts*/
.topbar{
    background:#f4f3f2;
}
.nav-color{
    background-color: #6f3073;
}
.nav-link{
    color:rgb(255 255 255 / 78%);
}
.tog-bars{
    color: #69086c;
    font-size: 22px;
}
.logo{
    margin:0.3rem 0;
    text-align: center;
}
.top-left:first-child{
    padding-right:15px;
}
.top-left{
    display:inline-flex;
}
.top-left i{
    color: #6f3073;
    padding-right:5px;
}
.top-left p{
    font-size:14px;
    margin-bottom:0;
}
.navbar-nav{
    background: #6f3073 !important;
    padding:0 10px !important;
}
.navbar-nav .nav-item{
    position:relative;
    padding-left:0.8rem;
    padding-right:0.8rem;
}
.nav-link1::before{
    display:none;
}
.navbar-nav .nav-link::before{
    content:".";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
/*header ends*/

/*banner-slider*/

.carousel-inner{
    z-index: -10;
}
.carousel-inner .carousel-item {
  height: 80vh;
  position: relative;
}
.carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-inner .carousel-item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
.carousel-inner .carousel-item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
/*.carousel-inner .carousel-item .cover .header-content .line {*/
/*  content: "";*/
/*  display: inline-block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  left: 0;*/
/*  top: 0;*/
/*  position: absolute;*/
/*  border: 9px solid #fff;*/
/*  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);*/
/*  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);*/
/*}*/
.carousel-inner .carousel-item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.carousel-inner .carousel-item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.carousel-inner .carousel-item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.carousel-inner .carousel-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
.carousel-inner .carousel-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
.carousel-inner .carousel-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.carousel-inner .carousel-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
.carousel-control-prev{
    display:none;
}
.carousel-control-next{
    display:none;
}
/*banner-slides-ends*/

/*section spacing starts*/
.section-padding-top{
    padding-top: 3.5rem;
}
.section-padding{
    padding: 3.5rem;
}
.section-margin{
    margin-top:2rem;
}
/*section spacing ends*/

.event_title{
    text-transform:capitalize;
}

/*title starts*/
.title{
    text-align: center;
    font-family: "Heuristica", serif;
}
.sub-title{
    color:#6f3073;
    font-size:15px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.title-head{
    color: #333;
    font-size: 2.625em;
    line-height: 1.142em;
    font-weight: 400;
}
.title-para{
    color:#666;
}
.title img{
    width: 220px;
}
/*title ends*/


/*background bg color starts*/
.light-bg{
    background-color:#f7f6f6 !important;
}
.dark-bg{
    background-color:#202029 !important;
}
/*background bg color starts*/


/*service section starts*/
.serv{
    position:relative;
}
.serv-img{
    background-color:#0006;   
    transition:2s;
}
.serv-img:hover img{
    mix-blend-mode: multiply;
    transition:2s;
}
.serv-content{
    position: absolute;
    padding: 10px 0 0;
    left: 1.875em;
    right: 1.875em;
    bottom: -2.5em;
    text-align:center;
    background-color: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.serv-head{
    color: #6f3073;
    font-size:13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.serv-content h3{
    font-size:18px;
    margin: 8px 0;
    color: #6f3073;
}
.serv-content:hover h3{
    color: #6f3073;
}
.serv-btn{
    background-color: #69086c;
    display: block;
    color: #fff;
    padding: 0.5rem 1rem;
    position:relative;
    overflow:hidden;
}
.serv-btn1{
    background-color: #6f3073 !important;
}
.serv-btn2{
    background-color: #6f3073 !important;
}
.serv-btn:hover, .serv-btn1:hover, .serv-btn2:hover{
    background-color: #333;
}
.serv-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-46%, -200%) rotate(-30deg);
    transform: translate(-46%, -200%) rotate(-30deg);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.serv-btn:hover::before{
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.event_btn{
    font-size:14px;
    border-bottom:1px solid #a6a6a6;
}
.event_title{
    font-size:25px;
    color:#333;
}
.event_date{
    font-size: 12px;
    text-transform: uppercase;
    margin: auto;
    margin-top: -2.83em;
    margin-bottom: 1.5em;
    width: 4.33em;
    height: 4.33em;
    padding: 1em 1.2em;
    text-align:center;
    line-height: 1.2em;
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 6.062px 7px 0px rgba(0, 0, 0, 0.1);
    background: #6f3073;
    color: #fff;
}
.event_date span{
    display:block;
    font-family: inherit;
    font-size: 100%;
}
.event_content img{
    box-shadow: 0px 6.062px 7px 0px rgba(0, 0, 0, 0.1);
}
.event_content{
    /*position: relative;*/
    z-index: 2;
    padding:0 2rem;
    text-align:center;
}
.wrapper{
  padding: 70px 0;
  overflow-x: hidden;
}


.my-slider{
  padding: 0 70px;
}
.slick-initialized .slick-slide{
  background-color: transparent;
  color: #6f3073;
  /*height: 200px;*/
  margin: 0 15px 0 0;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}
.slick-prev:before {
    content: '‹';
}
.slick-next:before {
    content: '›';
}
.slick-next, .slick-prev{
  z-index: 5;
  height:100%;
  background:#fafafa;
  color:#fff;
  padding:0 20px;
  width: auto;
}
.slick-next:hover, .slick-prev:hover{
  background:#646c3d;
}
.slick-next{
  right: 20px;
}
.slick-prev{
  left: 20px;
}
.slick-next:hover.slick-next::before, .slick-prev:hover.slick-prev::before{
  color: #fff;
}
.slick-next::before, .slick-prev::before{
  color: #333;
  font-size: 30px;
}
/*service section ends*/
.filter-box{
    margin-top:2rem;
}
.filter-img{
    float: left;
    margin-right: 1rem;
    border-radius: 50%;
    overflow:hidden;
    box-shadow: 3px 6.062px 7px 0px rgba(0, 0, 0, 0.1);
}
.filter-price{
    float: right;
    z-index: 99;
    position: relative;
    background-color: #646c3d;
    padding: 2px 5px;
    color: #fff;
}
.filter-box h3{
    font-size:22px;
    background-color: #fff;
    position: relative;
    display: inline-block;
    padding-right: 10px;
}
.filter-box h3::before{
    content: '..............................................';
    position: absolute;
    left: 130px;
    bottom: 0;
    font-size: 0.7em;
    color: #e9e9e9;
}
.filter-desc{
    font-size:15px;
}
.testi_content {
    font-size: 14px;
    color:#fff;
    line-height: 1.57em;
    height: 366px;
    font-weight: 400;
    position: relative;
    padding: 4em 2.8em 2.2em;
    background-color: #6f3073;
    box-shadow: 7px 12.124px 12px 0px rgba(0, 0, 0, 0.1);
}
.testi_content::before{
    content: '“';
    font-family: fontello;
    font-size: 70px;
    font-weight: 400;
    position: absolute;
    top: 2.5rem;
    left: 45%;
    color: rgba(256, 256, 256, 0.25);
}

.testi_content::after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 4em;
    border: 11px solid transparent;
    border-top-color: #6f3073;
}
.testi_pic{
    overflow: hidden;
    margin: 25px 15px 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.testi_pic img{
    height: 60px;
}
.testi_name{
    display: inline-block;
    vertical-align: middle;
}
.testi_name .name{
    display: block;
    text-align: left;
    font-weight:600;
    color:#333;
    font-size:18px;
}
.testi_name .desg{
    display: block;
    text-align: left;
    font-size:14px;
}

.red-img-cta{
    background:url("../img/bg/cta-bg.webp");
    background-position: bottom right;
    background-size: contain;
    display:flex;
    color: #fff;
    padding:0 2rem;
}
.cta_content h6{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 1.5rem;
}
.cta_content h2{
    font-size:40px;
}
.cta_content p{
    font-size:15px;
    margin-bottom: 1.5rem;
}
.cta_content a{
    background: #fff;
    color: #333 !important;
    padding: 0.7rem 2rem;
}
.my-news div{
    cursor:grab;
}
.news-box{
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .1);
    margin: 0 5px;
    margin-bottom: 16px;
}
.news-box img{
    height: 224px;
}
.news-desc{
    color:#333;
}
.news-head{
    color:#333;
    font-size: 20px;
}
.news-info{
    font-size: 13px;
    margin: 0.3rem 0;
}
.news-info a{
    color: #d6c8bc;
}
/*.news-info span:first-child{*/
/*    padding-right:10px;*/
/*}*/

.team-box{
    text-align:center;
    padding:0 1rem;
}
.team-img{
    border-radius:50%;
    overflow: hidden;
    /*background-color:#0006;*/   
    transition:2s ease;
}
.team-img:hover img{
    mix-blend-mode: multiply;
}
.team-desg{
    margin-top: 1rem;
}
.team-desg p{
    font-size:13px;
}
.logo-bg{
    background:#fff;
    text-align: center;
    padding: 0.5rem 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: .8s;
}
.logo-bg:hover{
    background:#fff4;
    transform: scale(1.1);
}
.insta-img{
    background-color:#0006;   
}
.insta-img:hover img{
    mix-blend-mode: multiply;
}
.btn-sub{
    background:#6f3073;
    padding:0.5rem 1rem;
    border-radius: 0;
}
.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    border-radius: 0;
}
.btn-sub-box{
    border: 1px solid #fff;
}
footer{
    padding:3rem 0;
}
.foot-desc{
    color:#9a9a9a;
}
.foot-desc i{
    padding-right:5px;
    color: #d6c8bc;
}
.foot-color{
    color:#fff;
}
.foot-gal img{
    height: 75px;
    width: 100%;
    object-fit: cover;
}

.caro-test i, .caro-test b{
    color: #6f3073;
    padding:0 5px;
}

#filter .nav-link.active, #filter .show>.nav-link {
    color: #fff;
    background-color: #6f3073;
    border-color: #6f3073;
    border-bottom: 2px solid;
    padding: 0.5em;
}
#filter .nav-link {
    text-transform:uppercase;
    border-radius: 0;
    color: #333;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0.5rem;
    font-size:17px;
    font-weight: 600;
}
.slider-section-padding{
    padding:6rem 0;
}
.carousel-indicators2 {
	margin-left: 8% !important;
	margin-right: 0% !important;
}

#demo{
    z-index: -1;
}

#demo1{
    z-index: 1;
}
#demo1 .carousel-indicators span {
	padding: 0 .4rem
}
#demo1 .carousel-indicators {
	margin-left: 5%;
	margin-right: 5%;
	bottom: 4.5rem !important;
	left: 25% ! Important;
}
#demo1 .carousel-indicators .active .testi_profile img {
	border: 2px solid #72288a;
}
#demo1 .carousel-indicators .testi_profile img {
	border-radius: 50% !important;
}
#demo1 .testi_profile img {
	border-radius: 100%;
	border: 2px solid #fff;
	margin: 0px;
	display: inline-block;
	float: left;
}
#demo1 .carousel-indicators [data-bs-target] {
    background-color: transparent !important;
    width: 70px;
    padding-left: 10px;
}
.I_am h3{
    font-size: 21px;
}
.join_space{
    background-image: url(../img/welness-excercise-in-nature.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px;
    margin-bottom: 50px;
}
.services_tabs{
    background-color: #fff;
    padding: 20px;
}
.services_tabs .nav-tabs{
    justify-content: center;
    border-bottom: none;
    margin-bottom: 30px;
}
.services_tabs .nav-link.active{
    border: none;
    color: #6f3073;
    border-bottom: 1px solid #6f3073;
}
.services_tabs .nav-link.active:hover{
    border-bottom: 1px solid #6f3073;
}
.services_tabs .nav-link{
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 0;
    margin-right: 25px;
    color: #7e7c7c;
}
.services_tabs .nav-link:hover{
    color: #6f3073;
    border: none;
    padding: 5px 0;
}
.join_space_content_wrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.join_space_box{
    display: flex;
    align-items: center;
    width: 100%;
}
.join_space_box .img__ img{
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.join_space_box .head__ h4{
    margin: 0 24px;
    font-family: emoji;
    letter-spacing: 0.5px;
    font-size: 20px;
}
.join_space_box .link__ a{
    color: #fff;
    background-color: #6f3073;
    padding: 6px 15px 10px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.join_space .tab-content{
    padding :0 25px;
}
.gallery_wrapper{
    padding: 60px 0;
}
.gallery_wrapper .gallery { gap: 10px;margin-top: 40px; }
.gallery_wrapper .gallery img { width: 100%; cursor: pointer; border-radius: 5px;margin-bottom: 25px; }
.gallery_wrapper .lightbox { 
        display: none; 
        position: fixed; 
        top: 0; left: 0; width: 100%; height: 100%; 
        background: rgba(0, 0, 0, 0.8); 
        justify-content: center; 
        align-items: center; 
    }
.gallery_wrapper .lightbox img { max-width: 80%; max-height: 80%; width: auto; border-radius: 5px; }
.gallery_wrapper .close, .prev, .next {
        position: absolute; 
        color: white; 
        font-size: 30px; 
        cursor: pointer;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px;
        border-radius: 5px;
    }
.gallery_wrapper .close { top: 10px; right: 20px; }
.gallery_wrapper .prev { left: 10px; }
.gallery_wrapper .next { right: 10px; }
.vision_mission{
    margin: 50px 0;
}
.sticky-top{
    z-index: 99999;
}


/* ================= NAVBAR ================= */
.navbar-nav .nav-link:hover {
  color: #f8f9fa;
}

/* Main dropdown */
.dropdown-menu-custom {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f9fa;
  min-width: 245px;
  padding: 0;
  list-style: none;
  z-index: 999;
}

.dropdown-menu-custom li a {
  display: block;
  padding: 12px 18px;
  color: #333;
  text-decoration: none;
}

.dropdown-menu-custom li a:hover {
  background: #e9ecef;
  color: #6F3073;
}

/* Nested dropdown */
.dropdown-menu-sub {
  display: none;
  position: absolute;
  top: 66%;
  left: 100%;
  background: #f8f9fa;
  min-width: 350px;
  list-style: none;
  padding: 0;
}

/* Desktop hover */
@media (min-width: 992px) {

  .dropdown-custom:hover > .dropdown-menu-custom {
    display: block;
  }

  .submenu-parent:hover > .dropdown-menu-sub {
    display: block;
  }

}

/* Mobile */
@media (max-width: 991px) {

  .dropdown-menu-custom,
  .dropdown-menu-sub {
    position: static;
  }

  .dropdown-custom.active > .dropdown-menu-custom {
    display: block;
  }

  .submenu-parent.active > .dropdown-menu-sub {
    display: block;
  }
  
  .navbar-collapse {
    max-height: 85vh;        
    overflow-y: auto;        
  }

  .dropdown-menu-custom,
  .dropdown-menu-sub {
    max-height: none;
    overflow: visible;
  }

}





  
.inner-small-list{
  padding-left: 20px;
}
.inner-small-list li{
 list-style-type: disclosure-closed;
}
.therapy_with_img{
    display: flex;
    margin-bottom: 20px;
}
.therapy_with_img img{
    border-radius: 6px;
}
.therapy_with_img .therapy-service-description{
    margin-left: 15px;
}
.therapy-content-inner img{
    border-radius: 6px;
}
.therapy-left-images {
    position: relative;
    text-align: center;
    margin: 20px 0px 20px 0;
    padding-left: 20px;
}
.therapy-left-images::before {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #6f3073 50%, transparent 50%);
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.__image{
    position: relative;
    z-index: 1;
}
.__image figure {
    display: block;
}
.__image img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    aspect-ratio: 1 / 1.613;
    /*object-fit: cover;*/
    border-radius: 10px;
}
.therapy-left-images::after {
    content: '';
    position: absolute;
    top: -35px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/about-img-bg-shape.webp) no-repeat;
    background-position: left top;
    background-size: auto;
    width: 100%;
    height: 100%;
}
.left-therapy-title{
    position: absolute;
    top: 0;
    right: 40px;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    height: 100%;
    align-content: center;
}
.left-therapy-title h2 {
    font-size: 2.5vw;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    background: #4156491A;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #FAF9FA;
    cursor: none;
    transition: all 0.3s ease-in-out;
    z-index: 0;
}
.therapy-left-images:hover .left-therapy-title h2 {
    color: #6f3073a6;
}
.pt--70{
    padding-top: 70px;
}

.pb--70{
    padding-bottom: 70px;
}
.therapy-right-content h3{
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    margin-bottom: 20px;
}
.therapy-right-content p{
    text-align: justify;
    letter-spacing: 0.4px;
}
.cormorant-font{
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
}
.diff_modalities{
    padding: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 30px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    transition: .2s ease-in;
}
.diff_modalities h4{
    font-family: "Cormorant Garamond", serif;
    text-align: center;
    line-height: 32px;
    transition: .2s ease-in;
}
.diff_modalities::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #6f3073;
    border-radius: 500px 500px 0 0;
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.diff_modalities:hover:before {
    border-radius: 0;
    height: 100%;
}
.diff_modalities:hover h4{
    color: #fff;
    z-index: 9999;
    position: relative;
}
.diff_modalities:hover p{
    color: #fff;
    z-index: 9999;
    position: relative;
}
.diff_modalities ul{
    padding-left: 20px;
}
.diff_modalities ul li{
    list-style-type: disc;
}
.diff_modalities:hover ul{
    color: #fff;
    z-index: 9999;
    position: relative;
}
.benefits_wrap_list{
    background: #e2cce4;
    color: #000;
    padding: 40px;
    border-radius: 23px;
}
.benefits_wrap_list ul{
    list-style-type: none;
}
.benefits_wrap_list ul li{
    padding-left: 1.5rem;
    margin-bottom: 12px;
    position: relative;
    transition: transform 0.3s ease;
}
.benefits_wrap_list ul li::before {
    content: "•";
    color: #daa520;
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: -0.3rem;
}
.all-modalities-therapies .nav-tabs{
    border-bottom: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.all-modalities-therapies .nav-tabs button{
    color: #000;
    border-radius: 10px;
    margin-right: 15px;
    transition: .2s ease-in;
    border: 1px solid #6f3073;
    font-size: 17px;
    letter-spacing: 0.3px;
}
.all-modalities-therapies .nav-tabs button.active{
    background-color: #6f3073;
    color: #fff;
}
.all-modalities-therapies .nav-tabs button:hover{
    background-color: #6f3073;
    color: #fff;
}
.all_therapy_content_wrapper{
    box-shadow: 0 10px 30px rgba(111, 48, 115, 0.08);
    padding: 20px;
    border-radius: 6px;
}
.all_therapy_content_wrapper .effect1{
    border-left: 4px solid #daa520;
    background-color: #f9eed2b3;
    padding: 20px 20px 20px 40px;
    border-radius: 15px;
    width: 600px;
}
.all_therapy_content_wrapper .effect1 li{
    margin-bottom: 10px;
    list-style-type: disc;
}
.all_therapy_content_wrapper .diff_modalities{
    margin-top: 15px;
    margin-bottom: 20px;
}
.session_peace{
    display: flex;
    background-color: #6e3072;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}
.session_peace .session_icon{
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.session_peace .session_icon img{
    height: 50px;
}
.session_peace h4{
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.session_peace .session_info{
    padding-left: 10px;
}
.session_peace p{
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.session_flow_wrap .effect1{
    width: 700px;
}
.session_flow_wrap .effect1 li{
    list-style-type: decimal;
}
.font-italic{
    font-style: italic;
    color: #6e3072;
    font-weight: 500;
}
.italic_with_font{
    font-size: 20px;
    font-style: italic;
}

.effect1_img_flex{
    display: flex;
    align-items: center;
}
.effect1_img_flex .effect1_conent__{
    margin-right: 10px;
}
.effect1_img_flex .effect1-img__ img{
    height: 400px;
    border-radius: 10px;
}
.fam_first_row .diff_modalities{
    height: 400px;
}
.fam_first_row .diff_modalities h4{
    text-align: left;
}
.fam_second_row .diff_modalities{
    height: 290px;
}
.fam_second_row .diff_modalities h4{
    text-align: left;
}
.open_content_pointers{
    margin-top: 20px;
}
.open_content_pointers h5{
    color: #6e3072;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
}
.open_content_pointers ul{
    padding-left: 40px;
}
.open_content_pointers ul li{
    list-style-type: disc;
    line-height: 32px;
}
.common_style{
    letter-spacing: 0.5px;
    line-height: 30px
}
#accordionExample{
    margin-bottom: 30px;
}
#accordionExample .accordion-header{
    border-radius: 10px;
    border: none;
}
#accordionExample .accordion-item{
    border-radius: 10px;
    margin-bottom: 15px;
    border: none;
}
#accordionExample .accordion-header button{
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #000;
    color: #000;
    letter-spacing: 1px;
    font-size: 17px;
    padding: 10px;
}
#accordionExample .accordion-header button:focus{
    outline: none;
    box-shadow: none;
}
#accordionExample .accordion-body{
    padding: 15px 20px 5px;
    border-top: none;
    border: 1px solid #d9d9d9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#accordionExample .accordion-body ul li{
    letter-spacing: 0.5px;
    line-height: 30px
}
.mt--50{
    margin-top: 50px;
}
.mb--50{
    margin-bottom: 50px;
}
.classes_wrapper{
    max-width: 900px;
    margin: 0 auto;
}
.classes_wrapper p{
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #212529;
    text-align: justify;
}
.classes_wrapper h4{
    margin-bottom: 15px;
    font-size: 27px;
    letter-spacing: 0.5px;
    color: #6f3073;
}
.classes_wrapper__ p{
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #212529;
}
.classes_wrapper__ h4{
    margin-bottom: 15px;
    font-size: 27px;
    letter-spacing: 0.5px;
    color: #6f3073;
}
.reiki_img_wrapper{
    position: relative;
}
.reiki_img_wrapper img{
    height: 650px;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    position: relative;
    box-shadow: 0px 3px 7px #9b9a9a;
}
.reiki_before_line{
    height: 86vh;
    width: 430px;
    position: absolute;
    top: 45px;
    right: 70px;
    border: 3px solid #6f3073;
    border-radius: 6px;
}
.classes_wrapper ul{
    padding-left: 20px;
}
.classes_wrapper ul li{
    list-style-type: circle;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.classes_wrapper__ ul{
    padding-left: 20px;
}
.classes_wrapper__ ul li{
    list-style-type: circle;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.all_levels .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
    margin: 0px auto 25px;
}
.all_levels .nav-tabs button {
    color: rgb(0, 0, 0);
    margin-right: 15px;
    font-size: 17px;
    letter-spacing: 0.3px;
    border-radius: 10px;
    transition: 0.2s ease-in;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(111, 48, 115);
    border-image: initial;
}
.all_levels .nav-tabs button.active {
    background-color: rgb(111, 48, 115);
    color: rgb(255, 255, 255);
}
.all_levels .nav-tabs button:hover {
    background-color: rgb(111, 48, 115);
    color: rgb(255, 255, 255);
}
.mt--80{
    margin-top: 80px;
}
.mb--80{
    margin-bottom: 80px;
}
.levels_image img{
    width: 600px;
    border-radius: 6px;
    box-shadow: 0px 3px 7px #9b9a9a;  
}
.effect1{
    border-left: 4px solid #daa520;
    background-color: #f9eed2b3;
    padding: 20px 20px 20px 40px;
    border-radius: 15px;
}
.effect1 li{
    margin-bottom: 10px;
    list-style-type: disc;
}

.contact_wrap h5{
    border-bottom: 1px dashed #6f3073;
    padding-bottom: 8px;
    font-family: "Heuristica", serif;
    letter-spacing: 1px;
    font-size: 28px;
}
.contact_wrap ul li{
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.contact_wrap ul li i{
    color: #6f3073;
    font-size: 18px;
    margin-right: 8px;
}
.contact_wrap .footer_social li{
    float: inline-start;
    color: #6f3073;
    margin-right: 8px;
    margin-left: 4px;
}
.contact_page_form{
    
}
.contact_page_form input,
.contact_page_form select,
.contact_page_form textarea{
    padding: 8px;
    border-radius: 6px;
    width: 100%;
    border: 1px solid #c3c3c3;
    margin-bottom: 10px;
    /*font-family: "Heuristica", serif;
    letter-spacing: 0.5px;*/
}
.contact_page_form textarea{
    height: 120px;
}
.contact_page_form input[type="submit"]{
    background-color: #6f3073;
    color: #fff;
    text-transform: uppercase;
}
.vert_align{
    align-items: center;
}
.common_img_style{
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 16px;
}
.blog_breadcrumb{
    background: url('../img/slider/banner-5.webp');
    padding: 100px 0;
}
.blog_breadcrumb h1{
    color: #fff;
    font-family: "Heuristica", serif;
}
.blog_breadcrumb .breadcrumbs a{
    color: #fff;
}
.blog_breadcrumb .breadcrumbs{
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.author_list{
    margin-top: 30px;
    margin-left: 8px;
}
.author_list li{
    float: inline-start;
    margin-right: 15px;
    color: #6f3073;
    font-weight: 600;
    margin-bottom: 20px;
    font-style: italic;
}
.blog_img{
    margin: 20px 0;
}
.blog_img img{
    border-radius: 10px;
}
.blog_internal_content p{
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.blog_internal_content h4{
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.blog_card a .tag{
    background-color: #562462;
    color: #fff;
}

.session-book {display: block;}
.session-book h4 {
    margin: 0.5em 0 1.5em 0;
    font-size: 25px;
}
.session-book a {
    color: #000;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
}

