@charset "UTF-8";
/* ===============================
   1. SETTINGS & VARIABLES
   =============================== */
/* 64px 0 */
/* 32px 0 */
/* ===============================
   2. TOOLS & MIXINS
   =============================== */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sofia&display=swap%22");
/* ===============================
   TOOLS: HEADING MIXINS
   =============================== */
/* ===============================
   TOOLS: PARAGRAPH & BODY MIXINS
   =============================== */
/* ===============================
   TOOLS: UI COMPONENT MIXINS
   =============================== */
/* ===============================
   3. BASE & COMMON
   =============================== */
/*html {
    font-size: $font-size-16;
    font-family: $font-family-primary;
    line-height: normal;
}

body {
    font-family: $font-family-primary;
    font-size: $font-size-16;
}

p {
    font-family: $font-family-poppins;
    font-size: $font-size-16;
}

h1 {
    @include h1-desktop;
    color: $color-text-footlink;
    font-size: $font-size-30;
    line-height: 1.96rem;
}

html {
    font-size: $font-size-15;
}*/
body {
  font-family: "Barlow", sans-serif;
}

h2 {
  font-family: "Barlow", sans-serif;
  font-size: 3.7rem;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
.main-nav .container {
  padding: 0px;
}

sup {
  top: 0.15em;
  font-size: 1.3em;
}

@media (max-width: 767px) {
  .sm-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .sm-mb-15px {
    margin-bottom: 15px;
  }
}
/* ===============================
   4. COMPONENTS (Partials)
   =============================== */
.top-bar {
  background: #2C3A44;
}
.top-bar .tophat-section .tophat-links {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bar .tophat-section .tophat-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.9rem;
  gap: 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.top-bar .tophat-section .tophat-links ul li .nav-link {
  text-transform: uppercase;
  padding: 1.5rem 0;
  color: #fff;
}
.top-bar .tophat-section .tophat-links ul li .nav-link span {
  font-weight: 600;
}
.top-bar .tophat-section .tophat-links ul li .nav-link.active {
  background: #fff;
  color: #2C3A44;
  padding: 1.5rem 1.5rem;
}
.top-bar .tophat-section .tophap-isi-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bar .tophat-section .tophap-isi-link .btn-isi {
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 20px 0px 20px !important;
  border: 1px solid #21336E;
  border-radius: 20px;
  color: #21336E;
  background: #fff;
  line-height: 1rem;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.top-bar .container {
  padding: 0 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-bar {
    background: #2C3A44;
  }
  .top-bar .tophat-section .tophat-links {
    padding-top: 1rem;
  }
  .top-bar .tophat-section .tophat-links ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: unset;
    row-gap: 3rem;
    -webkit-column-gap: 3.33%;
       -moz-column-gap: 3.33%;
            column-gap: 3.33%;
  }
  .top-bar .tophat-section .tophat-links ul li:first-child {
    display: block;
    width: 100%;
  }
  .top-bar .tophat-section .tophap-isi-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-bar .tophat-section .tophap-isi-link .btn-isi {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-bar {
    background: #2C3A44;
    padding-top: 0.5rem;
  }
  .top-bar .tophat-section .tophat-links ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: unset;
    row-gap: 2rem;
    -webkit-column-gap: 4.33%;
       -moz-column-gap: 4.33%;
            column-gap: 4.33%;
    font-size: 0.8rem;
  }
  .top-bar .tophat-section .tophat-links ul li:first-child {
    display: block;
    width: 100%;
  }
  .top-bar .tophat-section .tophat-links ul li .nav-link.active {
    padding: 1rem 0.4rem;
  }
  .top-bar .tophat-section .tophat-links ul li a span {
    font-size: 10px;
  }
  .top-bar .tophat-section .tophap-isi-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-bar .tophat-section .tophap-isi-link .btn-isi {
    display: none;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  z-index: 999;
  /* &.nav-hidden {
      transform: translateY(-100%);
  }*/
}
header .main-nav {
  background: #fff;
}
header .main-nav .navbar-brand img {
  /*max-height: 78px;
  margin-bottom: 1rem;*/
  padding: 10px 0;
  display: block;
}
header .main-nav .navbar-brand.mobile {
  display: none;
}
header .main-nav .navbar-expand-lg {
  padding: 0;
}
header .main-nav .navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
  padding: 0;
}
header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: #21336E;
  text-transform: uppercase;
}
header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a:hover {
  border-bottom: 3px solid #21336e;
}
header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a.active {
  border-bottom: 3px solid #21336e;
}
header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(5) a {
  text-transform: none;
}
header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(6) a {
  background: #21336e;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border-bottom: 0px solid #21336e;
}
header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:last-child {
  display: none;
}

@media (max-width: 991px) {
  header .main-nav {
    background: transparent;
  }
  header .main-nav.nav-open {
    background: #ffffff;
  }
  header .main-nav .navbar-brand.desktop {
    display: none;
  }
  header .main-nav .navbar-brand.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .main-nav .navbar-expand-lg .navbar-collapse {
    text-align: center;
  }
  header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 500;
    color: #21336E;
  }
  header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a.active {
    border-bottom: 0px solid #fff;
  }
  header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(6) a {
    background: #21336e;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 50px;
  }
  header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(8) a {
    text-decoration: underline;
  }
  header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(8) a.btn-isi.active {
    border-bottom: 0px solid #21336e;
  }
  header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:nth-child(1) a {
    display: none;
  }
  header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item:last-child {
    display: block;
    margin-bottom: 50px;
  }
  header .main-nav .navbar-expand-lg .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .main-nav .navbar-expand-lg .container-fluid .navbar-toggler {
    border: 0;
    padding: 0;
    width: 25px;
    height: 40px;
    position: relative;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  header .main-nav .navbar-expand-lg .container-fluid .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .main-nav .navbar-expand-lg .container-fluid .navbar-toggler .navbar-toggler-icon {
    position: relative;
    width: 28px;
    height: 22px;
    background-image: none;
    display: inline-block;
    background-image: none !important;
  }
  header .main-nav .navbar-expand-lg .container-fluid .navbar-toggler .navbar-toggler-icon, header .main-nav .navbar-expand-lg .container-fluid .navbar-toggler .navbar-toggler-icon::before, header .main-nav .navbar-expand-lg .container-fluid .navbar-toggler .navbar-toggler-icon::after {
    background-color: #fff;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
  }
  header .main-nav .navbar-expand-lg .container-fluid .navbar-toggler .navbar-toggler-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .main-nav .navbar-expand-lg .container-fluid .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }
  header .main-nav .navbar-expand-lg .container-fluid .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
  }
  header .main-nav .navbar-expand-lg .container-fluid .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent;
  }
  header .main-nav .navbar-expand-lg .container-fluid .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #21336E;
  }
  header .main-nav .navbar-expand-lg .container-fluid .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #21336E;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav {
    gap: 1.5rem;
  }
  header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    font-size: 0.7375rem;
  }
  .top-bar .tophat-section .tophat-links ul {
    gap: 2rem;
  }
  .top-bar .tophat-section .tophat-links ul li .nav-link.active {
    padding: 1.5rem 0.5rem;
  }
}
@media (max-width: 575px) {
  header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav {
    gap: 1.2rem;
  }
}
footer {
  padding-top: 50px;
  padding-bottom: 90px;
}
footer .footer-content p {
  margin-bottom: 10px;
  color: #606060;
  line-height: 22px;
  font-weight: 300;
  font-size: 1.2rem;
}
footer .footer-content p .foot-jbcode {
  float: right;
}
footer .footer-content .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
footer .footer-content .footer-social li a {
  background: #21336e;
  display: block;
  height: auto;
  border-radius: 50px;
  padding: 1rem;
}
footer .footer-content .footer-social li a img {
  width: 30px;
  height: 30px;
}
footer .footer-content .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
footer .footer-content .footer-links li a {
  display: block;
  padding: 0 10px;
  color: #606060;
  font-weight: 500;
  font-size: 1.2rem;
}
footer .footer-content .ccpa-link a {
  color: #606060;
  font-weight: 500;
}
footer .footer-content ul {
  margin: 2rem 0;
}

@media (max-width: 991px) {
  footer {
    padding-bottom: 150px;
  }
  footer .footer-content .footer-links {
    gap: 0;
  }
  footer .footer-content p {
    font-size: 1.1rem;
  }
  footer .footer-content ul {
    padding-left: 0;
  }
  footer .footer-top {
    padding: 0 1rem;
  }
  footer .footer-top .footer-top-level-1 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
  }
  footer .footer-top .footer-top-level-1 ul li a {
    font-size: 1.6rem;
  }
  footer .footer-top .left-mid-foot {
    margin-bottom: 40px;
  }
  footer .footer-top .left-mid-foot .globifer-wrap .globifer-wrap-top img {
    width: 55%;
  }
  footer .footer-top .right-mid-foot {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footer-top .right-mid-foot .globifer-wrap-right .globifer-wrap-right-top {
    font-size: 4.5rem;
  }
  footer .footer-top .right-mid-foot .globifer-wrap-right .globifer-wrap-right-bot {
    font-size: 5rem;
  }
  footer .footer-BOTTOM {
    padding: 0 1rem;
  }
  footer .footer-BOTTOM .left-bottom-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  footer .footer-BOTTOM .left-bottom-foot p {
    font-size: 1.6rem;
    margin-left: 0;
  }
  footer .footer-BOTTOM .left-bottom-foot img {
    margin-top: 1rem;
  }
  footer .footer-BOTTOM .right-bottom-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 20px 0px;
    gap: 0rem;
  }
  footer .footer-BOTTOM .right-bottom-foot a {
    margin-left: 0px;
    margin-bottom: 15px;
  }
}
/* ===============================
   5. COMPONENTS (Blocks)
   =============================== */
/* ===============================
   BLOCK: BANNER 
   =============================== */
.hero-banner {
  background: #21336E;
  margin-top: 168px;
}

.hero-image {
  position: relative;
  overflow: hidden;
}
.hero-image img {
  width: 75%;
  display: block;
}

/* Content */
.hero-content {
  position: absolute;
  left: 8%;
  top: 14%;
  color: #fff;
  max-width: 50%;
}
.hero-content h1 {
  font-size: 3.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #fff;
}
.hero-content p {
  font-size: 1.5rem;
  line-height: 34px;
  margin: 25px 0;
  font-weight: 300;
}

.hero-logo {
  margin-bottom: 80px;
}

.hero-image .bottom-right-text {
  position: absolute;
  bottom: 1%;
  max-width: 50%;
  right: 5%;
  font-size: 1.2rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

/* Button */
.btn-results {
  width: 230px;
  border-radius: 50px;
  border: 1px solid #21336E;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  color: #21346E;
  margin-top: 43px;
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
  font-family: "Barlow", sans-serif;
}
.btn-results:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

/* RESPONSIVE */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner {
    margin-top: 120px;
  }
}
/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  header .main-nav .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    font-size: 0.7375rem;
  }
}
@media (max-width: 1440px) {
  .hero-image img {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .hero-content {
    left: 25%;
    top: 15%;
    /*max-width: 50%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero-content h1 {
    font-size: 4.2rem;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 75px;
  }
  .hero-content p {
    font-size: 1.2rem;
    margin: 0 auto 30px;
    line-height: 28px;
  }
  .hero-content img.hero-logo {
    max-width: 75%;
    display: none;
  }
  .hero-content .btn-results {
    margin: 0 auto;
  }
  .hero-content .hero-logo {
    width: 160px;
    margin-bottom: 25px;
  }
  .hero-image .bottom-right-text {
    top: 3%;
    left: 5%;
    font-size: 0.8rem;
    max-width: 18%;
  }
  .hero-image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-content {
    left: 0;
    top: 7%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: inline-block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero-content h1 {
    font-size: 3.3rem;
    line-height: 60px;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    padding: 0 50px;
  }
  .hero-content p {
    font-size: 1.1rem;
    margin: 0 auto 30px;
    line-height: 24px;
  }
  .hero-logo {
    width: 120px;
  }
  .hero-banner {
    margin-top: 113px;
  }
}
/* ===============================
   WHAT CAN CLEAR 
   =============================== */
.exp-sec {
  position: relative;
}
.exp-sec .exp-caption {
  top: 13%;
  position: absolute;
  float: right;
  left: 55%;
  padding: 0 30px;
}
.exp-sec .exp-caption .exp-wrap-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.exp-sec .exp-caption .exp-wrap-1 p {
  font-size: 1.5rem;
  color: #21336E;
  font-weight: 400;
}
.exp-sec .exp-caption .exp-wrap-1 p.fnote {
  font-size: 1.6rem;
}
.exp-sec .exp-caption .exp-wrap-1 span {
  color: #21336E;
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
  padding-bottom: 30px;
}
.exp-sec .exp-caption .exp-wrap-1 .btnlearnmore {
  width: 230px;
  border-radius: 50px;
  border: 1px solid #21336E;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  color: #fff;
  margin-top: 43px;
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: none;
  background: #21336E;
  font-family: "Barlow", sans-serif;
}
.exp-sec .exp-caption .exp-wrap-1 .btnlearnmore:hover {
  background: transparent;
  color: #21336E;
  border: 2px solid #21336E;
}
.exp-sec img {
  width: 100%;
}
.exp-sec.exp-fr .exp-caption {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.bottom-left-model-text {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 1%;
  max-width: 50%;
  left: 5%;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .exp-sec .exp-caption .exp-wrap-1 p {
    font-size: 1.3rem;
  }
  .exp-sec .exp-caption .exp-wrap-1 span {
    font-size: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  .exp-sec .exp-caption .exp-wrap-1 span {
    font-size: 2.2rem;
  }
  .exp-sec .exp-caption .exp-wrap-1 p {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .exp-sec .exp-caption {
    top: 40%;
    left: 0;
    padding: 0 15px;
    margin-top: 90px;
  }
  .exp-sec .exp-caption .exp-wrap-1 {
    text-align: left;
  }
  .exp-sec .exp-caption .exp-wrap-1 span {
    color: #fff;
    font-size: 3.3rem;
    padding-bottom: 20px;
  }
  .exp-sec .exp-caption .exp-wrap-1 p {
    font-size: 1rem;
    color: #fff;
  }
  .exp-sec .exp-caption .exp-wrap-1 .btnlearnmore {
    margin: 10px auto;
    color: #21336e;
    background: #fff;
  }
  .exp-sec .exp-caption .exp-wrap-1 .btnlearnmore:hover {
    background: #fff;
    color: #21336E;
    border: 2px solid #21336E;
  }
  .bottom-left-model-text-mobile {
    width: 100%;
    max-width: 60%;
    font-weight: 500;
    position: absolute;
    bottom: 25px;
    left: 10px;
    color: #fff;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
  }
}
@media (max-width: 767px) {
  .exp-sec .exp-caption {
    top: 10%;
    max-width: 100%;
  }
  .exp-sec .exp-caption .exp-wrap-1 span {
    font-size: 2.1rem;
  }
}
/* ===============================
   BLOCK: SMOTHER 
   =============================== */
.benefits-section {
  background: #21336E;
  padding: 70px 0;
  color: #fff;
}
.benefits-section h2 {
  margin-bottom: 25px;
  font-size: 3.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.benefits-section .subtitle {
  margin-bottom: 70px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}
.benefits-section .benefits-row {
  margin-bottom: 40px;
}
.benefits-section .benefit-item {
  text-align: center;
}
.benefits-section .benefit-item h5 {
  min-height: 60px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.benefits-section .benefit-item small {
  display: block;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.benefits-section .icon-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.benefits-section .icon-circle i {
  color: #fff;
  font-size: 4.6rem;
}
.benefits-section .btn-started {
  width: 230px;
  height: 50px;
  border: 1px solid #21336E;
  border-radius: 50px;
  background: #fff;
  color: #21336E;
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.benefits-section .btn-started:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

@media (max-width: 991px) {
  .benefits-section {
    padding: 50px 15px;
  }
  .benefits-section h2 {
    font-size: 3.3rem;
  }
  .benefits-section .subtitle {
    margin-bottom: 50px;
    font-size: 1.1rem;
  }
  .benefits-section .icon-circle {
    width: 90px;
    height: 90px;
  }
  .benefits-section .icon-circle i {
    font-size: 3.6rem;
  }
  .benefits-section .benefit-item h5 {
    font-size: 1.1rem;
  }
  .benefits-section .btn-started {
    padding: 12px 30px;
  }
}
@media (max-width: 575px) {
  .benefits-section .subtitle {
    font-size: 1.2rem;
  }
  .benefits-section .icon-circle {
    width: 80px;
    height: 80px;
  }
  .benefits-section .icon-circle i {
    font-size: 3rem;
  }
  .benefits-section .benefit-item h5 {
    min-height: auto;
    font-size: 1.1rem;
  }
}
/* ===============================
   BLOCK: WHAT TO EXPECT 
   =============================== */
#what-to-expect {
  scroll-margin-top: 90px;
}

.what-to-expect {
  background-color: #21336E;
  padding: 80px 20px;
  color: #fff;
  font-family: "Barlow", sans-serif;
}
.what-to-expect h5 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 90px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.what-to-expect .bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-top: 100px;
}
.what-to-expect .bottom-area .notes {
  max-width: 50%;
}
.what-to-expect .bottom-area .notes p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.8;
}
.what-to-expect .btn-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  border-radius: 50px;
  border: 2px solid #21336E;
  height: 50px;
  color: #21346E;
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
  text-align: center;
  /*padding: 8px 0;*/
  font-family: "Barlow", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.what-to-expect .btn-start:hover {
  background: #fff;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.what-to-expect .section-title {
  font-size: 3.7rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.what-to-expect .timeline-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.what-to-expect .timeline-col {
  position: relative;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .what-to-expect .timeline-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .what-to-expect .timeline-col .step-above {
    min-height: 70px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .what-to-expect .timeline-col .step-above .step-num {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    opacity: 0.6;
    margin-bottom: 4px;
    display: block;
  }
  .what-to-expect .timeline-col .step-above h3 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
  }
  .what-to-expect .timeline-col .step-line-container {
    width: 100%;
    height: 24px;
    position: relative;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .what-to-expect .timeline-col .step-line-container .step-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  }
  .what-to-expect .timeline-col .step-line-container .step-line-segment {
    position: absolute;
    left: 0;
    width: calc(100% + 30px);
    height: 2px;
    background-color: #ffffff;
    z-index: 1;
  }
  .what-to-expect .timeline-col .step-line-container .step-line-segment.last-segment {
    width: 100%;
  }
  .what-to-expect .timeline-col .step-line-container .step-line-segment.last-segment::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-60%) rotate(45deg);
            transform: translateY(-60%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
  .what-to-expect .timeline-col .step-below {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
    text-align: left;
  }
  .what-to-expect .timeline-col .step-below p {
    margin-bottom: 12px;
    font-size: 1.1rem;
  }
  .what-to-expect .timeline-col .step-below p:last-child {
    margin-bottom: 0;
  }
  .what-to-expect .timeline-col .step-below .step-footnote {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 8px;
    font-style: italic;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .what-to-expect .timeline-col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
    margin-bottom: 40px;
    width: 100%;
  }
  .what-to-expect .timeline-col > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .what-to-expect .timeline-col > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .what-to-expect .timeline-col > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .what-to-expect .timeline-col > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .what-to-expect .timeline-col:last-child {
    margin-bottom: 0;
  }
  .what-to-expect .timeline-col .bottom-area {
    display: block;
  }
  .what-to-expect .timeline-col .step-above {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 8px;
  }
  .what-to-expect .timeline-col .step-above .step-num {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    opacity: 0.6;
    margin-right: 8px;
  }
  .what-to-expect .timeline-col .step-above h3 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
  }
  .what-to-expect .timeline-col .step-line-container {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .what-to-expect .timeline-col .step-line-container .step-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 6px;
    z-index: 2;
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
  }
  .what-to-expect .timeline-col .step-line-container .step-line-segment {
    position: absolute;
    top: 12px;
    bottom: -40px;
    width: 2px;
    background-color: #ffffff;
    z-index: 1;
  }
  .what-to-expect .timeline-col .step-line-container .step-line-segment.last-segment {
    bottom: auto;
    height: 100%;
  }
  .what-to-expect .timeline-col .step-line-container .step-line-segment.last-segment::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .what-to-expect .timeline-col .step-below {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
  }
  .what-to-expect .timeline-col .step-below p {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .what-to-expect .timeline-col .step-below p:last-child {
    margin-bottom: 0;
  }
  .what-to-expect .timeline-col .step-below .step-footnote {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 6px;
    font-style: italic;
    line-height: 1.3;
  }
}
.what-to-expect .video {
  margin: 50px 0;
}
@media (min-width: 992px) {
  .what-to-expect .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .what-to-expect .video .col-3 {
    display: block;
  }
  .what-to-expect .video .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .what-to-expect .video {
    display: block;
  }
  .what-to-expect .video .col-2 {
    display: none !important;
  }
  .what-to-expect .video .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .what-to-expect .bottom-area {
    display: block;
  }
  .what-to-expect .bottom-area .notes {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .what-to-expect h5 {
    font-size: 1.3rem;
  }
  .what-to-expect .section-title {
    font-size: 3.3rem;
  }
  .what-to-expect .btn-start {
    padding: 8px 0;
  }
}
/* ===============================
   BLOCK: BEFORE AFTER SLIDER 
   =============================== */
/* BA Slider */
.before-after-blk {
  width: 650px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.before-after-blk #before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
}
.before-after-blk .ease {
  transition: width ease 0.5s, left ease 0.5s;
  -webkit-transition: width ease 0.5s, left ease 0.5s;
  -moz-transition: width ease 0.5s, left ease 0.5s;
}
.before-after-blk .b-and-f-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.4rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 54px 0 10px;
}
.before-after-blk .img-title-before {
  width: auto;
  color: #606060;
  text-align: left;
  font-size: 1.2rem;
  line-height: 65px;
  font-family: "Poppins", sans-serif;
}
.before-after-blk .img-title-after {
  position: relative;
  margin-top: 1.25rem;
  color: #606060;
  text-align: left;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}

#results {
  scroll-margin-top: 95px;
}

.image-container {
  max-width: 800px;
}
.image-container .slider1 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 0;
  overflow: hidden;
  background: #2C3A44;
  border: 1px solid #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hero-desk {
  display: block;
}

.hero-mob {
  display: none;
}

.container1,
.container2,
.container3,
.container4 {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  overflow: hidden;
  border-radius: 0;
  --position: 50%;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  -o-object-fit: cover;
  -o-object-position: left;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  filter: none !important;
  -webkit-filter: none !important;
}

.slider,
.slider1,
.slider2,
.slider3 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.slider1:focus-visible ~ .slider-button {
  outline: 5px solid #000;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  left: var(--position);
  width: 3px;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}

.slider-button {
  position: absolute;
  top: 50%;
  left: var(--position);
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 0.8rem;
  color: #000;
  pointer-events: none;
  border-radius: 100vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #ffffff;
  background-size: 100%;
}

.slide-foot {
  padding-top: 5rem;
  color: #606060;
  text-align: center;
  font-size: 1.2rem;
}

.baslider .btn-started {
  width: 230px;
  border-radius: 50px;
  border: 2px solid #21336E;
  height: 50px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: none;
  background: #21336E;
  text-align: center;
  padding: 5px 0;
  font-family: "Barlow", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.baslider .btn-started:hover {
  background: transparent;
  color: #21346E;
  border: 2px solid #21336E;
}

#beforeAfterCarousel .carousel-indicators {
  bottom: -68px;
  list-style: none;
  display: none;
}
#beforeAfterCarousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #21336E;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}
#beforeAfterCarousel .carousel-indicators li.active {
  background: #21336E;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #21336E;
  -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #21336E;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 41px;
  height: 41px;
}

.carousel-control-prev-icon {
  background-image: url(/siteassets/img/carousel-nav-arrow-left-66x38.webp) !important;
}

.carousel-control-next-icon {
  background-image: url(/siteassets/img/carousel-nav-arrow-right-66x38.webp) !important;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 57%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel-control-prev {
  left: -23%;
}

.carousel-control-next {
  right: -23%;
}

@media (min-width: 991px) {
  .slide-foot {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }
}
/*@media screen and (min-width: 1400px) {
    .carousel-control-prev,
    .carousel-control-next {
        top: 45%;
    }
}*/
.baslider {
  position: relative;
  padding: 60px 0;
  background: url(/siteassets/img/img-before-after-bg.webp) no-repeat top center;
  background-size: cover;
}
.baslider h2 {
  padding-bottom: 60px;
  color: #21346E;
  text-align: center;
  font-size: 3.7rem;
  font-weight: 500;
}

.locator-link {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  #beforeAfterCarousel .carousel-item .image-container {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    aspect-ratio: 0;
  }
}
@media (max-width: 991px) {
  .baslider h2 {
    font-size: 3.3rem;
  }
  .baslider .btn-started {
    padding: 8px 0;
  }
  .baslider .before-after-blk {
    width: auto;
  }
  .baslider .carousel-control-prev,
  .baslider .carousel-control-next {
    display: none;
  }
  .baslider .carousel-indicators {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .baslider h2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .baslider .before-after-blk .b-and-f-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .baslider .before-after-blk .img-title-after {
    margin-top: 0;
    left: 12%;
    font-size: 0.8rem;
  }
  .baslider .before-after-blk .img-title-before {
    font-size: 0.8rem;
  }
}
/* ===============================
   BLOCK: ACCORDION
   =============================== */
.faq-sec {
  background: url(/siteassets/img/img-1200x1055-faq-bg.webp) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 70px 0px;
}
.faq-sec h3 {
  font-size: 3.7rem;
  margin-bottom: -20px;
  font-weight: 500;
  padding: 0px 0 75px;
  text-align: center;
  /* padding-top: 70px;*/
  color: #21346E;
  font-family: "Barlow", sans-serif;
}
.faq-sec .faq .accord-faq-new .accordion .accordion-item {
  background-color: transparent;
  background: transparent;
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-color: #606060;
}
.faq-sec .faq .accord-faq-new .accordion .accordion-item .accordion-header button.accordion-button {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #21336E;
}
.faq-sec .faq .accord-faq-new .accordion .accordion-item .accordion-header button.accordion-button .q-no {
  display: none;
}
.faq-sec .faq .accord-faq-new .accordion .accordion-item .accordion-header button.accordion-button h2 {
  background: transparent;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #606060;
}
.faq-sec .faq .accord-faq-new .accordion .accordion-item .accordion-header button.accordion-button:after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("/siteassets/img/icon-down-arrow.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.faq-sec .faq .accord-faq-new .accordion .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
  background-image: url("/siteassets/img/-icon-up-arrow.png");
  -webkit-transform: unset;
          transform: unset;
}
.faq-sec .faq .accord-faq-new .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
}
.faq-sec .faq .accord-faq-new .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 120%;
  color: #606060;
}
.faq-sec .faq .accord-faq-new .accordion .accordion-item .accordion-collapse .accordion-body p.foot {
  margin-top: 1rem;
  font-size: 1.4rem;
}
.faq-sec .faq .accord-faq-new .accordion .accordion-item {
  /*&:last-child {
      border-bottom: none;
  }*/
}
.faq-sec .provider {
  position: relative;
}

.faq .accordion#accordionOne11 {
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}
.faq .faq-foot-warn p {
  color: #707070;
}
.faq .faq-foot-warn.fr {
  margin-bottom: 58px;
}

.faq .home-jumbo.jumbotron #FaqHeadingPane h2.white {
  font-weight: 400;
}

@media (max-width: 991px) {
  .faq-sec h3 {
    font-size: 3.3rem;
    padding: 0px 0 50px;
    margin: 0 15px;
  }
}
/* Bottom Scroll TOP Button*/
#btt-button {
  display: inline-block;
  background-color: #000;
  width: 60px;
  height: 60px;
  margin: 30px 0;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 0px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.73);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.73);
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  text-decoration: none;
}
#btt-button.show {
  opacity: 1;
  visibility: visible;
}
#btt-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 60px;
  color: #fff;
}

@media (max-width: 991px) {
  #btt-button {
    bottom: 50px;
  }
}
/*end*/
/*ISI Popup*/
#isiContainer .modal-dialog {
  width: 100%;
  max-width: 1140px !important;
  max-width: none;
  padding: 0;
  margin: 0px auto;
}
#isiContainer .isi-logo {
  padding-bottom: 30px;
}
#isiContainer .isi-section h2 {
  font-size: 2rem;
}

.isi-content {
  padding: 100px 95px;
}
.isi-content p,
.isi-content ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.isi-content ul li ul {
  list-style-type: none;
}
.isi-content ul li ul li {
  margin-bottom: 8px;
  text-indent: -20px;
}
.isi-content ul li ul li:nth-child(1) {
  width: 100%;
  max-width: 95%;
}
.isi-content ul li ul li:before {
  content: "—";
  text-indent: -20px;
  padding-right: 7px;
}

a.btn-close-isi {
  position: absolute;
  top: 11%;
  right: 5%;
  display: block;
  padding: 6px 12px;
  border: 2px solid #999;
  border-radius: 5px;
  color: #757575 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

#isipane ul {
  width: 933px;
}

@media (max-width: 991px) {
  a.btn-close-isi {
    top: 5%;
  }
  .isi-content {
    padding: 60px 30px;
  }
  #isiContainer .isi-section h2 {
    font-size: 1.3rem;
  }
}
/*End*/
/*Added for Physician finder*/
body.body {
  overflow-x: hidden;
}

#findaHealthcarePopup {
  padding-left: 17px;
  padding-right: 17px;
  font-family: "Barlow", sans-serif;
}
#findaHealthcarePopup .modal-dialog {
  max-width: 100%;
}
#findaHealthcarePopup .modal-dialog .modal-content .modal-body .row:nth-child(2) .col-12 link {
  display: none !important;
}

@media (max-width: 991px) {
  #findaHealthcarePopup {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Getstarted Sticky*/
/* Sticky Button */
.sticky-btn {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate3d(-50%, var(--btn-offset-y, 0), 0);
          transform: translate3d(-50%, var(--btn-offset-y, 0), 0);
  border: 2px solid transparent;
  -webkit-box-shadow: 0 4px 15px rgba(66, 23, 61, 0.25);
          box-shadow: 0 4px 15px rgba(66, 23, 61, 0.25);
  z-index: 1;
  outline: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  min-width: 230px;
  height: 50px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sticky-btn:hover {
  background: #000 !important;
  color: #fff !important;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 2px #fff;
}
.sticky-btn.fixed {
  position: fixed;
  top: 93%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

/*.sticky-btn {
    transition: top 0.35s ease;
}*/
@media (max-width: 991px) {
  .sticky-btn {
    padding: 8px 0;
    -webkit-transition: top 0.35s ease;
    transition: top 0.35s ease;
  }
  .sticky-btn.fixed {
    top: 19%;
  }
}
/*END*/
/* ===============================
   6. COMPONENTS (Pages)
   =============================== */
/* ===============================
   PAGE: HOME (Overview)
   =============================== */
/* ===============================
   PAGE: 404 (NOT FOUND)
   =============================== */
section.pnf-sec {
  margin-top: 300px;
  margin-bottom: 100px;
  cursor: none;
}
section.pnf-sec .message-404 {
  width: 100%;
  max-width: 65%;
  margin: 0 auto;
}
section.pnf-sec .message-404 p {
  margin-bottom: 0;
  color: #050000;
  line-height: 130%;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
}
section.pnf-sec .message-404 h1 {
  color: #21336E;
  font-family: "Barlow", sans-serif;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1.35rem;
  line-height: 120%;
}

/* ===============================
   7. UTILITIES
   =============================== */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ===============================
   UTILITIES: BUTTONS
   =============================== */
/*
.btn-purple {
    @include btn($color-primary, $color-white, $width: 152px);
}
*/