@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap");
:root {
    --swiper-pagination-color: #312664;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: canada-type-gibson, sans-serif;
}

.country .option:not(.active) img {
    opacity: 0.5;
}
.country .option:hover img, 
.country .option:focus img {
    opacity: 100;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

header .navbar-collapse {
    justify-content: flex-end;
}

header {
    position: relative;
}

header .navbar .nav-link {
    color: #001869 !important;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 7.5px !important;
    color: #312664;
}

header .navbar .nav-link.active {
    color: #a73a8d !important;
}

header .phone {
    background-color: #a73a8d;
    text-align: center;
    color: #fff;
    padding: 10px;
}

header .navbar {
    padding-bottom: 0;
}

header .collapse.navbar-collapse {
    height: 68px;
}

header .navbar-nav {
    height: 68px;
    display: flex;
    align-items: center;
}

header .nav-item {
    height: 68px;
    display: flex;
    align-items: center;
}

header .phone p {
    margin: 0;
}

header .slide_down {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 120px;
    height: 70px;
    border-top: 1px solid rgb(201, 199, 199);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

header .slide_down .link {
    color: #312664;
    text-decoration: none;
    display: inline-block;
    margin: 0 15px;
}

footer {
    background-color: #312664;
    padding: 20px 0;
    text-align: center;
    color: #fff !important;
}

footer .company {
    font-size: 16px;
}

footer .links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .links .link {
    font-size: 25px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 300;
    margin: 0 5px;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

footer .sections {
    margin-top: 15px;
    margin-bottom: 15px;
}

footer .sections .link {
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 300;
    padding: 0 7.5px;
}

footer .forms .link {
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 300;
    padding: 0 7.5px;
}

footer .disclaimer {
    font-size: 13px;
    margin-top: 40px;
}

footer .link:hover {
    text-decoration: underline;
}

.phone-mobile {
    position: fixed;
    bottom: 20px;
    background-color: #a73a8d;
    color: #fff;
    display: none;
    text-decoration: none;
    text-align: center;
    left: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 20px;
    z-index: 51;
    border: 2px solid #fff;
}

.header-mobile-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #312664;
    z-index: 50;
    display: none;
}

.header-mobile-open .close {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 40px;
    color: #fff;
}

.header-mobile-open .content {
    position: absolute;
    top: 40px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
    right: 20px;
    left: 20px;
    bottom: 170px;
}

.header-mobile-open .content .link {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    font-weight: 500;
}

footer .disclaimer a {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 992px) {
    footer .link {
        display: inline-block;
        margin-top: 10px;
    }
    header .navbar-brand img {
        height: 40px;
    }
    header .phone {
        display: none;
    }
    .phone-mobile {
        display: block;
    }
    footer {
        padding-bottom: 80px;
    }
}

.ajax-loader {
    background: rgba(0, 0, 0, 0.6);
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.is-invalid {
    border: 2px  solid red !important;  
}
.benefits img {
    height: 80px;
    width: 80px;
}
.mobile-wrapper {
    text-align: center;
    width: 100%;
}
.mobile-wrapper div {
    display: none;
    padding: 16px;
    background-color: rgba(167, 58, 141, 0.4);
}
.mobile-wrapper div a {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}
.footer-btn-container {
    margin-top: 20px;
    margin-bottom:40px;
}
.footer-btn-container .btn-link {
    color: #00a4b8;
    font-size: 18px;
    background-color: #fff;
    padding: 20px 70px;
    margin-top: 40px;
    border-radius: 40px;
    text-decoration: none;
}
header .navbar-nav .nav-link,
.subheader .navbar-nav .nav-link {
    text-align: center;
}