@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
body {
  font-family: "Figtree", sans-serif;
  color: #283791;
  background-color: #283791;
}

.wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}

a {
  transition: 0.5s;
}
a:hover {
  color: #C2BED0 !important;
}

.nowrap {
  white-space: nowrap;
}

h1 {
  color: #1A1A1A;
  font-weight: 600;
  font-size: 2.625rem;
}
h1 span {
  background: #283791;
  background: linear-gradient(to right, #283791 0%, #34AAFC 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 1.75rem;
  }
}
h1.lg-num {
  color: #1A2D5A !important;
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 0rem;
  line-height: 1;
}
@media (max-width: 767.98px) {
  h1.lg-num {
    font-size: 2.5rem;
    margin-bottom: 0rem !important;
  }
}

h2 {
  font-size: 1.625rem;
  color: #1A1A1A;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 1.25rem;
  }
}

h5.sup {
  font-size: 1rem;
  font-weight: 700;
}

.gradient-txt {
  background: #283791;
  background: linear-gradient(to right, #283791 0%, #34AAFC 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p {
  font-family: "Figtree", sans-serif;
  color: #1A1A1A;
  font-weight: 300;
}
p span {
  font-weight: 600;
  font-size: 1.125rem;
}
p.bwork {
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  p.bwork {
    font-size: 1rem;
  }
}
p.title-sub {
  font-size: 1.25rem;
}

ul {
  color: #1A1A1A;
  font-size: 1rem;
  padding-left: 1.5rem;
}
ul li {
  font-weight: 300;
  margin-bottom: 0.25rem;
}

.txt-black {
  color: #1A1A1A;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2;
}

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

.rounded {
  border-radius: 1rem !important;
}

.bg-lg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  display: block;
}
.bg-lg video {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  clip-path: inset(-1px -1px);
  width: 102%;
  height: 100%;
  overflow: hidden;
}
.bg-lg img {
  width: 100%;
  height: 100%;
}
.bg-lg .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-lg-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
}
.bg-lg-2 video {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  clip-path: inset(-1px -1px);
  width: 102%;
  height: 100%;
  overflow: hidden;
}

.bg-secondary {
  background-color: #006E90;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-blue {
  background-color: #F0F7FF !important;
}

.bg-off-white {
  background-color: #f5f5f5;
}

.bg-dark {
  background-image: url("../img/footer-bg-2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-dark h1 {
  color: #FFFFFF;
}
.bg-dark p {
  color: #FFFFFF;
}

.bg-transparent {
  background-color: transparent;
}

.bg-col-1 {
  background-color: #DFEFFF;
}

.bg-col-2 {
  background-color: #B9DFFE;
}

.bg-col-3 {
  background-color: #7AC6FF;
}

.section-2 {
  background: url("../img/usa-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.txt-div {
  font-size: 0.75rem;
  z-index: 1;
  width: 100%;
  left: 0;
  color: #1A1A1A;
}
.txt-div span {
  font-size: 1rem;
  font-weight: 600;
  background: #283791;
  background: linear-gradient(to right, #283791 0%, #34AAFC 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hover-card {
  height: 100%;
}
.hover-card .card {
  text-align: center;
  box-shadow: none;
  padding: 2rem 3rem;
  height: 100%;
  transition: 0.5s;
}
.hover-card .card .img-con {
  margin-bottom: 2rem;
}
.hover-card .card p {
  line-height: 2;
}
.hover-card .card:hover {
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

.element-1, .element-2, .element-3 {
  height: 84px;
  margin-bottom: 1rem;
}

.levels {
  text-align: center;
}
.levels h5 {
  font-size: 2rem;
  font-weight: 200;
}
.levels p {
  color: #283791;
  font-size: 1.5rem;
}
@media (max-width: 1199.98px) {
  .levels {
    margin-bottom: 3rem;
  }
  .levels h5 {
    font-size: 1.5rem;
  }
  .levels p {
    font-size: 1.2rem;
  }
  .levels img {
    width: 24px;
  }
}

.form-label {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .form-label {
    font-size: 1rem;
  }
}

.form-control {
  font-size: 1.1rem;
  padding: 0.68rem 0.75rem;
}
.form-control::placeholder {
  color: #BDBDBD;
  opacity: 0.5;
}
.form-control:-ms-input-placeholder {
  color: #BDBDBD;
}
.form-control::-ms-input-placeholder {
  color: #BDBDBD;
}
@media (max-width: 991.98px) {
  .form-control {
    font-size: 1rem;
  }
}

.hero {
  height: 100vh;
  position: relative;
}
@media (max-width: 767.98px) {
  .hero {
    height: auto;
  }
  .hero .hero-wrap {
    position: relative !important;
  }
}
.hero .hero-wrap {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  min-width: 100%;
}
@media (max-width: 320px) {
  .hero .hero-wrap {
    top: auto;
  }
}
.hero .hero-wrap h1 {
  font-weight: 700;
  font-size: 4.25rem;
  color: #FFFFFF;
}
.hero .hero-wrap p {
  font-size: 2.563rem;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .hero .hero-wrap {
    justify-content: center;
    margin-top: 85px;
    padding: 8rem 0rem;
  }
  .hero .hero-wrap h1 {
    font-size: 2.563rem;
  }
  .hero .hero-wrap p {
    font-size: 1.625rem;
  }
}

.btn-primary {
  background-color: #283791;
  border: 2px solid #283791;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 0.75rem 3.32rem;
  transition: 0.5s;
}
.btn-primary:hover {
  transition: 0.5s;
  background-color: #FFFFFF;
  border: 2px solid #283791;
  color: #283791 !important;
}
@media (max-width: 767.98px) {
  .btn-primary {
    font-size: 1.35rem;
  }
}

.btn-secondary {
  background-color: #283791;
  border-color: #283791;
  border-radius: 0.625rem;
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  padding: 0.5rem 1.5rem;
}
.btn-secondary:hover {
  border-color: #006E90;
  background-color: #006E90;
  color: #FFFFFF !important;
}
@media (max-width: 767.98px) {
  .btn-secondary {
    background-color: #fff !important;
    color: #283791 !important;
    border-width: 2px;
  }
  .btn-secondary:hover {
    background-color: #283791 !important;
    color: #FFFFFF !important;
    border-color: #283791 !important;
  }
}
@media (max-width: 408.98px) {
  .btn-secondary {
    font-size: 1rem !important;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 382.98px) {
  .btn-secondary {
    font-size: 1rem !important;
    padding: 0.5rem 0.7rem;
  }
}
@media (max-width: 357.98px) {
  .btn-secondary {
    font-size: 0.756rem !important;
  }
}

.btn-outlined {
  color: #FFFFFF;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.75rem;
  padding: 0.75rem 3.32rem;
  transition: 0.5s;
  text-transform: uppercase;
}
.btn-outlined:hover {
  transition: 0.5s;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #283791 !important;
}
@media (max-width: 767.98px) {
  .btn-outlined {
    font-size: 1.35rem;
  }
}

.btn-outlined-alt {
  color: #283791;
  background-color: transparent;
  border: 2px solid #283791;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.75rem;
  padding: 0.75rem 3.32rem;
  transition: 0.5s;
}
.btn-outlined-alt:hover {
  transition: 0.5s;
  background-color: #283791;
  border-color: #283791;
  color: #FFFFFF !important;
}
@media (max-width: 767.98px) {
  .btn-outlined-alt {
    font-size: 1.35rem;
  }
}

.btn-login {
  color: #283791 !important;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem;
  transition: 0.5s;
  text-transform: uppercase;
}
.btn-login:hover {
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.25);
  border-color: #FFFFFF;
  color: #FFFFFF !important;
}
@media (max-width: 767.98px) {
  .btn-login {
    font-size: 1rem;
  }
}

.navbar-toggler {
  border-radius: 0.625rem 0rem 0rem 0.625rem;
  border: none !important;
  height: 56px;
  width: 86px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.navbar-toggler:focus {
  color: transparent !important;
}
.navbar-toggler .line-b {
  width: 18px;
  height: 3px;
  background: #FFFFFF;
  transition: 0.2s;
}
.navbar-toggler:before, .navbar-toggler:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background: #FFFFFF;
  transition: 0.2s;
  border-radius: 4px;
}
.navbar-toggler:before {
  transform: translateY(-8px);
}
.navbar-toggler:after {
  transform: translateY(8px);
}
@media (max-width: 767.98px) {
  .navbar-toggler {
    margin-right: 0;
  }
}
@media (max-width: 357.98px) {
  .navbar-toggler {
    width: 60px;
  }
}

.navbar-toggler.active .line-b {
  background: transparent;
  transform: translateX(-10px);
}
.navbar-toggler.active:before {
  transform: translateX(0px) rotate(45deg);
}
.navbar-toggler.active:after {
  transform: translateX(0px) rotate(-45deg);
}

.nav-transparent {
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .nav-transparent {
    background-color: transparent;
    transition: 0.5s;
  }
}

@media (max-width: 767.98px) {
  .no-scroll {
    overflow: hidden !important;
    touch-action: none;
  }
}

.nav-solid {
  background-color: #07255B;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .nav-solid {
    background-color: #07255B;
    transition: 0.5s;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  }
}

.navbar {
  padding: 0rem !important;
  z-index: 2;
}
.navbar .navbar-brand {
  padding: 0 1rem;
}
.navbar .navbar-brand img {
  width: 154px;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.98px) {
  .navbar .navbar-brand img {
    width: 100px;
  }
}
@media (max-width: 372.98px) {
  .navbar .navbar-brand {
    margin-right: 0rem;
  }
}

nav {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  nav {
    position: fixed !important;
    width: 100%;
    z-index: 1030;
  }
}
nav li {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  nav .navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #052050;
    padding-top: 0.5rem;
    height: 100vh;
    height: auto;
  }
}
nav .nav-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: 0.5s;
}
nav .nav-item .nav-link {
  color: #FFFFFF !important;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
}
nav .nav-item .nav-link:hover {
  color: #C2BED0 !important;
}
@media (max-width: 991.98px) {
  nav .nav-item .nav-link {
    font-size: 1rem;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
nav .nav-item .btn-secondary {
  border-radius: 0.625rem;
  color: #FFFFFF !important;
  font-weight: 600 !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  margin: 0 1.5rem 0 1rem;
  transition: 0.5s;
}
nav .nav-item .btn-secondary:hover {
  color: #FFFFFF !important;
}
@media (max-width: 767.98px) {
  nav .nav-item .btn-secondary {
    padding: 0.75rem 0;
    border-radius: 0rem !important;
    color: #FFFFFF !important;
    background-color: #283791;
    border-color: transparent;
    margin: 0rem;
  }
  nav .nav-item .btn-secondary:hover {
    color: #C2BED0 !important;
  }
}
nav .nav-item .btn-outlined {
  padding: 0.75rem 2rem !important;
}
nav .nav-item .btn-outlined:hover {
  color: #283791 !important;
}
nav .nav-item a {
  font-family: "Figtree", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin: auto 1rem;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  nav .nav-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  nav .nav-item:hover, nav .nav-item:focus {
    transition: 0.5s;
  }
}
nav .nav-item:hover, nav .nav-item:focus {
  transition: 0.5s;
}
@media (min-width: 767.98px) {
  nav .nav-item:hover .dropdown-menu {
    display: block;
  }
}
nav .dropdown-menu {
  background-color: #283791;
  padding: 0rem;
}
nav .dropdown-menu .dropdown-item {
  color: #FFFFFF;
  margin: 0rem;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
}
nav .dropdown-menu .dropdown-item:hover {
  background-color: #1A1A1A;
  color: #FFFFFF !important;
}
@media (max-width: 767.98px) {
  nav .dropdown-menu .dropdown-item {
    text-align: center;
  }
}
nav .dropdown-menu[data-bs-popper] {
  top: auto !important;
  margin-top: 0rem !important;
}
@media (max-width: 767.98px) {
  nav .dropdown-menu {
    display: block;
    background-color: #052050;
    border: none;
  }
  nav .dropdown-menu .dropdown-item {
    color: #FFFFFF;
  }
  nav .dropdown-menu .dropdown-item:hover {
    background-color: #1A1A1A;
  }
}
nav.inner-nav {
  position: fixed;
  width: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

section {
  position: relative;
  padding: 6rem 0;
}
@media (max-width: 767.98px) {
  section {
    padding: 2rem 0;
  }
}

.swiper-sec {
  position: relative;
}
@media (max-width: 991.98px) {
  .swiper-sec {
    padding-bottom: 14rem;
    position: relative;
  }
  .swiper-sec .btn {
    position: absolute;
    bottom: -32rem;
    left: calc(50% - 120px);
  }
}
@media (max-width: 767.98px) {
  .swiper-sec .btn {
    bottom: -26rem;
  }
}
@media (max-width: 575.98px) {
  .swiper-sec .btn {
    bottom: -18rem;
  }
}
@media (max-width: 575px) {
  .swiper-sec .btn {
    bottom: -28rem;
  }
}
@media (max-width: 411px) {
  .swiper-sec {
    padding-bottom: 8rem;
  }
  .swiper-sec .btn {
    bottom: -19rem;
  }
}

.price-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.price-container .price-txt {
  width: 100%;
}
.price-container .price-txt p {
  padding-right: 20rem;
  padding-bottom: 2.938rem;
  line-height: 2rem;
}
@media (max-width: 1399.98px) {
  .price-container .price-txt p {
    padding-right: 12rem;
  }
}
@media (max-width: 1199.98px) {
  .price-container .price-txt p {
    padding-right: 16.54rem;
  }
}
@media (max-width: 991.98px) {
  .price-container .price-txt p {
    padding-right: 0rem;
  }
}
@media (max-width: 767.98px) {
  .price-container .price-txt p {
    line-height: 1.5;
    padding-bottom: 1rem;
  }
}
.price-container .price-txt h3 {
  font-size: 1.625rem;
  font-weight: 600;
  color: #1A1A1A;
  border-bottom: 3px solid #283791;
  margin-bottom: 0rem;
  display: block;
}
@media (max-width: 1199.98px) {
  .price-container .price-txt h3 {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .price-container .price-txt h1 {
    padding-top: 0rem !important;
  }
}
.price-container .price-body div {
  height: 58px;
  color: #1A1A1A;
  display: flex;
  align-items: center;
}
.price-container .price-body div:nth-child(even) {
  background-color: #EAEEFF;
}
.price-container .price-body.left {
  border-top: 3px solid #283791;
}
.price-container .price-body.left div {
  padding-left: 3em;
}
.price-container .price-body.right div {
  justify-content: center;
}
.price-container .price-body.right div span {
  display: none;
}
.price-container .price-body.right .btn {
  margin: 2rem 0 1rem 0;
}
@media (max-width: 1199.98px) {
  .price-container {
    flex-direction: column;
  }
  .price-container .left {
    display: none;
  }
  .price-container .price-table {
    width: 100%;
  }
  .price-container .right span {
    display: block !important;
  }
  .price-container .right img {
    display: none;
  }
}

.price-table {
  width: 40%;
  text-align: center;
  border: 3px solid #283791;
  border-radius: 1rem;
  padding-bottom: 1rem;
}
.price-table .head {
  position: relative;
  padding: 3rem 1rem;
  border-bottom: 3px solid #283791;
}
.price-table .head h4 {
  font-size: 1.625rem;
  color: #1A1A1A;
  font-weight: 600;
}
.price-table .head h3 {
  font-size: 1.625rem;
  font-weight: 600;
  color: #1A1A1A;
  display: none;
}
@media (max-width: 991.98px) {
  .price-table .head h3 {
    display: block !important;
    padding-top: 1rem;
  }
}
.price-table .head .price {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 0rem;
}
.price-table .head small {
  color: #1A1A1A;
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
  left: 0;
}
@media (max-width: 991.98px) {
  .price-table .head small {
    bottom: 3.5rem;
  }
}
@media (max-width: 411px) {
  .price-table .head small {
    bottom: 5rem;
  }
}
@media (max-width: 991.98px) {
  .price-table .head {
    padding: 1rem 1rem 0rem 1rem;
  }
}
.footer {
  position: relative;
  background-color: #000;
  color: #FFFFFF;
  background-image: url("../img/footer-bg-2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 0 2rem 0;
}
.footer h2 {
  font-size: 1.625rem;
  font-weight: 600;
  color: #FFFFFF;
}
.footer p {
  color: #FFFFFF !important;
  font-size: 1rem;
}
.footer .logo {
  display: flex;
}
@media (max-width: 991.98px) {
  .footer .logo {
    justify-content: center;
  }
  .footer .logo img {
    width: 300px;
  }
}
.footer .sitemap {
  display: flex;
}
.footer .sitemap div:not(:last-child) {
  margin-right: 2rem;
}
.footer .sitemap h4 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}
.footer .sitemap ul {
  list-style: none;
  padding-left: 0rem;
}
.footer .sitemap ul li {
  margin-bottom: 0.75rem;
}
.footer .sitemap ul li a {
  font-size: 1rem;
  text-decoration: none;
  color: #FFFFFF;
}
.footer .socials a {
  width: 22px;
  height: 22px;
  font-size: 0.75rem;
}
.footer .foot-disclaimer {
  padding-top: 2rem;
  font-size: 0.75rem;
}
.footer .foot-disclaimer a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer .foot-disclaimer a:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 991.98px) {
  .footer .foot-disclaimer {
    padding-top: 0rem;
  }
}
@media (max-width: 991.98px) {
  .footer .sitemap {
    margin-bottom: 5rem;
  }
  .footer .socials {
    position: absolute;
    width: 192px;
    left: calc(50% - 96px);
    bottom: 106px;
  }
}

.socials a {
  font-size: 1.25rem;
  text-decoration: none;
  color: #1A1A1A;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.socials a:hover {
  background-color: #283791 !important;
  color: #FFFFFF !important;
}
@media (max-width: 335px) {
  .socials a {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
.socials a:not(:last-child) {
  margin-right: 0.5rem;
}
.socials.light a {
  background-color: #FFFFFF;
  color: #1A1A1A;
}
.socials.dark a {
  background-color: #1A1A1A;
  color: #FFFFFF;
}

header {
  text-align: center;
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
header h1 {
  font-size: 2.563rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0rem;
}
header p {
  color: #FFFFFF;
  font-size: 1.625rem;
  margin-bottom: 0rem;
}
@media (max-width: 767.98px) {
  header {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
  header h1 {
    font-size: 1.5rem;
  }
  header p {
    font-size: 0.9rem;
  }
}
header.lg-header {
  padding: 16rem 0;
}
header.lg-header h1 {
  font-size: 4.25rem;
}
header.lg-header p {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  header.lg-header {
    padding: 9rem 0 1rem 0;
  }
  header.lg-header h1 {
    font-size: 1.5rem;
  }
  header.lg-header p {
    font-size: 0.9rem;
  }
}

.inner {
  background-color: #006E90;
  margin-top: 114px;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .inner {
    margin-top: 84px;
  }
}

.light-content {
  background-color: #F2F2F2;
  color: #1A1A1A;
}

@media (max-width: 767.98px) {
  .form-sec {
    background-color: #1A1A1A;
  }
  .form-sec .form-bg {
    padding: 0.5rem;
  }
}

.form-label {
  font-size: 1rem;
}

.form-control {
  font-size: 1rem;
}

.form-bg {
  background-color: rgba(37, 42, 52, 0.9);
  border-radius: 1rem;
  padding: 3rem;
}
@media (max-width: 767.98px) {
  .form-bg {
    padding: 2.5rem 1rem 0rem 1rem;
  }
}
.form-bg .btn {
  border-radius: 0.5rem;
}

.iti {
  display: block !important;
}

.iti__selected-flag, .iti__country-name {
  color: #1A1A1A;
}

.splash-wrap {
  height: 100vh;
  background-image: url("../img/bg-lg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  padding: 2rem 0;
  overflow-y: scroll;
}
.splash-wrap .logo {
  padding: 6rem 0;
}
@media (max-width: 991.98px) {
  .splash-wrap {
    display: block;
    height: auto;
  }
  .splash-wrap img {
    width: 200px !important;
  }
  .splash-wrap .logo {
    padding: 0rem;
  }
}
.splash-wrap .box-contain {
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 20px;
}
.splash-wrap .box-contain h1 {
  margin-bottom: 0rem;
}

.body-content {
  padding: 6.25rem 0;
  background-color: #fcfcfc;
}
.body-content h1 {
  letter-spacing: normal;
  margin-bottom: 1rem;
}
.body-content p {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .body-content {
    padding: 2rem 0;
  }
}

.lets-connect a {
  color: #283791;
}
.lets-connect a:hover {
  color: #C2BED0 !important;
}
.lets-connect i {
  transition: 0.5s;
  font-size: 24px;
}

.video-div {
  width: 100%;
  overflow: hidden;
}
.video-div video, .video-div iframe {
  width: 100%;
}
.video-div video {
  background-color: #BDBDBD;
}

swiper-container {
  width: 100%;
  height: 100%;
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
}
swiper-container.mySwiper {
  height: 80%;
  width: 100%;
}
swiper-container.mySwiper video {
  width: 100%;
  background-color: #BDBDBD;
}
swiper-container.mySwiper2 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
swiper-container.mySwiper2 swiper-slide {
  width: 33%;
  height: 100%;
  opacity: 0.4;
}
swiper-container.mySwiper2 swiper-slide:hover {
  cursor: pointer;
}
swiper-container.mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#custom-faq .accordion-item {
  border-radius: 0rem;
}
#custom-faq .accordion-button {
  font-weight: normal !important;
  font-size: 1.25rem;
  font-weight: 700;
  color: #283791;
  border-radius: 0rem;
}
#custom-faq .accordion-button::after {
  background-image: url("../img/plus.svg");
  transform: none !important;
  background-size: contain;
  width: 0.938rem;
  height: 0.938rem;
}
#custom-faq .accordion-button:not(.collapsed) {
  background-color: #283791;
  color: #FFFFFF;
}
#custom-faq .accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus.svg");
  transform: none;
}
#custom-faq .accordion-button:focus {
  box-shadow: none !important;
}
#custom-faq .accordion-body {
  font-size: 1.1rem;
  color: #1A1A1A;
}
.card {
  position: relative;
  padding: 1.25rem;
  background-color: #FFFFFF;
  border-radius: 1rem;
  border: none;
  position: relative;
  box-shadow: 10px 10px 50px 0px rgba(89, 113, 255, 0.1);
  -webkit-box-shadow: 10px 10px 50px 0px rgba(89, 113, 255, 0.1);
  -moz-box-shadow: 10px 10px 50px 0px rgba(89, 113, 255, 0.1);
}
.card.icon {
  padding: 3.25rem 1.25rem 1.25rem 1.25rem;
  height: 100%;
}
.card.icon .icon {
  height: 3.5rem;
  margin-bottom: 1rem;
}
.card.icon .text h5 {
  color: #1A1A1A;
  font-size: 1rem;
  font-weight: 700;
}
.card.icon .text p {
  font-size: 0.75rem;
}

.card .gif-con {
  width: 100%;
}
.card .gif-con img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .card .gif-con img {
    width: auto;
  }
}
.card.overlapped {
  top: -30px;
  left: 100px;
}
@media (max-width: 991.98px) {
  .card.overlapped {
    top: 0px;
    left: 0px;
  }
}
.card.overlapped-2 {
  top: 20px;
  left: 100px;
}
@media (max-width: 991.98px) {
  .card.overlapped-2 {
    top: 0px;
    left: 0px;
  }
}

.cta-01 {
  padding: 0rem 0;
}

.cta-01-container {
  background: url("../img/pill-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.5rem;
  border-radius: 1rem;
}
.cta-01-container h5 {
  font-size: 1.625rem;
  color: #FFFFFF;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cta-01-container {
    padding: 2rem;
    background-position: 35%;
  }
}

.cta {
  padding: 0rem 0;
  position: relative;
}

.cta-02-container {
  text-align: center;
  padding: 5rem;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: -60px;
  z-index: 1;
}
.cta-02-container p {
  font-size: 1.625rem;
  color: #FFFFFF;
}
.cta-02-container small {
  color: #FFFFFF;
  font-size: 1rem;
  font-style: italic;
}
@media (max-width: 991.98px) {
  .cta-02-container {
    margin: 0 0rem;
    margin-bottom: -60px;
    padding: 1.25rem;
  }
  .cta-02-container p {
    font-size: 1.25rem;
  }
}

.cta-03 {
  padding: 0rem 0;
}
.cta-03 .cta-03-container {
  padding: 4.5rem 2rem;
  border-radius: 1rem;
}
.cta-03 .cta-03-container h5 {
  font-size: 2.625rem;
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 0;
  font-weight: 600;
}
.cta-03 .cta-03-container p {
  font-size: 1.625rem;
  color: #FFFFFF;
  margin-bottom: 0rem;
}
@media (max-width: 767.98px) {
  .cta-03 .cta-03-container h5 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .cta-03 .cta-03-container p {
    font-size: 1rem;
  }
}

.linear-grad {
  background: rgb(40, 55, 145);
  background: -moz-linear-gradient(80deg, rgb(40, 55, 145) 0%, rgb(52, 170, 252) 84%);
  background: -webkit-linear-gradient(80deg, rgb(40, 55, 145) 0%, rgb(52, 170, 252) 84%);
  background: linear-gradient(80deg, rgb(40, 55, 145) 0%, rgb(52, 170, 252) 84%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283791",endColorstr="#34aafc",GradientType=1);
}

.check-list {
  font-weight: 300;
  font-size: 1.15rem;
  color: #283791;
  list-style-image: url("../img/icon-check-2.svg");
  margin-bottom: 0rem;
}
.check-list li {
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
@media (max-width: 767.98px) {
  .check-list {
    font-size: 1rem;
  }
  .check-list li {
    padding-bottom: 0.25rem;
  }
}

.form-div {
  padding: 2.5rem;
}
.form-div h1 {
  font-size: 2.5rem;
  font-weight: 600 !important;
}
.form-div .btn-primary {
  border-radius: 12px;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.75rem 0;
}
@media (max-width: 767.98px) {
  .form-div {
    padding: 2.5rem 1.5rem;
  }
  .form-div h1 {
    font-size: 1.75rem;
  }
}

.element {
  width: 240px;
}
.element.vert {
  width: 140px;
}
@media (max-width: 767.98px) {
  .element.vert {
    width: 70px;
  }
}

@media (max-width: 767.98px) {
  .ag-timeline_item:nth-child(2n+1) .timeline-item {
    flex-direction: column-reverse;
  }
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
  padding: 0 0 0px 50%;
  position: relative;
}
@media (max-width: 767.98px) {
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    top: 66px !important;
  }
}

.ag-timeline-card_box {
  position: absolute;
  top: 60px;
}
@media (max-width: 767.98px) {
  .ag-timeline-card_box {
    position: relative;
    top: 50px;
  }
}

.timeline-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline-item img.photo {
  width: 235px;
}
.timeline-item img.logo {
  height: 138px;
}
.timeline-item h1 {
  font-size: 2.625rem;
  background: #283791;
  margin-bottom: 0.75rem;
  background: linear-gradient(to right, #283791 0%, #34AAFC 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.timeline-item p {
  font-size: 1rem;
  margin-bottom: 0rem;
}
.timeline-item .left, .timeline-item .right {
  flex: 1 1 0;
  width: 0;
}
.timeline-item .left {
  text-align: end;
  padding-right: 5rem;
}
.timeline-item .right {
  text-align: start;
  padding-left: 5rem;
}
@media (max-width: 767.98px) {
  .timeline-item {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-bottom: 2rem;
  }
  .timeline-item .left, .timeline-item .right {
    width: auto;
  }
  .timeline-item .left {
    padding-right: 0rem;
    text-align: start;
    padding: 1rem 0 2rem 3.5rem;
  }
  .timeline-item .right {
    padding-left: 3.5rem;
  }
  .timeline-item h1 {
    font-size: 1.625rem;
    margin-bottom: 0rem;
  }
  .timeline-item p {
    font-size: 1rem;
  }
}

.space-adv {
  padding-top: 4rem;
}
.space-adv .ag-timeline-card_box {
  top: 100px;
}

.adv {
  position: absolute;
  text-align: center;
  top: -10px;
  left: calc(50% - 95px);
}
.adv .adv-box {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0.5rem 0rem;
  width: 190px;
  border-radius: 8px;
}

.time-line {
  padding-bottom: 12rem;
}

.ag-timeline-card_inner {
  padding-bottom: 100px;
}

.ag-timeline_item {
  margin: 0 0 50px;
  position: relative;
}

.ag-timeline_item:nth-child(2n) {
  text-align: right;
}

.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.ag-timeline_line {
  width: 3px;
  background: rgb(40, 55, 145);
  background: -moz-linear-gradient(80deg, rgb(40, 55, 145) 0%, rgb(52, 170, 252) 84%);
  background: -webkit-linear-gradient(80deg, rgb(40, 55, 145) 0%, rgb(52, 170, 252) 84%);
  background: linear-gradient(80deg, rgb(40, 55, 145) 0%, rgb(52, 170, 252) 84%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283791",endColorstr="#34aafc",GradientType=1);
  position: absolute;
  top: 2px;
  left: 50%;
  bottom: 0;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  background-color: #283791;
}

.ag-timeline-card_box {
  padding: 0 0 20px 50%;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
  padding: 0 50% 20px 0;
}

.ag-timeline-card_point-box {
  display: inline-block;
  margin: 0 14px 0px -8px;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
  margin: 0 -9px 0 14px;
}

.ag-timeline-card_point {
  height: 18px;
  line-height: 18px;
  width: 18px;
  border: 3px solid #283791;
  background-color: #f5f5f5;
  text-align: center;
  font-family: "ESL Legend", sans-serif;
  font-size: 20px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.js-ag-active .ag-timeline-card_point {
  color: #1d1d1b;
  background-color: #283791;
}

.ag-timeline-card_meta-box {
  display: inline-block;
}

.ag-timeline-card_meta {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 28px;
  color: #03a9f4;
}
.ag-timeline-card_meta h1 {
  font-size: 2.625rem;
  background: #283791;
  background: linear-gradient(to right, #283791 0%, #34AAFC 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ag-timeline-card_meta p {
  font-size: 1rem;
  margin-bottom: 0rem;
}

.ag-timeline-card_item {
  display: inline-block;
  width: 70%;
  margin: -120px 0 0;
  opacity: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -o-transition: -o-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  position: relative;
}
@media (max-width: 991.98px) {
  .ag-timeline-card_item {
    width: 50%;
  }
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}

.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ag-timeline-card_arrow {
  height: 18px;
  width: 18px;
  margin-top: 20px;
  background-color: #03a9f4;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
  margin-left: -9px;
  margin-right: -9px;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;
  right: auto;
  left: 0;
}

.ag-timeline-card_img-box {
  text-align: center;
}

/*--- Responsive Code ---*/
@media only screen and (max-width: 767.98px) {
  .adv-space {
    margin-top: 6rem;
  }
  .adv {
    left: 0;
  }
  .ag-timeline_line {
    left: 30px;
  }
  .ag-timeline_item:nth-child(2n) {
    text-align: left;
  }
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_meta {
    margin: 0 0 0 50px;
  }
  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 20px;
  }
  .ag-timeline-card_meta-box {
    position: absolute;
  }
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 0 0 21px;
  }
  .ag-timeline-card_point {
    height: 18px;
    line-height: 18px;
    width: 18px;
  }
  .ag-timeline_item {
    margin: 0 0 0 0px;
  }
  .ag-timeline-card_item {
    width: auto;
    margin: 100px 0 0 50px;
  }
  .ag-timeline-card_item .ag-timeline-card_inner {
    padding-bottom: 2.5rem;
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }
  .ag-timeline-card_arrow {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .Container {
    width: 96%;
  }
  .ag-timeline-card_img {
    height: auto;
    width: auto;
  }
}
.card-bg-blue {
  border-radius: 1rem;
  border: 1px solid #7AC6FF;
  background-color: #F0F7FF;
}

.price-card {
  background: linear-gradient(to bottom, #34AAFC, #283791);
  padding: 0.188rem;
  height: 100%;
}
.price-card.v3 {
  padding: 0.125rem;
}
.price-card.v3 .contain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
}
.price-card.v3 .contain h5 {
  font-size: 1.125rem;
}
.price-card.v3 .contain h1 {
  font-size: 1.75rem;
}
.price-card.v3 .contain h1 span {
  font-size: 1rem;
  color: #6D717F !important;
  background: none !important;
}
.price-card.v3 .contain h6 {
  font-size: 0.75rem;
}
.price-card.v3 .contain .btn {
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.25rem 1rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-card.v3 .contain .btn i {
  font-size: 1.25rem;
}
.price-card .contain {
  transition: 0.5s;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  padding: 2rem 1.25rem;
  height: 100%;
}
.price-card .contain h5 {
  font-size: 1.5rem;
  color: #1A1A1A;
}
.price-card .contain h1 {
  font-size: 4.25rem;
  font-weight: 700;
  white-space: nowrap;
  background: #283791;
  background: linear-gradient(to right, #283791 0%, #34AAFC 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price-card .contain h1 small {
  font-size: 50%;
}
.price-card .contain h1 span {
  font-size: 0.688rem !important;
  font-weight: 400;
  color: #283791;
  margin-left: 0.5rem;
}
.price-card .contain p {
  font-size: 1rem;
  color: #283791;
}
.price-card .contain h6 {
  margin-bottom: 1rem;
  min-height: 2.4rem;
  color: #939393;
  font-weight: 300;
}
.price-card .contain .check {
  padding-left: 0rem;
}
.price-card .contain .check li {
  list-style: none;
  display: flex;
  align-items: start;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  color: #1A1A1A;
}
.price-card .contain .check li::before {
  content: "";
  display: inline-block;
  min-height: 16px;
  min-width: 16px;
  margin-right: 0.5rem;
  background-image: url(../img/icon-check-yes.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.price-card .contain .btn {
  width: 100% !important;
  padding: 0.75rem;
  margin-top: 1rem;
}
.price-card:hover .contain {
  background-color: transparent;
}
.price-card:hover .contain h5, .price-card:hover .contain p, .price-card:hover .contain h6 {
  color: #ffffff;
}
.price-card:hover .contain h1 {
  background: #ffffff;
  background: linear-gradient(to right, #283791 0%, #34AAFC 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
}
.price-card:hover .contain h1 span {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.price-card:hover .contain .check li {
  color: #FFFFFF;
}
.price-card:hover .contain .btn {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #283791;
}
@media (max-width: 991.98px) {
  .price-card h5 {
    font-size: 1.25rem !important;
    min-height: auto !important;
  }
  .price-card h5 br {
    display: none;
  }
  .price-card .contain .check li {
    font-size: 1rem;
  }
}

.swiper {
  margin: 2.5rem 0;
}
.swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.swiper .swiper-wrapper .image-slide {
  width: 18.5rem !important;
  position: relative;
}
.swiper .swiper-wrapper .image-slide .con {
  position: absolute;
  padding: 1rem;
  top: 0;
  width: 100%;
  height: 385px;
}
.swiper .swiper-wrapper .image-slide .con .numbers {
  position: absolute;
}
.swiper .swiper-wrapper .image-slide .con .numbers img {
  width: 100%;
}
.swiper .swiper-wrapper .image-slide .con .graph, .swiper .swiper-wrapper .image-slide .con .txt-label, .swiper .swiper-wrapper .image-slide .con .txt-sub, .swiper .swiper-wrapper .image-slide .con .txt-right {
  position: absolute;
  color: #FFFFFF;
}
.swiper .swiper-wrapper .image-slide .con .graph {
  width: 100%;
  bottom: 50px;
  left: 0;
  padding: 1rem 1rem;
}
.swiper .swiper-wrapper .image-slide .con .graph img {
  width: 100%;
}
.swiper .swiper-wrapper .image-slide .con .txt-label {
  bottom: 0;
  left: 0;
  padding: 1.5rem 1rem;
  width: 100%;
  height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-wrapper .image-slide .con .txt-sub {
  top: 50px;
  padding: 0rem 0.5rem 0rem 0rem;
}
.swiper .swiper-wrapper .image-slide .con .txt-right {
  top: 24px;
  left: 90px;
  padding: 0rem 0.5rem;
}
.swiper .swiper-wrapper .image-slide .img img {
  width: 100%;
}

#vidModal .modal-body {
  position: relative;
  background-color: #052050;
}
#vidModal .modal-body .btn-close {
  position: absolute;
  right: 1.75rem;
  top: 1.5rem;
  z-index: 2;
  filter: brightness(0) invert(1);
  opacity: 1;
}

.login .form-label {
  color: #1A1A1A;
}
.login .form-control {
  border-radius: 0.5rem;
}

.separator {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.separator .line {
  width: 100%;
  position: relative;
  height: 1px;
  background-color: #c4c4c4;
}
.separator .txt {
  font-weight: 700;
  color: #1A1A1A;
  font-size: 0.875rem;
  margin: 0 1rem;
}
.separator span {
  margin: 0 1rem;
  color: #959595;
  font-size: 0.875rem;
}

.btn-biomarkers {
  background: linear-gradient(90deg, rgba(40, 55, 145, 0) 0%, rgba(52, 170, 252, 0) 100%);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  width: 100%;
  border: 2px solid #C3D5FA;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #283791;
  transition: 0.5s;
}
.btn-biomarkers:hover, .btn-biomarkers:focus {
  color: #FFFFFF;
  background: linear-gradient(90deg, rgb(40, 55, 145) 0%, rgb(52, 170, 252) 100%);
  background-color: #283791;
}
@media (max-width: 767.98px) {
  .btn-biomarkers {
    font-size: 1rem;
  }
}

.welcome-modal .modal-body {
  border: 14px solid #F0F4FE;
  padding: 2rem;
}
.welcome-modal .modal-body h1 {
  color: #283791;
  font-size: 1.5rem;
}
.welcome-modal .modal-body .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
}

.faqs .accordion-item {
  overflow: hidden;
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: #C3D5FA;
}
.faqs .accordion-button {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  color: #1A1A1A;
  transition: 0.5s;
}
.faqs .accordion-button:hover, .faqs .accordion-button:focus {
  z-index: 1 !important;
  color: #283791;
}
.faqs .accordion-button::after {
  background-image: url("../img/plus-thin.svg");
  transform: none !important;
  background-size: contain;
  width: 0.938rem;
  height: 0.938rem;
}
.faqs .accordion-button:not(.collapsed) {
  background-color: #FFFFFF;
  border-bottom: none;
  box-shadow: none;
  color: #1A1A1A;
}
.faqs .accordion-button:not(.collapsed)::after {
  background-image: url("../img/plus-thin.svg");
  transform: rotate(-45deg) !important;
}
.faqs .accordion-button:focus {
  box-shadow: none !important;
}
.faqs .accordion-body {
  font-size: 1.313rem;
  color: #6A6C7B;
  line-height: normal;
  padding: 1rem 1.25rem 2rem 1.25rem;
}

.bio-results .accordion-item {
  border-radius: 1rem;
  border: 2px solid #F0F4FE;
  overflow: hidden;
  margin-bottom: 1rem;
}
.bio-results .accordion-button {
  font-weight: normal !important;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1A1A1A;
  transition: 0.5s;
}
.bio-results .accordion-button:hover, .bio-results .accordion-button:focus {
  z-index: 1 !important;
  color: #283791;
  /* background: #283791;
  background: linear-gradient(to right, #283791 0%, #34AAFC 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.bio-results .accordion-button::after {
  background-image: url("../img/plus-2.svg");
  transform: none !important;
  background-size: contain;
  width: 0.938rem;
  height: 0.938rem;
}
.bio-results .accordion-button:not(.collapsed) {
  background-color: #FFFFFF;
  border-bottom: none;
  box-shadow: none;
  color: #1A1A1A;
}
.bio-results .accordion-button:not(.collapsed)::after {
  background-image: url("../img/plus-2.svg");
  transform: rotate(-45deg) !important;
}
.bio-results .accordion-button:focus {
  box-shadow: none !important;
}
.bio-results .accordion-body {
  font-size: 1rem;
  color: #586271;
}
@media (max-width: 767.98px) {
  .bio-results .accordion-button {
    font-size: 1rem;
  }
  .bio-results .accordion-body {
    font-size: 0.875rem;
  }
}

.card-program {
  border-radius: 1rem;
  min-height: 14.563rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: grid;
  position: relative;
  cursor: pointer;
}
.card-program button {
  background: none;
  border: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  outline: inherit;
  text-align: inherit;
}
.card-program::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: all 0.5s ease-in-out;
  opacity: 0.2;
}
.card-program .contain {
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -7.25rem;
  transition: all 0.5s ease-in-out;
}
.card-program .contain .title h1 {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 0.75rem;
  transition: all 0.5s ease-in-out;
}
.card-program .contain .desc {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  width: 80%;
}
.card-program .contain .desc p {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.1rem;
  margin-bottom: 0rem;
}
.card-program:hover .contain {
  bottom: 0;
  justify-content: center;
}
.card-program:hover .contain .title h1 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.card-program:hover .contain .desc {
  opacity: 1;
}
.card-program:hover::before {
  content: "";
  opacity: 0.5;
}
.card-program.tall .contain {
  bottom: -9.25rem;
  justify-content: end;
}
.card-program.tall .contain .desc {
  opacity: 0;
}
.card-program.tall:hover .contain {
  bottom: 0rem;
}
.card-program.tall:hover .contain .desc {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .card-program.tall .contain {
    justify-content: center;
    bottom: 0;
  }
  .card-program.tall .contain .desc {
    opacity: 1;
    width: 100%;
  }
  .card-program .contain {
    bottom: 0;
    justify-content: center;
  }
  .card-program .contain .title h1 br {
    display: none;
  }
  .card-program .contain .desc {
    opacity: 1;
    width: 100%;
  }
  .card-program::before {
    content: "";
    opacity: 0.5;
  }
  .card-program:hover .contain {
    justify-content: center;
  }
  .card-program:hover .contain .title h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.bloodwork {
  color: #FFFFFF;
  padding: 1.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 10rem;
  position: relative;
}
.bloodwork .top {
  position: relative;
}
.bloodwork .top .val1, .bloodwork .top .val2 {
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
}
.bloodwork .top .val1 {
  font-size: 2.5rem;
  font-weight: 600;
  opacity: 1;
}
.bloodwork .top .val1 small {
  font-weight: 300;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.bloodwork .top .val2 {
  opacity: 0;
  font-size: 1.5rem;
}
.bloodwork .btm {
  position: relative;
}
.bloodwork .btm .val1, .bloodwork .btm .val2 {
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}
.bloodwork .btm .val1 {
  font-size: 1.5rem;
  opacity: 1;
}
.bloodwork .btm .val2 {
  opacity: 0;
  font-size: 1.625rem;
  font-weight: 600;
}
.bloodwork .btm .val2 small {
  font-weight: 300;
  font-size: 1rem;
}
.bloodwork:hover .top .val1, .bloodwork:hover .btm .val1 {
  opacity: 0;
}
.bloodwork:hover .top .val2, .bloodwork:hover .btm .val2 {
  opacity: 1;
}

.blog-thumb {
  border: 1px solid #C3D5FA;
  padding: 1.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.blog-thumb .body .img {
  background-color: #BDBDBD;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 134px;
  min-height: 134px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.blog-thumb .body .img img {
  flex-shrink: 0;
  width: 100%;
}
.blog-thumb .body .txt {
  margin-bottom: 1.5rem;
}
.blog-thumb .body .txt h4 {
  font-size: 1.25rem;
  color: #1A1A1A;
  line-height: 1.15;
}
.blog-thumb .body .txt .sub-txt {
  font-size: 0.875rem;
  font-weight: 300;
  color: #8B96A5;
}
.blog-thumb:hover, .blog-thumb:focus {
  box-shadow: 7px 6px 30px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 7px 6px 30px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 7px 6px 30px 0px rgba(0, 0, 0, 0.12);
  border-color: #FFFFFF;
}

.btn-readmore {
  background: linear-gradient(90deg, rgba(40, 55, 145, 0) 0%, rgba(52, 170, 252, 0) 100%);
  background-color: #ffffff;
  border: 1px solid #C3D5FA;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  padding: 0.75rem;
  width: 100%;
  transition: 0.5s;
}
.btn-readmore:hover, .btn-readmore:focus {
  color: #FFFFFF;
  background: linear-gradient(90deg, rgb(40, 55, 145) 0%, rgb(52, 170, 252) 100%);
  background-color: #283791;
  border-color: #C3D5FA;
}

.blog-post {
  background-color: #FFFFFF;
  padding: 1.875rem;
  border-radius: 1rem;
}
.blog-post .title {
  font-size: 1.75rem;
  background: #283791;
  background: linear-gradient(to right, #283791 0%, #34AAFC 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-post .subtitle {
  display: flex;
  color: #8B96A5;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.blog-post .subtitle span {
  color: #1A1A1A;
}
.blog-post .subtitle div:not(:last-child) {
  border-right: 1px solid #8B96A5;
  padding-right: 0.5rem;
}
.blog-post .subtitle div:not(:first-child) {
  padding-left: 0.5rem;
}
.blog-post h1 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.blog-post h2 {
  font-size: 1.25rem;
  font-weight: 600;
  background: #283791;
  background: linear-gradient(to right, #283791 0%, #34AAFC 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-post p {
  margin-bottom: 2rem;
}

.recent-post {
  display: flex;
  align-items: center;
  position: relative;
}
.recent-post img {
  width: 75px;
  height: 75px;
  margin-right: 0.5rem;
}
.recent-post h4 {
  font-size: 1rem;
  color: #1A1A1A;
  font-weight: 600;
  margin-bottom: 0.15rem;
}
.recent-post .subtitle {
  font-size: 0.625rem;
  margin-bottom: 0rem;
}
.recent-post:not(:last-child) {
  margin-bottom: 0.5rem;
}

.category-link a {
  font-size: 0.875rem;
  text-decoration: none;
  margin: 0.25rem;
}

.tags a {
  background-color: #FFFFFF;
  padding: 0.25rem 0.5rem;
  color: #1A1A1A;
  font-size: 0.75rem;
  text-transform: capitalize;
  margin: 0.25rem;
  border: 1px solid #DFEFFF;
  border-radius: 1.5rem;
  display: inline-block;
  text-decoration: none;
}
.tags a:hover, .tags a:focus {
  color: #1A1A1A !important;
  border-color: #F2F2F2;
  background-color: #F0F7FF;
}

.program-overview h1, .program-overview p {
  color: #FFFFFF;
  margin-bottom: 0rem;
}
.program-overview p {
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (max-width: 991.98px) {
  .program-overview h1 {
    margin-bottom: 1rem;
  }
  .program-overview p {
    font-size: 1rem;
    line-height: normal;
  }
}

.x-list {
  list-style-image: url("../img/mens-vitality-program/icon-x.svg");
  margin-bottom: 0rem;
}
.x-list li {
  padding-left: 0.36rem;
  margin-bottom: 1rem;
}

.border-blue {
  border: 1px solid #C3D5FA;
}

.border-gray {
  border: 1px solid #E7EBED;
}

.no-shadow {
  box-shadow: none;
}

.hover-shadow {
  transition: all 0.5s ease-in-out;
}
.hover-shadow:hover, .hover-shadow:focus {
  box-shadow: 10px 15px 30px 0px rgba(40, 55, 145, 0.12);
  -webkit-box-shadow: 10px 15px 30px 0px rgba(40, 55, 145, 0.12);
  -moz-box-shadow: 10px 15px 30px 0px rgba(40, 55, 145, 0.12);
  border-color: #C3D5FA;
}

.essential-bio-card {
  height: 100%;
  box-shadow: none;
}
.essential-bio-card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1A1A1A;
}
.essential-bio-card .grad-line {
  height: 3px;
  width: 2.188rem;
  margin-bottom: 1.25rem !important;
}
.essential-bio-card ul {
  margin-bottom: 0rem;
}
.essential-bio-card .item-1, .essential-bio-card .item-2 {
  font-size: 0.875rem;
  font-weight: 600;
}
.essential-bio-card .icon {
  display: flex;
  align-items: center;
}
.essential-bio-card .icon img {
  margin-right: 0.5rem;
}
.essential-bio-card .item-1 .icon span {
  color: #2636A7;
}
.essential-bio-card .item-2 .icon span {
  color: #098FEE;
}
.essential-bio-card:hover h4, .essential-bio-card:focus h4 {
  color: #2636A7;
}

.optimazition-card {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
}
.optimazition-card h1 {
  font-size: 2rem;
}
.optimazition-card p {
  font-size: 1rem;
  margin-bottom: 0rem;
}
.optimazition-card p.lg {
  font-size: 1.25rem;
  color: #484848;
  margin-bottom: 1rem;
}
.optimazition-card h2 {
  font-size: 1.25rem;
}
.optimazition-card.first {
  min-height: 250px;
}
@media (max-width: 991.98px) {
  .optimazition-card.first {
    min-height: auto;
  }
}

.rec-title {
  border: 2px solid #1A1A1A;
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  color: #1A1A1A;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

.fs-24 {
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .fs-24 {
    font-size: 1rem;
  }
}

.different-card {
  border: 1px solid #C3D5FA;
  border-radius: 1rem;
  height: 357px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
}
.different-card .img {
  width: 100%;
}
.different-card .txt {
  padding: 0rem 1.875rem 1.875rem 1.875rem;
  height: 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .different-card .txt {
    height: auto;
  }
}

.mvp-header {
  padding-top: 136px;
  padding-bottom: 0rem;
}
.mvp-header .content {
  padding: 8rem 0rem 16rem 0rem;
}
.mvp-header .content h1 {
  font-size: 4.25rem;
}
.mvp-header .content p {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .mvp-header .content {
    padding: 2rem 0rem 8rem 0rem;
  }
  .mvp-header .content h1 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1.25rem;
    line-height: 1;
  }
  .mvp-header .content p {
    font-size: 1rem !important;
    margin-bottom: 3.25rem;
  }
}
.vid-contain video {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.who-contain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.who-is-for {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.who-is-for .bub {
  position: absolute;
  top: -1rem;
  display: flex;
  justify-content: center;
  z-index: 1;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .who-is-for .bub {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    top: 0rem;
    width: 100%;
  }
  .who-is-for .bub .img-1, .who-is-for .bub .img-3, .who-is-for .bub .img-4 {
    padding-top: 0rem !important;
  }
  .who-is-for .bub .img-1, .who-is-for .bub .img-2, .who-is-for .bub .img-3, .who-is-for .bub .img-4 {
    text-align: center;
  }
}
.who-is-for .bub img {
  width: 100%;
}
.who-is-for .bub .img-1 {
  padding-top: 3rem;
}
.who-is-for .bub .img-3 {
  padding-top: 5rem;
}
.who-is-for .bub .img-4 {
  padding-top: 3rem;
}
.who-is-for .main-img {
  margin-top: 8rem;
}
@media (max-width: 767.98px) {
  .who-is-for .main-img {
    margin-top: 0rem;
  }
}

.gif-card {
  padding: 2.5rem;
  position: relative;
}
.gif-card .txt {
  position: absolute;
}
.gif-card .txt h5 {
  color: #8B96A5;
  font-weight: 300;
}
.gif-card .txt h1 {
  line-height: 1;
  margin-bottom: 0.25rem;
}
.gif-card .txt p {
  font-size: 1.25rem;
}
@media (max-width: 1199.98px) {
  .gif-card .gif {
    padding-top: 6.25rem;
  }
  .gif-card.tall .txt {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .gif-card .txt {
    position: absolute;
  }
  .gif-card.tall .txt {
    position: absolute;
  }
  .gif-card.tall .gif {
    padding-top: 0rem;
    margin-top: -12rem;
  }
}
@media (max-width: 767.98px) {
  .gif-card.tall .gif {
    margin-top: 0rem;
  }
}
@media (max-width: 481px) {
  .gif-card .txt {
    position: relative;
  }
  .gif-card .gif {
    margin-top: -7rem;
  }
  .gif-card.tall {
    /* .gif {
        margin-top: 0rem;
    } */
  }
}

.new-ani-box {
  display: flex;
  align-items: center;
}
.new-ani-box .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F7FF;
  height: 100%;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.new-ani-box .box h4 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0rem;
  height: 86.4px;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-ani-box .box h4.me {
  display: none;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.new-ani-box .box:hover {
  background-color: #B8DFFF;
  box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.new-ani-box .box:hover h4 {
  display: none;
  opacity: 0;
}
.new-ani-box .box:hover h4.me {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .new-ani-box .box {
    padding: 1rem;
  }
  .new-ani-box .box h4 {
    font-size: 1rem;
  }
}

.products-cta {
  background-color: #EBEBEB;
  padding: 2rem 0;
  border-radius: 1rem;
}
.products-cta h1 {
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .products-cta h1 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}
.how-it-works {
  position: relative;
}
.how-it-works .line {
  height: 4px;
  background-color: #DFEFFF;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.how-it-works .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}
.how-it-works .item .step {
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  border-radius: 100%;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
.how-it-works .item h4 {
  font-weight: bold;
  color: #1A1A1A;
  text-align: center;
}
.how-it-works .item p {
  font-size: 1rem;
  line-height: 1.8;
}

.blue-card {
  background-color: #DFEFFF;
  border: 1px solid #7AC6FF;
  box-shadow: none;
  padding: 2rem 1.5rem;
  height: 100%;
}
.blue-card h6 {
  font-weight: bold;
  margin-bottom: 0rem;
}
.blue-card p {
  font-size: 0.875rem;
  margin-bottom: 0rem;
  line-height: 1.5;
}

.blue-hover {
  border: 1px solid #99BAF7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.75rem;
  transition: 0.5s;
  height: 165px;
  padding: 0 1rem;
}
.blue-hover h4 {
  color: #4672EB;
  font-weight: 600;
  margin-bottom: 0rem;
  transition: all 0.5s ease-in-out;
}
.blue-hover p {
  margin-bottom: 0rem;
  color: #6D717F;
  display: none;
  opacity: 0;
  line-height: 1.35;
  transition: all 0.5s ease-in-out;
}
.blue-hover:hover {
  background-color: #4672EB;
}
.blue-hover:hover h4, .blue-hover:hover p {
  color: #FFFFFF;
}
.blue-hover:hover h4 {
  margin-bottom: 0.5rem;
  display: none;
}
.blue-hover:hover p {
  display: block;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .blue-hover {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .blue-hover {
    height: 134px;
  }
}

.who-is-for {
  display: flex;
  justify-content: center;
  position: relative;
}
.who-is-for .bubble {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  height: 118px;
  width: 304px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  padding: 2rem 2rem 3rem 2rem;
}
.who-is-for .bubble span {
  font-size: 1rem;
  color: #1A1A1A;
}
.who-is-for .bubble.bub-1 {
  left: 42%;
  top: -10px;
  text-align: left;
}
.who-is-for .bubble.bub-2 {
  left: 15%;
  top: 25%;
  text-align: right;
}
.who-is-for .bubble.bub-3 {
  right: 15%;
  top: 35%;
  text-align: left;
}
.who-is-for .bubble.bub-4 {
  left: 10%;
  bottom: 15%;
  text-align: right;
  padding-right: 0rem;
}
.who-is-for .bubble.bub-5 {
  right: 10%;
  bottom: 8%;
  text-align: left;
}
@media (max-width: 991.98px) {
  .who-is-for .bubble.bub-2, .who-is-for .bubble.bub-4 {
    left: -40px;
  }
  .who-is-for .bubble.bub-3, .who-is-for .bubble.bub-5 {
    right: -100px;
  }
}
@media (max-width: 767.98px) {
  .who-is-for .bubble {
    position: relative;
    display: flex;
    height: auto;
    width: auto;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    background-image: none !important;
    background-size: 100%;
    text-align: start !important;
    border: 2px solid #34AAFC;
    border-radius: 0.75rem;
    padding: 1rem !important;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .who-is-for .bubble {
    background-image: none !important;
    height: auto !important;
    border: 2px solid #34AAFC;
    border-radius: 0.75rem;
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .who-is-for {
    display: flex;
    flex-direction: column;
  }
  .who-is-for .bubble {
    order: 2;
  }
  .who-is-for .img-main {
    order: 1 !important;
  }
  .who-is-for .img-main img {
    width: 100%;
  }
}

.meta-how-card {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 234px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 1.5rem 3rem 1.5rem;
  transition: 0.5s;
}
.meta-how-card h4 {
  font-size: 1.25rem;
  color: #4672EB;
  text-align: center;
  font-weight: 600;
}
.meta-how-card p {
  color: #6D717F;
  text-align: center;
}
.meta-how-card:hover h4, .meta-how-card:hover p {
  color: #FFFFFF;
}
.meta-how-card:hover.one {
  background-image: url("../img/metabolic/how-1-hov.png") !important;
}
.meta-how-card:hover.two {
  background-image: url("../img/metabolic/how-2-hov.png") !important;
}
.meta-how-card:hover.three {
  background-image: url("../img/metabolic/how-3-hov.png") !important;
}
.meta-how-card:hover.four {
  background-image: url("../img/metabolic/how-4-hov.png") !important;
}
@media (max-width: 767.98px) {
  .meta-how-card p {
    width: 200px;
  }
}

.header-lg-img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-lg-img .container {
  position: relative;
  z-index: 1;
}
.header-lg-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .header-lg-img {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
  .header-lg-img h1 {
    font-size: 1.5rem;
  }
  .header-lg-img p {
    font-size: 1rem !important;
  }
}

.new-price {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #D2D5DB;
  transition: 0.5s;
}
.new-price .info {
  flex-grow: 1;
  padding-left: 1rem;
  position: relative;
}
.new-price .info h4 {
  color: #1A1A1A;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0rem;
}
.new-price .info p {
  font-size: 1rem;
  color: #6D717F;
  margin-bottom: 0rem;
}
.new-price .info .line {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #283791 0%, #34AAFC 100%);
  border-radius: 3px;
}
.new-price .amt {
  width: 200px;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
}
.new-price .amt span {
  font-size: 0.75rem;
}
.new-price .btn-primary {
  border-radius: 0.75rem !important;
  white-space: nowrap;
  padding: 0.75rem 1.875rem;
}
.new-price:hover {
  background-color: #EAEEFF;
}
.new-price.title {
  pointer-events: none;
  padding: 0rem 2rem;
}
.new-price.title h4 {
  font-size: 1.625rem !important;
  color: #1A1A1A;
  font-weight: 600 !important;
  margin-bottom: 0rem;
}
.new-price.title .amt {
  display: flex;
  align-items: center;
}
.new-price.title .btn-primary {
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .new-price {
    flex-direction: column;
    display: flex;
    border-radius: 1rem;
    padding: 2rem 2rem;
    border: 2px solid #EAEEFF;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .new-price.title {
    display: none;
  }
  .new-price .info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .new-price .info h4 {
    text-align: center;
    font-size: 1.75rem;
    order: 0;
  }
  .new-price .info p {
    text-align: center;
    order: 2;
  }
  .new-price .info .line {
    position: relative;
    width: 25%;
    height: 4px;
    order: 1;
    margin: 1rem 0;
  }
  .new-price .amt {
    text-align: center;
    margin-bottom: 1.75rem;
  }
  .new-price .btn-primary {
    font-size: 1rem;
  }
}/*# sourceMappingURL=custom.css.map */