/* =================================================================================================
/* =================================================================================================
Font Face Definition
================================================================================================= */

/*
.btn btn-primary.home--slider my-4{
    text-align:center;
} */

html {
  overflow-x: hidden;
}

@font-face {
  font-family: "Montserrat-Light";
  font-display: block;
  src: url("../fonts/montserrat/montserrat-light.eot");
  src: url("../fonts/montserrat/montserrat-light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat/montserrat-light.svg#montserrat-light")
      format("svg"),
    url("../fonts/montserrat/montserrat-light.woff") format("woff"),
    url("../fonts/montserrat/montserrat-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  font-display: block;
  src: url("../fonts/montserrat/montserrat-regular.eot");
  src: url("../fonts/montserrat/montserrat-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat/montserrat-regular.svg#montserrat-regulart")
      format("svg"),
    url("../fonts/montserrat/montserrat-regular.woff") format("woff"),
    url("../fonts/montserrat/montserrat-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Medium";
  font-display: block;
  src: url("../fonts/montserrat/montserrat-medium.eot");
  src: url("../fonts/montserrat/montserrat-medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat/montserrat-medium.svg#montserrat-medium")
      format("svg"),
    url("../fonts/montserrat/montserrat-medium.woff") format("woff"),
    url("../fonts/montserrat/montserrat-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Semibold";
  font-display: block;
  src: url("../fonts/montserrat/montserrat-semibold.eot");
  src: url("../fonts/montserrat/montserrat-semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat/montserrat-semibold.svg#montserrat-semibold")
      format("svg"),
    url("../fonts/montserrat/montserrat-semibold.woff") format("woff"),
    url("../fonts/montserrat/montserrat-semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Semibold-Italic";
  font-display: block;
  src: url("../fonts/montserrat/montserrat-semibolditalic.eot");
  src: url("../fonts/montserrat/montserrat-semibolditalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat/montserrat-semibolditalic.svg#montserrat-semibolditalic")
      format("svg"),
    url("../fonts/montserrat/montserrat-semibolditalic.woff") format("woff"),
    url("../fonts/montserrat/montserrat-semibolditalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  font-display: block;
  src: url("../fonts/montserrat/montserrat-bold.eot");
  src: url("../fonts/montserrat/montserrat-bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/montserrat/montserrat-bold.svg#montserrat-bold") format("svg"),
    url("../fonts/montserrat/montserrat-bold.woff") format("woff"),
    url("../fonts/montserrat/montserrat-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nexa-Bold";
  font-display: block;
  src: url("../fonts/nexa/nexa_bold-webfont.eot");
  src: url("../fonts/nexa/nexa_bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/nexa/nexa_bold-webfont.svg#nexa_bold-webfont") format("svg"),
    url("../fonts/nexa/nexa_bold-webfont.woff") format("woff"),
    url("../fonts/nexa/nexa_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nexa-Light";
  font-display: block;
  src: url("../fonts/nexa/nexa_light-webfont.eot");
  src: url("../fonts/nexa/nexa_light-webfontt.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/nexa/nexa_light-webfont.svg#nexa_light-webfont") format("svg"),
    url("../fonts/nexa/nexa_light-webfont.woff") format("woff"),
    url("../fonts/nexa/nexa_light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Signalist";
  font-display: block;
  src: url("../fonts/signalist/signalist-webfont.eot");
  src: url("../fonts/signalist/signalist-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/signalist/signalist-webfont.woff") format("woff"),
    url("../fonts/signalist/signalist-webfont.ttf") format("truetype"),
    url("../fonts/signalist/signalist-webfont.svg#Signalist") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  font-display: block;
  src: url("../fonts/Lato/Lato-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  font-display: block;
  src: url("../fonts/Lato/Lato-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

/* Root Variables */

:root {
  --main-blue: 27, 184, 208;
  --main-green: 98, 178, 52;
  --main-yellow: 255, 245, 1;
}

/*!
 * Start Bootstrap - Modern Business HTML Template (https://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see https://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
  height: 100%;
  font-family: "Myriad-Pro";
}

* {
  -webkit-overflow-scrolling: auto;
}

html,
body:not(.home),
.home--wrap {
  /* overflow-x: hidden; */
}

body {
  padding-top: 0px;
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  background-color: #ffffff;
}

.error-404 {
  font-size: 100px;
}

a {
  outline: none;
  color: #2c2c33;
}

a:hover {
  color: #2e99d4;
  text-decoration: none;
}

.inner a {
  font-weight: 700;
}

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 26px;
  border-radius: 4px;
}

.map-container-2 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container-2 iframe {
  center: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  border-radius: 5px;
  color: #fff;
  padding: 1px 2px;
  font-size: 27px !important;
}

.navbar img.logo-inner {
  max-width: 200px;
}

.abc-phone,
.abc-phone a,
.abc-phone a:hover {
  color: #373735;
  font-size: 26px;
  line-height: 38px;
  font-family: "PT-Sans-Narrow-Bold";
  text-decoration: none;
  vertical-align: top;
}

.navbar .phone-license-social img {
  width: 30px;
}

.btn-sm {
  padding: 5px 2px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.image-abc {
  margin-top: -4px;
}

.phone-license-social {
  padding: 22px 0 0px;
  line-height: 38px;
  text-align: right;
  float: right;
  font-family: "Montserrat-Bold";
}

ol,
ul {
  font-family: "Montserrat-Light";
  font-size: 16px;
}

ol {
  line-height: 30px;
}

.no-bg,
.bg {
  font-family: "Montserrat-Bold";
  padding: 5px 10px;
}

.bg {
  background-color: #7ce1ef;
}

.no-bg p,
.bg p {
  font-family: "Montserrat-Bold";
}

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 80px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #1a1f23;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

img {
  max-width: 100%;
}

.banners img {
  margin-bottom: 30px;
  width: 250px;
}

.modal-header {
  padding: 5px 1rem;
}

.navbar img.instagram {
  width: 100%;
  max-width: 200px;
  margin: 0px auto;
  padding: 0px;
}

.btn-social-icon.btn-sm.btn-instagram {
  height: 30px !important;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: none;
}

.img-hover:hover {
  opacity: 0.9;
}

/* Working with trainer Start */
.wwat p {
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 20px auto;
}

.wwat h2 {
  font-family: "Signalist";
  font-size: 80px;
  line-height: 90px;
  color: #60b233;
  margin: 10px auto;
}

.wwat h3 {
  font-family: "Montserrat-Bold";
  font-size: 30px;
  line-height: 40px;
  color: #07373e;
  margin: 10px auto;
}

/* Working with trainer End */

/* Free BMI and Weight Loss Analysis Start */
.free-bmi p {
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 20px auto;
}

.free-bmi p.small {
  font-size: 12px;
  line-height: 22px;
  margin: 10px auto;
}

.free-bmi h2 {
  font-family: "Signalist";
  font-size: 80px;
  line-height: 90px;
  color: #60b233;
  margin: 10px auto;
}

.free-bmi h3 {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  line-height: 30px;
  color: #07373e;
  margin: 10px auto;
}

.free-bmi h4 {
  font-family: "Montserrat-Bold";
  font-size: 30px;
  line-height: 40px;
  color: #1bb8d0;
  margin: 10px auto;
}

.container.free-bmi ul.arrow li {
  list-style: none;
  margin: 0 0 0 18px;
  padding: 0;
  font-family: "Montserrat-Light";
  font-size: 16px;
  color: #333;
}

/* Free BMI and Weight Loss Analysis End */

/* Nutrition Program Start */

.np p {
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #06373e;
  margin: 20px auto;
}

.np h2 {
  font-family: "Signalist";
  font-size: 78px;
  line-height: 88px;
  color: #1ab8d0;
  margin: 10px auto;
}

.np h3 {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  line-height: 26px;
  color: #06373e;
  margin: 10px auto;
}

/* Nutrition Program End */
/* Slick Slider Start */
.index__slider {
  position: relative;
  z-index: 0;
}

.index__slider .slick-slider.slick-initialized {
  opacity: 1;
}

.index__slider .slick-slider {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.slick-slider .slick-slide[data-slick-index="0"],
.slick-slider .slick-slide[data-slick-index="0"] .slider__cover {
  height: 100% !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slider__cover {
  z-index: 1000;
  position: relative;
  text-align: center;
}

.slick-slider .slider__cover h1 {
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.slick-slider .slider__cover h2 {
  font-size: 1.6rem;
  line-height: 3rem;
}

.slick-slider .slick-slide[data-slick-index="0"] .slider__cover {
  position: relative;
  background: url("../images/247-support.png") center no-repeat;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: right;
}

@media screen and (min-width: 990px) {
  .slick-slider .slider__cover h2 {
    font-size: 2rem;
  }
}

.slick-slider .slider__cover h3 {
  font-size: 1.2rem;
  line-height: 2rem;
}

.slick-slider .slider__cover h1,
.slick-slider .slider__cover h2 {
  color: white;
}

.slick-slider .slick-slide[data-slick-index="0"] .slider__cover {
  transition: 0.5s ease-in-out;
}

.slick-slider .slick-slide[data-slick-index="0"] .slider__cover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.slick-slider .sub-text {
  z-index: 100;
}

.slick-slider .sub-text h3 {
  color: white;
}

@media screen and (min-width: 990px) {
  .slick-slider .slick-slide[data-slick-index="0"] .slider__cover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, black 2%, transparent 38%),
      /* 2 - 45*/ linear-gradient(to top, black 2%, transparent 38%);
  }

  .slick-slider .slick-slide[data-slick-index="0"] .slider__cover {
    padding-top: 5rem;
    text-align: left;
  }

  .slick-slider .slider__cover h1 {
    font-size: 3.6vw;
    line-height: 4.6vw;
  }
}

@media screen and (width: 1440px) and (max-height: 900px) {
  .slick-slider .slick-slide[data-slick-index="0"] .slider__cover {
    padding-top: 10rem;
  }

  .slick-slider .sub-text {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .slick-slider .slick-slide[data-slick-index="0"] .slider__cover {
    background-position-x: -48rem;
    background-position-x: 81%;
  }
}

@media screen and (max-width: 400px) and (orientation: portrait) {
  .slick-slider .slick-slide[data-slick-index="0"] .slider__cover {
    /* background-position-x: -48rem; */
    background-position-x: 77%;
  }
}

@media screen and (max-width: 900px) and (orientation: landscape),
  (min-device-width: 800px) and (max-device-width: 800px) and (orientation: portrait),
  (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .slick-slider
    .slick-slide[data-slick-index="0"]
    .slider__cover
    .slider__cover-wrapper
    > div
    > div:first-of-type {
    text-align: left !important;
    align-items: flex-start !important;
  }

  .slick-slider
    .slick-slide[data-slick-index="0"]
    .slider__cover
    .slider__cover-wrapper
    > div
    > div:first-of-type
    .btn {
    max-width: 50%;
  }

  .slick-slider .slick-slide[data-slick-index="0"],
  .slick-slider .slick-slide[data-slick-index="0"] .slider__cover {
    height: 100% !important;
  }
}

@media screen and (min-width: 1291px) {
  .slick-slider .slick-slide[data-slick-index="0"] .slider__cover {
    min-height: 48.5vw;
  }
}

.slick-slider
  .slider__cover
  .slider__cover-wrapper
  a.btn.btn-primary.home--slider {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 1.2rem;
  background-color: rgb(var(--main-yellow));
  border-color: rgb(var(--main-yellow));
  color: black;
  padding: 10px 40px;
  line-height: 1.5;
  display: block;
  transition: 0.35s ease-in-out;
}

@media screen and (min-width: 990px) {
  .slick-slider
    .slider__cover
    .slider__cover-wrapper
    a.btn.btn-primary.home--slider {
    width: 30rem;
    min-width: 350px;
    max-width: 90%;
  }
}

.slick-slider
  .slider__cover
  .slider__cover-wrapper
  a.btn.btn-primary.home--slider:hover {
  color: green;
  /*    background-color: rgb(var(--main-green)); */
  border-color: white;
  transform: scale(1.05);
  box-shadow: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.index__slider .slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 0 !important;
}

.slick-initialized .slick-slide {
  display: block !important;
}

.index__slider .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 0;
  text-align: right;
  display: none;
}

.index__slider .slick-dots li {
  display: inline-block;
  margin-left: 10px;
}

.index__slider .slick-dots .slick-active button {
  background: #fff;
}

.index__slider .slick-dots button {
  height: 5px;
  width: 23px;
  border-radius: 0;
  border: none;
  background: #fff;
  /*  background: rgba(255,255,255,0.4); */
  transition: background 0.25s ease-in-out;
}

@media (min-width: 68em) {
  .index__slider .slick-dots button {
    height: 8px;
  }
}

@media (min-width: 48em) {
  .index__slider .slick-dots button {
    width: 48px;
  }

  .index__slider .slick-dots {
    bottom: 34px;
    padding: 0 70px;
  }
}

/* Slick Slider End */

/* Navbar New */
/*.nav-header {
    background-color: transparent;
    position: absolute;
    z-index: 1;
    width: 100%;
}*/

.logo {
  margin-top: -45px;
}

.nav-header {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.nav-header-inner {
  background: #fff;
  padding: 12px 0px 11px;
}

.navlist {
  padding: 0;
}

.show-mobile,
p.btn-show-mobile {
  display: none;
}

.header-phone {
  font-family: "Montserrat-Bold";
  font-size: 16px;
  line-height: 36px;
  margin: 10px 5px 0 0;
  color: #fff;
}

.header-phone a {
  color: #fff;
  margin: 0 2px;
}

.header-phone > a:first-of-type,
.header-phone > span:first-of-type {
  font-size: 28px;
}

.navbar-inner .header-phone,
.navbar-inner .header-phone a {
  color: #000;
}

.header-phone .btn-success {
  margin: 0px auto 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Montserrat-Semibold";
  font-size: 14px;
  line-height: 24px;
}

.header-phone .btn-outline-primary {
  color: #fff;
  background-color: #1bb8d0;
  background-image: none;
  border-color: #1bb8d0;
  margin-top: 0;
  margin-bottom: 10px;

  font-family: "Montserrat-Semibold";
  font-size: 14px;
  line-height: 24px;
}

.header-phone .btn-outline-primary:not(:disabled):not(.disabled):active,
.header-phone .btn-outline-primary:focus,
.header-phone .btn-outline-primary:hover {
  background-color: #62b234;
  border-color: #62b234;
  box-shadow: none;
}

.header-phone .btn-link {
  font-family: "Montserrat-Regular";
  letter-spacing: 0.3px;
  color: #4cb04e;
  margin-bottom: 10px;
  padding-right: 0;
}

.header-phone .btn-link:hover {
  color: #1b3463;
  text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Nexa-Bold";
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  padding: 18px 12px 15px;
}

.navbar-inner .navbar-nav .nav-link {
  color: #000;
}

.nav-header-inner .navbar-toggler-icon,
.nav-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-header .dropdown:hover > .dropdown-menu {
  display: block;
}

ul.navbar-nav li.nav-item.active a,
ul.navbar-nav li.nav-item > a:focus,
ul.navbar-nav li.nav-item > a:hover {
  color: #61b133;
  background-color: transparent;
}

.dropdown-item {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: 26px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2f99d5;
}

.btn-primary:hover {
  background-color: #333;
}

/* Nav CSS Start */
.navbar-inner .abc-phone,
.navbar-inner .abc-phone a,
.navbar-inner .abc-phone a:hover {
  color: #373735;
  font-size: 26px;
  line-height: 38px;
  font-family: "PT-Sans-Narrow-Bold";
  text-decoration: none;
}

.navbar-inverse,
.navbar-default {
  border-bottom: none;
  z-index: 9;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  font-family: "PT-Sans-Narrow-Bold";
  font-weight: normal;
  font-size: 20px;
  color: #373735;
  padding: 25px 20px;
  outline: unset;
}

.navbar-right {
  float: right !important;
  margin-right: -15px;
  margin-top: 0px;
}

/*.navbar-nav>li>a.dropdown-toggle {
  display: none;
}*/

.navbar-inner {
  margin-bottom: 0px;
  font-family: "Roboto";
  color: #747474;
  position: relative;
  width: 100%;
  background: #fff;
}

.navbar img {
  width: 100%;
  max-width: 155px;
  margin: 10px 0px;
}

.navbar-brand {
  float: left;
  overflow: hidden;
  height: auto;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
}

.secondary-header {
  background-color: transparent;
  background-repeat: no-repeat;
  height: auto;
  background-size: cover;
  /*background-image:url(../images/header-bg.jpg);*/
  background-position: top center;
}

.navbar-nav-home {
  border-bottom: 1px solid #ddd;
}

.navbar-nav > li > .dropdown-menu {
  padding: 10px 0px;
  border-bottom: 2px solid #2e99d4 !important;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  font-family: "Nexa-Bold";
  font-weight: 400;
  padding: 0;
  margin-top: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  background-position: top center;
  border-radius: 0;
}

.dropdown-menu > li > a {
  color: #333333;
  font-family: "Nexa-Bold";
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 7px;
  padding-top: 7px;
  white-space: normal;
  border-bottom: 1px solid #eee;
}

.dropdown-menu > li > a:hover {
  color: #e30614;
  text-decoration: none;
  background-color: #ddd;
}

.dropdown-menu > li.last > a {
  border-right: none;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #0e4693;
}

/* Nav CSS End */

.tab-fsize table {
  font-size: 18px;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  opacity: 0.95;
  background-color: #fff;
}

h1 {
  font-family: "Montserrat-Bold";
  font-size: 42px;
  line-height: 52px;
  color: #2f99d5;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

h2 {
  font-family: "Montserrat-Semibold";
  color: #1db9e0;
  font-size: 35px;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 10px;
}

h3 {
  font-family: "Montserrat-Medium";
  color: #2c2c33;
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-family: "Montserrat-Medium";
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 10px;
}

h5 {
  font-family: "Roboto";
}

p {
  font-family: "Montserrat-Light";
  margin: 0 0 10px;
  color: #111111;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
}

.card {
  margin: 10px 0px;
}

/* Custom Header/Paragraph Start*/

a:hover h4 {
  color: #222;
  outline: none;
  text-decoration: none;
}

.back {
  text-align: right;
  padding-top: 30px;
  font-weight: 700;
}

.back a {
  color: #2e99d4;
}

.back a:hover {
  color: #000;
}

/* News */
.readmore {
  text-align: right;
  padding-top: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.readmore a {
  color: #2e99d4;
}

.readmore a:hover {
  color: #000;
}

.news hr {
  margin: 30px 0;
  border-top: 1px solid #aaa;
}

/* News End */

nav .fab.fa-youtube-square.fa-2x,
nav .fab.fa-facebook-square.fa-2x,
nav .fab.fa-instagram.fa-2x {
  color: black;
  vertical-align: top;
  font-size: 40px;
}

.fab.fa-youtube-square.fa-2x,
.fab.fa-facebook-square.fa-2x,
.fab.fa-instagram.fa-2x {
  color: #fff;
  vertical-align: top;
  font-size: 32px;
}

.svg-inline--fa.fa-youtube-square.fa-w-14.fa-3x {
  color: #fff;
  vertical-align: top;
  font-size: 40px;
}

.svg-inline--fa.fa-facebook-square.fa-w-14.fa-3x {
  color: #fff;
  vertical-align: top;
  font-size: 40px;
}

/* Social Icon For Inner*/
.navbar-inner .svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x,
.navbar-inner .svg-inline--fa.fa-instagram.fa-w-14.fa-2x,
.navbar-inner .svg-inline--fa.fa-facebook-square.fa-w-14.fa-3x,
.navbar-inner .svg-inline--fa.fa-instagram.fa-w-14.fa-3x {
  color: #1b3463;
}

/*.svg-inline--fa {
    float: right;
}*/
/* Custom Header End*/

.inner {
  padding-top: 60px;
  padding-bottom: 40px;
}

/* Section 1 Start */
.section1 {
  padding-bottom: 75px;
}

.section1 > .row h2 {
  font-family: "Nexa-Bold";
  font-size: 2.6rem;
  line-height: 70px;
  color: white;
  margin: 0 auto;
}

.section1 h3 {
  font-family: "Montserrat-Medium";
  font-size: 1.2rem;
  line-height: 45px;
  color: white;
  margin-bottom: 10px;
  text-align: left;
}

.section1 h3 span {
  font-size: 20px;
  vertical-align: super;
}

.section1 h4 {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}

.section1 .section1--top {
  padding: 100px 0;
  background: url("../images/man-sitting-on-mountain.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}

.section1 > .row > .section1--top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0, 0.5);
}

.section1--top > .container {
  text-align: center;
  backdrop-filter: blur(5px);
}

@media screen and (min-width: 600px) {
  .section1--top > .container {
    text-align: left;
    backdrop-filter: unset;
  }

  .section1 > .row > .section1--top::before {
    background: linear-gradient(to right, black 35%, transparent);
  }

  .section1--top > .container::before {
    filter: none;
    background: transparent;
  }

  .section1 > .row h2 {
    color: rgb(var(--main-blue));
  }

  .section1 h3 {
    color: rgb(var(--main-green));
  }
}

.section1 .section1--top p {
  color: white;
}

.section1 > .container > .section1--bottom .reason:not(:last-of-type) {
  margin-bottom: 4rem;
}

.section1 img.line-sep {
  height: 2px;
  width: 1200px;
  object-fit: cover;
}

.section1 p {
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #111;
  letter-spacing: 0px;
}

/* Section 1 End */

/* Section 2 Start */
.section2 .left {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 30px;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-image: url(../images/mother-daugher-healthy-habbits.jpg);
}

.section2 .left::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.15)
  );
}

@media screen and (min-width: 990px) {
  .section2 .left::before {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.85), transparent 85%);
  }
}

.section2 .right {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 30px;

  background-position: right top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-image: url(../images/healthy-habbits.jpg);
}

.section2 .right::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.15)
  );
}

@media screen and (min-width: 990px) {
  .section2 .right::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85), transparent 85%);
  }
}

.section2 h2 {
  font-family: "Montserrat-Light";
  font-size: 38px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 40px;
}

.section2 .btn1 {
  font-family: "Nexa-Bold";
  font-size: 30px;
  color: #fff;
  background-color: #1bb8d0;
  padding: 15px 30px;
}

.section2 .btn2 {
  font-family: "Nexa-Bold";
  font-size: 30px;
  color: #fff;
  background-color: #60b233;
  padding: 15px 30px;
}

/* Section 2 End */

/* Section 3 Start */
.section3 {
  padding-top: 80px;
  padding-bottom: 90px;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-image: url(../images/section3-bg.jpg);
}

.section3 h2 {
  font-family: "Nexa-Bold";
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 30px;
}

.section3 .btn {
  font-family: "Nexa-Bold";
  font-size: 30px;
  color: #fff;
  background-color: #1bb8d0;
  padding: 15px 30px;
  white-space: normal;
}

/* Section 3 End */

/* Section 4 Start */
.section4 {
  padding-top: 80px;
  padding-bottom: 90px;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-image: url(../images/section4-bg.jpg);
}

.section4 h2 {
  font-family: "Nexa-Bold";
  font-size: 60px;
  line-height: 70px;
  color: #1bb8d0;
  margin: 0 auto;
}

.section4 p {
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin: 0 auto 10px;
}

.section4 p a {
  color: #09373e;
}

.section4 p a:hover {
  color: #fff;
}

.section4 .card-body {
  background-color: #1bb8d0;
}

.section4 .card-body img {
  margin: 10px auto 20px;
}

.section4 .card-footer {
  background-color: #09373e;
}

.section4 .card-footer p {
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin: 0 auto;
  padding: 0;
}

/* Section 4 End */

/* Section BMI */
.section-bmi {
  padding-top: 20px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-attachment: fixed;
  background-image: url(../images/section-bmi-bg.jpg);
}

.section-bmi h2 {
  font-family: "Signalist";
  font-size: 80px;
  line-height: 90px;
  color: #60b233;
  margin: 10px auto;
}

.section-bmi h3 {
  font-family: "Montserrat-Medium";
  color: #2c2c33;
  font-size: 24px;
  line-height: 34px;
}

.section-bmi h4 {
  font-family: "Montserrat-Bold";
  font-size: 30px;
  line-height: 40px;
  color: #1bb8d0;
  margin: 10px auto;
}

.section-bmi h4 span {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  color: #666;
}

.section-bmi h5 {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.section-bmi p span {
  font-family: "Montserrat-Bold";
  color: #1bb8d0;
  font-weight: 400;
}

/* Section BMR */
.section-bmr {
  padding-top: 20px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-image: url(../images/section3-bg.jpg);
}

.section-bmr h2 {
  font-family: "Signalist";
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  margin: 10px auto;
}

.section-bmr h3 {
  font-family: "Montserrat-Medium";
  color: #2c2c33;
  font-size: 24px;
  line-height: 34px;
}

.section-bmr h4 {
  font-family: "Montserrat-Bold";
  font-size: 30px;
  line-height: 40px;
  color: #1bb8d0;
  margin: 10px auto;
}

.section-bmr h4 span {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  color: #ccc;
}

.section-bmr p {
  color: #fff;
}

.section-bmr h5 {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

/* Section RDCI */
.section-rdci {
  padding-top: 20px;
  padding-bottom: 80px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-attachment: fixed;
  background-image: url(../images/section-form-bg.jpg);
}

.section-rdci h2 {
  font-family: "Signalist";
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  margin: 10px auto;
}

.section-rdci h3 {
  font-family: "Montserrat-Medium";
  color: #2c2c33;
  font-size: 24px;
  line-height: 34px;
}

.section-rdci h4 {
  font-family: "Montserrat-Bold";
  font-size: 30px;
  line-height: 40px;
  color: #1bb8d0;
  margin: 10px auto;
}

.section-rdci h4 span {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  color: #fff;
}

.section-rdci h5 {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.section-rdci p {
  color: #1bb8d0;
}

/* Section Calculate Start */
.section-calculate {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-image: url(../images/section-calculate-bg.jpg);
}

@media screen and (min-width: 990px) {
  .section-calculate::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../images/calculate-compli-img_WrongNameToRemovePictureUntilReplacement.png")
      bottom right no-repeat;
  }
}

.section-calculate .left {
  padding-top: 55px;
  padding-bottom: 65px;
}

.section-calculate form {
  font-family: "Montserrat-Medium";
  z-index: 10;
}

.section-calculate h2 {
  font-family: "Nexa-Bold";
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 15px;
}

.section-calculate h3 {
  font-family: "Montserrat-Medium";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.section-calculate .contact p {
  font-family: "Montserrat-Medium";
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}

.section-calculate .contact p.small {
  font-size: 14px;
  line-height: 24px;
}

.section-calculate .btn {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background-color: #60b233;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  white-space: normal;
  border: none;
}

.section-calculate img {
  max-width: unset;
  max-height: fit-content;
}

.section-calculate .input-group input {
  margin-right: 0;
}

.section-calculate .input-group span.input-group-addon {
  border-radius: 0 0.25rem 0.25rem 0;
  background-color: #fff;

  padding: 6px 12px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #555;
  text-align: center;
  border: 1px solid #d2d6de;
}

.section-calculate input.bmi-result {
  font-size: 20px;
  font-family: "Montserrat-Semibold";
  padding-left: 10px;
}

.section-calculate .levels label {
  font-family: "Montserrat-Bold";
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-left: 25px;
}

.section-calculate .levels label:hover {
  cursor: pointer;
}

.section-calculate input[type="checkbox"],
input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  top: -25px;
}

.popover {
  top: 25px !important;
  left: 15px !important;
}

.custom-radio {
  margin-bottom: 5px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #60b233;
}

.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  border-right-color: #eee;
}

.popover-header {
  font-family: "Montserrat-Bold";
  font-size: 12px;
  line-height: 12px;
  color: #000;
  padding: 10px;
  background-color: #eee;
  border-bottom: 1px solid #eee;
}

.popover-body {
  font-family: "Montserrat-Medium";
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

/*.section-calculate .select2.narrow {
    width: 200px;
}
.section-calculate .wrap.select2-selection--single {
    height: 100%;
}
.section-calculate .select2-container .wrap.select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
}*/

/* Section 3 Start */
.section-hwdi {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-image: url(../images/section3-bg.jpg);
}

.section-hwdi .left {
  padding-top: 55px;
  padding-bottom: 65px;
}

.section-hwdi h2 {
  font-family: "Signalist";
  font-size: 110px;
  line-height: 90px;
  color: #fff;
  margin-bottom: 15px;
}

.section-hwdi h3 {
  font-family: "Montserrat-Medium";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.section-hwdi .btn {
  font-family: "Nexa-Bold";
  font-size: 30px;
  color: #fff;
  background-color: #60b233;
  padding: 15px 30px;
  white-space: normal;
}

/*Payment Form Start*/
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10px;
}

.badge-primary {
  color: #fff;
  background-color: #61b133;
  margin-bottom: 20px;
}

.badge {
  display: inline-block;
  padding: 14px;
}

/*Payment Form End*/

/* Sbanner Start */
.sbanner h3 {
  font-family: "Montserrat-Semibold";
  font-size: 20px;
  line-height: 28px;
  color: #228bcb;
  margin-top: 10px;
  margin-bottom: 30px;
}

.sbanner img {
  padding-bottom: 10px;
}

/* Sbanner End */

/* Section Form Start */
.section-form {
  padding-bottom: 90px;
  padding-top: 90px;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff /*#44182F*/;
  background-attachment: fixed;
  background-image: url(../images/section-form-bg.jpg);

  font-family: "Roboto";
  font-size: 24px;
  line-height: 40px;
}

.section-form div.container {
  padding: 0 35px;
}

.section-form h1 {
  font-family: "Nexa-Bold";
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  margin: 10px 0px;
}

.section-form h2 {
  font-family: "Montserrat-Bold";
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.section-form h3 {
  font-family: "Montserrat-Bold";
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.section-form .form-header {
  background-image: url("../images/form-header-bg-2.jpg");
  text-align: center;
  background-position: center;
  padding: 20px;
}

.section-form hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 2px solid #6495ED;
}

.section-form hr.form {
  margin: 30px 0px;
  border: 0;
  border-top: 2px solid #ddd;
}

.section-form form {
  background-color: #fff;
  padding: 20px 30px;
  margin-top: 0px;
}

.section-form img.line-sep {
  padding: 5px 0 25px;
}

.section-form p {
  margin: 0;
  font-family: "Montserrat-Medium";
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.section-form .contact p {
  margin: 0;
  font-family: "Montserrat-Medium";
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

form input[type="button"] {
  background-color: #6495ED;
  border: none;

  font-family: "Montserrat-Regular";
}

/* Section Form End */

/* Contact Us Start */
.parallax-contact-us {
  padding-bottom: 65px;
  padding-top: 65px;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff /*#44182F*/;
  background-image: url(../images/parallax-contact-us.jpg);

  font-family: "Roboto";
  font-size: 24px;
  line-height: 40px;
}

.parallax-contact-us h3 {
  font-family: "Proxima-Nova-Light";
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

.parallax-contact-us form {
  background-color: #fff;
  padding: 20px 30px;
  margin-top: 0px;
}

.parallax-contact-us form p {
  font-size: 16px;
  color: #333;
  font-family: "Proxima-Nova-Regular";
}

.form-header {
  /* background-image: url("../images/form-header-bg.jpg"); */
  text-align: center;
  background-position: center;

  padding: 0;
}

/* Contact Us End */

/*How It Works Start*/
.how-it-works h2 {
  font-family: "Montserrat-Regular";
  font-size: 50px;
  line-height: 60px;
  color: #60b233;
}

.how-it-works h3 {
  font-family: "Montserrat-Medium";
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 30px;
}

.how-it-works p {
  font-family: "Montserrat-Light";
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0px;
}

.how-it-works .bg {
  background-color: #f6f6f6;
  margin: 0 15px 30px;
  padding: 30px 50px;
}

.how-it-works img {
  margin-bottom: 20px;
  margin-top: 40px;
}

/*How It Works End*/

/* How ABC Promotes Changes Start */
h2.title {
  font-family: "Signalist";
  font-size: 100px;
  line-height: 110px;
  color: #1bb8d0;
}

h4.bullet-text {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  line-height: 30px;
  color: #08373e;
}

/* How ABC Promotes Changes End */

/* Our Program Start */
.abc h1 {
  font-family: "Nexa-Bold";
  font-size: 60px;
  line-height: 70px;
  color: #000;
  margin: 0 auto;
}

.abc h2 {
  font-family: "Nexa-Bold";
  font-size: 120px;
  line-height: 130px;
  color: #60b233;
  margin: 0 auto;
}

.abc h2 span {
  font-size: 70px;
  line-height: 80px;
  vertical-align: super;
}

.abc p.session {
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto;
  background-color: #60b233;
  padding: 5px 15px;
}

.abc h2.pricing-green {
  font-family: "Nexa-Bold";
  font-size: 60px;
  line-height: 70px;
  color: #60b233;
  margin: 0 auto;
}

.abc h2 span.pricing-green {
  font-size: 30px;
  line-height: 40px;
  vertical-align: super;
}

.abc h2.session-green {
  font-family: "Nexa-Bold";
  font-size: 36px;
  line-height: 46px;
  color: #60b233;
  margin: 0 auto;
}

.abc h2.session-blue {
  font-family: "Nexa-Bold";
  font-size: 36px;
  line-height: 46px;
  color: #0b0b3b;
  margin: 0 auto;
}

.abc h2 span.session-green {
  font-size: 30px;
  line-height: 40px;
  vertical-align: super;
}

.abc h4 {
  font-family: "Montserrat-Medium";
  font-style: italic;
  font-size: 35px;
  line-height: 45px;
  color: #000;
  margin: 0 auto 50px;
}

.abc .sprint {
  background-color: #60b233;
  margin-bottom: 20px;
}

.abc h5 {
  font-family: "Montserrat-Regular";
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
}

.abc ul.green > li {
  list-style-image: url(../images/check-green.png);
}

.abc ul {
  padding: 5px 0px 0px 27px;
}

.abc ul > li {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: 30px;

  list-style: none;
  list-style-image: url(../images/check-blue.png);
}

.abc p {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto 10px;
}

.abc p.session-green {
  font-family: "Montserrat-Semibold";
  font-size: 18px;
  line-height: 28px;
  color: #5fb233;
  margin-bottom: 25px;
}

.abc p.back {
  font-family: "Montserrat-Light";
}

.abc p.regular {
  font-family: "Montserrat-Regular";
}

.abc p.medium {
  font-family: "Montserrat-Medium";
}

.calendar p {
  font-family: "Montserrat-Semibold";
  color: #09373e;
  font-size: 20px;
}

p.m-center {
  margin-top: 30%;
}

.abc .accordion {
  margin-top: 25px;
}

.abc .card {
  border: 1px solid #1bb8d0 !important;
}

.abc .card-body {
  padding: 20px 35px 10px;
}

.abc .card-header {
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff /*#44182F*/;
  background-image: url(../images/card-header-bg.png);
}

.abc .card-header button:hover,
.abc .card-header button:active,
.abc .card-header button:focus {
  text-decoration: none;
}

.abc .card-header h3 button {
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0 auto;
  white-space: normal;
}

.abc .card-header h3 button span {
  font-family: "Montserrat-Semibold";
  font-style: italic;
  font-size: 20px;
}

p.badge {
  white-space: normal;
}

input[type="image"] {
  width: 100%;
  max-width: 369px;
}

iframe.article-vid {
  width: 100%;
  max-width: 800px;
}

/* Our Program End */

/* Accountability Program Start */
.ap h1 {
  font-family: "Nexa-Bold";
  font-size: 60px;
  line-height: 70px;
  color: #000;
  margin: 0 auto;
}

.ap h2 {
  font-family: "Nexa-Bold";
  font-size: 120px;
  line-height: 130px;
  color: #60b233;
  margin: 0 auto;
}

.ap h2 span {
  font-size: 70px;
  line-height: 80px;
  vertical-align: super;
}

.ap p.session {
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto;
  background-color: #60b233;
  padding: 5px 15px;
}

.ap h4 {
  font-family: "Montserrat-Medium";
  font-style: italic;
  font-size: 35px;
  line-height: 45px;
  color: #000;
  margin: 0 auto 50px;
}

.ap .sprint {
  background-color: #60b233;
  margin-bottom: 20px;
}

.ap h5 {
  font-family: "Montserrat-Regular";
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
}

.ap ul.green > li {
  list-style-image: url(../images/check-green.png);
}

.ap ul {
  padding: 5px 0px 0px 27px;
}

.ap ul > li {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: 30px;

  list-style: none;
  list-style-image: url(../images/check-blue.png);
}

.ap p {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto 10px;
}

.ap p.back {
  font-family: "Montserrat-Light";
}

.ap p.regular {
  font-family: "Montserrat-Regular";
}

.ap p.medium {
  font-family: "Montserrat-Medium";
}

.calendar p {
  font-family: "Montserrat-Semibold";
  color: #09373e;
  font-size: 20px;
}

p.m-center {
  margin-top: 30%;
}

.ap .accordion {
  margin-top: 65px;
}

.ap .card {
  border: 1px solid #1bb8d0 !important;
}

.ap .card-body {
  padding: 20px 35px 10px;
}

.ap .card-header {
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff /*#44182F*/;
  background-image: url(../images/card-header-bg.png);
}

.ap .card-header button:hover,
.ap .card-header button:active,
.ap .card-header button:focus {
  text-decoration: none;
}

.ap .card-header h3 button {
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0 auto;
  white-space: normal;
}

.abc .card-header h3 button span {
  font-family: "Montserrat-Semibold";
  font-style: italic;
  font-size: 20px;
}

p.badge {
  white-space: normal;
}

input[type="image"] {
  width: 100%;
  max-width: 369px;
}

iframe.article-vid {
  width: 100%;
  max-width: 800px;
}

/* Accountability Program End */

/* How We Do It Start */
.hwdi .card {
  border: none;
}

.hwdi .card-body {
  background-color: #fff;
}

.hwdi .card-body h2 {
  font-family: "Montserrat-Bold";
  color: #5fb233;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.hwdi .card-body h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.hwdi .card-body img {
  margin: 10px auto 20px;
}

.hwdi .card-footer {
  padding: 0 1.25rem 0.75rem;
  border-top: none;
  background-color: #fff;
}

.hwdi .card-footer p {
  font-family: "Montserrat-Medium";
  font-size: 25px;
  line-height: 35px;
  color: #000;
  margin: 0 auto;
  padding: 0;
}

.hwdi .card-footer p.ia {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 0 auto;
  padding: 0;
}

/* How We Do It End */

/* FAQ Starts */

/* Our Program Start */
.faq h1 {
  font-family: "Nexa-Bold";
  font-size: 60px;
  line-height: 70px;
  color: #000;
  margin: 0 auto;
}

.faq h2 {
  font-family: "Nexa-Bold";
  font-size: 120px;
  line-height: 130px;
  color: #60b233;
  margin: 0 auto;
}

.faq h2 span {
  font-size: 70px;
  line-height: 80px;
  vertical-align: super;
}

.faq p.session {
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto;
  background-color: #60b233;
  padding: 5px 15px;
}

.faq h4 {
  font-family: "Montserrat-Medium";
  font-style: italic;
  font-size: 35px;
  line-height: 45px;
  color: #000;
  margin: 0 auto 50px;
}

.faq .sprint {
  background-color: #60b233;
  margin-bottom: 20px;
}

.faq h5 {
  font-family: "Montserrat-Regular";
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
}

.faq ul.green > li {
  list-style-image: url(../images/check-green.png);
}

.faq ul {
  padding: 5px 0px 0px 27px;
}

.faq ul > li {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: 30px;

  list-style: none;
  list-style-image: url(../images/check-blue.png);
}

.faq p {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 10px;
}

.faq p.back {
  font-family: "Montserrat-Light";
}

.faq p.regular {
  font-family: "Montserrat-Regular";
}

.faq .accordion {
  margin-top: 65px;
}

.faq .card {
  border: 1px solid #1bb8d0 !important;
}

.faq .card-body {
  padding: 20px 35px 10px;
}

.faq .card-header {
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff /*#44182F*/;
  background-image: url(../images/card-header-bg.png);
}

.faq .card-header button:hover,
.faq .card-header button:active,
.faq .card-header button:focus {
  text-decoration: none;
}

.faq .card-header h3 button {
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin: 0 auto;
  white-space: normal;
}

.faq .card-header h3 button span {
  font-family: "Montserrat-Semibold";
  font-style: italic;
  font-size: 20px;
}

/* FAQ End */

/* Mega Menu Start */
.menu-large {
  position: static !important;
}

/*Megamenu*/
.megamenu-bg {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-image: url(../images/mega-menu-background.png);
}

/*About*/
.menu-large .col-md-2-5 {
  width: 20%;
  margin: 0;
  padding: 0;
}

.megamenu-icon-1 {
}

.megamenu-icon img {
  height: 50px;
  min-width: 44px;
  max-width: 65px;
  margin: 10px;
  float: left;
}

.megamenu-icon-1 img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  max-width: 100px;
  margin-bottom: 10px;
  float: left;
}

.mega-text-1 {
  padding-top: 10px;
}

.menu-large .abt {
}

.menu-large .abt a {
  font-family: "Gotham-Bold";
  color: #404041;
  font-size: 22px;
  height: auto;
  line-height: 25px;

  margin: 0;
  padding: 25px 0 20px;
  border: none;
}

.menu-large .abt a:hover {
  color: #009acc;
}

.mega-text-2 {
  line-height: 25px;
  padding-top: 35px;
}

.menu-large span {
  margin: 10px 0;
}

.megamenu-icon-2 {
  /*display: inline;*/
  float: left;
}

.megamenu-icon-2 img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  max-width: 100px;
  margin: 0 10px 0 0;
}

.megamenu-icon-3 img {
  width: 545px;
  height: 120px;
  min-width: 545px;
  max-width: 120px;
  margin: 0;
}

.menu-large .col-md-4 a {
  font-family: "Exo-Bold";
  color: #2c2c30;
  font-size: 16px;
  height: 130px;
  margin: 0;
  padding: 15px 15px;
}

.menu-large .col-md-4 span {
  margin: 10px 0;
}

.menu-large .col-md-4 div {
  margin: 25px 0px;
}

.menu-large .services {
}

.menu-large .services a {
  font-family: "Gotham-Bold";
  color: #191f22;
  font-size: 22px;
  height: auto;

  margin: 0;
  padding: 25px 0;
  border: none;
}

.megamenu {
  border: none;
  border-radius: 0px;
  border-top: 7px solid #000000;
  /*border-bottom: 7px solid #376F2C;*/
  padding: 20px 0px;
  width: 1080px;
  margin: 0 auto;
  right: 0;
  left: -260px;
  background-image: url(../images/mega-menu-background.jpg);
}

.megamenu > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.megamenu > li > ul > li a {
  color: #1f8579;
  line-height: 30px;
}

.megamenu p {
  font-family: "Proxima-Nova-Regular";
  color: #f8b719;
  font-size: 12px;
  line-height: 14px;
  margin: auto;
  padding: 15px 0px;
}

.megamenu > li > ul {
  list-style: none;
}

.megamenu > li > ul > li > a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
  font-family: "Exo-Bold";
  font-size: 16px;
}

.megamenu ul.col-md-12 li {
  padding-left: 0px;
  padding-right: 0px;
  list-style: none;
  margin-left: 0;
  list-style-position: inside;
}

.megamenu > li ul > li > a:hover,
.megamenu > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

li.pad-zero {
  padding: 10px 0px;
  display: inline-block;
  border: 1px solid #eeeeee !important;
}

li.pad-zero a {
  display: flow-root;
}

/* Mega Menu End */

/* Mega Footer */
.mega-footer {
  padding-top: 65px;
  padding-bottom: 65px;
  /* background-attachment: fixed;*/
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/mega-footer-bg.jpg);

  font-family: "Montserrat-Regular";
  color: #373736;
  font-size: 16px;
  line-height: 40px;
}

.mega-footer p {
  font-family: "Montserrat-Regular";
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.mega-footer p a {
  font-family: "Montserrat-Regular";
  font-size: 20px;
  line-height: 30px;
  color: #373736;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

.mega-footer p span,
.mega-footer p span a,
.mega-footer p span a:hover {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}

.mega-footer p span.sched {
  font-size: 14px;
  line-height: 24px;
}

.mega-footer h2 {
  font-family: "Nexa-Bold";
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin: 20px 0px 0;
}

.mega-footer ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.mega-footer li {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 8px;
}

.mega-footer li a {
  color: #fff;
  text-decoration: none;
}

.mega-footer li a:hover {
  color: #bcbcbc;
  text-decoration: underline;
}

.mega-footer hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #dddddd;
}

.mega-footer .logo-footer img {
  margin-top: 0px !important;
  width: 230px;
}

.mega-footer .social-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mega-footer h3 {
  font-family: "Signalist";
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  margin-top: 30px;
  /*letter-spacing: 1px;*/
}

.btn-bap {
  color: #5d3385;
  background-color: #fff;
  border-color: #5d3385;
  font-family: "PT-Sans-Narrow-Bold";
  font-size: 20px;
  margin: 0 15px 10px;
  width: 200px;
}

.btn-bap a:hover,
.btn-bap:hover {
  color: #333;
}

.mega-footer a {
  color: #1b3463;
  text-decoration: none;
}

.mega-footer a:hover {
  color: #2e99d4;
  text-decoration: none;
}

.mega-foot-note {
  text-align: center;
  font-size: 12px;
}

div.m-social-icon {
  display: none;
}

/*.mega-footer a.btn-facebook {
    color: #C99587 !important;
    background-color: #fff !important;
    border-color: rgba(0,0,0,0.2);
}*/
/* Mega Footer End */

/* Footer Start */
footer {
  font-family: "Montserrat-Regular";
  width: 100%;
  background-color: #eeeeee;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0px;
  color: #111111;
  font-size: 14px;
}

footer a {
  color: #111111;
  text-decoration: none;
}

footer a:hover {
  color: #60b233;
  text-decoration: none;
}

.foot-note {
  text-align: center;
  font-size: 12px;
}

/* Footer End */

/* Form Start */
form p {
  margin: 5px 0px;
}

.input-container {
  font-family: "Roboto";
  clear: both;
  color: #333;
  font-size: 14px;
  height: auto;
  line-height: 22px;
  margin: 0 auto;
  padding: 0 0 15px;
  width: 100%;
}

.input1,
.input-text,
input[type="text"] {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  color: #747474;
  font-size: 13px;
  margin-right: 1%;
  padding: 2px 6px;
  width: 100%;

  font-family: "Roboto";
}

.input-container-ta,
.input-container-ta2 {
  font-family: "Roboto";
  clear: both;
  color: #333;
  font-size: 14px;
  height: auto;
  line-height: 18px;
  margin: 0 auto;
  padding: 0 0 15px;
  width: 100%;
}

#message {
  height: 100px;
  resize: none;
}

.input-ta {
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  color: rgba(0, 0, 0, 0.62);
  height: auto;
  margin: 0 auto;
  padding: 5px;
  transition: background-color 0.3s ease 0s;
  width: 100%;
}

.input-captcha {
  font-family: "Roboto";
  font-size: 14px;
  clear: both;
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.input-submit {
  float: right;
  height: 60px;
  margin: 0;
  padding: 0;
  width: 200px;
}

.submitbutton {
  background-color: transparent;
  background-image: url("../images/submit-button.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-family: "Roboto-Bold";
  font-size: 18px;
  height: 60px;
  line-height: 45px;
  margin: 0;
  padding: 0 0 2px;
  width: 200px;
}

.captcha-text p {
  clear: both;
  color: #333;
  font-family: "Roboto";
  text-decoration: none;
  font-size: 11px;
}

.captcha-text a {
  clear: both;
  color: #333;
  font-family: "Roboto";
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.required {
  color: #f00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #61b133;
  font-family: "Montserrat-semibold";
  font-size: 20px;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  font-family: "Montserrat-semibold";
  font-size: 20px;
  border: 1px solid #61b133;
}

/* Form End */

/* What Is ABC Start */
ul.abc {
  padding: 5px 0px 0px 27px;
}

ul.abc > li {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: 34px;

  list-style: none;
  list-style-image: url(../images/check-blue.png);
}

/* What Is ABC End */

/*** For List Style ***/
.container ul.arrow {
  list-style: none;
  margin: 0 0 30px 18px;
  padding: 0;
  font-family: "Roboto";
  color: #333;
}

.container ul.arrow li {
  line-height: 28px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding-left: 25px;
  font-family: "Montserrat-Light";
  font-size: 18px;
}

.container ul.arrow li a {
  color: #747474;
}

.container ul.arrow li a:hover,
.container ul.arrow li a:focus {
  color: #0e4693;
  text-decoration: none;
}

.container ul.arrow li:before {
  display: inline-block;

  /*background: #152343;  For browsers that do not support gradients */
  /*background: -webkit-linear-gradient(left, #39b54a , #152343);  For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(right, #39b54a, #152343); For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(right, #39b54a, #152343);  For Firefox 3.6 to 15 */
  /*background: linear-gradient(to right, #39b54a , #152343);  Standard syntax (must be last) */

  background-repeat: no-repeat;
  background-position: center center;
  background: #fff;
  height: 20px;
  width: 20px;
  border-radius: 75px;
  font-size: 18px;
  content: "\f00c";
  float: left;
  margin-right: 0;
  margin-left: -25px;
  margin-top: 0px;
  position: absolute;
  font-family: "FontAwesome";
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #2e99d4;
  line-height: 20px;
  text-indent: 1px;
  display: inline-block;
}

.container blockquote {
  background: #f5f5f5;
  font: 13px/20px "Roboto", arial, helvetica, sans-serif;
  color: #444444;
  border-left: 4px solid #2e99d4;
  padding: 15px;
}

.container ul.arrow li > ul,
.container ul.arrow li > div > div > ul {
  list-style: none;
  padding-top: 10px;
}

/* Form Loading Start*/
#overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 1000;
}

#eval-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 1000;
  background-image: url(../images/eval-loading.GIF);
  background-position: center;
  background-repeat: no-repeat;
}

#loading {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -25px;
}

/* Form Loading End*/

/* Reviews Rating CSS Start*/
.review-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*optional*/
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.review-form .rating_form_div {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.rating_form_div {
  margin-bottom: 100px;
  margin-top: -15px;
}

.review-form .rating_list {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.r_left p {
  margin-bottom: 6px;
}

.rating_item {
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666;
}

.rating {
  margin: 0px 10px 0px -5px;
  font-size: 20px;
}

.r_date {
  display: none;
  font-style: italic;
  color: #cccccc;
  font-size: 12px;
}

.r_name {
  font-size: 20px;
  line-height: 28px;
  color: #1bb8d0;
  margin-top: 8px;
  font-family: "Montserrat-Bold";
}

.r_location {
  margin: 0px;
  padding-left: 2px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  font-weight: 700;
}

.r_comments {
  font-size: 16px;
  padding-top: 8px;
}

.r_comments .comments-source {
  font-size: 12px;
  padding-left: 2px;
}

.rating_item {
  margin-bottom: 26px;
}

.r_left {
  padding-top: 12px;
  float: left;
  width: 40%;
}

.r_right {
  float: left;
  width: 60%;
}

.r_location span {
  margin-top: -18px;
}

#rating_city {
  /*margin-bottom: 20px;*/
}

.stars {
  overflow: hidden;
}

/* rating.css */
.star {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=");
  background-position: left -2px;
  display: block;
  width: 20px;
  height: 16px;
  line-height: 16px;
  float: left;
  cursor: pointer;
  zoom: 1;
}

.rating:not(:checked) > label {
  float: right;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 120%;
  line-height: 1.2;
  color: gold;
  margin-bottom: 0;
}

.rating:not(:checked) > label:before {
  content: "★ ";
}

.rating {
  float: left;
  height: 10px;
  white-space: pre;
}

/* Reviews Rating CSS End*/
.carousel-item {
  width: 93%;
}

.carousel-item p {
  font-size: 14px;
  line-height: 24px;
}

.carousel-indicators {
  left: -520px;
}

.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
}

.carousel-control-next {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.8) 100%
  );
  width: 7%;
}

@media only screen and (max-width: 600px) {
  .col-container .col {
    display: block;
    width: 100%;
  }
}

.gallery-thumb img {
  margin-bottom: 18px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sub Headers */

.subheader--background {
  z-index: -1;
}

.subheader--title {
  color: white;
  font-size: 16em;
  font-family: "Signalist";
}

@media screen and (min-width: 990px) {
  .subheader--title {
    font-size: 12rem;
    transform: rotate(-4deg);
  }
}

/* Quotes */

blockquote.quote--special {
  position: relative;
  max-width: 990px;
}

blockquote.quote--special::before {
  content: "\201c";
  position: absolute;
  top: -0.4em;
  left: -0.4em;
}

blockquote.quote--special::after {
  content: "\201d";
  position: absolute;
  bottom: -0.67em;
  right: -0.05em;
}

.quote--large {
  font-family: "Montserrat";
  font-size: 2.25rem;
}

.quote--large::before,
.quote--large::after {
  font-size: 8.75rem;
}

/**********/
/* Wigets */
/**********/

/* Testimonials Widget */

.widget--testimonials {
  background: url("../images/our-world.jpg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 400px;
  padding: 2rem;
  transition: 0.35s ease-in-out;
}

.widget--testimonials .tesimonial--heading {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  background: rgb(var(--main-blue));
}

.widget--testimonials .tesimonial--heading h2 {
  padding: 10px 0;
  text-align: center;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-size: 2.875rem;
}

.widget--testimonials > .testimonial--bubble--wrap .testimonial {
  width: 100%;
  height: 100%;
  margin: 4rem auto;
  position: relative;
  max-width: 500px;
  border: 1.5px solid white;
  border-radius: 1rem;
  background: rgb(var(--main-blue));
  padding: 1.5rem 2.5rem 0.5rem 2.5rem;
  color: white;
}

.testimonial--body,
.testimonial--customer {
  color: inherit;
}

.widget--testimonials
  > .testimonial--bubble--wrap
  .testimonial
  .testimonial--avatar {
  position: absolute;
  top: -1rem;
  left: -1rem;
}

.widget--testimonials
  > .testimonial--bubble--wrap
  .testimonial
  .testimonial--body {
  line-height: 1.5rem;
}

.widget--testimonials
  > .testimonial--bubble--wrap
  .testimonial
  .testimonial--customer {
  text-align: right;
}

.widget--testimonials > .testimonial--bubble--wrap .testimonial--first,
.widget--testimonials > .testimonial--bubble--wrap .testimonial--second,
.widget--testimonials > .testimonial--bubble--wrap .testimonial--third {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .widget--testimonials {
    background: url("../images/stay-connected.jpg") center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 1920px;
    max-height: 750px;
    height: 45vw;
    background-position-x: center;
    background-position-y: -26vw;
    padding: 0;
  }

  .widget--testimonials > .testimonial--bubble--wrap .testimonial {
    position: absolute;
    height: unset;
    margin: 2rem auto;
  }

  .widget--testimonials > .testimonial--bubble--wrap .testimonial--first {
    top: 5vw;
    left: 13.5vw;
  }

  .widget--testimonials > .testimonial--bubble--wrap .testimonial--second {
    top: 12.9vw;
    left: 55vw;
  }

  .widget--testimonials > .testimonial--bubble--wrap .testimonial--third {
    top: 27vw;
    left: 15vw;
  }
}

/* Newsletter Widget */

.widget--newsletter {
  background: rgba(var(--main-blue), 0.25);
  border: solid rgba(43, 171, 198, 0.4);
  border-width: 2px 0;
  min-height: 570px;
  padding: 3.0625rem auto;
}

.widget--newsletter > h2 {
  font-size: 2.875rem;
  color: black;
}

.widget--newsletter > p {
  font-size: 1.75rem;
  max-width: 1100px;
}

.widget--newsletter .ctct-inline-form {
  margin: 2rem 0;
  padding: 3.25rem 2.5rem;
  width: 100%;
  max-width: 830px;
  border: 1px solid #aaa;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.widget--newsletter
  .ctct-form-embed
  form.ctct-form-custom
  input.ctct-form-element {
  border-radius: 0;
  padding: 1.35rem 1rem;
  font-size: 1.125rem;
}

.widget--newsletter .ctct-form-footer {
  display: none;
}

.widget--newsletter
  .ctct-form-embed.form_2
  .ctct-form-custom
  .ctct-form-button {
  background: #18a0fb;
  color: white;
  border-radius: 6px;
  border: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: -0.015em;
  transition: 0.35s ease-in-out;
}

.widget--newsletter
  .ctct-form-embed.form_2
  .ctct-form-custom
  .ctct-form-button:hover {
  color: white;
  background-color: rgb(var(--main-green));
  border-color: white;
  transform: scale(0.95);
  box-shadow: none;
}

.widget--newsletter
  div.ctct-form-embed
  form.ctct-form-custom
  label.ctct-form-label {
  position: absolute;
  top: -1000rem;
  left: -1000rem;
}

/* Questions Widget */

.widget--questions a,
.widget--questions a:not([href]):not([tabindex]) {
  color: white;
}

.widget--questions > div > h2 {
  font-size: 2.875rem;
  color: black;
  margin-bottom: 4rem;
}

.widget--questions > div > h2 > span {
  color: rgb(var(--main-blue));
  font-size: 4rem;
  font-family: "Signalist", cursive;
}

.widget--questions > div > h2 > span::before {
  content: "\A";
  white-space: pre;
}

.widget--questions .row > div:not(:last-of-type) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .widget--questions a:hover > i,
  .widget--questions a:hover > p {
    color: rgb(var(--main-blue));
  }

  .widget--questions .chat--button {
    cursor: pointer;
  }

  .widget--questions .row > div:not(:last-of-type) {
    border-right: 2px solid black;
    margin-bottom: unset;
  }

  .widget--questions .row {
    margin: 0 auto;
    max-width: 850px;
  }

  .widget--questions > div > h2 > span::before {
    content: unset;
    white-space: pre;
  }
}

.widget--questions > .container > .row > div > a > i {
  font-size: 3.875rem;
}

.widget--questions > .container > .row > div > a > p {
  font-size: 1.625rem;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

/* ===================================== New pages styles ================================================== */

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima/ProximaNova-Black.eot");
  src: url("../fonts/proxima/ProximaNova-Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima/ProximaNova-Black.woff2") format("woff2"),
    url("../fonts/proxima/ProximaNova-Black.woff") format("woff"),
    url("../fonts/proxima/ProximaNova-Black.ttf") format("truetype"),
    url("../fonts/proxima/ProximaNova-Black.svg#ProximaNova-Black")
      format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima/ProximaNova-Extrabld.eot");
  src: url("../fonts/proxima/ProximaNova-Extrabld.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima/ProximaNova-Extrabld.woff2") format("woff2"),
    url("../fonts/proxima/ProximaNova-Extrabld.woff") format("woff"),
    url("../fonts/proxima/ProximaNova-Extrabld.ttf") format("truetype"),
    url("../fonts/proxima/ProximaNova-Extrabld.svg#ProximaNova-Extrabld")
      format("svg");
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima/ProximaNova-Bold.eot");
  src: url("../fonts/proxima/ProximaNova-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima/ProximaNova-Bold.woff2") format("woff2"),
    url("../fonts/proxima/ProximaNova-Bold.woff") format("woff"),
    url("../fonts/proxima/ProximaNova-Bold.ttf") format("truetype"),
    url("../fonts/proxima/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima/ProximaNova-Semibold.eot");
  src: url("../fonts/proxima/ProximaNova-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima/ProximaNova-Semibold.woff2") format("woff2"),
    url("../fonts/proxima/ProximaNova-Semibold.woff") format("woff"),
    url("../fonts/proxima/ProximaNova-Semibold.ttf") format("truetype"),
    url("../fonts/proxima/ProximaNova-Semibold.svg#ProximaNova-Semibold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima/ProximaNovaRegular.eot");
  src: url("../fonts/proxima/ProximaNovaRegular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima/ProximaNovaRegular.woff2") format("woff2"),
    url("../fonts/proxima/ProximaNovaRegular.woff") format("woff"),
    url("../fonts/proxima/ProximaNovaRegular.ttf") format("truetype"),
    url("../fonts/proxima/ProximaNovaRegular.svg#ProximaNovaRegular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/century/CenturyGothic-Bold.eot");
  src: url("../fonts/century/CenturyGothic-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/century/CenturyGothic-Bold.woff2") format("woff2"),
    url("../fonts/century/CenturyGothic-Bold.woff") format("woff"),
    url("../fonts/century/CenturyGothic-Bold.ttf") format("truetype"),
    url("../fonts/century/CenturyGothic-Bold.svg#CenturyGothic-Bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
}

/* icomoon */

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?oo36g9");
  src: url("../fonts/icomoon/icomoon.eot?oo36g9#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?oo36g9") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?oo36g9") format("woff"),
    url("../fonts/icomoon/icomoon.svg?oo36g9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-youtube:before {
  content: "\e900";
}

.icon-linkedin:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-medication:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-flag:before {
  content: "\e906";
}

.icon-radiation:before {
  content: "\e907";
}

.icon-pinterest:before {
  content: "\e908";
}

.icon-star:before {
  content: "\e909";
}

.icon-puzzle:before {
  content: "\e90a";
}

.icon-male:before {
  content: "\e90b";
}

.icon-paper-plane:before {
  content: "\e90c";
}

.icon-arrow-top:before {
  content: "\e90d";
}

.icon-quote:before {
  content: "\e90e";
}

.icon-radar:before {
  content: "\e90f";
}

.icon-circle-minus:before {
  content: "\e910";
}

.icon-knife-spoon:before {
  content: "\e911";
}

.icon-smartphone:before {
  content: "\e912";
}

.icon-female:before {
  content: "\e913";
}

.icon-puzzle-alt:before {
  content: "\e914";
}

.icon-circle-add:before {
  content: "\e915";
}

.icon-fitness:before {
  content: "\e916";
}

.icon-play:before {
  content: "\e917";
}

.icon-message:before {
  content: "\e918";
}

.icon-service:before {
  content: "\e919";
}

.icon-phone:before {
  content: "\e91a";
}

.icon-apple:before {
  content: "\e91b";
}

.icon-arrow-right:before {
  content: "\e91c";
}

.icon-watch:before {
  content: "\e91d";
}

.icon-bg-minus:before {
  content: "\e91e";
}

.icon-bg-plus:before {
  content: "\e91f";
}

.icon-angle-left-light:before {
  content: "\e921";
}

.icon-angle-right-light:before {
  content: "\e922";
}

/* New Home */

@media (min-width: 1600px) {
  .custom-container {
    max-width: 91.875rem;
  }
}

.site-wrapper {
  font-family: "Proxima Nova", sans-serif;
  color: #131110;
  font-size: .90rem;
  line-height: 1.7;
  min-width: 320px;
  overflow-x: hidden;
}

.site-wrapper h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova", sans-serif !important;
}

.site-wrapper p {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
}

.site-content {
  overflow-x: hidden;
}

.page--product
  .site-wrapper
  section:not(.product--hero)
  ul:not(.sidebar-menu)
  li {
  font-size: inherit;
  line-height: inherit;
}

.page--product .site-wrapper ul:not(.nav.navbar-nav) {
  margin: 0 0 1.5rem;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.block-title h5 {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.1875rem;
}

.block-title h2 {
  color: #6495ED;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.btn-arrow {
  background-color: #6495ED;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 9.6875rem;
  position: relative;
  border-radius: 0.3125rem;
  padding: 0.7375rem 3.1875rem 0.7375rem 1.1rem;
  border: 1px solid transparent;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  white-space: normal;
}

.btn-arrow i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #6495ED;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  padding: 0.5rem 1.025rem;
  pointer-events: none;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.btn-arrow:hover {
  background-color: #fff;
  color: #6495ED;
  border-color: #6495ED;
}

.btn-gray {
  background-color: #fff;
  border-color: #3b3b3b;
  color: #3b3b3b;
  box-shadow: none !important;
}

.btn-gray i {
  background-color: #3b3b3b;
}

.btn-black {
  background-color: #131110;
  box-shadow: none !important;
}

.btn-black i {
  background-color: #3b3b3b;
}

@media (min-width: 576px) {
  .block-title h2 {
    font-size: 1.5625rem;
  }

  .block-title h5 {
    font-size: 0.8125rem;
  }

  .btn-arrow {
    font-size: 0.8125rem;
    padding: 0.9375rem 3.7875rem 0.9375rem 1rem;
    min-width: 10.5rem;
    border-radius: 0.625rem;
  }

  .btn-arrow i {
    padding: 0.5rem 1.125rem;
    font-size: 0.825rem;
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .block-title h2 {
    font-size: 1.875rem;
  }

  .block-title h5 {
    font-size: 1rem;
    margin-bottom: 0.3125rem;
  }

  .btn-arrow {
    font-size: 0.9375rem;
    padding: 0.9375rem 4.0875rem 0.9375rem 1.6rem;
    min-width: 12rem;
    box-shadow: 0 0 3.125rem rgba(236, 80, 21, 0.43);
  }

  .btn-arrow i {
    padding: 0.5rem 1.325rem;
  }
}

@media (min-width: 992px) {
  .block-title h2 {
    font-size: 2.1875rem;
  }

  .block-title h5 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .btn-arrow {
    font-size: 1.0625rem;
    min-width: 14rem;
    padding: 0.9375rem 4.6875rem 0.9375rem 1.2rem;
  }

  .btn-arrow i {
    padding: 0.5rem 1.625rem;
  }
}

@media (min-width: 1200px) {
  .block-title h2 {
    font-size: 2.25rem;
  }

  .btn-arrow {
    font-size: 1.125rem;
    min-width: 15rem;
  }
}

@media (min-width: 1600px) {
  .block-title h2 {
    line-height: 1.1;
  }

  .btn-arrow {
    font-size: 1.3125rem;
    min-width: 15.1875rem;
    padding: 0.9375rem 4.6875rem 0.9375rem 2rem;
  }
}

/* header */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-family: "Proxima Nova", sans-serif;
  transition: all 0.2s;
}

.site-header.sticky,
.site-header.site-header--inner {
  background-color: rgba(0, 0, 0, 0.95);
  padding: 0;
}

.site-header.sticky .navbar > .container,
.site-header.site-header--inner .navbar > .container {
  align-items: center;
}

.site-header .navbar {
  background-color: transparent !important;
  padding: 0.5rem 1rem;
}

.site-header .navbar .navbar-nav .nav-link {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.2s;
  padding: 0.625rem 0.875rem;
  color: #fff;
}

.site-header .navbar-nav .nav-link:hover {
  color: #6495ED;
}

.site-header .navbar-nav .active .nav-link {
  color: #fff;
}

.site-header .nav-item {
  border-bottom: 1px solid #fff;
}

.site-header .navbar-nav .active .nav-link:hover {
  color: #6495ED;
}

.site-header .navbar-nav .dropdown-toggle:hover span:after {
  border-color: #6495ED;
}

.site-header .navbar img {
  max-width: 5.9875rem;
  padding: 0;
  transition: all 0.2s;
}

.site-header .navbar-brand {
  padding: 0;
}

.site-header .dropdown-toggle {
  position: relative;
  padding-right: 1.6875rem !important;
}

.site-header .dropdown-toggle:after {
  display: none;
}

.site-header .dropdown-toggle span {
  content: "";
  width: 0.525rem;
  height: 0.525rem;
  background-color: transparent;
  border-bottom: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
  position: absolute;
  right: 0.6875rem;
  transform: rotate(-45deg);
  top: 1rem;
  padding: 0.25rem;
}

.header-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-btn .btn {
  background-color: #6495ED;
  color: #fff;
  border: 1px solid transparent;
  font-size: 0.6875rem;
  font-weight: 700;
  border-radius: 0.1875rem;
  min-width: 3.9375rem;
  text-align: center;
  padding: 0.4125rem 0.3875rem;
}

.header-btn .btn:hover {
  background-color: #fff;
  color: #6495ED;
  border-color: #6495ED;
}

.header-btn--event {
  margin-left: 0.375rem;
}

.site-header .navbar-toggler {
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 0.25rem 0 0.25rem 0.35rem;
}

.site-header .navbar-toggler span {
  width: 1.75rem;
  background: #fff;
  display: block;
  transition: 0.2s ease-in 0.2s;
  height: 0.1875rem;
}

.site-header .navbar-toggler span:nth-child(2) {
  margin: 0.3125rem 0;
}

.site-header .navbar-toggler.active span {
  transform-origin: 50%;
}

.site-header .navbar-toggler.active span:nth-child(1) {
  transform: rotate(45deg) translate(0.2625rem, 0.3125rem);
}

.site-header .navbar-toggler.active span:nth-child(2) {
  opacity: 0;
}

.site-header .navbar-toggler.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0.385rem, -0.4375rem);
}

.main-content {
  margin-top: 4rem;
  min-width: 20rem;
  overflow-x: hidden;
}

.page--product {
  min-width: 20rem;
  /* overflow-x: hidden; */
}

.site-header .navbar-nav {
  margin: 0;
}

.site-header--inner + .site-content {
  margin-top: 4rem;
}

@media (min-width: 576px) {
  .site-header .navbar-toggler span {
    height: 0.1875rem;
    width: 1.875rem;
  }

  .site-header .navbar-toggler {
    padding: 0.25rem 0 0.25rem 0.75rem;
  }

  .header-btn .btn {
    font-size: 0.9375rem;
    min-width: 5.6rem;
    padding: 0.5125rem 1rem;
  }

  .header-btn--event {
    margin-left: 0.5625rem;
  }

  .site-header .navbar img {
    max-width: 9.75rem;
  }

  .site-header .navbar-toggler.active span:nth-child(1) {
    transform: rotate(45deg) translate(0.3375rem, 0.425rem);
  }

  .site-header .navbar-toggler span:nth-child(2) {
    margin: 0.3125rem 0;
  }

  .site-header .navbar-toggler.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0.25rem, -0.4375rem);
  }

  .site-header--inner + .site-content {
    margin-top: 5.4375rem;
  }
}

@media (min-width: 768px) {
  .site-header--inner + .site-content {
    margin-top: 6.6875rem;
  }
}

@media (min-width: 992px) {
  .header-btn .btn {
    font-size: 0.9375rem;
    min-width: 6.1875rem;
    padding: 0.7125rem 1rem;
  }

  .header-btn--event {
    margin-left: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  .header-btn .btn {
    font-size: 1rem;
    min-width: 6.2125rem;
  }

  .site-header .navbar .navbar-nav .nav-link {
    padding: 1.125rem 0.45rem 0.9375rem;
  }

  .site-header .nav-item {
    margin-right: 0.5rem;
    border-bottom: 0;
  }

  .site-header .navbar img {
    max-width: 10.75rem;
  }

  .site-header .navbar .navbar-nav .nav-link {
    font-size: 1.125rem;
  }

  .site-header.sticky .navbar img {
    max-width: 10.75rem;
  }

  .site-header--inner + .site-content {
    margin-top: 7.0625rem;
  }

  .site-header .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .site-header .dropdown-toggle {
    padding-right: 1rem !important;
  }

  .site-header .dropdown-toggle span {
    right: 0;
    padding: 0;
    top: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .site-header {
    padding: 1rem 0 0;
  }

  .site-header .navbar > .container {
    align-items: flex-start;
  }

  .site-header .custom-container {
    max-width: 109.4rem;
  }

  .site-header .navbar-nav {
    margin: 0 1.375rem 0 0;
  }

  .header-btn .btn {
    font-size: 1.3125rem;
    min-width: 8.5rem;
    border-radius: 0.625rem;
    padding: 0.8125rem 1rem;
  }

  .site-header .navbar .navbar-nav .nav-link {
    padding: 1.125rem 0.75rem 0.9375rem;
  }
}

@media (max-width: 1199px) {
  .site-header .navbar-collapse {
    position: fixed;
    left: -105%;
    top: 0;
    bottom: 0;
    overflow: auto;
    width: 100%;
    max-width: 270px;
    z-index: 10000;
    background: #000;
    display: block !important;
    padding: 1rem 0;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3);
    transition: 0.2s all ease;
    height: auto !important;
    margin-top: 0;
  }

  .site-header .navbar-collapse.show {
    left: 0;
  }
}

.banner {
  position: relative;
  background-position: -9.9375rem center;
}

.banner:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.45);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.banner-content {
  position: relative;
  z-index: 1;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.125rem 0 3rem;
}

.banner-content-wrap {
  width: 100%;
  max-width: 16.8125rem;
  margin: 0 auto;
}

.banner-text {
  text-align: center;
}

.banner-text h6 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.8rem;
  display: none;
}

.banner-text h1 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 0.9;
  color: #fff;
  margin-bottom: 2.3125rem;
}

.banner-text h1 span {
  font-weight: 400;
  font-size: 1.625rem;
  display: block;
}

.banner-form ul li > label {
  display: none;
}

.banner-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.banner-form form {
  display: flex;
  flex-wrap: wrap;
}

.banner-form__body {
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 0.625rem;
}

.banner-form__body ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.banner-form__body li {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  right: -2px;
  margin-bottom: 0.625rem;
}

.banner-form__body .form-control {
  border: 1px solid #2a2a2a;
  font-size: 0.6875rem;
  font-family: "Proxima Nova", sans-serif;
  color: #dcdcdc;
  height: 2.6875rem;
  border-radius: 0.3125rem;
  padding: 0.5rem 0.8125rem;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.55);
}

.banner-form__body .form-control::placeholder {
  color: #dcdcdc;
}

.banner-form__body .form-control.error::placeholder {
  color: #ff0000;
}

.banner-form__footer {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

.banner-form__footer:before {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #6495ED;
  color: #fff;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.775rem;
  padding: 0.5rem 0.8625rem;
  pointer-events: none;
}

.banner-form__footer input {
  width: 100%;
  background-color: #6495ED;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0.3125rem;
  padding: 0.6875rem 2.9rem 0.6875rem 0.8125rem;
  box-shadow: none;
  border: 1px solid transparent;
  transition: all 0.2s;
  cursor: pointer;
  height: 100%;
  white-space: normal;
}

.banner-form__footer input:hover {
  background-color: #fff;
  color: #6495ED;
  border-color: #6495ED;
}

.banner-slider {
  background-color: #6495ED;
  position: relative;
  z-index: 1;
  padding: 1.225rem 0 0.725rem;
  display: none;
}

.banner-slider .slick-track {
  /* display: flex; */
}

.banner-item h5 {
  color: #fff;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  text-transform: uppercase;
}

.banner-item h5:after {
  content: "•";
  margin: 0 3px 0 5px;
}

.banner-item {
  /* width: auto !important; */
  /* float: none; */
  /* flex: 0 0 auto; */
}

.banner-item ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
}

.banner-item li {
  /* display: inline-block; */
}

@media (min-width: 576px) {
  .banner {
    background-position: left center;
  }

  .banner-text h1 {
    font-size: 2.8125rem;
  }

  .banner-content-wrap {
    max-width: 100%;
    margin: 0;
  }

  .banner-text h1 span {
    font-size: 2rem;
  }

  .banner-form__body .form-control {
    font-size: 0.875rem;
    padding: 0.325rem 1rem;
  }

  .banner-form__footer input {
    padding: 0.8125rem 4.5rem 0.8125rem 1rem;
    font-size: 1rem;
    border-radius: 0.625rem;
  }

  .banner-form__footer:before {
    font-size: 0.9375rem;
    padding: 0.5rem 1.25rem;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }

  .banner-slider {
    display: flex;
    flex-wrap: nowrap;
  }

  .banner-slider__wrap {
    display: block;
  }
}

@media (min-width: 768px) {
  .banner-text h1 {
    font-size: 4.0625rem;
  }

  .banner-form__footer:before {
    font-size: 0.9375rem;
    padding: 0.5rem 1.25rem;
  }

  .banner-form__footer input {
    padding: 0.9125rem 4.5rem 0.9125rem 1rem;
    font-size: 1.1875rem;
  }

  .banner-text h1 span {
    font-size: 2.8125rem;
  }

  .banner-text h6 {
    font-size: 1.375rem;
    display: block;
  }

  .banner-form__body {
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .banner-form__body li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 0;
  }

  .banner-form__body .form-control {
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
    border-radius: 0;
    font-size: 1rem;
  }

  .banner-content {
    padding: 8rem 0 4rem;
    min-height: 37.75rem;
  }

  .banner-form__body ul {
    padding: 0.8375rem 0;
  }

  .banner-item h5 {
    font-size: 1.1875rem;
  }
}

@media (min-width: 992px) {
  .banner-text h1 {
    font-size: 4.5rem;
    margin-bottom: 1.75rem;
  }

  .banner-text h1 span {
    font-size: 3rem;
  }

  .banner-text h6 {
    font-size: 1.575rem;
  }

  .banner-content {
    padding: 7rem 0 3rem;
    min-height: 37.75rem;
  }

  .banner-item h5 {
    font-size: 1.3125rem;
  }

  .banner-slider {
    padding: 1.525rem 0 0.925rem;
  }
}

@media (min-width: 1200px) {
  .banner-text h1 {
    font-size: 5rem;
  }

  .banner-item h5 {
    font-size: 1.5rem;
  }

  .banner-text h1 span {
    font-size: 3.5rem;
  }

  .banner-content {
    padding: 8rem 0 3rem;
    min-height: 39.75rem;
  }

  .banner-form__body .form-control {
    height: 2.25rem;
  }

  .banner-form__body {
    flex: 0 0 62.3%;
    max-width: 62.3%;
    border-radius: 0;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    margin-bottom: 0;
  }

  .banner-form__footer {
    flex: 0 0 37.7%;
    max-width: 37.7%;
  }

  .banner-form__footer input {
    border-radius: 0;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    padding: 0.9125rem 3.5rem 0.9125rem 0.5rem;
    font-size: 1rem;
  }

  .banner .custom-container {
    max-width: 62.1875rem;
  }

  .banner {
    background-position: left -0.25rem;
  }
}

@media (min-width: 1500px) {
  .banner .custom-container {
    max-width: 81.25rem;
  }

  .banner-form__footer input {
    padding: 1.2125rem 5rem 1.2125rem 2rem;
    font-size: 1.1875rem;
  }
}

@media (min-width: 1600px) {
  .banner {
    background-position: left center;
  }

  .banner-form__body .form-control {
    height: 2.75rem;
    padding: 0.625rem 1rem;
  }

  .banner-form__footer:before {
    font-size: 1.125rem;
    padding: 0.5rem 1.5625rem;
  }

  .banner-form__footer input {
    font-size: 1.3125rem;
  }

  .banner-text h1 {
    font-size: 6.375rem;
  }

  .banner-text h1 span {
    font-size: 4.5625rem;
  }

  .banner-text h6 {
    font-size: 1.675rem;
  }

  .banner-content {
    padding: 12rem 0 9rem;
    min-height: 48.75rem;
  }

  .banner {
    background-position: center top;
  }
}

@media (min-width: 1670px) {
  .banner .custom-container {
    max-width: 93.875rem;
  }

  .banner-form__footer input {
    padding: 1.2125rem 5rem 1.2125rem 3rem;
  }
}

@media (min-width: 0\0) {
  .banner-content {
    height: 54rem;
  }
}

.real-people {
  padding: 5.625rem 0 4.375rem;
}

.real-people-content .block-title {
  text-align: center;
  max-width: 62.5rem;
  margin: 0 auto;
}

.real-people-content .block-title h1 {
  color: black;
  font-size: 3rem;
  font-weight: 700;
}

.real-people-content .block-title span {
  color: #6495ED;
}

.real-people-content .block-title p {
  font-size: 1.15rem;
  text-align: center;
  line-height: 25px;
}

.people-slider {
  margin-top: 4.2rem;
}

.people-slider .slick-list,
.people-slider .slick-list .slick-track{
  display: flex;
}

.people-slider .slick-initialized .slick-slide,
.people-slider .slick-initialized .slick-slide p{
  flex: 1;
}
.people-slider.slick-slider .slick-slide,
.people-slider.slick-slider .slick-slide .slider__cover{
  height: unset !important;
  display: flex !important;
  flex-direction: column;
}

.real-people__slider__item {
  border: 1px solid #6495ED;
  padding: 2.2rem 2.2rem 1.5rem 2.2rem;
  background: #fff;
}

.real-people__slider__item__top-images {
  display: flex;
  justify-content: space-between;
}

.real-people__slider__item__top-images__item{
  margin: 0 5px;
}

.real-people__slider__item p {
  color: #b0b0b0;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  flex:1;
}

.real-people__slider__item h3 {
  color: #6495ED;
  font-size: 1.35rem;
  font-weight: bold;
  text-align: center;
}

.people-slider .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.people-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.people-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.people-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 60px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.people-slider .slick-dots .slick-active button:before {
  color: #6495ED;
  opacity: 1;
}

.broadcast {
  margin-top: 4rem;
}

.broadcast .broadcast-content .broadcast-info p {
  font-size: 1.75rem;
  line-height: 38px;
}

.broadcast .broadcast-info hr {
  border: 1px solid #d8d8d8;
  margin: 2rem 0;
  width: 85%;
}
.broadcast .broadcaster-icons {
  display: flex;
  justify-content: space-between;
  padding-right: 4rem;
}

.abc-today {
  padding: 6rem 0;
  background: #F4F4F4;
  position: relative;
  margin: 0;
}

.abc-today-content .block-title {
  max-width: 62.5rem;
  margin-bottom: 5rem;
}
.abc-today-content .row>div:first-of-type {
  margin-bottom: 1rem;
}

.abc-today-content .block-title h2 {
  color: black;
  font-size: clamp(2rem, 8.5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 2rem;
}

.abc-today-content .block-title span {
  color: #6495ED;
}

.abc-today-content .block-title p {
  font-size: 1.15rem;
  line-height: 25px;
  margin-bottom: 5rem;
  display: inline-block;
  max-width: 80%;
}

.abc-today #swabc_logo {
  position: absolute;
  top: -5rem;
  right: -6rem;
  height: 175px;
}
@media screen and (min-width: 768px) {
  .abc-today #swabc_logo {
    top: -10rem;
    right: -5rem;
    height: 300px;
  }
  .abc-today-content .block-title p {
    max-width: unset;
  }
}
@media screen and (min-width: 1024px){
  .abc-today #swabc_logo {
    top: -12rem;
    right: -4rem;
    height: 350px;
  }
}
@media screen and (min-width: 1100px){
  .abc-today #swabc_logo {
    top: -13rem;
    right: -3rem;
    height: 400px;
  }
}
@media screen and (min-width: 1425px){
  .abc-today #swabc_logo {
    height: 500px;
  }
}

.abc-today-content .block-title hr {
  border: 8px solid #6495ED;
  max-width: 30rem;
  margin: 0;
}


.abc-slider .slick-list,
.abc-slider .slick-track{
  height: 100%;
}

.abc-slider__item .flip-card-front img{
    min-height: 250px;
  }

@media screen and (min-width: 768px) {
  .abc-slider__item .flip-card-front img{
    min-height: 290px;
  }
}

.abc-slider .slick-track{
  margin: 0 -10px;
}

.abc-slider__item {
  margin: 0 10px;
}

.abc-slider__item .flip-card {
  background-color: transparent;
  position: relative;
  height: 100%;
  perspective: 1000px;
  display: flex;
}

.abc-slider__item .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  flex: 1;
}

.abc-slider__item .flip-card:hover .flip-card-inner,
.abc-slider__item.active .flip-card .flip-card-inner {
  transform: rotateY(180deg);
}

.abc-slider__item .flip-card-front,
.flip-card-back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.abc-slider__item .flip-card-back {
  position: absolute;
  top: 0;
}

.abc-slider__item .flip-card-front {
  color: black;
}
.abc-slider__item .flip-card-front img,
.abc-slider__item .flip-card-back {
  border-radius: 8px;
}

.abc-slider__item .flip-card-front figure,
.abc-slider__item .flip-card-front picture,
.abcFeaturedPost .abc-slider__item .flip-card-back{
  height: 100%;
}
.abc-slider__item .flip-card-back {
  background-color: #6495ED;
  color: white !important;
  transform: rotateY(180deg);
  padding: 4rem 2rem;
  text-align: left;
  border-radius: 8px;
  overflow: auto;
}
.abc-slider__item .flip-card-back .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

.abc-slider__item .flip-card-back p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.abc-slider__item .flip-card-back .details{
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
}
.abc-slider__item .flip-card-back a {
  color: #6495ED !important;
  text-decoration: none !important;
  padding: 10px 20px;
  background: white;
  border-radius: 4px;
  display: inline-block;
  margin-top:1rem;
}

.abc-big-image img {
  width: 100%;
  height: auto;
}

#abcFeaturedPost .abc-slider__item{
  margin: 0;
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .abc-slider__item .flip-card-back a {
    padding: 7px 15px;
  }
}
@media screen and (min-width: 1025px) and (orientation: portrait) {
  .abc-big-image img {
    width: 97%;
  }
}
@media screen and (min-width: 1080px) {
  .abc-slider {
    height: 80%;
  }
}


.abc-slider .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.abc-slider .slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .abc-slider .slick-dots {
    text-align: right;
    padding-right: 1rem;
  }
}

.abc-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.abc-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.abc-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 60px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.abc-slider .slick-dots .slick-active button:before {
  color: #6495ED;
  opacity: 1;
}

.abc-slider .slick-arrow {
  position: absolute;
  background: transparent;
  border: none !important;
  z-index: 100;
  cursor: pointer;
  outline: none !important;
  font-size: 2rem;
}
.abc-slider .slick-prev {
  bottom: -45px;
}

.abc-slider .slick-next {
  left: 50px;
  bottom: -45px;
}

.program {
  padding: 2.4375rem 0 0;
}

.program-heading {
  margin-bottom: 1.5rem;
}

.program-info {
  margin-bottom: 2.875rem;
}

.program-item {
  color: #8d8d8d;
  font-size: 1rem;
  line-height: 1.6;
}

.program-item__top {
  display: inline-block;
}

.program-item p {
  font-size: inherit;
  color: inherit;
  display: none;
}

.program-item .icon-main {
  font-size: 2.5875rem;
  display: block;
  margin-bottom: 0.9375rem;
  color: #131110;
  text-align: center;
}

.program-item h6 {
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  color: #6495ED;
  margin-bottom: 0;
}

.program-item h3 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Century Gothic", sans-serif;
}

.program-item .btn {
  min-width: auto;
  margin-top: 0.625rem;
  text-transform: capitalize;
}

.program-media figure {
  margin-bottom: 0;
}

@media (min-width: 406px) {
}
@media (min-width: 576px) {
  .program {
    padding: 3 0 2rem;
  }

  .program-item p {
    display: block;
  }

  .program-item h3 {
    font-size: 1.5625rem;
  }

  .program-item h6 {
    font-size: 0.8125rem;
  }

  .program-item .icon-main {
    font-size: 3.3125rem;
    margin-bottom: 1.25rem;
  }
  .real-people__slider__item {
    margin-right: unset !important;
  }
}

@media (min-width: 768px) {
  .program {
    padding: 3.25rem 0 3rem;
  }

  .program-item h3 {
    font-size: 1.875rem;
  }

  .program-item .btn {
    margin-top: 1.1875rem;
  }

  .program-item .icon-main {
    font-size: 3.75rem;
  }

  .real-people__slider__item {
    margin-right: 20px !important;
  }
  /* .abc-slider__item .flip-card {
    min-height: 356px;
  } */
  .abc-slider__item .flip-card-back {
    padding: 3rem 2rem;
  }
  .abc-slider__item .flip-card-back p {
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 991px) {
  .program {
    padding: 3.75rem 0 4rem;
  }

  .program-heading {
    margin-bottom: 1.75rem;
  }

  .program-item h3 {
    font-size: 1.5625rem;
  }

  .program-info {
    margin-bottom: 0;
  }
  .broadcast .broadcast-content .row {
    flex-direction: unset;
  }

  .abc-slider__item .flip-card-back {
    padding: 1rem 1rem;
  }
  .abc-slider__item .flip-card-back .details,
  .abc-slider__item .flip-card-back a {
    font-size: 16px;
  }
  .abc-slider__item .flip-card-back p {
    margin-bottom: 1rem;
  }
  .abc-slider__item .flip-card-back {
    padding: 2.5rem 2rem;
  }
}

@media (min-width: 1200px) {
  .program {
    padding: 4.1875rem 0 5rem;
  }

  .program-item h3 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .broadcast .broadcast-media {
    margin-left: -10rem;
  }

  .broadcast .broadcast-media img {
    width: 100%;
  }

  .broadcast .broadcast-content .broadcast-info {
    padding: 6rem 2rem;
    width: 530px;
  }
  .program {
    padding: 5.1875rem 0 6rem;
  }

  .program-item h6 {
    font-size: 1.0625rem;
  }

  .program-item h3 {
    font-size: 2.5rem;
  }

  .program-item .btn {
    min-width: 17.8125rem;
    border: 2px solid #3b3b3b;
    margin-top: 1.1875rem;
  }

  .program-info {
    max-width: 44rem;
    margin-left: auto;
  }

  .program-media {
    text-align: right;
    padding: 2.4rem 0 0;
  }

  .program-heading {
    margin-bottom: 2rem;
  }

  .program-item .icon-main {
    font-size: 3.9375rem;
    margin-bottom: 1.1125rem;
  }

  .abc-slider__item .flip-card-back {
    padding: 3rem 2rem 3rem;
  }

  .abc-slider__item .flip-card-back p {
    margin-bottom: 2rem;
  }

  .abc-slider__item .flip-card-back .details {
    font-size: 20px;
    font-weight: bold;
  }
  .abc-slider__item .flip-card-back p {
    -webkit-line-clamp: 4;
  }
}

@media (min-width: 1800px) {
  .program .custom-container {
    max-width: 108.475rem;
  }
}

@media (max-width: 575px) {
  .program-item .btn-arrow i {
    padding: 0.5rem 0.825rem;
    right: -0.0625rem;
  }

  .program-item .btn-arrow {
    padding: 0.7375rem 2.4875rem 0.7375rem 0.6rem;
    max-width: 9.375rem;
    width: 100%;
  }

  .program .custom-container {
    padding: 0;
  }

  .program-info {
    padding: 0 0.9375rem;
  }

  .program-heading {
    max-width: 18.75rem;
  }

  .abc-slider__item {
    padding: 0;
  }


.real-people__slider__item {
  padding: 2.2rem 1.7rem 1.5rem 1.7rem;
}
}

.abc-slider__item .flip-card-back{
  overflow: hidden;
}
@media (max-width: 768px) {


  /* .abc-slider__item .flip-card {
    min-height: 408px;
  } */
  .abc-slider,.abc-slider .slick-list, .abc-slider .slick-track{
    width: 100%;
  }

  .abc-slider__item .flip-card-back {
    padding: 1.5rem;
  }
  .abc-slider__item .flip-card-back a {
    display: block;
  }

  .abc-slider__item .flip-card:hover .flip-card-inner {
    transform: rotateY(0);
  }
  .abc-slider__item.active .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
}
@media (max-width: 992px) {
  .broadcast .broadcast-content .broadcast-info p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .broadcast .broadcast-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .broadcast .broadcaster-icons {
    padding-right: unset;
    width: 80%;
    text-align: center;
  }
  .broadcast .broadcast-content .row {
    flex-direction: column-reverse;
  }
}
.mission {
  background-color: #fcfcfc;
}

.mission .row {
  align-items: center;
}

.mission-info {
  max-width: 35.8125rem;
  padding: 0 0.9375rem 2rem;
  text-align: center;
  margin: 0 auto;
}

.mission-info .block-title {
  margin-bottom: 1rem;
}

.mission-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem 0.6875rem;
}

.mission-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 0.9375rem;
  line-height: 1.34;
  color: rgba(42, 40, 39, 0.8);
  font-size: 0.75rem;
  font-weight: 600;
}

.mission-item i {
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #131110;
  color: #fff;
  border-radius: 100%;
  margin: 0 auto 0.625rem;
}

.mission-item h4 {
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0.2rem;
  color: #131110;
  line-height: 1;
}

.mission-media figure {
  margin: 0 -0.9375rem 1rem;
}

@media (min-width: 575px) {
  .mission-item h4 {
    font-size: 1rem;
  }

  .mission-media figure {
    margin: 0 0 1rem;
  }

  .mission-info .block-title {
    margin-bottom: 1.5rem;
  }

  .mission-item {
    font-size: 0.875rem;
    font-weight: 400;
  }

  .mission-item i {
    width: 3.125rem;
    height: 3.125rem;
    margin: 0 0 0.7625rem;
  }

  .mission-info {
    text-align: inherit;
    padding: 1rem 0.9375rem 3rem;
  }
}

@media (min-width: 768px) {
  .mission-item h4 {
    font-size: 1.125rem;
  }

  .mission-item {
    font-size: 0.9375rem;
  }

  .mission-item i {
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media (min-width: 992px) {
  .mission-item h4 {
    font-size: 1.25rem;
  }

  .mission-item {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .mission-info {
    padding: 3rem 0.9375rem;
    margin: 0;
  }

  .mission-item i {
    width: 4.6875rem;
    height: 4.6875rem;
  }

  .mission-media figure {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .mission .custom-container {
    max-width: 125rem;
    padding: 0;
  }

  .mission-item {
    font-size: 1.125rem;
  }

  .mission-info .block-title {
    margin-bottom: 1.75rem;
  }

  .mission-item h4 {
    font-size: 1.375rem;
  }

  .mission-row {
    margin: 0 -0.9375rem 1.6875rem;
  }
}

@media (min-width: 1600px) {
  .mission-row {
    margin: 0 -0.9375rem 2.4375rem;
  }

  .mission-item h4 {
    font-size: 1.5rem;
  }

  .mission-info .block-title {
    margin-bottom: 2rem;
  }

  .mission-info {
    margin: 0 auto;
    padding: 3rem 4.1875rem 5.3rem 0.9375rem;
    max-width: 53.8125rem;
  }
}

@media (max-width: 575px) {
  .mission-info .btn-arrow {
    min-width: 8.9375rem;
  }
}

.bmi-calc {
  padding: 3.5625rem 0 2.875rem;
  position: relative;
}

.bmi-calc:before {
  content: "";
  background-color: rgba(19, 17, 16, 0.88);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bmi-calc .container {
  position: relative;
  z-index: 1;
}

.bmi-calc .block-title h2,
.bmi-calc .block-title h5 {
  font-family: "Nanum Gothic", sans-serif;
}

.bmi-calc .block-title h5 {
  color: #fff;
}

.bmi-calc .block-title {
  text-align: center;
  margin-bottom: 1.375rem;
}

.bmi-calc__form form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem;
  align-items: center;
}

.bmi-calc .form-wrap {
  padding: 0 0.625rem;
  margin-bottom: 1rem;
  flex: 0 0 100%;
  max-width: 100%;
}

.bmi-radio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3125rem;
}

.bmi-radio__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.3125rem;
  height: 6rem;
  position: relative;
}

.bmi-radio__item input {
  width: 100%;
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.bmi-radio__item label {
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem;
  text-align: center;
  line-height: 1;
  color: #131110;
  font-size: 0.875rem;
  font-weight: 700;
}

.bmi-radio__item label:before {
  font-family: "icomoon";
  font-size: 1.8125rem;
  margin-bottom: 0.3125rem;
}

.bmi-radio__female label:before {
  content: "\e913";
}

.bmi-radio__male label:before {
  content: "\e90b";
}

.bmi-radio__item input:checked ~ label {
  background-color: #6495ED;
  color: #fff;
}

.bmi-measure {
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.8125rem 1.375rem;
}

.bmi-measure figure {
  margin-bottom: 0.375rem;
}

.bmi-measure .img-wrap {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  width: 5.5rem;
}

.bmi-measure .img-wrap img {
  width: 2.25rem;
}

.bmi-measure .input-wrap {
  width: calc(100% - 5.5rem);
  padding-left: 0.625rem;
}

.bmi-measure .input-wrap input,
.bmi-measure .input-wrap select {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border: 0;
  border-bottom: 1px solid #6495ED;
  outline: none;
  height: 3.4375rem;
  color: #131110;
  padding: 0.6875rem 0;
  width: 100%;
}

.bmi-measure .img-wrap label {
  margin-bottom: 0;
}

.bmi-measure .img-wrap label span {
  color: rgba(236, 80, 21, 1);
}

.bmi-measure img {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.14);
}

.bmi-age {
  background-color: #fff;
  border-radius: 0.625rem;
  max-width: 9.6875rem;
  margin: 0 auto;
  padding: 1.2rem 1.4rem 0.9rem;
  text-align: center;
}

.bmi-age label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #131110;
  line-height: 1;
  margin: 0;
}

.bmi-age__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}

.bmi-age__btn {
  flex: 0 0 25%;
  max-width: 25%;
  cursor: pointer;
  font-size: 1.25rem;
}

.bmi-age__wrap input[type="text"] {
  flex: 0 0 50%;
  max-width: 50%;
  margin-right: 0;
  text-align: center;
  border: 0;
  font-size: 1.5rem;
  color: #131110;
  font-weight: 700;
  font-family: "Proxima Nova", sans-serif;
  outline: none;
}

.bmi__plus {
  text-align: right;
}

.bmi__minus {
  text-align: left;
}

.bmi-btn {
  position: relative;
  max-width: 8.5rem;
  margin: 0 auto;
}

.bmi-btn .btn-arrow {
  width: 100%;
  border-radius: 0.3125rem;
  cursor: pointer;
  min-width: 100%;
  text-align: center;
}

.bmi-btn:before {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #6495ED;
  color: #fff;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  padding: 0.5rem 1.025rem;
  pointer-events: none;
  z-index: 1;
}

@media (min-width: 576px) {
  .bmi-calc .form-measure {
    flex: 0 0 62%;
    max-width: 62%;
  }

  .bmi-measure .img-wrap {
    font-size: 0.875rem;
  }

  .bmi-measure .img-wrap img {
    width: 2.75rem;
  }

  .bmi-measure {
    border-radius: 1.25rem;
    padding: 1rem 1.375rem;
  }

  .bmi-btn {
    max-width: 100%;
    margin: 0;
  }

  .bmi-btn .btn-arrow {
    border-radius: 1.25rem;
  }

  .bmi-btn:before {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    font-size: 0.825rem;
    padding: 0.5rem 1.2625rem;
  }

  .bmi-calc .form-radio {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .bmi-age {
    border-radius: 1.25rem;
    padding: 2rem 1.4rem 0.3rem;
  }

  .bmi-calc .form-age {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .bmi-calc .form-submit {
    flex: 0 0 34%;
    max-width: 34%;
  }

  .bmi-calc__form {
    max-width: 34.375rem;
    margin: 0 auto;
  }

  .bmi-age {
    max-width: 100%;
  }

  .bmi-radio__item {
    height: 5.5rem;
  }

  .bmi-calc {
    padding: 4rem 0;
  }

  .bmi-calc .block-title {
    margin-bottom: 2.125rem;
  }
}

@media (min-width: 768px) {
  .bmi-btn:before {
    font-size: 1.125rem;
    padding: 0.5rem 1.5625rem;
  }

  .bmi-btn .btn-arrow {
    text-align: left;
  }

  .bmi-radio__item {
    height: 6rem;
  }

  .bmi-calc .block-title {
    margin-bottom: 2.275rem;
  }
}

@media (min-width: 991px) {
  .bmi-calc {
    padding: 4.5rem 0 4.4625rem;
  }
}

@media (min-width: 1200px) {
  .bmi-calc .form-measure {
    flex: 0 0 25.5%;
    max-width: 25.5%;
  }

  .bmi-age {
    max-width: 9.6875rem;
  }

  .bmi-calc__form {
    max-width: 100%;
    margin: 0;
  }

  .bmi-calc .form-radio {
    flex: 0 0 18%;
    max-width: 18%;
  }

  .bmi-calc .form-submit {
    flex: 0 0 19%;
    max-width: 19%;
  }

  .bmi-calc .form-age {
    flex: 0 0 12%;
    max-width: 12%;
  }

  .bmi-age {
    padding: 2rem 0.5625rem 0.3rem;
  }

  .bmi-radio__item {
    height: 5.4rem;
  }

  .bmi-calc {
    padding: 6rem 0;
  }
}

@media (min-width: 1600px) {
  .bmi-calc .form-measure {
    flex: 0 0 28.5%;
    max-width: 28.5%;
  }

  .bmi-calc .form-radio {
    flex: 0 0 15%;
    max-width: 15%;
  }

  .bmi-calc .form-submit {
    flex: 0 0 16%;
    max-width: 16%;
  }

  .bmi-age {
    padding: 2rem 1.4rem 0.3rem;
  }

  .bmi-radio__item {
    height: 6rem;
  }

  .bmi-calc {
    padding: 5.5rem 0 5.4625rem;
  }
}

@media (max-width: 575px) {
  .bmi-radio {
    max-width: 13.1875rem;
    margin: 0 auto;
  }

  .bmi-age {
    line-height: 1;
  }

  .bmi-calc .form-submit {
    margin-top: 0.7rem;
  }
}

/* About */

.about-content {
  overflow: hidden;
}

.about-info {
  padding: 2.5rem 1.875rem;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
}

.about-info__wrap {
  position: relative;
  z-index: 1;
}

.about-info__wrap ul a {
  color: #6495ED;
}

.about-info__wrap ul a:hover {
  color: #fff;
}

.about-info .block-title {
  margin-bottom: 1.125rem;
}

.about-info .block-title h5 {
  color: #fff;
}

.about-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-info ul i {
  color: #6495ED;
  font-size: 2.025rem;
  margin-bottom: 1.1rem;
  display: block;
}

.about-info li {
  margin-bottom: 1.3125rem;
}

.about-info li h5 {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.about-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(19, 17, 16, 0.95);
}

.about-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15.0625rem;
}

.about-media .video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6875rem;
  height: 2.6875rem;
  border-radius: 100%;
  background-color: #fff;
  color: #6495ED;
  border: 1px solid transparent;
  transition: all 0.2s;
  font-size: 0.875rem;
}

.about-media .video-btn:hover {
  border-color: #fff;
  color: #fff;
  background-color: #6495ED;
}

.about-info__wrap p {
  display: none;
}

@media (min-width: 576px) {
  .about {
    padding: 2.375rem 0 1rem;
  }

  .about-content {
    border-radius: 1.25rem;
    border: 1px solid #d2d6de;
  }

  .about-info li h5 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }

  .about-info ul i {
    font-size: 2.1875rem;
  }

  .about-info__wrap p {
    display: block;
  }

  .about-info .block-title {
    margin-bottom: 0.75rem;
  }

  .about-info li {
    margin-bottom: 1.375rem;
  }

  .about-info {
    padding: 3.5rem 1.5rem 3.5rem;
  }

  .about-media {
    height: 34rem;
  }

  .about-media .video-btn {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.0625rem;
  }
}

@media (min-width: 768px) {
  .about {
    padding: 3.375rem 0 1rem;
  }

  .about-media {
    height: 34rem;
  }

  .about-info li h5 {
    font-size: 1.3125rem;
    margin-bottom: 0.5625rem;
  }

  .about-info ul i {
    font-size: 2.375rem;
  }

  .about-info .block-title {
    margin-bottom: 0.8125rem;
  }

  .about-info li {
    margin-bottom: 1.8125rem;
  }

  .about-info {
    padding: 4.5rem 2.5rem 4.5rem 3.25rem;
  }

  .about-media .video-btn {
    width: 5.1875rem;
    height: 5.1875rem;
    font-size: 1.1875rem;
  }
}

@media (min-width: 992px) {
  .about-media {
    height: 55rem;
  }

  .about-info li h5 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .about-info ul i {
    font-size: 2.825rem;
  }

  .about-info .block-title {
    margin-bottom: 0.9375rem;
  }

  .about-info li {
    margin-bottom: 2rem;
  }

  .about-media .video-btn {
    width: 6.1875rem;
    height: 6.1875rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .about {
    padding: 4.375rem 0 2rem;
  }

  .about-media {
    height: 100%;
  }

  .about-info .block-title {
    margin-bottom: 1.4375rem;
  }
}

@media (min-width: 1600px) {
  .about .custom-container {
    max-width: 1670px;
  }

  .about-info .btn-arrow {
    min-width: 17.8125rem;
  }

  .about-info .block-title {
    margin-bottom: 1.9375rem;
  }

  .about-info {
    padding: 5rem 3.65rem 5rem 5rem;
  }

  .about {
    padding: 5.375rem 0 2.5rem;
  }

  .about-info li {
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 575px) {
  .about .custom-container {
    padding: 0;
  }

  .about-media.bg-cover {
    background-position: center 21%;
  }

  .about-info li {
    display: flex;
  }

  .about-info ul i {
    margin-bottom: 0;
  }

  .about-info li h5 {
    padding-left: 0.9375rem;
  }
}

.quote-block {
  padding: 2.625rem 0 2.375rem;
  position: relative;
}

.quote-block:before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 1.25rem;
  background: url("../gps/images/quote-bg-shape.png") no-repeat;
  background-size: 100%;
  height: 4.375rem;
  width: 4.4625rem;
}

.quote-block__content {
  max-width: 62.5rem;
  margin: 0 auto;
  text-align: center;
  color: #131110;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.6;
}

.quote-block__content h5 {
  color: #6495ED;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8125rem;
  margin: 0.675rem 0 0.5rem;
}

.quote-block__content i {
  color: #6495ED;
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .quote-block:before {
    right: 7rem;
    height: 9.1125rem;
    width: 9.3125rem;
    top: 1rem;
  }

  .quote-block__content {
    font-size: 0.875rem;
  }

  .quote-block__content h5 {
    font-size: 0.9375rem;
  }

  .quote-block__content i {
    font-size: 1.625rem;
  }

  .quote-block__content h5 {
    margin: 1rem 0 0.5rem;
  }

  .quote-block {
    padding: 2.75rem 0 56px;
  }
}

@media (min-width: 768px) {
  .quote-block:before {
    height: 11.8125rem;
    width: 12.3125rem;
  }

  .quote-block__content {
    font-size: 1rem;
  }

  .quote-block__content h5 {
    font-size: 1.0625rem;
  }

  .quote-block__content i {
    font-size: 1.75rem;
  }

  .quote-block__content h5 {
    margin: 1.25rem 0 0.75rem;
  }

  .quote-block {
    padding: 3.1rem 0 4rem;
  }
}

@media (min-width: 992px) {
  .quote-block:before {
    height: 11.8125rem;
    width: 12.3125rem;
  }

  .quote-block__content {
    font-size: 1.25rem;
  }

  .quote-block__content h5 {
    font-size: 1.3125rem;
  }

  .quote-block__content i {
    font-size: 1.9375rem;
  }

  .quote-block__content h5 {
    margin: 1.25rem 0 0.7rem;
  }

  .quote-block {
    padding: 3.5rem 0 3rem;
  }
}

@media (min-width: 1200px) {
  .quote-block:before {
    right: 14rem;
    height: 12.8125rem;
    width: 13.3125rem;
  }

  .quote-block__content {
    font-size: 1.5625rem;
  }

  .quote-block__content h5 {
    font-size: 1.5rem;
  }

  .quote-block__content i {
    font-size: 2.25rem;
  }

  .quote-block {
    padding: 3.1rem 0 3rem;
  }
}

@media (min-width: 1600px) {
  .quote-block:before {
    right: 28rem;
  }

  .quote-block__content {
    font-size: 1.675rem;
  }

  .quote-block__content i {
    font-size: 2.3875rem;
  }
}

.process {
  position: relative;
  padding: 2.25rem 0 0;
}

.process:before {
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(19, 17, 16, 1) 0%,
    rgba(7, 7, 6, 1) 61%,
    rgba(6, 6, 6, 1) 64%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(19, 17, 16, 1) 0%,
    rgba(7, 7, 6, 1) 61%,
    rgba(6, 6, 6, 1) 64%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(19, 17, 16, 1) 0%,
    rgba(7, 7, 6, 1) 61%,
    rgba(6, 6, 6, 1) 64%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131110', endColorstr='#00000000', GradientType=0);
  position: absolute;
  left: 0;
  right: 0;
  height: 73%;
  top: 0;
}

.process .container {
  position: relative;
  z-index: 1;
}

.process-top {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.1rem;
}

.process-top__info h5 {
  color: #fff;
}

.process-top__info {
  font-size: 0.75rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

.process-top__info .block-title {
  margin-bottom: 0.6875rem;
}

.process-top__media {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

.process-top__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.5rem;
}

.process-top__item img {
  border-radius: 0.375rem;
}

.process-content {
  margin: 0 -0.625rem 1.875rem;
  counter-reset: count;
}

.process-item {
  padding: 2.4375rem 2.425rem 0 0.625rem;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  float: none;
  height: auto !important;
  outline: none;
  line-height: 1.6;
}

.process-item:before {
  content: "#" counter(count);
  counter-increment: count;
  height: 5rem;
  width: 5rem;
  text-align: center;
  background-color: #6495ED;
  border: 5px solid #fff;
  border-radius: 100%;
  position: absolute;
  right: 1.375rem;
  top: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.process-item:after {
  content: "";
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  background: url("../gps/images/icon-arrow-right.png") no-repeat;
  background-size: 100%;
  height: 1.75rem;
  width: 2.875rem;
  right: 0;
  z-index: 1;
}

.process-item h5 {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.8125rem;
}

.process-item__wrap {
  border: 0.375rem solid #fff;
  border-radius: 1.875rem;
  text-align: center;
  padding: 3.3rem 1rem 2.5rem;
  position: relative;
  height: 100%;
}

.process-item__wrap:before {
  content: "";
  width: 0.5rem;
  height: 55%;
  background-color: #0c0c0c;
  right: -0.4375rem;
  top: 0;
  position: absolute;
}

.process-item:last-child:after {
  display: none;
}

.process-item:last-child .process-item__wrap:before {
  display: none;
}

.process-btn {
  text-align: center;
}

.process-content .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.process-content .slick-dots {
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
  line-height: 1;
  text-align: center;
  display: none;
}

.process-content .slick-dots li {
  text-indent: -999rem;
  height: 0.625rem;
  width: 0.625rem;
  background-color: rgba(0, 0, 0, 0.27);
  display: inline-block;
  margin: 0 0.1875rem;
  border-radius: 100%;
  cursor: pointer;
}

.process-content .slick-dots li.slick-active {
  background-color: #6495ED;
}

.process .slick-slider .slick-slide[data-slick-index="0"] {
  height: auto !important;
}

.facts {
  padding: 2.25rem 1rem 3rem;
  margin-top: 1.6875rem;
  background-color: #6495ED;
  border-radius: 0.625rem;
}

.facts .block-title {
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  max-width: 62.875rem;
  margin: 0 auto 1rem;
  font-size: 0.75rem;
}

.facts .block-title h2,
.facts .block-title h5 {
  color: #fff;
}

.facts .block-title h2 {
  text-transform: capitalize;
  margin-bottom: 1.375rem;
}

.facts-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}

.facts-item {
  flex: 0 0 100%;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  padding: 0 0.9375rem;
  margin-bottom: 1rem;
}

.facts-item__wrap {
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.1;
}

.facts-item h2 {
  font-size: 1.6875rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding-right: 0.8125rem;
  margin-bottom: 0;
}

.facts-item p {
  margin-bottom: 0;
}

.facts-btn {
  margin-top: 1.1875rem;
  text-align: center;
}

.facts .block-title p {
  display: none;
}

@media (min-width: 576px) {
  .process-item:before {
    right: 0.375rem;
  }

  .process:before {
    height: 65%;
  }

  .process {
    padding: 3rem 0 1rem;
  }

  .process-top__info {
    font-size: 0.8125rem;
    text-align: inherit;
  }

  .process-top__item img {
    border-radius: 1.25rem;
  }

  .process-top__item {
    padding: 0 0.9375rem;
  }

  .process-top__media {
    margin: 0 -0.9375rem;
  }

  .facts-item__wrap {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.6rem;
    display: block;
    line-height: 1.7;
  }

  .facts {
    margin-top: 2.5rem;
    padding: 3rem 1rem;
    border-radius: 1.5625rem;
  }

  .facts-item h2 {
    font-size: 2.8125rem;
    text-shadow: 4px 4px rgba(255, 255, 255, 0.22);
    padding-right: 1rem;
    margin-bottom: 0.3rem;
  }

  .facts-item p {
    margin-bottom: 0.625rem;
  }

  .facts-item {
    font-size: 0.8125rem;
  }

  .facts-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .facts .block-title {
    font-size: 0.875rem;
    margin: 0 auto 2rem;
  }

  .facts .block-title p {
    display: block;
  }

  .process-content .slick-dots li {
    background-color: rgba(255, 255, 255, 0.27);
  }
}

@media (min-width: 768px) {
  .process-content {
    margin: 0 -0.625rem 2.375rem;
  }

  .process {
    padding: 4rem 0 2rem;
  }

  .process-top__info {
    font-size: 0.875rem;
  }

  .facts {
    margin-top: 3.5rem;
    padding: 3.5rem 2rem;
  }

  .facts-item h2 {
    font-size: 4.0625rem;
  }

  .facts-item {
    font-size: 0.875rem;
  }

  .facts-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .facts .block-title {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .process-content {
    margin: 0 -0.625rem 2.625rem;
  }

  .process {
    padding: 4rem 0 2rem;
  }

  .process-top__info {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .process-top__info .block-title {
    margin-bottom: 1.1875rem;
  }

  .facts {
    margin-top: 4rem;
    padding: 4rem 3rem 4rem;
    border-radius: 3.125rem;
  }

  .facts-item h2 {
    font-size: 5rem;
  }

  .facts-item {
    font-size: 1rem;
  }

  .facts-item__wrap {
    padding-bottom: 1.6rem;
  }

  .facts .block-title {
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .process-item__wrap {
    font-size: 1rem;
  }

  .process-item {
    padding: 2.4375rem 0.625rem 0;
    max-width: 292px;
    float: left;
  }

  .process-content::before,
  .process-content::after {
    content: "";
    display: block;
    clear: both;
  }

  .process-item:after {
    right: -1.8125rem;
  }

  .process-content {
    margin: 0 -0.625rem 3.25rem;
  }

  .process {
    padding: 4rem 0 2rem;
  }

  .process-top__info {
    font-size: 1.125rem;
  }

  .facts {
    margin-top: 4.6875rem;
    padding: 5rem 4rem;
  }

  .facts-item h2 {
    font-size: 5.9375rem;
  }

  .facts-item {
    font-size: 1.125rem;
  }

  .facts .block-title {
    font-size: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .process-item__wrap {
    font-size: 1.0625rem;
  }

  .process-content {
    margin: 0 -0.625rem 3.8125rem;
  }

  .process-top__info .block-title {
    margin-bottom: 1.2875rem;
  }

  .process {
    padding: 4.5625rem 0 2rem;
  }

  .process-top__info {
    font-size: 1.25rem;
  }

  .process-top__media {
    max-width: 707px;
    margin-left: auto;
    padding-top: 0.8125rem;
  }

  .facts .block-title h5 {
    margin-bottom: 0;
  }

  .facts-btn .btn {
    padding: 0.9375rem 5.3875rem 0.9375rem 1.6rem;
  }

  .facts {
    margin-top: 5.6875rem;
    padding: 5.375rem 5rem 5.5625rem;
  }

  .facts-item h2 {
    font-size: 6.5625rem;
  }

  .facts-content {
    margin: 0 -3.775rem;
  }

  .facts-item {
    padding: 0 3.775rem;
  }

  .facts-item {
    font-size: 1.25rem;
  }
}

@media (max-width: 575px) {
  .process-btn .btn-arrow {
    text-align: center;
  }

  .facts {
    margin: 1.6875rem -0.9375rem 0;
  }

  .facts .block-title {
    text-align: left;
  }
}

.testimonials {
  padding: 1.5rem 0 1.2rem;
}

.testimonials-heading {
  text-align: center;
  margin-bottom: 1.3875rem;
}

.testimonials-heading h5 {
  color: #544c4a;
}

.testimonials-heading h2 {
  color: #131110;
}

.testimonials-item__wrap ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.3rem;
  line-height: 1;
  font-size: 0.8125rem;
}

.testimonials-item__wrap li {
  display: inline-block;
  color: #ffc107;
}

.testimonials-item__wrap p span {
  color: #6495ED;
  font-weight: 700;
}

.testimonials-slider .slick-list {
  padding: 0 !important;
}

.testimonials-item {
  padding: 0 1.5625rem;
  float: none;
}

.testimonials-item__wrap {
  border: 1px solid #efefef;
  border-radius: 0.625rem;
  padding: 1.5rem 1.375rem 1.1875rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.06);
  line-height: 2;
  font-size: 0.75rem;
}

.testimonials-item.slick-center .testimonials-item__wrap {
  box-shadow: 0 0.5375rem 1.0125rem rgba(236, 80, 21, 0.16);
  background-color: #6495ED;
  color: #fff;
}

.testimonials-item.slick-center .testimonials-item__wrap p span,
.testimonials-item.slick-center .testimonials-avatar h5,
.testimonials-item.slick-center .testimonials-avatar .text-wrap {
  color: #fff;
}

.testimonials-item.slick-center .testimonials-item__wrap li {
  color: #ffe607;
}

.testimonials-avatar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}

.testimonials-avatar figure,
.testimonials-avatar p {
  margin-bottom: 0;
}

.testimonials-avatar .img-wrap {
  width: 3.5625rem;
}

.testimonials-avatar .img-wrap img {
  border-radius: 100%;
  width: 100%;
}

.testimonials-avatar .text-wrap {
  width: calc(100% - 3.5625rem);
  padding-left: 0.9375rem;
  line-height: 1;
  color: #9a9a9a;
}

.testimonials-avatar h5 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #3b3b3b;
  margin-bottom: 0.1875rem;
}

.testimonials .slick-track {
  padding: 0 0 1.375rem;
  display: flex;
  align-items: center;
}

.testimonials .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  opacity: 0;
  transition: all 0.2s;
}

.testimonials-slider:hover .slick-arrow {
  opacity: 1;
}

.testimonials .slick-next {
  right: 0;
}

.testimonials .slick-prev {
  left: 0;
}

.testimonials .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.testimonials .slick-dots li {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  text-indent: -999rem;
  border: 0;
  background-color: #e1e1e1;
  display: inline-block;
  margin: 0 0.1875rem;
  cursor: pointer;
}

.testimonials .slick-dots li.slick-active {
  background-color: #6495ED;
}

@media (min-width: 576px) {
  .testimonials {
    padding: 1.5rem 0 2.0625rem;
  }

  .testimonials-item__wrap {
    border-radius: 1.25rem;
    font-size: 0.875rem;
    padding: 2.1rem 1.5rem 1.2rem;
  }

  .testimonials-heading {
    margin-bottom: 1.0625rem;
  }

  .testimonials .slick-track {
    padding: 1rem 0 3rem;
  }

  .testimonials-item__wrap ul {
    font-size: 1rem;
    margin: 0 0 0.7rem;
  }

  .testimonials-item {
    padding: 0 0.75rem;
  }

  .testimonials-avatar h5 {
    font-size: 1.3125rem;
  }

  .testimonials-avatar .img-wrap {
    width: 4.6875rem;
  }

  .testimonials-avatar .text-wrap {
    width: calc(100% - 4.6875rem);
  }
}

@media (min-width: 768px) {
  .testimonials-item__wrap {
    font-size: 1rem;
    line-height: 1.69;
    padding: 2.1rem 1.5rem 1.2rem;
  }

  .testimonials-avatar {
    margin-top: 1rem;
  }

  .testimonials-avatar h5 {
    font-size: 1.5rem;
  }

  .testimonials {
    padding: 1.5rem 0 3.0625rem;
  }
}

@media (min-width: 992px) {
  .testimonials-item__wrap {
    border-radius: 1.875rem;
    font-size: 1.125rem;
    line-height: 1.7;
    padding: 2.5rem 2.7rem 2.2rem;
  }

  .testimonials-item {
    padding: 0 1.5625rem;
  }

  .testimonials-slider .slick-list {
    padding: 0 0.5rem !important;
  }

  .testimonials {
    padding: 1.5rem 0 4.0625rem;
  }
}

@media (min-width: 1200px) {
  .testimonials-item.slick-center {
    transform: scale(1.24);
  }

  .testimonials .slick-track {
    padding: 4rem 0 3.5rem;
  }

  .testimonials-item__wrap {
    border-radius: 2.5rem;
  }

  .testimonials-item.slick-center .content-wrap {
    transform: scale(0.84);
  }

  .testimonials-item.slick-center .testimonials-item__wrap {
    padding: 2.8rem 0;
  }

  .testimonials-item.slick-center .testimonials-avatar .img-wrap {
    width: 5.4125rem;
  }

  .testimonials-item.slick-center .testimonials-avatar .text-wrap {
    width: calc(100% - 5.4125rem);
  }

  .testimonials-item.slick-center .testimonials-item__wrap ul {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1600px) {
  .testimonials .custom-container {
    max-width: 125rem;
    padding: 0;
  }

  .testimonials-slider .slick-list {
    padding: 0 3.5rem !important;
  }

  .testimonials .slick-prev {
    left: 2.125rem;
  }

  .testimonials .slick-next {
    right: 2.125rem;
  }

  .testimonials {
    padding: 1.5rem 0 4.0625rem;
  }

  .real-people .custom-container {
    max-width: 90vw;
    padding: 0;
  }
  .broadcast .custom-container {
    max-width: 90vw;
    padding: 0;
  }

  .abc-today .custom-container {
    max-width: 90vw;
    padding: 0;
  }
}

@media (min-width: 2000px) {
  .testimonials-slider .slick-list {
    padding: 0 !important;
  }
}

.health-info {
  padding: 1.375rem 0 3rem;
  height: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}

.health-info .contact-btn {
  display: inline-block;
  text-align: center;
}

.health-info .block-title {
  position: relative;
  margin-bottom: 1rem;
  font-size: 0.75rem;
}

.health-info .block-title h2 {
  margin-bottom: 0.525rem;
}

.health-info .form-body {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.health-info .form-body input,
.health-info .form-body select {
  display: inline-block;
  width: 8rem;
  border: 0;
  border-bottom: 1px solid rgba(186, 186, 186, 0.7);
  border-radius: 0;
  text-align: center;
  vertical-align: text-bottom;
  font-size: 0.8125rem;
  font-family: inherit !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  color: #b9b9b9;
  background-color: transparent;
  box-shadow: none;
  /* height: 1.8125rem; */
}

.health-info form input::placeholder {
  color: #b9b9b9;
}

.health-info form select::-ms-expand {
  display: none;
}

.health-info .form-item {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.health-info .form-item .pseudoPlaceholder {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  color: #b9b9b9;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  bottom: 0.3125rem;
  white-space: nowrap;
}

.health-info .form-item .pseudoPlaceholder small {
  font-size: 1.5625rem;
}

.health-info .form-body .form-sm {
  width: 7rem;
}

.health-info form select > option {
  text-align: center;
  color: #000;
}

.health-info .form-wrap {
  max-width: 70.5rem;
  position: relative;
  z-index: 1;
}

.health-media {
  height: 100%;
}

.health-media figure {
  margin-bottom: 0;
  height: 100%;
}

.health-media figure img {
  width: 100%;
}

.health-info .form-footer {
  max-width: 9.6875rem;
  position: relative;
}

.health-info .form-footer input {
  cursor: pointer;
}

.health-info .form-footer:before {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #6495ED;
  color: #fff;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.825rem;
  padding: 0.5rem 1.1625rem;
  pointer-events: none;
  z-index: 1;
}

.health-info form {
  text-align: left;
}

.health-info .required-select + .select2 .select2-selection__rendered:after {
  content: "*";
  line-height: 1;
  font-size: 1.5625rem;
}

.health-info .contact-btn {
  display: none;
}

label.error {
  display: none !important;
}

.required-field.error {
  border-color: red !important;
}

label#wantto-error + .select2-container--default .select2-selection--single {
  border-color: red !important;
}

/*label#wantto-error {
    display: inline !important;
    color: red;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: -5px;
}*/
@media (min-width: 576px) {
  .health-info {
    padding: 1.375rem 0 3.6rem;
  }

  .health-info .form-item .pseudoPlaceholder {
    font-size: 0.9375rem;
  }

  .health-info .form-footer {
    max-width: 11rem;
  }

  .health-info .form-body {
    line-height: 2.1;
    font-size: 0.9375rem;
  }

  .health-info .block-title {
    font-size: 0.875rem;
  }

  .health-info form {
    display: block;
  }

  .health-info {
    text-align: inherit;
  }

  .health-info .form-footer:before {
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }

  .health-info .form-body input,
  .health-info .form-body select {
    font-size: 0.9375rem;
    width: 8.8125rem;
  }
}

@media (min-width: 768px) {
  .health-info .form-body {
    font-size: 1.125rem;
  }

  .health-info .form-body {
    font-size: 1rem;
  }

  .health-info .block-title h2 {
    margin-bottom: 0.725rem;
  }

  .health-info .block-title {
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

  .health-info .form-body input,
  .health-info .form-body select {
    width: 11.8125rem;
    font-size: 1rem;
  }

  .health-info .form-item .pseudoPlaceholder {
    font-size: 1rem;
  }

  /*.health-info .block-title:after {
        content: '';
        background-color: rgba(19, 17, 16, .5);
        height: 1px;
        width: 4.6875rem;
        position: absolute;
        bottom: 0;
        left: 0;
    }*/

  .health-info .form-footer {
    max-width: 13rem;
  }

  .health-info .form-footer:before {
    font-size: 1.125rem;
    padding: 0.5rem 1.5625rem;
  }
}

@media (min-width: 992px) {
  .health-info {
    padding: 1.9375rem 0.9375rem 4.6rem;
  }

  .health-info .form-body {
    font-size: 1.25rem;
  }

  .health-info .form-footer {
    max-width: 16rem;
  }

  .health-info .form-body input,
  .health-info .form-body select {
    width: 14.8125rem;
    font-size: 1.125rem;
  }

  .health-info .form-item .pseudoPlaceholder {
    font-size: 1.0625rem;
  }

  .health-info .block-title {
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .health-media {
    margin-left: -27rem;
  }

  .health-info .block-title {
    margin-bottom: 1.6875rem;
  }

  .health-media figure img {
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .health-info .form-body {
    font-size: 1.25rem;
    line-height: 2.3;
  }

  .health-info:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -10rem;
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 73%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 73%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 73%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  }

  .health-info {
    padding: 6.375rem 0.9375rem 5.6rem 4rem;
  }

  .health .custom-container {
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 1600px) {
  .health-info .form-wrap {
    padding-left: 6.5625rem;
  }

  .health-info {
    padding: 6.375rem 0.9375rem 5.6rem;
  }

  .health-info .form-body input,
  .health-info .form-body select {
    width: 18.8125rem;
  }

  .health-info .form-body {
    font-size: 1.4375rem;
  }
}

@media (max-width: 1199px) {
  .health-content .row {
    flex-direction: column-reverse;
  }
}

.site-footer {
  background-color: #3b3b3b;
  position: relative;
  margin-top: 0.625rem;
  font-family: "Proxima Nova", sans-serif;
  padding: 0;
}

.site-footer p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.site-footer:before {
  content: "";
  background-color: #6495ED;
  position: absolute;
  left: 0;
  top: -0.625rem;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem 1.525rem;
  background-color: #363636;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.6875rem;
  align-items: center;
  padding: 1.5rem 0.875rem;
}

.footer-top__item {
  padding: 0 0.9375rem;
}

.footer-top h2 {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: capitalize;
  line-height: 1;
}

.footer-top__left {
  margin: 0 -0.9375rem;
  width: calc(100% - 9.6875rem);
}

.footer-top__right {
  width: 9.6875rem;
}

.footer-top__mid {
  line-height: 1.34;
}

.footer-info {
  font-size: 1.125rem;
  color: #d6d6d6;
  text-align: center;
}

.footer-info figure {
  margin-bottom: 0.7875rem;
}

.footer-info p {
  display: none;
}

.footer-form p {
  display: none;
}

.footer-top__right .btn {
  text-transform: capitalize;
}

.footer-info a {
  color: #fff;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 700;
  transition: all 0.2s;
  margin-top: 0.9rem;
  display: inline-block;
  line-height: 1;
}

.footer-info a i {
  font-size: 1.3125rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.0625rem;
}

.footer-info a:hover {
  color: #6495ED;
}

.footer-item {
  font-family: "Nunito", sans-serif;
  margin-bottom: 0.9375rem;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #d6d6d6;
  font-size: 1rem;
  line-height: 1.4;
  transition: all 0.2s;
}

.footer-links a:hover {
  color: #6495ED;
}

.footer-item h6 {
  font-weight: 800;
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 0.875rem;
}

.footer-item .toggleBtn {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0 2rem 1rem 0;
  position: relative;
  cursor: pointer;
}

.footer-item .toggleBtn:after {
  content: "\e922";
  font-family: "icomoon";
  position: absolute;
  top: 0.625rem;
  right: 0;
  font-size: 0.5rem;
}

.footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.2;
  font-family: "Nunito", sans-serif;
}

.footer-form {
  font-size: 1rem;
  color: #d6d6d6;
}

.footer-form label {
  display: none;
}

.footer-form .form-wrap {
  position: relative;
}

.footer-form input {
  background-color: transparent;
  border: 1px solid #ececec;
  color: #d6d6d6 !important;
  border-radius: 0.3125rem !important;
  height: 3.75rem;
  padding: 1rem 3.1875rem 1rem 1rem !important;
  font-size: 1rem !important;
}

.footer-form input:focus {
  background-color: transparent;
}

.footer-form input::placeholder {
  color: #d6d6d6;
}

.footer-form input.error {
  border: 1px solid #ff0000;
}

.footer-form .form-bottom input {
  height: auto;
  border: 0;
  padding: 0 !important;
  text-indent: -999rem;
  margin: 0;
  position: absolute;
  width: 29px;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.footer-form form {
  position: relative;
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.footer-form .form-bottom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9625rem;
  font-size: 1.4375rem;
  color: #6495ED;
  transition: all 0.2s;
}

.footer-form .form-bottom:hover {
  cursor: pointer;
  color: #fff;
}

.footer-form .form-bottom:before {
  content: "\e90c";
  font-family: "icomoon";
  display: inline-block;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  color: #d6d6d6;
  padding: 1.3rem 0 0.6rem;
  border-top: 1px solid #757575;
  margin: 0 -0.9375rem;
}

.footer-bottom__item {
  padding: 0 0.9375rem;
  text-align: center;
  width: 100%;
}

.footer-bottom ul {
  padding: 0;
  list-style: none;
  margin: 0 !important;
  font-size: 1.5rem;
}

.footer-bottom li {
  display: inline-block;
  line-height: 1;
  margin-left: 0.7rem;
}

.footer-bottom li a {
  color: #fff;
  transition: all 0.2s;
}

.footer-bottom li a:hover {
  color: #6495ED;
}

.footer-item .toggleBlock {
  display: none;
}

.footer-bottom__item a {
  color: #d6d6d6;
  transition: all 0.2s;
}

.footer-bottom__item a:hover {
  color: #6495ED;
}

.footer-sticky {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -11.175rem;
  z-index: 100;
  transition: all 0.5s;
}

.footer-sticky.open {
  right: 0;
}

.footer-sticky__content {
  max-width: 14rem;
}

.footer-sticky__content .row {
  margin: 0;
}

.footer-sticky__btn {
  max-width: 20%;
  flex: 0 0 20%;
  margin-top: -0.4rem;
  position: relative;
}

.footer-sticky__info {
  max-width: 80%;
  flex: 0 0 80%;
  background-color: #333;
  border-top: 2px solid #6495ED;
  border-bottom: 2px solid #6495ED;
  color: #fff;
  position: relative;
  padding: 1.0625rem 1.2625rem 0.75rem;
}

.footer-sticky__info .close-btn {
  top: -2rem;
  text-align: right;
  position: absolute;
  right: 0.3125rem;
}

.footer-sticky__info .close-btn button {
  background-color: rgba(0, 0, 0, 0.9);
  color: #b8b8c0;
  border: 0;
  border-radius: 100%;
  outline: none;
  line-height: 1;
  padding: 0.2rem 0.4rem 0.1rem;
  transition: all 0.2s;
  font-size: 1.125rem;
  cursor: pointer;
}

.footer-sticky__info .close-btn button:hover {
  background-color: #b8b8c0;
  color: #000;
}

.footer-sticky__info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.8125rem;
  font-family: "Proxima Nova", sans-serif;
}

.footer-sticky__info li a {
  color: #fff;
  transition: all 0.2s;
}

.footer-sticky__info li a:hover {
  color: #6495ED;
}

.footer-sticky__info li {
  margin-bottom: 0.3125rem;
}

.footer-sticky__info li i {
  display: inline-block;
  margin-right: 0.3125rem;
  color: #fff;
}

.footer-sticky__info h5 {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}

.footer-sticky .img-wrap {
  position: relative;
  z-index: 1;
  border: 3px solid #15B4ED;
  border-radius: 100%;
  margin-top: -1.0625rem;
}

.footer-sticky .img-wrap figure {
  margin-bottom: 0;
}

.footer-sticky .img-wrap img {
  border-radius: 100%;
  width: 100%s;
}

.footer-sticky .btn-wrap {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  color: #fff;
  border-radius: 0;
  margin-top: 0.2125rem;
  font-family: "Proxima Nova", sans-serif;
}

.footer-sticky .btn-wrap button {
  background: rgb(236, 80, 21);
  background: -moz-linear-gradient(
    top,
    rgba(236, 80, 21, 1) 0%,
    rgba(201, 66, 16, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(236, 80, 21, 1) 0%,
    rgba(201, 66, 16, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(236, 80, 21, 1) 0%,
    rgba(201, 66, 16, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6495ED', endColorstr='#c94210', GradientType=0);
  color: #fff;
  border: 0;
  white-space: nowrap;
  border-radius: 0.3125rem;
  padding: 0.8rem 2rem 0.75rem 1.1rem;
  outline: 0;
  font-weight: 700;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.2s;
}

.footer-sticky .btn-wrap button:hover {
  background: rgb(201, 66, 16);
  background: -moz-linear-gradient(
    top,
    rgba(201, 66, 16, 1) 0%,
    rgba(236, 80, 21, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(201, 66, 16, 1) 0%,
    rgba(236, 80, 21, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(201, 66, 16, 1) 0%,
    rgba(236, 80, 21, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c94210', endColorstr='#6495ED', GradientType=0);
  color: #fff;
}

.footer-sticky__help:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  cursor: pointer;
}

@media (min-width: 576px) {
  .footer-top h2 {
    font-size: 1.5rem;
  }

  .footer-top {
    font-size: 0.8125rem;
    border-radius: 1.5rem;
    margin: 0 0 2.125rem;
  }

  .footer-item {
    margin-bottom: 1rem;
  }

  .footer-body {
    padding-bottom: 1.0625rem;
  }

  .footer-top__left {
    flex: 0 0 64%;
    max-width: 64%;
    width: auto;
  }

  .footer-top__right {
    flex: 0 0 36%;
    max-width: 36%;
    width: auto;
  }

  .site-footer {
    padding: 2.375rem 0 0;
  }

  .footer-bottom {
    font-size: 0.8125rem;
  }

  .footer-sticky .btn-wrap button {
    font-size: 1.1875rem;
    padding: 0.85rem 3rem 0.8rem 1.7rem;
    border-radius: 0.625rem;
  }

  .footer-sticky__content {
    max-width: 20rem;
  }

  .footer-sticky__btn {
    max-width: 18%;
    flex: 0 0 18%;
    margin-top: -1rem;
  }

  .footer-sticky__info {
    max-width: 82%;
    flex: 0 0 82%;
  }

  .footer-sticky {
    right: -16.375rem;
  }

  .footer-sticky__info h5 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }

  .footer-sticky__info ul {
    font-size: 1rem;
  }

  .footer-sticky__info {
    padding: 1.0625rem 1.5625rem 0.9rem;
  }

  .footer-sticky__info .close-btn {
    top: -2.5375rem;
  }

  .footer-sticky .btn-wrap {
    margin-top: 1.3125rem;
  }

  .footer-sticky__info .close-btn button {
    font-size: 1.5625rem;
    padding: 0.2rem 0.5rem 0.1rem;
  }
}

@media (min-width: 768px) {
  .footer-top h2 {
    font-size: 1.75rem;
  }

  .footer-top {
    font-size: 1rem;
    margin: 0 0 3rem;
  }

  .footer-form input {
    border-radius: 0.625rem !important;
  }

  .footer-info figure {
    margin-bottom: 1.3875rem;
  }

  .footer-item h6 {
    margin-bottom: 1.25rem;
  }

  .footer-item .toggleBtn {
    border-bottom: 0;
    padding: 0;
    cursor: inherit;
  }

  .footer-form form {
    margin-top: 2.375rem;
  }

  .footer-item {
    margin-bottom: 2rem;
  }

  .footer-item .toggleBlock {
    display: block !important;
    height: auto !important;
  }

  .footer-item .toggleBtn:after {
    display: none;
  }

  .footer-info {
    text-align: inherit;
  }

  .footer-info p {
    display: block;
  }

  .footer-form p {
    display: block;
  }

  .site-footer {
    padding: 3rem 0 0;
  }

  .footer-bottom {
    font-size: 0.875rem;
  }

  .footer-bottom__item {
    width: auto;
    text-align: inherit;
  }
}

@media (min-width: 992px) {
  .footer-top h2 {
    font-size: 2rem;
  }

  .footer-top {
    font-size: 1.1875rem;
    padding: 1.175rem 0.9125rem 1.2rem;
    margin: 0 0 3.125rem;
  }

  .footer-item {
    margin-bottom: 0;
  }

  .footer-body {
    padding-bottom: 2.0625rem;
  }

  .footer-top__left {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .footer-top__right {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .site-footer {
    border-top-left-radius: 8rem;
    padding: 3.375rem 0 0;
  }

  .site-footer:before {
    border-top-left-radius: 8rem;
    left: -0.125rem;
  }

  .footer-bottom {
    font-size: 1rem;
  }

  .footer-sticky .btn-wrap button {
    font-size: 1.5rem;
    padding: 1.15rem 4rem 1rem 1.7rem;
  }

  .footer-sticky__content {
    max-width: 22rem;
  }

  .footer-sticky__btn {
    max-width: 21%;
    flex: 0 0 21%;
    margin-top: -2rem;
  }

  .footer-sticky__info {
    max-width: 79%;
    flex: 0 0 79%;
  }

  .footer-sticky {
    right: -17.375rem;
  }

  .footer-sticky__info h5 {
    font-size: 1.5625rem;
    margin-bottom: 0.875rem;
  }

  .footer-sticky__info ul {
    font-size: 1.125rem;
  }

  .footer-sticky__info {
    padding: 1.3625rem 1.5625rem;
  }

  .footer-sticky__info .close-btn {
    top: -2.9375rem;
  }
}

@media (min-width: 1200px) {
  .footer-top h2 {
    font-size: 2.25rem;
  }

  .site-footer {
    border-top-left-radius: 11.125rem;
  }

  .site-footer:before {
    border-top-left-radius: 11.125rem;
  }

  .footer-item h6 {
    margin-bottom: 1.4rem;
  }

  .footer-top {
    font-size: 1.375rem;
  }

  .footer-info figure {
    margin-bottom: 1.5rem;
  }

  .footer-form form {
    margin-top: 3.375rem;
  }

  .footer-top__left {
    flex: 0 0 76%;
    max-width: 76%;
  }

  .footer-top__right {
    flex: 0 0 24%;
    max-width: 24%;
    text-align: right;
  }

  .footer-bottom li {
    margin-left: 0.9rem;
  }

  .footer-bottom {
    font-size: 1.125rem;
    padding: 1.3rem 0 0.7rem;
  }
}

@media (min-width: 1600px) {
  .footer-links {
    max-width: 19.4375rem;
    margin: 0.4375rem auto 0;
  }

  .footer-form {
    margin-top: 0.5625rem;
  }

  .footer-top__right .btn {
    min-width: 16.4375rem;
  }

  .footer-top__right {
    padding-bottom: 1rem;
  }

  .footer-top h2 {
    font-size: 2.3125rem;
  }

  .footer-top {
    font-size: 1.375rem;
    padding: 1.675rem 3.4125rem 1.2rem;
  }

  .footer-top__left {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-top__title {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .footer-top__mid {
    flex: 0 0 57%;
    max-width: 57%;
  }

  .site-footer .custom-container {
    max-width: 85.625rem;
  }
}

@media (min-width: 1800px) {
  .site-footer .custom-container {
    max-width: 98.675rem;
  }
}

@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column-reverse;
    padding-top: 0;
    border-top: 0;
  }

  .footer-top__mid,
  .footer-top__title {
    padding: 0;
  }
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 1rem;
  color: #b9b9b9;
  text-align: center;
  font-weight: 400;
}

.select2-container--default .select2-selection--single {
  border: 0;
  border-bottom: 1px solid rgba(186, 186, 186, 0.7);
  border-radius: 0;
  background-color: transparent;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.select2-container {
  width: 9.8125rem !important;
}

.select2-results__options {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .select2-container {
    width: 11.8125rem !important;
  }
}

@media (min-width: 992px) {
  .select2-container {
    width: 14.8125rem !important;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 1.125rem;
  }

  .select2-results__options {
    font-size: 1rem;
  }
}

@media (min-width: 1600px) {
  .select2-container {
    width: 18.8125rem !important;
  }
}

@media (max-width: 575px) {
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 0.8125rem;
  }

  .select2-container {
    vertical-align: top;
    width: 8.8125rem !important;
  }

  .select2-results__options {
    font-size: 0.75rem;
  }
}

.fancybox-slide {
  padding: 44px 0.9375rem;
}

/* Components */

.arrow-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
}

.arrow-list li {
  padding-left: 1.75rem;
  position: relative;
  margin-bottom: 0.4375rem;
  font-family: "Proxima Nova" !important;
}

.arrow-list li:before {
  content: "\e91c";
  font-family: "icomoon";
  position: absolute;
  top: 0.1875rem;
  left: 0;
  color: #6495ED;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 400;
}

.two-col {
  padding: 2rem 0;
}

.two-col .row {
  align-items: center;
}

.two-col__media figure {
  margin-bottom: 0;
}

.two-col__item {
  margin-bottom: 1.5rem;
}

.two-col__item:last-child {
  margin-bottom: 0;
}

.two-col__info {
  max-width: 45.75rem;
  padding: 1.5rem 0 0;
  font-size: 0.75rem;
}

.two-col__info .block-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.57;
  margin-bottom: 0.5rem;
}

.two-col__info ul {
  font-size: inherit;
  font-weight: 700;
  color: rgba(59, 59, 59, 0.8);
  font-family: "Proxima Nova", sans-serif;
}

.two-col__info ul a {
  text-transform: uppercase;
  color: rgba(236, 80, 21, 0.8);
}

.two-col__info .btn-arrow {
  margin-top: 0.75rem;
}

.two-col__item:nth-child(even) .two-col__media img {
  border-radius: 1.25rem;
}

.two-col__info .block-title h2 {
  margin-bottom: 0.375rem;
}

.two-col__item:nth-child(even) {
  max-width: 107.8125rem;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .two-col {
    padding: 2.5rem 0 3.0625rem;
  }

  .two-col__info .block-title {
    font-size: 1rem;
  }

  .two-col__info {
    font-size: 0.875rem;
  }

  .two-col__item {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .arrow-list li:before {
    font-size: 1.25rem;
  }

  .arrow-list li {
    padding-left: 2.1875rem;
    margin-bottom: 0.75rem;
  }

  .two-col {
    padding: 3rem 0 3.5rem;
  }

  .two-col__info .block-title {
    font-size: 1.0625rem;
  }

  .two-col__info {
    font-size: 0.9375rem;
  }

  .two-col__item {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .two-col__item:nth-child(even) .row {
    flex-direction: row-reverse;
  }

  .two-col__item:nth-child(even) .two-col__info {
    margin-left: auto;
  }

  .arrow-list li:before {
    font-size: 1.4375rem;
  }

  .arrow-list li {
    padding-left: 2.6875rem;
  }

  .two-col {
    padding: 3.5rem 0 4.0625rem;
  }

  .two-col__info .block-title {
    font-size: 1.125rem;
  }

  .two-col__info {
    font-size: 1rem;
    padding: 0 1.8125rem;
  }

  .two-col__item {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .two-col .custom-container {
    max-width: 100%;
    padding: 0;
  }

  .two-col {
    padding: 4.5rem 0 5.0625rem;
  }

  .two-col__info .block-title {
    font-size: 1.25rem;
  }

  .two-col__info {
    font-size: 1.0625rem;
    padding: 0 3.125rem;
  }

  .two-col__item {
    margin-bottom: 4rem;
  }

  .two-col__info .btn-arrow {
    margin-top: 1.5rem;
  }

  .two-col__item:nth-child(even) {
    padding: 0 0.9375rem;
  }
}

@media (min-width: 1600px) {
  .two-col__info .block-title h2 {
    margin-bottom: 0.5625rem;
  }

  .arrow-list li {
    margin-bottom: 1rem;
  }

  .two-col__info .block-title {
    font-size: 1.3125rem;
  }

  .two-col__info .block-title h5 {
    margin-bottom: 0;
  }

  .two-col__item:nth-child(even) .two-col__info {
    max-width: 47.125rem;
  }

  .two-col__info li {
    margin-bottom: 1rem;
  }

  .two-col__info {
    font-size: 1.125rem;
  }

  .two-col {
    padding: 5.5rem 0 6.0625rem;
  }

  .two-col__info ul {
    font-size: 1.125rem;
  }

  .two-col__item {
    margin-bottom: 5rem;
  }
}

@media (max-width: 575px) {
  .two-col .btn-arrow {
    min-width: 8.6875rem;
  }
}

/* Works */

.works {
  padding: 2rem 0 1rem;
  position: relative;
  z-index: 0;
}

.works:before {
  content: "";
  background-color: rgba(246, 246, 246, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.works .block-title {
  text-align: center;
  max-width: 39.25rem;
  margin: 0 auto 1.25rem;
}

.works .block-title h5 {
  font-size: 1.125rem;
}

.works-col {
  margin-bottom: 1rem;
}

.works-item {
  box-shadow: 0 0.5rem 24px rgba(0, 0, 0, 0.06);
  border-radius: 0.9375rem;
  transition: 0.3s ease;
  background-color: #fff;
  overflow: hidden;
  transition: 0.3s ease;
  position: relative;
  max-width: 31.25rem;
  margin: 0 auto;
}

.works-item:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6495ED+0,c94210+50 */
  background: #6495ED;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #6495ED 0%, #c94210 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #6495ED 0%, #c94210 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #6495ED 0%, #c94210 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6495ED', endColorstr='#c94210', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.works-item:hover .text-wrap {
  color: rgba(255, 255, 255, 0.8);
}

.works-item:hover .text-wrap h3,
.works-item:hover .text-wrap h3 a {
  color: #fff;
}

.works-item:hover .btn-wrap {
  opacity: 1;
}

.works-item figure {
  margin: 0;
}

.works-item figure img {
  width: 100%;
  border-radius: 0.9375rem 0.9375rem 0 0;
  height: 15.9375rem;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.works-item .text-wrap {
  padding: 1rem 1rem 1.5rem;
  color: rgba(141, 141, 141, 0.8);
  text-align: center;
  transition: 0.3s ease;
  font-size: 1rem;
  line-height: 1.5;
}

.works-item .text-wrap h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #131110;
  text-transform: capitalize;
  transition: 0.3s ease;
  line-height: 1.2;
}

.works-item .btn-wrap {
  transition: height 0.3s ease;
}

@media (min-width: 576px) {
  .works {
    padding: 3rem 0 1.125rem;
  }
}

@media (min-width: 768px) {
  .works-item .text-wrap {
    padding: 1.5rem;
  }

  .works-col {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .works .block-title h5 {
    font-size: 1.5rem;
  }

  .works-item:hover {
    /* transform: scale(1.05); */
    padding-bottom: 4.875rem;
    margin: 0;
  }

  .works-item {
    max-width: 100%;
    margin: 1rem 0 0;
  }

  .works-item .text-wrap h3 {
    font-size: 1.5rem;
  }

  .works-item .btn-wrap {
    position: absolute;
    bottom: 1.8125rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  .works {
    padding: 4rem 0;
  }

  .works-item .text-wrap {
    line-height: 1.7;
  }

  .works .block-title {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .works {
    padding: 5rem 0 3.4rem;
  }

  .works .container {
    max-width: 90.75rem;
  }

  .works .block-title {
    margin-bottom: 1.75rem;
  }

  .works-item .text-wrap {
    padding: 1.7rem 3rem;
  }
}

@media (max-width: 575px) {
  .works-item .btn-arrow {
    text-align: center;
  }
}

/* Overview page styles */

.banner-inner h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.3125rem;
}

.banner-inner {
  position: relative;
  padding: 4.5625rem 0 0;
  margin: 0 !important;
}

.banner-inner:before {
  content: "";
  background-color: rgba(19, 17, 16, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner-inner__content {
  position: relative;
  z-index: 1;
}

.banner-breadcrumbs {
  color: #fff;
  font-size: 1rem;
  font-family: "Proxima Nova", sans-serif;
}

.banner-breadcrumbs a {
  color: #fff;
  transition: all 0.2s;
}

.banner-breadcrumbs .current-page {
  font-weight: 700;
}

.banner-inner__content {
  min-height: 14.0625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 2.5rem 0;
}

.banner-inner__content .icon-apple {
  font-size: 0.6875rem;
}

@media (min-width: 576px) {
  .banner-inner {
    padding: 6rem 0 0;
  }

  .banner-inner h1 {
    font-size: 2.8125rem;
  }
}

@media (min-width: 768px) {
  .banner-inner {
    padding: 6.375rem 0 0;
  }

  .overview-page .banner-inner {
    background-position: center -3.125rem;
  }
}

@media (min-width: 992px) {
  .banner-inner {
    padding: 7rem 0 0;
  }

  .banner-inner__content {
    padding: 3.3125rem 0 2rem;
  }

  .banner-inner h1 {
    font-size: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .overview-page .banner-inner {
    background-position: center -8.125rem;
  }

  .banner-inner {
    padding: 9rem 0 0;
  }
}

@media (max-width: 575px) {
  .banner-inner__content {
    text-align: center;
    justify-content: center;
  }
}

@media (min-width: 0\0) {
  .banner-inner__content {
    height: 14.0625rem;
  }
}

/* Works overview */

.works-overview:before {
  display: none;
}

.works-overview .block-title {
  margin-bottom: 1.5rem;
}

.works-overview .block-title h5 {
  font-size: 0.625rem;
}

@media (min-width: 576px) {
  .works-overview .block-title h5 {
    font-size: 0.8125rem;
  }
}

@media (min-width: 768px) {
  .works-overview .block-title h5 {
    font-size: 1rem;
  }
}

@media (min-width: 991px) {
  .works-overview .block-title h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .works-overview {
    padding: 4.6rem 0 3.6rem;
  }
}

/* About overview */

.about-overview {
  padding-top: 0;
}

.about-overview .block-title {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  line-height: 1.5;
}

.about-overview ul {
  font-weight: 700;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.875rem;
}

.about-overview .about-info__wrap p {
  display: block;
}

@media (min-width: 768px) {
  .about-overview .block-title {
    font-size: 1rem;
  }

  .about-overview ul {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .about-overview .block-title {
    font-size: 1.0625rem;
  }

  .about-overview ul {
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .about-overview .about-info li {
    margin-bottom: 0.8125rem;
  }

  .about-overview .block-title {
    font-size: 1.125rem;
  }

  .about-overview .block-title h2 {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1600px) {
  .about-overview .block-title {
    font-size: 1.3125rem;
  }

  .about-overview .block-title h2 {
    margin-bottom: 0.6875rem;
  }

  .about-overview {
    padding: 0 0 4.5rem;
  }
}

/* Block quote */

.block-quote {
  background-color: #6495ED;
  padding: 2rem 0;
}

.block-quote__content {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  max-width: 69rem;
  margin: 0 auto;
}

.block-quote__content h3 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.8125rem;
}

.block-quote__content h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: bolder;
  line-height: 1;
  position: relative;
  margin-bottom: 1rem;
}

.block-quote__content h2 span {
  color: rgba(255, 255, 255, 0.1);
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.block-quote__content .text-wrap {
  color: rgba(255, 255, 255, 0.85);
  max-width: 56.25rem;
  margin: 0 auto;
  line-height: 1.57;
}

@media (min-width: 576px) {
  .block-quote__content h3 {
    font-size: 1.5625rem;
  }

  .block-quote__content h2 {
    font-size: 3rem;
  }

  .block-quote__content h2 span {
    font-size: 4rem;
  }

  .block-quote__content {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .block-quote__content h3 {
    font-size: 1.875rem;
  }

  .block-quote__content h2 {
    font-size: 4rem;
  }

  .block-quote__content h2 span {
    font-size: 5rem;
  }

  .block-quote__content {
    font-size: 1.0625rem;
  }

  .block-quote {
    padding: 2.5625rem 0;
  }
}

@media (min-width: 992px) {
  .block-quote__content h3 {
    font-size: 2.1875rem;
  }

  .block-quote__content h2 {
    font-size: 5rem;
  }

  .block-quote__content h2 span {
    font-size: 6rem;
  }

  .block-quote__content {
    font-size: 1.125rem;
  }

  .block-quote {
    padding: 3rem 0;
  }
}

@media (min-width: 1200px) {
  .block-quote__content h3 {
    font-size: 2.25rem;
  }

  .block-quote__content h2 {
    font-size: 5.5rem;
  }

  .block-quote__content h2 span {
    font-size: 7rem;
  }

  .block-quote__content {
    font-size: 1.1875rem;
  }

  .block-quote {
    padding: 3.5625rem 0;
  }
}

@media (min-width: 1600px) {
  .block-quote__content h2 span {
    font-size: 7.5rem;
  }

  .block-quote__content {
    font-size: 1.3125rem;
  }

  .block-quote {
    padding: 4rem 0;
  }
}

/* Process overview */

.process-overview {
  padding: 2rem 0;
  background-color: #131110;
}

.process-overview:before {
  display: none;
}

.process-overview .process-item__wrap:before {
  background-color: #131110;
}

@media (min-width: 576px) {
  .process-overview {
    padding: 2.5rem 0;
  }
}

@media (min-width: 768px) {
  .process-overview {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .process-overview {
    padding: 3.5rem 0;
  }
}

@media (min-width: 1200px) {
  .process-overview {
    padding: 4rem 0;
  }
}

@media (min-width: 1600px) {
  .process-overview {
    padding: 5rem 0;
  }
}

/* mission overview */

.mission-overview {
  background-color: #fff;
  padding: 1.5rem 0;
}

.mission-overview .block-title h5 {
  color: #3b3b3b;
}

.mission-overview .mission-row {
  margin: 0 -0.9375rem 0.4375rem;
}

.mission-overview .block-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3b3b3b;
}

.mission-overview .mission-info {
  color: rgba(84, 76, 74, 0.9);
  font-size: 0.875rem;
}

.mission-overview .btn-arrow {
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .mission-overview .block-title {
    font-size: 1rem;
  }

  .mission-overview {
    padding: 2rem 0;
  }

  .mission-overview .mission-info {
    font-size: 0.875rem;
  }

  .mission .custom-container {
    max-width: 125rem;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .mission-overview .block-title {
    font-size: 1.0625rem;
  }

  .mission-overview .mission-info {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .mission-overview .mission-info {
    margin: 0 0 0 auto;
  }

  .mission-overview .mission-item {
    text-align: center;
  }

  .mission-overview .mission-item i {
    margin: 0 auto 0.7625rem;
  }

  .mission-overview .block-title {
    font-size: 1.125rem;
  }

  .mission-overview {
    padding: 2.5rem 0 2.5625rem;
  }

  .mission-overview .mission-info {
    font-size: 1.0625rem;
  }

  .mission-overview .btn-arrow {
    margin-top: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .mission-overview .block-title {
    font-size: 1.1875rem;
  }

  .mission-overview .mission-info {
    font-size: 1.125rem;
  }

  .mission-overview .btn-arrow {
    margin-top: 1rem;
  }
}

@media (min-width: 1600px) {
  .mission-overview {
    padding: 3rem 0 2.5625rem;
  }

  .mission-overview .mission-info {
    max-width: 45rem;
    padding: 3rem 3.75rem 5.3rem 0.9375rem;
  }

  .mission-overview .block-title {
    margin-bottom: 2.0625rem;
    font-size: 1.3125rem;
  }
}

@media (max-width: 991px) {
  .mission-overview .mission-info {
    padding: 1rem 1rem 2rem;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .mission-overview .mission-info {
    padding: 0 0 2rem;
  }
}

/* Cta block */

.cta-block__content {
  padding: 2.5rem 1rem;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}

.cta-block__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(236, 80, 21);
  background: -moz-linear-gradient(
    left,
    rgba(236, 80, 21, 1) 0%,
    rgba(201, 66, 16, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(236, 80, 21, 1) 0%,
    rgba(201, 66, 16, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(236, 80, 21, 1) 0%,
    rgba(201, 66, 16, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6495ED', endColorstr='#c94210', GradientType=1);
  opacity: 0.95;
}

.cta-block__content .block-title {
  margin-bottom: 0.6875rem;
}

.cta-block__content .block-title h5,
.cta-block__content .block-title h2 {
  color: #fff;
}

.cta-block__content .content-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 48.75rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.42;
}

.cta-block__content .btn-arrow {
  margin-top: 1.0625rem;
}

.cta-block__content form {
  position: relative;
  margin: 1rem 0 0;
}

.cta-block__content .form-control {
  height: 3rem;
  border-radius: 5px !important;
  border: 0 !important;
  background: rgba(0, 0, 0, 0.3);
  color: #dcdcdc;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}

.cta-block__content .form-control::placeholder {
  color: #dcdcdc;
}

.cta-block__content .form-control::-moz-placeholder,
.cta-block__content .form-control:-ms-input-placeholder,
.cta-block__content .form-control:-moz-placeholder {
  color: #dcdcdc;
}

.cta-block__content .form-footer {
  position: relative;
  max-width: 11.625rem;
  margin: 1rem auto 0;
}

.cta-block__content .form-footer:after {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #3b3b3b;
  color: #fff;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.725rem;
  padding: 0.5rem 1.0625rem;
  pointer-events: none;
  z-index: 1;
}

.cta-block__content .form-footer .btn-arrow {
  margin-top: 0;
  min-width: 100%;
}

.cta-block__content form label.error {
  display: block !important;
  font-size: 14px;
  text-align: left;
  padding: 5px 0 0 5px;
  color: #ffe9e9;
}

.appointment-modal {
  padding: 0 0.9375rem !important;
}

.appointment-modal .modal-header {
  text-align: center;
  position: relative;
  justify-content: center;
  padding: 1.0625rem 1.6875rem;
}

.appointment-modal .modal-header h5 {
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1;
}

.appointment-modal .modal-header .close {
  position: absolute;
  right: 0;
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 1px solid #6495ED;
  top: 0;
  transition: all 0.2s;
  color: #6495ED;
}

.appointment-modal .modal-header .close:hover {
  background-color: #6495ED;
  color: #fff;
  opacity: 1;
}

.appointment-modal .form-group {
  margin-bottom: 0.875rem;
}

.appointment-modal .form-group > label {
  display: none;
}

.appointment-modal form {
  text-align: center;
  margin-bottom: 0;
}

.appointment-modal .modal-body {
  padding: 1.1875rem;
}

.appointment-modal .form-control::-webkit-input-placeholder {
  font-size: inherit;
}

.appointment-modal input[type="text"] {
  font-family: "Proxima Nova", sans-serif;
}

.appointment-modal .form-control {
  height: 2.875rem;
  padding: 0.5625rem 1rem;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
}

.appointment-modal .form-footer {
  display: inline-block;
  position: relative;
}

.appointment-modal .form-footer:before {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #6495ED;
  color: #fff;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.0625rem;
  font-size: 0.625rem;
  pointer-events: none;
  z-index: 1;
}

.appointment-modal .form-footer input {
  cursor: pointer;
  margin-top: 0;
}

@media (min-width: 576px) {
  .cta-block__content {
    padding: 3.1875rem 2rem;
  }

  .cta-block__content .content-wrap {
    font-size: 1rem;
  }

  .appointment-modal .form-footer:before {
    padding: 0.5rem 1.2625rem;
    font-size: 0.825rem;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }

  .appointment-modal .modal-body {
    padding: 1.5rem;
  }

  .appointment-modal .modal-header h5 {
    font-size: 1.375rem;
  }

  .appointment-modal .form-control {
    height: 3.25rem;
    padding: 0.7625rem 1rem;
    border-radius: 0.625rem;
    font-size: 1rem;
  }

  .appointment-modal .form-group {
    margin-bottom: 1.1875rem;
  }

  .cta-block__content .form-footer:after {
    font-size: 0.925rem;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    padding: 0.5rem 1.2625rem;
  }

  .cta-block__content .form-control {
    height: 3.4375rem;
    border-radius: 10px !important;
    font-size: 1rem;
  }

  .cta-block__content form {
    margin: 2rem auto 0;
  }
}

@media (min-width: 768px) {
  .cta-block__content {
    padding: 3rem 2rem;
    border-radius: 1.25rem;
  }

  .cta-block__content .content-wrap {
    font-size: 1.125rem;
  }

  .appointment-modal .modal-header h5 {
    font-size: 1.5625rem;
  }

  .cta-block__content .form-control {
    height: 3.4375rem;
    padding: 0.75rem 17rem 0.75rem 1rem;
  }

  .cta-block__content .form-footer {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    margin: 0;
  }

  .cta-block__content .form-footer .btn-arrow {
    min-width: 15.625rem;
  }
}

@media (min-width: 992px) {
  .cta-block__content {
    padding: 3.5rem 2rem;
  }

  .cta-block__content .content-wrap {
    font-size: 1.1875rem;
  }

  .cta-block__content .block-title {
    margin-bottom: 1.1875rem;
  }

  .appointment-modal .modal-header h5 {
    font-size: 1.6875rem;
  }

  .cta-block__content .form-footer:after {
    font-size: 1.125rem;
    padding: 0.5rem 1.5625rem;
  }

  .cta-block__content .form-control {
    height: 3.625rem;
    padding: 1rem 17rem 1rem 1rem;
  }
}

@media (min-width: 1200px) {
  .cta-block__content {
    padding: 3.75rem 2rem;
  }

  .cta-block__content .btn-arrow {
    min-width: 17.0625rem;
    margin-top: 1.175rem;
  }

  .cta-block__content .content-wrap {
    font-size: 1.25rem;
  }

  .appointment-modal .form-footer:before {
    font-size: 1.125rem;
    padding: 0.5rem 1.5625rem;
  }

  .appointment-modal .modal-header h5 {
    font-size: 1.875rem;
  }

  .appointment-modal .form-control {
    height: 3.6875rem;
  }

  .cta-block__content .form-control {
    height: 3.75rem;
  }
}

@media (min-width: 1600px) {
  .cta-block .custom-container {
    max-width: 105rem;
  }

  .cta-block__content .content-wrap {
    font-size: 1.3125rem;
  }

  .cta-block__content {
    padding: 4.5875rem 2rem 4.6625rem;
  }

  .cta-block__content .form-control {
    height: 3.9375rem;
  }
}

@media (max-width: 575px) {
  .appointment-modal .modal-dialog {
    margin: 0.5rem 0;
  }
}

/* two-col-promote */

.two-col__promote {
  background-color: #fcfcfc;
  padding: 0;
  margin: 2rem 0;
}

.two-col__promote-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}

.two-col__promote .column {
  padding: 0 0.9375rem;
  flex: 0 0 100%;
  max-width: 100%;
}

.two-col__promote .two-col__info {
  padding: 1.5rem 0;
}

@media (min-width: 576px) {
  .two-col__promote {
    margin: 3rem 0;
  }

  .two-col__promote .column-md {
    max-width: 61.5%;
    flex: 0 0 61.5%;
  }

  .two-col__promote .column-sm {
    max-width: 38.5%;
    flex: 0 0 38.5%;
  }
}

@media (min-width: 768px) {
  .two-col__promote {
    margin: 3.5625rem 0;
  }
}

@media (min-width: 992px) {
  .two-col__promote {
    margin: 4rem 0;
  }

  .two-col__promote .two-col__info {
    padding: 2rem 1.825rem;
  }

  .two-col__promote .column-md {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .two-col__promote .column-sm {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 1200px) {
  .two-col__promote {
    margin: 4.5625rem 0;
  }

  .two-col__promote .two-col__info {
    padding: 2rem 3.125rem;
  }

  .two-col__promote .column-md {
    max-width: 61.5%;
    flex: 0 0 61.5%;
  }

  .two-col__promote .column-sm {
    max-width: 38.5%;
    flex: 0 0 38.5%;
  }
}

@media (min-width: 1600px) {
  .two-col__promote .two-col__info {
    margin-left: auto;
    max-width: 52.625rem;
  }

  .two-col__promote .column-media {
    flex: 0 0 45.5%;
    max-width: 45.5%;
  }

  .two-col__promote .column-info {
    flex: 0 0 54.5%;
    max-width: 54.5%;
  }

  .two-col__promote .two-col__info li {
    margin-bottom: 0.8125rem;
  }

  .two-col__promote {
    margin: 5.5625rem 0;
  }
}

@media (max-width: 991px) {
  .two-col__promote .row {
    flex-direction: column-reverse;
  }
}

/* cta block black */

.cta-block__black .cta-block__content:before {
  background: rgba(19, 17, 16, 0.95);
}

/* Testimonials overview */

.testimonials-overview {
  padding: 2rem 0 2.5rem;
}

@media (min-width: 576px) {
  .testimonials-overview {
    padding: 3rem 0;
  }
}

@media (min-width: 768px) {
  .testimonials-overview {
    padding: 3.5rem 0;
  }
}

@media (min-width: 992px) {
  .testimonials-overview {
    padding: 4rem 0;
  }
}

@media (min-width: 1200px) {
  .testimonials-overview {
    padding: 5rem 0;
  }
}

/* Heath overview */

@media (min-width: 1600px) {
  .overview-page .health-media {
    margin-left: -41rem;
  }

  .overview-page .column-media {
    height: 46.0625rem;
  }

  .overview-page .health-info:before {
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 46%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 46%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 46%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .overview-page .about-media {
    height: 27rem;
  }
}

/* FAQ-New */

.faq-new {
  padding: 2rem 0;
}

.faq-new .block-title {
  text-align: center;
  margin-bottom: 1.875rem;
}

.faq-new__accordion .card {
  box-shadow: 0px 0px 50px rgba(19, 17, 16, 0.04);
  padding: 1rem;
  background-color: transparent;
  border: 1px solid rgba(238, 238, 238, 1);
}

.faq-new__accordion .card.active {
  box-shadow: 0 20px 50px rgba(19, 17, 16, 0.04);
  border: 0.0188rem solid rgba(0, 0, 0, 0.05);
  padding: 1rem;
}

.faq-new__accordion .card:not(:first-of-type):not(:last-of-type),
.faq-new__accordion .card:first-of-type {
  border-bottom: 0.0188rem solid rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}

.faq-new__accordion .card-header {
  background-color: transparent;
  padding: 0;
  border: 0;
  margin-bottom: 0 !important;
}

.faq-new__accordion .card-body {
  padding: 0 1rem 0 0;
  font-size: 0.9375rem;
  color: rgba(19, 17, 16, 0.8);
  line-height: 1.5;
}

.faq-new__accordion .card-body a {
  color: #6495ED;
  transition: all 0.2s;
  text-decoration: underline;
}

.faq-new__accordion .card-body a:hover {
  color: #dd3e04;
  text-decoration: none;
}

.faq-new__accordion .btn {
  position: relative;
  text-decoration: none;
  text-align: left;
  display: block;
  width: 100%;
  font-size: 1.125rem;
  color: rgba(236, 80, 21, 0.85);
  line-height: 1.3;
  box-shadow: none;
  border-radius: 0;
  font-weight: 700;
  transition: all 0.3s ease;
  padding: 0 2rem 0 0;
  margin-bottom: 0.5rem;
  white-space: normal;
}

.faq-new__accordion .btn.collapsed {
  color: rgba(19, 17, 16, 0.85);
  margin-bottom: 0;
}

.faq-new__accordion .btn.collapsed:hover {
  color: rgba(236, 80, 21, 0.85);
}

.faq-new__accordion .btn.collapsed::before {
  content: "\e91f";
}

.faq-new__accordion .btn::before {
  color: #000;
  content: "\e91e";
  font-size: 1rem;
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .faq-new {
    padding: 3rem 0;
  }

  .faq-new__accordion .card.active {
    padding: 1.5rem 1rem;
  }

  .faq-new__accordion .btn::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1200px) {
  .faq-new {
    padding: 4rem 0;
  }

  .faq-new__accordion .btn {
    font-size: 1.3125rem;
    margin-bottom: 1rem;
    padding: 0 1rem 0 0;
  }

  .faq-new__accordion .card {
    margin: 1.0625rem 0;
    padding: 1rem;
  }

  .faq-new__accordion .card-body {
    line-height: 1.6;
    font-size: 1.0625rem;
    padding: 0 2rem 0 0;
  }
}

@media (min-width: 1600px) {
  .faq-new .container {
    max-width: 90.4375rem;
  }

  .faq-new .block-title {
    margin-bottom: 2.575rem;
  }

  .faq-new__accordion .btn {
    padding: 0 1.5rem 0 0;
    margin-bottom: 0.9rem;
  }

  .faq-new__accordion .card.active {
    padding: 1.9rem 1rem 1.2rem;
  }

  .faq-page .health-media {
    margin-left: -15rem;
  }
}

/* Contact New */

.contact-page .banner-inner:before {
  background-color: rgba(19, 17, 16, 0.9);
}

.contact-abc .block-title {
  text-align: center;
  color: rgba(84, 83, 82, 0.9);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.contact-abc .block-title h5 {
  color: #131110;
  font-size: 1rem;
}

.contact-abc__info {
  padding: 2rem 0;
}

.contact-abc__info .row {
  justify-content: center;
}

.contact-abc__item {
  padding: 0.9375rem;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  text-align: center;
  height: 100%;
  position: relative;
}

.contact-abc__item:hover i {
  background-color: #6495ED;
}

.contact-abc__info .col-item {
  margin-bottom: 1rem;
  flex-basis: 50%;
  max-width: 50%;
}

.contact-abc__item .icon-wrap {
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #363636;
  color: #fff;
  border-radius: 100%;
  margin: 0 auto 0.625rem;
  transition: all 0.2s;
}

.contact-abc__item h4 {
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0.2rem;
  color: #363636;
  line-height: 1.2;
}

.contact-abc__item h4 a {
  display: inline-block;
  transition: 0.3s ease;
}

.contact-abc__item h4 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: auto;
}

.contact-abc__item h4 a:hover {
  color: #6495ED;
}

.contact-abc__item h4 span {
  display: block;
}

.contact-abc__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contact-abc__link h2 {
  color: #6495ED;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: capitalize;
}

.contact-abc__link ul {
  padding: 0;
  list-style: none;
  margin: 0 !important;
  font-size: 1.5rem;
}

.contact-abc__link li {
  display: inline-block;
  line-height: 1;
  margin-left: 0.7rem;
}

.contact-abc__link li a {
  color: #544c4a;
  transition: all 0.2s;
}

.contact-abc__link li a:hover {
  color: #6495ED;
}

@media (min-width: 575px) {
  .contact-abc__item h4 {
    font-size: 1rem;
  }

  .contact-abc__info .block-title {
    margin-bottom: 1.5rem;
  }

  .contact-abc__item {
    font-size: 0.875rem;
    font-weight: 400;
  }

  .contact-abc__info .col-item {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }

  .contact-abc__item .icon-wrap {
    width: 3.125rem;
    height: 3.125rem;
    margin: 0 auto 0.7625rem;
  }

  .contact-abc__info {
    padding: 3rem 0;
  }

  .contact-abc__link h2 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .contact-abc__item h4 {
    font-size: 1.125rem;
  }

  .contact-abc__item {
    font-size: 0.9375rem;
  }

  .contact-abc__item .icon-wrap {
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media (min-width: 992px) {
  .contact-abc__item h4 {
    font-size: 1.25rem;
  }

  .contact-abc__item {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .contact-abc__info .col-item {
    margin-bottom: 1.875rem;
  }

  .contact-abc__item .icon-wrap {
    width: 4.1875rem;
    height: 4.1875rem;
    font-size: 1.2rem;
  }

  .contact-abc__link h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .contact-abc .block-title {
    font-size: 1.125rem;
    line-height: 1.66;
  }

  .contact-abc__info {
    padding: 4rem 0;
    max-width: 50.3625rem;
    margin: 0 auto;
  }

  .contact-abc__info .block-title {
    margin-bottom: 1.85rem;
  }

  .contact-abc__info .block-title h2 {
    margin-bottom: 0.3rem;
  }

  .contact-abc__item {
    padding: 2.9375rem 2rem 1.6875rem;
  }

  .contact-abc__item h4 {
    font-size: 1.3125rem;
    line-height: 1.25;
  }

  .contact-abc__link h2 {
    font-size: 1.875rem;
  }

  .contact-abc__link li {
    font-size: 2.25rem;
    margin-left: 1.25rem;
  }

  .contact-page .health-media {
    margin-left: -7rem;
  }
}

/* Programs page */

.cta-block--programs .cta-block__content:before {
  display: none;
}

.cta-block--programs .content-wrap {
  color: rgba(84, 83, 82, 0.9);
}

.cta-block--programs .block-title h5 {
  color: #131110;
}

.cta-block--programs .block-title h2 {
  color: #6495ED;
}

@media (min-width: 1200px) {
  .cta-block--programs .content-wrap {
    font-size: 1.125rem;
  }
}

@media (max-width: 575px) {
  .cta-block--programs .cta-block__content {
    padding: 2.5rem 0;
  }

  .cta-block--programs .cta-block__content .btn-arrow {
    margin-top: 0.3625rem;
  }
}

/* benfits */

.benefits {
  background-color: #fcfcfc;
  padding: 2rem 0;
}

.benefits-info .block-title {
  margin-bottom: 0.5rem;
}

.benefits-info ul {
  font-weight: 700;
  color: rgba(42, 40, 39, 0.8);
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

.benefits-info .arrow-list li:before {
  top: 0.0625rem;
}

.benefits-info li {
  break-inside: avoid;
}

@media (min-width: 576px) {
  .benefits {
    padding: 2.5rem 0;
    break-inside: avoid;
  }

  .benefits-info ul {
    column-count: 2;
    break-inside: avoid;
  }

  .benefits-info .block-title {
    margin-bottom: 1rem;
  }

  .benefits-info .arrow-list li:before {
    top: 0.1875rem;
  }
}

@media (min-width: 768px) {
  .benefits {
    padding: 3rem 0;
  }

  .benefits-info ul {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .benefits {
    padding: 4rem 0;
  }

  .benefits-info ul {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  .benefits {
    padding: 5rem 0;
  }

  .benefits-info .block-title {
    margin-bottom: 1.5rem;
  }

  .benefits-info ul {
    font-size: 1.0625rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1600px) {
  .benefits {
    padding: 6rem 0;
  }

  .benefits-info .block-title {
    margin-bottom: 2rem;
  }

  .benefits-info ul {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

/* Programs */

.programs {
  padding: 2rem 0;
}

.programs-media img {
  border-radius: 0.3125rem;
}

.programs-media {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3125rem;
}

.programs-media figure {
  margin-bottom: 0;
}

.programs-media .item {
  padding: 0 0.3125rem;
  margin-bottom: 0.6875rem;
}

.programs-media__left {
  align-self: flex-end;
  padding-top: 1.5rem;
}

.programs-media__left .item:first-child {
  padding-right: 1.3125rem;
}

.programs-media__left {
  flex: 0 0 47%;
  max-width: 47%;
}

.programs-media__right {
  flex: 0 0 53%;
  max-width: 53%;
}

.programs-info {
  font-size: 0.75rem;
  max-width: 39.375rem;
}

.programs-info .block-title {
  color: #544c4a;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.programs-info .block-title p span {
  font-size: 1.5625rem;
  color: #6495ED;
}

.programs-info .block-title p small {
  font-size: 0.9375rem;
}

.programs-info h5 {
  color: #3b3b3b;
  font-weight: 700;
  font-size: 0.9375rem;
}

.programs-info form {
  color: #2a2827;
}

.programs-info .btn-arrow {
  margin-top: 0.75rem;
}

.programs-info form label a {
  display: inline-block;
  color: #131110;
  font-weight: 700;
  transition: all 0.2s;
  text-indent: 0;
}

.programs-info form label a:hover {
  color: #6495ED;
}

.programs-info .form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.programs-info .form-view a {
  color: #544c4a;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.75rem 0.5rem;
  transition: all 0.2s;
}

.programs-info .custom-checkbox {
  position: relative;
}

.programs-info .form-view a:hover {
  color: #6495ED;
}

.programs-info .custom-checkbox label:after {
  content: "";
  background-color: transparent;
  width: 0.925rem;
  height: 0.925rem;
  border: 1px solid #0000008c;
  display: block;
  position: absolute;
  left: 0;
  top: 0.25rem;
  z-index: 0;
}

.programs-info .custom-checkbox label:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #6495ED;
  border-width: 0 1px 1px 0;
  left: 5px;
  top: 4px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}

.programs-info .custom-checkbox input[type="checkbox"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 0.875rem;
  height: 0.875rem;
  top: 5px;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
}

.programs-info .custom-checkbox input[type="checkbox"] + label {
  cursor: pointer;
  text-indent: 1.4375rem;
}

.programs-info .custom-checkbox input[type="checkbox"]:checked + label:before {
  opacity: 1;
  top: 0.3125rem;
}

.programs-item {
  margin-bottom: 1.5rem;
}

.programs-item:last-child {
  margin-bottom: 0;
}

.programs-item .row {
  align-items: center;
}

.programs-info .form-footer .btn-arrow {
  margin-top: 0;
}

.programs-info .form-submit:before {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #6495ED;
  color: #fff;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.725rem;
  padding: 0.5rem 1.0625rem;
  pointer-events: none;
  z-index: 1;
}

.programs-info .form-submit {
  max-width: 15.25rem;
  margin-right: 1rem;
  position: relative;
}

@media (min-width: 576px) {
  .programs {
    padding: 2.5rem 0;
  }

  .programs-media img {
    border-radius: 0.625rem;
  }

  .programs-info {
    font-size: 0.875rem;
  }

  .programs-info .form-submit:before {
    font-size: 0.925rem;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    padding: 0.5rem 1.2625rem;
  }

  .programs-media__left .item:first-child {
    padding-right: 1.75rem;
  }

  .programs-info .form-view a {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }

  .programs-info .block-title p span {
    font-size: 2rem;
  }

  .programs-info h5 {
    font-size: 1.0625rem;
  }

  .programs-media .item {
    padding: 0 0.625rem;
    margin-bottom: 1rem;
  }

  .programs-media__left {
    padding-top: 2.5rem;
  }

  .programs-media {
    margin: 0 -0.625rem;
  }

  .programs-item {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .programs {
    padding: 3rem 0;
  }

  .programs-info .block-title {
    margin-bottom: 0.875rem;
    font-size: 1.0625rem;
  }

  .programs-info {
    font-size: 0.9375rem;
  }

  .programs-info .custom-checkbox label:after {
    width: 1.125rem;
    height: 1.125rem;
  }

  .programs-info .custom-checkbox input[type="checkbox"] + label {
    text-indent: 1.875rem;
  }

  .programs-info .custom-checkbox label:before {
    left: 7px;
  }

  .programs-info
    .custom-checkbox
    input[type="checkbox"]:checked
    + label:before {
    top: 0.4125rem;
  }

  .programs-info .block-title p span {
    font-size: 2.25rem;
  }

  .programs-info .block-title p small {
    font-size: 1.175rem;
  }

  .programs-info h5 {
    font-size: 1.1875rem;
  }

  .programs-item {
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .programs {
    padding: 4rem 0;
  }

  .programs-info {
    font-size: 1rem;
  }

  .programs-info .form-submit:before {
    font-size: 1.125rem;
    padding: 0.5rem 1.5625rem;
  }

  .programs-info .form-view a {
    font-size: 1.2125rem;
  }

  .programs-info .block-title {
    font-size: 1.125rem;
  }

  .programs-info h5 {
    font-size: 1.3125rem;
  }
}

@media (min-width: 1200px) {
  .programs {
    padding: 5rem 0;
  }

  .programs-info {
    font-size: 1.0625rem;
  }

  .programs-info .btn-arrow {
    margin-top: 1.5rem;
  }

  .programs-info .block-title {
    font-size: 1.1875rem;
  }

  .programs-info .block-title p span {
    font-size: 2.5rem;
  }

  .programs-info .block-title p small {
    font-size: 1.375rem;
  }

  .programs-item {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1600px) {
  .programs-info .block-title h2 {
    margin-bottom: 1.1875rem;
  }

  .programs-info .block-title {
    margin-bottom: 1.5rem;
    font-size: 1.3125rem;
  }

  .programs-info .form-view a {
    padding: 0.75rem 2rem;
    font-size: 1.3125rem;
  }

  .programs {
    padding: 6rem 0;
  }
}

@media (max-width: 991px) {
  .programs-item .row {
    flex-direction: column-reverse;
  }
}

/* About Program */

.about-program {
  padding: 0 0 2.5rem;
}

.about-program .about-info__wrap h4 {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  padding-bottom: 0;
  line-height: 1;
}

.about-program .arrow-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem 1rem;
  justify-content: space-between;
  font-weight: 700;
  font-size: 0.75rem;
}

.about-program .block-title {
  max-width: 48.5rem;
}

.about-program .column-md,
.about-program .column-sm {
  padding: 0 0.9375rem;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .about-program .arrow-list {
    font-size: 0.875rem;
  }

  .about-program .column-md {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .about-program .column-sm {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .about-program .about-info__wrap h4 {
    font-size: 1.0625rem;
  }

  .about-program {
    padding: 0 0 3rem;
  }
}

@media (min-width: 768px) {
  .about-program .arrow-list {
    font-size: 0.9375rem;
  }

  .about-program .about-info__wrap h4 {
    font-size: 1.1875rem;
  }

  .about-program {
    padding: 0 0 3.5rem;
  }
}

@media (min-width: 992px) {
  .about-program .arrow-list {
    font-size: 1rem;
  }

  .about-program .about-info__wrap h4 {
    font-size: 21px;
  }

  .about-program {
    padding: 0 0 4.5rem;
  }
}

@media (min-width: 1200px) {
  .about-program .about-info__wrap h4 {
    font-size: 1.5rem;
  }

  .about-program {
    padding: 0 0 5.5rem;
  }
}

@media (min-width: 1600px) {
  .about-program .arrow-list {
    font-size: 1.125rem;
  }

  .about-program {
    padding: 0 0 6.5rem;
  }
}

/* Health program */

@media (min-width: 1200px) {
  .program-page .health-media {
    margin-left: -19rem;
    height: 44.6875rem;
  }
}

@media (min-width: 1600px) {
  .program-page .health-media {
    height: 675px;
  }
}

/* BMI Calculator page */

.chart--section__bmi {
  margin: 0 !important;
  padding: 2rem 0;
}

.chart--section__bmi .custom-container {
  max-width: 100%;
}

.chart--section__bmi .chart--container {
  margin: 0 auto 1rem;
  max-width: 38.75rem;
}

.chart--section__info {
  background-color: #f3f3f3;
  padding: 1rem;
}

.chart--section__bmi .block-title {
  text-align: center;
  margin: 0 auto 0.5rem;
  max-width: 46.25rem;
  color: rgba(84, 83, 82, 0.9);
  font-size: 0.8125rem;
  font-weight: 700;
}

.chart--section__bmi .free-bmi.results {
  max-width: 41.25rem;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  margin: 0 auto;
}

.chart--section__bmi .block-title h5 {
  color: #131110;
}

.chart--section__bmi p.bmi--result,
.chart--section__bmi p.bmi--result--category {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Proxima Nova", sans-serif;
  line-height: 1;
  margin: 0 0 0.3125rem;
  color: #424140;
}

.chart--section__bmi p.bmi--result span,
.chart--section__bmi p.bmi--result--category span {
  color: #6495ED;
  font-weight: 900;
  font-family: "Proxima Nova", sans-serif;
}

.chart--section__bmi .bmi-result__info {
  margin: 1rem auto 0;
  font-size: 0.75rem;
}

.chart--section__bmi .btn-arrow {
  box-shadow: none;
}

@media (min-width: 575px) {
  .chart--section__bmi p.bmi--result,
  .chart--section__bmi p.bmi--result--category {
    font-size: 1.0625rem;
  }

  .chart--section__bmi .btn-arrow {
    box-shadow: 0 0 3.125rem rgb(236, 80, 21, 0.43);
  }

  .chart--section__bmi .free-bmi.results {
    font-size: 0.875rem;
  }

  .chart--section__info {
    padding: 1.5rem 1rem;
  }

  .chart--section__bmi .block-title {
    font-size: 0.875rem;
  }

  .chart--section__bmi .bmi-result__info {
    max-width: 33.75rem;
    font-size: 0.875rem;
    margin: 1.5rem auto 0;
  }

  .chart--section__bmi {
    padding: 2.5rem 0;
  }
}

@media (min-width: 768px) {
  .chart--section__bmi p.bmi--result,
  .chart--section__bmi p.bmi--result--category {
    font-size: 1.1875rem;
  }

  .chart--section__bmi .block-title {
    font-size: 0.9375rem;
    margin: 0 auto 1.5rem;
  }

  .chart--section__bmi .bmi-result__info {
    max-width: 46.875rem;
    font-size: 1rem;
  }

  .chart--section__bmi {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .chart--section__bmi p.bmi--result,
  .chart--section__bmi p.bmi--result--category {
    font-size: 1.3125rem;
  }

  .chart--section__bmi .free-bmi.results {
    font-size: 0.9375rem;
    margin: 0;
  }

  .chart--section__info {
    padding: 2.5rem 1rem 2.5rem 2.5rem;
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .chart--section__bmi .chart--container {
    margin: 0 0 0 auto;
  }

  .chart--section__bmi .block-title {
    font-size: 1rem;
  }

  .chart--section__bmi .bmi-result__info {
    max-width: 91.3125rem;
    font-size: 1.0625rem;
    margin: 2rem auto 0;
  }

  .chart--section__bmi {
    padding: 3.5rem 0;
  }
}

@media (min-width: 1200px) {
  .chart--section__info {
    padding: 3rem 1rem 3rem 3.5rem;
    border-top-left-radius: 2.8125rem;
    border-bottom-left-radius: 2.8125rem;
  }

  .chart--section__bmi p.bmi--result,
  .chart--section__bmi p.bmi--result--category {
    font-size: 1.4375rem;
  }

  .chart--section__bmi .free-bmi.results {
    font-size: 1.0625rem;
  }

  .chart--section__bmi .block-title {
    font-size: 1.0625rem;
    margin: 0 auto 2.5rem;
  }

  .chart--section__bmi .bmi-result__info {
    font-size: 1.125rem;
  }

  .chart--section__bmi {
    padding: 4rem 0;
  }
}

@media (min-width: 1600px) {
  .chart--section__media {
    flex: 0 0 46%;
    max-width: 46%;
  }

  .chart--section__info {
    flex: 0 0 53%;
    max-width: 53%;
  }

  .chart--section__bmi .btn-arrow {
    margin-top: 1rem;
  }

  .chart--section__info {
    padding: 5rem 1rem 5rem 7.5rem;
    border-top-left-radius: 4.6875rem;
    border-bottom-left-radius: 4.6875rem;
  }

  .chart--section__bmi p.bmi--result,
  .chart--section__bmi p.bmi--result--category {
    font-size: 1.6875rem;
  }

  .chart--section__bmi .free-bmi.results {
    font-size: 1.125rem;
  }

  .chart--section__bmi .bmi-result__info {
    margin: 4rem auto 0;
  }

  .chart--section__bmi {
    padding: 5rem 0 4rem;
  }
}

/* About bmi */

.about-bmi {
  padding: 0 0 2rem;
}

.about-bmi .about-info:before {
  background-color: rgba(219, 60, 0, 0.9);
}

.about-bmi .about-content {
  max-width: 99.125rem;
  margin: 0 auto;
}

.about-bmi .block-title h2 {
  color: #fff;
  margin-bottom: 0.75rem;
}

.about-bmi .block-title a {
  color: #fff;
  text-decoration: underline;
}

.about-bmi .block-title a:hover {
  text-decoration: none;
}

.about-bmi .about-info {
  color: #fff;
}

.about-bmi .about-info .block-title {
  color: #fff;
  font-weight: 600;
  font-size: 0.8125rem;
}

.about-bmi .arrow-list {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem 0.75rem;
  font-size: 0.75rem;
}

.about-bmi .column-md {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0.9375rem;
}

.about-bmi .column-sm {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0.9375rem;
}

.about-bmi .arrow-list li:before {
  color: #fff;
}

.about-tab h4 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0;
}

.about-bmi .tab-content h5 {
  font-weight: 700;
  font-size: 0.8125rem;
  margin-bottom: 0.625rem;
}

.about-bmi .nav-tabs {
  border: 0;
  margin-bottom: 0.5rem;
}

.about-tab .nav-item {
  margin-right: 1.375rem;
}

.about-tab .nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Proxima Nova", sans-serif;
  padding: 0 1rem 0 1.275rem;
  color: #fff;
  border: 0;
  position: relative;
  line-height: 1;
}

.about-tab .nav-link:before {
  content: "";
  border: 1px solid #fff;
  height: 0.8125rem;
  width: 0.8125rem;
  position: absolute;
  left: 0;
  top: -0.0625rem;
  border-radius: 100%;
}

.about-tab .nav-link.active {
  background-color: transparent;
  border: 0;
  color: #fff;
}

.about-tab .nav-link.active:before {
  border-width: 0.1875rem;
}

@media (min-width: 575px) {
  .about-bmi .about-info .block-title {
    font-size: 0.9375rem;
  }

  .about-bmi .column-md {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 0.9375rem;
  }

  .about-bmi .column-sm {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 0.9375rem;
  }

  .about-tab h4 {
    font-size: 1rem;
  }

  .about-tab .nav-link {
    font-size: 1rem;
  }

  .about-bmi .tab-content h5 {
    font-size: 1rem;
  }

  .about-bmi .nav-tabs {
    margin-bottom: 0.8125rem;
  }

  .about-bmi .arrow-list {
    font-size: 0.875rem;
    margin: 0 -0.9375rem 1.5rem;
  }
}

@media (min-width: 768px) {
  .about-bmi .about-info .block-title {
    font-size: 1rem;
  }

  .about-tab h4 {
    font-size: 1.0625rem;
  }

  .about-tab .nav-link {
    font-size: 1.0625rem;
  }

  .about-bmi .tab-content h5 {
    font-size: 1.0625rem;
    margin-bottom: 1rem;
  }

  .about-tab .nav-link:before {
    height: 1rem;
    width: 1rem;
    top: -0.0625rem;
  }

  .about-tab .nav-link.active:before {
    border-width: 0.25rem;
  }

  .about-tab .nav-link {
    padding: 0 1rem 0 1.4375rem;
  }

  .about-tab .nav-item {
    margin-right: 1.0625rem;
  }

  .about-bmi .arrow-list {
    font-size: 0.9375rem;
  }

  .about-bmi {
    padding: 0 0 2.5rem;
  }
}

@media (min-width: 992px) {
  .about-bmi .about-info .btn-arrow {
    min-width: 13.8125rem;
  }

  .about-bmi .about-info .block-title {
    font-size: 1.0625rem;
  }

  .about-tab h4 {
    font-size: 1.1875rem;
  }

  .about-tab .nav-link {
    font-size: 1.1875rem;
  }

  .about-bmi .tab-content h5 {
    font-size: 1.1875rem;
    margin-bottom: 0.5625rem;
    margin-bottom: 1.5625rem;
  }

  .about-tab .nav-item {
    margin-right: 1.375rem;
  }

  .about-tab .nav-link {
    padding: 0 1rem 0 1.875rem;
  }

  .about-tab .nav-link:before {
    height: 1.125rem;
    width: 1.125rem;
    top: 0.0625rem;
  }

  .about-tab .nav-link.active:before {
    border-width: 0.3125rem;
  }

  .about-bmi .nav-tabs {
    margin-bottom: 1.8125rem;
  }

  .about-bmi .arrow-list {
    font-size: 1rem;
  }

  .about-bmi {
    padding: 0 0 3rem;
  }
}

@media (min-width: 1200px) {
  .about-bmi .about-info .block-title {
    font-size: 1.1875rem;
  }

  .about-tab h4 {
    font-size: 1.3125rem;
    margin-bottom: 0.5rem;
  }

  .about-tab .nav-link {
    font-size: 1.3125rem;
  }

  .about-bmi .tab-content h5 {
    font-size: 1.25rem;
  }

  .about-tab .nav-link:before {
    height: 1.25rem;
    width: 1.25rem;
  }

  .about-tab .nav-link.active:before {
    border-width: 0.4375rem;
  }

  .about-bmi {
    padding: 0 0 4rem;
  }
}

@media (min-width: 1600px) {
  .about-bmi .about-info {
    padding: 6.8rem 3.65rem 6rem 4rem;
  }

  .about-bmi .about-info .block-title {
    font-size: 1.3125rem;
  }

  .about-tab h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .about-tab .nav-link {
    font-size: 1.5rem;
  }

  .about-bmi .tab-content h5 {
    font-size: 1.375rem;
    margin-bottom: 1.5625rem;
  }

  .about-bmi .arrow-list {
    font-size: 1.125rem;
  }
}

/* Mission bmi */

.mission-bmi {
  background-color: transparent;
  padding: 0 0 1.5rem;
}

.mission-bmi .mission-media figure {
  margin: 0 0 1rem;
}

.mission-bmi .mission-item {
  position: relative;
  text-align: center;
}

.mission-bmi .block-title {
  text-align: left;
  font-size: 0.75rem;
}

.mission-bmi .mission-info {
  text-align: center;
}

.mission-bmi .mission-item i {
  margin: 0 auto 0.75rem;
}

.mission-bmi .mission-item h4 a {
  transition: all 0.2s;
}

.mission-bmi .mission-item h4 a:hover {
  color: #6495ED;
}

.mission-bmi .mission-item h4 span {
  display: block;
}

.mission-bmi .mission-item h4 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: auto;
}

@media (min-width: 575px) {
  .mission-bmi .custom-container {
    max-width: 540px;
    padding: 0 0.9375rem;
  }

  .mission-bmi .block-title {
    font-size: 0.875rem;
  }

  .mission-bmi {
    padding: 0 0 2rem;
  }
}

@media (min-width: 768px) {
  .mission-bmi .custom-container {
    max-width: 740px;
  }

  .mission-bmi .block-title {
    font-size: 0.9375rem;
  }

  .mission-bmi {
    padding: 0 0 2.5rem;
  }
}

@media (min-width: 992px) {
  .mission-bmi .custom-container {
    max-width: 970px;
  }

  .mission-bmi .block-title {
    font-size: 1rem;
  }

  .mission-bmi {
    padding: 0 0 3rem;
  }
}

@media (min-width: 1200px) {
  .mission-bmi .custom-container {
    max-width: 1140px;
  }

  .mission-bmi .block-title {
    font-size: 1.125rem;
  }

  .mission-bmi {
    padding: 1rem 0 4rem;
  }
}

@media (min-width: 1600px) {
  .mission-bmi .custom-container {
    max-width: 1470px;
  }

  .mission-bmi .mission-info {
    padding: 3rem 0.7875rem 5.3rem 2.6375rem;
  }

  .mission-bmi .block-title h2 {
    margin-bottom: 1.375rem;
  }

  .mission-bmi .block-title {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .mission-bmi .block-title p {
    margin-bottom: 1.6rem;
  }
}

/* Cta bmi */

.cta-block--bmi {
  padding: 0 0 2rem;
}

.cta-block--bmi .cta-block__content {
  max-width: 89.875rem;
  margin: 0 auto;
}

.cta-block--bmi .cta-block__content .content-wrap {
  max-width: 40.625rem;
}

@media (min-width: 575px) {
  .cta-block--bmi {
    padding: 0 0 1.5rem;
  }
}

@media (min-width: 992px) {
  .cta-block--bmi {
    padding: 0 0 3rem;
  }
}

@media (min-width: 1200px) {
  .cta-block--bmi {
    padding: 0 0 4rem;
  }
}

@media (min-width: 1600px) {
  .cta-block--bmi .cta-block__content {
    padding: 6.0875rem 2rem 6.6625rem;
  }

  .cta-block--bmi {
    padding: 0 0 5rem;
  }
}

/* health bmi */

@media (min-width: 1200px) {
  .bmi-page .health-media {
    height: 715px;
  }
}

@media (min-width: 1600px) {
  .bmi-page .health-media {
    height: 50rem;
  }

  .bmi-page .health-info {
    padding: 8.375rem 0.9375rem 5.6rem;
  }
}

/* 07-05-2021 */
@media (max-width: 767px) {
  .news .rating_list .col-md-4 {
    text-align: center;
  }

  .news .rating_list img {
    max-width: 200px;
    margin: 0 auto;
  }
}

/* 07-12-2021 */
.banner-text h1,
.footer-item h6 {
  font-weight: 600;
}

.footer-sticky__content {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) {
  .program-item__top {
    display: block;
    width: 100%;
    text-align: center;
  }

  .program-item .btn-arrow {
    display: block;
    margin: 0.625rem auto 0;
  }
}

@media (max-width: 575px) {
  body #olark-wrapper .olark-launch-button {
    height: 40px !important;
    width: 40px !important;
  }

  body #olark-wrapper svg {
    height: 20px !important;
    width: 20px !important;
  }

  body #olark-wrapper .olark-launch-button-wrapper {
    right: 0 !important;
    bottom: 0 !important;
  }
}

@media (max-width: 319px) {
  .site-wrapper {
    max-width: 100%;
    min-width: 100px;
  }

  .header-btn .btn {
    min-width: 3.0375rem;
    padding: 0.2125rem 0.1875rem;
  }

  .banner-form__footer:before {
    display: none;
  }

  .banner-form__footer input {
    padding: 0.7rem 0.5rem;
  }

  .site-header .navbar-collapse {
    max-width: 230px;
  }

  .site-header .navbar .navbar-nav .nav-link {
    font-size: 0.8rem;
  }

  .site-header .dropdown-toggle span {
    width: 8px;
    height: 8px;
    padding: 0;
  }

  .site-header .navbar-toggler span {
    width: 1.35rem;
  }

  .program .col-6 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 1.5rem;
  }

  .program .program-item__top {
    width: 100%;
    text-align: center;
  }

  .program-item .btn-arrow {
    max-width: 100%;
    text-align: center;
  }

  .mission .mission-item {
    flex-basis: 100%;
    max-width: 100%;
  }

  .site-footer .footer-top__left {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .site-footer .footer-top__right {
    width: 100%;
    text-align: center;
  }
}
/* nav booking button */

.booking-button{
  display: none;
  color: white;
}
.header-btn .booking-button.btn{
  display: inline-block;
  min-width: 80%;
  font-size: 1rem;
}
.booking-button:hover{
  color:#6495ED;
}

@media screen and (min-width: 1200px){
  .booking-button{
    display: inline-block;
  }
  .header-btn .booking-button.btn{
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-flex-column {
    flex-direction: column !important;
  }
}

.broadcast-main {
  margin-bottom: 4rem !important;
}

.hr-associations-orange {
  border: 1px solid #15AEEB !important;
}

.abc-associations {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #15AEEB;
}

.video-section {
  margin-bottom: 4rem;
  display: block;
  position: relative;
}

.video-section .video-p1 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #15AEEB;
}

.video-section .video-p2 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 154.19%;
  margin-bottom: 2rem;
}

.video-book-now-btn:hover {
  background-color: #fff;
  color: #6495ED;
  border: 1px solid #15AEEB;
  cursor: pointer;
}

.video-book-now-btn {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 15px 30px;
  background: #15AEEB;
  border-radius: 25px;
  border: none;
  color: #FFFFFF;
  width: 145px;
  height: 49px;
  line-height: 1;
}

/*.video-section .custom-container {
  max-width: 90vw;
  padding: 0;
}*/

.video-section-items {
  display: flex;
  flex-direction: column;
}

.video-section-top-circle {
  width: 395px;
  position: absolute;
  left: 20% ;
}

.video-section-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}

.video-section-vid {
  display: flex;
  align-items: flex-start;
  width: 50%;
}

.video-section-desc {
  width: 50%;
  padding-top: 100px;
}

.video-section-vid iframe {
  width: 90%;
  height: 400px;
  margin-left: 15px;
}

.video-section-side-circle {
  width: 177px;
  position: absolute;
  right: 0;
  padding-left: 52px;
  padding-top: 78px;
}

.video-section-dots {
  text-align: center;
  padding-right: 400px;
  margin-top: -50px;
  pointer-events: none;
}

@media only screen and (min-width : 1201px) and (max-width: 1400px) {
  .video-section-side-circle {
    width: 150px;
    padding-top: 100px !important;
  }
}

@media only screen and (min-width : 950px) and (max-width: 1200px) {
  .video-section-side-circle {
    width: 140px;
    padding-top: 110px !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 950px) {
  .video-section-top-circle {
    left: 5%;
  }

  .video-section-info {
    flex-direction: column-reverse;
    padding-top: 150px;
  }

  .video-section-vid {
    /*justify-content: center;*/
    flex-direction: column;
    align-items: center;
    width: 80%;
  }

  .video-section-desc {
    width: 90%;
    padding-top: 70px;
  }

  .video-section-dots {
    padding-right: 0px;
    align-self: flex-end;
  }

  .video-section-side {
    position: relative;
    right: -550px;
    bottom: 63px;
  }

  .video-section-side-circle {
    padding-left: 0px;
    width: 90px;
    padding-top: 45%;
  }
}

@media only screen and (max-width : 550px) {
  .video-section-top-circle {
    width: 90%;
    left: unset !important;
  }

  .video-section-side-circle {
    display: none;
  }

  .video-section-vid {
    width: 100% !important;
    flex-direction: unset !important;
  }

  .video-section-vid iframe {
    width: 100%;
    margin-left: 0px;
  }

  .video-section-desc {
    width: 100%;
    padding-top: 40px;
  }

  .video-p1 {
    font-size: 32px !important;
  }

  .video-p2 {
    font-size: 20px !important;
  }
}

.process-item__wrap p {
  color: #ffffffb3;
}

.broadcast-association {
  width: 100%;
}

.broadcast-association .slick-slide img {
    display: inline-block;
}

.broadcast-association .slick-dots {
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
  line-height: 1;
  text-align: center;
  display: none;
}

.broadcast-association .slick-dots li {
  text-indent: -999rem;
  height: 0.625rem;
  width: 0.625rem;
  background-color: rgba(0, 0, 0, 0.27);
  display: inline-block;
  margin: 0 0.1875rem;
  border-radius: 100%;
  cursor: pointer;
}

.broadcast-association .slick-dots li.slick-active {
  background-color: #6495ED;
}

@media (max-width: 990px) {
  .broadcast-association {
    display: block;
    justify-content: unset;
    align-items: unset;
  }

  .broadcast-association-item img {
    margin: 0 auto;
  }
}

.flipteamsection-coach-programs {
  font-family: inherit;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#flipteamsection .frontside .card, #flipteamsection .backside .card {
    min-height: 360px;
}

#flipteamsection .card-text {
  max-height: 200px;
  overflow-y: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

#viewsession .viewsession-program-btn {
  margin-right: auto;
}
#viewsession .viewsession-program-btn a,
.enroll-now {
  color: #fff !important;
  background-color: #6495ED !important;
  border-color: #6495ED !important;
  padding: 5px 10px;
}

#viewsession .viewsession-close-btn {
  width: 20%;
  text-align: right;
}


.enroll-now:hover{
  background-color: #fff !important;
  color: #6495ED  !important;
  border-color: #6495ED  !important;
}