body {
  background-color: #fff3f8;
  padding: 0 15px;
  font-family: "Belleza", sans-serif;
}
a{
  text-decoration: none;
}
p a{
  color: #b7084f;
}
.form-control:focus,
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #b7084f;
  outline: 0;
  box-shadow: none;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #b7084f;
  opacity: 1;
}
label.error.fail-alert.myerrorclass {
  font-size: 12px;
  color: #c60202;
  font-weight: 500;
  padding: 0 !important;
  position: relative;
  height: auto !important;
  transform: translate(10px, 0);
}
.error-message,
.success-message {
  font-weight: 500;
  margin-top: 18px;
  display: none;
  padding: 3px 15px;
  margin-bottom: 0;
  text-align: center;
}
.success-message {
  border: 1px solid #147c00;
  background-color: #eef6ed;
  color: #147c00;
}
.error-message {
  color: #bd0006;
  border: 1px solid #bd0006;
  background-color: #f6dedf;
}
p,li{
    font-size: 19px;
    line-height: 1.3;
    color: #000;
}
.theme-button{
    background-color: #b7084f;
    font-size: 20px;
    color: #fff;
    border: 1px solid #b7084f;
    display: inline-block;
    transition: 0.3s;
    border-radius: 5px;
    padding: 8px 25px;
}
.theme-button:hover{
  transition: 0.3s;
  background-color: #fff;
  color: #b7084f;
}
.theme-button-alt{
    color: #b7084f;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #b7084f;
    transition: 0.3s;
    border-radius: 5px;
    padding: 8px 25px;
}
.theme-button-alt:hover{
    transition: 0.3s;
    color: #fff;
    background-color: #b7084f;
}
.yoga-alliance-image{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
#yoga-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.yoga-header-logo{
    width: 180px;
    height: 62px;
}
.yoga-header-logo-image{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.yoga-header-nav-wrap .theme-button,.yoga-header-nav-wrap .theme-button-alt{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button-icon-header{
    width: 25px;
    height: 25px;
    display: inline-block;
    object-fit: contain;
    margin-right: 8px;
}
.theme-button .hover,.theme-button-alt .hover{
  display: none;
}
.theme-button:hover .no-hover,.theme-button-alt:hover .no-hover{
  display: none;
}
.theme-button:hover .hover,.theme-button-alt:hover .hover{
  display: inline-block;
}
#highlights{
  background-color: #b7084f;
  box-shadow: 0px 0px 2px 0px #ddd;
  border-radius: 0px 0px 20px 20px;
}
.hightlight-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hightlight-box{
    width: 20%;
    padding: 15px 28px;
    border-right: 1px solid #d05c8b;
}
.highlight-heading{
background-color: #fff;
    color: #000;
    padding: 4px 6px;
    width: 80%;
    margin-left: auto;
    line-height: normal;
    margin-right: auto;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 8px;
}
.highlight-para{
    font-size: 17px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.hightlight-box:nth-child(5n){
  border-right: none;
}
.hightlight-box:nth-child(-n + 5){
  border-bottom:1px solid #d05c8b;
}
.heading-top-one{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.heading-top-text{
    font-size: 20px;
    padding: 2px 25px;
    background-color: #fff;
    color: #b7084f;
    border: 1px solid #b7084f;
    border-radius: 8px;
}
.heading-top-line-left,.heading-top-line-right{
  width: auto;
  height: 15px;
}
.common-heading{
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
#about-us #pills-tab .nav-item{
  width: 32%;
}
#about-us #pills-tab{
  justify-content: space-between;
}
#about-us #pills-tab .nav-item .nav-link{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border: 1px solid #b7084f;
    overflow: hidden;
    box-shadow: none;
    background-color: #fff;
}
.tab-image{
    width: 36%;
    height: 130px;
    object-fit: cover;
}
#pills-tab .nav-link.active,#pills-tab .nav-link:hover{
  background-color: #fff;
  color: #b7084f;
  transition: 0.3s;
}
.tab-heading{
  font-size: 20px;
  color: #000;
}
.my-tab-content{
  width: 64%;
  padding: 5px 12px;
}
.tab-para-text{
  font-size: 15px;
  margin-bottom: 0;
}
.my-tab-inner-content-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #b7084f;
}
.my-tab-inner-content-image{
    width: 34%;
    height: 370px;
    object-fit: cover;
    order: 2;
}
.my-tab-inner-content-detail{
  width: 66%;
  padding: 8px 15px;
}
.question-heading{
  font-size: 25px;
  padding-bottom: 8px;
  border-bottom: 1px solid #b7084f;
  margin-bottom: 20px;
  color: #b7084f;
}
.masonary-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.masnory-box.first{
    width: 35%;
}
.masnory-box{
    position: relative;
    z-index: 9;
    border-radius: 10px;
    padding: 40px 50px;
    box-shadow: 0px 0px 3px 0px #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: 0.3s;
}
.masnory-box:before{
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.42;
    z-index: -1;
    transition: 0.3s;
}
.masnory-box:hover:before{
  transition: 0.3s;
  opacity: 0.55;
}
.masonary-background{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}
.masnory-heading{
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    text-shadow: 0px 0px 6px #000;
}
.masonary-text{
  text-shadow: 0px 0px 6px #000;
  color: #fff;
}
.masnory-box.second{
  width: 25%;
}
.masnory-wrap.third{
  width: 38%;
}
.masnory-wrap.third .masnory-box{
  margin-bottom: 12px;
}
.masnory-wrap.third .masnory-box:last-child{
  width: 168%;
  margin-left: -68%;
}
.theme-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.theme-list li {
    padding-left: 35px;
    margin-bottom: 8px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.theme-list li .list-icon {
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    background-image: url(../images/list-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.curriculam-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 20px 35px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px #ddd;
}
.curriculam-left-box{
    width: 310px;
    height: 310px;
    border-radius: 50%;
    display: flex;
    padding: 0;
    background-color: #fff;
    border: 1px solid #b7084f;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 9;
    justify-content: center;
}
.curriculam-right-box{
  width: calc(100% - 340px);
}
.curriculam-day-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.curriculam-days-detail{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    top: auto;
    margin: auto;
    text-align: center;
    width: 165px;
    border-radius: 20px;
    background-color: #fff;
    color: #b7084f;
}
.cc2{
  column-count: 2;
}
.curriculam-heading{
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.facility-wrap{
  background-color: #fff;
  border-radius: 25px;
  padding: 20px 15px;
  border: 1px solid #b7084f;
  margin-top: 35px;
}
.facility-icon{
  width: 25px;
  height: 25px;
  object-fit: contain;
  display: inline-block;
  margin-right: 10px;
}
.facility-box{
    display: inline-flex;
    align-items: center;
    width: 24.7%;
    padding: 10px 8px;
    border-bottom: 1px solid #ddd;
    justify-content: center;
    border-right: 1px solid #ddd;
    margin-bottom: 0;
}
.facility-box:nth-child(4n){
  border-right: none;
}
.facility-box:nth-last-child(-n + 4){
  border-bottom: none;
}
.room-image-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top:20px;
}
.room-image-box{
  width: 24%;
}
.room-image{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px #ddd;
}
.steps-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.steps-box{
    width: 33.3%;
    padding: 0px 35px;
    position: relative;
    z-index: 9;
}
.steps-box:before{
    position: absolute;
    left: 0;
    top: 31px;
    width: 100%;
    height: 1px;
    background-color: #b7084f;
    z-index: -1;
    content: "";
}
.step-text-circle{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #b7084f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 3px 0px #ddd;
    padding: 10px;
    margin: auto auto 6px;
}
.step-text-heading{
    font-size: 13px;
    background-color: #b7084f;
    color: #fff;
    font-weight: 500;
    padding: 1px 15px;
    border-radius: 20px;
    margin-bottom: 0px;
}
.step-text-count{
    margin-bottom: 0;
    font-size: 25px;
    line-height: normal;
}
.step-sub-heading{
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.step-text-para{
  text-align: center;
  font-size: 15px;
}
.yttc-course-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yttc-course-box{
    width: 32%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
    box-shadow: 0px 0px 2px 0px #ddd;
    border: 1px solid #b7084f;
}
.yttc-course-image{
  width: 100%;
}
.yttc-course-header{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.yttc-course-image{
    width: 38%;
    height: 180px;
    object-fit: cover;
}
.yttc-course-header-detail{
    width: 60%;
    padding: 15px 0;

}
.yttc-course-heading{
    font-size: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 2px;
    padding: 0px 10px 8px;
}
.yttc-course-rating{
    color: #b7084f;
    font-size: 12px;
    line-height: normal;
}
.yttc-course-rating-image{
    width: auto;
    height: 12px;
    object-fit: contain;
    object-position: right;
}
.yttc-course-highlights{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 2px 10px;
}
.yttc-course-para-text{
    padding: 0px 10px;
    margin-bottom: 0;
}
.yttc-course-body{
      width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.yttc-course-footer{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yttc-course-footer-left{
  width: 77%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* .room-type{
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  flex-direction: column;
  display: flex;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.room-type:nth-child(2n){
  border-right: none;
}
.room-type:nth-last-child(-n + 2){
  border-bottom: none;
}
.room-type-price{
  margin-bottom: 0;
}
.room-type-name{
    background-color: #ffffff;
    color: #b7084f;
    border-radius: 20px;
    padding: 2px 10px;
    border: 1px solid #b7084f;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: normal;
    width: 85%;
    margin: 0 auto 5px;
}
.room-type-price del{
    display: inline-block;
    font-size: 15px;
    color: #a7a7a7;
    margin-left: 6px;
} */
.yttc-course-footer-right{
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border-right: none;
    border-bottom: none;
}
#main-timer-banner{
    border-radius: 25px;
    position: relative;
    z-index: 9;
    padding: 100px 0 50px;
    overflow: hidden;
}
.main-timer-banner-image{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/schedule2.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
#main-timer-banner::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, #0000009e, #00000085, #00000070, #00000061, #00000030);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.main-timer-theme-heading{
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
    text-shadow: 0px 0px 17px #000000;
}
.main-timer-big-heading{
    line-height: normal;
    text-align: center;
    font-size: 50px;
    text-shadow: 0px 0px 17px #000000;
    color: #ffffff00;
    -webkit-text-stroke: 1.5px #ffffff;
}
.main-timer-icon{
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: inline-block;
    margin-right: 15px;
}
.main-timer-list-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-timer-list-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 9px 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding-right: 35px;
    background-color: #0000003d;
}
.main-timer-points{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
#main-timer-banner li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
    padding: 1em 1.2em;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
}

#main-timer-banner li span {
    display: block;
    font-size: 3.5rem;
    color: #fff;
}

#main-timer-banner .emoji {
  display: none;
  padding: 1rem;
}

#main-timer-banner .emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}
#countdown{
  text-align: center;
}
.team-guru-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team-guru-box{
    width: 19%;
    border-radius: 15px;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px #afafaf;
}
.team-guru-image{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.team-guru-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, #0000009e, #00000029, #0000001a, #00000000, #00000000);
    width: 100%;
    transition: 0.3s;
    height: 100%;
    z-index: 0;
}
.team-gurudetails{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 10px;
  width:100%;
}
.team-guru-name{
    margin-bottom: 2px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    transition: 0.3s;
    text-align: center;
}
.team-guru-skill{
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
}
.team-guru-box:hover:before {
    transition: 0.3s;
    background-image: linear-gradient(to top, #000000d1, #00000059, #0000001a, #00000000, #00000000);
}
.accordion-button:focus{
  box-shadow: none;
  border: 1px solid #b7084f;
  color: #fff;
  background-color: #b7084f;
}
.accordion-button:focus:after{
  filter: invert(1);
}
.accordion-button{
  font-size: 18px;
}
.accordion-item{
  margin-bottom: 10px;
  border-radius: 10px !important;
  box-shadow: 0px 0px 2px 0px #ddd;
  overflow: hidden;
}
.testimonial-textpatra{
  font-size: 20px;
}
.testimonial-text-country{
    font-size: 16px;
    margin-bottom: 0;
    color: #707070;
}
.testimonial-video-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.testimonial-video-box{
  width: 22.8%;
  position: relative;
  z-index: 9;
  border-radius: 12px;
  background-color: #ffffff;
}
.testimonial-text-name{
    font-size: 22px;
    color: #b7084f;
    margin-bottom: 3px;
    line-height: normal;
}
.testimonial-video-image{
  width: 100%;
  height: 430px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0px 0px 3px 0px #ddd;
}
.testimonial-play-icon{
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
    border: 1px solid #b7084f;
    animation: 1.3s infinite videopulse;
}
#footer{
  margin: 0 15px 15px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 2px 0px #ddd;
}
.footer-logo{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-logo-link{
  width:200px;
  display: block;
  margin: 0 auto 20px;
}
.footer-text{
  width: 85%;
  text-align: center;
  margin: auto;
}
.footer-yoga-alliance-image{
  width: 100%;
  height: 55px;
  object-fit: contain;
  margin: 20px auto;
  object-position: center;
}
.footer-link-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer-link{
  background-color: #b7084f;
  color: #fff;
  font-size: 15px;
  border-radius: 8px;
  margin: 5px 5px;
  padding: 3px 15px;
}
.bottom-bar{
    font-size: 15px;
    padding: 8px 10px 11px;
    border-top: 1px solid #b2b2b2;
    color: #000000;
    text-align: center;
    margin-top: 50px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}
#yoga-alliance-image{
    background-color: #fff;
    border-radius: 25px;
}
.yoga-alliance-iso{
  width: 100%;
  object-fit: contain;
  display: block;
  object-position: center;
  height: 115px;
}
#trustpilot .trustpilot-count {
  background-color: #00b67a;
}
#trustpilot .trustpilot-count:after,
#trustpilot .trustpilot-count:before {
  border-color: transparent transparent #007750;
}
#trustpilot .trustpilot-card {
  border: 2px solid #00b67a;
}
.trustpilot-card {
  border: 2px solid #b7084f;
  padding: 20px 0;
}
.trustpilot-icon {
  width: 100%;
  height: 50px;
  margin-bottom: 12px;
}
.trustpilot-count:before {
  left: 1px;
  transform: rotate(46deg);
}
.trustpilot-count:after {
  right: 1px;
  transform: rotate(312deg);
}
.trustplot-big-star {
  width: 100%;
  height: 26px;
  object-fit: contain;
  object-position: center;
}
.trustpilot-grade {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}
.trustpilot-small-star {
  width: 150px;
  height: 20px;
  object-fit: contain;
  object-position: left;
}
.trustpilot-date {
  font-size: 11px;
  font-weight: 500;
}
.trustpilot-review-heading {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}
.trustpilot-review-name {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.trustpilot-review-box {
  margin: 2px 20px;
}
.trustpilot-card.p-sticky {
  top: 0;
  position: sticky;
}
#trustpilot .trustpilot-count {
  background-color: #00b67a;
  position: relative;
    z-index: 9;
}
.trustpilot-icon, .trustplot-big-star {
    object-fit: contain;
}
#trustpilot .trustpilot-count:after,
#trustpilot .trustpilot-count:before {
  border-color: transparent transparent #007750;
}
#trustpilot .trustpilot-card {
  border: 2px solid #00b67a;
  background-color: #fff;
}
.trustpilot-count:after,
.trustpilot-count:before {
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #6f1b3d;
  top: auto;
  position: absolute;
  z-index: -1;
  content: "";
}
.morelink {
  display: inline-block;
  color: #212529;
  transition: 0.3s;
  font-size: 15px;
}
.morecontent span{
  display: none;
}
#trustpilot .slick-slide {
    margin: 2px 20px;
}
.cc3{
  column-count: 3;
}
.row-image-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.row-image-box {
    width: 24.2%;
    margin: 10px 0;
}
.row-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #b7084f;
    padding: 3px;
    background-color: #fff;
}
.other-excursion-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.other-excursion-box {
    width: 19.2%;
    height: 350px;
    position: relative;
}
.other-excursion-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.other-excurion-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    top: auto;
    margin: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 20px 5px 0;
    z-index: 3;
    text-align: center;
}
.other-excursion-box::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10%;
    transition: 0.3s;
    background-color: #00000082;
    z-index: 1;
}
.other-excursion-box:hover:after {
    transition: 0.3s;
    height: 100%;
}
.fooditarian-logo-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fooditarian-logo-box {
    width: 33.3%;
}
.fooditarian-logo-image {
    width: 100px;
    height: 100px;
    object-position: center;
    margin-bottom: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}
.fooditarian-logo-text{
    background-color: #fff;
    color: #000;
    padding: 4px 15px 4px;
    font-weight: 500;
    display: block;
    width: 180px;
    margin: 0 auto;
    border-radius: 25px;
    border: 1px solid #000;
    text-align: center;
}
.emotional-iframe {
    width: 75%;
    height: 550px;
    object-fit: cover;
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    background-color: #fff;
    display: block;
    border: 2px solid #b7084f;
}
.sarvodaya-team-box {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #ddd;
}
.sarvodaya-team-image {
  width: 150px;
  height: 180px;
  object-fit: cover;
  z-index: 99;
  border-radius: 0 30px 80px 80px;
}
.sarvodaya-team-content-wrap {
  width: calc(100% - 170px);
  padding-top: 30px;
  padding-right: 30px;
}
.sarvodaya-skills {
  position: relative;
  z-index: 9;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.sarvodaya-skills::before {
  position: absolute;
  content: "";
  left: -35px;
  transform: skewX(-10deg);
  top: 0;
  width: calc(100% + 80px);
  height: 100%;
  background-color: #b7084f;
  z-index: -1;
}
.team-slider .slick-slide{
  margin: 5px 20px;
}
.expert-year:before{
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  background-color: #fcf5f8;
  top: 0;
}
.expert-year {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 0;
  color: #000;
  position: relative;
  z-index: 9;
}
.expert-year:before {
  width: 100%;
  background-color: #fcf5f8;
}
.expirence-year {
  width: 34px;
  height: 34px;
  display: inline-block !important;
  object-fit: contain;
  margin-right: 12px;
}
.book-box{
  border: 2px solid #b7084f;
  display: block;
  background-color: #fff;
}
.book-download-link{
  margin-bottom: 3px;
  display: block;
}
.book-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
}
.book-slider .slick-slide{
  margin: 5px 18px;
}
.trustpilot-count:after,
.trustpilot-count:before {
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #6f1b3d;
  top: auto;
  position: absolute;
  z-index: -1;
  content: "";
}
.trustpilot-count {
  background-color: #b7084f;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 6px 15px;
  margin-bottom: 3px;
  position: relative;
  z-index: 9;
  text-align: center;
}
.trustpilot-count:before {
  left: 1px;
  transform: rotate(46deg);
}
.trustpilot-count:after {
  right: 1px;
  transform: rotate(312deg);
}
.testimonial-box-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: -55px;
}
.testimonial-box {
  border: 2px solid #b7084f;
  border-radius: 12px;
  display: inline-block;
  width: 100%;
}
.testimonial-box-image {
  width: 112px;
  height: 112px;
  display: block;
  object-fit: cover;
  padding: 4px;
  margin-bottom: 15px;
  border-radius: 50%;
  z-index: 99;
}
.testimonial-star {
  height: 15px;
  width: 100%;
  object-fit: contain;
  display: block;
  object-position: center;
  margin-bottom: 0;
}
.testimonial-course-name {
  background-color: #b7084f;
  color: #fff;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 600;
  display: none;
}
.testimonial-course-name:before {
  position: absolute;
  content: "";
  left: -50px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #b7084f;
}
.testimonial-box-image {
  border: 2px solid #b7084f;
  position: relative;
  background-color: #fff;
}
.testimonial-content-text,
.testimonial-content-text-full {
  padding: 5px 18px;
  text-align: center;
  margin-bottom: 5px;
}
.testimonial-box-header-info{
  width: 100%;
}
#testimonial .testimonial-slider .slick-slide{
  margin: 60px 20px 0;
}
.pointer-event-none{
  pointer-events: none;
  position: relative;
  z-index: -1;
}
#landing-banner{
  position: relative;
  z-index: 9;
  height: 100vh;
}
#landing-banner:before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0 0 0 / 22%) 0%, rgb(0 0 0 / 56%) 82%);
  z-index: -1;
}
.landing-banner-image{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}
.yoga-banner-content-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.yoga-banner-counter-count{
    font-size: 25px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.yoga-banner-counter-heading{
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff85;
}
.yoga-banner-content-box1,.yoga-banner-content-box3{
  width: 18%;
}
.yoga-banner-content-box2{
  width: 55%;
}
.yoga-banner-content-yaimage{
  width: 150px;
  height: auto;
  display: block;
  margin: auto auto 10px;
}
.yoga-banner-content-top{
  text-align: center;
  color: #fff;
}
.yoga-banner-heading{
    text-align: center;
    font-size: 32px;
    line-height: normal;
    color: #ffffff;
}
.yoga-banner-content{
  text-align: center;
  color: #fff;
}
.yoga-banner-button-wrap{
  text-align: center;
  margin-bottom: 50px;
}
.banner-button{
  display: inline-block;
  padding: 5px 25px;
  font-weight: 500;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
.banner-button:hover{
  transition: 0.3s;
  background-color: #fff;
  color: #b7084f;
}
.yoga-banner-starting-from{
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
}
.online-yttc-list-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 95%;
  margin-bottom: 30px;
}
.online-yttc-list-image-wrap{
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b7084f;
    background-color: #fff;
    border-radius: 50%;
}
.online-yttc-list-image{
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.online-yttc-list-content{
  width: calc(100% - 110px);
}
.emotional-iframe.online-iframe{
  width: 100%;
  height: 350px;
}
.white-short-box{
    width: 95%;
    margin-left: auto;
    background-color: #fff;
    padding: 35px 25px;
    border-radius: 12px;
    border: 1px solid #b7084f;
}
#yoga-header.fixed-nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ddd;
    animation: 1s forwards smoothScroll;
    z-index: 9999;
}
#gallery{
    background-color: #fff;
    border-radius: 25px;
}
/*.gallery-image{*/
/*  width: 100%;*/
/*  height: 200px;*/
/*  object-fit: cover;*/
/*  border-radius: 5px;*/
/*}*/
/*.gallery-image-light{*/
/*  display: block;*/
/*    border-radius: 8px;*/
/*    border: 1px solid #b7084f;*/
/*    padding: 3px;*/
/*    background-color: #fff;*/
/*}*/
#gallery .slick-slide{
  margin: 0 5px;
}
.whatsapp-icon{
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 50%;
  animation: 1.3s infinite pulse-animationn-whatsapp;
}
.whatsapp-header{
    padding: 5px 8px;
    margin-left: 6px;
    display: inline-block;
}
.yoga-header-nav-wrap{
  display: flex;
  align-items: center;
}
.yoga-banner-all-content-wrap{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  align-items: flex-end;
}
.banner-highlights-wrap{
    padding: 6px 15px 8px;
    border-top: 1px solid #ddd;
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.banner-highlights-box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3%;
}
.banner-highlights-box:nth-child(2){
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.banner-highlights-icon{
  width: 25px;
  height: 25px;
  object-fit: contain;
  display: inline-block;
  margin-right: 8px;
}
.banner-highlights-text{
  color: #fff;
}
.schedule-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.schedule-info-left-box,
.schedule-info-right-box {
  width: 26%;
}
.schedule-info-center-box {
  width: 45%;
}
.schedule-image {
  width: 100%;
  object-fit: cover;
  border: 2px solid #b7084f;
  padding: 4px;
  height: 270px;
  margin: 20px 0;
}
.schedule-time {
  background-color: #b7084f;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 6px 15px;
  width: 90%;
  margin: -17px auto 10px;
}
.schedule-box {
  background-color: #fff;
  border: 2px solid #b7084f;
}
.schedule-task {
  text-align: center;
  margin-bottom: 8px;
}
.schedule-box {
  margin-bottom: 40px;
}
.box-heading-width-set, .contact-info-details{
    width: 85%;
    margin: auto;
}
.box-heading-width-set{
    font-size: 23px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    z-index: 9;
}
.para-sub-heading:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #b7084f;
}
.schedule-info-center-box .trustpilot-count{
    font-size: 18px;
    font-weight: 500;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 6px 15px;
    margin-bottom: 28px;
    text-align: center;
}
.schedule-info-left-box .schedule-box:last-child, .schedule-info-right-box .schedule-box:last-child {
    margin-bottom: 0;
}
.timeline-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.timeline-box {
  width: 21%;
  border: 1px solid #b7084f;
  padding: 20px 0 10px;
  position: relative;
  z-index: 9;
}
.timeline-box::before {
  position: absolute;
  content: "";
  right: -18%;
  top: 0;
  bottom: 0;
  width: 30px;
  margin: auto;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/timeline-arrow.png);
}
.timeline-box:last-child:before {
  display: none;
}
.timeline-box:nth-child(2):before {
  transform: rotateX(180deg);
}
.timeline-image {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: contain;
}
.timeline-content {
  width: 100%;
}
.timeline-heading-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px dashed #b7084f;
  margin: 10px 0;
  padding: 5px 8px;
  border-bottom: 1px dashed #b7084f;
  background-color: #fff;
}
.timeline-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: inline-block;
  margin-right: 10px;
}
.timeline-heading {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  color: #b7084f;
}
#steps .yttc-date-timeline-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#steps .yttc-date-timeline-box{
    width:48%;
    margin-bottom: 25px;
    overflow: hidden;
}
#steps .yttc-date-timeline-details{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#steps .yttc-date-timeline-detail-icon-wrap{
    background-color: #b7084f;
    width: 100px;
    height: 120px;
    position: relative;
    z-index: 9;
}
#steps .yttc-date-timeline-detail-icon-wrap:before{
    position: absolute;
    content: "";
    left: -25px;
    bottom: -10px;
    width: 85px;
    height: 35px;
    background-color: #fff;
    z-index: -1;
    transform: rotate(45deg);
}
#steps .yttc-date-timeline-detail-icon-wrap:after{
    position: absolute;
    content: "";
    right: -25px;
    bottom: -10px;
    width: 85px;
    height: 35px;
    background-color: #fff;
    transform: rotate(-45deg);
    z-index: -1;
}
#steps .yttc-date-timeline-heading{
    background-color: #b7084f;
    color: #fff;
    margin-bottom: 0;
    text-align: left;
    padding: 5px 8px 5px 115px;
    font-weight: 700;
    font-size: 18px;
}
#steps .yttc-date-timeline-detail-icon{
    width: 65%;
    height: 65%;
    object-fit: contain;
    padding-top: 20px;
    display: block;
    margin: auto;
    transform: translate(0px, -10px);
}
#steps .yttc-date-timeline-detail-content{
    width:calc(100% - 115px);
    position: relative;
    z-index: 9;
    margin-top: 10px;
}
#steps .yttc-date-timeline-detail-sub-para{
    font-size: 15px;
    margin-bottom: 0px;
    line-height: normal;
    margin-top: 8px;
}
#steps .upcoming-dates-box {
  align-items: center;
  background-color: #fff;
  flex-wrap: wrap;
  border-right: 2px dashed #ddd;
  border-bottom: 2px dashed #ddd;
}
#steps .date-info {
  width: 20%;
  padding: 25px 10px;
  text-align: center;
}
#steps .date-info::before {
  right: -12px;
  margin: auto;
  width: 25px;
  height: 25px;
}
#steps .seat-left {
  background-color: #fff;
}
#steps .date-enroll {
  width: 15%;
  text-align: center;
}
#steps .date-free-box {
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#steps .date-free-type {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
#steps .upcoming-dates-box {
  justify-content: space-between;
  display: flex;
}
#steps .date-info,
#steps .date-info::before{
  background-color: #b7084f;
}
#steps .date-info::before{
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  left: auto;
  z-index: -1;
  content: "";
}
#steps .date-free-type {
    justify-content: center;
}
#steps .saved-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  top: auto;
  margin: auto;
  width: 70%;
  color: #b7084f;
  padding: 3px 5px;
  line-height: normal;
  text-align: center;
  font-size: 12px;
  border: 1px solid #b7084f;
}
#steps .room-type-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 12px;
}
#steps .room-type {
  font-weight: 600;
  display: block;
  font-size: 16px;
  padding: 0;
}
#steps .room-price {
  display: block;
}
#steps .date-text {
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
#steps .seat-left {
  font-size: 13px;
  padding: 5px 15px;
}
#steps .room-price del {
  color: #a8a8a8;
  font-size: 15px;
}
#steps .date-free-type,
#steps .date-info {
  position: relative;
  z-index: 9;
}
#steps .room-price,
#steps .room-type {
  width: 100%;
  margin-bottom: 0;
}
#steps .room-type {
  font-weight: 600;
  display: block;
  font-size: 16px;
}
#steps .room-price {
  display: block;
}
#steps .date-text {
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
#steps .seat-left {
  font-size: 13px;
  padding: 5px 15px;
}
#steps .room-price del {
  color: #a8a8a8;
  font-size: 15px;
}
#steps .upcoming-date-head .upcoming-dates-box .date-info {
  padding: 8px !important;
}
#steps .upcoming-date-head .upcoming-dates-box {
  background-color: #b7084f;
}
.other-certificate-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.other-yttc-certificate-box {
    width: 48.2%;
}
.other-certificate-image {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 10px;
}
.seat-left.fully-booked{
    color: #138b00;
    font-weight: 700;
}
.seat-left.warning{
    color: #ff511a;
    font-weight: 700;
    display: inline-block;
    animation: 1.3s infinite bounce;
}
.instagram-reel{
  width: 100%;
  height: 440px;
  margin-top: -55px;
  overflow: hidden;
}
#instagram .slick-slide{
  margin: 0 8px;
}
.offcanvas.offcanvas-start {
    z-index: 99999;
}
.offcanvas-backdrop {
    z-index: 9999;
}
.banner-box-heading {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
#myDiv{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 9;
  display: none;
  padding-left: 10px;
  padding-bottom: 10px;
}
.theme-button-float{
    color: #fff;
    background-color: #b7084f;
    font-size: 18px;
    padding: 3px 20px;
    margin-right: 3px;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #b7084f;
}
.theme-button-float:hover{
  transition: 0.3s;
  color: #b7084f;
  background-color: #fff;
}
.iti.iti--allow-dropdown {
    width: 100%;
    height: 58px;
}
.iti__country-list{
    z-index: 999;
}
.iti input, .iti input[type=tel], .iti input[type=text] {
    padding-top: 1.4rem;
    padding-bottom: .625rem;
}
.form-floating.num .special-label{
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    color: #b7084f;
    opacity: 1;
}
.iti__selected-flag {
    align-items: end;
    padding: 0 6px 10px 11px;
}
.slick-slider{
    display: block !important;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}
@keyframes rotate{
        0%{
            transform: rotate(0deg);
        }
        50%{
            transform: rotate(180deg);
        }
        100%{
            transform: rotate(360deg);
        }
    }

 @-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  }
  40%, 43% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  }
  70% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
  }
  90% {
  -webkit-transform: translate3d(0,-4px,0);
  transform: translate3d(0,-4px,0);
  }
  }
  
  @keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  }
  40%, 43% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  }
  70% {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
  }
  90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0);
  }
  } 
  
@keyframes videopulse {
  0% {
    box-shadow: 0 0 0 0 #b7084f;
  }
  100% {
    box-shadow: 0 0 0 8px transparent;
  }
}
@keyframes pulse-animationn-whatsapp {
  0% {
    box-shadow: 0 0 0 0 #30be3a;
  }
  100% {
    box-shadow: 0 0 0 14px transparent;
  }
}
@media(max-width:1400px){
  .contact-info-details {
    width: 94%;
  }
  #steps .date-info::before {
    right: -5px;
  }
  #steps .upcoming-dates-box .theme-button {
      font-size: 18px;
      padding: 5px 15px;
  }
}
@media(max-width:1200px){
  .testimonial-video-box {
    width: 24%;
  }
  .testimonial-video-image {
    height: 350px;
  }
  .main-timer-theme-heading {
    font-size: 20px;
    margin-bottom: 18px; 
  }
  .main-timer-big-heading {
    font-size: 40px;
  }
  .main-timer-list-box {
      margin: 8px 12px;
  }
  #main-timer-banner li span {
      font-size: 3rem;
  }
  /*#gallery .row-image-wrap{*/
  /*  display: none;*/
  /*}*/
  .other-excursion-box {
    height: 300px;
}
  .row-image {
    height: 160px;
  }
  .cc3 {
    column-count: 2;
}
  #steps .room-type-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
    #steps .upcoming-dates-box .theme-button {
        font-size: 17px;
        padding: 5px 10px;
    }
  .timeline-icon {
      width: 26px;
      height: 26px;
      margin-right: 8px;
  }
  .timeline-heading-wrap {
    padding: 5px 7px;
}
  .room-image {
    height: 160px; 
  }
  .facility-box{
    width: 33%;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
  }
  .facility-box:nth-child(3n){
    border-right: none !important;
  }
  .facility-box:nth-last-child(-n + 2) {
    border-bottom: none !important;
}
  .schedule-info-center-box {
      width: 43%;
  }
  .box-heading-width-set {
    font-size: 21px;
  }
  .schedule-image {
      height: 248px;
      margin: 12px 0;
  }
  .schedule-info-center-box .theme-button{
    width: 100% !important;
    display: block !important;
  }
  .contact-info-details .theme-button.me-3{
    margin-right: 0 !important;
    margin-bottom: 8px !important;
  }
  .tab-image {
    width: 34%;
    height: 175px;
  }
  .my-tab-content {
    width: 66%;
  }
  .common-heading {
    font-size: 36px;
  }
  .heading-top-text {
    font-size: 17px;
  }
  .heading-top-line-left, .heading-top-line-right {
      height: 12px;
  }
  .emotional-iframe {
    width: 85%;
    height: 420px;
  }
  .yoga-header-logo{
      width: 145px;
      height: 50px;
  }
  #yoga-header .theme-button-alt {
      font-size: 16px;
      padding: 6px 14px;
  }
  #yoga-header{
        padding: 2px 20px 8px;
  }
  .whatsapp-header {
    padding: 6px 10px;
    margin-left: 13px; 
  }
  .yoga-banner-content-yaimage {
    width: 110px;
  }
  p, li {
    font-size: 18px;
  }
  .yoga-banner-heading {
    font-size: 28px;
  }
  .yoga-banner-starting-from {
    font-size: 28px;
  }
  .yoga-banner-content-wrap {
    width: 97%;
  }
}
@media(max-width:991px){
  #trustpilot .slick-slide {
    margin: 25px 15px;
}
 #testimonial .slick-slide{
  margin: 0 8px 15px;
 }
.team-guru-wrap .slick-slide{
  margin: 0 6px;
}
  .row-image-wrap .slick-slide{
    margin: 0 6px;
  }
  .fooditarian-logo-image {
    width: 70px;
    height: 70px;
  }
  .cc3 {
    column-count: 1;
}
  #steps .upcoming-dates-box {
    width: 48.5%;
    margin-bottom: 45px;
    border: none;
}
    #steps .date-info::before {
        right: 0;
        top: auto;
        left: 0;
        bottom: -3px;
    }
        #steps .upcoming-dates-box .theme-button {
        font-size: 18px;
        padding: 8px 28px;
        margin-bottom: 0px;
    }
    #steps .date-free-box {
    width: 100%;
    }
    #steps .date-enroll {
    width: 100%;
            margin-bottom: -20px;
    }
    #steps .date-free-type {
    width: 50%;
    margin-bottom: 32px;
    }
#steps .date-info {
    width: 100%;
    margin-bottom: 30px;
}
  .upcoming-date-head{
    display: none;
  }
  .upcoming-dates-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .timeline-box {
    width: 45%;
    margin-bottom: 60px;
  }
  .timeline-box:nth-child(2):before {
      transform: rotateX(180deg) rotateZ(284deg);
      left: 0;
      right: 0;
      top: auto;
      bottom: -42px;
  }
  .timeline-box:nth-child(3):before {
        left: -16%;
        right: auto;
        transform: rotateY(180deg);
    }
  .timeline-box:nth-child(4){
    order: 3;
  }
  .timeline-box:nth-child(3){
    order: 4;
  }
  .timeline-box::before {
    right: -16%;
  }
  .steps-box {
      padding: 0px 10px;
  }
  .online-yttc-list-box.mb-0{
    margin-bottom: 30px !important;
  }
  .online-yttc-list-image-wrap {
    width: 75px;
    height: 75px; 
  }
  .online-yttc-list-content {
      width: calc(100% - 95px);
  }
  .yoga-alliance-iso {
    height: 70px;
}
  .room-image {
        height: 200px;
    }
    .room-image-box {
      width: 49%;
      margin-bottom: 15px;
  }
  .facility-wrap .facility-box {
        width: 49%; 
        border-right: 1px solid #ddd !important;
  }
  .facility-box:nth-child(2n){
    border-right: none !important;
  }
  .schedule-info-center-box {
        width: 100%;
        margin-top: 22px;
  }
  .schedule-box {
      margin-bottom: 30px;
  }
  .schedule-info-left-box, .schedule-info-right-box {
      width: 100%;
      margin-top: 35px;
  }
  .curriculam-box .curriculam-heading{
    text-align: center;
  }
  .curriculam-left-box {
    width: 295px;
    height: 295px;
    margin: auto;
  }
  .curriculam-right-box {
      width: 100%;
      margin-top: 25px;
  }
  .my-tab-inner-content-detail {
      width: 100%;
      padding: 35px 20px 25px;
  }
  .my-tab-inner-content-image {
    width: 100%;
  }
  #about-us #pills-tab .nav-item{
    width: 100%;
    margin: 7px 0;
  }
  .common-heading {
        font-size: 32px;
        margin-bottom: 36px;
    }
    .emotional-iframe {
        width: 100%;
        height: 400px;
    }
  .yoga-banner-content-box1, .yoga-banner-content-box3 {
        width: 50%;
        order: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
  }
  .banner-highlights-icon {
    width: 20px;
    height: 20px; 
  }
  .yoga-banner-content-box2 {
      width: 100%;
  }
  .banner-highlights-text {
      font-size: 14px;
  }
  .yoga-banner-counter-heading{
        padding-bottom: 0 !important;
        border-bottom: none !important;
        font-size: 15px;
        margin-bottom: 12px;
  }
  .my-counter-box{
    width: 50%;
  }
  .yoga-banner-button-wrap {
      margin-bottom: 25px;
  }
  .yoga-banner-counter-count {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .yoga-banner-heading br{
    display: none;
  }
  .yoga-banner-heading {
        font-size: 24px;
    }
  .yoga-banner-content-top,.yoga-banner-content-yaimage,.yoga-banner-heading,.yoga-banner-content{
      margin-bottom: 7px;
  }
  .yoga-banner-starting-from {
        font-size: 26px;
  }
}
@media(max-width:768px){
      #steps .upcoming-dates-box {
        width: 100%;
      }
      #steps #pills-tab{
        flex-wrap: wrap;
      }
      #steps #pills-tab .nav-item{
        width: 100%;
        margin-bottom: 10px;
      }
      #steps #pills-tab .nav-item .theme-button{
        display: block;
        text-align: center;
        width: 100%;
      }
  .steps-box {
    width: 100%;
  }
  .room-image-box {
        margin-bottom: 9px;
    }
    .room-image {
        height: 150px;
    }
  #yoga-header{
    padding: 2px 20px 8px 10px;
  }
  .cc2{
    column-count: 1;
  }
  .whatsapp-header {
    padding: 6px 0px 6px 10px; 
    margin-left: 4px;
  }
  .banner-highlights-wrap{
    display: none;
  }
  .yoga-banner-content-yaimage {
        width: 85px;
  }
  .yoga-banner-heading {
      font-size: 22px;
  }
  .whatsapp-icon {
      width: 32px;
      height: 32px;
  }
  #yoga-header .theme-button-alt {
        font-size: 15px;
        padding: 5px 12px;
    }
  .button-icon-header {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  #yoga-header .theme-button-alt.me-3{
    margin-right: 8px !important;
  }
  .yoga-header-logo {
        width: 128px;
        height: 42px;
    }
  body {
    padding: 0 8px;
  }
}
@media(max-width:520px){
  .sarvodaya-team-box{
    overflow: hidden;
  }
    .sarvodaya-team-image {
      width: 100%;
      height: 380px;
      object-position: 100% 26%;
      border-radius: 0 0px 80px 80px;
    }
    .sarvodaya-team-content-wrap {
      width: 100%;
      padding-left: 30px;
    }
    #main-timer-banner li span {
        font-size: 1.9rem;
    }
    #main-timer-banner li{
          padding: 1em 0.8em;
    }
    #main-timer-banner li {
    font-size: 0.8em; 
    }
    .main-timer-big-heading {
        font-size: 32px;
    }
    .main-timer-points {
    font-size: 16px;
    }
    .main-timer-icon {
    width: 38px;
    height: 38px;
    }
  .timeline-heading {
    font-size: 13px;
  }
  .timeline-icon {
        width: 21px;
        height: 21px;
        margin-right: 6px;
    }
    .timeline-heading-wrap {
        padding: 5px 3px;
    }
      .timeline-box::before {
        right: -16%;
        width: 18px;
        margin: auto;
        height: 18px;
    }
  #yoga-alliance-image .theme-button{
    width: 100%;
    display: block;
  }
  #team .theme-button{
    width: 100%;
    display: block;
  }
  #team .theme-button.me-2{
    margin-right: 0 !important;
    margin-bottom: 8px !important;
  }
  #yoga-alliance-image .theme-button.me-2{
    margin-right: 0 !important;
    margin-bottom: 8px !important;
  }
  .facility-wrap .facility-box {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #ddd !important;
  }
  .facility-wrap .facility-box:last-child{
    border-bottom: none !important;
  }
  .common-heading {
        font-size: 28px;
  }
  .emotional-iframe {
        height: 310px;
    }
    .yoga-banner-heading {
        font-size: 22px;
    }
    .yoga-banner-counter-count {
        font-size: 15px;
    }
    .yoga-banner-counter-heading{
        font-size: 12px;
    }
    .theme-button-float.last{
      display: none;
    }
}
@media(max-width:480px){
    .row-image {
        height: 230px;
    }
      .book-image{
    height: 520px;
  }
  #yoga-header .theme-button-alt.me-3{
    display: none;
  }
  .main-timer-list-box{
        padding-right: 14px;
  }
      .heading-top-text {
        font-size: 13px;
            padding: 2px 8px;
    }
        .heading-top-line-left, .heading-top-line-right {
        height: 7px;
    }
  .team-guru-image{
    height: 360px;
  }
  .other-excursion-box{
    height: 345px;
  }
      .emotional-iframe {
        height: 245px;
    }
  .yoga-alliance-iso {
        height: 38px;
    }
      .common-heading {
        font-size: 25px;
    }
  .room-image {
        height: 125px;
    }
  .yoga-banner-all-content-wrap{
    height: 92%;
  }
  p.text-center .theme-button-alt{
    display: block !important;
    width: 100% !important;
  }
  p.text-center .theme-button-alt.me-3{
    margin-right: 0 !important;
    margin-bottom: 8px !important;
  }
  .yoga-banner-content-box1, .yoga-banner-content-box3{
    display: none;
  }
}
@media(max-width:451px){
  .testimonial-video-image {
    height: 500px;
  }
  #testimonial .slick-slide{
  margin: 0 17px 15px;
 }
}