header {
  position: fixed;
  top: 0;
  z-index: 10;
  background: #ffffff;
  width: 100%;
}

header.shadowed {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 50, 0.09);
          box-shadow: 0 0 15px rgba(0, 0, 50, 0.09);
}

header.shadowed .navbar {
  min-height: 70px;
}

header .navbar {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  min-height: 90px;
}

@media only screen and (max-width: 768px) {
  header .navbar {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .navbar .navbar-brand .logo {
  height: 45px;
}

@media only screen and (max-width: 768px) {
  header .navbar .navbar-brand .logo {
    max-width: 200px;
    height: auto;
  }
}

header .navbar .nav-link {
  color: #508fcc;
  margin: 0 8px;
  font-size: 12px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  header .navbar .navbar-toggler {
    position: absolute;
    left: 5px;
  }
}

header .navbar .navbar-toggler span {
  width: 15px;
  height: 1px;
  display: block;
  background: #34343c;
  margin: 4px 0;
}

@media only screen and (max-width: 768px) {
  header .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-size: 15px;
  font-family: 'Mulish', sans-serif;
  overflow-x: hidden;
}

html.lightGray,
body.lightGray {
  background: #f7f8fa;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

main {
  margin-top: 140px;
}

[data-aos=rotate-left-up] {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(30px) rotate(45deg);
          transform: translateY(30px) rotate(45deg);
  opacity: 0.5;
  z-index: 1;
}

[data-aos=rotate-left-up].aos-animate {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
  opacity: 1;
}

.backToTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  color: #fff;
  line-height: .5;
  background: #5f8dc8;
  padding: 10.5px;
  opacity: 0.6;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.backToTop.closeBackToTop {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.backToTop:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
}

.backToTop i {
  line-height: 0.7;
}

.cover-wrapper .cover-desc p {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  color: #A1A3A4; /* #542e89; */
  margin-top: 0px; /* 100px; */
}

.cover-wrapper a {
  color: #508FCC;
}

@media (min-width: 991px) {
  .cover-wrapper .cover-desc p {
    font-size: 24px;
  }
}

.cover-wrapper a img {
  width: 100%;
}

.hiw-wrapper {
  margin-top: 180px;
  padding: 50px 0;
  background: #F2F2F2;
}

.hiw-wrapper .hiw-icon {
  margin-right: 1rem;
}

.hiw-wrapper h2 {
  font-size: 32px;
  font-weight: 800;
  color: #34343c;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 80px;
}

@media (min-width: 991px) {
  .hiw-wrapper h2 {
    font-size: 48px;
  }
}

.hiw-wrapper .hiw-step {
  margin-bottom: 70px;
}

.hiw-wrapper .hiw-step i {
  font-size: 24px;
  color: #508fcc;
  padding: 14px;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
}

.hiw-wrapper .hiw-step h3 {
  font-weight: 800;
  color: #34343c;
  font-size: 22px;
}

.hiw-wrapper .hiw-step p {
  font-size: 15px;
  font-weight: 400;
  color: #34343c;
  line-height: 28px;
}

@media (min-width: 991px) {
  .hiw-wrapper .hiw-step p {
    font-size: 20px;
  }
}

.ntw-wrapper {
  padding: 100px 0 70px 0;
  background: #542e89;
}

.ntw-wrapper h2 {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 80px;
}

@media (min-width: 991px) {
  .ntw-wrapper h2 {
    font-size: 48px;
  }
}

.ntw-wrapper .chat-icon {
  background: #ffffff;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  cursor: default;
  margin-bottom: 50px;
}

.ntw-wrapper .chat-icon span {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}

.ntw-wrapper .chat-icon svg {
  height: 26px;
  width: 26px;
}

.ntw-wrapper p {
  font-size: 34px !important;
  line-height: 1.5 !important;
  font-weight: normal !important;
  text-align: center !important;
  color: #ffffff;
  font-family: 'Mulish', sans-serif;
}

.phy-health-wrapper {
  padding: 60px 0;
  background: #F2F2F2;
}

.phy-health-wrapper h2 {
  font-size: 32px;
  font-weight: 600;
  color: #34343c;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 80px;
  text-align: center;
}

@media (min-width: 991px) {
  .phy-health-wrapper h2 {
    font-size: 48px;
  }
}

.phy-health-wrapper p {
  font-size: 20px;
  font-weight: 400;
  color: #111111;
}

.phy-health-wrapper p:first-child {
  margin-top: 100px;
}

.phy-health-wrapper p a {
  text-decoration: none;
  color: #111111;
}

.phy-health-wrapper p a:hover {
  text-decoration: underline;
}

.bs-wrapper {
  padding: 40px 0;
}

@media (min-width: 991px) {
  .bs-wrapper {
    padding: 80px 0;
  }
}

.bs-wrapper h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 80px;
  text-align: center;
}

@media (min-width: 991px) {
  .bs-wrapper h2 {
    font-size: 48px;
  }
}

.bs-wrapper .bs-step .bs-icon {
  padding-top: 2rem;
}

.bs-wrapper .bs-step .bs-icon i {
  font-size: 26px;
  color: #5f8dc8;
}

.bs-wrapper .bs-step .bs-text {
  padding: 1rem;
  margin-bottom: 40px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.bs-wrapper .bs-step .bs-text:hover {
  background: #E8F0FE;
}

.bs-wrapper .bs-step h3 {
  font-size: 18px;
  color: #508fcc;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 15px;
}

.bs-wrapper .bs-step p {
  font-size: 20px;
  color: #111111;
  font-family: 'Mulish', sans-serif;
}

.arw-wrapper {
  padding: 0 0 0 0; /* 80px 0 50px 0; */
}

.arw-wrapper a {
  color: #508FCC;
}

.arw-wrapper h2 {
  font-size: 32px;
  font-weight: 600;
  color: #34343c;
  font-family: 'Mulish', sans-serif;
  text-align: center;
}

@media (min-width: 991px) {
  .arw-wrapper h2 {
    font-size: 48px;
  }
}

.arw-wrapper p {
  font-size: 16px;
  font-weight: 300;
  color: #606060;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 80px;
}

@media (min-width: 991px) {
  .arw-wrapper p {
    font-size: 26px;
  }
}

.arw-wrapper .team-member {
  margin-bottom: 30px;
}

.arw-wrapper .team-member .tm-img {
  margin-bottom: 20px;
}

.arw-wrapper .team-member .tm-img img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 50%;
}

.arw-wrapper .team-member .tm-img img:hover {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.arw-wrapper .team-member h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 10px;
}

.arw-wrapper .team-member span {
  font-size: 14px;
  font-weight: 300;
  padding: 0 10px;
}

.arw-wrapper .team-member p {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 300;
  color: #606060;
  line-height: 1.4;
}

.arw-wrapper .team-member p a {
  color: #5f8dc8;
}

.arw-wrapper .team-member p a:hover {
  text-decoration: underline;
}

.footer-wrapper {
  padding: 50px 0;
  background: #542e89;
}

.footer-wrapper .footer-content {
  max-width: 1000px;
  margin: 0 auto;
}

.footer-wrapper P {
  color: #f5f5f5;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  font-family: 'Mulish', sans-serif;
}

.footer-wrapper p:first-child {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  font-family: inherit;
  margin-bottom: 30px;
}

.footer-wrapper p:first-child a {
  color: #508FCC; /* #5f8dc8; */
}

.footer-wrapper p:first-child a:hover {
  text-decoration: underline;
}

.sm-wrapper .sm-cover-desc, .sm-wrapper .about-desc p {
  font-weight: 500;
  color: #606060;
  line-height: 1.4;
  font-size: 19px;
  font-family: 'Mulish', sans-serif;
}

.sm-wrapper .sm-cover-desc a, .sm-wrapper .about-desc p a {
  color: #5f8dc8;
}

.sm-wrapper .sm-cover-desc a:hover, .sm-wrapper .about-desc p a:hover {
  text-decoration: underline;
}

.sm-wrapper .about-desc p a {
  text-decoration: underline;
  font-size: 20px;
}

.sm-wrapper h2.section-title {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  color: #606060;
  line-height: 1.5;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .sm-wrapper h2.section-title {
    font-size: 36px;
  }
}

.sm-wrapper section {
  margin-top: 50px;
}

.sm-wrapper .links-wrapper .row p {
  text-align: center;
}

.sm-wrapper .links-wrapper .row p a {
  text-decoration: underline;
  color: #3366ff;
  font-size: 20px;
}

.faq-wrapper {
  margin-top: 20px;
}

.faq-wrapper h1 {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 80px;
  text-align: center;
}

@media (min-width: 991px) {
  .faq-wrapper h1 {
    font-size: 48px;
  }
}

.faq-wrapper h2 {
  font-family: 'Mulish', sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  color: #34343c;
  margin-bottom: 16px;
  line-height: 1;
}

@media (min-width: 768px) {
  .faq-wrapper h2 {
    font-size: 2rem;
  }
}

.faq-wrapper .panel-group {
  margin-bottom: 50px;
}

.faq-wrapper .faq-item .panel-title > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f8fa;
  color: #34343c;
  font-size: 15px;
  font-weight: 400;
  padding: 1rem;
  font-family: 'Mulish', sans-serif;
}

.faq-wrapper .faq-item .panel-title > a:hover, .faq-wrapper .faq-item .panel-title > a.active-faq {
  background: #5f8dc8;
  color: #ffffff;
}

.faq-wrapper .faq-item .panel-title > a.active-faq i::before {
  content: "\f068";
}

.faq-wrapper .faq-item .panel-desc {
  display: none;
  font-size: 15px;
  font-weight: 400;
  color: #606060;
  line-height: 1.4;
  padding: 1rem;
}

.faq-wrapper .faq-item .panel-desc p {
  font-family: 'Mulish', sans-serif;
  color: #606060;
  font-weight: 300;
  font-size: 15px;
}

.faq-wrapper .faq-item .panel-desc p a {
  color: #5f8dc8;
}

.faq-wrapper .faq-item .panel-desc p a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=styles.css.map */