:root {
  --white: #ffffff;
  --black: #000000;
  --thm_red: #F7471E;
  --thm_gray: #54595f;
  --thm_skyblue: #F5F8FC;
  --thm_blue: #201F25;
  --prata_font: "Prata", serif;
  --heebo_font: "Heebo", serif;
}

.prata-regular {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: var(--heebo_font);
  overflow-x: hidden;
}

header nav .navbar-nav .nav-item {
  padding: 8px 16px;
}
header nav .navbar-nav .nav-item .nav-link {
  transition: all 0.5s ease;
  display: inline-block;
}
header nav .navbar-nav .nav-item .nav-link.active {
  font-weight: 600;
  border-bottom: 2px solid var(--thm_red);
}

.hero-sec {
  background-color: transparent;
  background-image: linear-gradient(135deg, #201F25 0%, #292A30 100%);
  color: var(--white);
  padding: 100px 0px 180px;
}
.hero-sec .hero-cont h6 {
  font-size: 16px;
  color: var(--thm_red);
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero-sec .hero-cont h1 {
  font-size: 49px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--white);
  font-family: var(--prata_font);
}
.hero-sec .hero-cont p {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 20px;
}
.hero-sec .hero-cont a {
  background-color: transparent;
  background-image: linear-gradient(135deg, #F7471E 0%, #F7972F 100%);
  text-decoration: none;
  color: var(--white);
  padding: 15px 30px;
  border-radius: 100px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.hero-sec .bg-img {
  background-image: url("https://show.moxcreative.com/aksa/wp-content/uploads/sites/40/2021/12/floral_.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /* opacity: 0.2; */
}
.hero-sec .bg-effects {
  background-color: transparent;
  background-image: radial-gradient(at center center, rgba(247, 71, 30, 0.3490196078) 0%, rgba(242, 41, 91, 0) 60%);
  text-align: center;
}
.hero-sec .bg-effects img {
  width: 76%;
}

.counter-sec {
  margin-top: -70px;
}
.counter-sec .counter-box {
  background-color: var(--white);
  padding: 32px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 20px;
}
.counter-sec .counter-box h2 {
  font-size: 49px;
  font-weight: 500;
  color: var(--thm_gray);
  margin-bottom: 10px;
  font-family: var(--prata_font);
}
.counter-sec .counter-box p {
  font-size: 16px;
  font-weight: 400;
  color: var(--thm_red);
  margin-bottom: 0px;
}

.who-we-are-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
.who-we-are-sec .title h6 {
  font-size: 16px;
  color: var(--thm_red);
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.who-we-are-sec .title h2 {
  font-size: 39px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--black);
  font-family: var(--prata_font);
}
.who-we-are-sec .detail-sec p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block !important;
}
.who-we-are-sec .detail-sec a {
  background-color: transparent;
  background-image: linear-gradient(135deg, #F7471E 0%, #F7972F 100%);
  text-decoration: none;
  color: var(--white);
  padding: 15px 30px;
  border-radius: 100px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.who-we-are-sec .detail-sec .read-more-container .text-full {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  padding-top: 0;
  padding-bottom: 0;
}
.who-we-are-sec .detail-sec .read-more-container .text-full h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--thm_red);
  margin-bottom: 20px;
}
.who-we-are-sec .detail-sec .read-more-container .text-full h6 {
  font-size: 20px;
  font-weight: 600;
}
.who-we-are-sec .detail-sec .read-more-container.expanded .text-full {
  max-height: 100%;
  opacity: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.what-we-do-sec {
  background-color: var(--thm_skyblue);
  padding: 100px 0px;
  overflow-x: hidden;
}
.what-we-do-sec .title {
  text-align: center;
  margin-bottom: 30px;
}
.what-we-do-sec .title h6 {
  font-size: 16px;
  color: var(--thm_red);
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.what-we-do-sec .title h2 {
  font-size: 39px;
  font-weight: 500;
  margin-bottom: 0px;
  color: var(--black);
  font-family: var(--prata_font);
}
.what-we-do-sec .what-we-do-card {
  text-align: center;
  padding: 32px;
  border-radius: 5px;
  background-color: var(--white);
  height: 100%;
  transition: all 0.5s ease;
}
.what-we-do-sec .what-we-do-card .what-we-do-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.what-we-do-sec .what-we-do-card .what-we-do-img img {
  transition: all 0.5s ease;
  transform: scale(1);
}
.what-we-do-sec .what-we-do-card h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}
.what-we-do-sec .what-we-do-card p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}
.what-we-do-sec .what-we-do-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.what-we-do-sec .what-we-do-card:hover .what-we-do-img img {
  transform: scale(1.2);
  transition: all 0.5s ease;
}

.learn-about-yoga-sec {
  background-image: url("https://show.moxcreative.com/aksa/wp-content/uploads/sites/40/2021/12/yoga-2.jpg");
  padding: 100px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  color: var(--white);
  text-align: center;
  overflow-x: hidden;
}
.learn-about-yoga-sec h2 {
  font-size: 39px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--white);
  font-family: var(--prata_font);
}
.learn-about-yoga-sec p {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 20px;
}
.learn-about-yoga-sec a {
  background-color: transparent;
  background-image: linear-gradient(135deg, #F7471E 0%, #F7972F 100%);
  text-decoration: none;
  color: var(--white);
  padding: 15px 30px;
  border-radius: 100px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.what-we-offer {
  padding: 100px 0px;
  overflow-x: hidden;
}
.what-we-offer .title {
  text-align: center;
  margin-bottom: 40px;
}
.what-we-offer .title h6 {
  font-size: 16px;
  color: var(--thm_red);
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.what-we-offer .title h2 {
  font-size: 39px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--black);
  font-family: var(--prata_font);
}
.what-we-offer .offer-card {
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}
.what-we-offer .offer-card h4 {
  font-size: 31px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--white);
  z-index: 5;
}
.what-we-offer .offer-card h4 span {
  font-size: 12px;
  font-weight: 600;
}
.what-we-offer .offer-card p {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 20px;
  z-index: 5;
}
.what-we-offer .offer-card a {
  background-color: transparent;
  background-image: linear-gradient(135deg, #F7471E 0%, #F7972F 100%);
  text-decoration: none;
  color: var(--white);
  padding: 15px 30px;
  border-radius: 100px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  z-index: 5;
}
.what-we-offer .offer-card.card-1 {
  background-image: url("../images/session-1.jpeg");
}
.what-we-offer .offer-card.card-2 {
  background-image: url("../images/session-2.jpeg");
}
.what-we-offer .offer-card.card-3 {
  background-image: url("../images/session-3.jpeg");
}
.what-we-offer .offer-card.card-4 {
  background-image: url("../images/session-4.jpeg");
}
.what-we-offer .offer-card.card-5 {
  background-image: url("../images/session-5.jpeg");
}
.what-we-offer .offer-card::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.testimonial-sec {
  padding: 0px 0px 100px 0px;
}
.testimonial-sec .title h6 {
  font-size: 16px;
  color: var(--thm_red);
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.testimonial-sec .title h2 {
  font-size: 39px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--black);
  font-family: var(--prata_font);
}
.testimonial-sec .title p {
  font-size: 16px;
  color: var(--black);
  font-weight: 400;
  margin-bottom: 20px;
}
.testimonial-sec .testimonial-card {
  border: 1px solid #E0E0E0;
  padding: 48px;
  border-radius: 5px;
}
.testimonial-sec .testimonial-card p {
  font-size: 16px;
}
.testimonial-sec .testimonial-card .name-img {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-sec .testimonial-card .name-img .img img {
  max-width: 60px;
  border-radius: 100%;
  max-height: 60px;
  width: 100%;
  height: 100%;
  
}
.testimonial-sec .testimonial-card .name-img .name h5 {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 8px;
}
.testimonial-sec .testimonial-card .name-img .name p {
  font-size: 14px;
  color: var(--black);
  font-weight: 400;
  margin-bottom: 0px;
}
.testimonial-sec .nav-pills {
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
}
.testimonial-sec .nav-pills .nav-item .nav-link {
  color: var(--thm_red);
  transition: all 0.5s ease;
}
.testimonial-sec .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  background-image: linear-gradient(135deg, #F7471E 0%, #F7972F 100%);
  text-decoration: none;
  color: var(--white);
  padding: 8px 30px;
  border-radius: 100px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  z-index: 5;
}

footer {
  background-color: var(--thm_blue);
  color: var(--white);
  padding-top: 100px;
}
footer .footer-about img {
  margin-bottom: 20px;
}
footer .footer-about .social-icon {
  display: flex;
  gap: 8px;
}
footer .footer-about .social-icon a {
  text-decoration: none;
  color: var(--white);
  padding: 5px;
  transition: all 0.5s ease;
}
footer .footer-about .social-icon a:hover {
  color: var(--thm_red);
}
footer .footer-about p {
  max-width: 300px;
}
footer .footer-hours h4 {
  font-size: 25px;
  font-family: var(--prata_font);
  margin-bottom: 20px;
}
footer .footer-hours ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
footer .footer-hours ul li {
  margin-bottom: 10px;
}
footer .footer-hours ul li a {
  text-decoration: none;
  color: var(--white);
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.5s ease;
}
footer .footer-hours ul li a:hover {
  color: var(--thm_red);
}
footer .footer-hours ul li:last-child {
  margin-bottom: 0px;
}
footer .footer-newsletter h4 {
  font-size: 25px;
  font-family: var(--prata_font);
  margin-bottom: 20px;
}
footer .footer-newsletter .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer-newsletter .form input {
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
  box-shadow: none;
}
footer .footer-newsletter .form button {
  background-color: transparent;
  background-image: linear-gradient(135deg, #F7471E 0%, #F7972F 100%);
  text-decoration: none;
  color: var(--white);
  padding: 10px 30px;
  border-radius: 100px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border: none;
}
footer .copy-right {
  background-color: #292a30;
  margin-top: 50px;
  padding: 25px;
}
footer .copy-right .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
footer .copy-right .container .copy-right-txt p {
  font-size: 13px;
  font-family: var(--heebo_font);
  margin-bottom: 0px;
}
footer .copy-right .container .tnc-box {
  display: flex;
  gap: 24px;
}
footer .copy-right .container .tnc-box a {
  text-decoration: none;
  font-size: 13px;
  font-family: var(--heebo_font);
  display: inline-block;
  color: var(--white);
}

.details-page .hero-sec {
  background-image: url("https://show.moxcreative.com/aksa/wp-content/uploads/sites/40/2021/12/group-of-diversity-practicing-yoga-class-healthy-or-meditation-exercise-.jpg");
  padding: 200px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.details-page .hero-sec::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3764705882);
  left: 0px;
  top: 0px;
}
.details-page .hero-sec .hero-title {
  z-index: 5;
  position: relative;
  text-align: center;
}
.details-page .hero-sec .hero-title p {
  font-size: 16px;
  font-family: var(--heebo_font);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.details-page .hero-sec .hero-title h3 {
  font-size: 49px;
  font-weight: 500;
  font-family: var(--prata_font);
  margin-bottom: 0px;
}
.details-page .description-sec {
  margin-top: 100px;
}
.details-page .description-sec .discription-box {
  margin-bottom: 40px;
}
.details-page .description-sec .discription-box:last-child {
  margin-bottom: 0px;
}
.details-page .description-sec .discription-box h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  font-family: var(--prata_font);
  margin-bottom: 20px;
}
.details-page .description-sec .discription-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
  color: var(--thm_gray);
}
.details-page .description-sec .discription-box p:last-child {
  margin-bottom: 0px;
}
.details-page .description-sec .discription-box .description-list ul {
  margin-bottom: 0px;
  list-style: none;
  padding-left: 0px;
}
.details-page .description-sec .discription-box .description-list ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--thm_gray);
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.details-page .description-sec .discription-box .description-list ul li i {
  color: var(--thm_red);
}
.details-page .description-sec .detals-course {
  background-color: var(--thm_skyblue);
  padding: 32px;
  border-radius: 5px;
  margin-bottom: 32px;
}
.details-page .description-sec .detals-course h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  color: var(--thm_blue);
  font-family: var(--prata_font);
  margin-bottom: 20px;
}
.details-page .description-sec .detals-course ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
.details-page .description-sec .detals-course ul li {
  color: var(--thm_gray);
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 18px;
}
.details-page .description-sec .detals-course ul li:last-child {
  margin-bottom: 0px;
}
.details-page .description-sec .detals-course ul li i {
  color: var(--thm_red);
}
.details-page .description-sec .download-btn a {
  background-color: transparent;
  background-image: linear-gradient(135deg, #F7471E 0%, #F7972F 100%);
  text-decoration: none;
  color: var(--white);
  padding: 15px 30px;
  border-radius: 100px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.details-page .description-sec .download-btn a:last-child {
  margin-bottom: 0px;
}
.details-page .work-flow {
  margin-top: 100px;
  position: relative;
  background-image: url("https://show.moxcreative.com/aksa/wp-content/uploads/sites/40/2021/12/yoga-meditation-1.jpg");
  color: var(--white);
  padding: 200px 0px 300px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.details-page .work-flow p {
  font-size: 16px;
  line-height: 30px;
  color: var(--thm_red);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.details-page .work-flow h3 {
  font-size: 39px;
  font-weight: 500;
  font-family: var(--prata_font);
  margin-bottom: 0px;
}
.details-page .three-cards {
  margin-top: -100px;
  z-index: 10;
  position: relative;
}
.details-page .three-cards .flip-card {
  background-color: transparent;
  width: 100%;
  height: 220px;
  perspective: 1000px;
}
.details-page .three-cards .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.details-page .three-cards .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.details-page .three-cards .flip-card-front,
.details-page .three-cards .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
}
.details-page .three-cards .flip-card-front {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--white);
}
.details-page .three-cards .flip-card-front img {
  margin-bottom: 30px;
}
.details-page .three-cards .flip-card-back {
  background-color: var(--thm_red);
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.details-page .three-cards .flip-card-back a {
  background-color: var(--white);
  text-decoration: none;
  color: var(--thm_red);
  padding: 10px 30px;
  border-radius: 100px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}
.details-page .testimonial-sec {
  margin-top: 100px;
}
.details-page .pricing-sec {
  background-image: url("../images/image-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f5f8fc;
  margin: 100px 0px;
  padding: 100px 0px;
}
.details-page .pricing-sec .title {
  text-align: center;
  margin-bottom: 100px;
}
.details-page .pricing-sec .title p {
  font-size: 16px;
  line-height: 30px;
  color: var(--thm_red);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.details-page .pricing-sec .title h2 {
  font-size: 39px;
  font-weight: 500;
  font-family: var(--prata_font);
  margin-bottom: 0px;
}
.details-page .pricing-sec .pricing-card {
  background-color: var(--white);
  text-align: center;
  padding: 50px 10px;
  border-radius: 10px;
}
.details-page .pricing-sec .pricing-card .pricing-card-head {
  margin-bottom: 60px;
}
.details-page .pricing-sec .pricing-card .pricing-card-head h4 {
  font-size: 25px;
  font-family: var(--prata_font);
  color: var(--thm_blue);
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 0px;
}
.details-page .pricing-sec .pricing-card .pricing-card-head p {
  font-size: 16px;
  color: #7a7a7a;
}
.details-page .pricing-sec .pricing-card .pricing-card-price {
  margin-bottom: 40px;
}
.details-page .pricing-sec .pricing-card .pricing-card-price h1 {
  font-size: 49px;
  color: var(--thm_red);
  font-family: var(--prata_font);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
.details-page .pricing-sec .pricing-card .pricing-card-price h1 sup {
  font-size: 14px;
}
.details-page .pricing-sec .pricing-card .pricing-card-price p {
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #555555;
}
.details-page .pricing-sec .pricing-card .pricing-points {
  margin-bottom: 60px;
}
.details-page .pricing-sec .pricing-card .pricing-points ul {
  color: var(--thm_gray);
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
.details-page .pricing-sec .pricing-card .pricing-points ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--thm_red);
  padding-bottom: 20px;
}
.details-page .pricing-sec .pricing-card .pricing-points ul li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.details-page .pricing-sec .pricing-card .pricing-points ul li span {
  display: flex;
  flex-direction: column;
}
.details-page .pricing-sec .pricing-card .pricing-points ul li span b {
  color: var(--thm_red);
}
.details-page .pricing-sec .pricing-card .pricing-select a {
  background-color: transparent;
  background-image: linear-gradient(135deg, #F7471E 0%, #F7972F 100%);
  text-decoration: none;
  color: var(--white);
  padding: 15px 30px;
  border-radius: 100px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 0px;
}
.details-page .pricing-sec .pricing-card .pricing-select p {
  margin-bottom: 0px;
  font-size: 14px;
  color: var(--thm_gray);
}
.details-page .pricing-sec .pricing-card.center {
  padding: 80px 10px;
  margin-top: -30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=style.css.map */


.fix-whatsapp-icon{
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #2BB13E;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    font-size: 45px;
    max-height: 60px;
    max-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.contact-page{
    padding: 100px;
}

.contact-page .title{
    text-align: center;
    margin-bottom: 30px;
}

.contact-page .title h2{
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--black);
    font-family: var(--prata_font);
}

.contact-page form button{
        background-color: transparent;
    background-image: linear-gradient(135deg, #F7471E 0%, #F7972F 100%);
    text-decoration: none;
    color: var(--white);
    padding: 12px 40px;
    border-radius: 100px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border: none;
}

.contact-page .contact-social {
    display: flex;
    gap: 20px;
    align-items: baseline;
    margin-bottom: 20px;
}

.contact-page .contact-social:last-child{
    margin-bottom: 0px;
}

.contact-page .contact-social i {
    font-size: 36px;
        background-image: linear-gradient(135deg, #F7471E 0%, #F7972F 100%);
    color: #fff;
    padding: 10px;
    border-radius: 20px;

}

.contact-page .contact-social h4 {
    font-size: 36px;
}


@media (max-width:991px){
    .counter-sec .counter-box h2{
            font-size: 28px;
    }
    
    .contact-page{
        padding: 100px 50px;
    }
    
    .contact-page .contact-social i{
            font-size: 20px;
    }
    
    .contact-page .contact-social h4 {
        font-size: 24px;
    }
}


@media (max-width:767px) {
    footer .copy-right .container{
        flex-wrap: wrap-reverse;
    }
    
    footer .copy-right .container .tnc-box{
            flex-wrap: wrap-reverse;
    }
    
    .hero-sec .hero-cont h1, .who-we-are-sec .title h2, .what-we-do-sec .title h2, .learn-about-yoga-sec h2, .what-we-offer .title h2, .testimonial-sec .title h2, .details-page .hero-sec .hero-title h3, .gallery-box .title h2, .contact-page .title h2, .details-page .pricing-sec .title h2{
            font-size: 32px;
    }
    
    .what-we-do-sec .what-we-do-card h4{
            font-size: 18px;
    }
    
    .hero-sec .bg-img{
        margin-top: 100px;
    }
    
    .hero-sec{
            padding: 100px 0px 100px;
    }
    
    .testimonial-sec .testimonial-card{
        padding: 18px;
    }
    
    .what-we-offer .offer-card h4{
        font-size: 24px;
    }
    
    footer{
            padding-top: 50px;
    }
    
    .about-sec-images{
        padding-top: 0px;
    }
    
    .contact-page{
        padding: 100px 30px;
    }
    
    .contact-page .contact-social i{
            font-size: 16px;
    }
    
    .contact-page .contact-social h4 {
        font-size: 20px;
    }
    
    .details-page .description-sec .detals-course{
        margin-top: 40px;
                padding: 24px 16px;
    }
    
    .details-page .pricing-sec .pricing-card, .details-page .pricing-sec .pricing-card.center{
            padding: 30px 10px;
                    margin-bottom: 40px;
    }
    
    .details-page .pricing-sec .pricing-card.center{
            margin-top: 0px;
    box-shadow: none;
    }
    
    .details-page .pricing-sec{
        margin: 50px 0px;
    }
    
    .details-page .pricing-sec .title{
        margin-bottom: 60px;
    }
    
    .details-page .three-cards .flip-card{
            margin-bottom: 30px;
    }
    
    .details-page .work-flow{
            padding: 100px 0px 170px 0px;
            margin-top: 40px;
    }
    
    .details-page .description-sec{
        margin-top: 50px;
    }
    
    .details-page .description-sec .discription-box h4{
        font-size: 20px;
        line-height: 24px;
    }
    
    .details-page .description-sec .discription-box{
        margin-bottom: 20px;
    }
}

@media (max-width:575px) {
    footer .copy-right .container .tnc-box{
            flex-direction: column;
    }
}