html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont;
  background: #FFEEC8;
  color: #404040;
  font-size: 1rem;
  font-weight: 400;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 160%;
  font-weight: 400;
}

ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: normal;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1280px) {
  .row > * {
    --bs-gutter-x: 44.22px;
  }
}

.primary-heading {
  color: #D47D00;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .primary-heading {
    line-height: 131.25%;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .primary-heading {
    width: 100%;
  }
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.header-content {
  background-color: #49403E;
  color: #FFEEC8;
}

.btn {
  font-size: 18px;
  height: 54px;
  padding: 0px 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 52px;
  border: none;
  transition: all ease-in-out 0.3s;
}
@media screen and (min-width: 1280px) {
  .btn {
    display: inline-flex;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 18px;
  }
}

.btn-primary {
  background: linear-gradient(86deg, #d47d00 7.59%, #ffe99a 104.8%);
  color: #49403E;
}
.btn-primary:hover {
  background: linear-gradient(86deg, #ffe99a 7.59%, #d47d00 104.8%);
  color: #49403E;
}

.header-content .navbar-brand img {
  height: 90px;
}
@media screen and (min-width: 768px) {
  .header-content .navbar-brand img {
    height: auto;
  }
}
.header-content .navbar-nav {
  line-height: 40px;
  padding: 0 15px 15px;
}
.header-content .nav-link {
  color: #FFEEC8;
}
.header-content .nav-link.active {
  color: #D47D00;
}
.header-content .contact-btn {
  height: 44px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .header-content .contact-btn {
    width: 143px;
  }
}
.header-content .navbar-toggler {
  box-shadow: none;
  min-width: 102px;
  text-align: left;
}
.header-content .navbar-toggler-icon {
  background-image: url("../images/homepage_webp/menu.webp");
}
@media screen and (min-width: 768px) {
  .header-content .banner-main .carousel {
    height: auto;
    overflow: visible;
  }
}
.header-content .banner-main .carousel-inner {
  height: 100%;
}
.header-content .banner-main .carousel-item {
  height: 100%;
}
.header-content .banner-main .carousel-item img {
  width: 100%;
  object-fit: cover;
}
.header-content .banner-main .carousel-caption {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  width: calc(100% - 100px);
  padding: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-content .banner-main .carousel-caption {
    text-align: left;
    max-width: 602px;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
  }
}
.header-content .banner-main .carousel-caption h5 {
  color: #FFEEC8;
  font-weight: 700;
  font-size: 16px;
  line-height: 114.2%;
}
@media screen and (min-width: 768px) {
  .header-content .banner-main .carousel-caption h5 {
    color: #49403E;
    font-size: 32px;
    line-height: 120%;
  }
}
.header-content .banner-main .carousel-indicators {
  margin-bottom: -27.2px;
  display: none;
}
@media screen and (min-width: 768px) {
  .header-content .banner-main .carousel-indicators {
    display: flex;
  }
}
.header-content .banner-main .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  border: 0;
  margin: 0 5px;
}
.header-content .banner-main .carousel-control-next,
.header-content .banner-main .carousel-control-prev {
  opacity: 1;
  width: auto;
}
.header-content .banner-main .carousel-control-next-icon,
.header-content .banner-main .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .header-content .banner-main .carousel-control-next-icon,
  .header-content .banner-main .carousel-control-prev-icon {
    width: 54.4px;
    height: 54.4px;
  }
}
.header-content .banner-main .carousel-control-prev {
  left: 15px;
}
@media screen and (min-width: 768px) {
  .header-content .banner-main .carousel-control-prev {
    left: -25px;
  }
}
.header-content .banner-main .carousel-control-prev-icon {
  background-image: url("../images/homepage_webp/arrow_left.webp");
}
.header-content .banner-main .carousel-control-next {
  right: 15px;
}
@media screen and (min-width: 768px) {
  .header-content .banner-main .carousel-control-next {
    right: -25px;
  }
}
.header-content .banner-main .carousel-control-next-icon {
  background-image: url("../images/homepage_webp/arrow_right.webp");
}

.peer-yogis {
  padding-bottom: 2rem;
}
@media screen and (min-width: 48rem) {
  .peer-yogis {
    padding-bottom: 0;
  }
}
.peer-yogis .vertical-card {
  min-height: 100%;
}
.peer-yogis .vertical-card img {
  height: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.peer-yogis .card {
  overflow: hidden;
}
.peer-yogis .card img {
  object-fit: cover;
  object-position: center;
}
.peer-yogis .card .card-body {
  background-color: #49403E;
  padding: 4rem 2rem;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 80rem) {
  .peer-yogis .card .card-body {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .peer-yogis .card .card-body {
    padding: 4rem 2rem;
  }
}
.peer-yogis .card .card-body p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #FFEEC8;
  text-align: left;
}
.peer-yogis .card .card-body p + p {
  margin-top: 0.8rem;
}
.peer-yogis .card .card-body p.name {
  font-weight: 700;
}
.peer-yogis .card .card-body p.name span {
  font-weight: normal;
}
.peer-yogis .carousel-indicators {
  margin-bottom: -1.7rem;
}
.peer-yogis .carousel-indicators [data-bs-target] {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 3.125rem;
  border: 0;
  margin: 0 0.3125rem;
  background-color: #49403E;
}

.yoga-practice-session {
  height: 200px;
}
@media screen and (min-width: 1280px) {
  .yoga-practice-session {
    height: 400px;
  }
}
.yoga-practice-session img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-yoga {
  padding: 1.5rem 0;
}
@media screen and (min-width: 80rem) {
  .about-yoga {
    padding: 3.75rem 0;
  }
}
.about-yoga h3 {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 80rem) {
  .about-yoga h3 {
    text-align: left;
    margin-bottom: 1.25rem;
  }
}
.about-yoga img {
  display: block;
  max-width: 100%;
}
.about-yoga p {
  color: #404040;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 80rem) {
  .about-yoga p {
    margin-bottom: 1.25rem;
  }
}

.main-content {
  padding: 1.25rem 0;
}
@media screen and (min-width: 80rem) {
  .main-content {
    padding: 3.75rem 0;
  }
}
.main-content p {
  text-align: center;
  color: #404040;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 80rem) {
  .main-content p {
    font-size: 1.5rem;
  }
}
.main-content h3 + p {
  margin-top: 1.25rem;
}
@media screen and (min-width: 80rem) {
  .main-content h3 + p {
    margin-top: 1.5212rem;
  }
}
.main-content .wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 80rem) {
  .main-content .wrapper > div:not(:first-child) {
    padding-top: 3.125rem;
  }
}

.life-practise ul {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 80rem) {
  .life-practise ul {
    margin-top: 2.7088rem;
    gap: 1.25rem;
    flex-direction: row;
  }
}
.life-practise ul li {
  padding: 1.2813rem 0.8538rem 1.2813rem 1.2919rem;
  border-radius: 1.875rem;
  background: #49403E;
  display: flex;
  gap: 0.7081rem;
  align-items: center;
}
@media screen and (min-width: 80rem) {
  .life-practise ul li {
    display: block;
    text-align: center;
    padding: 1.5rem 0.5rem;
    width: calc((100% - 3.75rem) / 4);
  }
}
@media screen and (min-width: 87.5rem) {
  .life-practise ul li {
    padding: 1.875rem 1.41rem 2.2131rem;
  }
}
.life-practise ul li img {
  display: block;
  width: 5.625rem;
  height: 5.625rem;
}
@media screen and (min-width: 80rem) {
  .life-practise ul li img {
    margin: 0 auto 1.7644rem;
    width: 7.5625rem;
    height: 7.5625rem;
  }
}
.life-practise ul li h4 {
  color: #FFEEC8;
  font-size: 1.125rem;
  font-style: normal;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 80rem) {
  .life-practise ul li h4 {
    font-size: 1.5rem;
    margin-bottom: 0.8975rem;
    line-height: 175%;
  }
}
.life-practise ul li p {
  color: #FFEEC8;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
}
@media screen and (min-width: 80rem) {
  .life-practise ul li p {
    text-align: center;
    line-height: 140%;
  }
}

.get-personalized ul {
  margin-top: 1.5625rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 2.9375rem;
}
@media screen and (min-width: 80rem) {
  .get-personalized ul {
    flex-wrap: nowrap;
    gap: 1.25rem;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .get-personalized ul {
    margin-top: 4.4856rem;
  }
}
.get-personalized ul li {
  width: 50%;
}
@media screen and (min-width: 80rem) {
  .get-personalized ul li {
    width: auto;
  }
}
.get-personalized ul li span {
  display: block;
  color: #49403E;
  text-align: center;
  margin-bottom: 0.2825rem;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 90%;
}
@media screen and (min-width: 80rem) {
  .get-personalized ul li span {
    margin-bottom: 0.625rem;
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .get-personalized ul li span {
    font-size: 6.25rem;
    margin-bottom: 0.9075rem;
  }
}
.get-personalized ul li p {
  line-height: 110%;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 80rem) {
  .get-personalized ul li p {
    font-size: 1.125rem;
    line-height: 90%;
  }
}

.workshops .workshop {
  background-color: rgba(219, 126, 0, 0.15);
  border-radius: 0.75rem;
  padding: 1.25rem;
}
.workshops .workshop .image {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.workshops .workshop .image .overlap-logo {
  background: #49403E;
  position: absolute;
  left: 0;
  width: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: 100%;
}
.workshops .workshop .image img {
  display: block;
  width: 100%;
}
.workshops .workshop h3 {
  color: #49403E;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  margin: 0.9375rem 0 0;
  line-height: normal;
}
@media screen and (min-width: 80rem) {
  .workshops .workshop .btn {
    width: 13.75rem;
  }
}
.workshops .workshop ul {
  display: flex;
  gap: 1.375rem;
  margin: 1rem 0 1.25rem;
}
@media screen and (min-width: 87.5rem) {
  .workshops .workshop ul {
    gap: 1.6875rem;
  }
}
.workshops .workshop ul li {
  flex-shrink: 0;
  width: auto;
}
.workshops .workshop ul li p {
  color: #49403E;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  line-height: normal;
  margin-bottom: 0.125rem;
  letter-spacing: 0.0875rem;
}
.workshops .workshop ul li span {
  color: #49403E;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.workshops h3 {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 80rem) {
  .workshops h3 {
    margin-bottom: 3.125rem;
  }
}
.workshops ul {
  margin-top: 1.0762rem;
  display: flex;
  overflow-x: auto;
  gap: 0.625rem;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.workshops ul::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 48rem) {
  .workshops ul {
    flex-wrap: wrap;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 80rem) {
  .workshops ul {
    margin-top: 1.5288rem;
    gap: 0.9375rem;
  }
}
.workshops ul li {
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: center;
}
@media screen and (min-width: 80rem) {
  .workshops ul li {
    width: calc((100% - 2.8125rem) / 4);
  }
}
.workshops ul li img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.workshops h4 {
  color: #D47D00;
  margin-bottom: 0.8969rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 80rem) {
  .workshops h4 {
    font-size: 1.625rem;
    margin-bottom: 1.1987rem;
    line-height: 161.538%;
  }
}
.workshops p {
  text-align: left;
  font-size: 1.125rem;
  color: #404040;
  font-weight: 400;
}
.workshops p + p {
  margin-top: 0.5rem;
}
@media screen and (min-width: 80rem) {
  .workshops p + p {
    margin-top: 0.2988rem;
  }
}
.workshops p strong {
  font-size: 1.25rem;
  font-weight: 600;
  color: #49403E;
}
@media screen and (min-width: 80rem) {
  .workshops p {
    line-height: normal;
  }
}

.no-workshop-available {
  background-color: rgba(219, 126, 0, 0.15);
  border-radius: 0.75rem;
  text-align: center;
  padding: 2.5919rem 1.8075rem;
}
.no-workshop-available p {
  margin-top: 1.7644rem;
  color: #49403E;
  font-size: 1.125rem;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.no-workshop-available img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.about-instructor img {
  max-width: 100%;
  display: block;
}
.about-instructor .btn {
  margin-top: 1.5rem;
  min-width: 13.75rem;
}
.about-instructor p {
  text-align: left;
  font-size: 1.125rem;
  line-height: 135%;
}
.about-instructor p + img {
  margin-top: 1.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 80rem) {
  .about-instructor p + img {
    margin-right: 0;
    margin-left: 0;
  }
}
.about-instructor p + p {
  margin-top: 1.875rem;
}
.about-instructor p strong {
  font-weight: 700;
}
@media screen and (min-width: 80rem) {
  .about-instructor h3 {
    text-align: left;
  }
}

.video-gallery .row > * {
  --bs-gutter-x: 1.25rem;
}
.video-gallery .btn {
  width: 13.75rem;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 48rem) {
    .workshops .workshop ul li:last-child {
    max-width: 20%;
  }
  .video-gallery .videos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .video-gallery .videos::-webkit-scrollbar {
    display: none;
  }
  .video-gallery .videos .col-md-3 {
    width: 92vw;
    scroll-snap-align: center;
  }
}
.video-gallery .video-box a {
  display: block;
}
.video-gallery .video-box--image {
  position: relative;
}
.video-gallery .video-box--image p {
  bottom: 0.9681rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 0.9019rem;
}
.video-gallery .video-box--image p span {
  color: var(--light-pale, #fffde4);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  padding: 0.25rem 0.655rem;
  line-height: 140%;
  background: var(--brown-1, #d47d00);
}
@media screen and (min-width: 80rem) {
  .video-gallery .video-box--image p span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .video-gallery .video-box--image p span {
    font-size: 1.375rem;
  }
}
.video-gallery .video-box--image img {
  width: 100%;
  display: block;
}
.video-gallery .video-box--image img.play-icon {
  position: absolute;
  width: auto;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video-gallery .video-box--content {
  margin-top: 0.9075rem;
}
.video-gallery .video-box--content p {
  color: #49403e;
  font-size: 1.125rem;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (min-width: 80rem) {
  .video-gallery .video-box--content p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 87.5rem) {
  .video-gallery .video-box--content p {
    font-size: 1.125rem;
  }
}

.footer {
  background-color: #49403E;
  padding-top: 15.3392px;
}
@media screen and (min-width: 1280px) {
  .footer .wrapper {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 48.68px;
    background-image: url("../images/footer/bg.png");
  }
}
.footer .yogi-talks {
  position: relative;
}
.footer .yogi-talks video {
  width: 100%;
  height: 400px;
  display: block;
  background-color: #fff;
  border-radius: 6px;
}
.footer .yogi-talks a {
  display: block;
}
.footer .yogi-talks .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.footer .yogi-talks figcaption {
  position: absolute;
  background: linear-gradient(90deg, #8BA837 16.7%, rgba(139, 168, 55, 0) 78.51%);
  padding: 6px 12px;
  left: 0;
  width: 100%;
  bottom: 80px;
}
@media screen and (min-width: 1280px) {
  .footer .yogi-talks figcaption {
    background: linear-gradient(90deg, #DB7E00 16.7%, rgba(219, 126, 0, 0) 78.51%);
    padding: 14.1296px 16.8896px;
  }
}
.footer .yogi-talks h3 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 1280px) {
  .footer .yogi-talks h3 {
    font-size: 22px;
  }
}
.footer .yogi-talks p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (min-width: 1280px) {
  .footer .yogi-talks p {
    font-size: 22px;
  }
}
.footer .yogi-talks img {
  display: block;
  max-width: 100%;
}
.footer h4 {
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .footer h4 {
    margin-bottom: 40.7808px;
  }
}
.footer p {
  color: #FFEEC8;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (min-width: 1280px) {
  .footer p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .footer p {
    font-size: 28px;
  }
}
.footer .join-section {
  margin-top: 20px;
  padding: 24px;
  border-radius: 30px;
  background: #372E2C;
}
@media screen and (min-width: 1280px) {
  .footer .join-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .join-section {
    padding: 50px 48px;
    margin-top: 54.6192px;
    flex-direction: row;
  }
}
.footer .join-section .btn {
  width: 100%;
  margin-top: 26px;
}
@media screen and (min-width: 1280px) {
  .footer .join-section .btn {
    width: 184px;
    margin-top: 0;
  }
}
.footer .join-section p {
  color: #FFEEC8;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
}
@media screen and (min-width: 1280px) {
  .footer .join-section p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .join-section p {
    font-size: 24px;
  }
}
.footer .copyright {
  margin-top: 24px;
  border-top: 1px solid rgba(152, 135, 128, 0.4);
  padding: 24px 0 89px;
}
@media screen and (min-width: 1280px) {
  .footer .copyright {
    margin-top: 55.6192px;
    padding: 59.5008px 0 43.2496px;
  }
}
.footer .copyright ul {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
@media screen and (min-width: 1280px) {
  .footer .copyright ul {
    gap: 19.8096px;
    margin-bottom: 42.1792px;
  }
}
.footer .copyright ul li a {
  display: block;
  transition: all ease-in-out 0.3s;
}
.footer .copyright ul li a:hover {
  opacity: 0.75;
}
.footer .copyright ul li a img {
  display: block;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 1280px) {
  .footer .copyright ul li a img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .copyright ul li a img {
    width: auto;
    height: auto;
  }
}
.footer .copyright p {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

/*# sourceMappingURL=style.css.map */
.card-body {
    font-size: 1.2rem;
    color: #FFEEC8;
    background-color: #49403e;
    padding: 4rem 2rem;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: ;
}
media screen and (max-width: 768px){
.carousel-indicators {
    bottom: 0px;
}
}
p.name {
    color: #FFEEC8;
    text-align: left;
    font-weight: 700;
    line-height: 1.75rem;
    font-size: 1.2rem;
}
.yogi-talks {
    width: 100%;
    height: 400px;
    display: block;
    background-color: transparent;
    border-radius: 6px;
}
figure.yogi-talks iframe {
    height: 375px;
border-radius:6px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px;
   width: 95%;
}


#wpcf7-f172-o1 label {
    display: inline-block;
    
    margin-left: 9%;
}
#wpcf7-f179-o2 label {
    display: inline-block;
    margin-left: 9%;
}
h5#contactModalLabel {
    font-weight: 700;
    margin: 0 9%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: linear-gradient(86deg, #d47d00 7.59%, #ffe99a 104.8%);
    color: #49403E;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px 9%;
    padding: 6px 15px;
    border-radius: 6px;
    height: 40px;
    padding: 0px 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: none;
    transition: all ease-in-out 0.3s;
}

button.btn.btn-secondary {
    background: linear-gradient(86deg, #d47d00 7.59%, #ffe99a 104.8%);
    color: #49403E;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px 9%;
    padding: 6px 15px;
    border-radius: 6px;
    height: 40px;
    padding: 0px 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: none;
    transition: all ease-in-out 0.3s;
}
