@charset "UTF-8";
.section-padding {
  padding: 60px 0;
}

/* Belleza */
@font-face {
  font-family: "Belleza";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/belleza-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Belleza";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/belleza-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Jost */
@font-face {
  font-family: "Jost";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/jost-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Jost";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/jost-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/jost-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/jost-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Parisienne */
@font-face {
  font-family: "Parisienne";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/parisienne-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Parisienne";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/parisienne-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.site-header {
  width: 100%;
  position: relative;
  z-index: 999;
  background: white;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.site-header.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 3px 1px #d3d3d3;
  animation: headerSticky 0.35s ease-out forwards;
}
.site-header.fixed-nav .header-wrapper {
  width: 100%;
  margin-left: 0;
  background-color: #fff;
}
.site-header .mega-col-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  justify-content: space-between;
  background-color: #fff;
  flex-wrap: wrap;
  z-index: 9;
}
.site-header .mega-col {
  width: 25%;
  position: relative;
  z-index: 9;
  padding-bottom: 10px;
}
.site-header .mega-col:last-child::before {
  display: none;
}
.site-header .mega-col::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px dashed #2792b2;
  width: 2px;
  height: 88%;
}
.site-header .mega-heading {
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  width: 85%;
  color: #2792b2;
  margin: 15px auto 10px;
  position: relative;
  padding-bottom: 10px;
}
.site-header .mega-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #2792b2;
  transition: 0.3s;
}
.site-header .mega-heading:hover::before {
  width: 80px;
}
.site-header .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .sub-menu li .mega-link {
  display: block;
  border-bottom: 1px dashed #dfdfdf;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding: 3px 0;
  width: 85%;
  margin: 0 auto;
  transition: 0.3s;
}
.site-header .sub-menu li .mega-link:hover {
  color: #2792b2;
  padding-left: 10px;
}
.site-header .sub-menu li:last-child .mega-link {
  border-bottom: none;
}
.site-header .toggle-button,
.site-header .mobile-whatsapp,
.site-header .sidebar-header {
  display: none;
}
.site-header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  background-color: #fff;
}
.site-header .header-wrapper .logo-wrap {
  display: inline-block;
  position: relative;
  z-index: 9;
  padding: 5px 15px;
  border-radius: 5px;
}
.site-header .header-wrapper .logo-wrap > img {
  width: 100%;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-header .header-wrapper .logo-wrap .extra-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -269px;
  top: -12px;
  transform: rotate(-4deg);
}
.site-header .header-wrapper .logo-wrap .extra-logo-wrap .extra-logo-strip {
  width: 70px;
  height: auto;
  transform: rotate(6deg);
  margin-right: -5px;
  margin-top: 6px;
  position: relative;
  z-index: 99;
  filter: drop-shadow(2px -1.2px 0px #fff);
}
.site-header .header-wrapper .logo-wrap .extra-logo-wrap .heart-wrap {
  width: 40px;
  height: 40px;
  background-color: #2792b2;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  transform: rotate(-9deg);
}
.site-header .header-wrapper .logo-wrap .extra-logo-wrap .heart-wrap .heart-header-icon {
  width: 17px;
  height: auto;
}
.site-header .header-wrapper .logo-wrap .extra-logo-wrap .extra-logo-text {
  margin-bottom: 0;
  font-size: 16px;
  margin-left: 5px;
}
.site-header .header-wrapper .logo-wrap .extra-logo-wrap .extra-logo-text .extra-logo-text-underline {
  text-decoration: underline !important;
  color: #2792b2;
}
.site-header .header-main-box {
  width: 80%;
}
.site-header .header-main-box .top-box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  z-index: 99;
}
.site-header .header-main-box .top-box .top-box-wrap {
  padding: 7px 40px;
  border-right: 1px dashed #bedee8;
  cursor: pointer;
  z-index: 99;
}
.site-header .header-main-box .top-box .top-box-wrap:last-child {
  border-right: none;
  margin-right: 40px;
}
.site-header .header-main-box .top-box .top-box-wrap .top-link {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  position: relative;
}
.site-header .header-main-box .top-box .top-box-wrap:not(:last-child) .top-link {
  padding-right: 18px;
}
.site-header .header-main-box .top-box .top-box-wrap:not(:last-child) .top-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  margin-top: -1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #2792b2;
}
.site-header .header-main-box .top-box .top-box-wrap .mega-col-wrapper {
  top: 100%;
}
.site-header .header-main-box .top-box .top-box-wrap .mega-col-wrapper .mega-col {
  width: 33.3%;
}
.site-header .header-main-box .top-box .top-box-wrap:hover .mega-col-wrapper {
  display: flex;
}
.site-header .header-main-box .main-navbar {
  display: flex;
  padding: 0;
  align-items: center;
  background-color: #2792b2;
  border-radius: 12px 0 0 0;
  border: 1px solid #2792b2;
  border-right: none;
}
.site-header .header-main-box .main-navbar .main-navmenu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: static;
  width: 70%;
}
.site-header .header-main-box .main-navbar .main-navmenu .nav-item {
  list-style: none;
  width: 20%;
  text-align: center;
  position: static;
}
.site-header .header-main-box .main-navbar .main-navmenu .nav-item:last-child .nav-link::before {
  display: none;
}
.site-header .header-main-box .main-navbar .main-navmenu .nav-item .nav-link {
  color: #fff;
  font-weight: 400;
  padding: 18px 8px;
  position: relative;
  font-size: 17px;
  z-index: 9;
  display: block;
}
.site-header .header-main-box .main-navbar .main-navmenu .nav-item .nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  border-right: 1px dashed #ddd;
  height: 75%;
}
.site-header .header-main-box .main-navbar .main-navmenu .nav-item.has-dropdown .nav-link {
  padding-right: 24px;
}
.site-header .header-main-box .main-navbar .main-navmenu .nav-item.has-dropdown .nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: transform 0.3s ease;
}
.site-header .header-main-box .main-navbar .main-navmenu .nav-item.has-dropdown .mega-col-wrapper {
  display: none;
}
.site-header .header-main-box .main-navbar .main-navmenu .nav-item.has-dropdown:hover > .mega-col-wrapper {
  display: flex;
}
.site-header .header-main-box .main-navbar .main-navmenu .nav-item.single-drop {
  position: relative !important;
}
.site-header .header-main-box .main-navbar .main-navmenu .nav-item.single-drop .mega-col-wrapper {
  width: calc(100% + 50px);
}
.site-header .header-main-box .main-navbar .main-navmenu .nav-item.single-drop .mega-col {
  flex-grow: 1;
  white-space: nowrap;
}
.site-header .header-main-box .main-navbar .nav-action {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .header-main-box .main-navbar .nav-action .theme-button {
  border-color: #fff;
  margin-right: 10px;
  padding: 4px 20px;
}
.site-header .header-main-box .main-navbar .nav-action .whatsapp-btn {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 20px;
}
.site-header .header-main-box .main-navbar .nav-action .whatsapp-btn img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s;
}
.site-header .header-main-box .main-navbar .nav-action .whatsapp-btn .text {
  display: none;
}
.site-header .header-main-box .main-navbar .nav-action .whatsapp-btn:hover img {
  transform: scale(1.1);
}

@keyframes headerSticky {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.sidebar-overlay.active {
  display: block;
}

@media (max-width: 1560px) {
  .site-header .header-wrapper .logo-wrap .extra-logo-wrap {
    right: -228px;
  }
  .site-header .header-wrapper .logo-wrap .extra-logo-wrap .extra-logo-strip {
    width: 45px;
  }
  .site-header .header-wrapper .logo-wrap .extra-logo-wrap .heart-wrap {
    width: 35px;
    height: 35px;
  }
  .site-header .header-wrapper .logo-wrap .extra-logo-wrap .extra-logo-text {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .site-header .header-wrapper .logo-wrap img {
    height: 55px;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item {
    width: 25%;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .site-header .header-wrapper {
    width: 100%;
    padding: clamp(6px, 1.5vw, 8px) clamp(10px, 2vw, 15px);
  }
  .site-header .header-wrapper .logo-wrap {
    padding: 0;
  }
  .site-header .header-wrapper .logo-wrap > img {
    height: clamp(40px, 6vw, 45px);
  }
  .site-header .header-wrapper .logo-wrap .extra-logo-wrap {
    display: none;
  }
  .site-header .toggle-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border: 1px solid #d6e5eb;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(39, 146, 178, 0.12);
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 10;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  }
  .site-header .toggle-button span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #1c6f87;
    border-radius: 2px;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  }
  .site-header .toggle-button:hover {
    border-color: #2792b2;
    box-shadow: 0 10px 22px rgba(39, 146, 178, 0.18);
  }
  .site-header .toggle-button.active {
    display: none;
  }
  .site-header .mobile-whatsapp {
    display: block;
  }
  .site-header .mobile-whatsapp img {
    width: clamp(30px, 5vw, 34px);
    height: clamp(30px, 5vw, 34px);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .site-header .header-main-box {
    position: fixed;
    top: 0;
    left: -576px;
    width: 100%;
    max-width: 576px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: left 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    scrollbar-width: none;
  }
  .site-header .header-main-box::-webkit-scrollbar {
    width: 2px;
  }
  .site-header .header-main-box::-webkit-scrollbar-track {
    background: transparent;
  }
  .site-header .header-main-box::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 2px;
  }
  .site-header .header-main-box.active {
    left: 0;
  }
  .site-header .header-main-box .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 2px solid #2792b2;
  }
  .site-header .header-main-box .sidebar-header .sidebar-logo img {
    height: 40px;
    max-width: 80%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .site-header .header-main-box .sidebar-header .sidebar-close {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2792b2;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
  }
  .site-header .header-main-box .sidebar-header .sidebar-close span {
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }
  .site-header .header-main-box .sidebar-header .sidebar-close span:first-child {
    transform: rotate(45deg);
  }
  .site-header .header-main-box .sidebar-header .sidebar-close span:last-child {
    transform: rotate(-45deg);
  }
  .site-header .header-main-box .sidebar-header .sidebar-close:hover {
    background-color: #1c6f87;
  }
  .site-header .header-main-box .top-box {
    padding-top: 56px;
    flex-direction: column;
    border-bottom: 1px solid #eee;
  }
  .site-header .header-main-box .top-box .top-box-wrap {
    padding: 0;
    border-right: none;
    border-bottom: 1px dashed #ddd;
  }
  .site-header .header-main-box .top-box .top-box-wrap:last-child {
    margin-right: 0;
    border-bottom: none;
  }
  .site-header .header-main-box .top-box .top-box-wrap .top-link {
    display: block;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
  }
  .site-header .header-main-box .top-box .top-box-wrap:not(:last-child) .top-link {
    padding-right: 36px;
  }
  .site-header .header-main-box .top-box .top-box-wrap:not(:last-child) .top-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #333;
    transition: transform 0.3s ease;
  }
  .site-header .header-main-box .top-box .top-box-wrap.active .top-link::after {
    transform: rotate(180deg);
  }
  .site-header .header-main-box .top-box .top-box-wrap .mega-col-wrapper {
    position: static;
    width: 100%;
    flex-direction: column;
    background-color: #f9f9f9;
    padding: 0 15px 10px;
  }
  .site-header .header-main-box .top-box .top-box-wrap .mega-col-wrapper .mega-col {
    width: 100%;
    padding-bottom: 5px;
  }
  .site-header .header-main-box .top-box .top-box-wrap .mega-col-wrapper .mega-col::before {
    display: none;
  }
  .site-header .header-main-box .top-box .top-box-wrap .mega-col-wrapper .mega-heading {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin: 12px 0 5px;
  }
  .site-header .header-main-box .top-box .top-box-wrap .mega-col-wrapper .mega-link {
    width: 100%;
    font-size: 14px;
    padding: 6px 0 6px 10px;
  }
  .site-header .header-main-box .top-box .top-box-wrap:hover .mega-col-wrapper {
    display: none;
  }
  .site-header .header-main-box .top-box .top-box-wrap.active .mega-col-wrapper {
    display: flex;
  }
  .site-header .header-main-box .main-navbar {
    flex-direction: column;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .site-header .header-main-box .main-navbar .main-navmenu {
    flex-direction: column;
    width: 100%;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item {
    width: 100%;
    text-align: left;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item .nav-link {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 15px;
    border-bottom: 1px dashed #ddd;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item .nav-link::before {
    display: none;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item.has-dropdown .nav-link::after {
    border-top-color: #333;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item.has-dropdown.active > .nav-link::after {
    transform: rotate(180deg);
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item.has-dropdown .mega-col-wrapper {
    position: static;
    width: 100%;
    flex-direction: column;
    background-color: #f9f9f9;
    padding: 0 15px 10px;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item.has-dropdown .mega-col-wrapper .mega-col {
    width: 100%;
    padding-bottom: 5px;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item.has-dropdown .mega-col-wrapper .mega-col::before {
    display: none;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item.has-dropdown .mega-col-wrapper .mega-heading {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin: 12px 0 5px;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item.has-dropdown .mega-col-wrapper .mega-link {
    width: 100%;
    font-size: 14px;
    padding: 6px 0 6px 10px;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item.has-dropdown:hover > .mega-col-wrapper {
    display: none;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item.has-dropdown.active > .mega-col-wrapper {
    display: flex;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item.single-drop {
    position: static !important;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item.single-drop .mega-col-wrapper {
    width: 100%;
  }
  .site-header .header-main-box .main-navbar .main-navmenu .nav-item.single-drop .mega-col {
    white-space: normal;
  }
  .site-header .header-main-box .main-navbar .nav-action {
    width: 100%;
    flex-direction: column;
    padding: 15px;
    gap: 10px;
  }
  .site-header .header-main-box .main-navbar .nav-action .theme-button {
    display: block;
    text-align: center;
    margin-right: 0;
    padding: 10px 20px;
    border-color: #2792b2;
  }
  .site-header .header-main-box .main-navbar .nav-action .whatsapp-btn {
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    text-align: center;
  }
  .site-header .header-main-box .main-navbar .nav-action .whatsapp-btn .text {
    display: inline-block;
  }
}
#bali-banner {
  overflow: hidden;
  line-height: 0;
}
#bali-banner a {
  display: block;
}
#bali-banner img {
  width: 100%;
  height: clamp(160px, 30vw, auto);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}

#sya-banner-promo {
  position: relative;
  z-index: 9;
  height: 90vh;
}
#sya-banner-promo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.0784313725);
  z-index: 1;
}
#sya-banner-promo .sya-banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sya-banner-promo .hero-content-wrap {
  width: clamp(90%, 40vw, 40%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sya-banner-promo .hero-content-wrap .hero-title {
  font-size: clamp(18px, 2.5vw, 28px);
  color: #fff;
  font-family: "Belleza", sans-serif;
  line-height: normal;
  text-shadow: 0px 1px 10px #5b5b5b;
  filter: drop-shadow(0px 1px 0px #5b5b5b);
  margin: 0;
  text-align: center;
}
#sya-banner-promo .hero-content-wrap .hero-heading {
  font-size: clamp(26px, 3.5vw, 35px);
  color: #2792b2;
  font-family: "Belleza", sans-serif;
  line-height: normal;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 6px 15px;
  text-align: center;
  font-weight: 500;
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
#sya-banner-promo .hero-content-wrap .hero-heading span.active {
  display: inline-block;
}

.special-heading-wrapper {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 52px);
}
.special-heading-wrapper .special-title {
  font-size: clamp(21px, 2.5vw, 25px);
  text-align: center;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: "Belleza", sans-serif;
  color: #000;
}
.special-heading-wrapper .cursive-heading {
  font-size: clamp(27px, 4vw, 40px);
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  font-family: "Parisienne", cursive;
  color: #000;
  line-height: normal;
}

.common-heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(26px, 3.6vw, 36px);
}
.common-heading-wrap::after {
  content: "";
  display: block;
  margin-top: 1rem;
  width: 100%;
  max-width: 900px;
  height: clamp(11px, 1.5vw, 14px);
  background: url("../images/underline.png") center/contain no-repeat;
}
.common-heading-wrap.align-left {
  align-items: flex-start;
}
.common-heading-wrap.align-left::after {
  display: none;
}
.common-heading-wrap .heading-title {
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 400;
  color: #2792b2;
  font-family: "Belleza", sans-serif;
  margin-bottom: 0;
}
.common-heading-wrap .common-heading {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Belleza", sans-serif;
  color: #000;
}

#home-about .sya-about-image-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  position: relative;
  z-index: 9;
}
@media (max-width: 1400px) {
  #home-about .sya-about-image-wrap {
    width: 88%;
  }
}
@media (max-width: 1200px) {
  #home-about .sya-about-image-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
#home-about .sya-about-image-one {
  width: 42%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px;
  border-radius: 12px;
  border: 1px solid #2792b2;
  padding: 3px;
}
@media (max-width: 1400px) {
  #home-about .sya-about-image-one {
    height: 332px;
  }
}
@media (max-width: 1200px) {
  #home-about .sya-about-image-one {
    height: 250px;
    -o-object-position: 100% 25%;
       object-position: 100% 25%;
  }
}
#home-about .sya-about-image-two {
  width: 56%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 1px solid #2792b2;
  padding: 3px;
}
@media (max-width: 1400px) {
  #home-about .sya-about-image-two {
    height: 332px;
  }
}
@media (max-width: 1200px) {
  #home-about .sya-about-image-two {
    height: 250px;
  }
}
#home-about .sya-about-image-three {
  width: 62%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px;
  margin-top: 10px;
  border-radius: 12px;
  border: 1px solid #2792b2;
  padding: 3px;
}
@media (max-width: 1400px) {
  #home-about .sya-about-image-three {
    height: 345px;
  }
}
@media (max-width: 1200px) {
  #home-about .sya-about-image-three {
    height: 260px;
  }
}
#home-about .sya-color-content {
  width: 37%;
  background-color: #2792b2;
  border-radius: 12px;
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
#home-about .sya-color-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 97%;
  margin: auto;
  height: 97%;
  border: 1px solid #fff;
  border-radius: 12px;
}
#home-about .sya-color-content .sya-text-number {
  font-size: clamp(28px, 3vw, 35px);
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
#home-about .sya-color-content .sya-text-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
#home-about .sya-home-about-text-border {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2792b24a;
  color: transparent;
  font-size: 117px;
  position: absolute;
  left: auto;
  height: 100%;
  font-family: "Belleza", sans-serif;
  top: 0;
  transform: rotate(90deg);
  bottom: 0;
  width: 100%;
  text-align: center;
  right: -65px;
  margin: auto;
  transition: 1s;
  z-index: -1;
}
@media (max-width: 1400px) {
  #home-about .sya-home-about-text-border {
    font-size: 94px;
    right: -10px;
  }
}
@media (max-width: 1200px) {
  #home-about .sya-home-about-text-border {
    font-size: 36px;
    margin-bottom: 0;
    background-color: #2792b2;
    margin-top: 10px;
    transform: none;
    position: static;
  }
}

.theme-button {
  display: inline-block;
  position: relative;
  color: #2792b2;
  padding: 7px 20px;
  background-color: #fff;
  border: 2px solid #2792b2;
  border-radius: 20px;
  line-height: normal;
  font-weight: 400;
  z-index: 2;
}
.theme-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #2792b2;
  border-radius: 18px;
  z-index: -1;
}
.theme-button:hover {
  color: #fff;
}
.theme-button:hover::before {
  width: 100%;
  transition: 0.3s;
}
.theme-button.dark {
  background-color: #2792b2;
  color: #fff;
}
.theme-button.dark::before {
  background-color: #fff;
}
.theme-button.dark:hover {
  color: #2792b2;
}
.theme-button.alt {
  background-color: #f2f9fb;
  border-bottom: none;
}
.theme-button.alt:hover {
  color: #fff;
}

#sya-main-video-section {
  position: relative;
  z-index: 9;
  background-color: #2792b2;
  padding: 120px 0;
}
#sya-main-video-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: 1px solid #fff;
  border-radius: 10px;
}
#sya-main-video-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(239deg, rgb(39, 146, 178) 77%, rgba(39, 146, 178, 0.29) 100%);
  z-index: -1;
}
#sya-main-video-section .container {
  z-index: 99;
  position: relative;
}
@media (max-width: 640px) {
  #sya-main-video-section .container {
    width: 95%;
  }
}
#sya-main-video-section .kriya-yoga-side {
  position: absolute;
  left: 9px;
  bottom: 9px;
  width: 40%;
  opacity: 0.8;
  height: 80%;
  filter: grayscale(1);
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}
@media (max-width: 1600px) {
  #sya-main-video-section .kriya-yoga-side {
    width: 20%;
    opacity: 0.5;
    height: 55%;
  }
}
#sya-main-video-section .sya-main-video-wrap {
  width: 48%;
  height: calc(100% - 17px);
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1560px) {
  #sya-main-video-section .sya-main-video-wrap {
    width: 53%;
  }
}
@media (max-width: 991px) {
  #sya-main-video-section .sya-main-video-wrap {
    position: static;
    width: calc(100% - 15px);
    height: 430px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #sya-main-video-section .sya-main-video-wrap {
    height: 370px;
  }
}
@media (max-width: 640px) {
  #sya-main-video-section .sya-main-video-wrap {
    height: 300px;
  }
}
@media (max-width: 480px) {
  #sya-main-video-section .sya-main-video-wrap {
    height: 250px;
    margin-bottom: 20px;
  }
}
#sya-main-video-section .sya-main-video-iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sya-main-video-section .sya-main-video-heading {
  font-size: clamp(25px, 2.5vw, 28px);
  padding-bottom: 10px;
  position: relative;
  z-index: 9;
  margin-bottom: 26px;
  color: #fff;
}
#sya-main-video-section .sya-main-video-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: 2px;
  background-color: #fff;
  z-index: -1;
}
#sya-main-video-section .sya-main-video-content-text {
  font-size: 21px;
  color: #fff;
}
#sya-main-video-section .quote-guru-ji {
  font-family: "Parisienne", cursive;
  text-align: right;
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 1400px) {
  #sya-main-video-section {
    padding: 80px 0;
  }
}
@media (max-width: 1200px) {
  #sya-main-video-section {
    padding: 38px 0;
  }
}
@media (max-width: 991px) {
  #sya-main-video-section {
    padding: 10px 0 60px;
  }
}

.why-choose-video-wrap {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.why-choose-video-wrap .why-choose-video-box {
  width: 33.3%;
  padding: 30px 45px;
  border-bottom: 1px solid #c6e2eb;
}
.why-choose-video-wrap .why-choose-video-box:nth-child(odd) {
  background-color: #f2f9fb;
}
.why-choose-video-wrap .why-choose-video-box:nth-child(2), .why-choose-video-wrap .why-choose-video-box:nth-child(5) {
  border-right: 1px solid #c6e2eb;
  border-left: 1px solid #c6e2eb;
}
.why-choose-video-wrap .why-choose-video-box:nth-last-child(-n+3) {
  border-bottom: none !important;
}
@media (max-width: 1400px) {
  .why-choose-video-wrap .why-choose-video-box {
    padding: 30px 22px;
  }
}
@media (max-width: 991px) {
  .why-choose-video-wrap .why-choose-video-box {
    width: 50%;
    padding: 30px 40px;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #c6e2eb !important;
  }
  .why-choose-video-wrap .why-choose-video-box:nth-last-child(-n+2) {
    border-bottom: none !important;
  }
  .why-choose-video-wrap .why-choose-video-box:nth-child(1) {
    order: 1;
    border-right: 1px solid #c6e2eb !important;
  }
  .why-choose-video-wrap .why-choose-video-box:nth-child(2) {
    order: 2;
  }
  .why-choose-video-wrap .why-choose-video-box:nth-child(3) {
    order: 4;
  }
  .why-choose-video-wrap .why-choose-video-box:nth-child(4) {
    order: 3;
    border-right: 1px solid #c6e2eb !important;
  }
  .why-choose-video-wrap .why-choose-video-box:nth-child(5) {
    order: 5;
    border-right: 1px solid #c6e2eb !important;
  }
  .why-choose-video-wrap .why-choose-video-box:nth-child(6) {
    order: 6;
  }
}
@media (max-width: 768px) {
  .why-choose-video-wrap .why-choose-video-box {
    padding: 20px 15px;
  }
}
.why-choose-video-wrap .why-choose-video-iframe {
  width: 100%;
  height: 190px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .why-choose-video-wrap .why-choose-video-iframe {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .why-choose-video-wrap .why-choose-video-iframe {
    height: 180px;
  }
}
@media (max-width: 575px) {
  .why-choose-video-wrap .why-choose-video-iframe {
    height: 125px;
  }
}

.why-choose-video-title {
  margin-top: 5px;
  text-align: center;
  position: relative;
  z-index: 9;
  margin-bottom: 0;
  font-size: 17px;
  line-height: normal;
  font-weight: 500;
  color: #000;
  padding-bottom: 8px;
}
.why-choose-video-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background-color: #000;
}
@media (max-width: 768px) {
  .why-choose-video-title::before {
    margin-left: 0;
  }
}

#sya-yoga-alliance .sya-yoga-alliance-col-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#sya-yoga-alliance .sya-yoga-alliance-col-one,
#sya-yoga-alliance .sya-yoga-alliance-col-three {
  width: 37%;
  padding: 0 3%;
}
@media (max-width: 991px) {
  #sya-yoga-alliance .sya-yoga-alliance-col-one,
  #sya-yoga-alliance .sya-yoga-alliance-col-three {
    width: 100%;
    padding: 0;
  }
}
#sya-yoga-alliance .sya-yoga-alliance-col-two {
  background-color: #f2f9fb;
  border-radius: 12px;
  padding: 3%;
  width: 26%;
}
#sya-yoga-alliance .sya-yoga-alliance-col-two img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  #sya-yoga-alliance .sya-yoga-alliance-col-two {
    width: 100%;
    margin-bottom: 18px;
  }
}
#sya-yoga-alliance .sya-yoga-alliance-image {
  width: 100%;
}
@media (max-width: 991px) {
  #sya-yoga-alliance .sya-yoga-alliance-image {
    width: 310px;
    display: block;
    margin: auto;
  }
}
@media (max-width: 640px) {
  #sya-yoga-alliance .sya-yoga-alliance-image {
    width: 75%;
  }
}
#sya-yoga-alliance .why-choose-video-title {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 991px) {
  #sya-yoga-alliance .why-choose-video-title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  #sya-yoga-alliance .sya-yoga-alliance-col-one .text-center,
  #sya-yoga-alliance .sya-yoga-alliance-col-three .text-center {
    text-align: left !important;
  }
}

.team-box {
  position: relative;
  z-index: 9;
  margin: 0 5px;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px #ddd;
  overflow: hidden;
}
.team-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  opacity: 0.2;
}
.team-box .team-image {
  position: relative;
  margin-bottom: 0;
}
.team-box .team-image img {
  width: 100%;
  height: 360px;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.team-box .team-image .team-frame {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(0px 0px 1px #2792b2);
}
.team-box .team-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  background: linear-gradient(0deg, rgb(39, 146, 178) 39%, rgba(39, 146, 178, 0.07) 100%);
  padding: 5px 5px 7px;
}
.team-box .team-name {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 0px 2px black;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.2;
}
.team-box .team-position {
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 0px 2px black;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.2;
}

.courses-detail-wrap {
  padding: clamp(25px, 3vw, 35px) clamp(20px, 3vw, 30px);
  background-color: #fff;
  border: 1px solid #2792b2;
  border-radius: 12px;
}

.sya-new-course-list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sya-new-course-list-wrap .sya-new-course-list-box {
  width: 32.2%;
  box-shadow: 0px 0px 3px 0px #d1d1d1;
  border-radius: 20px;
  background-color: #f2f9fb;
  padding: 30px 25px;
}
@media (max-width: 1400px) {
  .sya-new-course-list-wrap .sya-new-course-list-box {
    padding: 15px 16px 30px;
  }
}
@media (max-width: 768px) {
  .sya-new-course-list-wrap .sya-new-course-list-box {
    padding: 30px 36px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .sya-new-course-list-wrap .sya-new-course-list-box {
    padding: 22px 18px 30px;
  }
}
@media (max-width: 768px) {
  .sya-new-course-list-wrap {
    gap: 12px;
  }
}
.sya-new-course-list-wrap .sya-new-course-list-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: center;
}
.sya-new-course-list-wrap .sya-new-course-list-ya-icon {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}
@media (max-width: 1400px) {
  .sya-new-course-list-wrap .sya-new-course-list-ya-icon {
    width: 85px;
    height: 85px;
  }
}
.sya-new-course-list-wrap .sya-new-course-list-review-box .sya-new-course-list-review-text {
  font-size: 16px;
  color: #2792b2;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: right;
}
@media (max-width: 1400px) {
  .sya-new-course-list-wrap .sya-new-course-list-review-box .sya-new-course-list-review-text {
    font-size: 15px;
  }
}
.sya-new-course-list-wrap .sya-new-course-list-review-box .sya-star-yttc {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  height: 25px;
}
@media (max-width: 1400px) {
  .sya-new-course-list-wrap .sya-new-course-list-review-box .sya-star-yttc {
    height: 18px;
  }
}
.sya-new-course-list-wrap .sya-new-course-list-title {
  font-size: clamp(25px, 3vw, 30px);
  font-weight: 500;
  font-family: "Belleza", sans-serif;
  line-height: 1.09;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .sya-new-course-list-wrap .sya-new-course-list-title {
    line-height: 1.2;
  }
  .sya-new-course-list-wrap .sya-new-course-list-title br {
    display: none;
  }
}
.sya-new-course-list-wrap .sya-course-list-highlights {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sya-new-course-list-wrap .sya-course-list-highlights .sya-new-course-icon-list {
  width: 50%;
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.sya-new-course-list-wrap .sya-course-list-highlights .sya-new-course-icon-list:nth-last-child(-n+2) {
  border-bottom: none;
}
@media (max-width: 1200px) {
  .sya-new-course-list-wrap .sya-course-list-highlights .sya-new-course-icon-list {
    width: 100%;
  }
}
.sya-new-course-list-wrap .sya-course-list-highlights .sya-new-course-icon-list .sya-news-course-icon-list-icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  display: inline-block;
  margin-right: 13px;
}
@media (max-width: 1400px) {
  .sya-new-course-list-wrap .sya-course-list-highlights .sya-new-course-icon-list .sya-news-course-icon-list-icon {
    width: 21px;
    height: 21px;
    margin-right: 10px;
  }
}
.sya-new-course-list-wrap .sya-new-course-list-price {
  margin: 15px 0 0;
  font-size: clamp(23px, 2.5vw, 28px);
  font-weight: 500;
  color: #2792b2;
}
.sya-new-course-list-wrap .sya-new-course-list-del-price {
  margin-bottom: 0;
  font-size: clamp(20px, 2vw, 22px);
  color: #bbb;
  text-decoration: line-through;
}
.sya-new-course-list-wrap .sya-new-course-list-footer {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sya-new-course-list-wrap .sya-new-course-list-footer .theme-button {
  display: block;
  text-align: center;
  width: calc(100% - 81px);
  position: relative;
  z-index: 99;
  border-radius: 30px;
}
.sya-new-course-list-wrap .sya-new-course-list-footer .theme-button::before {
  border-radius: 30px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .sya-new-course-list-wrap .sya-new-course-list-footer .theme-button {
    width: calc(100% - 62px);
  }
}
.sya-new-course-list-wrap .sya-new-course-list-footer .whatsapp-wrap {
  background-color: #2792b2;
  border: 1px solid #2792b2;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transform: scale(1.3) translate(-8px, -3px);
  transition: 0.3s;
  position: relative;
  z-index: 9;
}
.sya-new-course-list-wrap .sya-new-course-list-footer .whatsapp-wrap::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 7px;
  right: auto;
  bottom: 0;
  width: 20px;
  height: 32px;
  background-color: #f2f9fb;
  border-radius: 50%;
  z-index: -1;
  margin: auto;
}
.sya-new-course-list-wrap .sya-new-course-list-footer .whatsapp-wrap:hover {
  background-color: #fff;
}
.sya-new-course-list-wrap .sya-new-course-list-footer .whatsapp-wrap:hover .whatsapp-white-icon.blue {
  display: block;
}
.sya-new-course-list-wrap .sya-new-course-list-footer .whatsapp-wrap:hover .whatsapp-white-icon.white {
  display: none;
}
.sya-new-course-list-wrap .sya-new-course-list-footer .whatsapp-wrap .whatsapp-white-icon {
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
  transition: 0.3s;
}
.sya-new-course-list-wrap .sya-new-course-list-footer .whatsapp-wrap .whatsapp-white-icon.blue {
  display: none;
}
@media (max-width: 1200px) {
  .sya-new-course-list-wrap .sya-new-course-list-footer .whatsapp-wrap {
    width: 54px;
    height: 54px;
    transform: scale(1.3) translate(-4px, -3px);
  }
}

.accordion-button:before,
#accordionExample1 .accordion-button:before,
#accordionExample2 .accordion-button:before,
#accordionExample3 .accordion-button:before,
#accordionExample4 .accordion-button:before,
#accordionExample5 .accordion-button:before,
#accordionExample6 .accordion-button:before,
#accordioncourse .accordion-button:before {
  content: "\f3d1" !important;
  font-size: 22px !important;
  color: #2792b2;
  top: 12px !important;
  left: 14px !important;
}

#home-retreat .course-box {
  background-color: #f2f9fb;
}

#home-retreat .course-box-content:before {
  background-color: #f2f9fb;
}

#home-retreat .course-box-content:after {
  background-color: #f2f9fb;
}

#home-retreat .course-box-link {
  background-color: #f2f9fb;
}

.desc-image.about-us {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}

.sya-white-divider-box {
  width: 95%;
  margin-left: auto;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 25px;
}

.sya-white-divider-box-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}

.location-image.about-location {
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
  height: 300px;
  margin-bottom: 25px;
  box-shadow: none !important;
}

.w-auto {
  width: auto !important;
}

.notes.bg-white:before {
  background-color: #fff !important;
}

.sya-yoga-teacher-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 2px solid #2792b2;
  margin: 40px 0;
  border-radius: 10px;
  overflow: hidden;
}

.sya-yoga-teacher {
  width: 26%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sya-yoga-teacher-content {
  width: 72%;
  padding-right: 30px;
}

.sya-yoga-teacher-heading {
  font-size: 22px;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.faqs-box-wrap {
  padding: 30px 40px;
  background-color: #ffffff;
  border: 2px solid #2792b2;
  margin: 30px 0;
}
.faqs-box-wrap.alt {
  background-color: #ffffff;
  border: 2px solid #2792b2;
}

.faqs-box-wrap.alt #accordionExample1 .accordion-button,
.faqs-box-wrap.alt #accordionExample3 .accordion-button,
.faqs-box-wrap.alt #accordionExample5 .accordion-button {
  background-color: #fff;
}

#sya-faqs.faqs-alt #accordionExample1 .accordion-button,
#sya-faqs.faqs-alt #accordionExample3 .accordion-button,
#sya-faqs.faqs-alt #accordionExample5 .accordion-button {
  background-color: #fff;
}

.faqs-outter-box {
  background-color: #f2f9fb;
  padding: 30px 50px;
  border: 2px solid #2792b2;
}

.cc2 {
  -moz-column-count: 2;
       column-count: 2;
}

.cc3 {
  -moz-column-count: 3;
       column-count: 3;
}

.syllabus-box {
  padding: 20px 25px;
  background-color: #f2f9fb;
  margin: 30px 0;
}

.why-choose-us-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.why-choose-us-box {
  width: 32%;
  background-color: #fff;
  margin: 15px 0;
  padding: 18px 150px 18px 22px;
  display: flex;
  position: relative;
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  border-left: 3px solid #2792b2;
  box-shadow: 4px 2px 2px 0px rgba(131, 131, 131, 0.2784313725);
}

.why-choose-us-heading {
  font-size: 18px;
  font-weight: 700;
  color: #2792b2;
  margin-bottom: 8px;
}

.why-choose-us-para-text {
  margin-bottom: 0;
}

.dates-extended-body {
  background-color: #f4f9fb;
}

.sya-schedule-wrap {
  width: 98%;
}

.sya-white-divider-box-content .theme-button.alt,
#include-not-include .theme-button.alt {
  border-bottom: 2px solid #2792b2;
}

#include-not-include .theme-button.alt {
  background-color: #fff;
}

.sya-accommodation-slider-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 32px;
}

.sya-white-image-slider .lightbox {
  box-shadow: none !important;
}

.course-review {
  width: 100%;
  height: 215px;
  padding: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #000000;
}

.page-banner-mini-text {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}

.rewamp-banner-image-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 20px;
}

.rewamp-banner-image-box1,
.rewamp-banner-image-box3 {
  width: 25%;
}

.rewamp-banner-image-box2 {
  width: 48%;
}

.rewamp-banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  box-shadow: 0px 0px 2px 0px #bdbdbd;
}

.rewamp-banner-image-box2 .rewamp-banner-image-box {
  height: 410px;
}

.rewamp-banner-image-box1 .rewamp-banner-image-box,
.rewamp-banner-image-box3 .rewamp-banner-image-box {
  height: 200px;
  margin-bottom: 11px;
}

.rewamp-banner-image-box {
  border-radius: 20px;
}

.yttc-highlight-points-icon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  margin-right: 10px;
}

.yttc-highlight-points-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.yttc-highlight-points-text {
  margin-bottom: 0;
  text-align: center;
  padding: 6px 15px;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #000;
}

.yttc-highlight-points-box {
  position: relative;
  z-index: 9;
  width: 32.5%;
  margin: 5px 0;
}

.breadcrumb-item {
  font-weight: 400;
  font-size: 15px;
}

.yttc-100-rishikesh.location-image.about-location {
  height: 285px;
}

.why-choose-us-side-image {
  width: 128px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.accommodation-images-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.accommodation-image-lightbox {
  width: 24%;
  margin-bottom: 25px;
}

.accommodation-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

.accommodation-image-text {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

.after-course-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.after-course-box {
  width: 24%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #000000;
  position: relative;
  transition: 0.3s;
  z-index: 9;
  background-color: #fff;
}
.after-course-box:hover {
  transition: 0.3s;
  background-color: #2792b2;
}
.after-course-box:hover .after-course-heading-text {
  color: #fff;
  transition: 0.3s;
}
.after-course-box:hover .after-course-heading-arrow {
  transition: 0.3s;
  filter: invert(1);
}

.after-course-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.after-course-levels-box {
  display: flex;
  justify-content: space-between;
  margin: -30px auto 0;
  position: absolute;
  left: 0;
  width: 92%;
  right: 0;
}

.after-course-level {
  border: 1px solid #2792b2;
  background-color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  color: #2792b2;
  padding: 2px 15px;
}

.after-course-heading-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  flex-wrap: wrap;
  padding: 10px 10px 10px;
}

.after-course-heading-arrow {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.after-course-heading-text {
  font-weight: 500;
  font-size: 16px;
}

.after-course-price {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #2792b2;
  padding: 5px 15px;
  border-radius: 0px 0px 0px 20px;
}

.full-course.book .theme-button {
  padding: 4px 45px;
  color: #fff;
  background-color: #2792b2;
  border-bottom: 2px solid #2792b2;
}
.full-course.book .theme-button:hover {
  transition: 0.3s;
  color: #2792b2;
}
.full-course.book .theme-button:hover:before {
  background-color: #fff;
}

.testimonial-star-circle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  align-items: center;
  border: 2px solid #2792b2;
  background-color: #2792b2;
  padding-top: 15px;
}

.testimonial-star-five {
  height: 28px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.testimonial-star-outof {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 16px;
  color: #fff;
}

.testimonial-star-count {
  font-size: 65px;
  margin-bottom: -1px;
  color: #fff;
  line-height: normal;
}

.testimonial-star-content {
  border: 2px solid #2792b2;
  background-color: #fff;
  border-top: 70px solid #2792b2;
  padding: 45px 48px 50px;
  margin-top: -42px;
}

.testimonial-star-heading {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  width: 80%;
  margin: auto auto 25px;
}

.testimonial-star-text {
  text-align: center;
  font-size: 16px;
}

.testimonial-star-wrap .theme-button {
  border-bottom: 2px solid #2792b2;
}

.testimonial-star-wrap {
  width: 94%;
}

.highlight-points-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.highlight-points-box {
  border: 1px solid #2792b2;
  background-color: #fff;
  padding: 4px 6px;
  text-align: center;
  width: 32.5%;
  color: #000;
  transition: 0.3s;
  margin-bottom: 15px;
  border-radius: 5px;
}
.highlight-points-box:hover {
  color: #fff;
  background-color: #2792b2;
  transition: 0.3s;
}

.double-side-button {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.double-side-button .theme-button {
  width: 100%;
  text-align: center;
  padding: 3px 8px;
  margin-bottom: 8px;
}

.highlight-offer-wrap {
  background-color: #2792b2;
  padding: 18px 15px 20px;
  margin-bottom: 15px;
}

.highlight-offer-heading {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.highlight-offer-discount {
  background-color: #fff;
  border: 1px dashed #2792b2;
  padding: 5px 15px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}

#syllabus.syllabus-update .accordion-button {
  border-bottom: 1px dashed #000;
}

#syllabus.syllabus-update .accordion-item {
  margin-bottom: 0;
}
#syllabus.syllabus-update .accordion-item:last-child .accordion-button {
  border-bottom: none !important;
}

.payment-yttc-qr {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}

.bg-warning {
  background-color: #e79a5d;
}

#online-page-samadhi .time-schedule span {
  width: 215px;
}

.students-online-review-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.students-online-review-box {
  width: 32.5%;
  margin-bottom: 8px;
}

.students-online-review-iframe {
  width: 100%;
  height: 230px;
  border-radius: 15px;
}

.highlight-offer-discount del {
  color: rgba(139, 139, 139, 0.9607843137);
  font-size: 13px;
  display: inline-block;
  margin-left: 8px;
  line-height: normal;
}

.retreat-price-wrap {
  border: 1px solid #2792b2;
  background-color: #f2f9fb;
  padding: 30px 45px;
}

.retreat-price-heading {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #2792b2;
}

.retreat-price-text {
  text-align: center;
}

.retreat-price-fee {
  border: 1px dashed #2792b2;
  background-color: #fff;
  text-align: center;
  padding: 4px 15px;
  font-size: 18px;
}

.sya-schedule-drop-in-class .time-schedule span {
  width: 220px;
}

.accommodation-images-wrap.three-variant .accommodation-image-lightbox {
  width: 32.5%;
}

.accommodation-images-wrap.three-variant .accommodation-image {
  height: 250px;
}

#sya-faqs.full-course.homepage #accordionExample5 .accordion-button {
  border-bottom: 1px dashed #000;
}

#sya-faqs.full-course.homepage #accordionExample5 .accordion-item {
  margin-bottom: 0 !important;
}
#sya-faqs.full-course.homepage #accordionExample5 .accordion-item:last-child .accordion-button {
  border: none !important;
}

.bg-tradition-divider #great-gurus {
  background-color: #f2f9fb !important;
}

.bg-tradition-divider #contact-strip-new::before {
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  top: -80px;
  content: "";
  background-color: #f2f9fb !important;
  z-index: -1;
}

.faqs-box-wrap .accordion-button {
  border-bottom: 1px dashed #000;
}

.baner-temp-left-solve {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 55%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}

.baner-temp-right-solve {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 55%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top right;
     object-position: top right;
}

.sya-course-list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sya-course-list-box {
  width: 24%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 2px 1px #e3e3e3;
}

.sya-course-list-image {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-name-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.course-name-title-overlap {
  font-size: 18px;
  transform: translate(-3px, 1px);
  margin-right: 2px;
  position: relative;
  z-index: 9;
}
.course-name-title-overlap:before {
  position: absolute;
  content: "";
  left: -1.5px;
  top: 1px;
  height: 100%;
  width: 6px;
  background-color: #2792b2;
  z-index: -1;
  border-radius: 24px;
}

.course-name-image {
  background-color: #2792b2;
  padding: 2px 8px 8px;
  margin-bottom: 20px;
}

.course-name-title-number {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -3px;
  display: inline-block;
  transform: translate(0px, -7px);
}

.course-name-sub-title {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: -12px;
  margin-bottom: 0;
}

.sya-course-list-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 8px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  width: 95%;
  margin: auto;
}

.sya-course-list-title {
  font-weight: 600;
}

.sya-course-list-box .theme-button.dark {
  width: 99%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.all-in-one-testimonial-tabs-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.all-in-one-testimonial-tab-list {
  width: 28%;
  margin-right: 0 !important;
}

.all-in-one-testimonial-tab-details {
  width: 68%;
}

.all-testimonial-box {
  padding: 3rem 2rem;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
.all-testimonial-box:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border: 1px solid #fff;
  border-radius: 10px;
  z-index: -1;
}

.all-testimonial-box-bg-image {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 43%;
  height: calc(100% - 10px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  z-index: -3;
}

.all-testimonial-box:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 10px;
  background: linear-gradient(115deg, rgb(39, 146, 178) 65%, rgba(0, 0, 0, 0.16) 100%);
  z-index: -2;
}

.all-in-one-testimonial-tab-list.nav-pills .nav-link {
  background-color: #a9d3e0;
  color: #000;
  font-weight: 600;
  display: flex;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 8px !important;
  border: 1px solid #fff;
}

.all-in-one-testimonial-tab-list.nav-pills .nav-link:hover,
.all-in-one-testimonial-tab-list.nav-pills .nav-link.active {
  transition: 0.3s;
  background-color: #fff;
}

.all-in-one-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  margin-right: 9px;
  filter: drop-shadow(2px 4px 6px #ddd);
}

.all-in-one-testimonial-tabs-wrap .sya-main-video-heading {
  font-size: 24px;
  padding-bottom: 10px;
}

.sya-all-in-one-testimonial-slider-testimonial-para {
  color: #fff;
  margin-bottom: 0;
  margin-bottom: 55px;
}

.sya-all-in-one-testimonial-slider-box {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sya-all-in-one-testimonial-photo {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 3px;
  margin-bottom: 4px;
}

.toggle-text {
  margin: 50px auto;
  text-align: center;
}

.sya-all-in-one-testimonial-slider-testimonial-wrap {
  width: calc(100% - 150px);
}

.toggle-text-content span {
  display: none;
}

.sya-all-in-one-testimonial-slider-photo-details {
  width: 120px;
}

.toggle-text-link {
  display: inline-block;
  color: #fff;
  margin-left: 8px;
  font-size: 12px;
}

.sya-all-in-one-testimonial-slider-testimonial-name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2px;
  line-height: normal;
  color: #fff;
}

.sya-all-in-one-testimonial-slider-testimonial-country {
  font-size: 13px;
  text-align: center;
}

.all-in-one-testimonial-video-iframe {
  margin: 0px 5px;
}
.all-in-one-testimonial-video-iframe iframe {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.2588235294);
}

.all-in-one-testimonial-video-wrap {
  margin-top: 20px;
}

.special-about-text-wrap {
  background-color: #2792b2;
  width: 100%;
  padding: 20px 15px;
  position: relative;
  margin: 10px 0 0;
  z-index: 9;
  border-radius: 10px;
}
.special-about-text-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: 1px solid #fff;
  border-radius: 10px;
  margin: auto;
}

.special-text-upper {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

.special-text-lower {
  margin-bottom: 0;
  text-align: center;
  font-size: 25px;
  font-family: "Parisienne", cursive;
  color: white;
  font-weight: 500;
}

#sya-faqs.divider #accordionExample5 .accordion-button {
  background-color: #fff;
}

#charity {
  position: relative;
  z-index: 9;
  padding: 5rem 0;
}
#charity .ink-splash {
  width: 100%;
  -webkit-mask-image: url(../images/ink-splash.png);
  mask-image: url(../images/ink-splash.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.ink-splash-charity-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#apart-tab-homepage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#apart-tab-homepage #apartpills-tab {
  width: 25% !important;
  flex-direction: column;
  margin-right: 0 !important;
}
#apart-tab-homepage #pills-aparttabContent {
  width: 75%;
  background-color: #fff;
  border: 1px solid #2792b2;
}

.apart-tab-image {
  width: 110px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  margin-right: 10px;
  border-radius: 22px 0px 0px 22px !important;
}

#apart-tab-homepage .nav-link {
  width: 100%;
  padding: 0px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  color: #000;
  font-weight: 500;
  border: 1px solid #f2f9fb;
  border-right: 0;
  border-radius: 22px 0px 0px 22px !important;
}

#apart-tab-homepage .nav-link.active,
#apart-tab-homepage .nav-link:hover {
  transition: 0.5s;
  background-color: #fff;
  color: #000;
  border: 1px solid #2792b2;
  border-right: 0;
  position: relative;
  z-index: 9;
}

#apart-tab-homepage .nav-link.active .line,
#apart-tab-homepage .nav-link:hover .line {
  position: absolute;
  content: "";
  right: -1px;
  border-right: 1px solid #fff;
  width: 1px;
  height: 100%;
  top: 0;
}

#apart-tab-homepage .nav-item {
  margin-bottom: 4px;
}

.apart-under-tab-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.apart-under-tab-details-content {
  width: 65%;
  padding: 25px 30px;
}

.apart-under-tab-details-image-wrap {
  width: 35%;
  height: 530px;
}

.apart-under-tab-details-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.apart-under-tab-details-content .sub-heading {
  font-size: 21px !important;
}

.mini-syllabus-image {
  border-radius: 50%;
  border: 1px solid #2792b2;
  padding: 3px;
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mini-syllabus-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mini-syllabus-box {
  padding: 20px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  width: 25%;
  z-index: 9;
}
.mini-syllabus-box:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c4e1ea;
  bottom: 0;
}
.mini-syllabus-box:nth-last-child(-n+4):before {
  display: none;
}

.mini-syllabus-text {
  font-size: 14px;
  margin-bottom: 0;
}

.mini-syllabus-line {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  bottom: -23px;
  height: 43px;
  width: 2px;
  background-color: #c4e1ea;
  z-index: -1;
}
.mini-syllabus-line.upset {
  bottom: auto;
  top: -23px;
}

.mini-syllabus-circle {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -5px;
  margin: auto;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #c4e1ea;
}
.mini-syllabus-circle.upset {
  bottom: auto;
  top: -7px;
}

#kriya-gurus {
  position: relative;
  z-index: 9;
  padding: 60px 0 400px;
}

.kriya-guru-image {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  filter: grayscale(1);
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 0;
  top: auto;
  margin: auto;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.kriya-yoga-guru-text {
  width: 60%;
  margin: auto;
}

#sya-footer {
  background-color: #2792b2;
  padding: 60px 0 90px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
#sya-footer:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: -1;
}

.sya-footer-logo-wrap {
  width: 100%;
  background-color: #fff;
  padding: 10px 20px;
  position: relative;
  z-index: 9;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.sya-footer-logo-image {
  width: 85%;
  height: auto;
  display: block;
  margin: 15px auto;
}

.sya-footer-logo-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #2792b2;
  width: calc(100% - 15px);
  border-radius: 12px;
  height: calc(100% - 15px);
  z-index: -1;
}

.footer-text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 8px;
}

#sya-footer .social-media {
  margin-bottom: 15px;
}

.footer-top-floor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-content-link-wrap {
  width: 98%;
  margin-left: auto;
}

.footer-heading {
  font-size: 19px;
  color: #fff;
  padding-bottom: 8px;
  position: relative;
  z-index: 9;
  font-weight: 600;
  margin-bottom: 18px;
}
.footer-heading:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 40px;
  background-color: #fff;
  z-index: -1;
}

.footer-top-column {
  display: table;
  width: 33.3%;
  padding: 0px 0 20px;
}
.footer-top-column .footer-top-column-box {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.footer-top-column:nth-child(1),
.footer-top-column:nth-child(2) {
  border-right: 1px solid #71b4c8;
}

.footer-bottom-floor .sub-heading {
  color: #fff;
}
.footer-bottom-floor .sub-heading:before {
  background-color: #fff;
}

.sya-footer-contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sya-footer-contact-box {
  width: 33.3%;
}
.sya-footer-contact-box svg {
  width: 35px;
  height: 31px;
  filter: invert(1);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto auto 8px;
}

.footer-contact-text {
  color: #fff;
  text-align: center;
  display: block;
}

.sya-bottom-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  top: auto;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 7px 0 2px;
  margin: auto;
  width: calc(100% - 22px);
  border-top: 1px solid #71b4c8;
  color: #fff;
}

.rewamp-banner-image-box-full {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 11px;
}
.rewamp-banner-image-box-full .rewamp-banner-image-box {
  width: 122px;
  height: 76px;
}
.rewamp-banner-image-box-full .rewamp-banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.click-image-src {
  cursor: pointer;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.yttc-quick-form-field {
  position: relative;
  margin-bottom: 8px;
}
.yttc-quick-form-field:before {
  position: absolute;
  content: "";
  left: 8px;
  top: 5px;
  right: auto;
  bottom: auto;
  margin: auto;
  z-index: 2;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: contain;
  opacity: 0.7;
  background-repeat: no-repeat;
}

#yttc-name:before {
  background-image: url("../images/quick-form-icon1.webp");
}

#yttc-email:before {
  background-image: url("../images/quick-form-icon2.webp");
}

#yttc-date:before {
  background-image: url("../images/quick-form-icon3.webp");
}

#yttc-room:before {
  background-image: url("../images/quick-form-icon4.webp");
}

#yttc-message:before {
  background-image: url("../images/yoga/quick-form-icon7.webp");
}

.iti__flag-container {
  z-index: 99;
}

#quick-book-form .form-control {
  padding-left: 48px;
}

.yttc-booking-button {
  border: 1px solid #2792b2;
  border-radius: 5px;
  background-color: #2792b2;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  display: block;
  margin-top: 20px;
  width: 100%;
  padding: 8px 15px;
}
.yttc-booking-button:hover {
  transition: 0.3s;
  color: #2792b2;
  background-color: #fff;
}

.yttc-booking-sub-heading {
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
  font-size: 16px;
}

.yttc-booking-method-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.yttc-booking-method-box {
  width: 49%;
}

.paypal-image {
  width: 100%;
  height: 38px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -o-object-position: center;
     object-position: center;
}

.yttc-booking-method-box .theme-button {
  padding: 6px 10px;
  display: block;
  width: 100%;
  text-align: center;
}

.discount-strip-with-details-wrap {
  background-color: #2792b2;
  padding: 20px 30px;
  display: flex;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}

.discount-strip-deil-heading {
  font-size: 28px;
  color: #fff;
  margin-bottom: 0 !important;
}

.discount-strip-with-details-box1 {
  width: 60%;
  position: relative;
  z-index: 9;
}

.discount-strip-with-details-box2 {
  width: 32%;
}

.discount-strip-with-details-box1:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3019607843);
}

.whatsapp-send-icon {
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 22px;
}

.whatsapp-send-button {
  background-color: #fff;
}

.discount-strip-with-details-box1 .form-control:focus {
  border-color: #fff;
  color: #fff;
}

#whatsapp-book-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.discount-strip-with-details-box1 .form-control {
  border-radius: 0 !important;
  border: none !important;
}

.whatsapp-send-button {
  border: none;
  padding: 6px 12px !important;
}

#yttc-whatsapp-master-error {
  background-color: rgb(255, 255, 255);
  display: block;
  font-size: 12px;
  margin-top: 0px;
  transform: translate(0px, -2px);
}

.discount-strip-with-details-box1 .yttc-quick-form-field {
  margin-bottom: -2px;
}

.discount-percentage {
  font-size: 55px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}

.discount-discount-text {
  background-color: #fff;
  text-align: center;
  color: #2792b2;
  display: block;
  width: 48%;
  margin: -12px auto 8px;
  border-radius: 3px;
}

.discount-condition-text {
  text-align: center;
  color: #fff;
}

.countdown-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.time-block {
  width: 23%;
  /* background-color: #fff;
  */
  text-align: center;
  /* border-radius: 5px;
  */
  /* padding: 15px 9px 12px;
  */
}

.time-label {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-top: -6px;
}

.time-value {
  margin-bottom: 0;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  color: #fff;
}

.time-label {
  color: #fff;
}

.discount-strip-with-details-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: 1px solid #fff;
  z-index: -1;
  border-radius: 10px;
}

.whatsapp-form-message {
  font-size: 13px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}

.yttc-main-video-iframe {
  width: 100%;
  height: 360px;
  border-radius: 10px;
}

.ya-certificate-wrap {
  position: absolute;
  content: "";
  right: 0;
  left: auto;
  bottom: 0;
  margin: auto;
  z-index: -1;
  align-items: center;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60%;
}

.ya-certificate-box {
  width: 49%;
}

#yoga-alliance-certificates {
  position: relative;
  z-index: 9;
  padding: 12rem 0;
}

.ya-certification {
  width: 100%;
  box-shadow: 0px 0px 1px 0px #333;
  border-radius: 10px;
  height: auto;
}

.ya-certificate-name {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
}

.sya-yoga-alliance-logo-yttc {
  width: 100%;
  height: 95px;
  margin-top: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: drop-shadow(0px 0px 1px #ddd);
}

.why-choose-us-sya-image-center {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.why-choose-us-sya-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.why-choose-us-sya-box1 {
  width: 28%;
}

.why-choose-us-sya-box2 {
  width: 42%;
  border: 2px solid #2792b2;
  border-radius: 10px;
  background-color: #fff;
  padding: 5px;
}

.why-choose-us-sya-box3 {
  width: 28%;
}

.why-choose-us-sya-text {
  background-color: #fff;
  padding: 10px 10px 10px 20px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  margin: 15px 0;
  box-shadow: 0px 0px 2px 0px #ddd;
  border-left: 2px solid #2792b2;
  border-right: 2px solid #2792b2;
}

#who-should-not {
  position: relative;
  z-index: 9;
}
#who-should-not .who-should-not-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.preperation-detail-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.preperation-detail-box1,
.preperation-detail-box3 {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.preperation-detail-box2 {
  width: 38%;
  box-shadow: 0px 0px 2px 0px #ddd;
  background-color: #fff;
  border: 1px solid #010101;
  border-radius: 10px;
  padding-top: 25px;
}

.preperation-image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 0px 9px 9px;
}

.preperation-detail-list {
  padding: 10px 14px;
  background-color: #fff;
  margin: 8px 0;
  border: 1px solid #010101;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#great-gurus {
  overflow: hidden;
}

.sya-kriya-guru-wrap-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sya-kriya-guru-box-col {
  width: 20%;
}

.sya-kriya-guru-image {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 6px;
  border: 1px solid #2792b2;
  padding: 5px;
  background-color: #2792b2;
}

.sya-kriya-guru-box-name {
  margin-bottom: 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #2792b2;
}

.sya-kriya-guru-time {
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  line-height: normal;
  margin-top: -4px;
}

.sya-kriya-guru-wrap-row {
  position: relative;
  z-index: 9;
  margin-top: 30px;
}
.sya-kriya-guru-wrap-row:before {
  position: absolute;
  content: "";
  left: -300%;
  top: 0;
  bottom: 0;
  width: 900%;
  height: 120px;
  background-color: #2792b2;
  z-index: -1;
  margin: auto;
}

.sya-kriya-guru-box-col:nth-child(2) {
  margin-top: 25px;
}

.sya-kriya-guru-box-col:nth-child(3) {
  margin-top: 50px;
}

.sya-kriya-guru-box-col:nth-child(4) {
  margin-top: 75px;
}

.sya-kriya-guru-wrap-row.second-floor .sya-kriya-guru-box-col:nth-child(1) {
  margin-top: 75px;
}

.sya-kriya-guru-wrap-row.second-floor .sya-kriya-guru-box-col:nth-child(2) {
  margin-top: 50px;
}

.sya-kriya-guru-wrap-row.second-floor .sya-kriya-guru-box-col:nth-child(3) {
  margin-top: 25px;
}

.sya-kriya-guru-wrap-row.second-floor .sya-kriya-guru-box-col:nth-child(4) {
  margin-top: 0px;
}

.sya-kriya-guru-wrap-row:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 900%;
  height: 120px;
  opacity: 0.3;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/guru-arrows.png);
  z-index: -1;
  margin: auto;
  animation: slideOutRight 12s infinite;
}

.sya-kriya-guru-wrap-row.second-floor:after {
  left: auto;
  right: 0;
  background-image: url(../images/guru-arrows-left.png);
  animation: slideOutLeft 12s infinite;
  background-position: right center;
}

.contact-strip-new-bg-cover #contact-strip-new {
  position: relative;
  z-index: 9;
}
.contact-strip-new-bg-cover #contact-strip-new:before {
  position: absolute;
  content: "";
  left: 0;
  top: -62px;
  width: 100%;
  height: 60px;
  background-color: #f2f9fb !important;
  z-index: -1;
}

.room-reach-type-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 49%;
  padding: 25px 0;
  box-shadow: 0px 0px 2px 0px #ddd;
  margin: 6px 0;
  transition: 0.3s;
  background-color: #fdfdfd;
}
.room-reach-type-wrap:hover {
  transition: 0.3s;
  background-color: #f2f9fa;
}

.room-reach-icon {
  width: 100%;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center;
     object-position: center;
  margin: auto;
}

.room-reach-content-wrap {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.room-reach-text {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: #2792b2;
  margin-bottom: 0px;
}

.room-reach-type-upper-layer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#reach-us {
  position: relative;
  z-index: 9;
}

.sidereach-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 47%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.white-price-info-wrap {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 2px rgba(227, 227, 227, 0.8392156863);
  width: 94%;
  margin-left: auto;
}
.white-price-info-wrap .sub-heading {
  font-size: 22px !important;
  padding-bottom: 5px !important;
}

.w-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.donation-type-wrap {
  padding: 30px 15px;
  background-color: #2792b2;
}

.donation-type-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.donation-type-box {
  width: 50%;
  text-align: center;
}

.donation-type-text {
  background-color: #fff;
  color: #2792b2;
  padding: 2px 10px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  width: 70%;
  margin: auto auto 8px;
}

.donation-type-price {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

.donation-type-mesaage {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.donation-type-box:first-child {
  border-right: 1px solid #70abbd;
}

#group-activity {
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.group-activity-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 46%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-strip-new-bg-cover #contact-strip-new {
  background-color: #fff !important;
}

.meal-slider-image {
  width: 100%;
  margin: 5px 7px;
  height: 138px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px #898989;
}

.facility-ashram {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.enroll-form .enroll-form-wrap {
  width: 100%;
}

.enroll-name,
.enroll-email,
.enroll-phone,
.enroll-country,
.enroll-course,
.enroll-month,
.enroll-room-type,
.enroll-hear,
.enroll-type {
  width: 49%;
}

#enroll-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.enroll-gender,
#enroll-in-person,
.enroll-message,
.enroll-hear {
  width: 100%;
}

.online-thinkific-button .theme-button {
  padding: 5px 25px;
}

.sya-white-divider-box.fix-new {
  padding: 0 !important;
}

.online-fix-button .contact-strip-heading {
  font-weight: 500 !important;
}

.modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 30px;
  position: relative;
  z-index: 99;
}

.modal-body {
  padding-top: 0;
  margin-top: -20px;
}

#online-page-samadhi #sya-footer {
  margin-bottom: 68px;
}

#yttc-whatsapp-master {
  border: 1px solid #fff !important;
}

#about-description.bali-teacher .nav-pills .nav-link.active,
#about-description.bali-teacher .nav-pills .show > .nav-link,
#about-description.bali-teacher .nav-pills .nav-link:hover {
  color: #ffffff;
  background-color: #2792b2;
  transition: 0.3s;
  border-radius: 0;
}

#about-description.bali-teacher .nav-pills .nav-link {
  border-radius: 0;
  border: 1px solid #2792b2;
  color: #2792b2;
  margin: 0 6px;
  background-color: #fff;
  transition: 0.3s;
}

.time-block.expired-message {
  padding: 0 2rem !important;
  width: 100% !important;
  color: #fff !important;
  font-size: 25px !important;
}

.bali-offer-closing {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}

.discount-strip-with-details-wrap .sya-new-course-list-footer {
  width: 50% !important;
  margin: 30px auto 0 !important;
}
.discount-strip-with-details-wrap .sya-new-course-list-footer .theme-button {
  border: 1px solid #fff !important;
}

.discount-strip-with-details-wrap .whatsapp-wrap:before {
  background-color: #2792b2 !important;
}

.discount-strip-with-details-wrap .whatsapp-wrap {
  border-color: #fff !important;
}

.best-yoga-school-in-bali-image {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #2792b2;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
  background-color: #f2f9fb;
}

.slideOutLeft {
  animation-name: slideOutLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}
#dates .active.theme-button,
#dates .theme-button:hover {
  transition: 0.3s !important;
  color: #fff !important;
}

#dates .active.theme-button:before,
#dates .theme-button:hover:before {
  width: 100%;
}

@media (max-width: 1600px) {
  #new-website-banner {
    height: 75vh;
  }
}
@media (max-width: 1400px) {
  .yttc-main-video-iframe {
    height: 400px;
  }
  .sya-white-divider-box {
    width: 100%;
    padding: 20px 15px;
  }
  .rewamp-banner-image-box-full .rewamp-banner-image-box {
    width: 104px;
    height: 60px;
  }
  .donation-type-price {
    font-size: 20px;
  }
  #kriya-gurus {
    padding: 60px 0 355px;
  }
  .all-in-one-testimonial-video-iframe iframe {
    height: 150px;
  }
  .baner-temp-left-solve {
    width: 45%;
  }
  .baner-temp-right-solve {
    width: 45%;
  }
  #new-website-banner {
    height: 56vh;
  }
}
@media (max-width: 1200px) {
  .sya-kriya-guru-image {
    height: 230px;
  }
  .sya-kriya-guru-wrap-row:before {
    top: -65px;
  }
  .sya-kriya-guru-wrap-row:after {
    top: -65px;
  }
  .dates-extended-box {
    background-color: #f8fcfd;
    box-shadow: none !important;
    border: 1px solid #5badc5;
    padding-top: 0;
  }
  .dates-extended-wrap .theme-button {
    font-size: 18px;
    padding: 5px 20px;
    width: 75%;
  }
  .dates-extended-body {
    background-color: transparent;
  }
  .dates-extend-date-wrap {
    background-color: #2792b2;
    padding: 25px 10px 18px;
  }
  .dates-extend-availability,
  .dates-extend-room-type {
    font-size: 14px;
  }
  .dates-extend-date-count {
    font-size: 20px;
    color: #fff;
  }
  .dates-extend-price-count strong {
    font-size: 14px;
  }
  #yoga-alliance-certificates {
    padding: 4rem 0;
    display: flex;
    flex-wrap: wrap;
  }
  .ya-certificate-wrap {
    position: static;
    width: 90%;
    order: 2;
    margin-top: 35px;
  }
  #yoga-alliance-certificates .col-lg-4.my-auto {
    width: 100%;
  }
  #charity .col-lg-6 {
    width: 100%;
  }
  #charity .col-lg-6 .ink-splash {
    margin-bottom: 30px;
  }
  #yttc-meaning .col-lg-6 {
    width: 100% !important;
  }
  #yttc-meaning .col-lg-6 .yttc-main-video-iframe {
    height: 480px;
    margin-bottom: 10px;
  }
  .yttc-booking-sub-heading {
    font-size: 14px;
  }
  .highlight-points-box {
    font-size: 17px;
  }
  .yttc-highlight-points-box {
    width: 49% !important;
  }
  .rewamp-banner-image-box {
    margin-left: 3px;
    margin-right: 3px;
  }
  #policies .accommodation-image.mb-0 {
    margin-bottom: 0 !important;
  }
  .footer-content-link-wrap {
    width: 100%;
  }
  .apart-under-tab-details-image-wrap {
    height: 500px;
  }
  .apart-tab-image {
    width: 80px;
    height: 75px;
  }
  #apart-tab-homepage #apartpills-tab {
    justify-content: center;
    margin-bottom: 0 !important;
  }
  #kriya-gurus {
    padding: 60px 0 310px;
  }
  .mini-syllabus-box {
    padding: 20px 15px;
  }
  #new-website-banner {
    height: 45vh;
  }
}
@media (max-width: 991px) {
  .sya-kriya-guru-wrap-row:before,
  .sya-kriya-guru-wrap-row:after {
    height: 75px;
  }
  .sya-kriya-guru-image {
    height: 160px;
  }
  .sya-kriya-guru-box-col:nth-child(2) {
    margin-top: 12px;
  }
  .sya-kriya-guru-box-col:nth-child(3) {
    margin-top: 24px;
  }
  .sya-kriya-guru-box-col:nth-child(4) {
    margin-top: 36px;
  }
  .sya-kriya-guru-wrap-row.second-floor .sya-kriya-guru-box-col:nth-child(3) {
    margin-top: 12px;
  }
  .sya-kriya-guru-wrap-row.second-floor .sya-kriya-guru-box-col:nth-child(2) {
    margin-top: 24px;
  }
  .sya-kriya-guru-wrap-row.second-floor .sya-kriya-guru-box-col:nth-child(1) {
    margin-top: 36px;
  }
  #who-should-not .who-should-not-image {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  .why-choose-us-sya-image-center {
    height: 415px;
  }
  #who-should-not {
    padding: 0 !important;
  }
  .why-choose-us-sya-box1,
  .why-choose-us-sya-box3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    order: -1;
  }
  .why-choose-us-sya-text {
    width: 49%;
    margin: 5px 0;
  }
  .why-choose-us-sya-box2 {
    width: 100%;
    margin-top: 25px;
  }
  #yttc-meaning .col-lg-6 .yttc-main-video-iframe {
    height: 355px;
  }
  .discount-strip-with-details-box1:before {
    top: auto;
    bottom: -30px;
    width: 100%;
    height: 1px;
  }
  .discount-strip-with-details-box2 {
    width: 100%;
  }
  .discount-strip-with-details-box1 {
    width: 100%;
    margin-bottom: 40px;
  }
  #group-activity {
    padding-top: 0 !important;
  }
  .group-activity-image {
    position: static;
    width: 100%;
    margin-bottom: 35px;
  }
  .white-price-info-wrap {
    width: 100%;
    margin-top: 30px !important;
  }
  .sidereach-iframe {
    width: 100%;
    position: static;
    height: 380px;
    margin-bottom: 35px;
  }
  #about-description.founder .desc-image.about-us {
    width: 100%;
  }
  .footer-top-column .footer-top-column-box {
    display: block;
  }
  .sya-footer-logo-image {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 80px;
  }
  .footer-top-column:nth-child(1),
  .footer-top-column:nth-child(2) {
    border-right: none !important;
    border-bottom: 1px solid #71b4c8;
    margin-bottom: 30px;
  }
  .sya-footer-contact-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .footer-contact-text {
    text-align: left;
    width: 100%;
  }
  .footer-list {
    -moz-column-count: 2;
         column-count: 2;
  }
  .sya-footer-contact-box svg {
    margin-left: 0;
    margin-right: 12px;
  }
  .footer-top-column {
    width: 100%;
  }
  .sya-footer-logo-wrap {
    margin-bottom: 40px;
  }
  .apart-tab-image {
    width: 75px;
    height: 65px;
  }
  #apart-tab-homepage .nav-link.active,
  #apart-tab-homepage .nav-link:hover {
    background-color: #2792b2 !important;
    color: #fff !important;
  }
  #apart-tab-homepage #apartpills-tab {
    width: 100% !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
  }
  #apart-tab-homepage .nav-item {
    width: 32%;
    margin-bottom: 12px;
    background-color: #fff;
    border: 1px solid #2792b2;
    border-radius: 22px;
    overflow: hidden;
  }
  #apart-tab-homepage #pills-aparttabContent {
    width: 100%;
  }
  #charity .ink-splash {
    margin-bottom: 35px;
  }
  #kriya-gurus {
    padding: 60px 0 245px;
  }
  .mini-syllabus-box {
    padding: 20px 32px;
  }
  .mini-syllabus-box {
    width: 50%;
  }
  .mini-syllabus-box:nth-child(1) {
    order: 1;
  }
  .mini-syllabus-box:nth-child(2) {
    order: 3;
  }
  .mini-syllabus-box:nth-child(3) {
    order: 5;
  }
  .mini-syllabus-box:nth-child(4) {
    order: 7;
  }
  .mini-syllabus-box:nth-child(5) {
    order: 2;
  }
  .mini-syllabus-box:nth-child(6) {
    order: 4;
  }
  .mini-syllabus-box:nth-child(7) {
    order: 6;
  }
  .mini-syllabus-box:nth-child(8) {
    order: 8;
  }
  .mini-syllabus-box:before {
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    left: auto;
    bottom: 0;
  }
  .mini-syllabus-box:nth-child(1) .mini-syllabus-circle,
  .mini-syllabus-box:nth-child(3) .mini-syllabus-circle {
    left: auto;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mini-syllabus-box:nth-child(6) .mini-syllabus-circle,
  .mini-syllabus-box:nth-child(8) .mini-syllabus-circle {
    right: auto;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mini-syllabus-box:nth-child(1) .mini-syllabus-line,
  .mini-syllabus-box:nth-child(3) .mini-syllabus-line {
    left: auto;
    right: -8%;
    top: 0;
    margin: auto;
    bottom: 0;
    height: 2px;
    width: 50%;
  }
  .mini-syllabus-box:nth-child(6) .mini-syllabus-line,
  .mini-syllabus-box:nth-child(8) .mini-syllabus-line {
    right: auto;
    left: -8%;
    top: 0;
    margin: auto;
    bottom: 0;
    height: 2px;
    width: 50%;
  }
  .mini-syllabus-image {
    width: 140px;
    height: 140px;
  }
  .mini-syllabus-box:nth-child(5):before,
  .mini-syllabus-box:nth-child(6):before,
  .mini-syllabus-box:nth-child(7):before,
  .mini-syllabus-box:nth-child(8):before {
    display: none;
  }
  .all-in-one-testimonial-tab-list {
    width: 100%;
  }
  .all-in-one-testimonial-tab-details {
    width: 100%;
    margin-top: 25px;
  }
  #new-website-banner {
    height: 90vh;
  }
  #new-website-banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/banner-bg.webp");
    background-size: contain;
    background-repeat: repeat;
    background-size: 80%;
    z-index: -1;
    opacity: 0.2;
  }
  .baner-temp-right-solve,
  .baner-temp-left-solve {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .enroll-name,
  .enroll-email,
  .enroll-phone,
  .enroll-country,
  .enroll-course,
  .enroll-month,
  .enroll-hear,
  .enroll-type {
    width: 100%;
  }
  .sya-kriya-guru-box-col {
    margin-top: 0 !important;
  }
  .sya-kriya-guru-wrap-row {
    margin-top: 0 !important;
    flex-direction: column;
    width: 48%;
  }
  .sya-kriya-guru-wrap-container {
    padding: 30px 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sya-kriya-guru-box-col {
    width: 90%;
    background-color: #ffffff;
    margin-bottom: 35px;
    padding-bottom: 20px;
    position: relative;
    z-index: 9;
  }
  .sya-kriya-guru-box-col:nth-child(4):before {
    position: absolute;
    content: "";
    top: auto;
    left: 50%;
    width: 66%;
    height: 2px;
    border-bottom: 2px solid #2792b2;
    bottom: -65px;
  }
  .sya-kriya-guru-wrap-row.second-floor .sya-kriya-guru-box-col:nth-child(4):before {
    right: 50%;
    left: auto;
  }
  .sya-kriya-guru-box-col:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    width: 25px;
    height: 25px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/yoga/mobile-kriya-arrow.webp");
    bottom: 0;
    animation: none;
  }
  .sya-kriya-guru-image {
    height: 260px;
  }
  .sya-kriya-guru-wrap-row:after {
    display: none;
  }
  .sya-kriya-guru-wrap-row:before {
    height: 300%;
    top: 0;
    width: 2px;
    left: -10%;
    right: 0;
  }
  .sya-kriya-guru-wrap-row.second-floor .sya-kriya-guru-box-col {
    margin-left: auto;
  }
  .sya-kriya-guru-wrap-row.second-floor .sya-kriya-guru-box-col:after {
    transform: rotate(180deg);
    bottom: -12px;
  }
  .sya-kriya-guru-wrap-row.second-floor:before {
    left: 10%;
  }
  .why-choose-us-sya-text {
    padding: 10px 2px 10px 2px;
  }
  .why-choose-us-sya-image-center {
    height: 315px;
  }
  .dates-extended-box {
    width: 100%;
  }
  .ya-certificate-wrap {
    width: 97%;
  }
  .discount-strip-deil-heading {
    font-size: 26px;
  }
  .yttc-highlight-points-box {
    width: 100% !important;
  }
  .donation-type-box {
    width: 100%;
  }
  .donation-type-box:first-child {
    border-right: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #70abbd;
  }
  .donation-type-mesaage {
    width: 90%;
  }
  .donation-type-wrap {
    padding: 15px 8px;
  }
  .apart-under-tab-details-content {
    width: 100%;
  }
  .apart-under-tab-details-image-wrap {
    width: 100%;
  }
  #apart-tab-homepage .nav-item {
    width: 48.5%;
  }
  #kriya-gurus {
    padding: 60px 0 185px;
  }
  .kriya-yoga-guru-text {
    width: 68%;
  }
  .sya-all-in-one-testimonial-slider-testimonial-wrap {
    width: 100%;
  }
  .all-in-one-testimonial-video-iframe iframe {
    height: 215px;
  }
  .sya-all-in-one-testimonial-slider-testimonial-para {
    text-align: center;
    margin-bottom: 15px;
  }
  .sya-all-in-one-testimonial-slider-photo-details {
    margin: auto;
  }
}
@media (max-width: 640px) {
  #yttc-meaning .col-lg-6 .yttc-main-video-iframe {
    height: 280px;
  }
  .sya-kriya-guru-wrap-row:before {
    left: 0 !important;
  }
  .sya-kriya-guru-box-col {
    width: 100%;
  }
  .sya-yoga-alliance-logo-yttc {
    height: 55px;
    margin-top: 20px;
  }
  .why-choose-us-sya-image-center {
    height: 300px;
  }
  .why-choose-us-sya-text {
    width: 100%;
  }
  .discount-strip-deil-heading {
    font-size: 24px;
  }
  .discount-percentage {
    font-size: 40px;
    margin-bottom: 8px;
  }
  .sya-footer-logo-wrap,
  .footer-content-link-wrap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  #kriya-gurus {
    padding: 60px 0 158px;
  }
}
@media (max-width: 575px) {
  #about-description.bali-teacher #pills-tab {
    flex-wrap: wrap;
  }
  #about-description.bali-teacher #pills-tab li {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  #about-description.bali-teacher .nav-pills .nav-link {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  #dates #pills-tab {
    flex-wrap: wrap;
  }
  #dates #pills-tab .nav-item {
    width: 100% !important;
  }
  #dates #pills-tab .nav-item .theme-button {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
  }
  #dates #pills-tab .nav-item .theme-button.mx-2 {
    margin: 5px 0 !important;
  }
  #yttc-meaning .col-lg-6 .yttc-main-video-iframe {
    height: 250px;
  }
  .sya-kriya-guru-image {
    height: 235px;
  }
  .dates-extended-body .dates-extend-room-type {
    width: 85%;
    font-size: 13px;
  }
  .ya-certificate-name {
    font-size: 16px;
  }
  .ya-certificate-box {
    width: 48.5%;
  }
  .room-reach-icon {
    height: 35px;
  }
  #about-description.founder .desc-image.about-us {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .footer-list {
    -moz-column-count: 1;
         column-count: 1;
  }
  .apart-under-tab-details-image-wrap {
    height: 440px;
  }
  .apart-tab-image {
    width: 60px;
    height: 55px;
  }
  #apart-tab-homepage .nav-item {
    width: 49%;
  }
  li,
  p {
    font-size: 18px;
  }
  .home-banner .banner-top-text,
  .online-teacher-box .online-teacher-info .online-teacher-name {
    font-size: 25px;
  }
  #kriya-gurus {
    padding: 60px 0 135px;
  }
  .kriya-yoga-guru-text {
    width: 100%;
  }
  .mini-syllabus-image {
    width: 120px;
    height: 120px;
  }
  .mini-syllabus-box {
    padding: 20px 20px;
  }
  .mini-syllabus-box:nth-child(5),
  .mini-syllabus-box:nth-child(7) {
    padding-right: 0 !important;
  }
  .mini-syllabus-box:nth-child(2),
  .mini-syllabus-box:nth-child(4) {
    padding-left: 0 !important;
  }
}
@media (max-width: 400px) {
  .all-in-one-testimonial-video-iframe iframe {
    height: 170px;
  }
  .meal-slider-image {
    height: 110px;
  }
  #apart-tab-homepage .nav-item {
    width: 100%;
  }
}
.independence-day-popup {
  position: fixed;
  left: 0px;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7098039216);
  z-index: 99999;
}

.indepndence-day-popup-inner-layer1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.indepndence-day-popup-inner-layer2 {
  background-color: #fff;
  border-radius: 10px;
  max-width: 550px;
  width: 92%;
  padding: 0px 0px 15px;
}

.discount-applicablenew {
  text-align: center;
  width: 80%;
  line-height: normal;
  margin: auto auto 15px;
}

.indepncence-flag-chakra {
  width: 80%;
  animation: loading 32s linear infinite;
}

.indepncence-flag-left {
  width: 50%;
  height: auto;
  transform: rotate(37deg);
  position: absolute;
  left: -35%;
  top: -100%;
}

.indepncence-flag-right {
  width: 50%;
  height: auto;
  transform: rotate(37deg);
  position: absolute;
  right: -35%;
  top: -100%;
}

.independence-text {
  width: 100%;
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5215686275));
  display: block;
  margin-top: -85px;
  margin-bottom: 0px;
}

.independence-design {
  padding: 0px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}

.discount-percentagenew {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 0;
}

.discount-textnew {
  text-align: center;
  display: block;
  border: 1px solid #2792b2;
  background-color: #2792b2;
  color: #fff;
  font-size: 20px;
  padding: 0px 15px;
  width: 50%;
  margin: -10px auto 25px;
}

.independence-orange {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ff6e42;
  z-index: -1;
}

.independence-green {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #48dc16;
  z-index: -1;
}

.chakra-flag {
  width: 150px;
  height: 150px;
  position: relative;
  z-index: 9;
  margin: auto;
  display: flex;
  transform: scale(1.2);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.indepnedence-close {
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 9;
  margin-left: auto;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#get-in-touch .contact-box-wrap .sub-heading {
  color: #1c6f87;
  margin-bottom: 12px;
}

.contact-field-group {
  margin-bottom: 22px;
}

.contact-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2792b2;
  margin-bottom: 7px;
}

.contact-input {
  border: 1.5px solid #d0e8f0 !important;
  border-radius: 8px !important;
  padding: 11px 15px;
  font-size: 14px !important;
  color: #333 !important;
  background-color: #f8fcfe !important;
  transition: border-color 0.25s, box-shadow 0.25s !important;
}

.left-padding {
  padding-left: 52px !important;
}

.contact-input:focus {
  border-color: #2792b2 !important;
  box-shadow: 0 0 0 3px rgba(39, 146, 178, 0.12) !important;
  background-color: #fff !important;
  outline: none !important;
}

.contact-input::-moz-placeholder {
  color: #aaa !important;
  font-size: 13px !important;
}

.contact-input::placeholder {
  color: #aaa !important;
  font-size: 13px !important;
}

#contact-form .form-select.contact-input {
  background-color: #f8fcfe !important;
}

#contact-submit.theme-button {
  margin-top: 8px;
}

.cta-strip {
  position: relative;
  min-height: 260px;
  padding: clamp(30px, 7vw, 70px) 0;
  background: linear-gradient(135deg, #2792b2 0%, #1c6f87 100%);
  overflow: hidden;
  z-index: 10;
}
.cta-strip::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: 1px solid #fff;
  z-index: -1;
  border-radius: 10px;
}
.cta-strip .cta-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url("../images/testimonial-bg-new.webp");
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.cta-strip .cta-bg-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#1c6f87, #2792b2);
  opacity: 0.4;
  z-index: -1;
}
.cta-strip .container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.cta-strip .cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta-strip .cta-inner-wrap {
  max-width: 620px;
}
.cta-strip .cta-heading {
  color: #fff;
  font-size: clamp(20px, 3vw, 30px) !important;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: left;
}
.cta-strip .cta-inner-wrap p {
  color: white;
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.5;
}
.cta-strip .cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  background: #fff;
  color: #1c6f87;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}
.cta-strip .cta-btn:hover {
  background: #1c6f87;
  color: #fff;
}

@media (max-width: 992px) {
  .cta-strip .cta-bg-image {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .cta-strip .cta-bg-image {
    width: 100%;
    clip-path: none;
  }
  .cta-strip .cta-bg-image::after {
    opacity: 0.7;
  }
  .cta-strip .cta-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
.payment-card {
  background: #fff;
  border: 1px solid #d0e8f0;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(39, 146, 178, 0.07);
  margin-bottom: 24px;
}
.payment-card .sub-heading {
  color: #1c6f87;
  margin-bottom: 18px;
}
.payment-card .footer-list li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;
}

.payment-card-heading {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
}

.payment-label {
  font-weight: 600;
  color: #c8860a;
  margin-bottom: 8px;
}

.payment-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.payment-detail-list li {
  padding: 6px 0 6px 28px;
  position: relative;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
}
.payment-detail-list li:last-child {
  border-bottom: none;
}
.payment-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 18px;
  height: 18px;
  background-image: url("images/sya-course-whatsapp-blue.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.payment-gateway-wrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.payment-gateway-box {
  flex: 1;
  min-width: 140px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
}

.payment-badge {
  font-size: 11px;
  background: #fff3cd;
  color: #856404;
  border-radius: 20px;
  padding: 2px 10px;
  font-weight: 600;
}

.wise-text-logo {
  font-size: 28px;
  font-weight: 900;
  color: #163300;
  letter-spacing: -1px;
  font-style: italic;
}

.payment-qr-img {
  width: 180px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px;
}

.payment-option {
  padding: 10px 0;
}

.payment-outer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.payment-box {
  background: #f9f4f0;
  border-radius: 10px;
  padding: 24px;
}
.payment-box .sub-heading {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 14px;
}
.payment-box .small-heading {
  display: block;
  font-weight: 600;
  color: #c8860a;
  margin-bottom: 10px;
  margin-top: 4px;
}
.payment-box .pay-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.payment-box .pay-list .item {
  flex: 1;
  min-width: 120px;
}
.payment-box .pay-list .item .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  text-decoration: none;
}
.payment-box .pay-list .item .link img {
  max-width: 100%;
  height: auto;
}
.payment-box .pay-list .recommend {
  font-size: 11px;
  background: #fff3cd;
  color: #856404;
  border-radius: 20px;
  padding: 2px 10px;
  font-weight: 600;
}
.payment-box .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.payment-box .list li {
  padding: 7px 0 7px 22px;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #e8ddd6;
  position: relative;
}
.payment-box .list li:last-child {
  border-bottom: none;
}
.payment-box .list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 10px;
  color: #2792b2;
}
.payment-box .qr-code {
  display: block;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 8px;
  background: #fff;
}
.payment-box.policy-box .sub-heading {
  font-size: 16px;
}
.payment-box .highlight {
  color: #c0392b;
  font-weight: 600;
}

.sya-pay-section {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(39, 146, 178, 0.1);
  height: 100%;
}

.sya-pay-section-header {
  padding: 22px 24px 0;
}
.sya-pay-section-header h3 {
  color: #1c6f87;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0;
  padding-bottom: 14px;
  border-bottom: 2px solid #e8f4f8;
}

.sya-pay-gateways {
  display: flex;
  gap: 12px;
  padding: 20px 24px 0;
}

.sya-gateway-tile {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 12px;
  border: 2px solid #e8f4f8;
  border-radius: 10px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #f8fcfe;
}
.sya-gateway-tile:hover {
  border-color: #2792b2;
  box-shadow: 0 4px 12px rgba(39, 146, 178, 0.15);
}
.sya-gateway-tile img {
  max-width: 100%;
  height: auto;
}

.sya-gateway-recommended {
  border-color: #2792b2;
}

.sya-recommended-tag {
  font-size: 11px;
  background: #e8f6fb;
  color: #1c6f87;
  border: 1px solid #b0dcea;
  border-radius: 20px;
  padding: 2px 10px;
  font-weight: 600;
}

.sya-bank-details {
  padding: 20px 24px 24px;
}

.sya-bank-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2792b2;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e8f4f8;
}

.sya-bank-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sya-bank-row {
  display: flex;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #f0f7fb;
  font-size: 14px;
}
.sya-bank-row:last-child {
  border-bottom: none;
}

.sya-bank-key {
  min-width: 120px;
  font-weight: 600;
  color: #555;
  flex-shrink: 0;
}

.sya-bank-val {
  color: #222;
}

.sya-pay-upi {
  text-align: center;
}

.sya-upi-label {
  font-size: 14px;
  color: #888;
  margin: 0;
}

.sya-qr-wrap {
  padding: 24px 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.sya-upi-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2792b2;
  margin: 0;
}

.sya-qr-img {
  max-width: 280px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border: 3px solid #e8f4f8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(39, 146, 178, 0.1);
}

.sya-qr-name {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
  text-align: center;
}

.sya-upi-apps {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.sya-upi-apps span {
  font-size: 12px;
  color: #2792b2;
  background: #e8f6fb;
  border: 1px solid #b0dcea;
  border-radius: 20px;
  padding: 3px 12px;
  font-weight: 500;
}

.sya-pay-guidelines {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(39, 146, 178, 0.1);
}

.sya-guidelines-header {
  color: #1c6f87;
  padding: 22px 28px 14px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #e8f4f8;
}

.sya-guideline-block {
  background: #fff;
  padding: 24px 28px;
}

.sya-guideline-block-right {
  border-left: 1px solid #e8f4f8;
}

.sya-guideline-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2792b2;
  margin-bottom: 14px;
}
.sya-guideline-title small {
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  color: #888;
}

.sya-guideline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sya-guideline-list li {
  padding-left: 18px;
  position: relative;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}
.sya-guideline-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #2792b2;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}

.sya-pay-red {
  color: #c0392b;
}

.sya-pay-green {
  color: #1a7a4a;
}

@media (max-width: 768px) {
  .sya-guideline-block-right {
    border-left: none;
    border-top: 1px solid #e8f4f8;
  }
  .sya-bank-key {
    min-width: 90px;
  }
  .sya-qr-img {
    max-width: 280px;
  }
}
.location-image,
.more-link-box,
.notes {
  border: 2px solid #2792b2;
}

#about-description,
#footer,
.banner-image,
.calender-box,
.charity-box,
.course-box-content,
.course-box-link,
.desc-image,
.description-box,
.dropdown-list,
.enroll-form,
.floating-offer-wrap,
.footer-list li a,
.free-course-image,
.full-course.alt,
.home-banner,
.icon-list li,
.more-link-box,
.notes,
.reiki-box .reiki-price p:nth-child(2),
.sub-heading,
.testimonial-box,
.testimonial-info {
  position: relative;
}

.banner-image img,
.benefit-image,
.birthday-guru-ji,
.logo,
.objective-image,
.offer-new-gif,
.rys-logo,
.samadhi-about-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.charity-box,
.course-box {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #000;
}

#footer .footer-heading,
.calender-price,
.contact-strip-heading,
.page-banner-heading,
.testimonial-name {
  font-family: "Belleza", sans-serif;
}

.objective-box-wrap .objective-box:last-child,
.pop-course-box:nth-last-child(-n+2),
ul {
  margin-bottom: 0;
}

#thank-you h1,
.page-banner-heading,
.para-sub-heading,
.sub-heading {
  text-will-change: transform;
  transform: capitalize;
}

body {
  font-family: "Jost", sans-serif;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

::-moz-selection {
  color: #fff;
  background-color: #2792b2;
}

::selection {
  color: #fff;
  background-color: #2792b2;
}

.form-control:focus {
  color: #2792b2;
  background-color: transparent;
  border: 1px solid #2792b2;
  outline: 0;
  box-shadow: none;
}

.sub-heading:before {
  background-color: #000;
  position: absolute;
  content: "";
  left: 0;
}

.accordion-button:focus,
.form-select:focus {
  border-color: #2792b2;
  outline: 0;
  box-shadow: none;
}

.accordion-button:focus {
  z-index: 3;
}

button:focus {
  outline: dotted 0;
  outline: -webkit-focus-ring-color auto 0;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0;
}

a {
  text-decoration: none !important;
  color: #2792b2;
}

ul {
  padding-left: 0;
  list-style: none;
}

li,
p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.divider {
  background-color: #f2f9fb !important;
}

.course-box-link:hover,
.post-box:hover .post-content p {
  color: #fff;
}

.course-box-link:hover:before {
  transition: 0.3s;
  width: 100%;
}

.section-padding {
  padding: 60px 0;
}

.divider {
  background-size: 15%;
}

b, strong {
  font-weight: 500;
}

.sub-heading {
  font-weight: 500;
  font-family: "Belleza", sans-serif;
  margin-bottom: 15px;
}

.alt-leaf-bg {
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.bg-leaf,
.home-banner {
  background-position: bottom;
  background-size: cover;
}

#footer,
#thank-you,
.online-fix-button {
  background-size: 10%;
}

#coupon-field,
#mobile-banner,
.dates-extended-body .dates-extend-room-type,
.enroll-location,
.enroll-room-type,
.footer-list.contact li a:before,
.mobile-course-slider,
.mobile-objective,
.mobile-offer,
.mobile-syllabus,
.mobile-view,
.testimonial-links-mobile {
  display: none;
}

#page-banner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-banner-heading {
  font-size: 42px;
  font-weight: 400;
  text-align: center;
}

.notes,
.sub-heading {
  text-align: left;
  font-family: "Belleza", sans-serif;
}

.breadcrumb {
  justify-content: center;
}

.sub-heading {
  font-size: 26px !important;
  line-height: inherit;
  padding-bottom: 8px;
  font-weight: 500;
}
.sub-heading.para {
  font-size: 22px;
  padding-bottom: 8px;
}

.accordion-button.collapsed,
.dates p span.date,
.error,
.notes,
label {
  font-weight: 500;
}

.sub-heading:before {
  width: 100%;
  height: 1px;
  bottom: 0;
}

.contact-info-wrap,
.notes.bg-notes,
.notes.bg-notes:before {
  background-color: #f2f9fb;
}

.accordion a::after,
.christmas .theme-button:before,
.course-box,
.full-course .dates,
.notes,
.notes:before {
  background-color: #fff;
}

.yttc .sub-heading {
  font-size: 20px;
  margin-bottom: 40px;
}

.notes {
  padding: 10px 15px 10px 60px;
  border-radius: 15px;
  margin-bottom: 0;
}
.notes:before {
  position: absolute;
  font-family: Ionicons;
  content: "\f358";
  font-size: 30px;
  top: 0;
  bottom: 0;
  left: -28px;
  width: 60px;
  height: 60px;
  border: 2px solid #2792b2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.gallery-wrap .full-course .desc-image,
.nav-item.active a.nav-link:before,
.navbar-nav .nav-link:hover:before,
.post-box .post-content {
  width: 100%;
}

.icon-list li {
  padding-left: 30px;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.icon-list li:before {
  position: absolute;
  font-family: Ionicons;
  content: "\f382";
  left: 0px;
  font-size: 18px;
  top: 0;
  color: #2792b2;
}

.form-check-input:checked {
  background-color: #2792b2;
  border-color: #2792b2;
  box-shadow: none;
}

.error {
  font-size: 13px;
  color: #cf0000;
}

label .error.fail-alert {
  border: 1px solid #2792b2;
  border-radius: 4px;
  line-height: normal;
  padding: 2px 15px;
  background: #ffe6eb;
}

label input.valid.success-alert {
  border: 1px solid #4caf50;
  color: green;
}

.social-media a:hover {
  color: #2792b2 !important;
  transition: 0.3s;
}

.slideInDown {
  animation-name: slideInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.important-highlights-wrap,
.location-sya-accommodation-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.social-media {
  display: flex;
}

.dates-extend-booking-wrap .limited {
  border: 1px solid green;
  border-radius: 20px 0;
  padding: 5px 10px;
  background: #a9c9a9;
  color: white;
}

.notes .limited {
  border: 1px solid green;
  border-radius: 20px 0;
  padding: 5px 10px;
  background: #a9c9a9;
  font-size: 12px;
  font-weight: 500;
  margin-right: 20px;
  color: white;
}

.big-wrap {
  padding: 20px 10px 20px 60px;
}

.new-wrap {
  position: relative;
}
.new-wrap .limited {
  position: absolute;
  top: -30px;
  left: 45px;
  border: 1px solid green;
  border-radius: 20px 0;
  padding: 5px 10px;
  background: #99bf99;
  color: white;
}

.dates-extend-price-count {
  width: 25%;
}

nav {
  padding: 0 20px;
}

.logo {
  width: 155px;
  height: 60px;
}

.navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  margin: 0 10px;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
}

.christmas-course-wrap-para a:hover,
.nav-item.active a.nav-link,
.navbar-nav .nav-link:hover {
  transition: 0.3s;
  color: #2792b2;
}

.dropdown-item,
.dropdown-list .sub-menu .submenu-link {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px dashed #bbb;
  color: #000;
}

.navbar-nav .nav-link:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  border-radius: 15px;
  background-color: #2792b2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}

.dropdown-item {
  padding-left: 35px;
  position: relative;
}

.dropdown-item:hover,
.dropdown-list .sub-menu .submenu-link:hover {
  color: #fff;
  background-color: #2792b2;
  transition: 0.2s;
}

.dropdown-item:before,
.dropdown-list .sub-menu .submenu-link:before {
  position: absolute;
  font-family: Ionicons;
  content: "\f432";
  left: 11px;
  font-size: 18px;
  top: 2px;
}

.dropdown-list .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  background-color: #fff;
  padding: 0.5rem 0;
  list-style: none;
  animation: 0.8s forwards slideInDown;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
}

.home-banner .cloud-left,
.home-banner .cloud-right {
  width: 35%;
  height: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  animation: 80s infinite shake;
  position: absolute;
  content: "";
  bottom: 0;
}

.dropdown-list .sub-menu .submenu-link {
  white-space: nowrap;
  display: block;
  width: 100%;
  position: relative;
  padding: 4px 28px 4px 35px;
}

#desktop-banner {
  background-image: url(../images/banner-image.jpg);
  height: 100vh;
  overflow: hidden;
}

.online-fix-button {
  background-image: url(../images/pattern-bg.png);
}

.home-banner .theme-button {
  font-size: 18px;
  padding: 6px 25px;
}

.home-banner .cloud-left {
  background-image: url(../images/cloud1-left.png);
  left: -16%;
}

.home-banner .cloud-right {
  background-image: url(../images/cloud1-right.png);
  right: -20%;
}

.banner-image {
  z-index: 1;
}
.banner-image .chakra-lazy {
  display: none;
  position: absolute;
  content: "";
  width: 600px;
  height: 600px;
  max-width: 100%;
  max-height: 100%;
  background-image: url(../images/banner-chakra.png);
  top: 0;
  left: -57px;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
  animation: 20s linear infinite rotation-chakra;
}

.course-box-content:after,
.course-box-content:before {
  width: 50%;
  height: 50px;
  background-color: #fff;
  top: -23px;
  position: absolute;
}

.course-box-link:before {
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
}

#footer .footer-curve,
#footer .footer-signature,
#pdf-form .pdf-side-image {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

#footer .footer-signature,
.enroll-form:after,
.free-course-image:after,
.more-link-box:after {
  animation: 8s linear infinite rotation;
}

.banner-image img {
  height: 70vh;
  width: 100%;
}

.banner-bottom-text {
  text-shadow: 0px 1px 12px #000;
  filter: drop-shadow(2px 4px 6px #333);
  color: #fff;
}

.banner-bottom-text {
  font-size: 20px;
}

.samadhi-about-image {
  width: 100%;
  height: 550px;
}

.course-box img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-box-content {
  padding: 15px 10px;
  z-index: 9;
}
.course-box-content:before {
  content: "";
  left: 0;
  will-change: transform;
  transform: skewY(-8deg);
  z-index: -1;
  border-top: 1px solid #000;
}
.course-box-content:after {
  content: "";
  right: 0;
  will-change: transform;
  transform: skewY(8deg);
  z-index: -1;
  border-top: 1px solid #000;
}

.course-box-heading {
  font-size: 19px;
  color: #000;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  z-index: 9;
}
.course-box-heading:before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  bottom: 0;
  top: auto;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #000000;
  z-index: -1;
}

.course-box-link {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #fff;
  color: #000000;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 600;
  z-index: 2;
  border: 1px solid #000000;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.charity-heading {
  font-weight: 600;
  color: #000;
}

.guru-name {
  font-weight: 600;
  color: #000;
}

.samadhi-favicon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.course-box-link:before {
  content: "";
  width: 0%;
  background-color: #000;
  top: 0;
}

.desc-image .event-image {
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
}

#home-events .desc-image {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
#home-events .desc-image .event-image {
  height: 450px;
}

.sya-yoga-allianceimage {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 15px;
}

#home-events .desc-image:after,
#home-events .desc-image:before {
  width: 90px;
  height: 90px;
}

.desc-image {
  z-index: 9;
}

#home-events .desc-image:before {
  top: -25px;
  right: -35px;
  will-change: transform;
  transform: rotate(-66deg);
}

#home-events .desc-image:after {
  bottom: 15px;
  left: -50px;
}

.charity-image {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 1px solid #000;
}

.charity-box {
  display: block;
  background-color: #fafafa;
}

.charity-box:hover .charity-heading,
.charity-box:hover .charity-icon {
  transition: 0.3s;
  background-color: #f2f9fb;
}

.charity-box .ionicon {
  width: 25px;
  height: auto;
}

.charity-box:hover .ionicon,
.gurus-box:hover > .guru-image {
  transition: 0.5s;
  will-change: transform;
  transform: rotateY(180deg);
}

.charity-heading {
  margin-bottom: 0;
  text-align: center;
  background-color: #fff;
  padding: 25px 15px 15px;
  font-size: 18px;
  transition: 0.3s;
}

.charity-icon {
  margin: auto;
  border-radius: 50%;
}

.charity-icon {
  position: absolute;
  top: 73%;
  left: 0;
  width: 52px;
  transition: 0.3s;
  border-top: 1px solid #000;
  height: 52px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2792b2;
  font-size: 25px;
  right: 0;
}

.testimonial-country,
.testimonial-name {
  text-align: center;
  margin-bottom: 0;
}

.benefit-image,
.desc-image img,
.location-page .desc-image img,
.rys-logo,
.testimonial-image {
  -o-object-position: center;
     object-position: center;
}

.holi-decoration,
.team .desc-image img {
  -o-object-position: top;
     object-position: top;
}

.online .time-schedule {
  font-size: 14px;
}

#contact-strip,
#contact-strip-new,
#pdf-form {
  padding: 35px 0;
  position: relative;
  border-top: 2px solid #2792b2;
  border-bottom: 2px solid #2792b2;
  background-size: 10%;
  margin-top: 60px;
}

#contact-strip .theme-button,
#contact-strip-new .theme-button,
#pdf-form .theme-button {
  font-size: 17px;
}

#contact-strip .theme-button:before,
#contact-strip-new .theme-button:before,
#pdf-form .theme-button:before,
.post-box:hover,
#contact-strip .pdf-side-image,
#contact-strip-new .pdf-side-image {
  position: absolute;
  content: "";
  width: 40%;
  height: 160%;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  right: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.online-fix-button {
  display: none;
  position: fixed;
  z-index: 999;
  padding: 10px 30px;
  background-color: #f2f9fb;
  bottom: 0;
  width: 100%;
  border: 0 solid;
  border-top: 2px solid #2792b2;
}

#online-page-samadhi #footer {
  padding-bottom: 75px;
}

#online-page-samadhi .whatsapp {
  bottom: 68px;
}

.online-course-fix-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
}

#online-page-samadhi .contact-strip-heading {
  font-size: 28px;
}

.online-fix-button .theme-button {
  margin-right: 12px;
}

.guru-text {
  will-change: transform;
  transform: translate(0, -30px);
}

.guru-pose {
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.guru-pose.big {
  will-change: transform;
  transform: scale(1.2);
}

.guru-name {
  font-size: 20px;
  margin-bottom: 0;
}

.calender-content p,
.workshop-link {
  font-weight: 600;
  color: #000;
  text-align: center;
}

.workshop-link-box img {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto auto 15px;
}

.workshop-link-box {
  display: block;
  text-align: center;
  width: 15%;
}

.workshop-link {
  line-height: normal;
  font-size: 14px;
}

.icon-list.flex,
.workshop-link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.free-course-name p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.free-course-box {
  border: 3px solid #2792b2;
  margin: 30px 0;
  position: relative;
}

.free-course-name {
  background-color: #fbe095;
  padding: 24px 0 8px;
  border-top: 3px solid #2792b2;
}

.free-course-image:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/samadhi-signature.png);
  bottom: -24px;
  background-size: 35%;
  background-position: center;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
}

.free-course-image:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #fce7ab;
  border-radius: 100%;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid #2792b2;
}

.testimonial-info,
.testimonial-info:before {
  border-right: 2px solid #2792b2;
  background-color: #f2f9fb;
}

.free-course-image img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

#thank-you {
  height: 100vh;
  /*background-color: #fce7ab*/
}

.thank-you-wrap {
  width: 60%;
  background-color: #fbfbfb;
  padding: 20px 80px 30px;
  margin: auto;
  box-shadow: 7px 7px 12px 0 #585858;
}

#course-important-highlights,
.calender-icon {
  padding-top: 30px;
}

.thank-you-image {
  width: 100%;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}

#online-page-samadhi.open .online-thinkific-button,
.iti.iti--allow-dropdown {
  display: block;
}

.new-course-image {
  position: absolute;
  top: 49px;
  left: 6px;
  width: 76px;
  animation: 1s infinite tada;
}

.samadhi-offer-wrap {
  width: 85%;
  margin: 15px auto;
}

#contact-strip .form-control,
#contact-strip-new .form-control,
#pdf-form .form-control {
  background-color: rgba(255, 255, 255, 0.4588235294);
  font-size: 14px;
}

#pdf-form .pdf-side-image {
  position: absolute;
  width: 40%;
  height: 160%;
  bottom: 0;
  right: 0;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
}

.contact-strip-heading {
  font-size: 32px;
  line-height: 0.8;
  font-weight: 700;
  color: #ffffff;
  background-color: #2792b2;
  display: table;
  padding: 12px 60px;
  margin: -60px auto 40px;
}

.contact-strip-text {
  font-size: 17px;
  color: #000;
  margin-bottom: 0;
}

.samadhi-retreat-image {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.city-wrap {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 35px;
}
.city-wrap .rishikesh {
  margin-right: 15%;
}

.city-icon {
  width: 100px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto auto 15px;
}

.city-name {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 800;
  color: #2792b2;
}

.calender-box {
  background-size: 100% 100%;
  margin-bottom: 45px;
}

.accordion a::after,
.benefits-image-wrap,
.book-name,
.calender-icon,
.follow p,
.objective-list p {
  text-align: center;
}

.calender-icon img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}

.calender-content p {
  font-size: 18px;
  margin: 15px 0 0;
}

.calender-price {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 0;
  color: #fff;
}

.calender-date {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 5px 0;
}

.calender-info {
  padding-bottom: 20px;
}

#home-course,
#home-retreat,
#testimonial {
  overflow: hidden;
}

.testimonial-box {
  display: flex !important;
  justify-content: space-between;
  border: 2px solid #2792b2;
  margin: 35px 35px 30px;
  margin-left: 1px;
}
.testimonial-box .quote {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-color: #f2f9fb;
  bottom: -28px;
  border-radius: 50%;
  border: 2px solid #2792b2;
  right: -28px;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  box-shadow: 0 0 8px 0 #8e8e8e;
}

.testimonial-info {
  width: 250px;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-info:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -16px;
  will-change: transform;
  transform: rotate(45deg);
  border-top: 2px solid #2792b2;
}

.testimonial-girl-image {
  height: 500px;
  width: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.testimonial-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  box-shadow: 0 0 8px 0 #717171;
  margin: auto auto 7px;
  border: 2px solid #2792b2;
  padding: 4px;
  background-color: #fff;
}

.testimonial-name {
  font-size: 16px;
  color: #2792b2;
  font-weight: 700;
}

.testimonial-text {
  padding: 20px 20px 20px 50px;
  width: 100%;
  display: flex;
  align-items: center;
}

.partners-image {
  width: 100%;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

.alliance-image,
.footer-logo {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

#footer {
  padding: 120px 0 0;
  margin-top: 3%;
}

#get-in-touch,
.portfolio-item .item div {
  background-size: cover;
  background-position: center;
}

#sya-footer .social-media a .ionicon {
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

#sya-footer .social-media a .ionicon:hover,
.contact-box-wrap .social-media a .ionicon:hover,
.follow-us-box .social-media a .ionicon:hover {
  transition: 0.3s;
  fill: #2792b2;
}

#footer .footer-curve {
  position: absolute;
  left: 0;
  right: 0;
  background-position: center;
  top: 0;
  width: 215px;
  height: 44px;
  margin: auto;
}

#about-description .about-bg,
.full-course.alt:before {
  background-position: top;
  opacity: 0.3;
  background-attachment: fixed;
}

#footer .footer-signature {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  margin: auto;
  top: -3px;
}

#footer a,
#footer p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  width: 100%;
}

#footer .footer-heading {
  font-size: 22px;
  font-weight: 800;
  color: #2792b2;
  width: 80%;
  margin-top: 35px;
  position: relative;
  z-index: 9;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
#footer .footer-heading:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 70px;
  background-color: #2792b2;
}

.footer-logo {
  width: 150px;
}

.footer-list {
  list-style: none;
}
.footer-list li {
  margin-bottom: 5px;
}
.footer-list li a {
  padding-left: 28px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 400 !important;
}
.footer-list li a:before {
  position: absolute;
  font-family: Ionicons;
  content: "\f432";
  left: 0;
  font-size: 18px;
  top: -6px;
}
.footer-list.contact li {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}

.dates p,
.pop-course-wrap,
.post-box,
.reiki-price,
.social-media,
.testimonial-links {
  justify-content: space-between;
}

.footer-list.contact li .ionicon {
  font-size: 25px;
  width: 25px;
}

.footer-list.contact li a {
  padding-left: 12px;
}

.footer-menu {
  display: table;
  margin: auto;
}

.alliance-image {
  width: 155px;
  display: block;
}

.rys-image {
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.social-media a {
  font-size: 18px !important;
  transition: 0.3s;
}

.bottom-bar {
  border-top: 1px solid #000;
  margin-top: 50px;
}
.bottom-bar p {
  font-size: 13px;
  padding: 5px 0;
}

#get-in-touch {
  background-image: url(../images/contact-bg.png);
}

#contact-submit.theme-button {
  font-size: 19px;
  padding: 8px 60px;
}

.loading-image {
  width: 50px;
  height: 50px;
  margin-left: 5%;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
.loading-image.enroll {
  width: 100%;
  margin: 15px 0 0;
}

.desc-image.main-video {
  width: 85%;
  height: 600px;
  border-radius: 10px;
  background-color: #f2f9fb;
  margin: 20px auto;
}
.desc-image.main-video .main-video-iframe {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}

.contact-row {
  box-shadow: 1px 1px 38px 0 #d0d0d0;
  border: 1px solid #2792b2;
  border-radius: 20px;
  overflow: auto;
}

.desc-image img,
.location-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-box-wrap {
  width: 70%;
  margin: auto;
  padding: 50px 0;
}
.contact-box-wrap .footer-list.contact a {
  color: #000;
  word-break: break-word;
}

.contact-box-wrap .footer-list.contact li,
.objective-box {
  margin-bottom: 40px;
}

.contact-box-wrap .social-media a {
  font-size: 30px !important;
  transition: 0.3s;
  color: #000;
}

.contact-box marquee strong,
.contact-box-wrap .social-media a:hover {
  color: #2792b2;
}

#about-description .about-bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: -1;
}

.desc-image:before {
  background-image: url(../images/image-leaf.png);
  top: 8px;
  right: -50px;
  will-change: transform;
  transform: rotate(-66deg);
}

.desc-image:after {
  background-image: url(../images/image-leaf1.png);
  bottom: 14px;
  left: -58px;
  will-change: transform;
  transform: rotate(91deg);
}

.desc-image img {
  width: 100%;
  margin: 0 0 18px;
  height: 450px;
  border-radius: 10px;
  border: none !important;
}

.location-image {
  width: 100%;
  height: 215px;
  padding: 4px;
  background-color: #fff;
}
.location-image.founder {
  height: 285px;
}
.location-image.education {
  height: 265px;
}

.more-link-box:after,
.more-link-box:before {
  content: "";
  width: 78px;
  height: 78px;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.more-link-box {
  box-shadow: 0 0 8px 0 #d6d6d6;
  padding: 50px 15px 30px;
  margin-top: 40px;
}
.more-link-box:before {
  background-color: #f2f9fb;
  border-radius: 100%;
  border: 2px solid #2792b2;
}

.enroll-form:after,
.more-link-box:after {
  background-image: url(../images/samadhi-signature.png);
  background-size: 48%;
  background-position: center;
  background-repeat: no-repeat;
}

.more-link-box li a {
  display: block;
  padding: 9px 15px 9px 40px;
  position: relative;
  border-bottom: 1px dashed #2792b2;
  color: #000;
  font-weight: 500;
  transition: 0.3s;
}

.more-link-box li a.active,
.more-link-box li a:hover {
  background-color: #f2f9fb;
  color: #000;
  transition: 0.3s;
  border-color: #000;
}

.dates p,
.post-box {
  border-bottom: 1px dashed #2792b2;
}

.more-link-box li a:before {
  position: absolute;
  font-family: Ionicons;
  content: "\f382";
  left: 13px;
  font-size: 18px;
  top: 7px;
}

.post-box {
  display: flex;
  align-items: center;
  padding: 11px 8px;
  transition: 0.3s;
}
.post-box .post-image {
  width: 104px;
  margin-right: 20px;
  height: 71px;
}
.post-box .post-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.post-box .post-content p {
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}

.contact-box {
  position: sticky;
  top: 10%;
}
.contact-box .footer-list.contact a {
  color: #000;
  transition: 0.3s;
  word-break: break-word;
}

.contact-box .footer-list.contact a:hover,
.follow-us-box .social-media a:hover {
  color: #2792b2;
  transition: 0.3s;
}

.follow-us-box .social-media a {
  font-size: 30px !important;
  color: #000;
  transition: 0.3s;
}

.contact-box-wrap .social-media a .ionicon,
.follow-us-box .social-media a .ionicon {
  width: 30px;
  height: 30px;
  transition: 0.3s;
}

.team .desc-image {
  width: 40%;
  margin: auto;
}

.accordion-header {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.accordion-collapse,
.dates-extended-box:last-child,
.dates-extended-head .dates-extended-box {
  border: none;
}

.accordion-button {
  border: none;
  position: relative;
  text-align: left;
  padding-left: 50px;
}
.accordion-button:before {
  position: absolute;
  font-family: Ionicons;
  content: "\f3af";
  left: 20px;
  font-size: 26px;
  top: 10px;
}
.accordion-button:not(.collapsed) {
  color: #2792b2;
  background-color: #fff;
  font-weight: 500;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/accordion-up-arrow.svg);
}

#accordionExample1 .accordion-button:before {
  content: "\f272";
  left: 12px;
  font-size: 35px;
  top: 1px;
}

#accordionExample2 .accordion-button:before {
  content: "\f388";
}

#accordionExample3 .accordion-button:before {
  content: "\f3c2";
  left: 16px;
  font-size: 23px;
  top: 14px;
}

#accordionExample4 .accordion-button:before,
#accordioncourse .accordion-button:before {
  content: "\f357";
}

#accordionExample5 .accordion-button:before {
  content: "\f143";
}

#accordionExample6 .accordion-button:before {
  content: "\f476";
  left: 14px;
  font-size: 35px;
  top: 2px;
}

#accordionExample1 .accordion-button,
#accordionExample3 .accordion-button,
#accordionExample5 .accordion-button {
  background-color: #f2f9fb;
}

#fee-payment select {
  padding: 10px 15px;
  margin: 15px 0;
}

.portfolio-menu {
  text-align: center;
  margin: 0 auto 30px;
}
.portfolio-menu ul {
  padding: 0;
}
.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 6px 28px;
  font-weight: 600;
  border: 2px solid #2792b2;
  cursor: pointer;
}
.portfolio-menu ul li:hover {
  background: #2792b2;
  color: #fff;
}
.portfolio-menu ul li.active {
  background: #f2f9fb;
  color: #000;
  font-weight: 500;
}

.lightbox {
  display: block;
  box-shadow: 4px 4px 8px 0 #dfdfdf;
}

.portfolio-item {
  margin: 30px auto;
}
.portfolio-item .item {
  width: 33.3%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
}
.portfolio-item .item img {
  width: 100%;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-item .item img.yttc-img {
  height: 310px;
}
.portfolio-item .item img.excurcion-img {
  height: 230px;
}
.portfolio-item .item img.accommodation-img {
  height: 420px;
}
.portfolio-item .item img.ceremony-img {
  height: 450px;
}
.portfolio-item .item div {
  height: 280px;
  background-repeat: no-repeat;
}

.time-schedule {
  padding: 18px 15px 6px;
  margin-bottom: 25px;
  border: 1px dashed #2792b2;
  position: relative;
  text-align: left;
  word-break: break-all;
  background-color: #ffffff;
}
.time-schedule span {
  position: absolute;
  top: -15px;
  background-color: #2792b2;
  padding: 2px 16px;
  font-size: 13px;
  border: 1px dashed #2792b2;
  font-weight: 600;
  width: 200px;
  text-align: center;
  color: #fff;
}

.dates {
  box-shadow: 0 0 8px 0 #cacaca;
  padding-bottom: 15px;
}
.dates .theme-button {
  font-size: 14px;
  padding: 5px 15px;
}
.dates .table-heading {
  background-color: #2792b2;
  padding: 15px;
  color: #000;
  font-weight: 800;
  font-family: Caudex, serif;
  margin-bottom: 15px;
}
.dates p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 9px 15px;
  text-align: left;
}
.dates p:last-child {
  border-bottom: none;
}
.dates p span {
  width: 20%;
  text-align: center;
}

.dates p.table-heading span.course-name,
.dates p.table-heading span.date,
.dates p.table-heading span.fee,
.dates p.table-heading span.availabilty,
.dates p.table-heading span.book {
  color: #fff;
}

.dates p span.course-name {
  font-weight: 600;
  width: 23%;
  text-align: center;
}

.dates p span.availabilty {
  width: 15%;
  font-weight: 500;
}

.dates p span.book {
  width: 13%;
  font-weight: 500;
}

.dates p span.fee {
  width: 23%;
  font-weight: 500;
}
.dates p span.fee del {
  font-size: 15px;
  margin-left: 8px;
  color: #000;
  font-weight: 200;
}

.reiki-box {
  display: flex;
  box-shadow: -8px 8px 5px 0 #ddd;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2792b2;
}

.reiki-box .reiki-image-wrap,
.reiki-box .reiki-price {
  width: 25%;
  background-color: #f2f9fb;
  background-size: 80%;
  background-image: url(../images/pattern-bg.png);
}

.reiki-box .reiki-content {
  width: 50%;
  padding: 15px 20px;
}

.enroll-form:after,
.enroll-form:before {
  width: 78px;
  height: 78px;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  position: absolute;
  content: "";
}

.reiki-box .reiki-image-wrap .reiki-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reiki-box .reiki-price {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.reiki-box .reiki-price p:nth-child(2):before {
  width: 100%;
  height: 1px;
  border: 1px dashed #2792b2;
  position: absolute;
  content: "";
  bottom: 20px;
  left: 0;
}
.reiki-box .reiki-price p {
  font-size: 13px;
  text-align: center;
  padding-bottom: 40px;
  font-weight: 500;
  margin-bottom: 0;
}
.reiki-box .reiki-price .reiki-price-value {
  text-align: center;
  color: #2792b2;
  padding-bottom: 0;
  font-size: 34px;
  font-family: Caudex, serif;
  font-weight: 600;
}

.side-price {
  font-size: 18px;
  font-weight: 500;
}

.testimonial-links {
  display: flex;
  align-items: center;
}
.testimonial-links a img {
  width: 100px;
  height: 60px;
  will-change: transform;
  transform: scale(0.9);
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial-links a img:hover {
  will-change: transform;
  transform: scale(1.02);
  transition: 0.3s;
}

.enroll-form:before {
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #2792b2;
}

.enroll-form .enroll-form-wrap {
  width: 70%;
  margin: auto;
  padding: 60px;
  background-color: #f2f9fb;
  position: relative;
  border: 1px solid #2792b2;
}
.enroll-form .enroll-form-wrap .enroll-label {
  font-size: 15px;
  font-weight: 600;
  text-will-change: transform;
  transform: capitalize;
  margin: 25px 0 8px;
}

.enroll-form .theme-button {
  background-color: #fff;
  display: block;
  width: 100%;
  font-size: 19px;
  border: 2px solid #2792b2;
  overflow: hidden;
}

.reiki-price {
  display: flex;
  margin-bottom: 0;
}

.online-teacher-box {
  display: flex !important;
  border: 2px solid #2792b2;
  justify-content: space-around;
  box-shadow: 0 0 8px 0 #c7c7c7;
  align-items: center;
  background-color: #f2f9fb;
  margin: 0 25px 25px !important;
}

.text-message-error,
.text-message-success {
  margin-top: 24px;
  padding: 6px 10px;
  font-weight: 600;
  text-align: center;
}

.online-teacher-box .online-teacher-image {
  width: 260px;
  border: 2px solid #2792b2;
  will-change: transform;
  transform: translate(-25px, 0);
  box-shadow: 0 0 8px 0 #d6d6d6;
}
.online-teacher-box .online-teacher-image img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.online-teacher-box .online-teacher-info {
  width: 100%;
  padding: 40px 25px 40px 0;
}

.online-teacher-box .online-teacher-name {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 3px;
  font-family: Caudex, serif;
  color: #2792b2;
}

.text-message-success {
  background-color: #e1fed7;
  color: #203c00;
  border: 2px solid #4caf50;
  border-radius: 25px;
}

.text-message-error {
  background-color: #fcc;
  color: #ff0404;
  border: 2px solid #ff0404;
  border-radius: 25px;
}

.discount-wrap {
  background-color: #f2f9fb;
  padding: 5px;
  color: #000;
  font-weight: 600;
  will-change: transform;
  transform: translate(0, 10px);
}
.discount-wrap .discount-value {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -1px;
  display: inline-block;
  animation: 1s infinite tada;
  margin: 0 8px;
  color: #2792b2;
}

.limit-off {
  width: 110px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 22px 22px 0;
}

.floating-offer {
  bottom: 90px;
  z-index: 9999;
  position: fixed;
  right: 1px;
}

.off-floating {
  text-align: center;
  color: #2792b2;
  font-weight: 900;
  font-size: 16px;
}

.radio-type {
  display: inline-flex;
  align-items: baseline;
  padding-left: 0;
}
.radio-type input {
  margin-left: 5px !important;
}
.radio-type label.error.fail-alert {
  order: 1;
  margin-right: 34px;
}
.radio-type input.error.fail-alert {
  order: 2;
  margin-left: 0;
}
.radio-type .form-check-label {
  order: 3;
  padding-left: 6px;
}

.achievement-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.achievement-heading {
  font-size: 15px;
  text-align: center;
  color: #000;
  background-color: #2792b2;
  border: 2px solid #2792b2;
  border-top: 0;
  padding: 5px;
  font-weight: 500;
  margin-bottom: 25px;
}

.whatsapp,
.whatsapp img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.online-thinkific-button {
  display: none;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 0;
}
.online-thinkific-button .theme-button:first-child {
  margin-right: 15px;
}
.online-thinkific-button.side a {
  margin-right: 0;
  width: 100%;
}
.online-thinkific-button.side a:first-child {
  margin-bottom: 15px;
}

.whatsapp {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 14px;
  z-index: 999999;
  animation-name: pulse-animation-whatsapp;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 8s;
}
.whatsapp img {
  background-color: #50c34a;
}

#open .floating-pop {
  right: -450px;
  transition: 2s;
}

.floating-pop {
  position: fixed;
  bottom: 25%;
  right: 2px;
  width: 425px;
  z-index: 9999;
}

.floating-pop-box {
  display: flex;
  position: relative;
  background-color: white;
  box-shadow: 0 0 5px 0 #adadad;
  border-radius: 15px;
  align-items: center;
}

.desktop-syllabus .icon-list {
  -moz-column-count: 3;
       column-count: 3;
}
.desktop-syllabus .icon-list li {
  display: inline-block;
  width: 100%;
}

.desktop-syllabus .sub-heading {
  background-color: #fff;
  display: block;
  padding: 9px 0 15px 25px;
  box-shadow: 0 3px 6px 0 #e4e4e4;
}
.desktop-syllabus .sub-heading:before {
  bottom: 9px;
  left: 25px;
}

.floating-close-pop {
  position: absolute;
  top: -13px;
  left: -16px;
  width: 30px;
  height: 30px;
  background-color: #2792b2;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.floating-pop-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 180px;
  height: 155px;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}

.floating-pop-content {
  width: calc(100% - 180px);
  padding: 17px;
}

.floating-pop-text {
  font-size: 14px;
  line-height: normal;
  text-align: left;
}

.floating-pop-heading {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

.floating-pop-box .theme-button {
  font-size: 13px;
  padding: 4px 12px;
  margin-top: 9px;
}

.calender-box .offer-new-gif {
  position: absolute;
  top: 18%;
  right: 18%;
  width: 30px;
  height: 24px;
}

.offer-text-wrap {
  position: absolute;
  top: -315%;
  left: -161%;
  box-shadow: 0 0 5px 0 #bfbfbf;
  background-color: #fff;
  width: 227px;
  padding: 20px 7px;
}

.floating-offer-wrap img {
  padding: 0;
  margin-bottom: 15px;
  cursor: pointer;
}

.offer-new-gif {
  width: 30px;
  height: 20px;
  will-change: transform;
  transform: scale(1.3) translate(10px, -2px);
}

.offer-close {
  position: absolute;
  top: -12px;
  right: -11px;
  font-weight: 900;
  font-size: 15px;
  background-color: #2792b2;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
}

.offer-square {
  z-index: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  right: 22px;
  bottom: -5px;
  will-change: transform;
  transform: rotate(45deg);
  box-shadow: 7px 7px 5px 0 #c7c7c7;
}

.desc-image .course-samadhi {
  height: 500px;
}

.objective-image {
  width: 100%;
  height: 530px;
}

.objective-text {
  position: relative;
  text-align: left;
}
.objective-text .objective-count {
  position: absolute;
  left: -55px;
  top: -25px;
  font-size: 40px;
  color: #2792b2;
  font-weight: bolder;
  opacity: 0.4;
}

.birthday-pop {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6588235294);
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.birthday-pop-wrap,
.christmas-wrap,
.kundalini-festival-popup-wrap,
.pop-up-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.birthdaty-pop-detail {
  background-color: #fff9ea;
  padding: 55px 25px 30px;
  width: 670px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  border-radius: 0 60px;
}

.birthday-guru-ji {
  position: absolute;
  bottom: -52px;
  left: 22px;
  width: 290px;
  height: 345px;
  filter: hue-rotate(672deg);
}

.birthdaty-pop-detail:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/birthday-celebration.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.birthdaty-pop-detail:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/birthday-gif.gif);
  background-size: contain;
  z-index: -1;
  opacity: 0.2;
}

.birthday-pop-info {
  width: 55%;
  margin-left: auto;
}

.birthday-pop-heading {
  font-size: 28px;
  font-weight: 700;
  color: #2792b2;
  margin-bottom: 0;
  text-align: left;
}

.birthday-course-name {
  font-size: 20px;
  font-weight: 800;
  color: #2792b2;
  margin-bottom: 5px;
}

.birthday-close {
  position: absolute;
  right: 22px;
  top: 23px;
  width: 25px;
  color: #2792b2;
  z-index: 9999;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 900;
}

.important-notice {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: 900;
  color: #2792b2;
  border-radius: 50%;
  border: 2px solid #2792b2;
  margin-right: 8px;
}

.temp-location-slider img {
  width: 100%;
  height: 180px;
  border: 2px solid #2792b2;
  padding: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}

.temp-location-slider .lightbox {
  margin: 2px 5px;
}

.parallel-section {
  width: 96%;
}

.full-course .desc-image,
.gallery-wrap {
  width: 97%;
  margin-left: auto;
}

.parallel-wrap {
  position: relative;
  margin: 25px 0;
  padding: 20px 30px;
  border-bottom: 2px solid #2792b2;
  border-top: 2px solid #2792b2;
}

.course-bg-signature {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  height: 70%;
  opacity: 0.03;
  -o-object-fit: contain;
     object-fit: contain;
}

.full-course .more-link-box {
  width: 85%;
}

.full-course #accordionExample5 .accordion-button {
  background-color: transparent;
}

.rys-logo {
  width: 100%;
  height: 270px;
}

.icon-list.flex li {
  width: 33%;
}

.benefits-image-wrap {
  position: relative;
  margin: 60px 0;
  z-index: 9;
}

.benefit-image {
  width: 80%;
  height: 500px;
}

.objective-list {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  height: 100%;
}
.objective-list.left p {
  position: relative;
  width: 90%;
  margin: auto;
}

.objective-arrow {
  width: 15px;
  height: 15px;
  position: relative;
  border: 3px solid #2792b2;
  display: block;
  border-radius: 50%;
  margin-left: auto;
}
.objective-arrow:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #2792b2;
  top: 0;
  right: -102px;
  bottom: 0;
  margin: auto;
  left: auto;
}

.objective-list.left p:first-child .objective-arrow {
  will-change: transform;
  transform: translate(25px, -35px) rotate(27deg);
}

.objective-list.left p .objective-arrow:before,
.objective-list.right p .objective-arrow:before {
  width: 205px;
  right: -208px;
}

.objective-list.left p:nth-child(2) .objective-arrow {
  will-change: transform;
  transform: translate(25px, -30px) rotate(15deg);
}

.objective-list.left p:nth-child(3) .objective-arrow {
  will-change: transform;
  transform: translate(25px, -30px) rotate(0);
}

.objective-list.left p:nth-child(3) .objective-arrow:before,
.objective-list.right p:nth-child(3) .objective-arrow:before {
  width: 146px;
  right: -148px;
}

.objective-list.left p:nth-child(4) .objective-arrow {
  will-change: transform;
  transform: translate(25px, -30px) rotate(-36deg);
}

.objective-list.left p:last-child .objective-arrow:before {
  width: 315px;
  right: -318px;
}

.objective-list.left p:last-child .objective-arrow {
  will-change: transform;
  transform: translate(26px, -84px) rotate(-40deg);
}

.objective-list.right p:first-child .objective-arrow {
  will-change: transform;
  transform: translate(-25px, -35px) rotate(151deg);
}

.objective-list.right p:nth-child(2) .objective-arrow {
  will-change: transform;
  transform: translate(-25px, -30px) rotate(160deg);
}

.objective-list.right p:nth-child(3) .objective-arrow {
  will-change: transform;
  transform: translate(-25px, -30px) rotate(-167deg);
}

.objective-list.right p:last-child .objective-arrow:before {
  width: 278px;
  right: -281px;
}

.objective-list.right p:last-child .objective-arrow {
  will-change: transform;
  transform: translate(-26px, -84px) rotate(-160deg);
}

.objective-list.right .objective-arrow {
  margin-right: auto;
  z-index: -1;
  margin-left: 0;
}

.objective-center p .objective-arrow:before {
  width: 278px;
  bottom: 0;
  left: 11px;
}

.objective-center p {
  width: 70%;
  margin: auto;
}
.objective-center p:first-child {
  will-change: transform;
  transform: translate(0, -40px);
}
.objective-center p:first-child .objective-arrow {
  margin: auto;
  will-change: transform;
  transform: translate(0, 12px) rotate(88deg);
}

.follow2,
.follow6,
.objective-center p:last-child {
  will-change: transform;
  transform: translate(0, 90px);
}

.objective-center p:last-child .objective-arrow {
  margin: auto;
  will-change: transform;
  transform: translate(0, -162px) rotate(270deg);
}

.gurus-box .guru-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 4px;
  border: 2px solid #2792b2;
  margin: auto auto 20px;
  display: block;
  background-color: #fff;
  animation: 2s infinite pulse-animation;
  transition: 0.5s;
}

.follow {
  position: relative;
  margin-bottom: 20px;
}

.follow.follow1,
.follow.follow2,
.follow.follow3,
.follow.follow4 {
  margin-bottom: 160px;
}

.follow4,
.follow8 {
  will-change: transform;
  transform: translate(0, 105px);
}

.dashed {
  stroke-dasharray: 9;
  stroke-width: 10;
}

.line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: 5s linear infinite forwards dash;
}

.arrow {
  opacity: 0;
  animation: 0.2s 1.55s forwards show;
  pointer-events: none;
}

.guru-arrow {
  position: absolute;
  top: 53px;
  right: -82px;
  left: auto;
}
.guru-arrow svg {
  width: 100%;
  height: 148px;
}

.follow2 .guru-arrow {
  will-change: transform;
  transform: rotateX(180deg);
  top: -58px;
}

.follow8 .guru-arrow {
  top: -82%;
  right: -43px;
  will-change: transform;
  transform: rotateZ(83deg);
}
.follow8 .guru-arrow svg {
  height: 190px;
}

.follow4 .guru-arrow {
  top: 46%;
  right: -110px;
}
.follow4 .guru-arrow svg {
  height: 205px;
}

.follow5 .guru-arrow {
  will-change: transform;
  transform: rotate(180deg);
  right: -44%;
}

.follow6 .guru-arrow {
  will-change: transform;
  transform: rotateZ(126deg);
  top: -17%;
  right: -51%;
}

.follow7 .guru-arrow {
  will-change: transform;
  transform: rotate(179deg);
  right: -44%;
}

.follow .guru-name {
  font-size: 17px;
  font-weight: 600;
  color: #2792b2;
  margin-bottom: 5px;
}

.full-course .accordion a {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000;
  width: 100%;
  margin-bottom: 7px;
  padding: 1rem 3rem 1rem 3.8rem;
  font-weight: 600;
  border-bottom: 1px dashed #000;
}
.full-course .accordion a:before {
  position: absolute;
  font-family: Ionicons;
  content: "\f357";
  left: 20px;
  font-size: 26px;
  top: 10px;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #2792b2;
}

.accordion a:hover::after {
  border: 1px solid #2792b2;
}

.accordion a.active {
  color: #2792b2;
  border-bottom: 1px solid #2792b2;
}

.full-course.alt:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/guruji-bg.png);
  background-size: contain;
  top: 0;
  left: 0;
  z-index: -1;
}

.accordion a::after {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 1rem;
  color: #000;
  padding: 5px;
  width: 30px;
  height: 30px;
  font-family: Ionicons;
  content: "\f489";
  font-weight: 900;
  font-size: 17px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #000;
}

.full-course .table-heading span {
  font-size: 17px;
  font-weight: 800;
}

.desc-image-iframe,
.full-course .course-review {
  padding: 3px;
  background-color: #2792b2;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion a.active::after {
  content: "\f462";
  color: #ea447b;
  border: 1px solid #ea447b;
}

.full-course .course-review {
  width: 100%;
  height: 220px;
  margin-bottom: 5px;
}

.accordion .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

.full-course .accordion {
  width: 92%;
}

.full-course .temp-location-slider img {
  height: 200px;
  transition: 0.3s;
}
.full-course .temp-location-slider img:hover {
  transition: 0.3s;
  will-change: transform;
  transform: scale(1.06);
}

.gallery-wrap img {
  width: 100%;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}

.desc-image-iframe {
  border: 0;
  width: 100%;
  height: 380px;
}

.book-box:before,
.book-image {
  border: 2px solid #2792b2;
  width: 100%;
}

.full-course .desc-image:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(../images/image-leaf1.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: auto;
  z-index: -1;
  bottom: 25px;
  left: -56px;
  will-change: transform;
  transform: rotate(100deg);
}

.full-course .desc-image:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(../images/image-leaf.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: auto;
  top: 0;
  z-index: -1;
  right: -70px;
  will-change: transform;
  transform: rotate(-85deg);
}

.full-course .gallery-wrap .desc-image:before {
  width: 100px;
  height: 100px;
  top: -45px;
  right: -32px;
  will-change: transform;
  transform: rotate(-87deg);
}

.full-course .gallery-wrap .desc-image:after {
  width: 100px;
  height: 100px;
  bottom: 5px;
  left: -68px;
  top: auto;
  will-change: transform;
  transform: rotate(98deg);
}

.dates-extended-head {
  background-color: #2792b2;
}
.dates-extended-head .dates-extend-heading {
  color: #fff;
}

.gallery-wrap .lightbox {
  box-shadow: none;
}

.book-box {
  width: 245px;
  position: relative;
}
.book-box:before {
  position: absolute;
  content: "";
  height: 96%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

.book-image {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.book-name {
  padding: 0px 38px;
  margin-bottom: 5px;
  line-height: normal;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 12px;
}

.accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
}

.pop-up {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6588235294);
  top: 0;
  z-index: 9999;
  display: none;
  left: 0;
}

.pop-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #2792b2;
  color: #fff;
  width: 25px;
  cursor: pointer;
  height: 25px;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  z-index: 999;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
}

.pop-up-box {
  width: 75%;
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}

.pop-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 15px;
}
.pop-heading:hover:before {
  transition: 0.3s;
  width: 130px;
}
.pop-heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #2792b2;
  transition: 0.3s;
}

.holi-decoration {
  position: absolute;
  right: 40px;
  top: 0;
  width: 150px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.holi-side-image {
  position: absolute;
  bottom: -25px;
  right: -45px;
  width: 380px;
  height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(2px 4px 6px #333);
}

.pop-course-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.pop-coupon-box strong {
  color: #fff;
  margin-right: 15px;
}

.coupon-button .tooltiptext,
.pop-coupon-box .tooltiptext {
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  display: none;
  transition: opacity 0.3s;
}

.christmas .coupon-button,
.pop-coupon-box .coupon-button,
.pop-coupon-wrap {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.christmas-coupon-wrap,
.pop-coupon-box {
  display: inline-block;
  margin-bottom: 8px;
  background-color: #fff;
  padding: 5px 15px 5px 8px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 0 5px 0 #cbcbcb;
  border: 2px dashed #2792b2;
  overflow: hidden;
}

.christmas-coupon-wrap strong,
.pop-coupon-wrap strong {
  position: relative;
  z-index: 9;
  color: #fff;
  font-weight: 900;
  padding-right: 15px;
  margin-right: 10px;
}

.christmas-coupon-wrap strong:before,
.pop-coupon-wrap strong:before {
  position: absolute;
  content: "";
  left: -25px;
  width: calc(100% + 25px);
  height: calc(100% + 15px);
  top: -7px;
  z-index: -1;
  background-color: #2792b2;
  will-change: transform;
  transform: skewX(-20deg);
}

.coupon-button .tooltiptext::after,
.pop-coupon-wrap .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent;
}

#about-description .online-teacher,
#about-description .schedule-subject {
  display: block;
  width: 100%;
  background-color: #2792b2;
  color: #fff;
  position: static;
  padding: 0 0 0 5px;
}

.pop-up .theme-button {
  font-size: 14px;
  padding: 5px 20px;
  margin-right: 8px;
}

.pop-course-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}

.pop-course-box {
  width: 48%;
  margin-bottom: 40px;
}

@keyframes slideInDown {
  0% {
    will-change: transform;
    transform: translateY(-3%);
    visibility: visible;
  }
  100% {
    will-change: transform;
    transform: translateY(0);
  }
}
.shake {
  animation-name: shake;
  animation-duration: 10s;
  animation-fill-mode: both;
}

@keyframes shake {
  0%, 100% {
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    will-change: transform;
    transform: translate3d(-50px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    will-change: transform;
    transform: translate3d(50px, 0, 0);
  }
}
@keyframes smoothScroll {
  0% {
    will-change: transform;
    transform: translateY(-40px);
  }
  100% {
    will-change: transform;
    transform: translateY(0);
  }
}
@keyframes rotation {
  from {
    -webkit-will-change: transform;
    transform: rotateY(0);
  }
  to {
    -webkit-will-change: transform;
    transform: rotateY(359deg);
  }
}
@keyframes rotation-chakra {
  from {
    -webkit-will-change: transform;
    transform: rotate(0);
  }
  to {
    -webkit-will-change: transform;
    transform: rotate(359deg);
  }
}
@keyframes tada {
  0%, 100% {
    will-change: transform;
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    will-change: transform;
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    will-change: transform;
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    will-change: transform;
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 #e79a5d;
  }
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes pulse-animation-whatsapp {
  0% {
    box-shadow: 0 0 0 0 #30be3a;
  }
  100% {
    box-shadow: 0 0 0 14px transparent;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.icon-list.cc2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.icon-list.cc2 li {
  padding-left: 30px;
  display: inline-block;
  width: 100%;
}
.icon-list.cc2 li:before {
  left: 0;
}

.para-sub-heading {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  font-family: Caudex, serif;
  background-color: #f9f9f9;
  box-shadow: 0 0 5px 0 #e7e7e7;
  padding: 8px 15px;
}

.location-choose-image,
.location-iframe {
  box-shadow: 0 5px 8px 3px #d8d8d8;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-chakra {
  width: 135px;
  height: 135px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-left: auto;
}

.location-iframe {
  margin: 20px 0 18px;
  height: 400px;
  border: 2px solid #2792b2;
  padding: 4px;
  background-color: #fff;
}

.location-choose-image {
  height: 380px;
  border-radius: 5px;
  border: 4px solid #2792b2;
}

.accommodation-img.location-sya {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  border: 2px solid #2792b2;
  padding: 3px;
}

.location-sya-accommodation-wrap .lightbox {
  width: 32.5%;
  margin: 5px 0;
  box-shadow: 2px 2px 6px 0 #d5d5d5;
  border-radius: 5px;
}

.important-highlight-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  background-color: #f2f9fb;
  border: 2px solid #2792b2;
  justify-content: center;
  align-items: center;
  margin: auto auto 12px;
}

.important-highlight-text {
  text-align: center;
  font-weight: 500;
}

.important-highlight-icon-wrap svg {
  width: 55%;
  height: 55%;
  -o-object-fit: contain;
     object-fit: contain;
}

.important-highlight-box {
  width: 32%;
}

.dates-extended-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1803921569);
  padding: 8px 0;
}

.dates-extend-date-count,
.dates-extend-price-count {
  display: block;
  text-align: center;
}

.dates-extend-booking-wrap,
.dates-extend-date-wrap,
.dates-extend-price-wrap {
  padding: 8px 10px;
  margin-bottom: 0;
  text-align: center;
}

.dates-extend-date-wrap {
  width: 25%;
  position: relative;
}

.dates-extend-date-wrap:before,
.dates-extend-price-wrap:before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  width: 1px;
  bottom: 0;
  height: 95%;
  border-right: 1px dashed rgba(0, 0, 0, 0.1803921569);
  margin: auto;
  top: 0;
}

.dates-extend-booking-wrap {
  width: 20%;
}

.dates-extend-date-count {
  font-weight: 500;
}

.dates-extend-price-wrap {
  width: 55%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dates-extend-availability,
.dates-extend-room-type {
  background-color: #fff;
  border: 1px dashed #2792b2;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 6px;
  margin-top: 5px;
  color: #2792b2;
  display: inline-block;
}

.dates-extend-price-count del {
  font-size: 13px;
  margin-left: 5px;
  font-weight: 400;
  color: #afafaf;
}

.dates-extend-price-count strong {
  font-size: 11px;
  display: block;
  color: #2792b2;
}

.dates-extend-heading {
  display: block;
  width: 100%;
  font-size: 17px;
  text-align: center;
  color: #000;
  font-weight: 700;
}

.dates-extended-wrap {
  box-shadow: 0 0 5px 0 #ddd;
  background-color: #fff;
}

.dates-extended-head .dates-extend-date-wrap:before,
.dates-extended-head .dates-extend-price-wrap:before {
  border-color: #fff;
}

.dates-extended-wrap .theme-button {
  font-size: 14px;
  padding: 5px 14px;
}

.price-duration-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 15px 20px;
  position: relative;
  z-index: 9;
}
.price-duration-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #000000;
  z-index: -1;
}

.review-sya-iframe,
.sidebar-sya-iframe {
  border: 2px solid #2792b2;
  padding: 4px;
  background-color: #fff;
}

.price-duration-box {
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
}

.course-box .price-duration-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}

.yttc-courses-slider {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.yttc-courses-slider .course-box {
  margin: 5px 15px;
}

.sya-yoga-alliance {
  width: 100%;
  height: 340px;
  -o-object-fit: contain;
     object-fit: contain;
}

.review-sya-iframe {
  width: 100%;
  height: 175px;
}

.sidebar-sya-iframe {
  width: 100%;
  height: 180px;
}

.dates-extended-wrap.five-price-col .dates-extend-booking-wrap,
.dates-extended-wrap.five-price-col .dates-extend-date-wrap {
  width: 15%;
}

.dates-extended-wrap.five-price-col .dates-extend-price-wrap {
  width: 70%;
}

.dates-extended-wrap.five-price-col .dates-extend-price-count {
  width: 18%;
}

.offcanvas.offcanvas-end {
  z-index: 9999;
}

.slider-next,
.slider-previous {
  width: 34px;
  height: 30px;
  display: none;
  justify-content: center;
  align-items: center;
  border: 1px solid #2792b2;
  cursor: pointer;
  background-color: #fff;
}

.slider-arrows {
  width: 65%;
  height: 65%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-arrows-wrap {
  text-align: right;
  margin-bottom: 20px;
}

.dates-extended-wrap.two-price-col .dates-extend-price-count {
  width: 50%;
}

.notavailable {
  position: relative;
  z-index: 9;
}
.notavailable:after {
  position: absolute;
  content: "Not Available";
  left: 0;
  width: 99%;
  display: flex !important;
  height: 100%;
  border: none !important;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  align-items: center;
}

.dates-extended-wrap.three-price-table .dates-extend-price-count {
  width: 33.3%;
}

.dates-extended-wrap.two-price-table .dates-extend-price-count {
  width: 50%;
}

.floating-button.theme-button {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 999;
}

.payrq {
  width: auto;
  height: 350px;
  margin-bottom: 30px;
}

.modal-body .payrq {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.footer-menu.ya-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.contact-info-wrap {
  border-left: 1px solid #2792b2;
}

#online-page-samadhi .online-fix-button .contact-strip-heading {
  color: #000 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  background-color: transparent !important;
}

#great-gurus {
  overflow: hidden;
}

#yttc-meaning, #retreat-description, #about-description, #online-section-another {
  overflow: hidden !important;
}

@media (max-width: 1400px) {
  .rewamp-banner-image-box1 .rewamp-banner-image-box, .rewamp-banner-image-box3 .rewamp-banner-image-box {
    height: 170px !important;
  }
  .rewamp-banner-image-box2 .rewamp-banner-image-box {
    height: 353px !important;
  }
  .yttc-highlight-points-box {
    width: 32.5% !important;
  }
  .calender-price {
    font-size: 18px;
  }
  .desc-image.main-video {
    width: 90%;
    height: 540px;
  }
  .dates-extend-availability,
  .dates-extend-room-type {
    font-size: 10px;
    padding: 4px 7px;
  }
  #contact-strip .pdf-side-image,
  #contact-strip-new .pdf-side-image,
  #pdf-form .pdf-side-image,
  .mobile-image {
    width: 25%;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
    margin: 0 9px;
  }
  .contact-box-wrap {
    width: 90%;
  }
  #get-in-touch .sub-heading {
    font-size: 26px;
  }
  .dates p span.book {
    width: 17%;
  }
  .page-banner-heading {
    font-size: 40px !important;
  }
  .banner-image img {
    height: 65vh;
  }
  .banner-image .chakra-lazy {
    width: 100%;
    height: 100%;
    top: 42px;
    left: -32px;
    background-size: 100% 100%;
  }
  .banner-bottom-text {
    font-size: 16px;
  }
  .home-banner .banner-top-text {
    font-size: 28px;
  }
  .home-banner .banner-mid-text {
    font-size: 42px;
  }
  .home-banner .theme-button {
    font-size: 16px;
    padding: 7px 25px;
  }
  .home-banner .row.h-100.align-items-center {
    margin-top: 45px;
  }
  .limit-off {
    width: 93px;
    height: 80px;
    padding: 15px 15px 0;
  }
  .contact-strip-heading {
    font-size: 34px;
  }
  .calender-box {
    padding: 0 20px;
  }
  .pop-up-box {
    width: 80%;
  }
}
@media (max-width: 1366px) {
  .desktop-syllabus .icon-list {
    -moz-column-count: 2;
         column-count: 2;
  }
  .desc-image-iframe {
    height: 455px;
  }
  .full-course .desc-image:before {
    width: 105px;
    height: 105px;
    bottom: -43px;
    right: -30px;
  }
  .full-course .desc-image:after {
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 1200px) {
  .students-online-review-box {
    width: 49% !important;
  }
  .book-box {
    display: block !important;
    margin: auto !important;
  }
  .after-course-box {
    width: 49% !important;
    margin-bottom: 20px !important;
  }
  .accommodation-image {
    height: 140px !important;
    margin-bottom: 8px !important;
  }
  .accommodation-image-text {
    margin-bottom: 8px !important;
  }
  .why-choose-us-box {
    width: 49% !important;
    margin: 7px 0 !important;
    padding: 18px 150px 18px 22px !important;
    border-left: 2px solid #2792b2 !important;
  }
  .why-choose-us-box {
    width: 100% !important;
  }
  .why-choose-us-heading {
    font-size: 16px !important;
    text-align: left !important;
  }
  .sya-yoga-teacher-content {
    width: 70% !important;
    padding-right: 12px !important;
    padding-left: 0px !important;
  }
  .testimonial-star-wrap {
    width: 100% !important;
  }
  .sya-yoga-teacher {
    width: 28% !important;
    height: 575px !important;
  }
  .testimonial-box .quote {
    width: 50px;
    height: 50px;
    bottom: -28px;
    right: 20px;
    box-shadow: none;
  }
  .testimonial-box {
    margin: 35px 1px 30px 1px !important;
  }
  .dates-extended-wrap.three-price-table .dates-extend-price-wrap .dates-extend-price-count:first-child {
    width: 100%;
  }
  .rewamp-banner-image-box1 .rewamp-banner-image-box, .rewamp-banner-image-box3 .rewamp-banner-image-box {
    height: 145px !important;
  }
  .rewamp-banner-image-box2 .rewamp-banner-image-box {
    height: 305px !important;
  }
  .contact-strip-heading {
    font-size: 24px;
  }
  .dates-extended-wrap.three-price-table .dates-extend-price-count {
    width: 50%;
  }
  #home-events .desc-image .event-image {
    height: 400px;
    margin-bottom: 30px;
  }
  .testimonial-girl-image {
    height: 320px;
    margin: auto;
  }
  .dates-extended-wrap.five-price-col .dates-extend-price-count:nth-child(4):before {
    display: block;
  }
  .dates-extend-price-count:nth-last-child(-n+2):before,
  .dates-extend-price-wrap:before,
  .dates-extended-head,
  .offcanvas .accordion a::after,
  .offcanvas .accordion-button:before {
    display: none;
  }
  .offcanvas-header {
    background-color: #fff;
    border-bottom: 2px solid #2792b2;
  }
  .offcanvas .nav-link {
    font-weight: 500;
    padding: 15px;
    font-size: 15px;
    background-color: transparent;
    border-bottom: 1px dashed #000;
  }
  .offcanvas .accordion-header {
    border: none;
  }
  .offcanvas .accordion-button::after {
    width: 15px;
    background-size: contain;
    height: 15px;
  }
  .offcanvas .nav-link.inner {
    font-size: 14px;
    padding: 6px 15px;
  }
  .offcanvas .accordion-body {
    padding: 0 0 20px 15px;
  }
  .mobile-menu-logo-wrap {
    display: block;
    width: 160px;
    height: 58px;
  }
  .mobile-logo {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
  .desc-image.main-video {
    height: 470px;
  }
  .dates-extend-date-wrap,
  .dates-extend-price-wrap,
  .dates-extended-wrap.five-price-col .dates-extend-booking-wrap,
  .dates-extended-wrap.five-price-col .dates-extend-date-wrap,
  .dates-extended-wrap.five-price-col .dates-extend-price-count:last-child,
  .dates-extended-wrap.five-price-col .dates-extend-price-wrap,
  .full-course .accordion {
    width: 100%;
  }
  .dates-extended-wrap.five-price-col .dates-extend-price-count {
    width: 50%;
  }
  .dates-extend-date-wrap:before,
  .dates-extend-price-count:before {
    left: 0;
    right: 0;
    height: 2px;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1803921569);
    top: auto;
  }
  .dates-extended-box {
    width: 49%;
    box-shadow: 0 0 5px 0 #ddd;
    margin: 18px 0;
    border: 2px dashed rgba(0, 0, 0, 0.1803921569);
  }
  .dates-extended-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .dates-extended-wrap {
    box-shadow: none;
  }
  .dates-extend-price-count {
    width: 50%;
    position: relative;
    height: 100%;
    padding: 15px 0;
  }
  .dates-extend-price-count:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 95%;
  }
  .dates-extended-body .dates-extend-room-type {
    display: block;
    margin-left: auto;
    width: 75%;
    margin-right: auto;
  }
  .dates-extend-booking-wrap {
    width: 100%;
    margin-bottom: -30px;
  }
  .dates-extend-date-wrap:before {
    width: 95%;
    border-right: none;
  }
  .icon-list.cc2 li:before {
    left: 16px;
  }
  .icon-list.cc2 li {
    padding-left: 45px;
  }
  .icon-list.cc2 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .coupon-box {
    width: 55%;
    background-size: 225% 180%;
    background-repeat: no-repeat;
  }
  nav {
    padding: 0 10px;
  }
  .desc-image:before {
    width: 120px;
  }
  .desc-image:after {
    width: 120px;
    left: -54px;
  }
  .page-banner-heading {
    font-size: 35px !important;
  }
  .sub-heading {
    font-size: 25px !important;
  }
  .navbar-nav .nav-link {
    margin: 0 5px;
  }
  .home-banner .banner-image .chakra-lazy {
    left: 20px;
    width: 80%;
  }
  .desc-image-iframe {
    height: 395px;
  }
  .holi-side-image {
    width: 330px;
  }
  .pop-course-heading {
    font-size: 17px;
  }
  .pop-coupon-box {
    font-size: 13px;
  }
  .pop-up .theme-button {
    font-size: 13px;
    padding: 5px 16px;
  }
}
@media (min-width: 1025px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    animation: 1s forwards slideInDown;
    margin-top: 0;
  }
  .dropdown-list:hover > .sub-menu {
    display: block;
  }
}
@media (max-width: 1024px) {
  #home-events .desc-image:before {
    top: -38px;
    width: 70px;
    height: 70px;
    right: 3px;
    will-change: transform;
    transform: rotate(-81deg);
  }
  #home-events .desc-image:after {
    bottom: -6px;
    left: 12px;
    width: 70px;
    height: 70px;
  }
  #home-events .desc-image {
    width: 100%;
    margin: 20px 0;
  }
  .navbar-toggler,
  .navbar-toggler:hover {
    box-shadow: none;
  }
  .follow4 .guru-arrow {
    display: none;
  }
  .workshop-link-box {
    width: 30%;
    margin-bottom: 20px;
  }
  .go2,
  .o2 {
    order: 2;
  }
  .enroll-form .enroll-form-wrap {
    width: 85%;
  }
  .contact-box-wrap .footer-list.contact a {
    word-break: break-word;
  }
  .sub-heading {
    font-size: 22px !important;
  }
  .desc-image img {
    height: 350px;
  }
  .follow-us-box .social-media a {
    font-size: 25px !important;
  }
  .more-link-box {
    padding: 40px 8px 30px;
  }
  .description-box:before {
    right: -11%;
  }
  .more-link-box:after,
  .more-link-box:before {
    width: 65px;
    height: 65px;
  }
  #footer .footer-heading {
    margin-top: 30px;
  }
  .city-wrap {
    justify-content: center;
  }
  .portfolio-item .item {
    width: 50%;
    padding: 0 5px;
  }
  .home-banner {
    height: 100vh;
  }
  .home-banner .banner-mid-text {
    font-size: 40px;
  }
  .home-banner .banner-top-text {
    font-size: 30px;
  }
  .home-banner .banner-image .chakra-lazy {
    left: -15px;
  }
  .home-banner .banner-image img {
    height: 67vh;
  }
  .navbar-toggler {
    z-index: 999;
  }
  .navbar-toggler-icon {
    background-image: url(../images/hamburger-close.svg);
    transition: 0.3s;
  }
  .navbar-toggler-icon.open {
    will-change: transform;
    transform: rotate(180deg);
    transition: 0.3s;
    background-image: url(../images/hamburger-open.svg);
  }
  .dropdown-list .sub-menu {
    position: relative;
    left: 0;
  }
  .benefit-image {
    width: 90%;
    height: 440px;
  }
  .objective-list.right p:last-child .objective-arrow {
    will-change: transform;
    transform: translate(-26px, -84px) rotate(-140deg);
  }
  .objective-center p:last-child .objective-arrow {
    margin: auto;
    will-change: transform;
    transform: translate(0, -185px) rotate(269deg);
  }
  .full-course .more-link-box {
    width: 95%;
    padding: 50px 25px 50px 18px;
  }
  .gallery-wrap {
    width: 95%;
  }
  .follow {
    width: 85%;
    margin: 40px auto;
    margin-bottom: 100px !important;
  }
  .guru-arrow svg {
    width: 100%;
    height: 145px !important;
  }
  .guru-arrow {
    top: 65px;
    right: -108px;
    left: auto;
  }
  .follow2 .guru-arrow {
    will-change: transform;
    transform: rotateY(180deg);
    top: 201px;
    right: auto;
    left: -135px;
  }
  .follow3 .guru-arrow {
    top: 70px;
    right: -37%;
    left: auto;
  }
  .go1 {
    order: 1;
  }
  .go3 {
    order: 3;
  }
  .go4 {
    order: 4;
  }
  .follow8 {
    will-change: transform;
    transform: translate(0, 0);
  }
  .follow7 {
    will-change: transform;
    transform: translate(0, 140px);
  }
  .follow7 .guru-arrow {
    will-change: transform;
    transform: rotate(-12deg);
    right: auto;
    left: -41%;
    top: 12%;
  }
  .follow8 .guru-arrow {
    top: -82px;
    right: -99px;
    will-change: transform;
    transform: rotateY(180deg);
  }
  .follow6 {
    will-change: transform;
    transform: translate(0, 30px);
  }
  .follow5 {
    will-change: transform;
    transform: translate(0, 160px);
  }
  .follow6 .guru-arrow {
    will-change: transform;
    transform: rotateZ(126deg);
    top: -60px;
    right: -150px;
  }
  .follow5 .guru-arrow {
    will-change: transform;
    transform: rotate(0);
    right: auto;
    left: -38%;
    top: 0;
  }
}
@media (max-width: 991px) {
  .contact-info-wrap {
    border-left: none !important;
  }
  #rules-regulation .video-wrap-box {
    width: 100% !important;
  }
  .accommodation-image-lightbox {
    width: 49% !important;
    margin-bottom: 15px !important;
  }
  .accommodation-image {
    height: 200px !important;
  }
  .time-schedule.mb-0 {
    margin-bottom: 25px !important;
  }
  .portfolio-menu ul li {
    margin: 3px 5px !important;
    padding: 5px 18px !important;
  }
  .sya-yoga-teacher {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
  }
  .footer-menu.ya-logo {
    display: block;
  }
  .sya-yoga-teacher-content {
    width: 100% !important;
    padding: 0px 15px 20px !important;
  }
  .sya-white-divider-box {
    width: 100% !important;
    margin: 25px 0 !important;
  }
  .yttc-highlight-points-text {
    padding: 5px 8px !important;
    font-size: 12px !important;
  }
  .yttc-highlight-points-icon {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    margin-bottom: 1px;
  }
  .rewamp-banner-image-box1 .rewamp-banner-image-box, .rewamp-banner-image-box3 .rewamp-banner-image-box {
    height: 110px !important;
  }
  .rewamp-banner-image-box2 .rewamp-banner-image-box {
    height: 232px !important;
  }
  #mobile-banner .row.h-100.align-items-center {
    margin-top: 0;
  }
  .page-banner-heading {
    font-size: 26px !important;
  }
  .page-banner-mini-text {
    font-size: 14px;
  }
  .testimonial-girl-image {
    margin: 40px auto 0;
  }
  .mobile-course-slider,
  .mobile-objective,
  .mobile-syllabus {
    display: block;
  }
  #desktop-banner,
  .course-highlight .contact-box,
  .course-highlight .follow-us-box,
  .course-highlight .more-link-box.common,
  .description-box:before,
  .desktop-course-slider,
  .desktop-objective,
  .desktop-syllabus,
  .destop-banner-image,
  .full-course .dates .table-heading,
  .home-banner .banner-image img {
    display: none;
  }
  .desc-image.main-video {
    height: 385px;
    width: 100%;
    padding: 7px;
  }
  .course-box {
    margin: 5px 12px;
  }
  .course-box img {
    height: 210px;
  }
  .course-box-content:before {
    left: -1px;
    width: 51%;
  }
  .course-box-heading {
    font-size: 18px;
    margin-top: -4px;
  }
  .course-box .price-duration-icon {
    width: 25px;
    height: 25px;
  }
  .course-box-link {
    padding: 5px 15px;
    font-size: 14px;
  }
  .important-highlight-box {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
  }
  .home-banner .banner-mid-text {
    justify-content: center;
  }
  .important-highlight-icon-wrap {
    margin: 9px 20px 9px 0;
  }
  .important-highlight-text {
    margin-bottom: 0;
  }
  .home-banner .banner-mobile-image:after,
  .home-banner .banner-mobile-image:before {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    position: absolute;
    content: "";
  }
  .dates p span,
  .home-banner h2,
  .home-banner p {
    text-align: center;
  }
  #mobile-banner {
    display: block;
    height: 100vh;
    background-image: url("../images/sya-mobile-yttc-banner.jpg");
  }
  .description-box,
  .enroll-form .enroll-form-wrap,
  .parallel-section {
    width: 100%;
  }
  .enroll-form .enroll-form-wrap:before {
    top: -85px;
    right: -63%;
    will-change: transform;
    transform: rotate(-75deg);
  }
  .enroll-form .enroll-form-wrap:after {
    left: -63%;
  }
  #about-description iframe {
    height: 250px !important;
    margin-bottom: 15px;
  }
  .home-banner .cloud-left,
  .home-banner .cloud-right {
    height: 130px;
  }
  .home-banner .banner-mobile-image:after {
    left: 0;
    width: 40%;
    height: 70%;
    background-image: url(../images/home-banner.png);
    opacity: 0.05;
    right: -51px;
    bottom: 35px;
    z-index: 2;
  }
  .home-banner .banner-mobile-image:before {
    left: 0;
    width: 75%;
    height: 100%;
    background-image: url(../images/banner-chakra.png);
    opacity: 0.1;
    right: 0;
    z-index: 0;
    animation: 20s linear infinite rotation-chakra;
  }
  .charity-box {
    width: 80%;
    margin: auto auto 30px;
  }
  .samadhi-retreat-image {
    margin-top: 55px;
  }
  .blog-post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .blog-post-list .post-box {
    width: 45%;
  }
  .blog-post-list .post-box.border-0 {
    border-bottom: 1px dashed #2792b2 !important;
  }
  #about-description {
    overflow: hidden;
  }
  .full-course .desc-image {
    width: 100%;
    margin: 35px 0;
  }
  .parallel-section.ms-auto,
  .rys-logo {
    margin-top: 40px;
  }
  .full-course .more-link-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .icon-list.flex li {
    width: 50%;
  }
  .objective-arrow {
    margin-left: -25px;
    will-change: transform;
    transform: none !important;
  }
  .objective-box-mobile {
    position: relative;
    padding-left: 45px;
  }
  .objective-box-mobile:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: 4px solid #2792b2;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
  }
  .objective-box-mobile:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 240px;
    top: -55px;
    bottom: 0;
    background-color: #2792b2;
    left: 6px;
    z-index: -1;
  }
  .objective-box-mobile p {
    margin-bottom: 30px;
    background-color: transparent;
    background-image: linear-gradient(rgba(232, 232, 232, 0.2392156863), rgba(232, 232, 232, 0.2392156863)), url(images/pattern-bg.png);
    padding: 25px;
    border-radius: 15px;
    background-size: 15%;
    position: relative;
    box-shadow: 0 0 5px 0 #c3c3c3;
  }
  .objective-box-mobile p:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-color: #fafafa;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -14px;
    border-left: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
    will-change: transform;
    transform: rotate(45deg);
  }
  .video-wrap-box {
    width: 85%;
    margin: auto;
  }
  .full-course .gallery-wrap .desc-image {
    margin: 0;
  }
  .gallery-wrap {
    width: 100%;
    margin-top: 50px;
  }
  .book-box {
    margin: auto;
  }
  .full-course .dates {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: none;
  }
  .full-course .dates p {
    display: block;
    margin-bottom: 18px;
    width: 49%;
    text-align: center;
    background-color: #fff;
    border: 1px dashed #2792b2;
    padding: 15px;
  }
  .dates p span {
    width: 100% !important;
    display: block;
  }
  .holi-side-image {
    height: 200px;
  }
  .holi-decoration {
    width: 114px;
    height: 114px;
  }
  .pop-course-wrap {
    display: block;
    width: 90%;
  }
  .pop-course-box {
    margin: 15px 10px;
  }
}
.christmas-heading:before,
.christmas-pop:before {
  position: absolute;
  background-size: 100% 100%;
  content: "";
}

.christmas .theme-button,
.christmas .theme-button:hover {
  box-shadow: 2px 3px 1px 0 #1e641b;
  font-size: 14px;
  border: 2px solid #2e8b29;
}

@media (max-width: 768px) {
  .students-online-review-box {
    width: 100% !important;
  }
  .online-teacher-box .online-teacher-image {
    width: 95% !important;
    margin: auto !important;
    transform: translate(0px, -21px) !important;
  }
  .online-teacher-box .online-teacher-image img {
    height: 390px !important;
    -o-object-position: 100% 45% !important;
       object-position: 100% 45% !important;
  }
  .online-teacher-box {
    display: block !important;
    margin: 0px 0px 50px !important;
  }
  .online-teacher-box .online-teacher-info {
    padding: 0px 20px 15px 20px !important;
  }
  #rules-regulation .sya-white-divider-box-content {
    width: 90% !important;
  }
  .faqs-outter-box {
    padding: 0px 15px !important;
  }
  .faqs-box-wrap {
    padding: 15px 10px !important;
    margin: 22px 0 !important;
  }
  .accordion-button:before {
    left: 10px !important;
    font-size: 18px !important;
    top: 15px !important;
  }
  .accordion-button {
    padding-left: 30px !important;
    font-size: 15px !important;
    padding-right: 20px !important;
  }
  .accordion-button:after {
    width: 15px !important;
    height: 15px !important;
    background-size: contain !important;
    margin-right: -16px !important;
  }
  .sya-yoga-teacher-heading {
    font-size: 17px !important;
  }
  .testimonial-star-text {
    font-size: 15px !important;
  }
  .testimonial-star-content {
    padding: 20px 18px 26px !important;
    margin-top: -50px !important;
  }
  .testimonial-star-heading {
    font-size: 18px !important;
    width: 100% !important;
    margin: auto auto 15px !important;
  }
  .testimonial-star-count {
    font-size: 38px !important;
  }
  .testimonial-star-outof {
    font-size: 12px !important;
  }
  .testimonial-star-five {
    height: 20px !important;
  }
  .footer-list {
    padding-left: 0 !important;
  }
  #footer .text-center {
    text-align: left !important;
  }
  #sya-footer .social-media.justify-content-center {
    justify-content: left !important;
  }
  .desc-image.about-us {
    width: 100% !important;
  }
  .desc-image img {
    height: 275px !important;
  }
  .sub-heading {
    font-size: 24px !important;
  }
  .highlight-points-box {
    width: 49% !important;
    margin-bottom: 8px !important;
  }
  .sya-white-divider-box {
    width: 100%;
    margin-top: 20px;
  }
  .yttc-highlight-points-box {
    width: 100% !important;
    margin: 5px 0;
  }
  .yttc-highlight-points-wrap {
    margin-top: 10px;
  }
  .rewamp-banner-image-box1, .rewamp-banner-image-box3 {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
  }
  .rewamp-banner-image-box2 .rewamp-banner-image-box {
    height: 260px !important;
    margin-bottom: 11px;
  }
  .rewamp-banner-image-box1 .rewamp-banner-image-box, .rewamp-banner-image-box3 .rewamp-banner-image-box {
    height: 140px !important;
    width: 48.9% !important;
  }
  .rewamp-banner-image-box2 {
    width: 100% !important;
  }
  .sya-yoga-allianceimage {
    height: 70px;
  }
  .desc-image.main-video {
    height: 290px;
  }
  .important-highlight-box {
    display: block;
  }
  .important-highlight-icon-wrap {
    margin: 28px auto 10px;
  }
  .location-sya-accommodation-wrap .lightbox {
    width: 49.5%;
  }
  .iti {
    height: auto;
  }
  .online-course-fix-footer {
    justify-content: center;
    width: 90%;
    margin: auto;
  }
  #online-page-samadhi .contact-strip-heading {
    display: none;
  }
  .enroll-form .enroll-form-wrap:before {
    top: -103px;
    right: 0;
    will-change: transform;
    transform: rotate(-92deg);
    height: 200px;
  }
  .enroll-form .enroll-form-wrap:after {
    left: 0;
    bottom: -108px;
    height: 200px;
  }
  .birthdaty-pop-detail {
    width: 85%;
    padding: 40px 20px 10px;
  }
  .birthday-pop-heading {
    font-size: 23px;
  }
  .birthday-guru-ji {
    width: 210px;
    height: 287px;
  }
  .birthday-course-name {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .enroll-form .enroll-form-wrap {
    padding: 60px 25px 30px !important;
  }
  .enroll-form .enroll-form-wrap:before {
    top: -90px !important;
    height: 50px !important;
  }
  .enroll-form .enroll-form-wrap:after {
    bottom: -85px !important;
    height: 50px !important;
  }
  #about-description .testimonial-text {
    padding: 20px 20px 20px 20px !important;
  }
  #page-banner {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
  }
  .page-banner-heading {
    font-size: 24px !important;
  }
  .breadcrumb-item {
    font-weight: 700;
    font-size: 12px;
  }
  .sub-heading.para {
    font-size: 18px;
  }
  .yttc-courses-slider .course-box {
    margin: 2px 1px;
  }
  #home-about,
  .full-course.book {
    overflow: hidden;
  }
  .testimonial-info {
    border-bottom: 2px solid #2792b2;
    border-right: none;
  }
  .testimonial-info:before {
    will-change: transform;
    transform: rotate(134deg);
  }
  .notes {
    width: 95%;
    margin-left: auto;
  }
  .yttc-courses-slider {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .desc-image.main-video {
    margin: 35px 0;
  }
  .desc-image:before {
    top: -47px;
    right: 2px;
    will-change: transform;
    transform: rotate(-85deg);
    width: 63px;
  }
  .desc-image:after {
    bottom: -48px;
    left: -4px;
    will-change: transform;
    transform: rotate(95deg);
  }
  footer .footer-menu {
    display: block;
  }
  .icon-list.flex li,
  .portfolio-item .item {
    width: 100%;
  }
  #home-course .col-xl-3.col-lg-4.col-md-6 {
    display: none;
  }
  #home-course .course-slider-wrap,
  #home-course .mobile-course-slider {
    width: 85%;
    margin: auto;
  }
  #home-course .course-box-content:after,
  #home-course .course-box-content:before {
    height: 38px;
    top: -12px;
  }
  .course-box-content:after {
    transform: skewY(7deg);
  }
  .course-box-content:before {
    transform: skewY(-7deg);
  }
  #contact-strip,
  #contact-strip-new,
  #pdf-form {
    margin-top: 40px;
  }
  #pdf-form .col {
    flex: auto;
    margin-bottom: 8px;
  }
  #contact-strip .pdf-side-image,
  #contact-strip-new .pdf-side-image,
  #pdf-form .pdf-side-image {
    height: 185px;
    width: 47%;
    bottom: -50px;
  }
  #pdf-form .theme-button {
    font-size: 15px;
    margin-top: 15px;
  }
  .home-banner .banner-top-text {
    font-size: 25px;
  }
  .home-banner .banner-mid-text {
    font-size: 34px;
  }
  .contact-strip-heading {
    font-size: 18px;
  }
  .limit-off {
    width: 60px;
    height: 60px;
    padding: 8px 8px 0;
  }
  .floating-offer {
    bottom: 80px;
    text-align: center;
    right: 13px;
  }
  .off-floating {
    margin-bottom: 8px;
    font-size: 13px;
  }
  #server .charity-slider-wrap {
    margin: auto;
    width: 85%;
  }
  .calender-box {
    width: 60%;
    margin: auto auto 30px;
  }
  .testimonial-box {
    display: block !important;
    margin-top: 0;
  }
  .testimonial-box .testimonial-info {
    width: 100%;
    padding: 25px 0;
    margin-bottom: 20px;
  }
  .testimonial-box .testimonial-info:before {
    top: auto;
    bottom: -16px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .testimonial-links a img {
    width: 70px;
    height: 50px;
  }
  #contact-strip .theme-button,
  #contact-strip .theme-button-new {
    font-size: 17px;
  }
  #contact-strip .contact-strip-text, #contact-strip-new .contact-strip-text {
    font-size: 17px;
    margin-bottom: 0 !important;
  }
  .full-course .gallery-wrap .desc-image:before {
    width: 80px;
    height: 80px;
    top: -45px;
    right: 7px;
  }
  .full-course .gallery-wrap .desc-image:after {
    width: 80px;
    height: 80px;
    bottom: -30px;
    left: 10px;
    top: auto;
    will-change: transform;
    transform: rotate(98deg);
  }
  .full-course .desc-image:before {
    width: 80px;
    height: 80px;
    bottom: -43px;
    right: 7px;
  }
  .full-course .desc-image:after {
    width: 80px;
    height: 80px;
    left: 2px;
  }
  .full-course .follow {
    will-change: transform;
    transform: none !important;
    margin-bottom: 120px !important;
  }
  .guru-arrow {
    top: auto !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    bottom: -150px !important;
    will-change: transform;
    transform: rotate(85deg) !important;
  }
  .follow5 .guru-arrow,
  .follow6 .guru-arrow,
  .follow7 .guru-arrow,
  .follow8 .guru-arrow {
    top: -153px !important;
    bottom: auto !important;
    will-change: transform;
    transform: rotate(85deg) !important;
  }
  .full-course .follow5 {
    margin-bottom: 0 !important;
  }
  .notes:before {
    font-size: 20px !important;
    left: -28px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .notes {
    padding: 8px 13px 8px 21px !important;
  }
}
@media (max-width: 575px) {
  .accommodation-image {
    height: 125px !important;
  }
  .sya-yoga-allianceimage {
    height: 50px;
  }
  .location-chakra {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
  .after-course-box {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .contact-box-wrap {
    padding: 30px 0 !important;
  }
  .students-online-review-iframe {
    height: 210px !important;
  }
  .accommodation-image-text {
    font-size: 13px !important;
  }
  #contact-strip .theme-button, #contact-strip-new .theme-button, #pdf-form .theme-button {
    font-size: 17px;
  }
  .rewamp-banner-image-box1 .rewamp-banner-image-box, .rewamp-banner-image-box3 .rewamp-banner-image-box {
    height: 115px !important;
  }
  .rewamp-banner-image-box2 .rewamp-banner-image-box {
    height: 225px !important;
  }
  .whatsapp,
  .whatsapp img {
    width: 50px;
    height: 50px;
  }
  #home-course .course-slider-wrap,
  #home-course .mobile-course-slider,
  .yttc-courses-slider {
    width: 100%;
    margin: auto;
  }
  #home-events .desc-image .event-image {
    height: 300px;
  }
  #home-about .theme-button.me-2 {
    margin-bottom: 8px !important;
    margin-right: 0 !important;
    display: block;
    width: 100%;
    text-align: center;
  }
  .desc-image.main-video {
    height: 230px;
  }
  .mobile-menu-logo-wrap {
    width: 135px;
    height: 40px;
  }
  .dates-extended-box,
  .full-course .dates p,
  .home-banner .banner-mobile-image:before,
  .reiki-box .reiki-content,
  .reiki-box .reiki-image-wrap,
  .reiki-box .reiki-price,
  .samadhi-offer-wrap {
    width: 100%;
  }
  .important-highlight-icon-wrap svg {
    width: 45%;
    height: 45%;
  }
  .important-highlight-icon-wrap {
    margin: 15px auto 10px;
    width: 50px;
    height: 50px;
  }
  #testimonial .testimonial-links-mobile a,
  #testimonial-review .testimonial-links-mobile a,
  .blog-post-list,
  .dates p,
  .dates p span,
  .mobile-offer,
  .pop-button-wrap {
    display: block;
  }
  #about-description .location-iframe {
    height: 195px !important;
  }
  .accommodation-img.location-sya,
  .thank-you-image {
    height: 120px;
  }
  .calender-box {
    width: 85%;
    margin: auto auto 30px;
  }
  #testimonial .testimonial-links,
  #testimonial-review .testimonial-links,
  .birthday-guru-ji,
  .dates .table-heading,
  .desktop-offer,
  .online-fix-button .theme-button:last-child {
    display: none;
  }
  .coupon-box {
    width: 85%;
    padding: 10px 8px;
  }
  .coupon-box:before {
    width: 250px;
    height: 250px;
  }
  .coupon-image {
    margin-top: -75px;
    width: 100px;
    margin-bottom: 10px;
    height: 100px;
  }
  .dicount-percent {
    font-size: 27px;
  }
  .coupon-course-name {
    font-size: 17px;
  }
  .samadhi-offer-wrap p:nth-child(2) {
    margin-bottom: 6px;
  }
  .thank-you-wrap {
    width: 80%;
    padding: 20px 30px 30px;
  }
  .workshop-link-box {
    width: 50%;
    margin: 30px 0;
  }
  .guru-pose {
    margin-top: 15px;
    height: 400px;
  }
  .online-fix-button .theme-button {
    margin-right: 4px;
    font-size: 12px;
    padding: 6px 15px;
  }
  .online-fix-button {
    padding: 10px 0;
  }
  .event-image,
  .samadhi-about-image,
  .samadhi-retreat-image,
  .testimonial-girl-image {
    height: 330px;
    margin-top: 25px;
  }
  .portfolio-menu ul li {
    margin: 0 0 8px;
  }
  .portfolio-item .item img {
    height: 250px !important;
  }
  .enroll-form .enroll-form-wrap {
    margin: 0px 0;
    padding: 50px 35px;
  }
  .online-teacher-box {
    display: block !important;
    margin-top: 25px !important;
  }
  .online-teacher-box .online-teacher-image {
    width: 80%;
    margin: auto;
    will-change: transform;
    transform: translate(0, -25px);
  }
  .online-teacher-box .online-teacher-image img {
    height: 280px;
    -o-object-position: top;
       object-position: top;
  }
  .online-teacher-box .online-teacher-info {
    padding: 0 25px 15px;
  }
  .home-banner .banner-top-text,
  .online-teacher-box .online-teacher-info .online-teacher-name {
    font-size: 20px;
  }
  .contact-row {
    margin: 0 5px;
  }
  .birthdaty-pop-detail:before,
  .dates p {
    width: 50%;
  }
  .dates p span {
    width: 100% !important;
  }
  .accordion-button,
  .dates p span.course-name {
    font-size: 15px;
  }
  .dates {
    display: flex;
    flex-wrap: wrap;
  }
  .dates p:last-child {
    border-bottom: 1px dashed #2792b2;
  }
  #testimonial .testimonial-text,
  #testimonial-review .testimonial-text {
    padding: 20px;
  }
  #testimonial .testimonial-links-mobile,
  #testimonial-review .testimonial-links-mobile {
    display: flex;
    justify-content: space-around;
  }
  #testimonial .testimonial-links-mobile a img,
  #testimonial-review .testimonial-links-mobile a img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .online-thinkific-button .theme-button,
  li,
  p {
    font-size: 14px;
  }
  .desc-image {
    margin: 60px 0;
    border-radius: 10px;
  }
  .desc-image:before {
    top: -54px;
    right: -8px;
    width: 63px;
    will-change: transform;
    transform: rotate(-90deg);
  }
  .desc-image:after {
    bottom: -45px;
    left: -1px;
    will-change: transform;
    transform: rotate(93deg);
    width: 63px;
  }
  .desc-image img {
    height: 285px;
    margin-bottom: 0;
  }
  .location-image.founder {
    height: 285px;
    -o-object-position: top;
       object-position: top;
  }
  #footer {
    padding: 105px 0px 0;
  }
  .team .desc-image {
    width: 55%;
    margin: 60px auto 55px;
  }
  #page-banner {
    padding-top: 140px;
  }
  #page-banner .page-banner-heading,
  .reiki-box .reiki-price .reiki-price-value {
    font-size: 28px;
  }
  .dropdown-menu {
    padding: 0;
  }
  .notes {
    width: 94%;
    margin-left: auto;
    padding: 15px 15px 15px 55px;
  }
  .blog-post-list .post-box {
    width: 80%;
    margin: auto;
  }
  .calender-icon img {
    width: 45px;
    height: 45px;
    margin-top: 15px;
  }
  .calender-content p {
    font-size: 15px;
    margin: 15px 0 0;
  }
  .calender-date {
    font-size: 13px;
    margin: 5px 0;
  }
  .calender-price {
    font-size: 22px;
  }
  #home-course .mb-5 {
    margin-bottom: 0 !important;
  }
  #partners .mb-5,
  #server .mb-5 {
    margin-bottom: 1rem !important;
  }
  #contact-strip .pdf-side-image,
  #contact-strip-new .pdf-side-image,
  #pdf-form .pdf-side-image {
    height: 180px;
    width: 60%;
  }
  .section-padding {
    padding: 35px 0;
  }
  #contact-strip,
  #contact-strip-new,
  #pdf-form,
  .pop-course-wrap {
    margin-bottom: 25px;
  }
  .logo {
    width: 105px;
    height: 48px;
  }
  .navbar-toggler-icon {
    width: 1.2em;
  }
  .home-banner .banner-mobile-image:after {
    width: 75%;
  }
  .floating-offer {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .birthday-pop-heading {
    font-size: 18px;
  }
  .home-banner .col-lg-6 {
    z-index: 999;
  }
  .home-banner .banner-mid-text {
    font-size: 25px;
  }
  .home-banner .banner-bottom-text {
    color: #000;
    font-size: 16px;
  }
  .course-box {
    width: 66%;
    margin: auto 1px 0px;
  }
  .charity-image {
    height: 220px;
  }
  .charity-icon {
    top: 67%;
    width: 55px;
    height: 55px;
  }
  .charity-heading {
    padding: 15px;
    font-size: 15px;
  }
  .accordion-button:before {
    left: 15px;
    font-size: 23px;
    top: 14px;
  }
  .reiki-box {
    width: 85%;
    margin: 20px auto;
    box-shadow: 0 0 8px 0 #ddd;
    display: block;
  }
  .reiki-box .reiki-image-wrap .reiki-image img {
    height: 250px;
  }
  .reiki-box .reiki-price {
    padding: 15px;
  }
  .birthday-pop-info {
    width: 95%;
    margin-left: auto;
    padding: 50px 15px;
  }
  .birthday-pop-info p.mb-4 {
    font-size: 13px;
    font-weight: 500;
  }
  .birthday-pop-info .theme-button {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 5px 18px;
  }
  .desc-image-iframe {
    height: 260px;
  }
  .holi-decoration {
    width: 70px;
    height: 90px;
    right: 10px;
  }
  .pop-heading {
    font-size: 21px;
    width: 70%;
  }
  .holi-side-image {
    height: 145px;
    width: 185px;
    right: -35px;
  }
  .pop-up-box {
    padding: 20px 15px;
  }
  .pop-button-wrap .theme-button {
    display: block;
    width: 75%;
    text-align: center;
    margin-bottom: 8px;
  }
  .pop-button-wrap .theme-button:last-child {
    margin-bottom: 15px;
  }
  #sya-other-about-us .theme-button, #yttc-meaning .theme-button {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 8px !important;
    text-align: center !important;
  }
}
@media (max-width: 414px) {
  #contact-submit.theme-button {
    font-size: 16px;
    display: block;
    padding: 8px 25px;
    width: 100%;
    text-align: center;
  }
  .contact-strip-heading {
    padding: 12px 30px !important;
  }
  .why-choose-us-box {
    padding: 18px 105px 18px 15px !important;
  }
  .why-choose-us-side-image {
    width: 93px !important;
  }
  .sya-white-divider-box-content {
    padding-bottom: 20px !important;
  }
  .highlight-offer-heading {
    font-size: 17px !important;
    margin-bottom: 5px !important;
  }
  .highlight-offer-discount {
    padding: 5px 8px !important;
    font-size: 14px !important;
  }
  .rewamp-banner-image-box1 .rewamp-banner-image-box, .rewamp-banner-image-box3 .rewamp-banner-image-box {
    height: 98px !important;
  }
  .rewamp-banner-image-box2 .rewamp-banner-image-box {
    height: 200px !important;
  }
  .rewamp-banner-image-box1 .rewamp-banner-image-box, .rewamp-banner-image-box3 .rewamp-banner-image-box {
    height: 100px;
  }
  .rewamp-banner-image-box2 .rewamp-banner-image-box {
    height: 206px;
  }
  .desc-image.main-video {
    height: 200px;
  }
  .team .desc-image {
    width: 80%;
  }
  #testimonial-review .testimonial-links-mobile a img {
    width: 40px;
    height: 40px;
  }
  .dates p {
    display: block;
    width: 100%;
  }
  .location-image.about-location {
    width: 230px !important;
  }
  .course-box-heading {
    font-size: 17px;
    margin-top: -4px;
  }
}
@media (max-width: 390px) {
  .payrq {
    width: 100% !important;
    height: auto !important;
  }
  #rules-regulation .sya-white-divider-box-content .course-review {
    height: 170px !important;
  }
  .highlight-points-box {
    width: 49.3% !important;
    padding: 3px 2px !important;
    margin-bottom: 8px !important;
    font-size: 13px !important;
  }
}
.tradition-info-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tradition-info-box:nth-child(odd) {
  margin-top: 1%;
}

.tradition-info-box {
  width: 23%;
  position: relative;
  z-index: 9;
}

.tradition-info-box:first-child .guru-arrow, .tradition-info-box:nth-child(3) .guru-arrow {
  right: -80px;
  top: 70px;
  transform: rotate(-4deg);
}

.tradition-info-box .guru-arrow {
  position: absolute;
  z-index: -1;
}

.guru-arrow svg {
  width: 100%;
  height: 148px;
}

.arrow {
  opacity: 0;
  animation: 0.2s 1.55s forwards show;
}

#tradition {
  overflow: hidden;
}

.tradition-info-box {
  width: 23%;
  position: relative;
  z-index: 9;
}
.tradition-info-box:nth-child(2n) {
  margin-top: 10%;
}
.tradition-info-box:nth-child(odd) {
  margin-top: 1%;
}

.guru-arrow svg {
  width: 100%;
  height: 148px;
}

.dashed {
  stroke-dasharray: 9;
  stroke-width: 10;
}

.line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: 5s linear infinite forwards dash;
}

.arrow {
  opacity: 0;
  animation: 0.2s 1.55s forwards show;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action, .fab-dots {
  opacity: 1;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.guru-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #ea447b;
  padding: 3px;
  margin: auto auto 8px;
  display: block;
}

.guru-name {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.tradition-info-box .guru-arrow {
  position: absolute;
  z-index: -1;
}

.tradition-info-box:first-child .guru-arrow, .tradition-info-box:nth-child(3) .guru-arrow {
  right: -80px;
  top: 70px;
  transform: rotate(-4deg);
}

.tradition-info-box:nth-child(2) .guru-arrow {
  right: -80px;
  top: -60px;
  transform: rotateX(180deg);
}

.tradition-info-box:nth-child(4) .guru-arrow {
  right: -90px;
  top: 85px;
  transform: rotate(-18deg);
}
.tradition-info-box:nth-child(4) .guru-arrow.meet {
  top: 178px;
  right: -80px;
  transform: rotate(58deg);
}

.tradition-info-box:nth-child(5) .guru-arrow, .tradition-info-box:nth-child(7) .guru-arrow {
  right: -90px;
  top: 32px;
  transform: rotate(165deg);
}

.tradition-info-box:nth-child(6) .guru-arrow {
  right: -90px;
  top: -58px;
  transform: rotateY(180deg) rotate(-11deg);
}

.tradition-info-box:nth-child(8) .guru-arrow {
  top: -137px;
  right: -39px;
  transform: rotate(165deg) rotateX(180deg);
}

.dashed {
  stroke-dasharray: 9;
  stroke-width: 10;
}

.line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: 5s linear infinite forwards dash;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .guru-image {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 480px) {
  .tradition-info-box:first-child .guru-arrow, .tradition-info-box:nth-child(3) .guru-arrow {
    top: 4px;
  }
}
@media (max-width: 767px) {
  .tradition-info-box:first-child .guru-arrow, .tradition-info-box:nth-child(3) .guru-arrow {
    right: -115px;
    top: 40px;
  }
}
@media (max-width: 480px) {
  .guru-image {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .guru-image {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .guru-image {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .guru-name {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .drop-in-timing, .guru-name {
    font-size: 16px;
  }
}
@media (max-width: 991.2px) {
  #tradition .tradition-info-box:first-child {
    margin-top: 0;
  }
}
@media (max-width: 991.2px) {
  #tradition .tradition-info-box {
    margin-top: 10%;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box:first-child {
    order: 1;
  }
}
@media (max-width: 480px) {
  .tradition-info-box {
    width: 46%;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .guru-arrow svg {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .guru-arrow svg, .yttc-box {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .guru-arrow svg {
    width: 94%;
  }
}
@media (max-width: 480px) {
  .tradition-info-box:nth-child(2) .guru-arrow {
    bottom: -32%;
    left: -80%;
  }
}
@media (max-width: 767px) {
  .tradition-info-box:nth-child(2) .guru-arrow {
    bottom: -40%;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box:nth-child(2) .guru-arrow {
    right: auto;
    top: auto;
    left: -40%;
    bottom: -55%;
    transform: rotate(101deg);
  }
}
@media (max-width: 480px) {
  .guru-arrow svg {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .guru-arrow svg, .yttc-box {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .guru-arrow svg {
    width: 94%;
  }
}
@media (max-width: 480px) {
  .tradition-info-box:first-child .guru-arrow, .tradition-info-box:nth-child(3) .guru-arrow {
    top: 4px;
  }
}
@media (max-width: 767px) {
  .tradition-info-box:first-child .guru-arrow, .tradition-info-box:nth-child(3) .guru-arrow {
    right: -115px;
    top: 40px;
  }
}
@media (max-width: 480px) {
  .tradition-info-box:nth-child(8) .guru-arrow {
    top: -53px;
    right: -52px;
  }
}
@media (max-width: 767px) {
  .tradition-info-box:nth-child(8) .guru-arrow {
    top: -55px;
    right: -70px;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box:nth-child(8) .guru-arrow {
    top: -75px;
    right: -75px;
    transform: rotate(178deg) rotateX(184deg);
  }
}
@media (max-width: 1200px) {
  .tradition-info-box:nth-child(8) .guru-arrow {
    top: -147px;
    right: -44px;
    transform: rotate(158deg) rotateX(184deg);
  }
}
@media (max-width: 480px) {
  .tradition-info-box:nth-child(7) .guru-arrow {
    top: 22px;
    transform: rotate(365deg);
    left: -52px;
  }
}
@media (max-width: 767px) {
  .tradition-info-box:nth-child(5) .guru-arrow, .tradition-info-box:nth-child(7) .guru-arrow {
    left: -75px;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box:nth-child(7) .guru-arrow {
    right: auto;
    top: 32px;
    transform: rotate(352deg);
    left: -108px;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box:nth-child(6) .guru-arrow {
    right: -65px;
    top: -55px;
    transform: rotateY(180deg) rotate(-2deg);
  }
}
@media (max-width: 480px) {
  .tradition-info-box:nth-child(5) .guru-arrow {
    top: -15px;
    left: -47px;
    transform: rotate(339deg);
  }
}
@media (max-width: 767px) {
  .tradition-info-box:nth-child(5) .guru-arrow, .tradition-info-box:nth-child(7) .guru-arrow {
    left: -75px;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box:nth-child(5) .guru-arrow {
    right: auto;
    top: 11px;
    left: -105px;
    transform: rotate(345deg);
  }
}
@media (max-width: 991.2px) {
  #tradition .tradition-info-box:nth-child(4), #tradition .tradition-info-box:nth-child(5), #tradition .tradition-info-box:nth-child(7) {
    margin-top: 20%;
  }
}
@media (max-width: 991.2px) {
  #tradition .tradition-info-box {
    margin-top: 10%;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box:nth-child(5) {
    order: 8;
  }
}
@media (max-width: 480px) {
  .tradition-info-box {
    width: 46%;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box {
    width: 45%;
  }
}
@media (max-width: 991.2px) {
  #tradition .tradition-info-box {
    margin-top: 10%;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box:last-child {
    order: 5;
  }
}
@media (max-width: 480px) {
  .tradition-info-box {
    width: 46%;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box {
    width: 45%;
  }
}
@media (max-width: 991.2px) {
  #tradition .tradition-info-box:nth-child(4), #tradition .tradition-info-box:nth-child(5), #tradition .tradition-info-box:nth-child(7) {
    margin-top: 20%;
  }
}
@media (max-width: 991.2px) {
  #tradition .tradition-info-box {
    margin-top: 10%;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box:nth-child(7) {
    order: 6;
  }
}
@media (max-width: 480px) {
  .tradition-info-box {
    width: 46%;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box {
    width: 45%;
  }
}
@media (max-width: 991.2px) {
  #tradition .tradition-info-box {
    margin-top: 10%;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box:nth-child(6) {
    order: 7;
  }
}
@media (max-width: 480px) {
  .tradition-info-box {
    width: 46%;
  }
}
@media (max-width: 991.2px) {
  .tradition-info-box {
    width: 45%;
  }
}/*# sourceMappingURL=style.css.map */