@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');


/*==Font-setup==*/

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

body {
    font-family: "Libre Franklin", sans-serif;
    font-size: 16px;
    color: #000;
    background: #fff;
}

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

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/*==Basic-setup==*/
.scrolltotop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  /*! border-radius: 50%; */
  background: #F66913;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 25px;
  bottom: 15px;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  display: none;
  border-radius: 20px 20px 0 0;
}

.scrolltotop i {
  color: #ffff;
  font-size: 20px;
}

/*===this-is-code-start===*/
.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

/*==topbar-section==*/
.topbar-area {
  padding: 15px 0;
  background-color: rgb(19, 93, 75);
}

.carousel-wrap {
  max-width: 660px;
  margin: auto;
  position: relative;
}

.carousel-1 .carousel-cell {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.tobar-main button {
  position: absolute;
  background: none;
  font-size: 16px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: none;
}

.prev1 {
  left: 0;
  top: 0;
}

.next1 {
  right: 0;
  top: 0;
}

.custom-dots {
  text-align: center;
  margin-top: 10px;
  display: none;
}


/*==header-section==*/
.header-area {
  border-bottom: 1px solid rgb(229, 229, 229);
  padding: 15px 0;
}

.header-main img {
  max-width: 160px;
  display: block;
  margin: auto;
}


.hero-area {
  background: #ffffff;
  padding: 20px 0 60px 0;
}

.hero-main {
  display: grid;
  grid-template-columns: 47% auto;
  column-gap: 60px;
  align-items: start;
}

.hero-left {
  position: sticky;
  top: 10px;
}

.hero-right h2 {
  font-weight: 700;
  font-size: 35px;
  color: #000;
  margin-top: 17px;
}

.hero-list-1 {
  display: flex;
  column-gap: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #1a1a1a1f;
  padding-bottom: 20px;
}

.hero-list2 {
  display: flex;
  text-align: center;
  column-gap: 10px;
}

.hero-list2 li {
  font-weight: 400;
  color: #000;
  font-size: 16px;
}

.hero-list2 ul li span {
  text-decoration: underline;
}

.hero-list-1 li:nth-of-type(1) {
  font-weight: 700;
  font-size: 24px;
  color: #E04C0E; 
}

.hero-list-1 li:nth-of-type(1) del {
  color: #2E2A39;
  font-weight: 400;
  font-size: 18px;
}

.hero-list-1 li:nth-of-type(2) {
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  border-radius: 5px;
  background-color: rgb(19, 93, 75);
  padding: 5px 10px;
}

.hero-pg1 p {
  font-weight: 400;
  font-size: 16px;
  color: #101112;
  line-height: 28px;
  margin-top: 20px;
}

.hero-list-3 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 22px;
}

.hero-list-3 li {
  font-weight: 400;
  font-size: 15px;
  color: #101112;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.hero-list-3 li img {
  display: block;
  max-width: 40px;
}

.hero-accordion {
  margin-top: 30px;
}

.ac {
  border-top: 1px solid #1a1a1a1f;
}

.ac:last-child {
  border-bottom: 1px solid #1a1a1a1f;
}

.ac-trigger {
  font-weight: 700;
  font-size: 17px;
  color: #000000;
  padding: 17px 0;
  cursor: pointer;
  position: relative;
}

.ac-panel-cnt p {
  font-weight: 400;
  font-size: 16px;
  color: #101112;
  margin-bottom: 25px;
  line-height: 28px;
}

.ac-panel-cnt h4 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.accor-list li {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
  display: flex;
  column-gap: 15px;
}

.accor-list li img {
  width: 18px;
  height: auto;
}

.accor-list2 li {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
  display: flex;
  column-gap: 15px;
}

.accor-list2 li img {
  max-width: 10px !important;
}

.accor-list2 li {
  display: flex;
  /*! text-align: center; */
  column-gap: 15px;
}

.accordion-pg p {
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  color: #FF0000;
}

.ac-trigger::after {
  content: "\f107";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
  color: #868687;
}

.ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.ac-panel .ac-text {
  color: #111;
  padding: 8px;
  margin: 0;
}

.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac.is-active .ac-trigger::after {
  content: "\f106";
}

.add-card-btn a {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border-radius: 90px;
  padding: 15px 5px;
  text-transform: uppercase;
  display: block;
  background-color: #135E4A;
  text-align: center;
  /*! margin-top: 22px; */
}

.add-card-btn a:hover {
  opacity: 0.9;
}

.animated-line {
  margin-top: 20px;
  display: flex; 
  align-items: center;
  column-gap: 10px;
  border-top: 1px solid #1a1a1a1f;
  padding: 30px 0;
}

.animated-line h6 {
  font-weight: 600;
  font-size: 15px;
  color: #4FBB4E;
}

.pulse-circle {
  width:10px;
  height:10px;
  background:#53AC34;
  border-radius:50%;
  animation:pulse 2s ease-out infinite;
}

@keyframes pulse{
  0%{
    
    box-shadow:0 0 0 0 rgba(83, 172, 52,.7);
  }

  70%{
    box-shadow:0 0 0 8px rgba(83, 172, 52,0);
  }

  100%{
    box-shadow:0 0 0 0 rgba(83, 172, 52,0);
  }
}

.add-btn-btm ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin-top: 20px;
}

.add-btn-btm ul li {
  text-align: center;
  column-gap: 10px;
  font-size: 15px;
  color: #000000;
}

.add-btn-btm ul li:nth-of-type(1) span {
  width: 10px;
  height: 10px;
  background: #A9DF49;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.add-btn-btm ul li img {
  max-width: 17px;
  margin-right: 10px;
  position: relative;
  bottom: -2px;
}

.add-btn-btm h4 {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}

.money-back {
  display: grid;
  grid-template-columns: 18% auto;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(19, 94, 74, 0.19);
  border-radius: 4px;
  padding: 18px;
  background-color: rgba(229, 243, 234, 0.4);
  margin-top: 25px;
}

.money-left img {
  max-width: 85px;
}

.money-right h4 {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

.money-right p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  margin-top: 10px;
}

/*==thumb-css==*/
.carousel-main .carousel-cell {
  width: 100%;
  height: 570px;
  /*! margin-right: 8px; */
  border-radius: 5px;
  overflow: hidden;
}

.carousel-main .carousel-cell img {
  width: 100%;
  display: block;
}

.thum-img {
  aspect-ratio: 1 / 1;
  object-fit: scale-down;
}

.carousel-nav {
  margin-top: 10px;
}

.carousel-nav .carousel-cell {
  width: 12%;
  margin-right: 8px;
  cursor: pointer;
  overflow: hidden;
}

.carousel-nav .carousel-cell:last-child {
  margin-right: 0;
}

.carousel-nav .carousel-cell img {
  width: 100%;
  border-radius: 5px;
}

.carousel-nav .carousel-cell.is-selected {
  opacity: 1;
  border: 2px solid #dadada;
}

.flickity-button {
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, .4);
}

.flickity-button:hover {
  background: rgba(0, 0, 0, .4);
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: default;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.previous::after {
  content: "\f104";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 20px;
  display: block;
  line-height: 40px;
  text-align: center;
}

.flickity-prev-next-button.next::after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 20px;
  display: block;
  line-height: 40px;
  text-align: center;
}

.flickity-prev-next-button.next {
  right: 0;
}

.flickity-prev-next-button.previous {
  left: 0px;
}


/*==brain-section==*/
.brain-area {
  padding: 60px 0;
  background-color: rgba(229, 243, 234, 0.4);
}

.brain-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 30px;
  align-items: center;
}

.brain-left h3 {
  font-weight: 700;
  font-size: 30px;
  color: #000000;
}

.brain-left p {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  margin-top: 20px;
}

.section-list ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 30px;
}

.section-list ul li {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 30px;
}

.section-list li img {
  margin-right: 15px;
}

.brain-right img {
  width: 100%;
  border-radius: 10px;
}

/*===formula-section===*/

.formula-area {
  background: #ffffff;
  padding: 50px 0;
}

.formula-main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 50px;
  margin-top: 50px;
}

.formula-title {
  text-align: center;
}

.formula-title h2 {
  font-weight: 700;
  font-size: 35px;
  color: #000000;
}

.formula-title p {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  margin-top: 30px;
}

.formula-item {
  text-align: center;
}

.formula-item h3 {
  font-weight: 700;
  font-size: 35px;
  color: #135E4A;
}

.formula-item p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin-top: 20px;
}

.foumula-btm p {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin-top: 50px;
  text-align: center;
}

/* promise-section */
.promise-area {
  background: #ffffff;
  padding: 60px 0 50px 0;
  border-bottom: 1px solid rgb(204, 204, 204);
}

.promise-title h2 {
  font-weight: 700;
  font-size: 35px;
  color: #000000;
  text-align: center;
}

.promise-main {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  margin-top: 50px;
}

.promise-item {
  text-align: center;
}

.promise-item img {
  max-width: 100px;
}

.promise-item h4 {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin-top: 5px;
}

/*=expect-section=*/
.expect-title h2 {
  font-weight: 700;
  font-size: 35px;
  color: #000000;
  text-align: center;
  margin-top: 60px;
}

#conference-timeline {
  position: relative;
  max-width: 1050px;
  margin: auto;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -2px;
  background: transparent;
  z-index: -1;
  border-right: 3px dotted #145d4b;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 70px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 39%;
  width: 100%;
}

.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}

.timeline-article .content-left
 {
  position: relative;
  width: auto;
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -33px;
  color: #DD3560;
  border-radius: 100%;
  background: #145d4b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.date-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #00ad20;
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
}

.timeline-article .meta-date .date {
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}

.img-item {
  display: none;
}

.time-cnt-date ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.time-cnt-date ul li {
  font-weight: 400;
  font-size: 45px;
  color: #145D4B;
}

.time-cnt-date ul li img {
  max-width: 40px;
}

.timeline-box {
  max-width: 395px;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(20, 93, 75);
  border-radius: 10px;
  margin: 0px;
  padding: 20px;
  background-color: rgba(229, 243, 234, 0.4);
  position: relative;
}

.timeline-box-right::after {
  content: "";
  position: absolute;
  content: "";
  left: -15px;
  top: 22px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #145d4b;
}

.timeline-box-left::after {
  content: "";
  position: absolute;
  content: "";
  top: 22px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: none;
  border-left: 13px solid #145d4b;
  left: auto;
  right: -15px;
}

.timeline-box p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
}

.time-btm {
  padding-bottom: 60px;
}

.time-btm-main {
  max-width: 570px;
  margin: auto;
}

.time-btm-main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  margin-top: 25px;
}

.time-btm-main ul li {
  font-weight: 400;
  font-size: 16px;
}


/* natural-section  */
.natural-area {
  background-color: rgba(229, 243, 234, 0.4);
  padding: 60px 0 100px 0;
}

.natural-title h2 {
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  /*! letter-spacing: -2.3px; */
  color: #000;
}

.table-check30 {
  position: relative;
}

.time-btm2 {
  margin-top: 75px;
}

.tab-img10 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -192px;
}

.tab-img10 img {
  width: initial !important;
  max-width: 201px !important;
}

.table-desing {
  display: grid;
  grid-template-columns: 30% auto 30%;
  margin-top: 100px;
  max-width: 1000px;
  margin: auto;
  margin-top: 204px;
  border:  3px solid rgb(20, 93, 75);
  border-radius: 10px;
}

.table-check img {
  width: 30px;
}

.table-cnt {
  border-bottom: 1px solid rgba(161, 161, 161, 0.46);
  text-align: center;
  height: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-cnt {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  padding: 0 8px;
}

.table-col2 {
  background: #145D4B;
  position: relative;
}

.table-col2::after {
  content: "";
  display: block;
  position: absolute;
  top: -73px;
  left: 0;
  width: 100%;
  height: 72px;
  background: #145D4B;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

.table-col2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 47px;
  background: #145D4B;
  z-index: 1;
  border-radius:  0 0 10px 10px;
}

.table-cnt2-1 h4 {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin-top: 13px;
}


.table-col2 .table-cnt:last-child {
  border-bottom: 0;
}

.table-cnt:first-child {
  border-bottom: 0;
}

.table-cnt2-1 {
  position: relative;
}

.table-bord {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  background: #ffff;
  color: #145D4B;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.64px;
  margin: auto;
  top: -110px;
  border: 3px solid rgb(20, 93, 75);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.table-check h2 {
  font-weight: 600;
  font-size: 24px;
  color: #145D4B;
}

/*==special-section==*/

.special-area {
  background: #ffffff;
  padding: 60px 0;
}

.special-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 30px;
}

.special-left img {
  width: 100%;
}

.special-list1 h2 {
  font-weight: 700;
  font-size: 35px;
  color: #000000;
}

.special-list1 p {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  text-align: center;
  line-height: 28px;
}

.special-list1 p span {
  text-decoration: underline;
}

.special-list1 ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 30px;
}

.special-list1 ul li {
  font-weight: 600;
  font-size: 15px;
  color: #000;
}

.special-list1 ul li img {
  width: 80px;
  height: auto;
}

.special-list2 h4 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-top: 20px;
}

.special-list2 ul li img {
  width: 23px;
  position: relative;
  bottom: -3px;
}

.special-list2 ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.special-list2 ul li {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  display: flex;
  column-gap: 15px;
  line-height: 28px;
}

.special-totla {
  text-align: center;
}

.special-totla h3 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-top: 30px;
}

.special-totla h2 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
}

.doctor-box {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(19, 94, 74, 0.19);
  border-radius: 4px;
  margin: 30px 0px 0px;
  padding: 20px;
  background-color: rgba(229, 243, 234, 0.4);
  display: grid;
  grid-template-columns: 63% auto;
  column-gap: 20px;
}

.doctor-img img {
  width: 100%;
  position: relative;
  bottom: -20px;
}

.doctor-box h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}

.doctor-box p {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  margin-top: 10px;
}

.doctor-box i {
  font-weight: 400;
  font-size: 15px;
  color: #858585;
  margin-top: 20px;
  display: block;
}

.pement-item {
  text-align: center;
}

.pement-item img {
  max-width: 450px;
  width: 100%;
}

.pement-item {
  margin-top: 20px;
}

.pement-item ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  margin-top: 15px;
}

.pement-item ul li {
  font-weight: 600;
  font-size: 15px;
  color: #000000;
}

.pement-item ul li img {
  width: 15px;
  position: relative;
  bottom: -2px;
}

.pement-item i {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  margin-top: 20px;
  display: block;
}

.risk-box-wrap {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(19, 94, 74, 0.19);
  border-radius: 4px;
  margin: 30px 0px 0px;
  padding: 20px;
  background-color: rgba(229, 243, 234, 0.4);
}

.risk-box-wrap h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-top: 30px;
}

.risk-box {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.risk-item {
  text-align: center;
}

.risk-item p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

.risk-item img {
  max-width: 40px;
}

/*==footer-section===*/
.footer-area {
  background: #fff;
   border-top: 1px solid rgb(204, 204, 204);
  padding: 50px 0;
}

.footer-main {
  text-align: center;
  max-width: 1028px;
  margin: auto;
}

.footer-main img {
  max-width: 160px;
}

.footer-main h4 {
  font-weight: 400;
  font-size: 15px;
  color: #161616;
  margin-top: 15px;
}

.footer-main p {
  font-weight: 400;
  font-size: 14px;
  color: #161616;
  line-height: 25px;
  margin-top: 20px;
}

.m-show {
  display: none;
}


