a {
  text-decoration: none;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #b4235c;
  outline: 0;
  box-shadow: none;
}
p a {
  color: #b4235c;
}
p,
li {
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}
body {
  font-family: "Titillium Web", sans-serif;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
#header.fixed-nav .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.Sunyttc-homepage #header .navbar-nav .nav-link {
  color: #fff;
}
.Sunyttc-homepage #header .theme-button-alt {
  background-color: #fff;
  color: #b4235c;
}
.Sunyttc-homepage #header .theme-button-alt:hover {
  background-color: #fff;
  color: #b4235c;
}
.Sunyttc-homepage #header .theme-button-alt::before {
  border-color: #fff;
}
#header .navbar-nav .nav-link {
  font-weight: 600;
  color: #000;
  margin: 0px 8px;
  font-size: 15px;
}
#header .fixed-nav nav {
  padding: 0;
}
#header .fixed-nav .yoga-icon {
  width: 152px;
  height: 52px;
}
#header.fixed-nav .navbar-nav .nav-link {
  color: #212529;
}
#header.fixed-nav .theme-button-alt {
  border-color: #b4235c;
  color: #ffffff;
  background-color: #b4235c;
}
#header.fixed-nav .theme-button-alt:hover {
  background-color: #b4235c;
  color: #fff;
}
#header.fixed-nav .theme-button-alt::before {
  border-color: #b4235c;
}
#header .theme-button-alt {
  background-color: #b4235c;
  color: #fff;
}
#header .theme-button-alt:hover {
  background-color: #fff;
  color: #b4235c;
}
#header .theme-button-alt::before {
  border-color: #b4235c;
}
.yoga-icon {
  width: 180px;
  height: 65px;
  object-fit: contain;
  filter: drop-shadow(0px 0px 0px #888);
}
#navbarNavDropdown {
  justify-content: flex-end;
}
#header .dropdown-item {
  border-bottom: 1px dashed #666;
  transition: 0.3s;
}
#header.fixed-nav {
  position: fixed;
  top: 0;
  background-color: #fffffff0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #f7f7f7;
}
#header .dropdown-item:hover {
  transition: 0.3s;
  color: #fff;
  background-color: #b4235c;
}
#header .dropdown-menu li:last-child .dropdown-item {
  border: none;
}
#Sunyttc-banner {
  position: relative;
  z-index: 9;
}
#Sunyttc-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right, #000000ad, #00000000);
  left: 0;
  top: 0;
  z-index: 9;
}
#Sunyttc-banner .banner-icon-wrap {
  width: 40%;
  position: relative;
  z-index: 9;
}
#Sunyttc-banner .banner-icon-wrap::before {
  position: absolute;
  content: "";
  width: 36%;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
#Sunyttc-banner .banner-icon-wrap::after {
  position: absolute;
  content: "";
  width: 36%;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.jeev-banner-text-wrap {
  position: absolute;
  top: 0;
  left: 140px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 40%;
}
.nivoSlider img {
  width: 100%;
  height: 100vh !important;
  object-position: center;
  object-fit: cover;
}
.nivo-controlNav {
  display: none;
}
.nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/arrow-left.png);
  width: 50px;
  height: 50px;
  font-size: 0;
  left: 12px;
  background-size: contain;
  transition: 0.3s;
  opacity: 0.3;
}
.nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/arrow-right.png);
  width: 50px;
  height: 50px;
  right: 12px;
  transition: 0.3s;
  opacity: 0.3;
  font-size: 0;
  background-size: contain;
}
#jquery-slider-demo:hover .nivo-directionNav a.nivo-nextNav,
#jquery-slider-demo:hover .nivo-directionNav a.nivo-prevNav {
  opacity: 0.5;
}
.yoga-banner-top {
  font-weight: 800;
  color: #fff;
  font-size: 40px;
  margin-bottom: 10px;
}
.nivo-controlNav {
  display: none;
}
.theme-button {
  background-color: #b4235c;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 6px 20px;
  border: 2px solid #b4235c;
  transition: 0.3s;
  position: relative;
  z-index: 9;
}
.theme-button:hover {
  color: #b4235c;
  background-color: #fff;
  transition: 0.3s;
}
.theme-button:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 6px;
  border: 2px solid #b4235c;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.theme-button-alt {
  color: #b4235c;
  background-color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 6px 20px;
  border: 2px solid #b4235c;
  transition: 0.3s;
  position: relative;
  z-index: 9;
}
.theme-button-alt:hover {
  background-color: #b4235c;
  color: #fff;
  transition: 0.3s;
}
.theme-button-alt:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 6px;
  border: 2px solid #b4235c;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-icon {
  width: 60px;
  height: 50px;
  object-fit: contain;
  display: block;
  margin: auto;
}
.common-gap {
  padding: 60px 0;
}
.theme-color {
  font-weight: 700;
  color: #b4235c;
}
.yoga-icon-box {
  box-shadow: 0px 0px 5px 0px #c5c5c5;
  background-color: #faeff3;
  padding: 30px;
}
.yoga-icon-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.yoga-icon-num {
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  color: #b4235c;
}
.yoga-icon-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.yoga-icon-top-heading {
  margin-bottom: 0;
  color: #b4235c;
  font-weight: 700;
  font-size: 15px;
}
.yoga-banner-text {
  font-size: 18px;
  margin-bottom: 20px;
}
.sub-heading {
  font-size: 25px;
  font-weight: 700;
  margin: 8px 0;
}
.yoga-icon-button {
  width: 75px;
  font-size: 15px;
  line-height: 15px;
  height: 75px;
  box-shadow: 0px 0px 5px 0px #979797;
  border: 2px solid #b4235c;
  transition: 0.3s;
  background-color: #b4235c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: -60px;
  font-weight: 600;
  margin-left: auto;
}
.yoga-icon-button:hover {
  transition: 0.3s;
  color: #b4235c;
  background-color: #fff;
}
.bg-alt {
  background-image: url(../images/bg-leaf.jpg);
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-alt-cloud {
  background-image: url("../images/divider.png");
  background-size: 100% 100%;
  padding: 115px 0;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.bg-alt-cloud .sub-head-design {
  background-color: #fafafa;
}
.bg-alt-cloud .banner-chakra {
  top: 120px;
  opacity: 0.4;
  filter: none;
}
.banner-chakra {
  position: absolute;
  right: 0;
  top: 0;
  width: 550px;
  z-index:-1;
  height: 550px;
  filter: invert(1);
  animation: rotation 55s infinite;
}
.same-top-heading {
  font-size: 20px;
  font-weight: 600;
  color: #b4235c;
  text-transform: capitalize;
  margin-bottom: 0;
}
.same-bottom-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.jeev-underline {
  width: 175px;
  display: block;
  height: 14px;
  object-fit: contain;
  margin: 0px auto 60px;
}
.theme-image-frame {
  position: relative;
  background-image: url(../images/image-frame2.png);
  padding: 15px;
  background-size: 100% 100%;
  width: 95%;
  margin-left: auto;
}
.image-leave1 {
  position: absolute;
  width: 95px;
  height: 95px;
  object-fit: contain;
  left: -16px;
  top: -16px;
  filter: drop-shadow(2px 3px 0px #ddd);
}
.image-leave2 {
  position: absolute;
  width: 95px;
  height: 95px;
  object-fit: contain;
  right: -16px;
  transform: rotate(180deg);
  bottom: -16px;
  filter: drop-shadow(2px -5px 3px #ddd);
}
.all-image-frame.about {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.sub-head-design {
  /* background-image: url(../images/sub-heading.png);
    background-size: 100% 100%;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0 8px 175px;
    width: 75%; */
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0 8px 25px;
  width: 100%;
  text-transform: capitalize;
  background-color: #fcf7fc;
  border-left: 4px solid #b4235c;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.sub-head-design:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #b4235c;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  right: auto;
  transform: rotate(45deg);
  z-index: -1;
}
#course .sub-head-design {
  font-size: 18px;
  padding: 10px 0 10px 25px;
  width: 115%;
  transform: translate(-25px, 0px);
  margin-top: 15px;
  background-color: #fcf7fc;
}
.course-content {
  overflow: hidden;
  padding: 0px 25px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.course-box {
  background-image: url("../images/image-frame2.png");
  background-size: 100% 100%;
  padding: 15px;
  margin: 5px 15px;
  position: relative;
}
.course-logo {
  position: absolute;
  width: 80px;
  height: 80px;
  object-fit: contain;
  bottom: 0px;
  right: 0px;
  box-shadow: 0px 0px 5px 0px #606060;
  border-radius: 50%;
}

.choose-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.choose-box {
  width: 300px;
  position: relative;
  box-shadow: 0px 0px 5px 0px #ddd;
  height: 300px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 25px;
  border: 2px solid #b4235c;
  background-color: #faeff3;
  transition: 0.3s;
  margin: 18px auto;
}
.choose-box:hover {
  transition: 0.3s;
  background-color: #b4235c;
}
.choose-box:hover p.text-center {
  color: #fff;
  transition: 0.3s;
}
.choose-box:hover .choose-count {
  transition: 0.3s;
  background-color: #fff;
  color: #b4235c;
  border: 2px solid #b4235c;
}
.choose-count {
  position: absolute;
  font-size: 35px;
  font-weight: 400;
  width: 80px;
  color: #ffffff;
  opacity: 1;
  top: -25px;
  left: 0;
  transition: 0.3s;
  background-color: #b4235c;
  height: 80px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
}
.benefit-box {
  background-color: white;
  box-shadow: 0px 0px 5px 0px #ddd;
  padding: 0px 20px 25px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  width: 95%;
  margin-left: auto;
}

.benefit-box .sub-head-design {
  font-size: 20px;
  padding: 10px 0 10px 25px;
  width: 100%;
  transform: translate(-20px, 0px);
  background-color: #fcf7fc;
}
.box-image {
  position: absolute;
  bottom: 0;
  width: 240px;
  right: -50px;
  z-index: -1;
  height: 295px;
  object-fit: contain;
  filter: drop-shadow(2px 4px 3px black);
}
.theme-list {
  padding-left: 0;
  list-style: none;
}
.theme-list li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 8px;
  display: block;
  width: 100%;
}
.cc-3 {
  column-count: 3;
}
.cc-2 {
  column-count: 2;
}
.theme-list li:before {
  position: absolute;
  content: "";
  left: 7px;
  top: 4px;
  width: 20px;
  background-repeat: no-repeat;
  height: 20px;
  background-size: contain;
  background-image: url(../images/list-icon.svg);
}
.benefit-box .banner-chakra {
  filter: none;
  opacity: 0.4;
  z-index: -1;
}
.sub-heading {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
}
.ya-alliance {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.yoga-alliance-bg .theme-image-frame {
  background-color: #ffffffc2;
}
#special {
  background-image: linear-gradient(white, #ffffffde), url(../images/choose.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.special-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
  cursor: pointer;
}
.notes {
  padding: 10px 10px 8px 25px;
  width: 100%;
  text-transform: capitalize;
  background-color: #fcf7fc;
  border-left: 4px solid #b4235c;
  position: relative;
  font-style: italic;
  font-weight: 600;
  z-index: 9;
  overflow: hidden;
}
.food-accommodation-image {
  border: 2px solid #a82156;
  height: 200px;
  object-fit: cover;
  margin: 0 8px;
  border-radius: 15px;
}
.notes:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #b4235c;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  right: auto;
  transform: rotate(45deg);
  z-index: -1;
}
.special-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.special-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.special-first .special-heading,
.special-first .special-text {
  text-align: right;
}
.special-first .special-image {
  margin-left: 15px;
}
.special-wrap .special-box:last-child {
  margin-bottom: 0;
}
.special-center-image-wrap {
  background-image: url(../images/special-default.webp);
  width: 350px;
  height: 350px;
  background-size: cover;
  display: block;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 0px #d9d9d9;
  background-position: center;
  border: 6px solid #fff;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.special-center {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.special-last .special-heading,
.special-last .special-text {
  text-align: left;
}
.special-last .special-image {
  margin-right: 15px;
}
.special-center-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s;
  opacity: 0;
}
.special-center-image.active {
  transition: 0.4s;
  opacity: 1;
}
.first-box,
.third-box {
  margin-right: -50px;
}
.fourth-box,
.sixth-box {
  margin-left: -50px;
}
.retreat {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.summary-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
#summary-tab .nav-item {
  width: 33.3%;
}
#summary-tab .nav-link {
  width: 100%;
  text-align: center;
  border-radius: 0;
  font-weight: 600;
  background-color: #fff;
  color: #212529;
}
#summary-tab {
  border: 2px solid #b4235c;
  margin-bottom: 30px;
}
#summary-tab.nav-pills .nav-link.active,
#summary-tab.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #b4235c;
  position: relative;
  z-index: 9;
}
#summary-tab.nav-pills .nav-link.active:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -8px;
  width: 18px;
  height: 18px;
  background-color: #b4235c;
  margin: auto;
  transform: rotate(45deg);
  z-index: -1;
}
#testimonial {
  background-image: url(../images/yttc-bali-background.webp);
  background-size: cover;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.happy-client-wrap {
  position: relative;
  display: table;
  margin: -65px auto 15px;
}
.happy-client-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0px 0px 5px 0px #9f9f9f;
}
.testimonial-course-name {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  color: #b4235c;
}
.testimonial-text {
  font-size: 18px;
  text-align: center;
}
.testimonial-name {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.testimonial-country {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.testimonial-box {
  border: 5px solid #b4235c;
  background-color: #ffffff3b;
  border-top: 0;
  padding: 15px 30px;
  position: relative;
  margin-top: 65px;
  margin-left: 30px;
  margin-right: 5px;
}
.testimonial-box .left-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 5px;
  background-color: #b4235c;
}
.testimonial-box .right-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 5px;
  background-color: #b4235c;
}
.testimonial-contact-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 40px;
  position: relative;
  z-index: 9;
  width: 80%;
  margin: auto;
}
#testimonial .banner-icon-wrap {
  margin: 0 auto 35px;
}
.testimonial-contact-heading {
  font-size: 24px;
  text-align: center;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 35px;
}
.testimonial-contact-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 105%;
  z-index: -1;
  background-color: #ffffffe3;
}
.teacher-image {
  width: 165px;
  height: 165px;
  border: 2px solid #b4235c;
  object-fit: cover;
  margin: auto auto 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -85px;
}
.teacher-info-slider {
  width: 100%;
  margin: auto auto 20px;
  text-align: center;
}
.teacher-box {
  width: 90%;
  margin: 90px auto 35px;
  border: 2px solid #b4235c;
  border-bottom: 0px;
  padding: 90px 15px 10px;
  z-index: 9;
  position: relative;
  background-color: #faeff3;
}
.teacher-name {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 5px;
}
.teacher-box:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30%;
  height: 2px;
  z-index: -1;
  background-color: #b4235c;
}
.teacher-box:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 30%;
  z-index: -1;
  height: 2px;
  background-color: #b4235c;
}
.teacher-skills {
  position: absolute;
  bottom: -15px;
  left: 0;
  top: auto;
  right: 0;
  margin: auto;
  background-color: #b4235c;
  width: 75%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
}
#footer {
  background-color: #212121;
  position: relative;
  overflow: hidden;
  z-index:9;
}
.footer-header {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
}
.footer-header::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #525252;
}
.footer-logo {
  width: 185px;
  height: 55px;
  object-fit: contain;
  filter: drop-shadow(0px 0px 0px #fff);
}
.footer-social-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.theme-list.footer-list li:before {
  background-image: url(../images/list-icon-white.png);
}
.social-media-image {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.social-media-link {
  display: inline-block;
  margin-right: 15px;
}
#footer .sub-head-design {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 7px 0 7px 25px;
  background-color: #fafafa;
}
.footer-wrap {
  width: 85%;
}
.footer-para {
  color: #fff;
  font-size: 15px;
}
.footer-list a {
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 2px 0 5px;
  border-bottom: 1px dashed #525252;
}
.quick-link-wrap {
  margin: auto;
}
.contact-list {
  padding-left: 0;
}
.contact-list li {
  display: flex;
  margin-bottom: 8px;
  padding: 2px 0 5px;
  border-bottom: 1px dashed #525252;
}
.contact-list-icon {
  width: 22px;
  height: 23px;
  object-fit: contain;
  margin-right: 20px;
}
.contact-list a {
  color: #fff;
  font-size: 15px;
  padding: 1px 0 5px;
  display: block;
  text-align: left;
}
.footer-contact-wrap {
  margin-left: auto;
}
.bottom-bar {
  margin-top: 45px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.bottom-bar:before {
  position: absolute;
  content: "";
  left: 0;
  top: -15px;
  width: 100%;
  height: 1px;
  background-color: #525252;
}
.copyright p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}
.bottom-link {
  display: flex;
}
.bottom-link a {
  font-size: 14px;
  color: #fff;
  position: relative;
  margin-right: 17px;
}
.bottom-link a::before {
  position: absolute;
  content: "";
  right: -9px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.bottom-link a:last-child:before {
  display: none;
}
#footer .banner-chakra {
  opacity: 0.4;
}
#page-banner {
  padding: 170px 0px 110px;
  /* background-image: url(../images/testimonial-bg.jpg); */
  overflow: hidden;
  /* background-size: contain; */
  position: relative;
  background-image: url("../images/page-banner-bg.webp");
  background-size: cover;
  background-position: left;
  z-index: 9;
}
#page-banner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to bottom right, #000000e0, #ffffff00);
}
.page-banner-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  line-height: normal;
}
.breadcrumb-item a {
  font-weight: 900;
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-weight: 900;
  color: #fff;
}
.breadcrumb-item.active {
  color: #b4235c;
  font-weight: 900;
}
.teacher-image-detail {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.teacher-section.bg-alt-cloud .theme-image-frame {
  margin-right: auto;
  margin-left: 0;
}
.faqs-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faqs-box {
  width: 50%;
}
.faqs-box .accordion-item {
  background-color: transparent;
  border: none;
}
#faqs .accordion-button {
  background-color: transparent;
  font-weight: 700;
}
#faqs .accordion {
  width: 70%;
}
#faqs .accordion-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#faqs .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
#faqs .accordion-item:last-child .accordion-header {
  border-bottom: none;
}
#faqs .benefit-box .sub-head-design {
  font-size: 18px;
  background-color: #fff;
  width: 100%;
}
#faqs .accordion-button:not(.collapsed) {
  color: #b4235c;
}
#faqs .accordion-button:not(.collapsed)::after {
  background-image: url("../images/arrow.svg");
}
#faqs .benefit-box .banner-chakra {
  opacity: 0.3;
}
#faqs .benefit-box {
  background-color: #f7f7f7;
}
.contact-sub-heading {
  font-size: 20px;
  font-weight: 600;
}
.contact-inputs {
  margin-bottom: 15px;
}
.contact-inputs .form-control {
  padding: 8px 20px;
  font-weight: 600;
}
#contact-submit {
  padding: 6px 55px;
  font-size: 18px;
  font-weight: 600;
}
#contact .contact-list {
  width: 100%;
}
#contact .contact-list a {
  color: #212529;
}
#contact .footer-social-media {
  justify-content: flex-start;
}
#contact .benefit-box .sub-head-design {
  width: 100%;
}
#contact .contact-list-icon {
  filter: brightness(0);
}
#contact .contact-list a {
  font-size: 16px;
}
#map {
  margin-bottom: -6px;
}
#syllabus .sub-head-design {
  width: 100%;
  display: inline-block;
}
.syllabus-content {
  width: 98%;
  margin-left: auto;
  margin-bottom: 40px;
}
#schedule .yoga-icon-box {
  padding: 30px 60px;
}
.schedule-wrap .yoga-icon-box {
  background-color: #ffffff;
  border: 2px solid #b4235c;
}
.schedule-wrap .yoga-icon-header {
  justify-content: center;
}
.schedule-wrap .yoga-icon-top-heading,
.schedule-wrap .sub-heading {
  text-align: center;
}
.schedule-wrap .yoga-icon-button {
  margin-right: auto;
  width: 100px;
  font-size: 20px;
  line-height: 25px;
  height: 100px;
}
.schedule-time {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.schedule-wrap.left .schedule-time {
  text-align: right;
  padding: 7px 25px 7px 20px;
  transform: translate(12px, 0px);
  background-image: url(../images/schedule-sub-heading.png);
}
.schedule-wrap .schedule-task {
  width: 85%;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 7px 12px;
  border: 2px solid #b4235c;
  border-top: 0;
}
.schedule-wrap.left .schedule-task {
  text-align: right;
  margin-left: auto;
  margin-right: -12px;
  margin-top: -18px;
  border-right: 0;
}
.schedule-wrap.right .schedule-time {
  text-align: left;
  padding: 8px 20px 8px 40px;
  transform: translate(-12px, 0px);
  background-image: url(../images/schedule-right-sub-heading.png);
}
.schedule-wrap.right .schedule-task {
  text-align: left;
  margin-right: auto;
  margin-left: -12px;
  margin-top: -18px;
  border-left: 0;
}
.date-box {
  width: 32%;
  margin-bottom: 85px;
  position: relative;
  border: 2px solid #b4235c;
  padding: 0px 15px 15px 15px;
  box-shadow: 0px 0px 9px 0px #c5c5c5;
  background-color: #ffffffd4;
}
.yttc-date {
  text-align: left;
  padding: 8px 20px 8px 40px;
  transform: translate(-18px, 0px);
  background-image: url(../images/schedule-right-sub-heading.png);
  background-size: 100% 100%;
  font-size: 17px;
  font-weight: 800;
  width: 80%;
  color: #fff;
  margin-top: -23px;
}
.dates-wrap {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.date-price-wrap {
  font-size: 17px;
}
.date-price-wrap del {
  margin-left: 10px;
  font-size: 14px;
  color: #939393;
}
.yttc-price {
  background-color: #b4235c;
  padding: 3px 15px;
  color: #fff;
  font-weight: 700;
  margin-left: 5px;
}
.dates-wrap .yoga-icon-button {
  width: 90px;
  font-size: 17px;
  line-height: 19px;
  height: 90px;
  margin-bottom: -55px;
}
.hurry-up {
  position: absolute;
  bottom: -1px;
  left: -1px;
  margin-bottom: 0;
  background-color: #b4235c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 17px;
}
#include .benefit-box {
  margin-left: 0;
}
#include .benefit-box .sub-head-design {
  font-size: 19px;
  padding: 10px 0 10px 28px;
  width: 100%;
}
.excursion-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#rules .theme-list {
  width: 97%;
  margin-left: auto;
}
.morecontent span {
  display: none;
  transition: 0.3s;
}
.morelink {
  display: block;
  color: #b4235c;
  transition: 0.3s;
}
.morelink:hover {
  transition: 0.3s;
  color: #212529;
}
#online-intro {
  padding: 150px 0 80px;
}
#online-intro .jeev-underline {
  margin: 0px auto 35px;
}
.online-intro-para {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}
.online-intro-wrap {
  width: 75%;
  margin: auto;
}
.course-hights {
  border-bottom: 1px solid #2e2e2e;
  margin: 0;
  padding: 5px 5px;
}
#contact-form,#enrollment-form{
  background-color: #f0f0f0;
  padding-left: 5rem;
  padding-right: 5rem;
}
.form-floating-wrap .form-control {
  padding: 1rem 0.75rem;
}
#textarea {
  height: 180px;
}
.payment-courses-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.payment-courses-wrap .teacher-box-wrap {
  width: 50%;
}
.payment-courses-wrap .teacher-image {
  width: 145px;
  height: 145px;
  margin: auto auto 10px;
  top: -90px;
}
.payment-courses-wrap .teacher-name {
  font-weight: 500;
  font-size: 14px;
}
.payment-courses-wrap .teacher-box {
  padding: 65px 15px 10px;
}
#excursion .excursion-image {
  height: 320px;
}
.Sunyttc-homepage .yoga-icon.whiteversion {
  display: none;
}
.Sunyttc-homepage .yoga-icon.blackversion {
  display: inline-block;
}

.Sunyttc-homepage #header.fixed-nav .yoga-icon.whiteversion {
  display: inline-block;
}
.Sunyttc-homepage #header.fixed-nav .yoga-icon.blackversion {
  display: none;
}

.yoga-icon.blackversion {
  display: none;
}
.portfolio-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 35px;
  padding-left: 0;
}

.portfolio-menu ul li {
  border: 2px solid #b4235c;
  padding: 6px 25px;
  border-radius: 25px;
  background-color: #fff;
  color: #b4235c;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 15px;
}

.portfolio-menu ul li.active,
.portfolio-menu ul li:hover {
  color: #fff;
  background-color: #b4235c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-menu ul li:last-child {
  margin-right: 0;
}

#gallery .lightbox {
  display: block;
  box-shadow: 0px 0px 2px 0 #939393;
  border-radius: 20px;
  overflow: hidden;
}

#gallery .portfolio-item {
  margin: 30px auto;
}

#gallery .portfolio-item .item {
  width: 33.3%;
  display: inline-block;
  margin-bottom: 16px;
  padding: 0px 8px;
}

#gallery .portfolio-item .item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*#gallery .portfolio-item .item img.campus-img {*/
/*  height: 310px;*/
/*}*/

/*#gallery .portfolio-item .item img.excurcion-img {*/
/*  height: 230px;*/
/*}*/

/*#gallery .portfolio-item .item img.accommodation-img {*/
/*  height: 420px;*/
/*}*/

/*#gallery .portfolio-item .item.classes img {*/
/*  height: 450px;*/
/*}*/

#gallery .portfolio-item .item div {
  height: 280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bali #home-icon .yoga-icon-box {
  margin-bottom: 55px;
}
.course-image {
  width: 100%;
  height: 248px;
  object-fit: cover;
}
.navbar-toggler {
  color: #000 !important;
  border: none !important;
}
.navbar-toggler-icon {
  background-image: url("../images/hamburger.svg");
  width: 2em;
  height: 2em;
}
.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}
button:focus {
  box-shadow: none !important;
}
.offcanvas-body .accordion-item {
  border: none !important;
}
.offcanvas-body .accordion-button::after {
  width: 13px;
  height: 13px;
  background-size: contain;
}
.offcanvas-body .accordion-button {
  border-radius: 0 !important;
  border-bottom: 1px solid #ddd;
}
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background-color: #b4235c;
  color: #fff;
}
.offcanvas-body .accordion-button:not(.collapsed):after {
  filter: invert(1);
}
.accordion-button.custom-link:after {
  display: none !important;
}
#header.fixed-nav .navbar-toggler-icon {
  filter: invert(1);
}
.mobile-schedule-row {
  display: none;
}
#contact .benefit-box .sub-head-design {
  width: calc(100% + 20px);
}
.error-message,.success-message {
    font-weight: 500;
    margin-top: 18px;
    display: none;
    padding: 5px 15px;
    margin-bottom: 0;
    text-align: center
}

.error-message {
    color: #bd0006;
    border: 2px solid #bd0006;
    background-color: #f6dedf
}

.success-message {
    border: 2px solid #039f2e;
    background-color: #eef6ed;
    color: #039f2e;
}
label.error.fail-alert.myerrorclass {
    position: static;
    padding: 0 0 0 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    opacity: 1!important;
    color: #bc0005;
    transform: none!important
}
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    transition: 0.3s;
    display: block;
  }
}
@media (max-width: 1200px) {
    #contact .contact-list {
    width: 100%;
}
  .jeev-banner-text-wrap {
    left: 40px;
    width: 55%;
  }
  .date-box {
    width: 48%;
  }
  .special-center-image-wrap {
    width: 310px;
    height: 310px;
  }
  .yoga-icon-img {
    width: 50px;
    height: 50px;
  }
  .yoga-icon-box {
    padding: 15px 15px 20px;
  }
  .yoga-icon-num {
    font-size: 35px;
  }
  .sub-heading {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .nivoSlider img {
    object-position: 81%;
  }
  .jeev-banner-text-wrap p {
    text-align: center;
  }
  .yoga-banner-top,
  .yoga-banner-text {
    text-align: center;
  }
  #Sunyttc-banner .banner-icon-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .jeev-banner-text-wrap {
    left: 0;
    width: 75%;
    right: 0;
    margin: auto;
  }
  .date-box {
    width: 100%;
  }
  .desktop-schedule-row {
    display: none;
  }
  #schedule .yoga-icon-box {
    padding: 20px 20px;
  }
  .schedule-time {
    background-color: #b4235c !important;
    text-align: center !important;
    width: 100%!important;
    margin-bottom: 0!important;
    transform:none !important;
    background-image:none !important;
    padding: 6px 10px!important;
  }
  .schedule-wrap .schedule-task {
        width: 100%;
        text-align: center !important;
        margin-bottom: 20px !important;
        margin-left: 0 !important;
        border-right: 2px solid #b4235c !important;
        margin-top: 0 !important;
  }
  .mobile-schedule-row {
    display: block;
  }
  .choose-box {
    width: 260px;
    height: 260px;
  }
  .choose-count {
    font-size: 25px;
    width: 65px;
    top: -20px;
    left: 20px;
    height: 65px;
  }
  .bottom-bar {
    flex-wrap: wrap;
  }
  .bottom-link-wrap {
    order: -1;
    width: 100%;
  }
  .copyright {
    width: 100%;
  }
  .bottom-link {
    margin-bottom: 20px;
  }
  .teacher-skills {
    width: 80%;
  }
  .testimonial-contact-wrap {
    width: 100%;
  }
  .col-lg-4.special-second {
    display: none;
  }
  .first-box,
  .third-box {
    margin-right: 0;
  }
  .special-first .special-image-wrap {
    order: -1;
  }
  .special-first .special-image-wrap .special-image {
    margin-left: 0px;
    margin-right: 15px;
  }
  .special-first .special-heading,
  .special-first .special-text {
    text-align: left;
  }
  .special-last .special-wrap {
    margin-top: 40px;
  }
  .special-box {
    margin-bottom: 40px;
  }
  .fourth-box,
  .sixth-box {
    margin-left: 0px;
  }
  .yoga-icon-box {
    margin-bottom: 60px;
  }
  #home-icon {
    padding-bottom: 0px;
  }
  .same-bottom-heading {
    font-size: 30px;
  }
  .theme-image-frame {
    width: 100%;
    margin-top: 40px;
  }
  .bg-alt-cloud {
    background-size: cover;
    background-position: bottom;
  }
  .footer-wrap {
    width: 100%;
  }
  .my-order1 {
    order: -1;
  }
  .teacher-section .theme-image-frame {
    margin-top: 20px;
  }
  .benefit-box {
    width: 100%;
  }
  .cc-2 {
    column-count: 1;
  }
  .schedule-wrap.left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .schedule-box {
    width: 100%;
  }
  #schedule .col-lg-12 {
    order: -2;
  }
  #excursion .theme-image-frame {
    margin-top: 10px;
  }
  .payment-courses-wrap {
    margin-bottom: 30px;
  }
  #contact-submit {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
    #contact-form, #enrollment-form {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
  #gallery .portfolio-item .item {
    width: 50%;
  }
  .portfolio-menu ul {
    flex-wrap: wrap;
  }
  .portfolio-menu ul li {
    width: 32%;
    text-align: center;
    margin: 5px 3px;
  }
  .page-banner-heading {
    font-size: 32px;
    text-align: center;
  }
  .breadcrumb {
    justify-content: center;
  }
  p,
  li {
    font-size: 16px;
  }
  .choose-box {
    width: 215px;
    height: 215px;
  }
  .choose-count {
    font-size: 18px;
    width: 46px;
    top: -18px;
    left: 18px;
    height: 46px;
  }
  .choose-heading {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .bottom-link a {
    font-size: 12px;
  }
  .copyright p {
    font-size: 12px;
    margin-top: 7px;
  }
  .retreat {
    height: 350px;
  }
  #contact-form {
    background-color: #f0f0f0;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 35px;
  }
}
@media (max-width: 640px) {
  .payment-courses-wrap .teacher-box-wrap {
    width: 100%;
  }
  .nivoSlider img {
    object-position: 70%;
  }
  .banner-icon {
    height: 45px;
  }
  .yoga-banner-top {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .teacher-box {
    width: 100%;
  }
  .yttc-date {
    width: 100%;
  }
  .choose-box {
    width: 190px;
    height: 190px;
    padding: 18px 18px;
  }
  .choose-para-text {
    line-height: 1.2;
    font-size: 15px;
  }
  .testimonial-contact-wrap {
    padding: 15px 20px;
  }
  .footer-logo {
    width: 130px;
    height: 45px;
  }
  .social-media-image {
    width: 25px;
    height: 25px;
  }
  .social-media-link {
    margin-right: 12px;
  }
  #header.fixed-nav .navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
  }
  #contact-form {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 480px) {
      .benefit-box .theme-button {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .yoga-banner-top {
    font-size: 24px;
  }
  .yoga-banner-text {
    font-size: 16px;
  }
  #gallery .portfolio-item .item {
    width: 100%;
  }
  .portfolio-menu ul li {
    width: 100%;
    margin: 5px 0px;
  }
  #gallery .portfolio-item .item img {
    height: 180px !important;
  }
}
@media (max-width: 418px) {
  .choose-box {
    width: 170px;
    height: 170px;
    padding: 18px 20px;
  }
  .choose-count {
    font-size: 14px;
    width: 36px;
    top: -15px;
    left: 15px;
    height: 36px;
  }
  .choose-heading {
    font-size: 16px;
  }
  .mypl-0 {
    padding-left: 0 !important;
  }
  .mypr-0 {
    padding-right: 0 !important;
  }
}
@media (max-width: 370px) {
  .choose-box {
    width: 165px;
    height: 165px;
    padding: 18px 20px;
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
