*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  font-family: 'Poppins', sans-serif;

}

section {
  padding-bottom: 60px;
  padding-top: 60px;
}

.container {
  max-width: 1140px !important;
  margin: auto;
  padding: 0 15px;
}

.heading-section {
  margin-bottom: 32px;
}

.heading-section h2 {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #144835;
}

.heading-section p {
  font-size: 15px;
  color: #0d2b20;
}

.tf-forth-color {
  color: #feae00;
}

.bg-main {
  background-color: #fef2ea;
}

.tf-btn {
  background-color: #feae00;
  color: #000;
  border: 1px solid #feae00;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 28px;
  border-radius: 8px;
  text-decoration: none;
  padding: 5px 15px;
  font-weight: 600;

}

.tf-btn:hover {
  background-color: #000;
  color: #feae00;
  border: 1px solid #feae00;

}

@media screen and (max-width:767px) {
  .heading-section h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    margin-bottom: 0 !important;
  }

  section {
    padding-bottom: 30px;
    padding-top: 30px;

  }

}


/* header */
#header_main .header-inner .header-inner-wrap {
line-height: 80px;
}

@media screen and (max-width: 1440px) {
  #header_main .header-inner {
    padding: 0 20px;
  }

}


/* page-title-home */
.page-title-home .icons-box .left span,
.page-title-home .icons-box .right span {
  font-size: 15px;
}

/* bmi-report */
@media screen and (max-width:767px) {
  #bmi-report .report-image img {
    width: 100%;
    height: auto;
  }

  .page-title-home .icons-box .left span,
.page-title-home .icons-box .right span {
  font-size: 13px;
}
}

.page-title-home .icons-box {
  background-color: #e4f7f0;
}

/* section-why */
.section-why .review-item {
  display: flex;
  gap: 30px;
}

.icons-box {
  text-align: start;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e4e4e7;
  transition: all 0.3s ease-in-out;
}

.icons-box .content h4 {
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.icons-box .content h4 a {
  color: #0d2b20;
  text-decoration: none;
}

.icons-box .content p {
  font-size: 15px;
}

/* counter */

#counter-section .bg-main-green {
  background-color: #0d2b20;
}

#counter-section .counter.style-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 30px;
  justify-content: start;
  align-items: center;
}

#counter-section .content-wrap .counter.style-2 .number-counter {
  text-align: start;
  max-width: 250px;
}

#counter-section .content-wrap .counter.style-2 .number-counter p {
  font-size: 14px;
}

#counter-section .content-wrap h5 {
  color: #144835;
  font-weight: 600;
}

#counter-section .content-wrap p {
  font-size: 15px;
}

@media screen and (max-width:1200px) {
  #counter-section .counter.style-2 .number-counter {
    min-width: 100%;
  }
}


/* timeline */
.timeline {
  position: relative;
  max-width: 1140px !important;
  margin: auto;
}

.timeline:before {
  content: "";
  background: #f0fff5;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline ul {
  padding: 0;
  margin: 0;
}

.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.timeline h5 {
  font-size: 18px;
  line-height: 30px;
  color: #144835;
  font-weight: 400;
  letter-spacing: normal;
  font-family: 'Poppins', sans-serif;
}

.timeline p {
  font-size: 15px;
}


.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.timeline ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  background: #144835;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #f0fff5;
}

.timeline ul li:nth-child(even):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: #144835;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #f0fff5;
}


.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -175px;
  margin: 0;
  padding: 0px 16px;
  background: #144835;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #f0fff5;
  min-width: 150px;
  margin: auto;
  text-align: center;
}

.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -175px;
  margin: 0;
  padding: 0px 16px;
  background: #144835;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #f0fff5;
  min-width: 150px;
  margin: auto;
  text-align: center;
}

@media(max-width:1000px) {
  .timeline {
    width: 100%;
  }
}

@media(max-width:767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }

  .timeline:before {
    left: 47px;
    height: 100%;
  }

  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }

  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 30px;
  }

  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

/* flat-about */

.getstared-image-01 img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* section-saying */

.section-mobile-app .box-sub-tag .sub-tag-title {
  border: 1px solid #e4e4e7;
  border-radius: 120px;
  width: fit-content;
  margin: auto;
  background-color: #fff;
}

.section-mobile-app .box-sub-tag .sub-tag-title p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 28px;
}

.content-left h6 {
  color: #144835;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

/* section-faq-page */
.section-faq-page .custom-bg-accordion .accordion-header .accordion-button {
  color: #144835;
  box-shadow: none;

}

.section-faq-page .custom-bg-accordion .accordion-item {
  border: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

 

.section-faq-page .custom-bg-accordion .accordion-item .accordion-content p {
  font-size: 15px;
}

/* footer */
.footer-bottom {
  background-color: #0d2b20;
}

.footer-bottom .content-text {
  font-size: 16px;
}

.blinking {
  animation: blinkingText 0.9s infinite;
}

@keyframes blinkingText {
  0% {
    color: #ffffff;
  }

  10% {
    color: #fbde37;
  }

  60% {
    color: #ffffff;
  }

  100% {
    color: #fbde37;
  }
}

.footer-bottom .text-price {
  font-size: 25px;
  color: #fbde37;
}

@media screen and (min-width:768px) {
  .footer-bottom .btns .tf-btn.mobile-btn {
    display: none;

  }

 .footer-bottom .tf-btn.desktop-btn {
    display: block;
    width: fit-content;
  }
}

@media screen and (max-width:767px) {
.footer-bottom .tf-btn.mobile-btn {
    display: block;
    width: fit-content;
    margin-left: auto;
  }

 .footer-bottom .tf-btn.desktop-btn {
    display: none;

  }

 .footer-bottom .section-title .content-price {
    font-size: 12px;
  }

  .footer-bottom del {
    display: none;
  }
}

/* register-section */

.register-section .content-left-from {
  max-width: 425px;
  margin: auto;
  padding-top: 20px;
}

.register-section .content-left-from h3 {
  font-weight: 600;

}

.register-section .content-left-from h3 span {
  color: #0c6653;
}

.register-section .content-left-from .teachers-content ol li {
  color: #000;

}

.register-section .content-left-from .teachers-content p {
  font-size: 14px;
}

.register-section .content-left-from .teachers-content h5 {
  font-size: 18px;
  font-weight: 600;
}

.register-section .article-thumb .web-image {
  border-radius: 16px;
  border: 3px solid #3679C3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  transition: transform 0.3s ease;
}

.register-section .content-left-from .title-bottom {
  font-size: 11px;
  line-height: 16.5px;
  box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, .18);
  padding: 16px 0;
}

.register-section .content-left-from ul li.details-list {
  font-size: 14px;
}

.register-section .content-left-from ul li {
  font-size: 12px;
}

.register-section .content-left-from ul li a {
  font-size: 12px;
}

.register-section .content-right {
  padding: 50px 40px 50px 40px;
  background-color: #f5f7f9;
}

.register-section .column-right .content-right .webinar-form .shop-checkout .sidebar-shop-checkout .sidebar-checkout-item .product-list .product-item {
  padding: 0 24px;
}

.register-section .column-right .content-right .webinar-form .shop-checkout .sidebar-shop-checkout .sidebar-checkout-item .checkout-total-bill li {
  padding: 12px 24px;
}

.register-section .column-right .content-right .webinar-form .shop-checkout .sidebar-shop-checkout .sidebar-checkout-item .title {
  padding: 24px 24px 0 24px;
}

.register-section .column-right .content-right .webinar-form .shop-checkout .sidebar-shop-checkout .sidebar-checkout-item {
  border-top: unset;
  border-right: 1px solid #E4E4E7;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #E4E4E7;
  border-left: 1px solid #E4E4E7;
}

.register-section .column-right .content-right .webinar-form .shop-checkout .sidebar-shop-checkout .sidebar-checkout-item .checkout-total-bill {
  border-top: 1px dashed #E4E4E7;
}

.register-section .column-right .content-right .webinar-form .shop-checkout .sidebar-shop-checkout .sidebar-checkout-item:after {
  height: 16px;
  top: 0%;
  background: linear-gradient(-135deg, #f5f7f9 8px, transparent 0) 0 8px, linear-gradient(135deg, #f5f7f9 8px, transparent 0) 0 8px;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 16px 16px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.register-section .shop-checkout .sidebar-shop-checkout .butn {
	 border: 1px solid;
	 overflow: hidden;
	 position: relative;
}
.register-section .shop-checkout .sidebar-shop-checkout .butn span {
	 z-index: 20;
}
 .register-section .shop-checkout .sidebar-shop-checkout .butn:after {
	 background: #fff;
	 content: "";
	 height: 155px;
	 left: -75px;
	 opacity: 0.2;
	 position: absolute;
	 top: -50px;
	 transform: rotate(35deg);
	 transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	 width: 50px;
 
}
 .register-section .shop-checkout .sidebar-shop-checkout .butn:hover:after {
	 left: 120%;
	 transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

 .register-section .checkout-billing .form-control:focus,
 .register-section .checkout-billing .form-select:focus{
  border: 1px solid #06c39d !important;
  box-shadow: none;
  outline: none;
 }

@media screen and (max-width:767px) {
  .register-section .content-left-from {
    padding-top: 0;
    max-width: 100%;
  }

  .register-section .content-right {
    padding: 0;
    width: auto;
    background-color: unset !important;
  }

  .register-section .article-thumb .web-image {
    width: 100%;
  }
}

/* timeline */

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  background: #f0fff5;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-bottom: 40px;
}

.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 20px 30px;
}

.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}

.timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fef2ea transparent transparent;
}

.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline-content {
    position: relative;
    width: 45%;
    padding: 20px 30px;
    border-radius: 16px;
    background: #fef2ea;
    border: 1px solid #fef2ea;
}

.timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fef2ea;
}

.timeline-img {
  width: 20px;
  height: 20px;
  background: #144835;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 31px;
  margin-left: -10px;
}

.timeline-card {
  padding: 0 !important;
}

.timeline-card p {
  padding: 0 20px;
}

.timeline-card a {
  margin-left: 20px;
}
.timeline-img {
    width: 20px;
    height: 20px;
    background: #198754;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -10px;
}


@media(max-width:1000px) {
  .timeline {
    width: 100%;
  }
}

@media(max-width:767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }

  .timeline:before {
    left: 20px;
    height: 100%;
  }

  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }

  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 30px;
  }

  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}
.box-sub-tag {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    border-radius: 120px;
    border: 1px solid #e4e4e7;
    background-color: #e4e4e7;
    gap: 10px;
   
}

