:root {
    --body: #F5F6F7;
    --color-red: #DE2326;
    --sefron: #FAB645;
    --sefron-light: #FBCD7D;
    --sefron-semi-light: #FAD7A6;
    --sefron-semi2-light: #FBF2D7;
    --text-color: #353535;
    --text-light: #7b7b7b;
}

body {
    background-color: var(--body);
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

img {
    width: 100%;
    height: auto;
}

.btn-cus {
    background-color: var(--color-red);
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 13px 25px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

.btn-cus:hover {
    background-color: var(--text-color);
    text-decoration: none;
    color: #ffffff;
}

.btn-cus-txt {
    background-color: transparent;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    text-decoration: none;
    color: var(--text-color);
    padding: 10px 0px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

.btn-cus-txt:hover {
    background-color: transparent;
    text-decoration: none;
    color: var(--color-red);
}
.main-slider-image{
    background-image: url(../img/banner/sun-banner-01.jpg);
    background-size: cover;
    position: relative;
    min-height: 700px;
}
.icon-slider-outer{
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 13%;
}
.main-slider{
    position: relative;
}
.main-header {
    position: fixed;
    top: 0%;
    left: 3%;
    right: 3%;
    background-color: var(--sefron-semi2-light);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 10;
}

.header-top {
    background-color: var(--color-red);
    padding: 5px 15px
}

.brand-box {
    position: fixed;
    margin: 0px auto;
    background-color: var(--sefron-semi2-light);
    padding: 9px 25px;
    top: 0px;
    left: 3%;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom: 7px solid var(--color-red);
    z-index: 6;
}
.brand-box-two {
    position: fixed;
    margin: 0px auto;
    background-color: var(--sefron-semi2-light);
    padding: 9px 25px;
    top: 0px;
    right: 3%;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom: 7px solid var(--color-red);
    z-index: 6;
}

.sp-70 {
    padding: 70px 0px;
}
.sp-35 {
    padding: 35px 0px;
}

.brand-box a {
    display: inline-block;
}

.brand-logo {
    height: 100px;
}

.social-media {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: table;
}

.social-media li {
    float: left;
}

.social-media li a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    padding: 4px 8px;
    transition: all 0.3s ease-in-out;
}

.social-media li a:hover {
    text-decoration: none;
    color: var(--sefron-light);
}

.location-btn {
    border: none;
    background-color: transparent;
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.left-list,
.right-list {
    width: 50%;
    text-align: center;
}

.nav-list {
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
    display: table;

}

.nav-item {
    float: left;
    position: relative;
}

.nav-link {
    text-decoration: none;
    display: inline-block;
    color: var(--text-color);
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 15px;
    font-size: 13.5px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
}

.nav-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: var(--text-color) !important;
}

.sub-menu {
    width: 250px;
    position: absolute;
    top: 100%;
    background-color: var(--text-color);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 20px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: none;
}

.nav-item:hover .sub-menu {
    opacity: 9;
    display: block;
}

.sub-menu-right {
    right: 0px;
}

.sub-menu-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: start;
}

.sub-menu-link {
    text-decoration: none;
    display: block;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 15px;
    font-size: 13.5px;
    transition: all 0.3s ease-in-out;
}

.sub-menu-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: var(--sefron);
    border-radius: 8px;
    color: var(--text-color);
    padding: 8px 20px;
}

.slider-item {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.slider-txt {
    position: absolute;
    top: 25%;
    left: 10%;
    right: 10%;
    text-align: center;
    z-index: 2;
}

.slider-txt .heading {
    font-size: 75px;
    font-weight: 800;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px #212121;
    text-transform: uppercase;
}

.slider-txt .sub {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: none;
}

.overlayer-black {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.36);
    z-index: 0;
}

.pre-next-cus .owl-prev {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff !important;
    border-radius: 50%;
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    left: -25px;
    top: 45%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus .owl-next {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff !important;
    border-radius: 50%;
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    right: -25px;
    top: 45%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus .owl-prev:hover,
.pre-next-cus .owl-next:hover {
    background-color: var(--color-red) !important;
    color: #ffffff !important;
}

.pre-next-cus .owl-dots {
    display: none !important;
}

.slider-logo {
    width: 50% !important;
    margin: 0px auto;
}

.foot-one {
    padding: 20px 0px;
}

.footer-logo {
    width: 20%;
}

.main-footer {
    background-color: var(--sefron-semi2-light);
}

.foot-two {
    background-color: var(--sefron-light);
    padding: 20px 0px;
    font-size: 13px;
    text-align: center;
    color: #000;
}

.social-list-icon ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.social-list-icon li {
    float: left;
    margin: 0px 10px 0px 0px;
}

.social-list-icon a {
    text-decoration: none;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    background-color: var(--color-red);
    display: block;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}

.social-list-icon a:hover {
    background-color: var(--text-color);
    color: #ffffff;
    text-decoration: none;
}

.about-foot {
    padding: 0px 30px 0px 0px;
}

.about-foot p {
    margin: 20px 0px;
    font-size: 18px;
    line-height: 22px;
    color: var(--text-light);
}

.head-list {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0px 0px 20px 0px;
}
.head-list a{
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0px 0px 20px 0px;
    text-decoration: none;
}

.footer-link ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer-link ul li a {
    text-decoration: none;
    font-size: 15px;
    color: var(--text-light);
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding: 3px 0px;
}

.footer-link ul li a:hover {
    text-decoration: underline;
    color: var(--sefron);
}

.sec-txt {
    padding: 0px 0px 0px 0px;
}

.sec-txt .head {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    margin: 0px 0px 0px 0px;
    color: var(--color-red);
}

.sec-txt p {
    color: var(--text-light);
    font-size: 18px;
    line-height: 28px;
}
 p {
    color: var(--text-light);
    font-size: 18px;
    line-height: 28px;
    margin:0px;
    padding:0px;
}
.section-head {
    text-align: center;
    padding: 0px 0px 35px 0px;
}

.section-head .head {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    color: var(--color-red);
}

.section-head .sub {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-light);
    padding: 10px 0px 0px 0px;
}

.healing-box {
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
    padding: 20px 20px 0px 20px;
    border-bottom: 10px solid var(--sefron);
    cursor: pointer;
}

.healing-box img {
    border-radius: 15px;
    margin-bottom: 20px;
}

.healing-box .sub {
    font-size: 18px;
    color: var(--text-light);
    line-height: 28px;
    margin: 20px 0px 20px 0px;
}

.healing-box .head {
    font-size: 25px;
    line-height:30px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--color-red);
    margin-bottom:10px;
}
.healing-box .main-head{
    font-size: 25px;
    font-weight: 700;
    color: var(--color-red);
}
.healing-box .head-two{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-red);
    margin-bottom: 10px;
    min-height:32px;
}
.location-thep{
    font-size: 15px;
    height:50px;
    overflow-wrap: anywhere;
  white-space: normal;
}
.healing-img{
    border-radius: 100%;
    margin: 0px auto;
    width:80%;
}
.healing-img img{
    border-radius:200px;
}
.btn-heal{
    text-decoration: none;
    background-color: var(--sefron);
    width: 100%;
    color: #ffffff;
    padding: 15px 15px 5px 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-transform: uppercase;
}
.btn-heal:hover{
    background-color: var(--color-red);
    text-decoration: none;
    color: #ffffff;
}
.healing-hover:hover{
    border-bottom: 10px solid var(--color-red);
}
.healing-hover:hover .btn-heal{
    background-color: var(--color-red);
    text-decoration: none;
    color: #ffffff;
}
.video-section{
    background-image: url(../img/side-view-woman-reading-tarot-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.text-box-white{
    padding: 0px 0px 0px 70px;
    position: relative;
}
.text-box-white .heading{
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
    line-height: 60px;
    margin-bottom: 20px;
    border-left: 10px solid var(--sefron);
    padding: 0px 0px 0px 20px;
    text-transform: capitalize;
}
.text-box-white .sub{
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    padding: 0px 0px 0px 35px;
}
.container-relative{
    z-index: 2;
}
.video-box{
    position: relative;
}
.video-box img{
    border-radius: 15px;
}
.video-play-btn{
    position: absolute;
    font-size: 50px;
    color: #ffffff;
    top: 35%;
    left: 45%;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
}
.video-play-btn:hover{
    color: var(--sefron);
    text-decoration: none;
}
.img-r-10{
    border-radius: 15px;
}
.book-box{
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    text-align:center;
}
.book-item{
    padding: 5px;
}
.book-img img{
    width: 80% !important;
    margin: 0px auto;
}
.book-body{
    padding: 15px 0px 0px 0px;
}
.book-head{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 70px;
}
.book-btn a{
text-decoration: none;
display: block;
border: 1px solid var(--sefron);
color: var(--color-red);
font-weight: 700;
font-size: 13px;
padding: 8px 10px;
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;
margin: 10px 0px 0px 0px;
border-radius: 8px;
transition: all 0.3s ease-in-out;
}
.book-btn a:hover{
    text-decoration: none;
    color: var(--text-color);
    border: 1px solid var(--sefron);
    background-color: var(--sefron);
}
.testi-box{
    background-color: #ffffff;
    padding: 35px 45px;
    border-radius: 15px;
    position: relative;
}
.testi-img{
    height: 80px;
    width: 100px;
    border-radius: 100px;
    position: absolute;
    overflow: hidden;
    left: -40px;
    top: -40px;
    padding: 0px;
    background-color: #ffffff;
}
.testi-item{
    padding: 50px;
}
.testi-sub{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--text-light);
    margin-bottom: 15px;
}
.testi-sub i{
    font-size: 18px;
    color: var(--color-red);
    margin-right: 8px;
}
.testi-name{
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
}
.bg-one{
    /*background-image: url(../img/bg-04.png);*/
    background-repeat: no-repeat;
    background-position: left center;
}
.sec-txt-left-100{
    padding: 0px 0px 0px 130px;
}
.bg02{
    background-image: url(../img/bg-02.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.location-outer-btn{
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 13%;
}
.social-media-pd{
    margin: 0px 13% 0px 0px;
}
.loation-list{
    position: absolute;
    width: 250px;
    background-color: #ffffff;
    z-index: 2;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    display: none;
}
.location-outer-btn:hover .loation-list{
    display: block;
}

.loation-list ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 240px;
    overflow-y: scroll;
}
/* width */
.loation-list ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.loation-list ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.loation-list ul::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.loation-list ul::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.loation-list li{
    padding: 3px 0px;
}
.loation-list a{
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-color);
    padding: 5px 8px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.loation-list a:hover{
    background-color: #f1f1f1;
    color: var(--text-color);
    border-radius: 5px;
}
.loation-list::before {
  content: '';
  position: absolute;
  left: 17%;
  top: 2px; /* Position vertically in the middle of the line item */
  transform: translateY(-50%) rotate(-45deg); /* Center and rotate to form an arrow */
  width: 20px; /* Size of the arrow base */
  height: 20px; /* Size of the arrow height */
  background-color: #ffffff;
}
.solution-hover{
    transition: all 0.3s ease-in-out;
}
.solution-hover a{
    text-decoration:none;
}
.solution-box{
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease-in-out;
    padding: 10px;
}
.solution-img{
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background-color:var(--sefron-semi2-light);
    overflow: hidden;
    margin: 0px auto;
    transition: all 0.3s ease-in-out;
}
.solution-img img{
    width: 45% !important;
    margin: 0px auto;
    padding: 27% 0px;
    transition: all 0.3s ease-in-out;
}
.filter-green{
    filter: brightness(0); 
    transition: all 0.3s ease-in-out;
}
.solution-txt{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0px;
    color: var(--sefron-semi2-light);
    transition: all 0.3s ease-in-out;
}
.solution-hover:hover .solution-img{
    background-color: var(--color-red);
}
.solution-box:hover .filter-green{
    filter: brightness(0) invert(1); 
}

.bg-shivi{
    background-image: url(../img/dhiva-png.png);
    background-size: cover;
}
.shivi-z{
    z-index: 2;
}
.signatur-txt{
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}
.signatur-txt span{
    font-style: italic;
    color: var(--sefron);
}
.stat-box{
    position: relative;
    z-index: 2;
    padding: 70px 10%;
}
.state-list{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.state-list li{
    width: 50%;
    text-align: center;
    float: left;
    padding: 44px;
}
.state-list li h3{
    color: var(--text-color);
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
}
.state-list li span{
    color: var(--color-red);
    font-size: 15px;
    display: block;
}
.state-list li:nth-child(1){
    border-right:1px solid var(--color-red) ;
}
.state-list li:nth-child(2){
    border-bottom:1px solid var(--color-red) ;
}
.state-list li:nth-child(3){
    border-top:1px solid var(--color-red) ;
    border-right:1px solid var(--color-red) ;
}
.inner-banner{
    background-image: url(../img/wellness-practices-self-care-world-health-day.jpg);
    background-size: cover;
    position: relative;
}
.inner-txt{
    padding: 120px 0px 50px 0px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.inner-txt .head{
font-size: 45px;
color: var(--sefron-semi2-light);
font-weight: 800;
}
.col-heading-box{
    padding: 40px;
    /*border-right: 10px solid var(--sefron);*/
}
.col-heading-box .head{
    font-size: 45px;
    line-height: 55px;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--color-red);
}
.col-heading-box .running-txt{
font-size: 18px;
line-height: 28px;
color:var(--text-color);
}
.running-txt-p{
    font-size: 18px;
    line-height: 22px;
    color:var(--text-color);
    padding: 40px;
}
.txt-over-img{
    border-radius: 20px;
    margin-bottom: 20px;
}
.border-col-left{
    border-left: 10px solid var(--sefron);
    border-right: none;
}
.badge-cus{
    border: 1px solid var(--sefron);
    background-color:#ffffff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.video-box{
    border: 1px solid var(--sefron);
    padding: 15px;
    border-radius: 10px;
    margin: 15px 15px 0px 0px;
    transition: all 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
}
.video-box:hover{
    background-color: var(--sefron);
    color: #ffffff;
}
.play-btn{
    font-size: 50px;
    color: var(--color-red);
    transition: all 0.3s ease-in-out;
}
.video-name{
    font-size: 13px;
    font-weight: 600;
    padding: 0px 0px 0px 15px;
}
.play-btn-ho:hover .play-btn{
color: #000;
}
.btn-close-edit{
    height: 30px;
    width: 30px;
    background-color: var(--color-red);
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    border: none;
}
.quote-box{
    border-left: 10px solid var(--color-red);
    padding: 0px 0px 0px 25px;
    font-size: 18px;
    color: var(--text-light);
    font-weight: 700;
    line-height: 30px;
}
.form-style{
    margin-top: 20px;
}
.form-control{
    border: 1px solid var(--sefron);
    border-radius: 0;
    padding: 10px 15px;
}
.form-label{
    font-size: 13px;
    color: var(--text-light);
}
.location-search{
    font-size: 20px;
    font-weight: 700;
    color: var(--color-red);
}
.location-search span{
    color: var(--text-light);
}
.locaton-dropdown{
    font-size: 20px;
    font-weight: 700;
    color: var(--color-red);
}
.locaton-dropdown select{
    border: 1px solid var(--sefron);
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    outline: none;
}
.locaton-dropdown input{
    border: 1px solid var(--sefron);
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    outline: none;
}
.col-heading-box .head-normal-txt{
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
}
.workshop-included{
    display: flex;
  justify-content: center; /* Centers the flex items horizontally */
}
.workshop-included ul{
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.workshop-included li{
    display: inline-block;
    /* border: 1px solid var(--sefron); */
    background-color: #ffffff;
    font-size: 18px;
    /* text-transform: uppercase; */
    padding: 5px 15px;
    border-radius: 20px;
    margin: 5px;
    color: var(--text-light);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.workshop-included li:hover{
    transform: scale(1.2); /* Zooms in to 120% on hover */
    border: 1px solid var(--sefron-semi2-light);
    color: var(--text-color);
}
.workshop-included-2 ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.workshop-included-2 li{
    display: inline-block;
    /* border: 1px solid var(--sefron); */
    background-color: #ffffff;
    font-size: 18px;
    /* text-transform: uppercase; */
    padding: 5px 15px;
    border-radius: 20px;
    margin: 5px;
    color: var(--text-light);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.workshop-included-2 li:hover{
    transform: scale(1.2); /* Zooms in to 120% on hover */
    border: 1px solid var(--sefron-semi2-light);
    color: var(--text-color);
}
.work-box{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
}
.work-box img{
    width: 100px;
}
.work-box h3{
    font-size: 20px;
    font-weight: 600;
    height: 80px;
    line-height: 30px;
    color: var(--color-red);
    margin: 15px 0px;
}
.work-box p{
    font-size: 13px;
    font-weight: 400;
    color: var(--text-light);
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: var(--bs-danger);
  background-image: none !important;
}
.accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}
.accordion-button:not(.collapsed) {
    color: var(--color-red);
    background-color:var(--sefron-semi2-light);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.event-box{
    background-color: #ffffff;
    border-radius: 15px;
}
.event-header{
    padding: 20px;
    border-bottom: 1px solid var(--sefron-light);
    font-size: 30px;
    font-weight: 800;
    
}
.event-body{
    padding: 20px;
}
.event-left{
    width: 20%;
}
.event-right{
    width: 80%;
    padding: 0px 0px 0px 20px;
}
.event-img{
    border-radius: 15px;
    overflow: hidden;
    height: 250px;
}
.event-desc{
    font-size: 18px;
    line-height: 25px;
    color: var(--text-light);
    margin-top:7px;
}
.event-desc h4{
    margin:10px 0px;
    font-size:25px;
    font-weight:700;
    color:#353535;
}
.event-desc li{
    padding:8px 0px;
}
.event-details{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.event-details i{
font-size: 25px;
color: var(--color-red);
display: block;
margin-bottom: 8px;
}
.ww-25{
    width: 25%;
}
.video-all{
    border-radius: 15px;
    border: 1px solid var(--sefron);
    padding: 20px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.vd-img{
    width: 30%;
    position: relative;
}
.vd-img img{
    border-radius: 8px;
}
.video-all:hover{
    background-color: var(--sefron-semi2-light);
}
.vd-txt{
    font-weight: 600;
    padding: 0px 0px 0px 15px;
    font-size: 18px;
    width: 70%;
}
.playbtn-hover{
    position: absolute;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.36);
    top: 27%;
    left: 33%;
}
.shivip{
    font-size: 18px !important;
    line-height: 24px !important;
}
.slider-txt-box{
    position: absolute;
    left: 15%;
    right: 15%;
    text-align: center;
    top: 20%;
    z-index: 5;
}
.slider-txt-box .head{
    font-size: 36px;
    line-height: 65px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}
.slider-txt-box .running{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 15px 0px;
}
.slider-txt-box .solutionfor{
    font-size: 30px;
    font-weight: 700;
    color: var(--sefron-semi2-light);
    text-transform: capitalize;
}
.location-drop-sec-a{
    position: relative;
    border: 1px solid var(--sefron-semi-light);
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.location-drop-sec-a:hover{
    background-color: var(--sefron-light);
    color: #000;
}
.location-drop-sec{
    text-align: end;
    position: relative;
}
.loation-list-two{
    text-align: start;
    right: 0px;
}
.location-drop-sec:hover .loation-list-two{
display: block;
}
.gallery-box{
    height: 230px;
    overflow: hidden;
      display: flex;
  align-items: center;    /* vertical centering */
  justify-content: center;/* horizontal centering */
  border-radius: 15px;
}
.gallery-box img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.gallery-item{
    padding: 10px;
}
.slider-btn{
    position:absolute;
    bottom:20px;
    z-index:6;
    left:0px;
    right:0px;
    margin:0px auto;
    display:inline-block;
    text-align:center;
}
.text-starttt{
    text-align:left;
}
.desktop-display{
    display:none !important;
}
.mobile-display{
    display:block;
}
.about-li{
    padding:0px 0px 0px 15px;
}
.about-li ul{
    margin:0px;
    padding:0px;
    list-style-type: disc;
    
}
.about-li ul li{
    color: var(--text-light);
    font-size: 18px;
    line-height: 28px;
    margin:8px 0px;
}
.about-liwhite{
    padding:0px 0px 0px 15px;
}
.about-liwhite ul{
    margin:0px;
    padding:0px;
    list-style-type: disc;
    
}
.about-liwhite ul li{
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin:8px 0px;
}
.chat-now a{
    text-decoration:none;
}
.more-content span {
  display: none;
}
.show-more {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
}
.show-more:hover {
  text-decoration: underline;
}
.show-more12{
    text-decoration:none;
    font-size:16px;
    font-weight:500;
    color:#DE2326;
    display:inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.show-more12:hover{
    color: var(--color-red);
    text-decoration:none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #fab645;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 31px;
    padding:10px 35px;
    background-color:#ffffff;
}
.btn-heal-sm {
    padding: 10px 10px 5px 10px;
    font-size:13px;
    font-weight:600;
}
.inner-txt-new {
    padding: 101px 0px 18px 0px;
}
.col-heading-box .head-normal-txt-contact{
    font-size:25px;
}
.therapist-item-scroll{
    position:fixed;
    width:306px;
    top:14.5%;
}
.ank {
   transform: rotate(180deg);
      display: inline-block;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 22%) !important;
}
.pt-20{
    padding-top:20px;
}
.pb-10{padding-bottom: 10px;}
.just{
    text-align: justify;
}
.outer-box{
    background-color:var(--color-red);
    border-radius:20px;
    padding:20px;
    position:relative;
}
.inner-box{
    background-color:#ffffff;
    border-radius:20px;
    padding:30px;
}
.new-box{
    background-color:#FAB645;
    text-align:center;
    font-size:25px !important;
    color:#ffffff !important;
    border-radius:10px;
    padding:56px 30px;
    line-height: 34px !important;
}
.cercal-box{
    height:150px;
    width:40%;
    background-color:var(--color-red);
    border-radius:100px;
    position:absolute;
    top:-15.5px;
    left:0px;
    right:0px;
    margin:0px auto;
}
.section-head2{
    border:1px solid var(--color-red);
    padding:20px;
    border-radius:15px;
    display:inline-block;
    margin:0px auto;
    background-color:#ffffff;
    position:absolute;
    left:20%;
    right:20%;
    top:-60px;
}
.just2{
    border:1px solid var(--color-red);
    padding:70px 30px 30px 30px;
    border-radius:15px;
}
.newh6{
    font-size:20px;
    font-weight:700;
    margin:10px 0px;
}
.head-two-new{
    height:73px;
}
.section-head2 .head {
    font-size: 33px;
}
.sp-707{
    padding:130px 0px 70px 0px;
}
.sp-706{
    padding:190px 0px 70px 0px;
}
.footer-btn{
    display:none;
}