
 
    /* Modal Next botton css start*/
    
    
        .btn-conteiner {
  display: flex;
  /*justify-content: center; */
  --color-text: #ffffff;
  --color-background: #080808;
  --color-outline: #ff145b80;
  --color-shadow: #00000080;
}

.btn-content {
  display: flex;
  align-items: center;
  /*padding: 5px 30px;*/
  padding: 2px 26px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: var(--color-text);
  background: #b85558;
  transition: 1s;
  /*border-radius: 100px; */
  border-radius: 5px;
  box-shadow: 0 0 0.2em 0 #080808;
  margin-top: 20px;
}

.btn-content:hover, .btn-content:focus {
  transition: 0.5s;
  -webkit-animation: btn-content 1s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}

.btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}
  
/* SVG */
#arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: white;
  }
}

/* Button animations */
@-webkit-keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}
   
    
    
/* Modal Next botton css end */
    
   
  /* Modal close botton css start */
    
   
        
        .button1 {
 width: 150px;
 /*height: 50px;*/
 height: 40px;
 cursor: pointer;
 display: flex;
 align-items: center;
 background: #5bb9a9 !important;
 border: none;
/* border-radius: 5px;
 box-shadow: 1px 1px 3px rgba(0,0,0,0.15); */
 
 position: relative;
 bottom: 40px;
 left: 37%;
/* box-shadow: 0 0 0.2em 0 #080808; */
}


@media screen and (min-width: 300px) and (max-width: 500px) {
  .button1 {
     
    bottom: 60px;
    left: 54%;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
.about-section .image-column .image img {
    position: relative;
    /* width: 100%; */
    display: block;
    border-radius: 52% 52% 0px 0px;
    margin: auto;
}
}

.button1, .button1 span {
 transition: 200ms;
}

.button1 .text {
 transform: translateX(35px);
 color: white;
 font-weight: bold;
}

.button1 .icon {
 position: absolute;
 border-left: 1px solid #fff;
 transform: translateX(110px);
 height: 40px;
 width: 40px;
 display: flex;
 align-items: center;
 justify-content: center;
}

.button1 svg {
 width: 15px;
 fill: #eee;
}

.button1:hover {
 background: #b85558;
}

.button1:hover .text {
 color: transparent;
}

.button1:hover .icon {
 width: 150px;
 border-left: none;
 transform: translateX(0);
}

.button1:focus {
 outline: none;
}

.button1:active .icon svg {
 transform: scale(0.8);
}
   
    /* Modal close botton css end */
    
   /* about  us  page css start */  
 
 .process-section{
     padding-bottom: 10px;
 }
 @media (min-width: 699px) and (max-width: 800px) {
  .breadcrumb-about-image{ 
      padding-bottom: 140px !important;
      }
}
    
  /* about  us  page css end */  
  
  
  
  
  
  
  /* about us page share button css start */
  
  
  .btn2 {
  /*color: rgb(255, 0, 0); */
  position: relative;
  padding: 16px 32px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: white;
 /* background: none; */
  border: none;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  filter: drop-shadow(0 2px 8px rgba(39, 94, 254, 0.32));
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #e85c43;
    border-radius: 12px;
}

.btn2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--btn-color);
  border-radius: 24px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn2 span,
        .btn span span {
  display: inline-flex;
  vertical-align: middle;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn2 span {
  transition-delay: 0.05s;
}

.btn2 span:first-child {
  padding-right: 7px;
}

.btn2 span span {
  margin-left: 8px;
  transition-delay: 0.1s;
}

.btn2 ul {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  transform: translateY(-50%);
}

.btn2 ul li {
  flex: 1;
}

.btn2 ul li a {
  display: inline-flex;
  vertical-align: middle;
  transform: translateY(55px);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn2 ul li a:hover {
  opacity: 0.5;
}

.btn2:hover::before {
  transform: scale(1.2);
}

.btn2:hover span,
        .btn2:hover span span {
  transform: translateY(-55px);
}

.btn2:hover ul li a {
  transform: translateY(0);
}

.btn2:hover ul li:nth-child(1) a {
  transition-delay: 0.15s;
}

.btn2:hover ul li:nth-child(2) a {
  transition-delay: 0.2s;
}

.btn2:hover ul li:nth-child(3) a {
  transition-delay: 0.25s;
}
    
    
/* about us page share button css end */


/* counter section css start*/

   
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap'); */
 


.d-flex {
  display: flex !important;
}

.d-none1 {
  display: none !important;
}

.countdown h2, .countdown p {
  margin-bottom: 0;
}

.countdown h2 {
  line-height: 100%;
  margin: 0 auto;
}

.countdown p {
  margin: 0 auto;
}

.countdown {
    /*font-family: 'Poppins', sans-serif;
    min-height: 100vh; */
}

.countdown-content,
.countdown-content-final {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
   /* min-height: 100vh; */
   min-height: 40vh;
    background-color: #fff;
    color: #d1a0fd;
}

.countdown-content-item {
    text-align: center;
}

.countdown-content h2,
.countdown-content-final h2 {
    font-size: 100px;
}

.countdown-content-final {
  display: none;
}

@media screen and (min-width: 300px) and (max-width: 700px) {
  .counter-heading {
   top:30px !important;
  }
  
  .countdown-content h2,
.countdown-content-final h2 {
    font-size: 30px;
}

.countdown-content,
.countdown-content-final {
    
    gap: 20px;
    min-height: 14vh;
  
}
}
    
    
 /* counter section css end*/   
 
 
 
 .main-footer:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    right: 0px;
   /* height: 60px; */
    background-color: #222222 !important;
}

.footer-text{
        font-size: 13px;
        color: #b7b7b7;
        font-size: 17px;
}


.coach-text{
       
        font-size: 20px;
        color: #222222;
}

.testimonial-top{
       
       top:45px !important;
}


.pop-heading{
    color: #000; font-weight: 900 !important;
    margin-top: 7px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    font-size: 17px !important;
    background: linear-gradient(103.42deg, #c2380c 48.18%, #f1c931 78.34%)!important;

    -webkit-background-clip: text !important;

    -webkit-text-fill-color: transparent !important;
}


.index-about{
   
    height: 500px !important;

}

.space-bottom-about{
    margin-bottom: -28px !important;
}



@media screen and (min-width: 300px) and (max-width: 700px) {

  .font-index {

    font-size:23px !important;

  }
}


@media screen and (min-width: 300px) and (max-width: 700px) {

  .expect-index {

    margin-top: -20px !important;

  }
}
  
  
 

  .space-table-index {

    
    margin-top: -40px !important;


  }
  
  
  
 
  
  
  @media screen and (min-width: 389px) and (max-width: 400px) {

  .space-banner-index{

    margin-top: 100px !important;


  }
}



@media screen and (min-width: 300px) and (max-width: 799px) {

  .faq-index {

    margin-top: -52px !important;

  }
}

@media screen and (min-width: 300px) and (max-width: 799px) {

.font-index1 {

    /*font-size: 21px!important;*/

  }
  
}


@media screen and (min-width: 300px) and (max-width: 600px) {

.hindi-video {

    height: 330px!important;

  }
  
}


.healing-color{
    
    background: #e85c43!important;
    color: #fff!important;

}



.healing-bg{
     border-color: #080808!important;
    
    background: #fff!important;
    border-style: solid!important;
    border-width: 1px !important;
    color: #080808!important;
}


.header-colour{
	        background: #0000008a;
	    }

   
  
    
    