@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap");
.btn-linear-primary {
  background: linear-gradient(45deg, #F2993B, #D15F00);
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 14px;
  padding: 10px 25px;
}
.btn-linear-primary:hover {
  color: #fff;
}

.form-group .form-floating .form-control:focus {
  box-shadow: none;
}

.package-choose {
  background: #D15F00;
  padding: 4px 10px;
  border-radius: 5px;
}
.package-choose p {
  margin: 0;
  font-family: "Rubik";
  color: #fff;
}
.package-choose p span, .package-choose p i {
  font-weight: 500;
}

.facebook-icon {
  background: url("../images/icons/facebook-icon.svg");
  display: inline-block;
}

.instagram-icon {
  background: url("../images/icons/instagram-icon.svg");
  display: inline-block;
}

.youtube-icon {
  background: url("../images/icons/youtube-icon.svg");
  display: inline-block;
}

.linkedin-icon {
  background: url("../images/icons/linkedin-icon.svg");
  display: inline-block;
}

.close-circle-icon {
  background: url("../images/icons/close-circle-icon.svg");
  display: inline-block;
}

.toggle-bars-icon {
  background: url("../images/icons/toggle-bars-icon.svg");
  display: inline-block;
}

.call-icon {
  background: url("../images/icons/phone-icon.svg");
  display: inline-block;
}

.circle-icon {
  background: url("../images/icons/circle-check-icon.svg");
  display: inline-block;
}

footer {
  background: #D15F00;
  position: relative;
  padding: 5em 0;
}
footer .shape-01 {
  position: absolute;
  top: 70px;
  left: 60px;
}
footer .shape-02 {
  position: absolute;
  right: 60px;
  bottom: 70px;
}
footer .footer-widget-wrapper .widget-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .footer-widget-wrapper .footer-widget .footer-widget-title {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 1em;
  font-family: "Poppins", serif;
  white-space: nowrap;
}
footer .footer-widget-wrapper .footer-widget p {
  color: #fff;
  font-family: "Rubik";
}
footer .footer-widget-wrapper .footer-widget .widget-link {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-widget-wrapper .footer-widget .widget-link li {
  font-size: 1em;
  margin-top: 8px;
}
footer .footer-widget-wrapper .footer-widget .widget-link li a {
  color: #fff;
  font-family: "Rubik";
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-copyright {
  background-color: #A84D01;
}
.footer-copyright .copyright-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.footer-copyright .copyright-wrapper .copyright-text p, .footer-copyright .copyright-wrapper .copyright-text a {
  margin: 0;
  font-size: 0.9em;
  text-decoration: none;
  color: #fff;
  font-family: "Rubik";
}
.footer-copyright .copyright-wrapper .copyright-link a {
  position: relative;
  font-size: 1em;
  font-size: 0.9em;
  margin-top: 10px;
  color: #fff;
  font-family: "Rubik";
  text-decoration: none;
}
.footer-copyright .copyright-wrapper .copyright-link a + a {
  margin-left: 30px;
}
.footer-copyright .copyright-wrapper .copyright-link a + a::before {
  position: absolute;
  content: "*";
  top: 1px;
  font-size: 15px;
  left: -20px;
}

.floating-widget {
  position: fixed;
  bottom: 10px;
  z-index: 999999;
  right: 10px;
}
.floating-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.floating-widget ul li a {
  cursor: pointer;
}
.floating-widget ul li a img {
  height: 50px;
}

header {
  background: #fff;
  transition: all 300ms ease;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-bottom: 1px solid #ECEDF2;
}
header.fixed-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}
header.fixed-header .header-strip {
  display: none;
}
header .middle-header {
  background: #fff;
}
header .middle-header .navbar {
  padding: 3px 0;
}
header .middle-header .navbar .navbar-brand {
  color: #000000;
}
header .middle-header .navbar .navbar-brand img {
  height: 80px;
}
header .middle-header .navbar .navbar-brand .navbar-toggler-icon {
  color: #000000;
}
header .middle-header .navbar .navbar-nav .nav-item .nav-link {
  color: #000000;
  font-family: "Rubik";
  padding: 2px 15px;
  font-size: 16px;
  font-weight: 300;
}
header .middle-header .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
  border-right: 1px solid #D9D9D9;
}
header .middle-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: 110%;
  padding: 0;
}
header .middle-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
  font-family: "Poppins", serif;
  font-size: 14px;
  padding: 10px 10px;
}
header .middle-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #DBFFDA;
}
header .top-header {
  background: #F2993B;
}
header .top-header .welcome-strip {
  background: #D15F00;
  padding: 10px;
  display: block;
  color: #fff;
  font-family: "Poppins", serif;
}
header .top-header .call-div {
  text-align: right;
}
header .top-header .call-div a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-family: "Poppins", serif;
  font-size: 14px;
  align-items: center;
  justify-content: flex-end;
}
header .top-header .call-div a i {
  height: 19px;
  width: 19px;
  background-size: 19px 19px;
  display: inline-block;
  margin-right: 10px;
}

.about-section {
  padding-top: 140px;
  padding-bottom: 140px;
  background: #F7F6F4;
}
.about-section .about-images {
  position: relative;
  height:100%;
}
.about-section .about-images .images {
    height:100%;
}
.about-section .about-images .images img {
height:100%;
    object-fit: cover;
  width: 100%;
}
.about-section .about-images .about-btn {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
}
.about-section .about-images .about-btn .btn-meet {
  background: #F2993B;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 30px;
  font-family: "Rubik";
  letter-spacing: 0.5px;
}
.about-section .about-images::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 77, 60, 0)), color-stop(50%, rgba(10, 77, 60, 0)), to(rgba(10, 77, 60, 0.6)));
  background: -webkit-linear-gradient(top, rgba(10, 77, 60, 0) 0%, rgba(10, 77, 60, 0) 50%, rgba(10, 77, 60, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(10, 77, 60, 0) 0%, rgba(10, 77, 60, 0) 50%, rgba(10, 77, 60, 0.6) 100%);
  background: linear-gradient(180deg, rgba(10, 77, 60, 0) 0%, rgba(10, 77, 60, 0) 50%, rgba(10, 77, 60, 0.6) 100%);
}
.about-section .about-content {
  padding: 3em;
  position: relative;
  background: #fff;
}
.about-section .about-content .shape {
  position: absolute;
  top: -30px;
  right: -50px;
}
.about-section .about-content .content-wrapper .sub-title {
  font-family: "Rubik";
  font-size: 14px;
  font-weight: 700;
  color: #333436;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
}
.about-section .about-content .content-wrapper .main-title {
  font-size: 3em;
  margin-top: 23px;
  color: #000000;
  font-family: "Rubik";
}
.about-section .about-content .content-wrapper p {
  margin-top: 20px;
}
.about-section .about-content .content-wrapper .count {
  font-family: "Rubik";
  font-size: 30px;
  font-weight: 500;
  color: #333436;
  line-height: 1;
  margin-top: 40px;
  display: block;
}

.discover-section {
  position: relative;
  background: #FCEEE5;
}
.discover-section .row {
  align-items: center;
}
.discover-section .row .discover-con {
  padding: 3em;
  font-family: "Rubik";
}
.discover-section .row .discover-con h1 {
  color: #D15F00;
  font-size: 3em;
}
.discover-section .row .discover-con h3 {
  color: #F2993B;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.discover-section .row .discover-con p {
  color: #000000;
  font-size: 1em;
}
.discover-section .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
}

.specialize-section {
  padding: 3em 0;
  background: #FCEEE5;
}
.specialize-section .specialize-inner {
  border: 1px solid #D15F00;
}
.specialize-section .specialize-inner .heading-specialize {
  padding: 2em;
  text-align: center;
  background: #D15F00;
  margin: 0;
  color: #fff;
  font-family: "Poppins", serif;
}
.specialize-section .specialize-inner .special-feature {
  padding: 0.7em;
  text-align: center;
  border-right: 1px solid #D15F00;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.specialize-section .specialize-inner .special-feature img {
  display: block;
  margin: 0 auto;
}
.specialize-section .specialize-inner .special-feature span {
  display: block;
  margin-top: 1em;
  font-family: "Rubik";
  font-size: 1em;
}
.specialize-section .learn-more-btn {
  margin-top: 2em;
  text-align: center;
}
.specialize-section .learn-more-btn a {
  background: #F5D3B8;
  padding: 10px 18px;
  display: inline-block;
  font-family: "Poppins", serif;
  color: #000000;
  text-decoration: none;
}

.programme-section {
  background: #fff;
  padding: 3em 0;
}
.programme-section .heading-section {
  text-align: center;
  color: #000000;
  margin-bottom: 2em;
}
.programme-section .heading-section h1 {
  font-family: "Rubik";
}
.programme-section .heading-section span {
  font-family: "Poppins", serif;
}
.programme-section .inner-box-program {
  border: 1px solid #ECEDF2;
  border-radius: 8px;
  position: relative;
  padding: 10px;
  margin-bottom: 1.5em;
}
.programme-section .inner-box-program .image-box {
  position: relative;
  border-radius: 10px;
  margin-bottom: 0;
}
.programme-section .inner-box-program .image-box .image {
  margin: 0;
}
.programme-section .inner-box-program .image-box img {
  height: 250px;
  width: 100%;
}
.programme-section .inner-box-program .lower-content {
  padding: 1em 0;
  position: relative;
}
.programme-section .inner-box-program .lower-content h3 {
  display: block;
  margin-bottom: 10px;
}
.programme-section .inner-box-program .lower-content h3 a {
  color: #202124;
  display: block;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  font-family: "Rubik";
}
.programme-section .inner-box-program .lower-content .text {
  color: #696969;
  font-family: "Rubik";
  font-size: 14px;
}
.programme-section .inner-box-program .lower-content .read-more {
  color: #D15F00;
  text-decoration: underline;
}
.programme-section .program-main {
  margin-bottom: 1.5em;
  background: #FBFBFB;
  padding: 1.5em;
}
.programme-section .program-main h3 {
  font-family: "Poppins", serif;
  font-size: 1.2em;
  border-bottom: 1px solid #F2993B;
  padding-bottom: 5px;
}
.programme-section .program-main h3 a {
  color: #000000;
  cursor: pointer;
  display: block;
}
.programme-section .program-main p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Rubik";
  font-size: 0.8em;
}

.client-section {
  position: relative;
  background: #FBFBFB;
  padding: 5em 0;
}
.client-section .shape-01 {
  position: absolute;
  top: 100px;
  left: 120px;
  opacity: 0.2;
}
.client-section .shape-02 {
  position: absolute;
  top: 30%;
  right: 16%;
  opacity: 0.2;
}
.client-section .heading-section {
  text-align: center;
  margin-bottom: 2em;
}
.client-section .heading-section h1 {
  font-family: "Rubik";
  color: #000000;
}
.client-section .heading-section span {
  font-family: "Poppins", serif;
  color: #F2993B;
}
.client-section .client-carousel .client-main {
  text-align: center;
}
.client-section .client-carousel .client-main .client-img {
  margin-bottom: 1em;
}
.client-section .client-carousel .client-main .client-img img {
  height: 85px;
  margin: 0 auto;
  width: 85px;
  border-radius: 50%;
}
.client-section .client-carousel .client-main .client-testi p {
  font-family: "Rubik";
  font-size: 1.1em;
  color: #000000;
  margin-bottom: 1.5em;
}
.client-section .client-carousel .client-main .client-testi .client-info .client-name {
  display: block;
  font-size: 1.1em;
  font-family: "Poppins", serif;
  font-weight: 500;
}
.client-section .client-carousel .client-main .client-testi .client-info .client-des {
  font-size: 1em;
  color: #D15F00;
  display: block;
  text-transform: uppercase;
  font-family: "Poppins", serif;
}
.client-section .send-btn {
  text-align: center;
  margin-top: 1.5em;
}

.health-calculator-section {
  background: #FCEEE5;
  padding: 3em 0 0 0;
}
.health-calculator-section .heading-section {
  text-align: center;
  color: #000000;
  margin-bottom: 2em;
}
.health-calculator-section .heading-section h1 {
  font-family: "Rubik";
}
.health-calculator-section .heading-section span {
  font-family: "Poppins", serif;
}
.health-calculator-section .health-layer {
  text-align: right;
}
.health-calculator-section .health-layer img {
  max-width: 25%;
}
.health-calculator-section .health-calculators .calculator-main-game {
  background: #fff;
  box-shadow: 1px 1px 4px 1px rgba(158, 158, 158, 0.1607843137);
}
.health-calculator-section .health-calculators .calculator-main-game a {
  display: block;
  cursor: pointer;
  padding: 1em;
  text-align: center;
}
.health-calculator-section .health-calculators .calculator-main-game a img {
  margin: 0 auto;
  height: 45px;
  width: 45px;
  display: block;
}
.health-calculator-section .health-calculators .calculator-main-game a span {
  color: #000000;
  margin: 10px 0;
  display: block;
  font-family: "Poppins", serif;
  font-weight: 400;
}

.breadcrumb-section {
  background: #FCEEE5;
  padding: 2em 0;
}
.breadcrumb-section .title-outer {
  text-align: center;
  font-family: "Poppins", serif;
}
.breadcrumb-section .title-outer h1 {
  position: relative;
  display: block;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.8em;
  font-size: 1.6em;
}
.breadcrumb-section .title-outer nav .breadcrumb {
  justify-content: center;
}
.breadcrumb-section .title-outer nav .breadcrumb li {
  font-size: 14px;
  color: #000000;
}
.breadcrumb-section .title-outer nav .breadcrumb li a {
  text-decoration: none;
  color: #333;
}

.owl-carou-navigations {
  position: relative;
}
.owl-carou-navigations .owl-nav button {
  position: absolute;
  top: 50%;
  background: #D15F00 !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #fff !important;
}
.owl-carou-navigations .owl-nav button.owl-prev {
  left: 10px;
}
.owl-carou-navigations .owl-nav button.owl-next {
  right: 10px;
}

.animation-rotate {
  -webkit-animation: rotate 5s linear 0s infinite normal forwards;
  animation: rotate 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animation-up {
  -webkit-animation: up 5s linear 0s infinite normal forwards;
  animation: up 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animation-down {
  -webkit-animation: down 5s linear 0s infinite normal forwards;
  animation: down 5s linear 0s infinite normal forwards;
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes backward {
  0% {
    transform: rotateZ(25deg);
  }
  50% {
    transform: rotateZ(10deg);
  }
  100% {
    transform: rotateZ(25deg);
  }
}
.animation-backward {
  -webkit-animation: backward 5s linear 0s infinite normal both;
  animation: backward 5s linear 0s infinite normal both;
}

.modal-game-calculator {
  z-index: 999999999 !important;
}
.modal-game-calculator .modal-dialog {
  max-width: 650px;
}
.modal-game-calculator .modal-dialog .modal-content .modal-header {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-game-calculator .modal-dialog .modal-content .modal-header .modal-title {
  font-family: "Poppins", serif;
  font-size: 1em;
}
.modal-game-calculator .modal-dialog .modal-content .modal-header .close {
  background: transparent;
  border: none;
  display: flex;
  padding: 0;
}
.modal-game-calculator .modal-dialog .modal-content .modal-header .close i {
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
}
.modal-game-calculator .modal-dialog .modal-content .modal-body .calculate-game-main .row {
  align-items: center;
}
.modal-game-calculator .modal-dialog .modal-content .modal-body .calculate-game-main .cal-sec-one {
  text-align: center;
}
.modal-game-calculator .modal-dialog .modal-content .modal-body .calculate-game-main .cal-sec-one img {
  padding: 10px;
  background: #DBFFDA;
  border-radius: 50%;
  height: 70px;
  width: 70px;
}
.modal-game-calculator .modal-dialog .modal-content .modal-body .calculate-game-main .cal-sec-one h3 {
  font-size: 1.55em;
  font-family: "Poppins", serif;
  margin-bottom: 1em;
}
.modal-game-calculator .modal-dialog .modal-content .modal-body .calculate-game-main .cal-sec-one p {
  font-size: 1.1em;
  font-family: "Poppins", serif;
  font-weight: 500;
  margin-top: 1em;
}
.modal-game-calculator .modal-dialog .modal-content .modal-body .calculate-game-main .cal-sec-form h3 {
  font-size: 14px;
  font-family: "Rubik";
}
.modal-game-calculator .modal-dialog .modal-content .modal-body .calculate-game-main .cal-sec-form h2 {
  font-size: 3em;
  color: #D15F00;
  font-family: "Poppins";
}
.modal-game-calculator .modal-dialog .modal-content .modal-body .calculate-game-main .cal-sec-form p {
  font-size: 12px;
  font-family: "Poppins", serif;
}

.modal {
  z-index: 999999999 !important;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: "Poppins", serif;
  font-size: 1em;
}
.modal .modal-dialog .modal-content .modal-header .close {
  background: transparent;
  border: none;
  display: flex;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-header .close i {
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
}

.modal-package {
  z-index: 999999999 !important;
}
.modal-package .modal-dialog {
  max-width: 650px;
}
.modal-package .modal-dialog .modal-content .modal-header {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-package .modal-dialog .modal-content .modal-header .modal-title {
  font-family: "Poppins", serif;
  font-size: 1em;
}
.program-detail-page .program-top-section {
  padding: 2em 0;
}
.program-detail-page .program-top-section .program-banner-img {
  margin-bottom: 1em;
}
.program-detail-page .program-top-section .program-banner-img img {
  max-width: 100%;
}
.program-detail-page .program-top-section .program-details p {
  font-size: 15px;
  font-family: "Rubik";
}
.program-detail-page .program-middle-section {
  background: #FCEEE5;
}
.program-detail-page .program-middle-section .left-middle-sec {
  padding: 3em 1em;
}
.program-detail-page .program-middle-section .left-middle-sec h3 {
  font-size: 2em;
  font-family: "Rubik";
  margin-bottom: 1em;
}
.program-detail-page .program-middle-section .left-middle-sec ul {
  padding: 0 20px;
  list-style: square;
}
.program-detail-page .program-middle-section .left-middle-sec ul li {
  font-size: 1.1em;
  font-family: "Rubik";
  margin-bottom: 1em;
}
.program-detail-page .program-middle-section .right-middle-sec {
  height: 100%;
  padding: 3em 2em;
  background: #fff;
}
.program-detail-page .program-middle-section .right-middle-sec h3 {
  font-size: 2em;
  font-family: "Rubik";
  margin-bottom: 1em;
}
.program-detail-page .program-middle-section .right-middle-sec ul {
  padding: 0 20px;
  list-style: none;
}
.program-detail-page .program-middle-section .right-middle-sec ul li {
  display: flex;
  margin-bottom: 1em;
  align-items: center;
  color: #000000;
  font-family: "Rubik";
}
.program-detail-page .program-middle-section .right-middle-sec ul li .work-count {
  font-size: 3em;
  line-height: normal;
  margin-right: 0.5em;
}
.program-detail-page .program-middle-section .right-middle-sec ul li .work-p {
  margin: 0;
  font-size: 1em;
}
.program-detail-page .program-package-section {
  padding: 3em 0;
}
.program-detail-page .program-package-section .heading-sec {
  text-align: center;
}
.program-detail-page .program-package-section .heading-sec h3 {
  font-size: 2em;
  font-family: "Rubik";
  margin-bottom: 1em;
}
.program-detail-page .program-package-section .package-carousel .price__item {
  padding: 2em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  margin: 10px;
  border: 1px solid #F2993B;
}
.program-detail-page .program-package-section .package-carousel .price__item .price__head h3 {
  font-size: 1.4em;
  font-family: "Poppins", serif;
}
.program-detail-page .program-package-section .package-carousel .price__item .price__head p {
  color: #53545b;
  margin-bottom: 17px;
}
.program-detail-page .program-package-section .package-carousel .price__item .price__tag {
  padding-bottom: 13px;
  border-bottom: 1px solid #e0e3ed;
  margin-bottom: 25px;
}
.program-detail-page .program-package-section .package-carousel .price__item .price__tag h4 {
  font-size: 2em;
  font-weight: 700;
  font-family: "Rubik";
}
.program-detail-page .program-package-section .package-carousel .price__item .price__tag h4 span {
  font-size: 16px;
  font-weight: 400;
}
.program-detail-page .program-package-section .package-carousel .price__item .price__features {
  margin-bottom: 25px;
}
.program-detail-page .program-package-section .package-carousel .price__item .price__features ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.program-detail-page .program-package-section .package-carousel .price__item .price__features ul li {
  font-size: 15px;
  font-family: "Poppins", serif;
  color: #000000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.4em;
}
.program-detail-page .program-package-section .package-carousel .price__item .price__features ul li svg {
  position: absolute;
  left: 0;
  top: 3px;
  height: 18px;
  width: 18px;
  display: inline-block;
}
.program-detail-page .program-package-section .package-carousel .price__item .price__features ul li svg path {
  fill: #F2993B;
}
.program-detail-page .program-package-section .package-carousel .price__item .get-started-btn {
  border-top: 1px solid #e0e3ed;
  padding: 10px 0;
}
.program-detail-page .program-package-section .package-carousel .price__item .get-started-btn button {
  font-family: "Poppins", serif;
  color: #fff;
  padding: 7px 10px;
  color: #D15F00;
  background: #fff;
  display: block;
  border: 1px solid #D15F00;
  width: 100%;
  border-radius: 7px;
  transition: 0.2s;
}
.program-detail-page .program-package-section .package-carousel .price__item .get-started-btn button:hover {
  background: #D15F00;
  border-color: #000000;
  color: #fff;
}

.faq-detail-page {
  padding: 3em 0;
}
.faq-detail-page .accordion .accordion-item {
  position: relative;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #ECEDF2;
  transition: all 300ms ease;
}
.faq-detail-page .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  font-size: 16px;
  padding: 17px 30px;
  font-family: "Poppins", serif;
  line-height: 30px;
  color: #202124;
  font-weight: 500;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
}
.faq-detail-page .accordion .accordion-item .accordion-header .accordion-button:focus, .faq-detail-page .accordion .accordion-item .accordion-header .accordion-button:hover {
  box-shadow: none;
}
.faq-detail-page .accordion .accordion-item .accordion-collapse .accordion-body p {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  font-weight: 400;
  margin-bottom: 0;
  transition: all 300ms ease;
  font-family: "Rubik";
}

.contact-us-page .upper-box {
  position: relative;
  padding: 3em 0;
  margin-bottom: 2em;
  z-index: 1;
  background: #fff;
}
.contact-us-page .upper-box .inner-box {
  position: relative;
  text-align: center;
}
.contact-us-page .upper-box .inner-box .icon {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.contact-us-page .upper-box .inner-box h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #202124;
  font-family: "Poppins", serif;
  margin-bottom: 10px;
}
.contact-us-page .upper-box .inner-box p {
  font-size: 14px;
  font-family: "Rubik";
  margin: 0;
  color: #696969;
}
.contact-us-page .upper-box .inner-box a {
  text-decoration: none;
  color: #696969;
  font-family: "Rubik";
}
.contact-us-page .upper-box .inner-box a.phone {
  color: #F2993B;
  font-size: 1.2em;
}
.contact-us-page .contact-form {
  margin-bottom: 2em;
}
.contact-us-page .contact-form .contact-inner {
  border: 1px solid #ECEDF2;
  border-radius: 8px;
  padding: 2em;
}
.contact-us-page .contact-form .contact-inner h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #202124;
  font-family: "Rubik";
  margin-bottom: 15px;
}
.contact-us-page .contact-form .contact-inner .form-group .btn-msg {
  border: none;
  border-radius: 5px;
}

.blog-page {
  padding: 3em 0;
}
.blog-page .inner-box {
  border: 1px solid #ECEDF2;
  border-radius: 8px;
  position: relative;
  padding: 10px;
  margin-bottom: 1.5em;
}
.blog-page .inner-box .image-box {
  position: relative;
  border-radius: 10px;
  margin-bottom: 0;
}
.blog-page .inner-box .image-box .image {
  margin: 0;
}
.blog-page .inner-box .image-box img {
  height: 250px;
  width: 100%;
}
.blog-page .inner-box .lower-content {
  padding: 1em 0;
  position: relative;
}
.blog-page .inner-box .lower-content h3 {
  display: block;
  margin-bottom: 10px;
}
.blog-page .inner-box .lower-content h3 a {
  color: #202124;
  display: block;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  font-family: "Rubik";
}
.blog-page .inner-box .lower-content .text {
  color: #696969;
  font-family: "Rubik";
  font-size: 14px;
}
.blog-page .inner-box .lower-content .read-more {
  color: #D15F00;
  text-decoration: underline;
}

.blog-single-page .blog-single-img {
  text-align: center;
}
.blog-single-page .blog-single-img img {
  max-width: 100%;
}
.blog-single-page .blog-single-article {
  padding: 2em 0;
}
.blog-single-page .blog-single-article h1, .blog-single-page .blog-single-article h2, .blog-single-page .blog-single-article h3, .blog-single-page .blog-single-article h4, .blog-single-page .blog-single-article h5, .blog-single-page .blog-single-article h6 {
  font-family: "Rubik";
  color: #202124;
  margin-bottom: 10px;
}
.blog-single-page .blog-single-article p {
  font-size: 14px;
  color: #696969;
}

@media only screen and (max-width: 767px) {
  header .navbar {
    padding: 20px 0;
  }
  header .navbar button .toggle-bars-icon {
    height: 20px;
    width: 20px;
    color: #000000;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  header .header-strip .welcome-strip {
    padding: 4px;
  }
  header .header-strip .welcome-strip span {
    font-size: 7px;
  }
  header .header-strip .social-strip {
    padding: 3px;
  }
  header .header-strip .social-strip ul li a {
    height: 12px;
    width: 12px;
  }
  header .header-strip .social-strip ul li a i {
    height: 12px;
    width: 12px;
    background-size: 12px 12px;
  }

  .about-section {
    padding: 3em 0;
  }
  .about-section .about-images .about-btn .btn-meet {
    padding: 8px 1rem;
    font-size: 14px;
  }
  .about-section .about-content {
    padding: 1.5em;
  }
  .about-section .about-content .shape {
    height: 50px;
    right: -3px;
    top: 1rem;
  }
  .about-section .about-content .content-wrapper .sub-title {
    font-size: 12px;
  }
  .about-section .about-content .content-wrapper .main-title {
    font-size: 1.3em;
  }
  .about-section .about-content .content-wrapper p {
    margin-top: 10px;
    font-size: 10px;
  }
  .about-section .about-content .content-wrapper .count {
    font-size: 1.1em;
    margin-top: 1rem;
  }

  .specialize-section .specialize-inner .heading-specialize {
    padding: 1em;
    font-size: 1.5em;
  }
  .specialize-section .specialize-inner .special-feature {
    border-right: none;
    padding: 10px 0;
    margin: 10px 0;
  }
  .specialize-section .specialize-inner .special-feature img {
    height: 70px;
  }
  .specialize-section .specialize-inner .special-feature span {
    font-size: 14px;
  }
  .specialize-section:not(:last-child) .special-feature {
    border-bottom: 1px solid #D15F00;
  }
  .specialize-section .learn-more-btn a {
    padding: 8px 1rem;
    font-size: 14px;
  }

  .programme-section .heading-section h1 {
    font-size: 1.5em;
  }
  .programme-section .heading-section span {
    font-size: 1em;
  }
  .programme-section .program-main h3 {
    font-size: 1em;
  }
  .programme-section .program-main p {
    font-size: 10px;
  }

  .health-calculator-section .heading-section h1 {
    font-size: 1.5em;
  }
  .health-calculator-section .heading-section span {
    font-size: 0.85em;
  }
  .health-calculator-section .health-calculators .calculator-main-game {
    margin-bottom: 1em;
  }
  .health-calculator-section .health-calculators .calculator-main-game a {
    display: block;
    cursor: pointer;
    padding: 1em;
    text-align: center;
  }
  .health-calculator-section .health-calculators .calculator-main-game a span {
    font-size: 14px;
  }

  .client-section {
    padding: 3em 0;
  }
  .client-section .shape-01 {
    top: 18rem;
    left: 50px;
    height: 60px;
  }
  .client-section .shape-02 {
    top: 50%;
    right: 12%;
    height: 130px;
  }
  .client-section .heading-section {
    text-align: center;
    margin-bottom: 2em;
  }
  .client-section .heading-section h1 {
    font-size: 1.5em;
  }
  .client-section .heading-section span {
    font-size: 1em;
  }
  .client-section .client-carousel .client-main {
    text-align: center;
  }
  .client-section .client-carousel .client-main .client-img {
    margin-bottom: 1em;
  }
  .client-section .client-carousel .client-main .client-img img {
    height: 85px;
    margin: 0 auto;
    width: 85px;
    border-radius: 50%;
  }
  .client-section .client-carousel .client-main .client-testi p {
    font-family: "Rubik";
    font-size: 0.85em;
    color: #000000;
    margin-bottom: 1.5em;
  }
  .client-section .client-carousel .client-main .client-testi .client-info .client-name {
    display: block;
    font-size: 1em;
    font-family: "Poppins", serif;
    font-weight: 500;
  }
  .client-section .client-carousel .client-main .client-testi .client-info .client-des {
    font-size: 0.9em;
    color: #D15F00;
    display: block;
    text-transform: uppercase;
    font-family: "Poppins", serif;
  }

  footer {
    padding: 3em 0 1.5em 0;
  }
  footer .footer-widget-wrapper .footer-widget p {
    font-size: 0.85em;
  }
  footer .footer-widget-wrapper .footer-widget .footer-widget-title {
    margin: 1em 0;
  }
  footer .footer-widget-wrapper .footer-widget .widget-link li {
    font-size: 14px;
  }

  .footer-copyright {
    background-color: #A84D01;
  }
  .footer-copyright .copyright-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
  }
  .footer-copyright .copyright-wrapper .copyright-text p {
    font-size: 0.85em;
  }
  .footer-copyright .copyright-wrapper .copyright-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .footer-copyright .copyright-wrapper .copyright-link a {
    font-size: 10px;
  }
  .footer-copyright .copyright-wrapper .copyright-link a + a::before {
    position: absolute;
    content: "";
    top: 1px;
    font-size: 10px;
    left: 0px;
  }

  .discover-section .row .discover-con {
    padding: 2em 0 1.5em 0;
  }
  .discover-section .row .discover-con h1 {
    font-size: 1.6em;
  }
  .discover-section .row .discover-con h3 {
    font-size: 1em;
  }
  .discover-section .row .discover-con p {
    font-size: 0.85em;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  header .navbar button .toggle-bars-icon {
    height: 20px;
    width: 20px;
    color: #000;
  }
  header .header-strip .welcome-strip span {
    font-size: 13px;
  }
  header .header-strip .social-strip ul li a {
    display: block;
    height: 16px;
    width: 16px;
  }
  header .header-strip .social-strip ul li a i {
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
  }

  .about-section .about-images .about-btn .btn-meet {
    padding: 10px 30px;
  }
  .about-section .about-content {
    padding: 3em;
    position: relative;
  }
  .about-section .about-content .shape {
    height: 120px;
    top: -7px;
    right: -23px;
  }
  .about-section .about-content .content-wrapper .main-title {
    font-size: 1.9em;
    margin-top: 1rem;
  }
  .about-section .about-content .content-wrapper .sub-title {
    font-size: 12px;
  }
  .about-section .about-content .content-wrapper p {
    margin-top: 12px;
    font-size: 12px;
  }
  .about-section .about-content .content-wrapper .count {
    font-size: 1.1em;
  }

  .discover-section .discover-con {
    font-family: "Rubik";
  }
  .discover-section .discover-con h1 {
    color: #F2993B;
    font-size: 2.5em;
  }
  .discover-section .discover-con h3 {
    color: #D15F00;
    font-size: 1.3em;
    margin-bottom: 1em;
  }
  .discover-section .discover-con a {
    background: #E8ECFF;
    padding: 10px 18px;
    display: inline-block;
    font-family: "Poppins", serif;
    color: #000000;
    text-decoration: none;
    font-size: 15px;
  }

  .specialize-section .specialize-inner .heading-specialize {
    padding: 1.5em;
    font-size: 1.8em;
  }
  .specialize-section .specialize-inner .special-feature img {
    height: 70px;
  }
  .specialize-section .specialize-inner .special-feature span {
    font-size: 12px;
  }

  .client-section {
    position: relative;
    background: #FBFBFB;
    padding: 5em 0;
  }
  .client-section .shape-01 {
    top: 100px;
    height: 120px;
    left: 55px;
  }
  .client-section .shape-02 {
    top: 40%;
    height: 120px;
    right: 16%;
  }

  .footer-copyright {
    background-color: #A84D01;
  }
  .footer-copyright .copyright-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
  }
  .footer-copyright .copyright-wrapper .copyright-text p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    font-family: "Rubik";
  }
  .footer-copyright .copyright-wrapper .copyright-link a {
    position: relative;
    font-size: 12px;
    font-size: 12px;
    margin-top: 0px;
  }
  .footer-copyright .copyright-wrapper .copyright-link a + a {
    margin-left: 20px;
  }
  .footer-copyright .copyright-wrapper .copyright-link a + a::before {
    position: absolute;
    content: "*";
    top: 1px;
    font-size: 15px;
    left: -20px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1099px) {
  .discover-section .discover-con {
    font-family: "Rubik";
  }
  .discover-section .discover-con h1 {
    color: #F2993B;
    font-size: 3em;
  }
  .discover-section .discover-con h3 {
    color: #D15F00;
    font-size: 1.5em;
    margin-bottom: 1em;
  }

  .about-section .about-images .about-btn .btn-meet {
    padding: 10px 30px;
  }
  .about-section .about-content .shape {
    height: 120px;
    top: -7px;
    right: -23px;
  }
  .about-section .about-content .content-wrapper .main-title {
    font-size: 2.5em;
    margin-top: 1rem;
  }
  .about-section .about-content .content-wrapper .sub-title {
    font-size: 15px;
  }
  .about-section .about-content .content-wrapper p {
    margin-top: 12px;
    font-size: 12px;
  }
  .about-section .about-content .content-wrapper .count {
    font-size: 1.1em;
  }
}

/*# sourceMappingURL=styles.css.map */
