-----------------   End Default Css By Amit Silori   ----------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #1d5450;
  /*--secondary: #fcefa3;*/
  --secondary: #f26b57;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/*.container {
  max-width: 1140px;
}*/

body {
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
}


body a {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  color: #222;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  font-family: 'Roboto', sans-serif;
}

/* CSS TOP MARGINS * -------------------------- */
.top-marg-0 {
  margin-top: 0;
}

.top-marg-1 {
  margin-top: 10px;
}

.top-marg-2 {
  margin-top: 20px;
}

.top-marg-3 {
  margin-top: 30px;
}

.top-marg-4 {
  margin-top: 40px;
}

.top-marg-5 {
  margin-top: 50px;
}

.text-justify{text-align: justify;}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
}

h1 {
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  color: #222;
}

h2 {
  font-size: 26px;
  font-family: 'Raleway', sans-serif;
  color: #222;
}

h3 {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  color: #222;
}

h4 {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #222;
}

h5 {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  color: #222;
}
h6 {
  
  font-family: 'Raleway', sans-serif;
  
}

p {
  font-weight: 500;
  color: #222;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
}

ul,
label {
  margin: 0;
  padding: 0;
}

body a:hover {
  text-decoration: none;
}

html input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
  border-radius: 5px;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  color: #777;
  border: 1px solid #dee2e6;
  font-size: 13px;
  background: #fff;
}

html select {
  padding: 0 11px;
  font-size: 13px;
  height: 50px;
}

html select option {
  font-size: 14px;
  font-weight: 300;
}

html textarea {
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 15px;
}

html button,
html input[type="button"] {
  color: #fff;
  display: inline-block;
  padding: 13px 20px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  font-weight: 600;
  height: 50px;
}

html button:hover,
html input[type="button"]:hover {
  color: #fff;
}

html input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(29 84 80 / 85%);
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgb(29 84 80 / 29%)
}

.form-control {
  font-size: 13px;
  height: 50px;
  /*border-radius: 30px;*/
}

textarea.form-control {
  height: 85px;
  padding: 15px;
}

.form-group {
  margin-bottom: 8px;
}

.form-group input.form-control,
.form-group select.form-control {
  margin-bottom: 0;
}

.text-lightyellow {
  color: #468f77;
}

.btn {
  font-size: 15px;
  padding: 13px 30px;
  font-weight: 400;
  border-width: 2px;
  line-height: normal;
  text-transform: capitalize;
  text-shadow: 2px 2px 2px #555;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  border-radius: 0;
  transition: .5s all;
  position: relative;
}

.btn-primary:hover,
.btn-primary:focus {
 color: var(--primary);
 background-color: #ffffff;
 border-color: var(--primary);
 text-shadow: none;
}

.btn-primary2 {
  color: #fff;
  background-color: #3a3a3c;
  border-color: #fff;
  position: relative;
}

.btn-primary2:hover,
.btn-primary2:focus {
  color: #fff;
  background-color: #333;
  border-color: #fff;
}

.btn-primary-outline {
  color: #fff;
  background-color: transparent;
  border-color: #0048a8;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-primary:focus,
.btn-primary:focus {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn-round {
  border-radius: 25px;
  padding: 8px 25px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}





.btn-primary2:before {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 20%;
  height: 50%;
  border-top: 2px solid #3a3a3c;
  border-left: 2px solid #3a3a3c;
  content: '';
  transition: .5s all;
}

.btn-primary2:after {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 20%;
  height: 50%;
  border-bottom: 2px solid #3a3a3c;
  border-right: 2px solid #3a3a3c;
  content: '';
  transition: .5s all;
}

.btn-primary2:hover:before {
  width: 35%;
  height: 80%;
  border-color: #3a3a3c;
}

.btn-primary2:hover:after {
  width: 35%;
  height: 80%;
  border-color: #3a3a3c;
}

/*--HeaderS ection--*/
/*.container {
  padding: 0;
}*/

/*--nav Section--*/
.img-fluid {
  width: 100%;
}

article {
  overflow: hidden;
}

article.overflow {
  overflow: visible;
}

/*-----------------   End Default Css By Amit Silori   ----------------------------------*/

/*--General CSS--*/
.section {
  padding: 4em 0;
}

.title {
  font-size: 34px;
  line-height: 45px;
  color:var(--primary);
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif;
  margin: 0;
}

.title.white {
  color: #fff;
}
.hr-logo {
    width: 173px;
    margin-bottom: 18px;
}

p.sub-pera {
  color: #468f77;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  margin-top: 5px;
}

p.sub-title {
    font-size: 16px;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
  }

ul.navbar-nav.menubar li.nav-item.dropdown {
  transition: .5s all;
}

ul.navbar-nav.menubar li.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  padding: 0;
}

.navbar-brand {
  width: 15%;
  height: auto;
}

.back-gry {
  background: #f5f5f5;
}

.navbar {
  margin-bottom: 0;
}

.bg-sec{background: #ebefe678;}
.waitings {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #00000070;
    padding: 10px;
    padding-top: 25%;
    display: none;
    top: 0;
    left: 0;
    z-index:99;
}
.waitings .text-light {
    color: #027124!important;
    letter-spacing: 1px;
    word-spacing: 2px;
    background: white;
  }

del {
    color: rgba(red, 0.5);
    text-decoration: none;
    position: relative;
    &:before {
      content: " ";
      display: block;
      width: 100%;
      border-top: 2px solid #ff0000f2;
      height: 12px;
      position: absolute;
      bottom: 0;
      left: 0;
      transform: rotate(-7deg);
    }
  }

/*-- end General CSS--*/

/*-----------------   End Default Css By Amit Silori   ----------------------------------*/
.top-header {
  padding: 10px 0;
  /*text-align: right;*/
  background: var(--primary);
  transform: .8s all;
}
.left-header{text-align: left; width: 49%; display: inline-block;}
.right-header{text-align: right; width: 50%; display: inline-block;}
.right-header .socials-icons{margin-right: 45px;}

.dropdown {position: relative;display: inline-block;}
.dropbtn {background-color: #f9f9f9; color: black; font-size: 14px; border: 1px solid #ccc;
    padding: 2px 4px; cursor: pointer; display: flex; align-items: center; height: 32px; text-transform: capitalize;}
.dropbtn img { margin-right: 8px; width: 16px; height: 12px; }
.dropbtn i {padding: 0 4px;font-size: 12px;}
.dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 120px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1;border: 1px solid #ccc; z-index: 99;}
.dropdown-content a {color: black; padding: 12px 16px; text-decoration: none; display: flex;
    align-items: center;}
.dropdown-content a img {margin-right: 8px; width: 16px; height: 12px;}
.dropdown-content a:hover {background-color: #1d5450; color: #fff;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #e2e2e2;}

.top-header span a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-left: 24px;
  font-weight: 400;

   
}

.top-header span a i {
  /*margin-right: 5px;*/
}

.right-header span a{ width: 25px;
    height: 25px;
    line-height: 26px;
    background: #F8FAFA;
    color: var(--primary);
    text-align: center;
    border-radius: 50%;
    font-size: 14px;}

.left-header span{display: flex;}
.left-header span a{margin-right: 15px; color: #fff; font-size: 14px; margin-bottom: 0px;     font-family: sans-serif;}
.left-header span i{width: 25px; height: 25px;
    line-height: 26px;
    background: #F8FAFA;
    color: var(--primary);
    text-align: center;
    border-radius: 50%;
    font-size: 14px; color: var(--primary);}

.header-start {
  box-shadow: -1px 12px 10px -8px rgba(0, 0, 0, .2);
  background: #fff;
    width: 100%;
  z-index: 999;
}
.header-start .newheader{padding: 0px; background:#fbfcfd; position: fixed;
    top: 0;left: 0;width: 100%;z-index: 99999999;color: #000;  height: 56px; box-shadow: 0px 0px 1px 0px #000000a8;}


/*navbar css start*/
nav.navbar {
  z-index: 1;
  padding: 0;
  padding: 5px 0;
}

.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
  color: #222;
  font-weight: 600;
  padding: 5px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 8px 0;
  font-family: "Raleway", sans-serif;
}

.navbar-light .navbar-nav .nav-link.btn-primary {

      color: var(--primary);
    background: #fff;
    text-shadow: none;
    border: 2px solid var(--primary);
}
.navbar-light .navbar-nav .nav-link.btn-primary::before{
position: absolute;
    content: "";
    right: -6px;
    top: 6px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 2px solid var(--primary);
    transition: .3s;
}

.navbar-light .navbar-nav .nav-link.btn-primary::after{

position: absolute;
    content: "";
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    transition: .3s;
    height: 100%;
    z-index: -1;
}


.navbar-light .navbar-nav .nav-link.btn-primary:hover {
  color: #fff;
  background: var(--primary);
}
.navbar-light .navbar-nav .nav-link.btn-primary:hover:before {
 transition: .3s;
    right: -8px;
    top: 8px
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary);
}

ul.menubar .dropdown-menu {
  background: #fff;
}

ul.menubar .dropdown-menu a.dropdown-item {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 11px;
  border-bottom: 1px dashed #ddd;
  font-family: "Raleway", sans-serif;
}

.dropdown-menu {
  min-width: 14rem;
  letter-spacing: 1px;
  border: none;
  border-top: 5px solid #ddd;
  box-shadow: 1px 1px 10px rgb(180, 180, 180);
}

.dropdown-menu.show{display: none;}

ul.menubar .dropdown-menu a.dropdown-item:hover {
  background: var(--secondary);
  color: #fff;
  padding-left: 20px;
  /*background: linear-gradient(90deg, rgba(183, 8, 79, 1) 35%, rgba(224, 137, 76, 1) 100%);*/
}

.header-start.darkHeader .top-header {
  display: none;
}

/* end navbar css start*/
/*start footer section css*/
.footer{position: relative;background: url(../images/footer.jpg) no-repeat;background-size: cover;
    color: black; background-attachment: fixed;}
.footer-overlay{ background: rgba(0, 0, 0, .5);position: absolute;top: 0px;width: 100%;height: 100%;}
/*.main-footer{background: #fbe9de; background-size: cover; position: relative; overflow: hidden;}*/
.footer-top-bg{width: 100%;display: block;height: auto;}
/*.main-footer:before{background: rgba(0, 0, 0, .85); position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; content: '';}*/
.footer-box{position: relative; z-index: 9;}
.footer-box p, .footer-box a, .footer-box ul li{ color: #fff; list-style: none; font-size: 15px;}
.footer-box i{ color: #fff; list-style: none; font-size: 14px;}
.footer-box p{text-align: justify; margin-bottom: 10px;}
.footer-box h6{color: #fff; margin-bottom: 15px;  font-size: 20px; border-bottom: 3px solid var(--secondary); display: inline-block;
    padding-bottom: 5px;}
.footer-box ul li a{display: block; width: 100%; padding:8px 0; border-bottom: 1px dotted #aaa; }
.footer-box p b{display: block; text-transform: uppercase;}
.copy-footer{background: #ffffff12; padding: 8px; text-align: center; position: relative;z-index: 9;}
.copy-footer p, .copy-footer p a{color: #fff; font-size: 12px; }
.timing h4{color: #fff;}
.footer-icons{display: flex;}
.footer-icons img{width: 70%;}
.footer-center{text-align: center;}
.footer-center .bg-shape{width: 23%;}
.footer-center .ft-logo{position: absolute;top: -20px;left: 46%;width: 8%;}
.fix-social {
  position: fixed;
  left: 40px;
  bottom: 20px;
  z-index: 999;
}

.fix-social a i {
  height: 50px;
    width: 50px;
    font-size: 31px;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    transition: .5s all;
   
    color: #fff;
    padding: 9px 
}

.fix-social a {
  display: block;
  margin: 5px 0;
}
   .fix-social a{  background: #129809;
    max-width: 60px;
    max-height: 60px;
    padding: 14px;
    border-radius: 100%; }

   @keyframes pulse {  
 50% {
    box-shadow:  0 0 0 0 #1ea10e;
    scale: 0.9;
}

   100% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    scale: 1;
}
}
.keywords {
    position: relative;
    z-index: 9;
    border-top: 1px solid #777575;
    border-bottom: 1px solid #777575;
    padding: 22px 0;
}
.keywords a {
       background: rgb(191 184 184 / 40%);
    color: #e3d6d6;
    padding: 1px 15px;
    display: inline-block;
    margin: 4px 0;
    font-size: 12px;
    border-radius: 30px;
    border: 1px solid transparent;
}
.check-in{  border:1px solid;
    border-radius: 8px;
    width:100%;padding-left: 15px;}

.currency-switcher {
    display: inline-block;
    margin-left: 15px;
}

.currency-switcher select {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f8f9fa;
    cursor: pointer;
    height: auto;
    font-weight: 700;
}

.currency-switcher select option{font-weight: 500;}

.price-converted {
    display: none;
}

 /*end fotter section css*/

  .chakra-img-right img{animation: spin 9s infinite linear;  -webkit-animation: spin 100s infinite linear; -moz-animation: spin 100s infinite linear;}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(-360deg);}   
}
.chakra-img-left img{width:48%;}
.chakra-img-right img{width:48%;}
 .chakra-img-right {
    position: absolute;
    bottom: -23%;
    right: -179px;
    width: 32%;
    opacity: .8;
}
 .chakra-img-left img{animation: spin 9s infinite linear;  -webkit-animation: spin 100s infinite linear; -moz-animation: spin 100s infinite linear;}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(-360deg);}   
}

.chakra-img-left {
    position: absolute;
    top: -25%;
    left: -72px;
    width: 32%;
    opacity: .8;
}
.author .team-frame{animation: spinRoll 100s infinite linear;}
.code-conduct ul li img{animation: spinRoll 20s infinite linear;}
.animate-spin{animation: spinRoll 20s infinite linear;}

@keyframes spinRoll {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}


/*================Home page===================*/

  /*slider start*/

.slider-area .carousel-item{overflow: hidden;}
.img-fluid{width: 100%;}


@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(1.6,1.6);
    }
}

.main-banner .carousel-item img {
    /*animation: zoominoutsinglefeatured 60s infinite ;*/
    height: auto;
    width: 100%;
    object-fit: cover;
}

/*.slider-area .carousel-item .img1 {
    background-image: url(../images/popupp.webp);
}
.slider-area .carousel-item .img2 {
    background-image: url(../images/popupp.webp);
}
.slider-area .carousel-item .img3 {
    background-image: url(../images/popupp.webp);
}*/

.carousel-control-next, .carousel-control-prev{ top: 40%; background: black;
    height: 40px;width: 40px; margin: 12px; opacity: .8;}

  /*slider end*/

  /*about section*/
  .about-index {position: relative;}
  .about-index .bg-img{position: absolute; width: 113%; top:0; }
  .about-index-text{padding-top: 15px; position: relative; z-index: 9;}
  .about-index-text p{text-align: justify;font-weight: 500;font-family: 'Raleway', sans-serif;font-size: 16px; line-height: 28px;}
  .about-index .title{padding-bottom: 25px;}
  .about-index-text .intro-points{    padding-top: 20px;}
  .about-index-text .intro-points ul li{padding: 10px 0;}

 .aim h2{color: var(--primary);}
 .aim p{text-align: justify; font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 16px; line-height: 28px;}
 .allianceImg{width: 60%; margin: auto;}
.why{position: relative;}
.text-primary{color:var(--primary)!important;}
 .whychoose_right{padding: 1em; padding-top: 0;}
 .whychoose_right h5{color: var(--primary);}
 .whychoose_right h2{padding: 12px 0;}
 .whyDesc p{ font-family: 'Raleway', sans-serif;font-weight: 500;font-size: 16px;line-height: 28px;}
 .points{display: flex;}
 .points ul{list-style: none; width: 47%; margin-right: 40px;}
 .points ul li{font-size: 16px;font-family: 'Raleway', sans-serif; padding: 12px 0;padding-bottom: 12px;
    border-bottom: 2px dashed #d8d8d8; font-weight: 500;}
 .points ul li i{color: var(--primary);font-size: 30px;vertical-align: middle;padding-right: 10px; width: 8%;}

.service-list-area .card {position: relative;z-index: 1;background-color: transparent;border: 0;
    box-shadow: none;margin-bottom: 3.75rem;}
.no-gutters {margin-right: 0;margin-left: 0;}
.figure {height: 100%;width: 100%;margin: 0;position: relative;z-index: 1;overflow: hidden;display: block;}
.image {width: 100%;max-width: 100%;margin: auto;height: auto;display: block;}
.service-list-area .col-md {position: static; }
.service-list-area .figure .image {width: 100%; height: 100%; object-fit: cover; } 
.service-list-area .figure {width: 100%; height: 15rem; border-radius: 1.25rem; top: -1rem; overflow: hidden; box-shadow: 0 0 0 4px rgb(255, 255, 255); } 
.service-list-area .card-title {text-transform: uppercase; color: var(--primary); font-size: 15px; font-weight: 700; } 
.service-list-area .card-text {font-size: 1rem; margin-top: auto; padding-top: 1rem; } 
.service-list-area .card-text p{font-size: 14px;}
.service-list-area .card-text:before {content: ""; position: absolute; left: 2rem; right: 0; bottom: 0; top: 14%; background-color: #fff; box-shadow: 0 0 8px 0 #828282; z-index: -1; border-radius: 1.5rem; } 
.service-list-area .card-body{padding-top: 3rem; padding-left: 0px;}

.breath-exercise .meditation-video video{width: 80%;}
.breath-exercise .meditation-video {text-align: center;}
.breath-exercise .icon_box {margin-bottom: 20px;padding: 20px;position: relative;     box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);     background-color: #fff;    min-height: 155px;}
.icon_box .box_icon {float: left;margin-right: 15px;}
.breath-exercise .intro_desc{    overflow: hidden;}
.breath-exercise .intro_desc h5{font-size: 20px; margin-bottom: 6px;}
.breath-exercise .intro_desc .pColor{color: var(--primary);}
.breath-exercise .intro_desc p{font-size: 14px;}
/*.about-intro{background-image: url("../images/bg-about.png"); background-size: cover; background-repeat: no-repeat;}*/
.intro_right{padding: 1em; padding-top: 0;}
 .intro_right h5{color: var(--primary);}
 .intro_right h2{padding: 12px 0;}
 .introDesc p{ font-family: 'Raleway', sans-serif;font-weight: 500;font-size: 16px;line-height: 28px; text-align: justify;}
 /*.intro-points{padding-top: 1em;}*/
 .intro-points ul{list-style: none;}
 .intro-points ul li{font-size: 16px;font-family: 'Raleway', sans-serif; padding: 6px 0; font-weight: 500;}
 .intro-points ul li i{color: var(--secondary);font-size: 20px;vertical-align: middle;margin-right: 10px;}
.about-intro {position: relative; overflow: hidden;  }
 .about-intro .chakra-img-right {
    position: absolute;
    /*bottom: -11%;*/
    top: -17%;
    right: -26%;
    width: 37%;
    opacity: .8;
}
.about-intro .chakra-img-left {
    position: absolute;
    top: -11%;
    left: -5%;
    width: 35%;
    opacity: .8;
    z-index: -1;
}

.offers_right{padding: 1em; padding-top: 0;}
 .offers_right h5{color: var(--primary);}
 .offers_right h2{padding: 12px 0;}
 .offerDesc p{ font-family: 'Raleway', sans-serif;font-weight: 500;font-size: 16px;line-height: 28px; text-align: justify;}
 /*.intro-points{padding-top: 1em;}*/
 .offer-points ul{list-style: none;}
 .offer-points ul li{font-size: 16px;font-family: 'Raleway', sans-serif; padding: 6px 0; font-weight: 500;}
 .offer-points ul li img{width:30px; margin-right: 10px;}
.about-aim{background-image: url(../images/Group-342.webp);background-size: contain;background-repeat: no-repeat;background-blend-mode: color-burn;}
.about-aim p{text-align: center;}
.about-fimg{height: 460px;
    object-fit: cover;}

.course-sec{margin-top: 4em;}
 .course_item{border: 1px solid var(--primary);background-color: white;padding: 25px;  background-image: url("../images/bg-service.png"); background-size: cover; background-repeat: no-repeat; margin-bottom: 3em;}
 .course_item .item_image{position: relative;}
 .course_item .item_image img{object-fit: cover;height: 275px;}
 .item_image .event-tag {position: absolute;background-color: var(--primary);padding: 15px;
    color: white;font-weight: 700;text-align: center;left: 0;top: 0;text-transform: uppercase;
    line-height: 20px;}
.course_item .course_content{padding-left: 18px;}
.course_item .course_content .courseDesc{ font-family: 'Raleway', sans-serif; font-weight: 500;line-height: 28px;text-align: justify; padding-bottom: 25px; font-size: 15px;}
.course_content .time { background: white; padding: 6px;border:1px solid var(--primary);border-radius: 100px;width: 300px;display: flex;align-items: center;flex-wrap: wrap; gap: 10px; font-family: 'Raleway', sans-serif; font-weight: 500;}
.course_content .time i{color: var(--primary);font-size: 24px;}
.course_content h3 a:hover{color:var(--primary); }
.bor-bottom{border-bottom: 1px solid #d9d9d9;}
.course_content .course_info ul {display: flex;flex-wrap: wrap;align-items: center; justify-content: space-between;}
.course_content .course_info ul li{list-style: none;}
.course_content .event__color{ color: var(--primary);margin-bottom: 5px;font-size: 16px;
    font-weight: 700;line-height: 19px; font-family: 'Raleway', sans-serif;}
.btn-one{ padding: 14px 20px;font-weight: 600;color: #fff; border: 2px solid var(--primary); border-radius: 6px; position: relative;text-transform: capitalize; background: var(--primary);}
.btn-one:hover{background:#fff; color: var(--primary); }
.moreRetreats{display: none;}

.founder{background-image: url(../images/mandala1-min.png);background-size: auto;background-repeat: no-repeat;background-position: right;background-blend-mode: difference;}
.founder_right{padding: 1em; padding-top: 0;}
 .founder_right h5{color: var(--primary);}
 .founder_right h2{padding: 12px 0;}
 .founderDesc p{ font-family: 'Raleway', sans-serif;font-weight: 500;font-size: 16px;line-height: 28px; text-align: justify;}
 /*.founder-img img{height: 500px;object-fit: cover;object-position: top;}*/


 .our-teacher .item .author img{width: 200px;height: 200px;object-fit: cover;border-radius: 50%;margin: 5px auto auto;box-shadow: 0 0 8px 0 #828282;transition: .3s;padding: 0;border: 4px solid var(--primary);
    object-position: top; margin-bottom: 15px; padding: 5px; background: #fff;}
.our-teacher .teacher-content{text-align: center; margin-top: 35px;}
.our-teacher .teacher-content .work{color: var(--primary); padding-bottom: 6px;}
.our-teacher .ourteacherDesc{font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 500;}
.author .team-frame{height: 125%;z-index: -1;position: absolute;left:-47px;content: "";background-repeat: no-repeat; background-size: contain;width: 125%;top: -25px;background-position: center;filter: drop-shadow(0px 0px 1px var(--primary) );}
.author{position: relative; margin-top: 30px;}

.highlight p{font-family: 'Raleway', sans-serif;font-weight: 500;font-size: 16px;line-height: 28px; text-align: justify;}
.highlight-point ul {list-style: none;}
.highlight-point ul li{font-size: 16px;font-family: 'Raleway', sans-serif;font-weight: 500; padding-bottom: 8px;}
.highlight-point ul li img{width: 30px;margin-right: 10px;}

.qoate{ display: inline;}
.img-review { width:18%;}
.img-review img{ border-radius: 50%; }

.img-review img{ color:#009462; font-size: 45px; }
.info-name{padding-left: 25px;}
/*.review-start .owl-nav{display: none;}*/
.testimonial-left .review-start .owl-nav i{height: 35px;width: 35px;line-height: 35px;}
.team-text p{text-align: justify; font-size: 15px; font-weight: 500; font-family: 'Raleway', sans-serif;}
.teacher.student-review .item{  padding:25px; height: 350px; }
.teacher.student-review .item p{ padding-top:10px; padding-bottom: 10px;}

.teacher.student-review span i{ color: #009462; }
.blog{background: #FCF5F5;}
.team-box{box-shadow:  0 2px 7px 0 #dcdcdc; padding:30px; background: #fff; min-height: 460px;}
.team-img{padding-bottom: 10px; border-bottom: 1px solid #f0e8e8; }
.img-name{margin-top: 10px; display: flex;align-items: center;}
#owl-review .quote img{width: 10%;}
#owl-review .quote {margin-bottom: 10px;}
.testimonial-left{padding: 1em; padding-top: 0;}
 .testimonial-left h5{color: var(--primary);}
 .testimonial-left h2{padding: 12px 0;}
.flip-container { perspective: 1000px; width: 60px; height: 60px;}
.flipper {  position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transition: 0.6s;}
.team-box:hover .flipper { transform: rotateY(180deg); }
.front, .back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; border-radius: 50%;
  overflow: hidden;}
.front img, .back img { width: 100%; height: 100%; object-fit: cover;}
.back { transform: rotateY(180deg);}

.reviewMore{text-align: center; padding-top: 50px;}
.package-top{background-color: white;padding: 10px 10px 10px 10px;position: relative;border-radius: 35px; display: flex; align-items: center;flex-direction: column;}

.package-top a img{width: 95%;}
.package-top .ratings i{color: var(--primary);}
.package-top .ratings{padding-bottom:4px; margin-top: 4px!important;}
.package-top .para-text a{font-weight: 600; font-family: 'Raleway', sans-serif;}
.testimonial-right{margin-top: 70px;}

/*.why{ background-image: url("../images/-bg.png"); background-size: cover; background-repeat: no-repeat;} */

/*=============End Home Page=============*/

/*==============Contact Us Page==============*/
.contact-box-wrap {margin: auto;padding: 50px 35px;}
.contact-row{box-shadow: 1px 1px 38px 0 #d0d0d0;}    
.contact-info-wrap{background: #fff9f3;}
#get-in-touch .sub-heading{font-size: 26px; position: relative; padding-bottom: 12px; font-family: raleway;
    font-weight: 500;}
#get-in-touch .sub-heading:before{width: 117px;height: 3px;bottom: 0px;background-color: var(--primary);position: absolute;
    content: "";left: 0;}
.contact-desc{text-align: justify;font-size: 16px;font-family: 'Raleway', sans-serif;  font-weight: 500;}
#contact-form{padding-top: 15px;}
#contact-form label{padding-bottom: 4px;font-weight: 600;font-family: raleway;}
#contact-form .form-control{border-radius: 5px;}
#get-in-touch textarea{height: 150px;}
.footer-list {list-style: none;padding-left: 0px;}
.footer-list.contact li{display: flex;margin-bottom: 15px;align-items: center; margin-bottom: 40px;}
.footer-list.contact li .ionicon {font-size: 25px;width: 25px;}
.contact-box-wrap .footer-list.contact a {color: #000;word-break: break-word;font-family: 'Raleway';
    font-weight: 500;text-align: justify;}
.footer-list.contact li a {  padding-left: 12px;}
/*.social-media {display: flex;    justify-content: space-between;}*/
.social-media a{padding-right: 50px;}
.social-media svg{width: 30px;height: 30px;transition: .3s;}
.social-media svg:hover{transition: .3s;fill: var(--primary);}
.contact-box-wrap .social-media a {
    font-size: 30px !important;
    transition: .3s;
    color: #000;}
.followUS{margin-top: 90px!important;}
.mapsvg{ flex-basis: 20%;}
.callsvg{flex-basis: 10%;}
.mailsvg{flex-basis: 11%;}
#contactPageForm{position: relative;}

/*===============End Contact Us Page==================*/

.paymentPage h3{    color: var(--primary);}
.paymentPage table{width: 90%;}
.paymentPage table td{padding: 7px 0px;}
.button-links{text-align: center;padding: 40px 0;}

.thankPage p {text-align: center !important;color: #333333;padding: 5px 10px 10px;}
.ty-ms {font-weight: bold;font-style: italic;}

/*===============Teacher Page=====================*/

.teacher-box{padding:3%;}
.teacher_container {display: flex;align-items: center;justify-content: center;margin: auto;gap: 16px; flex-wrap: wrap;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.teacher_c2 {width: 31%;padding: 16px;}
.teacher_c2 img {border-radius: 8px; height: 370px; object-fit: cover; object-position: top; width: 100%;}
.teacher_c3 {width: 67%;padding: 16px;}
.teacher_c3 h3 {color: var(--primary);font-weight: 700;font-size: 24px; margin-bottom: 15px;}
.teacher_c3 p {text-align: justify;}
.teacher_c3 span {background-color: var(--secondary);color: white;padding-left: 8px;padding-right: 8px;padding-top: 5px;padding-bottom: 5px;border-radius: 30px;}

.teacher-box-rev{padding:3%;}
.teacher_container_rev {display: flex;align-items: center;justify-content: center;margin: auto;gap: 16px; flex-wrap: wrap;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; background: #fdfbf9; flex-direction: row-reverse;}
.teacher_c2_rev {width: 31%;padding: 16px;}
.teacher_c2_rev img {border-radius: 8px; height: 370px; object-fit: cover; object-position: top; width: 100%;}
.teacher_c3_rev {width: 67%;padding: 16px;}
.teacher_c3_rev h3 {color: var(--primary);font-weight: 700;font-size: 24px; margin-bottom: 15px;}
.teacher_c3_rev p {text-align: justify;}
.teacher_c3_rev span {background-color: var(--secondary);color: white;padding-left: 8px;padding-right: 8px;padding-top: 5px;padding-bottom: 5px;border-radius: 30px;}
.founder-img img{height: 356px;object-fit: cover;border-radius: 10px; object-position: right;}
.germanBody .founder-img img{height: 415px;}
.founder-name{color: var(--primary); padding-bottom: 8px;}

/*===============End Teacher Page=================*/

/*===============Food & Accommodation================*/
.accom-points h2{    color: var(--primary);margin: 30px 0 15px 0;}
 .accom-points ul{list-style: none;}
 .accom-points ul li{font-size: 16px;font-family: 'Raleway', sans-serif; padding: 6px 0; font-weight: 500;}
 .accom-points ul li i{color: #d66a1a;font-size: 20px;vertical-align: middle;margin-right: 10px;}
 .bottomacc{padding-top: 24px;}
 .acc-img img{transition: 1s; border-radius: 6px;}
.acc-img:hover.acc-img img{scale:1.1; }
.acc-video{margin-top: 1em;}
.acc-video video{border-radius: 8px;}
/*===============End Food & Accommodation==============*/

/*-------------------------------------start image gallery lightbox css-------------------------------------------*/

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0
}

body.lb-disable-scrolling {
  overflow: hidden
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff
}

.lightbox a img {
  border: none
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}

.lb-container>.nav {
  left: 0
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-data {
  padding: 0 4px;
  color: #ccc
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em
}

.lb-data .lb-caption a {
  color: #4ae
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1
}

.gallery-start .col-md-3,
.gallery-start .col-lg-3 {
  padding: 5px 5px !important;
}

.gallery-img {
  overflow: hidden;
  height: 200px;
  margin-bottom: 20px;
}

.gallery-img img {
  transition: .5s all;
  height: 100%;
  object-fit: cover;
}

.gallery-img:hover img {
  transform: scale(1.05);
}

.course-page-gallery-box{margin-top: 24px;}

/*=======================================end image gallery lightbox css================================================*/

/*=========Enroll page==============*/
.apply-now{background-image: url(../images/Group-342.webp);background-size: contain;}
.enroll-logo{width: 12%; text-align: center; margin:auto; position: absolute;top: -82px;left: 44%;
    background: #fff;}
.enroll-bored{ border: 3px solid var(--primary);background-color: #fff;padding: 40px 35px; position: relative;
    margin-top: 45px; padding: 60px 40px;}
.enrollment-form .sub-heading{color:var(--primary); font-size: 22px;}
.apply-now .enroll-bored textarea{height: 100px;}

/*=========End Enroll page==============*/

.base-color{color: var(--primary)}


 /*inner banner*/
 .inner-banner.teacher-inner {
    background: url(../images/contact.jpg) no-repeat top;
    background-size: cover; text-align: center;
}
.page-title { position: relative; height: 450px; background-size: cover;  background-position: center center;  background-repeat: no-repeat; text-align: center;}
.page-title:before {  content: '';  left: 0px;  top: 0px; width: 100%;  height: 100%;  position: absolute;
    background:rgb(0 0 0 / 50%); }
.page-title p{color: #fff;}   
.payment-inner{height: 310px;}
.error-inner{height: 240px;}

#yttc-jumper {padding: 10px 10px;position: sticky;z-index: 99; background: var(--primary);}
.certified-icon-wrap, .yttc-jump-box {display: flex;justify-content: space-between;align-items: center;
    flex-wrap: wrap;}
.yttc-jump-link {display: block;width: 16%;text-align: center;position: relative;z-index: 9;}
.yttc-jump-link:before {position: absolute;content: "";right: 0;top: 0;bottom: 0;border-right: 2px dashed #fff; width: 2px;height: 100%;z-index: -1;}
.lastlink:before{display: none;}
.yttc-jump-icon {width: 25px;height: 25px;object-fit: contain;margin-right: 8px;}
.yttc-jump-text {color: #fff;font-weight: 600;transition: .3s;}
.ayurveda-subnavigation .yttc-jump-link{width: 14%;}

.card-offer {box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: 1px solid var(--primary);}
.card-offer .card-body{padding: 2rem 2rem;}
.card-offer .sec-s, .card-offer .sec-e {position: relative;z-index: 1;}
.card-offer .sec-s{padding-left: 3rem;}
.secondrow .benefits-card{height: 380px;}
.card-offer .sec-s:before {content: "";position: absolute;height: 100%;width: 1px;background-color: var(--primary);top: 0;left: 1rem;opacity: 0.5;}
.card-offer .self-common-heading {padding-bottom: 4px;margin-bottom: 1.25rem; position: relative;    text-align: left;color: var(--primary);padding-bottom: 8px;font-family: 'Raleway';font-size: 26px;font-weight: 500;}
.self-common-heading:before {position: absolute;content: "";width: 80px;height: 3px;background-color: var(--primary);bottom: 0;transition: .3s;}
.card-offer .list {list-style: none;display: block;margin-bottom: 0;}
.card-offer .offer-list li {  margin-bottom: 10px;font-weight: 500;color: #000;display: flex;
    justify-content: space-between;border-bottom: 1px solid #000;padding: 0.25rem 0 0.5rem 0;}
.cc-2, .my-new-syllabus .mycc-2 {column-count: 2;}
.card-offer .offer-list .list-title {/*font-size: 1.06rem;*/ font-weight: bolder;color: #000;}
.card-offer .highlight-pp{font-size: 1.3rem; line-height: 2.5rem ;font-weight: 600;color: #383536; font-family: none;}
.card-offer .highlight-rt{font-size: 1.125rem;line-height: 1.5rem;font-weight: 600;color: var(--primary);}
.card-offer .sec-s .col-6{text-align: left;}

.overview-heading h3{padding: 10px;text-align: center;width: 100%;background: #1d5450;
    color: #fff;border-radius: 10px;margin-top: 20px;margin-bottom: 10px;clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%, 2% 50%);}
.hourss-200{position: relative;}
.hourss-200 .custom-heading{font-size: 20px; width: 38%;}
.om-img {position: absolute;top: 170px;left: 440px;width: 34%;opacity: .2;transform: rotate(0deg);}
.auto-container{margin:0 auto; }
.page-title .auto-container {position: relative; text-align: left;padding:200px 15px;}
.error-inner .auto-container {padding:100px 15px;}
.inner-banner span {  display: block;  font-size: 16px;  color: #fff;  margin-bottom: 5px;}
.page-title h1 { position: relative; font-size: 40px; color: #ffffff; line-height: 54px; text-shadow: 1px 0 5px black;}
.inner-overlay{position: absolute;bottom: 0;width: 100%;left: 0;}
.inner-overlay img{height: 65px;}

 .retreat-img{padding:5px;}
 .retreat-img img{border-radius: 15px; }
 .certification-acc{padding: 10px;
    box-shadow: 0 0 8px 0 #1d5450eb;
    border-radius: 15px;}

.hourss-200 p{font-family: 'Raleway';font-weight: 500;line-height: 28px;}
.secondTitle{font-size: 23px;line-height: 35px;color: var(--primary);font-weight: 600;letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;margin: 0;}

.main-topic{     background-image: linear-gradient(rgba(232, 232, 232, 0.19), rgba(232, 232, 232, 0.19)), url(../images/pattern-bg.png);     background-size: 15%;
}
.main-topic .card-1 p{font-family: 'Raleway';font-weight: 500;font-size: 16px; text-align: justify;line-height: 28px;}
.card-1{    margin-top: 30px;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgb(220, 220, 220);
    position: relative;
    text-align: justify;
    overflow: hidden;
    padding: 5px;}
.main-topic .card-1 .col-md-8 {
    padding: 10px 30px;
}
.main-topic .card-1 h2 {
    padding-bottom: 5px;
    color: #1f2020;
}

.main-topic .card-1 #img1{background: url(../images/webp/hatha.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;}
.main-topic .card-1 #img2{background: url(../images/webp/vinyasa.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
.main-topic .card-1 #img3{background: url(../images/webp/kundalini.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}


.maintopic-300 .card-1 #img1{background: url(../images/webp/ayurveda-retreat.webp);  background-position: center;
    background-repeat: no-repeat;background-size: cover;}

.maintopic-300 .card-1 #img4{background: url(../images/webp/meditation-retreat.webp);  background-position: center;
    background-repeat: no-repeat;background-size: cover;}

.maintopic-300 .card-1 #img5{background: url(../images/webp/yoga.webp);  background-position: center;
    background-repeat: no-repeat;background-size: cover;}

.main-topic .card-1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: solid 2px var(--primary);
    border-bottom: solid 2px var(--primary);
    transition: 0.5s;
    transform: scaleX(0);
}

.main-topic .card-1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: solid 2px var(--primary);
    border-right: solid 2px var(--primary);
    transition: 0.5s;
    transform: scaleY(0);
}    

.main-topic .card-1:hover::before, 
.main-topic .card-1:hover::after{
  transform: scale(1);
}
.maintopic-300{background: #fff;}
.bg300h .om-img{left: 554px;    width: 19%; top: 207px;}
/*.yoga-retreat .secondrow .benefits-card{height: 525px;}*/
.syllabus .accordion-item{margin: 6px; border: 1px solid var(--primary) !important;}
.syllabus .accordion-button:hover{color: #000;}
.syllabus .accordion-body{padding: 0rem 2rem;}
.syllabus .accordion-body li{list-style: none; margin-bottom: 10px;}
.syllabus .accordion-body li::before {content:'';display:inline-block;height:14px;width:26px;  background-image:url(../images/list-icon.png);  background-size:contain;  background-repeat:no-repeat; ); vertical-align: middle;
}
.syllabus .accordion-body li ul{padding-left: 18px;}
.syllabus .accordion-button:focus{border:none; box-shadow: none;}
.syllabus .accordion-button:not(.collapsed){    background-color: var(--primary); color: #fff;}
.syllabus .accordion-button:not(.collapsed)::after{    filter: invert(1);}
.orientation-img{height: 300px; overflow: hidden;}
/*.orientation-img img{height: -webkit-fill-available;}*/

.det-card{min-height: 330px;
    margin:30px 0px;
    background-color: #fff;
    text-align: center;
    box-shadow: 1px 1px 10px rgb(220, 220, 220);
    position: relative;
    /*padding: 10px;*/
    border-radius: 10px;}

.det-heading{ background: var(--primary); color: #fff;     padding: 12px 8px;
    border-radius: 10px; text-align: center;}
.det-desc{padding: 10px;}

.row2det .det-card{min-height: 280px;}

.det .custom-heading{    width: 56%;}

.course-schedule {
    /*border: 1px solid var(--primary);*/
    padding: 0 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 4px;
}
 .course-schedule .schedule-time { position: relative;z-index: 9;background-color: var(--secondary); color: #fff; font-weight: 700;width: 30%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; padding: 6px 15px; font-size: 14px; margin-right: 5%;}
.course-schedule .schedule-task {
    width: 70%;  display: -webkit-box; display: flex; justify-content: left; -webkit-box-align: center; align-items: center;}
/*.course-schedule .schedule-time:before { position: absolute;
    content: "";  width: 30px;  height: 100%;  background-color: #468f77;  right: -10px; top: 0; -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);  z-index: -1;}*/


:target::before {
    content: '';
    display: block;
    height:      130px;
    margin-top: -100px;
}
.tab-content{position: relative;}
.loader{    background: #0000005c;position: absolute;z-index: 9;width: 100%;height: 100%;
    align-items: center; color: #fff; padding: 12px 0px;}
.quick-form{position: relative; padding: 2em;background: #fff;border: 1px solid #ddd;box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);}
.quick-form .form-floating>.form-control, .quick-form .form-floating>.form-select{    height: calc(3rem + 2px)}
#yttc-schedule .quick-form textarea{height: 90px;}
.imp-note {   text-align: left;padding: 10px; border-radius: 4px;}
.imp-note span {font-weight: 600;   font-size: 15px; color: #000;}
.imp-note span i{    padding-right: 8px;padding-bottom: 8px; color: var(--primary);}
.imp-note .text-danger {color: red!important; font-weight: bold; background: #ffc107;
    padding: 4px 14px; width: 78px;}
/*.course-date{background: #ebefe678;}*/

.dates-box.dates-head{background-color: var(--secondary);margin-bottom: 0; color: var(--primary)}
.dates-box{display: flex;justify-content: space-between;flex-wrap: wrap;background: #fff;}
.mobRoom{display: none;}
.dates-body {/*background-color: #fff;*/margin-bottom: 35px;}
.date-course{width: 18%; font-weight: 600;}

.dates-body .dates-box .date-available, .dates-body .dates-box .date-book, .dates-body .dates-box .date-course, .dates-body .dates-box .date-private, .dates-body .dates-box .date-shared {
    color: #000;
    padding: 8px 15px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-align: center;
}
.pr-2{padding-right: 10px;}
.date-available, .date-book, .date-private, .date-shared{width: 14%; display: block;}

.dates-body .dates-box .date-available::before, .dates-body .dates-box .date-course::before, .dates-body .dates-box .date-private::before, .dates-body .dates-box .date-shared::before{
  position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
    width: 1px;
    height: 60%;
    border-right: 1px dashed #ccc;
}

.dates-body .dates-box .date-available::after, .dates-body .dates-box .date-book::after, .dates-body .dates-box .date-course::after, .dates-body .dates-box .date-private::after, .dates-body .dates-box .date-shared::after{
      position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto;
    height: 1px;
    width: 95%;
    border-bottom: 1px dashed #ccc;
}
.dates-box.dates-head .date-available, .dates-box.dates-head .date-book, .dates-box.dates-head .date-course, .dates-box.dates-head .date-private, .dates-box.dates-head .date-shared{
  color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 8px 15px;
    position: relative;
    z-index: 9;
    text-align: center;
}
.dates-body .dates-box .theme-button{    padding: 5px 0px;}

.special-badge {
    display: inline-block;
    background: var(--secondary);
    color: #fff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.available-dates-table {
    font-family: sans-serif;
}

.available-dates-table * {
    font-family: sans-serif !important;
}

.available-dates-table .date-course {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 35% !important;
}

.available-dates-table .date-shared {
    width: 25% !important;
}

.available-dates-table .date-private {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 40% !important;
}

.available-dates-table .special-badge {
    background: var(--primary) !important;
    background: #1d5450 !important;
}

/* Retreat Pricing Table Styles - Applies to all retreat pages */
.retreat-pricing-table,
.yoga-retreat-pricing-table {
    max-width: 80% !important;
    margin: 0 auto !important;
}

.retreat-pricing-table .date-course,
.yoga-retreat-pricing-table .date-course {
    width: 40% !important;
    flex: 0 0 40% !important;
}

.retreat-pricing-table .date-shared,
.yoga-retreat-pricing-table .date-shared {
    width: 30% !important;
    flex: 0 0 30% !important;
}

.retreat-pricing-table .date-private,
.yoga-retreat-pricing-table .date-private {
    width: 30% !important;
    flex: 0 0 30% !important;
}

.theme-button {
    padding: 10px 25px;
    display: inline-block;
    border: 2px solid var(--primary);
    font-weight: 600;
    color: var(--primary);
    background-color: #fff;
    transition: 0.5s ease-in;
    font-size: 15px;
}

.theme-button:hover{
    color: #fff;
    background: var(--primary);
}

.food-craousel{display: none;}

.ho-course-list-wrap {
    background-color: #fff;
    padding: 60px 40px;
    border: 2px solid var(--primary);
    margin-top: 65px;
    border-radius: 10px;
}
.ho-course-list-wrap .sub-heading{font-weight: 600;}

#ho-course-accommodation .accommodation-heading {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    margin-bottom: 22px;
    color: #fff;
    z-index: 9;
    padding: 8px 25px;
}

#ho-course-accommodation .accommodation-image-wrap {
    margin-top: 100px;
}

#ho-course-accommodation .accommodation-image-wrap .course-accommodation-image {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 5px 0 #eaeaea;
    box-shadow: 0 0 5px 0 #eaeaea;
    margin-bottom: 25px;
}

#ho-course-accommodation .accommodation-heading:before {
    position: absolute;
    content: "";
    width: 122%;
    background-color: var(--primary);
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}

#ho-course-accommodation .col-md-6{z-index: 10;}
#ho-course-accommodation .accommodation-image-wrap.right .accommodation-heading::before{
  left: -22%;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.accommodation .accommodationDesc{font-family: 'Raleway';font-weight: 500;line-height: 28px;
    text-align: justify;}
.accommodation-ttc .accommodationDesc{text-align: justify;}
.accommodation-ttc ul{display: flex; justify-content: center;}
.accommodation-ttc ul li{margin: 5px;}
.accommodation-ttc ul .nav-link{background: transparent;border: 1px solid var(--primary);color: var(--primary);}
.accommodation-ttc ul .active{background: var(--primary)!important;border-color: var(--primary);}
.accommodation-ttc ul .active a{color: #fff;}

.amenities .intro-points{display: flex; justify-content: space-between;}
.yogacapital p{font-family: 'Raleway';font-weight: 500;    line-height: 28px;}
.yogcapital-points .card{border: 1px solid var(--primary);border-radius: 6px;font-size: 16px; background: #fff;     margin-bottom: 10px;}
.yogcapital-points .card strong{color: var(--primary);font-size: 18px;padding-bottom: 4px;}
.yogcapital-img img{height: 525px;object-fit: cover;object-position: center; border-radius: 8px;}
#main-topic{background: none;}
.careerDesc p{font-family: raleway;font-weight: 500;line-height: 28px;}
.admissionDesc p{font-family: raleway;font-weight: 500;line-height: 28px;}
.admission-process h3{color: var(--primary); padding-bottom: 12px;}
.addmissionsection{padding-bottom: 45px;}
.accomm-bottomText{padding-top: 20px;}
.program-overview{     position: relative;}
#more {display: none;}
.content-new{display: none;}
.show_hide_new{z-index: 9; position: relative;}
#myBtnread{position: relative; z-index: 9;}
.benefits-card {
  background: #fff;
    height:310px;
   text-align: center;
    box-shadow: 1px 1px 10px rgb(230, 230, 230);
    padding: 10px 20px;
    margin: 40px 0px 40px 0px;
    position: relative;
    min-height: 370px;
}
.benefits-card p{text-align: justify; z-index: 9; position: relative;}
.benefits-card i {
    border: 2px solid var(--primary);
    padding: 20px 20px;
    border-radius: 50px;
    background-color: #fff;
    font-size: 55px;
    transform: translate(0, -45px); 
    color:var(--primary);
    display: none;
}
.benefits-card img{
    border: 2px solid var(--primary);
   padding: 10px 10px;
    border-radius: 100%;
    background-color: #fff;
    transform: translate(0, -48px); 
    color:var(--primary);
    width: 34%;
}


.benefits-card h4{color:var(--primary); text-align: center; letter-spacing: .5px; font-weight: 700;
    padding-bottom: 12px; margin-top: -25px;} 
.benefits-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: solid 2px var(--primary);
    border-bottom: solid 2px var(--primary);
    transition: 0.5s;
    transform: scaleX(0);
}
.benefits-card:hover::after {
    transform: scale(1);
}
.benefits-card:hover::before {
    transform: scale(1);
}
 .benefits-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: solid 2px var(--primary);
    border-right: solid 2px var(--primary);
    transition: 0.5s;
    transform: scaleY(0);
}

.ttc300hour .benefits-card .img-card img{width: 100%; transform: none;height: 220px;
    overflow: hidden;border-radius: 4px; border:none; padding: 0;}
.ttc300hour .card-second h4{margin: 0!important;} 
.ttc300hour .card-second {padding: 0px;} 
.card-details{    padding: 12px 14px;}
    

.ttc300hour .benefits-card{height: auto; min-height: 330px;}
.ttc300hour .benefits-card img{width: 18%;}
.ttc300hour .owl-carousel .owl-item img{width: 34%; display: inline;}
.ayurveda-retreat .owl-carousel .owl-item img{width: 100%; display: inline;}
.ttc300hour .benefits-card h4{margin-top: -32px;}
.show_hide_new{font-weight: bold;}
.retreat-offer .benefits-card{height: auto; min-height: 440px;}
.retreat-point h3{    color: var(--primary);padding-bottom: 12px;}
.retreat-point {padding: 15px 0px;}
.retreat-point .code-conduct .list-icon img{    width: 4%;}
.retreat-why .om-img{top: 325px;}
.bg-top{position: absolute;
    
    width: 16%;
    opacity: .8;}
.bg-end{position: absolute;
    bottom: 20px;
    right: 0px;
    width: 12%;
    opacity: .8; }

.teacher-200 .teacher-img img{  border-radius: 50%;
    margin: 5px auto auto;  box-shadow: 0 0 8px 0 #828282; transition: .3s;
    padding: 5px;} 
    .sec-teacher { background:#FCF5F5; }
    .teacher-200 .btn-primary {
    padding: 10px 12px 10px 12px;
}
.teacher-200 .teacher-img .cover{object-fit: cover; width:150px; height:150px;} 
.teacher-200 .teacher-img{    border: none;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 0 8px 0 #8282827d;
    margin: 10px auto; background: #fff;} 
.teacher-200 .team-position{ color:#009462; padding-top: 10px; }
.team-experience { font-size: 13px; color: #888; text-align: center;}

.owl-carousel .owl-nav .owl-prev { position: absolute;
    top: 45%; left: -20px;}
.owl-carousel .owl-nav i {height: 45px; width: 45px; line-height: 45px;
    text-align: center; color: #fff; background: var(--primary);}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: -20px;
}
.yogi-quote {
    border-left: 3px solid var(--primary);
    padding-left: 20px;
    margin: 15px 0;
    font-style: italic;
    font-size: 16px;
}


#text-testimonial .google-icon {
    position: absolute;
    overflow: hidden;
    top: -15px;
    right: -15px;
    width: 38px;
    height: 38px;
    background-color: #f5f8fc;
    padding: 7px;
    border-radius: 50%;
    box-shadow: 2px -1px 0 0 #e5e5e5
}

#text-testimonial .testimonial-info-box {
    display: flex;
    justify-content: left;
    -webkit-box-align: center;
    align-items: center
}

#text-testimonial .text-testimonial-para {
    margin-bottom: 25px;
}
#text-testimonial .testimonial-info-box .testimonial-image-wrap {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
    box-shadow: 0 0 3px 0 #c7c7c7;
}

#text-testimonial .testimonial-info-box .testimonial-image-wrap .testimonial-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#text-testimonial .testimonial-info-box .testimonial-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #468f77
}

#text-testimonial .text-testimonial-box {
    padding: 18px 20px;
    background-color: #00000087;
    -webkit-box-shadow: 0 0 5px 0 #d2d2d2;
    box-shadow: 0 0 5px 0 #d2d2d2;
    /*background-color: #f5f8fc;*/
    background-color: #fff;
    margin: 25px 20px;
    position: relative
}


#text-testimonial .quote-image {
    position: absolute;
    overflow: hidden;
    right: 15px;
    bottom: 35px;
    width: 28px;
    height: 28px;
    object-fit: contain
}

#text-testimonial .review-star {
    width: 130px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 25px;
    object-position: left
}
.google-review-png {
    width: 15%;
    margin: 0 auto;
}


.faq .accordion-button:not(.collapsed){    color: #fff;
    background-color: var(--secondary); border: none;}
.faq .accordion-button:focus{    border-color: #468f77; box-shadow: none;}
.faq button:hover{color: #000;}
.faq .accordion-flush .accordion-item .accordion-button{/*border: 2px solid var(--primary);*/}
.accordion-flush .accordion-item .accordion-button{border: 1px solid var(--primary)}
.faq .accordion-button:not(.collapsed)::after{background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);}
.faq .accordion-item{ margin-bottom: 5px;}
.faq .accordion-body{box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}
.code-conduct h3{color: var(--primary);}
.code-conduct ul{list-style: none;}
.code-conduct ul li{padding:5px; font-size: 16px;}
.code-conduct ul li i{padding-right: 5px; }
.code-conduct .list-icon img{width: 2%; margin-right: 4px; }
/*.impNote{
 background-image: url(../images/bg-about.png);}*/


.books .owl-carousel-books .item {
    width: 220px;
    margin: 0 10px; position: relative;
}

.books .item .name_download {width: 100%;padding: 5px 20px;color: black;text-transform: capitalize;
    border: 2px solid var(--primary);text-align: center;font-weight: 600;}
.books .item .name_download .download{padding: 6px 15px;font-size: 14px;position: absolute;bottom: -40px;transition: .5s;left: 0; background: var(--primary);color: #fff;width: 100%;}
.books .item .book-img img{height: 300px;}
.books .owl-carousel-books .item{  width: 260px;margin: 0 auto;}
.item:hover .name_download .download{bottom: 35px;transition: .5s;}

.other-courses .course-card{box-shadow: 1px 1px 10px rgb(180, 180, 180);}
.course-png{background: #d66b1c;padding: 10px 5px; color: #fff;font-size: 14px;     background: linear-gradient(90deg, rgba(183, 8, 79, 1) 35%, rgba(224, 137, 76, 1) 100%);}
.other-retreat .course-png{font-size: 20px; height: 60px; display: flex; justify-content: center; align-items: center;} 
.course-png img{width: 80%;display: block;margin: auto;}
.course-card .sidebar-wrap{margin-top:0px;border-radius:.1rem; padding: 5px 16px 16px 16px; background: #fff;}
.course-card .sidebar-wrap hr{margin: 2px 0px !important;}
.course-card .sidebar-wrap p{font-family: 'Raleway', sans-serif; font-size: 15px; font-weight: 500; }
.course-card .image img{height: 200px; object-fit: cover;}
.act-card .image {width: 100%;height: 220px;overflow: hidden;  border-radius: 10px;}
.act-card .image img{width: 100%; height: auto;}
.act-card {min-height: auto;margin:5px;margin-top: 30px;background-color: #fff;text-align: center;box-shadow: 1px 1px 10px rgb(220, 220, 220);
    position: relative; padding: 10px;border-radius: 10px;}
.act-desc{padding: 10px; padding-bottom: 0px; min-height: 120px;}
.act-desc h3{text-align: center;color: var(--primary); margin-bottom: 0px; position: relative; padding-bottom: 8px; line-height: 26px; font-size: 18px;}
.act-desc p{text-align: justify;}
.act-desc h3:before {position: absolute;content: "";left: 40%;bottom: 0;z-index: 999;width: 60px;
    height: 2px;transition: .4s;background-color: var(--primary);}
.activity .act-card:hover h3:before {transition: .4s;    width: 80px;}
.work-card .image {width: 100%;height: 220px;overflow: hidden; }
.work-card .image img{width: 100%; height: auto;}
.work-card {min-height: 410px;background-color: #fff;text-align: center;box-shadow: 1px 1px 10px rgb(220, 220, 220);
    position: relative; border-radius: 4px; margin-top: 15px;}
.work-card .act-desc{padding: 15px;}
.yoga-card .image {width: 100%;height: 220px;overflow: hidden;  border-radius: 10px;}
.yoga-card .image img{width: 100%; height: auto;}
.yoga-card {min-height: 390px;margin: 8px 4px;background-color: #fff;text-align: center;box-shadow: 1px 1px 10px rgb(220, 220, 220);
    position: relative; padding: 6px;border-radius: 10px;}
.yoga-style .owl-carousel .owl-nav{display: block!important;}
#ayurvedic-treatment .act-desc{min-height: auto;}
#ayurvedic-treatment .act-desc h3{margin-bottom: 8px;}

.blog-card{
    background-color: #fff;
    text-align: center;
    box-shadow: 1px 1px 10px rgb(220, 220, 220);
    position: relative;
    border-radius: 10px; min-height: 310px;}
.blog-card .image {width: 100%;overflow: hidden; border-top-left-radius: 10px;
    border-top-right-radius: 10px;}
.blog-card .image img{width: 100%; height: auto;}
.blog-desc{padding: 12px 10px; text-align: left;}
.blog-desc h4{text-align: left;margin-bottom: 6px; position: relative; padding-bottom: 8px; height: 50px;}
.readmoreblog{text-align: center;
    font-weight: 400;
    color: #fff;
    /*border-bottom: 2px dotted;*/
    font-size: 16px; display: block; background: #f16a57;
    border-radius: 8px;     width: 44%;margin: auto;}
.readmoreblog:hover{    color: #fff;    background: #eb543ff0;}
.leftCts{background: #008379; padding: 0px;}
.rightCts{background: var(--primary); padding: 3em 2em;}
.rightCts .ctsContent {text-align: center;}
.rightCts .ctsContent h2{color: #fff; font-size: 38px;}
.rightCts .ctsContent h4{color: #fff; font-size: 22px; padding: 14px 0px;}
.ctsHighlight{display: flex; gap: 10px;
    max-width: 563px;
    margin: 0 auto;
    text-align: left;}
.ctsHighlight .lotus-pseudo{background: #559683; border-radius: 10px; padding: 10px; display: grid
;    grid-template-columns: auto auto; align-items: center;}
.ctsHighlight .lotus-pseudo span{color: #fff;}
.lotus-pseudo:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 17px;
    background: url(https://www.allyogatraining.com/wp-content/themes/genesis-sample/image/lotus-pseudo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 16px;
    margin-top: 3px;
}
.ctsContent .hr-logo{padding: 22px 0;margin: 0;}
.ctsContent form{margin:0 6em;}
.ctsContent form input{height: 44px!important; border-radius: 20px;}
.ctsContent .btn-one{background: var(--secondary)}


.gallerySec .viewMore{width: 20%;margin: auto;margin-top: 65px;}
 .reachus{display: flex;}
 .reachus ul{list-style: none; width: 47%; margin-right: 40px;}
 .reachus ul li{font-size: 16px;font-family: 'Raleway', sans-serif; padding: 12px 0;padding-bottom: 6px;    border-bottom: 2px dashed #d8d8d8; font-weight: 500; margin-bottom: 20px;}
 .reachus .number{background: var(--primary);color: #fff;font-size: 20px;padding: 10px;
    border-radius: 50%;display: inline-block;width: 30px;height: 30px;line-height: 7px;}
 .reachus .reachTitle{background: var(--primary);color: #fff;padding: 4px 22px;font-weight: 700;
    margin-left: 8px; text-transform: uppercase;}
  .reachus p{    padding-top: 10px;text-align: justify;}
.fare{padding: 10px 0px;padding-top: 35px;}
.fare h3{color: var(--primary);}
.fare table{  background: #fff;margin:auto; margin-top: 22px; border-radius: 8px; width: 40%;}
.fare table thead th{    border-bottom-color: var(--primary)!important;}


.slider-box{background: #b7084f1a;width: 100%;height: 490px; 
  background: linear-gradient(90deg, hsl(61.17deg 66.04% 79.22% / 75%) 0%, hsl(149.28deg 54.1% 88.04% / 67%) 100%);

}
.slider-box .row{align-items: center; height: 100%;}
.right-slider{padding: 0em 3em;}
.right-slider .banner-top-text{font-size: 30px;}
.banner-bottom-text{padding-bottom: 15px;}
.slider-area{position: relative;}
/*.slider-area:before{position: absolute;content: "";left: 0;bottom: 0;z-index: 99;filter: invert(1);
    background-size: cover;background-image: url(../images/divider.svg);height: 45px;width: 100%;}*/
.dynamic-text{color: var(--primary);font-size: 30px;font-weight: 500; padding: 18px 0px;}

.slider-area .banner-image-wrap {position: relative;z-index: 9;padding: 40px 0;}
.yttc-banner {border-radius: 50%;width: 350px;object-fit: cover;height: 350px;display: block;margin: auto;padding: 8px;background-color: #ffffffb3;border: 1px dashed var(--primary);}
.slider-area .banner-image-wrap .banner-shape {position: absolute;top: 0;width: 100%;height: 100%;
    left: 0;z-index: -1;}
.slider-area .banner-shape1 {opacity: .1;transform: scale(1.2);}
.slider-area .banner-shape2 {opacity: .15;transform: scale(1.10) rotate(10deg);}
.slider-area .banner-shape3 {opacity: .05;}
.banner-bg{position: absolute;top: 0;right: 0;opacity: 0.1;width: 39%;}


/**divider**/
.discount{position: relative;z-index: 9;background: url(../images/bg-ayurveda.webp) no-repeat top;
    background-size: cover;background-attachment: fixed;}

.discount::before { position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: .55; z-index: -1;}
/*.yoga-alliance::before { position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background-color: #0000008a; opacity: .55; z-index: -1;}*/
.divider-img { position: absolute; left: 0; top: 34px; width: 100%; height: 100%; object-fit: cover; z-index: -2;}
/*.yoga-alliance .divider-img{top: 0px;}*/
/*.yoga-alliance .title{color:#fff;     text-shadow: 4px 2px BLACK;}*/
/*.yoga-alliance .sub-title{color:#fff;}*/
.alliance-right{padding: 20px 0px;}
.alliance-right .header{text-align: center;padding: 10px;background-color: #ffe4c4;border-radius: 8px;
    margin-bottom: 15px; margin-right: 12px;}
.alliance-right .header h3{color: #8B0000;font-size: 2rem;margin: 0;}
.certificate-box {
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 0px;
    margin: 5px;
    width: 49%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.yoga-alliance .col-md-6{padding: 0px;}
.bg-alliance{background: url(../images/yoga-alliance.jpg) no-repeat; background-size:cover;}
.certificate-ya{display: flex;}
.certificate-ya img{width: 98%; }
.certificate-box h2{    color: #d2691e;font-size: 1.5rem;margin-bottom: 4px;}
.yoga-alliance .hoding-text-wrap{margin: 20px;}
.top-holding {  top: -3px;  transform: rotateX(360deg);}
.hoding-text-wrap { margin: 8% 0;}
.yoga-alliance .hoding-text-wrap{margin: 0px;}
 .bottom-holding { transform: rotateX(180deg);}
 .bottom-holding {position: absolute;left: 0;bottom: -34px; width: 100%; height: 80px; z-index: -1;}
.top-holding { position: absolute;  left: 0;  bottom: 0;  width: 100%; height: 80px; z-index: -1;}

.hoding-top-heading.color-text{color:#fff;}
.hoding-top-heading { font-size: 40px; font-weight: bolder; color: #fff; text-shadow: 0 0 2px #949494; margin-bottom: 8px; text-align: center; line-height: normal;}
.hoding-top-heading {font-size: 28px;font-weight: bolder; color: #fff; text-shadow: 0 0 2px #949494; margin-bottom: 8px; text-align: center; line-height: normal;}
.hoding-bottom-heading {  text-align: center;  color: #fff;  font-size: 20px;  }
.mb-0{ margin-top:20px; }
.retreat-fees table{background: #fff; text-align: center; margin:auto;}
.retreat-fees .col-md-8{ margin:auto; }
.highlight-box {background: #fff;}
.my-5{margin-bottom: 0px !important;}
.yoga-ttc-details-retreat  img:hover {
    transform: scale(1.2);
    transition: transform 0.8s;
}
.yoga-ttc-details-retreat img{ transition: all 0.3s linear;}
.yoga-ttc-details-retreat{overflow:hidden;}
.schedule-retreat table{box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);}
/**end divider**/

.side-fix-popup {position: fixed;top: 30%;right: 0;width: 240px;background-color: #ffffff;padding-top: 35px;padding-bottom: 20px;z-index: 99999;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;border-radius: 8px; text-align: center; display: none;}
.indian-popup-heading { font-size: 16px; font-weight: 600;  color: #000; text-align: center; font-family: 'Raleway';}
.indian-popup-close {  position: absolute;top: -13px; left: -13px; width: 30px; cursor: pointer; height: 30px; border-radius: 50%; background-color: #159aa3; display: flex; justify-content: center;
    color: #fff;  align-items: center;  font-weight: 900;}
.indian-message{text-align: center;}
.side-fix-popup button.close {position: absolute;background: #000;top: 0px;left: 0px;padding: 0px;color: #fffefe;opacity: 3;width: 24px;height: 29px;font-size: 25px;line-height: 21px;font-weight: 300;
    border-radius: 3px;}
.tag-message{ background: var(--primary);color: #fff;padding: 8px 0px; margin: 14px 0px; text-transform: uppercase;}
.side-fix-popup .btn-one{ background: #fff;color: var(--primary);display: block;width: 52%;margin: auto;     padding: 8px 0px;}
.side-fix-popup .btn-one:hover{ background: var(--primary);color: #fff;}
.bottom-popup-text{font-family: 'Raleway';font-weight: 500;}

.side-fix-popup .btn-one span , .side-fix-popup .btn-one i{animation: blink .8s linear infinite;}
  
@-webkit-keyframes blink {
   0%  {opacity: 0}
    50%  {opacity: 1}
    100% {opacity: 0}    
}

.priceIN{display: none;}
.priceOther{display: none;}
#myModal button.close {position: absolute;top: 10px;right: 10px;padding: 0px;background: #fff;color: var(--primary);height: 25px;opacity: 3;border-radius: 50%;width: 25px;}
#myModal .close {float: right;font-size: 21px;font-weight: 800;line-height: 1;text-align: center;color: #000;text-shadow: 0 1px 0 #fff;}
.popup-submit{padding:10px; font-size:15px; background:#01853a; border-radius:20px; color:#fff; font-weight: 800; width:90%;}
.bbp-right{ position: relative; }
.content-right{position: absolute; top:20px; left:100px; color:#fff; width: 81%;} 
.bbp-right p {margin-bottom: 10px !important; font-size: 22px; text-align: center;}
.bbp-cta{ border:2px solid #fff; color:#fff;  text-align: center;}
.pop-submit{text-align: center;}
.popup-himyoga{background: url(../images/grapixcle1.webp) no-repeat; background-size:contain;}
.word-bg{background: var(--primary); color: #fff;}
.modal-body {padding: 0px;}
.noteOffer{position: absolute;bottom: 0;right: 0px;color: #fff;font-size: 13px;font-weight: 400;
letter-spacing: 0.8px;}
.flesh-paint-wrap {padding: 25px 10px 25px 5px !important;background-image: url(../images/12.webp); no-repeat;background-size: 100% 100%;display: block;text-align: center;color: #000;font-style: italic !important;font-weight: 600 !important;line-height: 1.2 !important;margin-bottom: 20px !important;
    font-size: 20px;}
.bbp-heading { text-align: center;font-size: 15px !important;line-height: 1.5 !important;
    margin-bottom: 5px !important;display: block;letter-spacing: 1.5px;text-transform: uppercase;}
.modal-content .row{    --bs-gutter-x: 0rem;}
.cursive{  font-family: "Cookie", cursive;  font-weight: 400;  font-style: normal;}

#myModal .content-right ul{list-style: none; padding: 0px; text-align: center;}
#myModal .content-right ul li{font-size: 20px; padding-bottom: 5px;}
#myModal .content-right ul li i{padding-right: 10px; }
#myModal .modal-dialog {margin-top: 7rem;}
#myModal .btn-one{ background: #fff;color: var(--primary);display: block;width: 52%;margin: auto;     padding: 8px 0px;}
#myModal .btn-one:hover{ background: var(--primary);color: #fff; border-color: #fff;}
.take-steps{max-width: 70%;}
.blog-details {margin-top: 12px;}
.blog-details .box .col-md-6 {font-size: 16px;border: 1px solid rgb(230, 230, 230);
    padding: 10px 0 10px 10px;}
.Highlight-img img{border-radius: 8px;     margin-bottom: 18px;
    border: 1px solid #e6e6e6;padding: 4px;box-shadow: 0 0 9px 1px #1d545094;}
.highlight-video{border-radius: 8px;     margin-bottom: 18px;
    border: 1px solid #e6e6e6;padding: 4px;box-shadow: 0 0 9px 1px #1d545094;}
.blog-details .box{position: sticky;top: 20%;} 
.blog-details .box .col-md-12 {font-size: 16px;border: 1px solid rgb(230, 230, 230);
    padding: 16px 0 16px 10px;}
.fa-pagelines {margin-right: 6px;color: var(--primary);font-size: 20px;}
.blog-details .box img{width: 3%; margin-right: 4px;}
.ayurvedic-theraphy .act-card{ padding: 8px;}
.ayurveda-dates .dates-wrap{    margin: 0px 10px;}
.ayurveda-dates .date-course{width: 25%;}
.ayurveda-dates .date-available,.ayurveda-dates .date-book,.ayurveda-dates .date-private,.ayurveda-dates .date-shared{width: 20%;}
.ayurveda-dates .date-book{width: 25%;}
/*German Site css*/
.germanBody .course_content .time{width: 290px;}
/*End German Site Css*/
.ad-box{background: #eff1f4;border-radius: 18px;padding: 3em;}
.ad-box h2{    text-align: center; font-size: 40px;}
.ad-box p{padding: 1em 8em;text-align: center;}
.ad-box span{display: block;}
.callbtn{background: #fff; color: var(--primary); text-shadow: none;
    font-weight: 600; border-radius: 12px;}
.callbtn:hover{background: var(--primary); color: #fff;}
.callbtn i{font-size: 28px;vertical-align: middle;padding-right: 5px;}
.custom-heading{ font-size: 22px;padding: 4px; padding-left: 15px; width: 32%;background: #1d5450;color: #fff;
    border-radius: 10px;margin-top: 30px;margin-bottom: 10px;clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%, 0% 50%);}
.retreat-schedule {
   padding: 40px 20px;
  color: #333;
 
}
.daysSchedule{ background: linear-gradient(120deg, #fefcfb, #e6ede9);}

.retreat-schedule h1 {
  text-align: center;
  color: #2e4a3d;
  margin-bottom: 30px;
}

.retreat-schedule .schedule {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.retreat-schedule .day-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 16px;
  transition: transform 0.3s ease;
}

.retreat-schedule .day-card:hover {
  transform: translateY(-5px);
}

.retreat-schedule .day-title {
  font-size: 1.4em;
  font-weight: bold;
  color: var(--secondary);
  margin-bottom: 10px;
  text-align: center;
  padding-top: 8px;
}
.dayimg img{border-radius: 4px; height: 170px;object-fit: cover;}

.retreat-schedule ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.retreat-schedule li {
  margin-bottom: 8px;
  padding-left: 10px;
  border-left: 4px solid var(--primary);
  font-size: 16px;
}


.retreat-schedule-pricing {
  text-align: center;
  color: #2f4036;
}

.retreat-schedule-pricing h2 {
  font-size: 2.4em;
  margin-bottom: 40px;
  position: relative;
}

.retreat-schedule-pricing h2::after {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #9bc6b0;
  display: block;
  margin: 10px auto 0;
  border-radius: 10px;
}

.pricing-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: auto;
}

.price-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 300px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border: 2px solid #d9e8e2;
  transition: transform 0.3s ease;
}

.price-card:hover {
  transform: translateY(-8px);
}

.price-card h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: var(--secondary);
  font-weight: 700;
}

.price-card .price {
  font-size: 2em;
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 20px;
}

.price-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.price-card ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
}

.price-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: bold;
}

.price-card .price {
  font-size: 2em;
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 20px;
}

.old-price {
  font-size: 0.8em;
  color: #999;
  text-decoration: line-through;
  margin-right: 10px;
}

.apply-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.apply-btn:hover {
  background: var(--secondary);
  color: #fff;
}
.innerRetreatPrice{ background: linear-gradient(120deg, #fefcfb, #e6ede9);}
.innerRetreatPrice{background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url('../images/webp/about-in.webp'); background-size: cover; background-position: center; background-attachment: fixed;}

.intro-img{    padding: 10px;border-radius: 8px;box-shadow: 0 0 9px 1px #1d545094;margin: 10px;}
.intro-img img{border-radius: 6px;}
.hg-img .intro-img img{height: 260px;object-fit: cover;}

.date-shared .pr-2 , .date-private .pr-2{font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;}
.date-shared , .date-private{font-family: sans-serif;}

.meal-schedule-section {margin: 3rem 0;font-family: 'Segoe UI', sans-serif;}
.meal-heading {  text-align: center;  font-size: 1.8rem;  color: #34495e;  margin-bottom: 1.5rem;}
.meal-table-container {  background: #ffffff;  border-radius: 16px;  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);  overflow-x: auto;}
.meal-schedule-table {width: 100%;border-collapse: collapse;font-size: 0.95rem;}
.meal-schedule-table th,
.meal-schedule-table td {padding: 14px 18px;text-align: left;border-bottom: 1px solid #e6ecf0;}
.meal-schedule-table th {  background-color: var(--secondary);color: white;font-weight: bold;position: sticky;
  top: 0;z-index: 1;font-size: 18px;}
.meal-schedule-table tbody tr:nth-child(even) { background-color: #f9f9f9;}
.meal-schedule-table tbody tr:hover {background-color: #ecf0f1;transition: background-color 0.3s;}
.docskill{background-color: var(--secondary);color: white;padding-left: 8px;padding-right: 8px;padding-top: 5px;padding-bottom: 5px;border-radius: 30px;}

.popup-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background-color: rgba(0, 0, 0, 0.75);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .popup-overlay.active {
      visibility: visible;
      opacity: 1;
      z-index: 99999999;
    }

    .popup-wrapper {
      position: relative;
      width: 550px;
      height: 550px;
    }

    .mandala-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('../images/mandala-3.webp') no-repeat center center;
      background-size: cover;
      z-index: 1;
      animation: spin 40s linear infinite;
    }

    @keyframes spin {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }

    .popup-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 450px;
      height: 450px;
      background: #ffffff;
      border-radius: 50%;
      z-index: 2;
      text-align: center;
      padding: 40px 30px;
      box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    }

    .popup-content h2 {
      font-size: 20px;
      color: #2e7d32;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .popup-content .popheading {
      font-size: 24px;
      font-weight: 600;
      color: #111;
      margin-bottom: 12px;
      line-height: 1.5;
    }

    .popup-content p {
      font-size: 16px;
      color: #444;
      /*margin-bottom: 10px;*/
      padding: 10px 0px;
    }

    .popup-content ul {
      list-style: none;
      padding-left: 0;
      margin: 12px 0;
      font-size: 16px;
      color: #333;
    }

    /*.popup-content ul li::before {
      content: "✅";
      margin-right: 6px;
      color: #4CAF50;
    }*/

    .popup-content a {
      background-color: var(--secondary);
      color: white;
      border: none;
      padding: 12px 28px;
      border-radius: 25px;
      font-size: 18px;
      cursor: pointer;
      margin-top: 16px;
      transition: background-color 0.3s ease;
      text-transform: uppercase;
    }

    .popup-content a:hover {
      background-color: var(--secondary);
    }
    .getbtn{margin-top: 35px;}

    @-webkit-keyframes blink {
   0%  {opacity: 0}
    50%  {opacity: 1}
    100% {opacity: 0}    
}

    .popup-content .no-thanks {
      display: block;
      margin-top: 14px;
      font-size: 16px;
      color: #666;
      cursor: pointer;
      text-decoration: underline;
    }

    .close-btn {
      position: absolute;
      top: 0px;
          right: -40px;
    font-size: 50px;
      font-weight: bold;
      color: #faff00;
      z-index: 3;
      cursor: pointer;
    }

    .close-btn:hover {
      color: #faff00;
    }
    .offpercent{background: yellow;padding: 8px;border-radius: 6px; animation: blink .8s linear infinite;     font-size: 16px;    font-weight: 700;}
    .popup-content .spcloffer{color: #000;}





@media screen and (max-width: 1024px) {
   .left-header{padding-left: 29px;}
   .highlight-point ul li img{width: 24px;}
  .testimonial-right .review-box>div:nth-child(2) { padding-top: 32px !important;}
  .navbar-light .navbar-nav .nav-link{padding: 5px 18px;}
  .right-slider{overflow: hidden;}
.about-index .bg-img{width: 100%;}
.footer-box p, .footer-box a, .footer-box ul li{overflow-wrap: break-word;}

.enroll-bored{padding: 50px 25px;}
.author .team-frame{left: -37px;}

.yttc-jump-icon{width: 23px;height: 23px;object-fit: contain;margin-right: 2px;}
.course-schedule .schedule-time{width: 34%;}
.ho-course-list-wrap{ padding: 20px 15px;}
.bottom-holding{bottom: -40px;}
.books .owl-carousel-books .item{width: 210px;}
.om-img{top: 240px;left: 330px;}
}

@media screen and (max-width: 768px) {
  .author .team-frame{left: -42px;}
  .title{font-size: 30px;}
  .left-header{ padding-left: 10px;width: 70%;}
  .right-header{width: 29%;}
  .yttc-banner{width: 320px; height: 320px;}
  .slider-area .banner-shape1{transform: scale(1.4);}
  .slider-area .banner-shape2 {transform: scale(1.20) rotate(10deg);}
  .about-index .col-md-5{width: 100%}
  .about-index .col-md-7{width: 100%}
  .our-program .course_item .col-md-4{width: 100%}
  .our-program .course_item .col-md-8{width: 100%}
  .course_item .course_content{padding-top: 20px;}
  .why .col-md-5{width: 100%}
  .why .col-md-7{width: 100%}
  .points ul li i{width: 15%;}
  .points{display: block;}
  .points ul{width: 100%}
  .whychoose_right{padding-top: 20px;}
  .highlight .col-md-4{width: 100%}
  .highlight .col-md-8{width: 100%}
  .highlight .col-md-4 img{width: 50%; display: block; margin: auto;}
  .testimonial .col-md-7{width: 100%}
  .testimonial .col-md-5{width: 100%}
  .testimonial-right{margin-top: 20px;}
  .navbar-toggler{ padding: 8px;font-size: 1rem;height: 33px; background: var(--primary);
    color: #fff!important;}
    .navbar-light .navbar-toggler-icon{background: none;}
  .navbar-toggler-icon{width: 1.3em;height: 1.3em;}
  .header-start .navbar .container{background: #fff;}
  .header-start .headerBtn{z-index: 9;}

  .about-intro .col-md-5{width: 100%}
  .about-intro .col-md-7{width: 100%}
  .intro_right{padding: 0; padding-top: 20px;}
  .what-get .row{flex-direction: column-reverse;}
  .what-get .col-md-7{width: 100%}
  .what-get .col-md-5{width: 100%}

  .teacher-box,.teacher-box-rev{    padding: 2%;}
  .teacher_c2{width: 45%;}
  .teacher_c2 img{height: 325px;}
  .teacher_c2_rev{width: 45%;}
  .teacher_c2_rev img{height: 325px;}

  #get-in-touch .sub-heading{font-size: 22px;}
  .contact-box-wrap .social-media a{ font-size: 28px !important;}
  .social-media a{ padding-right: 35px;}
  .mapsvg{flex-basis: 50%;}

  .enroll-logo{top: -52px;}

  #yttc-jumper{padding: 5px 0px;}
  .yttc-jump-icon{display: block;margin: auto;}
  .yttc-jump-text{ font-size: 14px;}
  .yttc-jump-icon{ width: 20px;height: 20px;}
  .card-offer .sec-s:before{display: none;}
  .card-offer .sec-s{margin-bottom: 10px;}
  .card-offer .card-body{padding: 1rem 1rem;}
  .card-offer .self-common-heading{font-size: 24px;     margin-bottom: 1rem;}
  .card-offer .highlight-pp{font-size: 1.2rem;line-height: 2rem;}
  .main-topic .card-1 h2{font-size: 24px;}
  #ho-course-accommodation .row {margin-top: 0px!important;}
  #ho-course-accommodation .row .col-md-3{display: none;}
  .food-craousel{display: block; margin-top: 20px;}
  #ho-course-accommodation .row .col-md-6{width: 100%}
  #ho-course-accommodation .accommodation-heading:before{width: 100%}
  #ho-course-accommodation .accommodation-image-wrap.right .accommodation-heading::before{left: 0;}
  #ho-course-accommodation .accommodation-image-wrap{margin-top: 40px;}
  .ho-course-list-wrap{margin-top: 30px;}
  .top-holding{height: 60px;}
  .hoding-top-heading{font-size: 26px;}
  .hoding-text-wrap{margin: 4% 0;}
  .bottom-holding{height: 60px;}
  .hoding-bottom-heading{font-size: 18px;}
  .hourss-200 .col-md-8{width: 100%;}
  .hourss-200 .col-md-4{width: 100%;}
  .hourss-200 .retreat-img{text-align: center;}
  .hourss-200 .retreat-img img{width: 60%;}
  .activity .col-md-4{width: 50%;}
  .act-card{padding: 8px;}
  .om-img{ top: 254px;left: 161px;width: 57%;}
  .code-conduct .list-icon img{width: 3%;}
  .yogcapital-points .col-md-6{width: 100%;}
  .program-overview .col-md-4{width: 50%;}
  .orientation-extra .col-md-6{width: 100%;}
  .orientation-img{height: auto;}

  #myModal .popup-himyoga .col-md-4{display: none;}
  #myModal .popup-himyoga .bbp-right{width: 100%; background: var(--primary);}
  #myModal .popup-himyoga .bbp-right .content-right{left: 0;width: 100%;}
  .noteOffer{position: relative;text-align: right;display: block; line-height: 32px;font-size: 12px; right: 5px;}

  .meal-heading {font-size: 1.4rem;}
  .meal-table-container {padding: 1rem;}
  .meal-schedule-table {font-size: 0.85rem;}
  .meal-schedule-table th,
  .meal-schedule-table td {padding: 10px 12px;}

}

@media screen and (max-width: 667px) {
.top-header .container{max-width: 100%;padding: 0;}
.left-header{width: 75%; padding-left: 0px;}
.right-header{width: 18%;}
.right-header .socials-icons{display: none;  }
.navbar-brand{width: 25%;}
.yttc-banner{width: 200px; height: 200px;}
.slider-box{    height: 590px;}
.slider-area .banner-image-wrap{    padding: 0 0;}
.slider-area .banner-shape1 {transform: scale(1.4);}
.slider-area .banner-shape2 {transform: scale(1.4) rotate(10deg);}
.right-slider .banner-top-text{font-size: 24px;}
.dynamic-text{font-size: 20px;padding: 10px 0px;}
.right-slider{margin-top: -100px;}
.title{font-size: 26px;}
.course_item .course_content .courseDesc{padding-bottom: 15px;}
.course_content .course_info ul li{padding-bottom: 10px;}
.author .team-frame{    left: -64px;}
.review-box .package-top{margin-bottom: 12px;}
.testimonial-right .review-box>div:nth-child(2){ padding-top: 5px !important;}
.footer-box{padding: 10px 0px;}

.page-title{height: 340px;}
.page-title .auto-container{padding: 100px 15px;}
.about-intro .chakra-img-right{top: -31px;right: -27%;}
.other-courses .course-card{margin-bottom: 30px;}
.course-png img{width: 70%;}

.teacher_c2 img{ height: 290px;}
.teacher_c2{width: 55%;}
.teacher_c2_rev{ width: 55%;}
.teacher_c2_rev img{height: 290px;}
.teacher_c3_rev , .teacher_c3{width: 80%}

.accom-points h2{font-size: 20px;    margin: 16px 0 12px 0; margin-bottom: 5px!important;}
.mapsvg{ flex-basis: 25%;}

.enroll-logo{top: -38px;}
.enrollment-form .sub-heading{font-size: 20px;}

.yttc-jump-text{font-size: 13px;}
.card-offer .highlight-pp{font-size: 1.1rem;        line-height: 1rem;}
.card-offer .self-common-heading{font-size: 22px;}
.card-offer .sec-s{margin-bottom: 15px; padding-left: 0;}
.section{padding: 3em 0;}
.main-topic .card-1 #img1{height: 300px;}
.main-topic .card-1 #img2 ,.main-topic .card-1 #img3{height: 300px;}
.main-topic .card-1 .col-md-8{padding: 10px 15px;}
.main-topic .card-1 h2{font-size: 22px;}
.card-reverse{ flex-direction: column-reverse;}
.course-schedule .schedule-time{ padding: 4px 10px;}
.dates-body .dates-box .date-available, .dates-body .dates-box .date-book, .dates-body .dates-box .date-course, .dates-body .dates-box .date-private, .dates-body .dates-box .date-shared{    padding: 5px 8px;    font-size: 14px;}
.date-course{width: 18%;}
.dates-body .dates-box .theme-button{padding: 5px 5px;    font-size: 13px;}
.accommodation-ttc ul .nav-link{font-size: 13px;}
.accommodation-ttc .owl-carousel .owl-item img{height: 180px;  }
.hoding-top-heading{font-size: 24px;}
.accordion-button{font-size: 0.8rem;}
.activity .col-md-4{width: 100%;}
.act-card{min-height: 35px;}
.program-overview .col-md-4{width: 100%;}
.benefits-card{height: auto;}
.benefits-card i{font-size: 35px;}
.hourss-200 .retreat-img img{width: 70%;}
.dates-box.dates-head .date-available, .dates-box.dates-head .date-book, .dates-box.dates-head .date-course, .dates-box.dates-head .date-private, .dates-box.dates-head .date-shared{padding: 8px 0px;font-size: 15px;}
.fare table{width: 100%;}
.bg300h .om-img{top: 305px;left: 98px;width: 56%;}


}

@media screen and (max-width: 640px) {
  .course_item .course_content{padding-left: 0;}
  .course_item .course_content h3{margin: 12px 0px !important;font-size: 18px;}
  .course_item{padding: 14px;}
  .course_content .course_info ul li{padding-bottom: 16px;}
  .team-box{    padding: 20px; min-height: auto;}
  .img-review{    width: 18%;}
  #owl-review .quote img{width: 6%;}
  .footer-box h6{font-size: 18px;}
  .points ul li i{font-size: 20px;}
  .course_content .event__color{font-size: 15px;}
  .item_image .event-tag{    padding: 10px;}
  .about-aim p{text-align: justify;}

  .om-img{ top: 214px;left: 148px;}
  .ho-course-list-wrap{margin-top: 0px;}
  .accomDesc{margin-top: 0px!important;}
  .code-conduct .list-icon img{width: 4%;}

}

@media screen and (max-width: 576px) {
  .top-header span a{margin-left: 10px;}
  .left-header span a{margin-right: 8px;}
  .left-slider{margin-top: -40px;}
  .page-title h1{font-size: 32px;}
  .page-title{height: 280px;}

  .mapsvg{ flex-basis: 22%;}
  .callsvg {flex-basis: 8%;}
  .mailsvg {flex-basis: 8%;}
  .footer-center .ft-logo{top: -14px;left: 45%;width: 10%;}
  .footer-center .bg-shape{width: 26%;}
  .founder-name{padding-top: 15px;}
  .visiting-intructor .row{flex-direction: column-reverse;}
  .ad-box{padding: 2em;}
  .ad-box h2{font-size: 28px;}
  .ad-box p{    padding: 6px 0;}
  .ord-1{order: 1;}
  .ord-2{order: 2;}
  .ord-3{order: 3;}
  .service-list-area .card-body {padding-top: 1rem;padding-left: 38px;}
  .breath-exercise .meditation-video video{width: 100%; margin-bottom: 10px;}
  .Highlight-img{margin-top: 10px;}
}

@media screen and (max-width: 490px) {
    .theme-button{padding: 8px 12px; font-size: 14px;}
    .enroll-logo{top: -35px;}
    .page-title h1{        font-size: 28px;    line-height: 44px;}
    .card-offer .highlight-pp{ font-size: 1rem;line-height: 1rem;}
    .card-offer .highlight-rt{font-size: 1rem;line-height: 1.3rem;}
    .cc-2, .my-new-syllabus .mycc-2{    column-count: 1;}
    .secondTitle{font-size: 20px;}
    .main-topic .card-1 h2{font-size: 20px;}
    .course-schedule .schedule-time{ width: 38%;}
    .course-schedule .schedule-task{font-size: 14px;}
    .dates-box.dates-head{display: none;}
    .dates-box{margin: 10px 0;border: 1px solid var(--primary);}
    .mobRoom{display: block; font-weight: 600;color: var(--primary);}
    .dates-body .dates-box .date-course{background: var(--primary);color: #fff; width: 85%;margin: auto;}
    .dates-body .dates-box .date-available{width: 100%;}
    .dates-body .dates-box .date-shared{width: 33%; flex-direction: column;}

    .dates-body .dates-box .date-private{width: 33%;}
    .dates-body .dates-box .date-book{width: 100%;}
    .dates-body .dates-box .theme-button{ background: var(--primary);color: #fff;padding: 5px 13px;}
    
    /* Available Dates Table Mobile Styles */
    .available-dates-table .dates-box.dates-head{display: none;}
    .available-dates-table .dates-box{
        margin: 15px 0;
        border: 2px solid var(--primary);
        border-radius: 8px;
        padding: 15px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .available-dates-table .dates-body .dates-box .date-course{
        background: var(--primary);
        color: #fff;
        width: 100%;
        margin: 0 0 15px 0;
        padding: 12px 15px;
        border-radius: 5px;
        text-align: center;
        font-weight: 600;
    }
    .available-dates-table .dates-body .dates-box .date-shared{
        width: 100% !important;
        flex-direction: column;
        margin-bottom: 10px;
        padding: 8px 0;
    }
    .available-dates-table .dates-body .dates-box .date-private{
        width: 100% !important;
        flex-direction: column;
        padding: 8px 0;
    }
    .available-dates-table .dates-body .dates-box .date-course{
        width: 100% !important;
    }
    .available-dates-table .mobRoom{
        display: block;
        font-weight: 600;
        color: var(--primary);
        margin-bottom: 5px;
        font-size: 14px;
    }
    .available-dates-table .special-badge{
        display: inline-block;
        margin-top: 5px;
    }
    
    /* Retreat Pricing Table Mobile Styles - Applies to all retreat pages */
    .retreat-pricing-table,
    .yoga-retreat-pricing-table {
        max-width: 100% !important;
    }
    .retreat-pricing-table .dates-box.dates-head,
    .yoga-retreat-pricing-table .dates-box.dates-head{
        display: none;
    }
    .retreat-pricing-table .dates-box,
    .yoga-retreat-pricing-table .dates-box{
        margin: 15px 0;
        border: 2px solid var(--primary);
        border-radius: 8px;
        padding: 15px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .retreat-pricing-table .dates-body .dates-box .date-course,
    .yoga-retreat-pricing-table .dates-body .dates-box .date-course{
        background: var(--primary);
        color: #fff;
        width: 100% !important;
        margin: 0 0 15px 0;
        padding: 12px 15px;
        border-radius: 5px;
        text-align: center;
        font-weight: 600;
        flex: none !important;
    }
    .retreat-pricing-table .dates-body .dates-box .date-shared,
    .yoga-retreat-pricing-table .dates-body .dates-box .date-shared{
        width: 100% !important;
        flex-direction: column;
        margin-bottom: 10px;
        padding: 8px 0;
        flex: none !important;
    }
    .retreat-pricing-table .dates-body .dates-box .date-private,
    .yoga-retreat-pricing-table .dates-body .dates-box .date-private{
        width: 100% !important;
        flex-direction: column;
        padding: 8px 0;
        flex: none !important;
    }
    .retreat-pricing-table .mobRoom,
    .yoga-retreat-pricing-table .mobRoom{
        display: block;
        font-weight: 600;
        color: var(--primary);
        margin-bottom: 5px;
        font-size: 14px;
    }
    .accommodation-ttc ul .nav-link{padding: 6px; font-size: 12px;}
    .hoding-top-heading{font-size: 22px;}
    .hoding-bottom-heading{font-size: 16px;}
    .title{line-height: 35px;}
    .hr-logo{margin-bottom: 10px;}
    .om-img{top: 214px;left: 98px;}
    .author .team-frame{left: -59px;}
    .yogcapital-points .card strong{font-size: 16px;}
    .benefits-card i{padding: 15px 15px;  font-size: 28px;}
    .amenities .intro-points{display: block;}

    .yttc-jump-box{ flex-wrap: nowrap;overflow-x: auto;}
    .yttc-jump-link{width: 25%}
    .reach .reachus{display: block;}
    .reachus ul{width: 100%;}
    .allianceImg{ padding-bottom: 30px;width: 100%;}

    .meal-schedule-table th{font-size: 16px;}
    .meal-schedule-table th, .meal-schedule-table td{padding: 10px 8px;}
    .meal-table-container{padding: 0px;}
    .page-title p{font-size: 15px;}
    .popup-content{border-radius: 8px; width: 100%;}
    .popup-wrapper .mandala-bg{display: none;}
    .close-btn{right: -22px;}
    .popup-content p{padding: 4px 0px;}
    .page-title{        height: 375px;}
    .page-title .auto-container{padding: 60px 15px;}
}

@media screen and (max-width: 430px) {
  .left-header{width: 70%; vertical-align: middle;}
  .left-header span {text-align: left;display: block;}
  .left-header span i{    width: 20px;height: 20px;line-height: 21px; font-size: 12px;}
  p.sub-title{font-size: 14px;}
   .right-slider .banner-top-text{font-size: 20px;}
   .dynamic-text{ font-size: 18px;padding: 10px 0px;}
   .banner-bottom-text{padding-bottom: 10px; text-align: justify;}
   .item_image .event-tag{padding: 8px;font-size: 14px;}
   .btn-one{padding: 12px 14px; }
   .title{font-size: 24px;     line-height: 28px;}
   .course-sec{margin-top: 2em;}
   .highlight-point ul li{text-align: justify;}
   .author .team-frame{left: -50px;}
   .left-header span p{font-size: 12px;}
   .whychoose_right h2{font-size: 24px;}
   .testimonial-left h2{font-size: 24px;}

   .page-title{height: 370px;}
   .page-title .auto-container{padding: 60px 15px;}
   .page-title h1{font-size: 26px;    line-height: 38px;}
   .intro_right h2{font-size: 24px;}
   .aim h2{font-size: 24px;}
   .offers_right h2{font-size: 24px;}
   .offer-points ul li img{width: 24px;}

   .teacher_c2,.teacher_c2_rev{ width: 70%;}
   .teacher_c3_rev, .teacher_c3{width: 100%;}

   .accom-points ul li i{font-size: 16px;}
   .enroll-bored{margin-top: 0px;padding: 30px 10px;}
   .enrollment-form .sub-heading{  font-size: 18px;}
   .form-floating>label{    padding: .7rem .75rem;}
   .form-floating>.form-control, .form-floating>.form-select{height: calc(2.5rem + 2px);}

   .om-img{left: 89px;}
   .secondTitle{font-size: 18px;}
   .main-topic .card-1 h2{font-size: 18px;}
   .main-topic .card-1 #img1, .main-topic .card-1 #img2, .main-topic .card-1 #img3{height: 250px;}
   .course-schedule .schedule-time{width: 41%; padding: 4px 5px; margin-right: 3%;}
   .yogcapital-img img{    height: 430px;}
   .benefits-card{padding: 10px 15px;}
   .hourss-200 .retreat-img img{width: 100%;}

   .side-fix-popup{padding-top: 20px;padding-bottom: 10px;width: 200px;top: 30%;}
   .indian-popup-heading{font-size: 14px;}
   .tag-message{margin: 6px 0px;}
   .bottom-popup-text{font-size: 14px;}
   .side-fix-popup button.close{ width: 21px;height: 21px;}
   .fix-social a{max-width: 50px;max-height: 50px;padding: 12px;}
   #myModal .popup-himyoga .bbp-right .content-right{top: 7px;}
   .flesh-paint-wrap{ padding: 15px 10px 15px 5px !important; font-size: 16px;    margin-bottom: 8px !important;}
   .bbp-heading{margin-bottom: 0px !important;}
   #myModal .content-right ul li{font-size: 16px;}
   .intro-points ul li i{font-size: 16px;}
   .our-teacher .ourteacherDesc{text-align: justify;}


   .yttc-jump-link{width: 28%}
   .footer-center .bg-shape{width: 39%;}
   .footer-center .ft-logo{left: 43%;width: 14%;}
  .alliance-right .header h3{    font-size: 1.2rem;}
  .certificate-box h2{font-size: 1rem;}
  .certificate-box p{font-size: 13px;}
  .dates-body .dates-box .date-available, .dates-body .dates-box .date-book, .dates-body .dates-box .date-course, .dates-body .dates-box .date-private, .dates-body .dates-box .date-shared{padding: 8px 8px; flex-direction: column;}
  .ayurveda-dates .dates-body .dates-box .date-shared{width: 49%;}
.ayurveda-dates .dates-body .dates-box .date-private{width: 49%;}
  /* Available Dates Table Tablet Styles */
  .available-dates-table .dates-body .dates-box .date-course,
  .available-dates-table .dates-body .dates-box .date-shared,
  .available-dates-table .dates-body .dates-box .date-private{
    padding: 8px 8px;
    flex-direction: column;
  }
  /* Retreat Pricing Table Tablet Styles - Applies to all retreat pages */
  .retreat-pricing-table .dates-body .dates-box .date-course,
  .retreat-pricing-table .dates-body .dates-box .date-shared,
  .retreat-pricing-table .dates-body .dates-box .date-private,
  .yoga-retreat-pricing-table .dates-body .dates-box .date-course,
  .yoga-retreat-pricing-table .dates-body .dates-box .date-shared,
  .yoga-retreat-pricing-table .dates-body .dates-box .date-private{
    padding: 8px 8px;
    flex-direction: column;
  }
.ayurveda-dates .dates-wrap{margin: 0px 30px;}
.ayurveda-subnavigation .yttc-jump-link{width: 29%;}
.accommodation-ttc .owl-carousel .owl-item img{height: auto;}
.gallerySec .viewMore{width: 42%;}
.imp-note span{display: block;}

}

@media screen and (max-width: 400px) {
  .dropdown-content{left: -10px;}
  .title{font-size: 22px;}
   /*.allianceImg{width: 60%;margin: auto;}*/
   .course_item{padding: 10px; padding-bottom: 20px;}
   .btn-one{padding: 8px 12px;font-size: 12px;}
   .course_content .course_info ul li{ padding-bottom: 8px;padding-right: 4px;}
   p.sub-title{font-size: 14px;}
   .course_item .course_content h3{font-size: 16px;}
   .author .team-frame{left: -47px;}
   .points ul li i{width: 8%;}
   .reachus .reachTitle{ padding: 4px 14px; font-size: 14px;}

   .offers_right h2{font-size: 22px;}
   .aim h2{font-size: 22px;}
   .intro_right h2{padding: 6px 0; font-family: 22px;}
   .offers_right{padding: 0px;}

   .teacher_c2, .teacher_c2_rev{width: 80%;}
   .teacher_c3_rev, .teacher_c3{padding-top: 0px;}
   .teacher_c3 h3{margin-bottom: 10px;}
   .mapsvg{flex-basis: 29%;}
   #get-in-touch .sub-heading{font-size: 20px;}
   .contact-box-wrap .social-media a{font-size: 23px !important;}
   .followUS{ margin-top: 45px !important;}
   .contact-box-wrap{ padding: 30px 10px;}
   .founder-name{padding-top: 15px;}

   .enroll-logo{top: -28px;}
   .card-offer .self-common-heading{font-size: 20px;}
   .secondTitle{font-size: 16px;}
   .quick-form{padding: 1em;}
   .code-conduct ul li{text-align: justify;}
   .code-conduct p{text-align: justify;}
   .yttc-jump-icon{width: 25px;height: 25px;}
   .yttc-jump-text{ font-size: 12px;}
   
   #myModal button.close{top: 5px;right: 5px;}
   .owl-carousel .owl-nav .owl-next{right: -10px;}
   .hourss-200 .retreat-img img{width: 100%;}
   .package-top .ratings{margin-top: 8px;padding-bottom: 2px;}
   .books .item .name_download .download{bottom: 37px;}
   .keywords{padding: 0px;}
   .keywords br{display: none;}
   .fix-social{left: 16px;bottom: 15px;}
   .course-schedule{display: block;padding: 0;margin: 12px 30px;}
  .course-schedule .schedule-time{width: 100%;}
  .course-schedule .schedule-task{width: 100%;display: block;text-align: center;padding: 3px 0px;}
  .accommodation-ttc ul .nav-link{padding: 3px;}
  .accommodation-ttc ul li{margin: 3px;}
  .navbar-brand{ width: 40%; padding: 0px;}
  nav.navbar{padding: 2px 0;}
  .ho-course-list-wrap{padding: 10px 10px;}
  .gallery-img img{object-fit: cover;}
  .faq .accordion-flush .accordion-item .accordion-button{padding: 1.7rem 1.25rem;}
  .package-top{margin: 0 16px;border-radius: 14px;}
  .main-topic .card-1{padding: 0px 5px;}
  .dates-body .dates-box .date-available, .dates-body .dates-box .date-book, .dates-body .dates-box .date-course, .dates-body .dates-box .date-private, .dates-body .dates-box .date-shared{padding: 8px 8px; flex-direction: column;}
  .syllabus .accordion-body{padding: 0rem 1rem;}
  .addmissionsection{padding-bottom: 10px;}
  .benefits-card img{width: 30%;}
  .course-page-gallery-box{margin: 15px;}
  .gallerySec .viewMore{width: 45%;margin-top: 20px;}
  .bg300h .om-img{top: 305px;left: 98px;width: 56%;}

  :target::before {
    content: '';
    display: block;
    height:      180px;
    margin-top: -100px;
}
.blog-details{margin: 10px;}
.inner-banner span{font-size: 14px;}
.hoding-top-heading{font-size: 18px;padding-top: 19px;}
.hourss-200 .retreat-img{margin-bottom: 8px;}
.founder-img img{height: 230px;}
.ayurveda-dates .dates-body .dates-box .date-shared{width: 49%;}
.ayurveda-dates .dates-body .dates-box .date-private{width: 49%;}
.ayurveda-dates .dates-wrap{margin: 0px 30px;}
.certificate-ya{display: block;}
.certificate-box{width: 96%;}
.certificate-box h2{font-size: 1.2rem}
.certificate-box p{font-size: 16px;}
.alliance-right .header{margin-left: 12px;}
.ayurveda-subnavigation .yttc-jump-link{width: 29%;}
.hourss-200 .custom-heading{font-size: 16px;width: 100%;}
.right-header{width: 25%;}
.whyomsetu h2.title{padding-bottom: 10px;}
.rightCts .ctsContent h2{    font-size: 28px;}
.rightCts .ctsContent h4{font-size: 20px;}
.ctsHighlight{display: inline-grid;}
.ctsContent form{    margin: 0 2em;}
.ctsContent .btn-one{width: 60%;}
.blog-card{    min-height: auto;margin-bottom: 24px;}
.blog-desc h4{height: auto;}

.about-index .btn-one{    display: block;
    text-align: center;
    width: 70%;
    margin: auto;}
.course_info .btn-one{font-size: 11px; padding: 8px 4px;}
}

@media screen and (max-width: 390px) {
   .right-slider{padding: 0em 1em;}
   .section{padding: 3em 0;}
   .item_image .event-tag{padding: 5px;font-size: 13px; line-height: 18px;}
   .whychoose_right h2{font-size: 20px;}
   .points ul li{    padding: 8px 0; font-size: 15px;}
   .testimonial-left h2{font-size: 22px;}
   .left-header span p i{width: 20px;height: 20px;line-height: 21px;     font-size: 12px;}
   .navbar-light .navbar-nav .nav-link{padding: 3px 18px;}

   .page-title{height: 380px;}
   .page-title h1{ font-size: 25px;}
   .intro-points ul li i{font-size: 16px;}
   .offer-points ul li img{width: 22px;}
.left-header span {text-align: left;display: block;}
   .teacher_c2, .teacher_c2_rev{width: 90%;}
   .main-topic .card-1 #img1, .main-topic .card-1 #img2, .main-topic .card-1 #img3{height: 200px;}
   #myModal .content-right ul li{ padding-bottom: 0px;}
}

@media screen and (max-width: 360px) {
   .left-header span p i{width: 18px;height: 18px;line-height: 19px;font-size: 10px;}
   .left-header span p{    margin-right: 5px;}
   .yttc-banner{padding: 5px;}
   .theme-button{padding: 8px 5px;font-size: 13px;}
   .slider-area:before{height: 35px;}
   .points ul li i{width: 10%;}
   .author .team-frame{left: -41px;}
   .top-header{padding: 5px 0;}

   .page-title h1{font-size: 22px;}
   .page-title{height: 380px;}
   .page-title .auto-container{  padding: 36px 15px;}

   .teacher_c2, .teacher_c2_rev{width: 100%;}
   p.sub-title{line-height: 18px;}

   .accom-points h2{ margin: 16px 0 12px 0 !important;}
   .form-floating>label{font-size: 13px;}
   .discount .btn{    padding: 8px 20px;}
   .accordion-button{    padding: 1.5rem 0.25rem;}
   .act-desc{padding: 4px;}
   .popBr{display: none;}
   .yttc-jump-text{font-size: 11px;}
   .yttc-jump-icon{ width: 22px;height: 22px;}
   .yttc-jump-link{width: 31%;}
   
   .om-img{left: 63px; width: 65%;}
   .reachus ul li{ margin-bottom: 8px;}
   .reachus .number{ font-size: 18px;line-height: 10px;padding: 9px;}


}
@media screen and (max-width: 330px) { 
   /*.left-header span {text-align: center;display: block;}*/
   .navbar-brand{width: 35%;}
   .item_image .event-tag{font-size: 12px;line-height: 16px;}
   .course_content .time i{font-size: 20px;}
   .whychoose_right{padding: 0em; padding-top: 20px;}
   .author .team-frame{left: -38px;}
   .slider-area:before{height: 20px;}
   .navbar-light .navbar-nav .nav-link{padding: 2px 15px;}

   .page-title .auto-container{padding: 50px 9px;}
   .enroll-logo{width: 18%;top: -35px; left: 41%;}
   .bbp-heading{font-size: 12px !important;}
   .take-steps{max-width: 55%;}
   .noteOffer{font-size: 10px;}
}





    @media(max-width: 550px) {
      .popup-wrapper {
        width: 90vw;
        height: 90vw;
      }

      .popup-content {
        width: 70vw;
        height: 70vw;
        padding: 25px 20px;
      }

      .popup-content .popheading {
        font-size: 18px;
      }

      .popup-content h2 {
        font-size: 16px;
      }

      .popup-content a {
        font-size: 14px;
        padding: 10px 24px;
      }
    }

  @media(max-width: 400px) {
    .popup-content{width: 100%;height: auto;padding: 16px 4px;}
  }






/* LINA CODE START HERE */

/*.date-book { width:25% !important; }*/

