@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 {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    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: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#283791),
        color-stop(84%, #34aafc)
    );
    background: -webkit-linear-gradient(left, #283791 0%, #34aafc 84%);
    background: -o-linear-gradient(left, #283791 0%, #34aafc 84%);
    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;
    }
}

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: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#283791),
        color-stop(84%, #34aafc)
    );
    background: -webkit-linear-gradient(left, #283791 0%, #34aafc 84%);
    background: -o-linear-gradient(left, #283791 0%, #34aafc 84%);
    background: linear-gradient(to right, #283791 0%, #34aafc 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p {
    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;
    }
}

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;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: inset(-1px -1px);
    clip-path: inset(-1px -1px);
    width: 102%;
    height: 100%;
    overflow: hidden;
}
.bg-lg img {
    width: 100%;
    height: 100%;
}

.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;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: inset(-1px -1px);
    clip-path: inset(-1px -1px);
    width: 102%;
    height: 100%;
    overflow: hidden;
}

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

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

.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;
}

.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: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#283791),
        color-stop(84%, #34aafc)
    );
    background: -webkit-linear-gradient(left, #283791 0%, #34aafc 84%);
    background: -o-linear-gradient(left, #283791 0%, #34aafc 84%);
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2rem 3rem;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    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::-webkit-input-placeholder {
    color: #bdbdbd;
    opacity: 0.5;
}
.form-control:-ms-input-placeholder {
    color: #bdbdbd;
    opacity: 0.5;
}
.form-control::-ms-input-placeholder {
    color: #bdbdbd;
    opacity: 0.5;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-primary:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    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;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
}
.btn-outlined:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    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;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-outlined-alt:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    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;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
}
.btn-login:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    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: -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;
    margin-right: 0.5rem;
}
.navbar-toggler:focus {
    color: transparent !important;
}
.navbar-toggler .line-b {
    width: 18px;
    height: 3px;
    background: #ffffff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.navbar-toggler:before,
.navbar-toggler:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 3px;
    background: #ffffff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
}
.navbar-toggler:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.navbar-toggler:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    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;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.navbar-toggler.active:before {
    -webkit-transform: translateX(0px) rotate(45deg);
    -ms-transform: translateX(0px) rotate(45deg);
    transform: translateX(0px) rotate(45deg);
}

.navbar-toggler.active:after {
    -webkit-transform: translateX(0px) rotate(-45deg);
    -ms-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
}

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

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

.nav-solid {
    background-color: #07255b;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 767.98px) {
    .nav-solid {
        background-color: #07255b;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        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;
    -webkit-filter: brightness(0) invert(1);
    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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    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;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    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;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 767.98px) {
    nav .nav-item {
        width: 100%;
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    nav .nav-item:hover,
    nav .nav-item:focus {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
}
nav .nav-item:hover,
nav .nav-item:focus {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    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: white;
    -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% - (240px / 2));
    }
}
@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
    }
}
.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;
    }
}
.price-container .price-body div {
    height: 58px;
    color: #1a1a1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.price-container .price-body div:nth-child(even) {
    background-color: #eaeeff;
}
.price-container .price-body.left div {
    padding-left: 3em;
}
.price-container .price-body.right div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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: 6rem;
    font-weight: 700;
    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: 3rem 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991.98px) {
    .footer .logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .logo img {
        width: 300px;
    }
}
.footer .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    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% - (192px / 2));
        bottom: 106px;
    }
}

.socials a {
    font-size: 1.25rem;
    text-decoration: none;
    color: #1a1a1a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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: 2.625rem;
}
@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: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    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%;
    -webkit-box-sizing: border-box;
    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: -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;
    background-size: cover;
    background-position: center;
}
swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    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");
    -webkit-transform: none !important;
    -ms-transform: none !important;
    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");
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
#custom-faq .accordion-button:focus {
    -webkit-box-shadow: none !important;
    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;
    background-color: #f00;
}

.cta-02-container {
    text-align: center;
    padding: 5rem;
    margin: 0 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;
    }
}

.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: #283791;
    background: -moz-linear-gradient(80deg, #283791 0%, #34aafc 84%);
    background: -webkit-linear-gradient(80deg, #283791 0%, #34aafc 84%);
    background: -webkit-linear-gradient(10deg, #283791 0%, #34aafc 84%);
    background: -o-linear-gradient(10deg, #283791 0%, #34aafc 84%);
    background: linear-gradient(80deg, #283791 0%, #34aafc 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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        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: -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;
}
.timeline-item h1 {
    font-size: 2.625rem;
    background: #283791;
    margin-bottom: 0.75rem;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#283791),
        color-stop(84%, #34aafc)
    );
    background: -webkit-linear-gradient(left, #283791 0%, #34aafc 84%);
    background: -o-linear-gradient(left, #283791 0%, #34aafc 84%);
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        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% - (190px / 2));
}
.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: #283791;
    background: -moz-linear-gradient(80deg, #283791 0%, #34aafc 84%);
    background: -webkit-linear-gradient(80deg, #283791 0%, #34aafc 84%);
    background: -webkit-linear-gradient(10deg, #283791 0%, #34aafc 84%);
    background: -o-linear-gradient(10deg, #283791 0%, #34aafc 84%);
    background: linear-gradient(80deg, #283791 0%, #34aafc 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: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#283791),
        color-stop(84%, #34aafc)
    );
    background: -webkit-linear-gradient(left, #283791 0%, #34aafc 84%);
    background: -o-linear-gradient(left, #283791 0%, #34aafc 84%);
    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;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 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: calc(-18px / 2);
    margin-right: calc(-18px / 2);
}

.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;
    }
}

.price-card {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#34aafc),
        to(#283791)
    );
    background: -webkit-linear-gradient(top, #34aafc, #283791);
    background: -o-linear-gradient(top, #34aafc, #283791);
    background: linear-gradient(to bottom, #34aafc, #283791);
    padding: 0.188rem;
    height: 100%;
}
.price-card .contain {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    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: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#283791),
        color-stop(84%, #34aafc)
    );
    background: -webkit-linear-gradient(left, #283791 0%, #34aafc 84%);
    background: -o-linear-gradient(left, #283791 0%, #34aafc 84%);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    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: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#283791),
        color-stop(84%, #34aafc)
    );
    background: -webkit-linear-gradient(left, #283791 0%, #34aafc 84%);
    background: -o-linear-gradient(left, #283791 0%, #34aafc 84%);
    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 {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -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;
}
.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;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 1;
}

.login .form-label {
    color: #1a1a1a;
}

.login .form-control {
    border-radius: 0.5rem;
}

.separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(40, 55, 145, 0)),
        to(rgba(52, 170, 252, 0))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(40, 55, 145, 0) 0%,
        rgba(52, 170, 252, 0) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(40, 55, 145, 0) 0%,
        rgba(52, 170, 252, 0) 100%
    );
    background: linear-gradient(
        90deg,
        rgba(40, 55, 145, 0) 0%,
        rgba(52, 170, 252, 0) 100%
    );
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #c3d5fa;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-size: 2rem;
    font-weight: 500;
    color: #283791;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-biomarkers:hover,
.btn-biomarkers:focus {
    color: #ffffff;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#283791),
        to(#34aafc)
    );
    background: -webkit-linear-gradient(left, #283791 0%, #34aafc 100%);
    background: -o-linear-gradient(left, #283791 0%, #34aafc 100%);
    background: linear-gradient(90deg, #283791 0%, #34aafc 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;
}

.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;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    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");
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    background-size: contain;
    width: 0.938rem;
    height: 0.938rem;
}
.bio-results .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1a1a1a;
}
.bio-results .accordion-button:not(.collapsed)::after {
    background-image: url("../img/plus-2.svg");
    -webkit-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}
.bio-results .accordion-button:focus {
    -webkit-box-shadow: none !important;
    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: -ms-grid;
    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;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0.2;
}
.card-program .contain {
    padding: 2.5rem 1.5rem;
    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: start;
    -ms-flex-pack: start;
    justify-content: start;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -7.25rem;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.card-program .contain .title h1 {
    color: #ffffff;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0.75rem;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.card-program .contain .desc {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 0;
    }
    .card-program.tall .contain .desc {
        opacity: 1;
        width: 100%;
    }
    .card-program .contain {
        bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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: -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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 10rem;
    position: relative;
}
.bloodwork .top {
    position: relative;
}
.bloodwork .top .val1,
.bloodwork .top .val2 {
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    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;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    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;
}
