/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* font-family: "Quicksand", sans-serif; */
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #F5F5F5;
    position: relative;
    min-height: 100%;
    top: unset !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
}

img {
    border-style: none;
}

.padding-100 {
    padding: 70px 0px;
}

.padding-top {
    padding-top: 70px;
}

.padding-bottom {
    padding-bottom: 70px;
}

.font-bold {
    font-weight: bold;
}

.font-400 {
    font-weight: 400;
}

.font-700 {
    font-weight: 700;
}

.font-500 {
    font-weight: 500;
}

h1 {
    font-size: 50px;
    line-height: 60px;
    color: #170b33;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    color: #170b33;
    font-weight: bold;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;

}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 15px;
    }

    h5 {
        font-size: 13px;
    }

    h6 {
        font-size: 10px;
    }
}

.blue-color {
    color: #107EAC;
}

.btn {
    background-color: #147AA5;
    color: #fff;
    letter-spacing: -.2px;
    border: 1px solid #147AA5;
    transition: transform .2s;
    border-radius: unset;
    font-size: 15px;
    padding: 6px 21px 6px 21px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.btn:hover {
    border: 1px solid #147AA5;
    color: #111;
    background-color: transparent;
    transition: 0.6s;


}

.btn-white {
    background-color: #fff;
    color: #147AA5;
    border: 1px solid #147AA5;
    font-size: 15px;
    padding: 8px 15px 8px 18px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.btn-white:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: #147AA5;
    transition: 0.6s;
}

.color-gray {
    color: #B7B7B7;
}

/* footer */
footer {
    background-color: #000;
}

footer ul li a {
    color: #999999 !important;
    margin-top: 10px;
    padding-top: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    display: block;
}

footer h6 {
    color: #fff;
}

@media (min-width: 991px) {
    footer .fa-facebook {
        padding: 7px 10px !important;
    }

    footer .fa {
        border: 1px solid #fff;
        border-radius: 100%;
        padding: 8px 9px;
        margin-left: 4px;
        color: #fff;
    }

}

@media (max-width: 992px) {
    footer .fa-facebook {
        padding: 8px 11px !important;
    }

    footer .fa {
        border: 1px solid #fff;
        border-radius: 100%;
        padding: 9px 9px;
        margin-left: 4px;
        color: #fff;
    }

}

footer #copyright p,
a {
    color: #999999;
}

footer #copyright {
    border-top: 1PX solid #353535;
}


/* BANNER */
@media (max-width: 992px) {
    #banner {
        background-color: #bfdcf3;
        padding: 100px 10px 0px 10px;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        margin: auto;
        justify-content: center;
        display: grid;
    }
}

.inner-banner {
    background-color: #bfdcf3;
    padding: 150px 0px 100px 0px !important;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}


/* nav */
.collapse:not(.show) {
    display: unset;
}

.collapse {
    display: unset;
}

@media (min-width: 992px) {
    .navbar-collapse {
        align-items: end;
    }
}

nav {
    position: absolute !important;
    width: 100%;
    z-index: 99;
}

.offcanvas-header {
    justify-content: space-around;
    align-items: center;
}

.navbar-toggler {
    border-radius: 1.375rem !important;
    border: 2px solid white;
}

.navbar-toggler-icon {
    background-image: url(../img/toggler-icon.svg);
}

.navbar-toggler:focus {
    box-shadow: unset;
}

nav .nav-link {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

nav .btn {
    background-color: #147AA5;
    color: #fff;
    border: 1px solid #fff;
    font-size: 15px;
}

nav .btn:hover {
    border: 1px solid #147AA5;
    color: #111;
    background-color: transparent;
    transition: 0.6s
}

nav .btn-1 {
    background-color: #000;
    color: #fff;
    letter-spacing: -.2px;
    border: 1px solid #000;
    transition: transform .2s;
    font-size: 15px;
    padding: 5px 15px 5px 18px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

nav .btn-1:hover {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
    transition: 0.6s
}

@media (min-width: 992px) {
    nav .nav-item_1 {
        position: relative;
    }

    .navbar-brand {
        width: 16%;
    }

    #navbarNav .nav-item_1:last-child::after, #navbarNav .nav-item_1:nth-last-child(2)::after {
        content: unset;
    }
}

.nav-link:focus, .nav-link:hover {
    color: #107EAC;
}

@media (min-width: 992px) {
    nav .nav-item {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    nav .nav-item {
        justify-content: center;
        margin-bottom: 10px;
    }

    .navbar-brand {
        width: 48%;
    }
}

#banner {
    position: relative;
}

.owl-stage {
    margin: 30px 0px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #107EAC;
    font-weight: 600;
}

/* CONTACT PAGE */
#email-phone .email-phone-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: fit-content;
    text-align: center;
    padding: 30px 50px;
    border-radius: 20px;
    color: #157CA7;
    background-color: #fff;
}

.login-form {
    background: hsla(0, 0%, 100%, 1);

    background: radial-gradient(circle, hsla(0, 0%, 100%, 1) 0%, hsla(207, 68%, 85%, 1) 58%, hsla(206, 68%, 85%, 1) 100%, hsla(206, 52%, 49%, 1) 100%, hsla(206, 68%, 85%, 1) 100%, hsla(207, 68%, 85%, 1) 100%, hsla(206, 68%, 85%, 1) 100%);

    background: -moz-radial-gradient(circle, hsla(0, 0%, 100%, 1) 0%, hsla(207, 68%, 85%, 1) 58%, hsla(206, 68%, 85%, 1) 100%, hsla(206, 52%, 49%, 1) 100%, hsla(206, 68%, 85%, 1) 100%, hsla(207, 68%, 85%, 1) 100%, hsla(206, 68%, 85%, 1) 100%);

    background: -webkit-radial-gradient(circle, hsla(0, 0%, 100%, 1) 0%, hsla(207, 68%, 85%, 1) 58%, hsla(206, 68%, 85%, 1) 100%, hsla(206, 52%, 49%, 1) 100%, hsla(206, 68%, 85%, 1) 100%, hsla(207, 68%, 85%, 1) 100%, hsla(206, 68%, 85%, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#BFDCF3", GradientType=1);
    padding: 80px;
    border-radius: 20px;
}

@media (max-width: 576px) {
    .login-form {
        padding: 20px;
    }
}

#get-your-card .file-drop-area {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    border: 1px solid #DADADA;
    border-radius: 6px;
    transition: 0.2s;
    background: white;
    padding: 20px;
}

#get-your-card .choose-file-button {
    justify-content: center;
    display: flex;
}

#get-your-card .file-message {
    justify-content: center;
    display: flex;
}


#get-your-card .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;

}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}


/* Preloader */
.container-preloader {
    align-items: center;
    /* cursor:none;*/
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999999999999;
}

.container-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
    animation: spinner 1.5s infinite linear;
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-top-color: #001c53;
    /* It is not in alphabetical order so that you do not overwrite it */
    height: 5em;
    margin: 0 auto 10px auto;
    width: 5em;
}

/* Loading text */
.container-preloader .animation-preloader .txt-loading {
    font: 300 5em 'Outfit', sans-serif;
    text-align: center;
    user-select: none;
}

.container-preloader .animation-preloader .txt-loading .characters:before {
    animation: characters 4s infinite;
    color: #107EAC;
    content: attr(preloader-text);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.container-preloader .animation-preloader .txt-loading .characters {
    color: #c1cce2;
    position: relative;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: 0.2s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: 0.4s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: 0.6s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: 0.8s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
    animation-delay: 1.2s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(8):before {
    animation-delay: 1.4s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(9):before {
    animation-delay: 1.6s;
}

.container-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.container-preloader .loader-section.section-left {
    left: 0;
}

.container-preloader .loader-section.section-right {
    right: 0;
}

/* Fade effect on loading animation */
.loaded .animation-preloader {
    opacity: 0;
    transition: 0.9s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animation of the preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

/* Animation of letters loading from the preloader */
@keyframes characters {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {

    /* Preloader */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
        height: 5em;
        width: 5em;
    }

    /* Text Loading */
    .container-preloader .animation-preloader .txt-loading {
        font: 300 40px 'Outfit', sans-serif;
    }
}

@media screen and (max-width: 500px) {

    /* Prelaoder */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
        height: 5em;
        width: 5em;
    }

    /*Loading text */
    .container-preloader .animation-preloader .txt-loading {
        font: 300 30px 'Outfit', sans-serif;
    }
}

.scrolled {
    position: fixed !important;
    top: 8px;
    width: 95%;
    background: white;
    z-index: 1232;
    text-align: center;
    margin: auto;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media screen and (max-width: 992px) {
    .scrolled {
        border-radius: 15px;
        position: absolute !important;
        width: 100%;
        top: 0;
        border-radius: 0px;
        background: unset;
        box-shadow: unset;
        text-align: unset;
    }
}

#feedback .card {
    border-radius: unset;
}

#feedback .owl-next {
    position: absolute;
    right: -27px;
    top: 42%;
    font-size: 31px;
    color: #147aa5;
}

#feedback .owl-prev {
    position: absolute;
    left: -27px;
    top: 42%;
    font-size: 31px;
    color: #147aa5;
}

#view-your-card h2 {
    font-size: 25px;
    font-weight: 700;
}

#view-your-card img {
    border-radius: 20px;
}

#view-your-card table {
    width: 100%;
}

#view-your-card table tr {
    vertical-align: baseline;
}

.process-form {
    background-color: #C1DDF3;
}

.thank-you-form {
    background: hsla(0, 0%, 100%, 1);

    background: radial-gradient(circle, hsla(0, 0%, 100%, 1) 0%, hsla(207, 68%, 85%, 1) 58%, hsla(206, 68%, 85%, 1) 100%, hsla(206, 52%, 49%, 1) 100%, hsla(206, 68%, 85%, 1) 100%, hsla(207, 68%, 85%, 1) 100%, hsla(206, 68%, 85%, 1) 100%);

    background: -moz-radial-gradient(circle, hsla(0, 0%, 100%, 1) 0%, hsla(207, 68%, 85%, 1) 58%, hsla(206, 68%, 85%, 1) 100%, hsla(206, 52%, 49%, 1) 100%, hsla(206, 68%, 85%, 1) 100%, hsla(207, 68%, 85%, 1) 100%, hsla(206, 68%, 85%, 1) 100%);

    background: -webkit-radial-gradient(circle, hsla(0, 0%, 100%, 1) 0%, hsla(207, 68%, 85%, 1) 58%, hsla(206, 68%, 85%, 1) 100%, hsla(206, 52%, 49%, 1) 100%, hsla(206, 68%, 85%, 1) 100%, hsla(207, 68%, 85%, 1) 100%, hsla(206, 68%, 85%, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#BFDCF3", GradientType=1);
    padding-top: 30px;
    border-radius: 20px;
}

#feedback .owl-carousel .owl-stage {
    display: flex;
}

#feedback .owl-carousel .owl-stage .item {
    display: flex;
    height: 100%;
}

#feedback .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .inner-banner h1 {
        font-size: 28px;
    }

    .file-drop-area img {
        max-width: 50px;
    }

    .form-control {
        margin-bottom: 10px;
    }

    .form-check-label {
        margin-right: 10px;
    }

    .btn {
        padding: 8px 16px;
    }
}

@media (max-width: 576px) {
    .inner-banner h1 {
        font-size: 24px;
    }

    .file-drop-area {
        padding: 15px;
    }

    .file-drop-area img {
        max-width: 40px;
    }

    .file-message .btn {
        padding: 8px 16px;
    }

    .btn {
        padding: 6px 12px;
    }
}

@media (max-width: 768px) {
    .family-detail-row .btn {
        padding: 8px 16px;
    }

    .family-detail-row .col-3, .family-detail-row .col-4, .family-detail-row .col-2 {
        width: 100%;
        margin-bottom: 15px;
    }

    .family-detail-row .col-2 .btn {
        width: 100%;
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .family-detail-row .btn {
        padding: 6px 12px;
    }

    .family-detail-row .col-3, .family-detail-row .col-4, .family-detail-row .col-2 {
        width: 100%;
        margin-bottom: 10px;
    }

    .family-detail-row .col-2 .btn {
        width: 100%;
        padding: 8px;
    }
}

.in_between {
    font-size: larger;
    font-weight: 600;
}
@media (max-width: 768px) {
    .file-drop-area {
        flex-direction: column;
        text-align: center;
    }

    .file-message {
        margin-left: 0;
        margin-top: 10px;
    }

    .d-flex {
        flex-direction: column;
    }

    .form-check-inline {
        margin-bottom: 10px;
    }

    /*.row > div {*/
    /*    width: 100%;*/
    /*}*/

    .mb-3 span {
        display: block;
        margin-bottom: 5px;
    }
}

@media (max-width: 576px) {
    .file-drop-area {
        padding: 10px;
    }

    .form-control, .form-select {
        padding: 8px;
    }

    .form-check-inline {
        margin-bottom: 8px;
    }

    /*.row > div {*/
    /*    width: 100%;*/
    /*}*/

    .mb-3 span {
        display: block;
        margin-bottom: 5px;
    }
}
@media (max-width: 767.98px) {
    .email-phone-box {
        margin: 10px 0;
    }
}

@media (min-width: 768px) {
    .email-phone-box {
        margin: 0 15px;
    }
}

