/* Loading Overlay*/
#loadingOverlay {
    display: none; /* Hidden initially */
    z-index: 1080;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.4);
}

    #loadingOverlay .modal-backdrop {
        z-index: 1060;
    }

        #loadingOverlay .modal-backdrop.fade {
            opacity: 0.5;
        }

    #loadingOverlay > .icon-wrapper {
        position: fixed;
        margin: auto;
        width: 100%;
        height: 80px;
        margin-top: -40px;
        color: #000000;
        top: 50%;
        z-index: 9999999;
        text-align: center;
    }

        #loadingOverlay > .icon-wrapper.sm {
            font-size: 15px;
        }

        #loadingOverlay > .icon-wrapper.md {
            font-size: 30px;
        }

        #loadingOverlay > .icon-wrapper.lg {
            font-size: 50px;
        }
/* */

/* 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;
}

.validation-summary-errors ul {
    list-style-type: none;
}

.pickr-100 .flatpickr-wrapper {
    width: 100%;
}


:root {
    --NavTopHeight: 8.5rem;
}

@media only screen and (max-width: 1500px) {
    :root {
        --NavTopHeight: 7.5rem;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        --NavTopHeight: 6.5rem;
    }

    /*.nav-logo {
        max-width: 45px !important;
    }*/


}

a {
    text-decoration: none;
    color: inherit;
}

html {
    font-size: 14px;
    overflow-x: hidden;
    scroll-padding-top: var(--NavTopHeight);
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Montserrat Regular';
}

.c-pointer {
    cursor: pointer;
}

.nav-corner {
    width: 3.8rem;
}

.nav-logo {
    max-width: 120px;
    font-weight: 900;
    font-size: 1.5rem;
}

.navTopHeight {
    height: var(--NavTopHeight);
}

.coreContent {
    padding-top: var(--NavTopHeight);
    min-height: 85vh;
}

#offcanvasDarkNavbar {
    padding-left: 1rem;
    padding-right: 3rem;
}

#navTopLink .nav-link {
    padding: 0rem 1.5rem;
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 1rem;
    color: #8b909f;
}

    #navTopLink .nav-link.active {
        color: #000;
        /*text-decoration: underline;*/
        text-underline-offset: 5px;
    }

#navTopLink .dropdown-menu {
    border: none;
    background-color: #e4eaf3;
}

#navTopLink .nicon {
    display: none;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    line-height: 1px;
}

#offcanvasDarkNavbar .btn-close,
#offcanvasDarkNavbar .btn-close:focus {
    box-shadow: none !important;
    padding: 1.5rem !important;
}

#offcanvasDarkNavbar .dropdown-item {
    color: #8b909f;
    font-size: 1.2rem;
}

.so-icon {
    width: 30px;
    height: 30px;
}

.dropdown-item:hover {
    font-weight: bold;
    background: initial;
    color: #000 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000 !important;
    background: initial;
}

.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

@media only screen and (max-width: 1280px) {
    #navTopLink .nav-link {
        padding: 0rem 1rem !important;
    }
}

@media only screen and (max-width: 991px) {
    #offcanvasDarkNavbar {
        padding-left: 0rem;
        padding-right: 0rem;
        background-color: #e4eaf3;
    }

    #navTopLink .nav-link {
        font-size: 1.5rem !important;
    }

        #navTopLink .nav-link.active {
            text-decoration: none !important;
        }

    #navTopLink .nav-item {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    #navTopLink .nicon {
        display: block;
    }
}


.logged {
    padding-right: 1rem;
}

    .logged .dropdown-toggle {
        display: flex;
    }

        .logged .dropdown-toggle::after {
            border: 0 !important;
        }

    .logged .idown {
        width: 15px;
    }

    .logged .prof {
        width: 40px;
        border-radius: 40px;
    }

    .logged .prof2 {
        width: 60px;
        border-radius: 60px;
    }

    .logged .crown-wrap {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -22px;
    }

    .logged .crown {
        height: 20px;
    }

    .logged .wel {
        color: #324cb1;
        font-size: 1.2rem;
        padding: 0rem 1rem;
        align-self: center;
    }

        .logged .wel span {
            font-weight: bold;
        }

    .logged .dropdown-menu {
        border: none;
        border-radius: 0;
        width: 420px;
        right: -0px;
    }



.bbar {
    color: #fff;
    padding: 1.5rem 2rem;
    background-image: url("/assets/Bar-Profile.svg");
    background-size: cover;
    background-position: top right;
    height: 100px;
}

    .bbar .usn,
    .bbar .mail {
        font-size: 1.1rem;
        font-weight: bold;
    }

    .bbar .prof {
        width: 80px;
    }

.bbaropt {
    padding: 1rem 3rem;
    padding-top: 3rem;
}

    .bbaropt .ico {
        max-height: 25px;
        align-self: center;
        width: 20px;
    }

    .bbaropt .opt {
        text-transform: uppercase;
        font-size: 1.0rem;
        align-self: center;
        padding-left: 1rem;
    }

    .bbaropt .n {
        width: 40px;
        background: #8b909f;
        border-radius: 5px;
        color: #fff;
        margin-left: auto;
        text-align: end;
        padding: 0 0.8rem;
        align-self: center;
    }

    .bbaropt .bopt {
        margin-bottom: 0.5rem;
        padding: 0.2rem 1rem;
    }

    .bbaropt .line {
        border: 1px solid #000;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

@media only screen and (max-width: 1366px) {
    .logged .wel {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .logged {
        align-self: end;
    }

        .logged .prof {
            width: 40px;
            border-radius: 40px;
        }
}

@media only screen and (max-width: 420px) {
    .logged .crown {
        height: 16px;
    }

    .logged .idown {
        width: 10px;
    }

    .logged .prof {
        width: 40px;
        border-radius: 40px;
    }

    .logged .dropdown-menu {
        right: -7.2vw;
        max-width: 100vw;
    }
}

.logregbtn {
    text-transform: uppercase;
    font-weight: bold;
    color: #8b909f;
}

.offcanvas-logreg {
    display: none !important;
}

.douBtn {
    text-transform: uppercase;
}

    .douBtn .btn {
        border-radius: 0;
        padding: 1rem 2.5rem;
        font-weight: bold;
    }

        .douBtn .btn.sm {
            padding: 0.5rem 1.5rem;
            font-size: 0.8rem;
            align-self: center;
        }

        .douBtn .btn.big {
            padding: 1rem 3.5rem;
            font-size: 1.2rem;
        }

        .douBtn .btn.log {
            padding: 1rem 2.4rem;
            font-size: 0.8rem;
        }

    .douBtn .first {
        background: #324cb1;
        color: #fff;
    }

        .douBtn .first:active {
            background: #324cb1;
            border-color: #2844b0;
        }

    .douBtn .second {
        background: #cfdbea;
        color: #324cb1;
    }

        .douBtn .second:active {
            background: #cfdbea;
        }

.douBtrans {
    width: 0.8rem;
    background: linear-gradient(90deg, rgb(50, 76, 177) 0%, rgb(207, 219, 234) 100%);
}

@media only screen and (max-width: 991px) {
    .logregbtn {
        display: none !important;
    }

    .offcanvas-logreg {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .douBtn .btn.big {
        padding: 1rem 2.2rem;
        font-size: 0.8rem;
    }

    .douBtn .btn.log {
        padding: 1rem 2.2rem;
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 350px) {
    .douBtn .btn.big {
        padding: 1rem 1.2rem;
    }

    .douBtn .btn.log {
        padding: 1rem 1.2rem;
    }
}





.bott {
    background-color: #192344;
    padding: 6rem 3rem;
    color: #fff;
    text-align: center;
}

    .bott .title {
        font-size: calc(17px + 1.0vw);
        line-height: 30px;
        font-weight: bold;
    }

    .bott .subtitle {
        font-size: 1.3rem;
    }

.join-btn {
    background: #324cb1;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 0;
}

    .join-btn:hover {
        background: #2e48aa;
    }



.chatstick-wrap {
    padding: 20px 20px;
    text-align: center;
    position: fixed;
    right: 0;
    top: 85%;
    transform: translateY(-50%);
    z-index: 1;
}

    .chatstick-wrap .img {
        width: 70px;
    }

@media only screen and (max-width: 991px) {
    .chatstick-wrap .img {
        width: 55px;
    }
}





.main-title {
    font-size: calc(20px + 0.8vw);
    text-align: center;
    color: #324cb1;
    font-family: 'Adobe Garamond Pro Bold';
    font-weight: bold;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 30px;
}

.main-subtitle {
    font-size: calc(15px + 0.6vw);
    text-align: center;
    color: #1a2642;
}

.p3 {
    background-color: #fff;
}

    .p3 .main-title1 {
        font-size: calc(16px + 1.0vw);
        text-align: center;
        color: #324cb1;
        line-height: 22px;
        font-weight: bold;
        padding-bottom: 2.5rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .p3 .line {
        height: 3px;
        background: #788090;
    }

    .p3 .logo {
        height: 60px;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .p3 .wcover {
        padding: 3rem 6rem;
    }

    .p3 .cover {
        background-image: url("/assets/Icon-Gradient.png");
        background-size: cover;
        background-position: right;
        height: 280px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .p3 .wrap {
    }

    .p3 .txt1 {
        color: #334db1;
        font-size: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 0.5rem;
        line-height: 30px;
        word-spacing: 100vw;
        font-family: 'Adobe Garamond Pro Bold';
    }

    .p3 .txt2 {
        font-size: 1.2rem;
        padding: 0 calc(29px + 2vw);
        line-height: 20px;
    }

    .p3 .icon {
        height: 80px;
    }

@media only screen and (max-width: 1200px) {
    .p3 .txt2 {
        padding: 0 calc(9px + 2vw);
    }
}

@media only screen and (max-width: 600px) {
    .p3 .wcover {
        padding: 2rem 1rem;
    }

    .p3 .logo {
        height: 30px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .p3 .icon {
        height: 40px;
    }

    .p3 .txt1 {
        font-size: 1.5rem;
        line-height: 20px;
    }
}




.p4 {
    background-color: #e4ebf3;
    padding: 6rem 7rem;
}

.p4-box {
    min-height: 200px;
    position: relative;
    box-shadow: 10px 0px 7px -3px rgba(179,196,214,1);
    padding-top: 35px;
    padding-bottom: 35px;
    margin-right: 10px;
    margin-left: 10px;
}

.p4-bg {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.p4-box .prof {
    width: 50px;
    border-radius: 50px;
}

.p4-box .name {
    font-weight: bold;
}

.p4-box .title {
    color: #324cb1;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 25px;
    padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: start;
}

.p4-box .duricon {
    width: 25px;
}

.p4-box .price {
    color: #324cb1;
    font-weight: bold;
    font-size: 20px;
}

.p4-box-p1 {
    height: calc(110px + 11vw);
}

.p4-box-p2 {
    padding: 10px 20px;
    background: #fff;
    height: 180px;
    flex-direction: column;
    display: flex;
}


@media only screen and (max-width: 600px) {
    .p4 {
        padding: 5rem 3rem;
    }

    .p4-box .prof {
        width: 35px;
    }
}


.sign-bg {
    background-color: #2f3a53;
    justify-content: center;
    display: flex;
    padding: 10vw;
    min-height: calc(88vh - var(--NavTopHeight));
}

.sign-wrap {
    max-width: 600px;
    background-color: #fff;
    height: fit-content;
}

.sign-wrap2 {
    padding: 2rem 6rem;
}

.sign-close {
    display: flex;
    justify-content: end;
    padding: 1rem 0rem 1rem 0rem;
}

.sign-close-img {
    width: 15px;
    cursor: pointer;
}

.sign-title {
    text-transform: uppercase;
    color: #324cb1;
    font-family: 'Adobe Garamond Pro Bold';
    font-size: 2rem;
    text-align: center;
}

.sign-subtitle {
    font-size: 1.2rem;
    text-align: center;
}

.sign-label {
    text-transform: uppercase;
    color: #324cb1;
    font-weight: bold;
}

.sign-form {
    position: relative;
}

    .sign-form input,
    .sign-form select {
        height: 48px;
        border-radius: 0;
        background: linear-gradient(90deg, rgba(163,179,197,1) 0%, rgba(243,245,250,1) 2%, rgba(243,245,250,1) 100%);
        border: 0;
        padding: 0rem 2rem;
        font-size: 1.1rem;
    }

    .sign-form textarea {
        border-radius: 0;
        background: linear-gradient(90deg, rgba(163,179,197,1) 0%, rgba(243,245,250,1) 2%, rgba(243,245,250,1) 100%);
        border: 0;
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }

    .sign-form input.bp {
        background: #f3f5fa;
    }

    .sign-form input[type=file] {
        padding-top: 0.7rem;
    }

.mobile-country-drop {
    max-height: 50vh;
    max-width: 69vw;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-country-item {
    padding: 5px 10px 5px 10px;
}

.sign-bpass {
    background: #f3f5fa;
    border: 0;
    border-radius: 0;
    width: 70px;
    cursor: pointer;
    font-size: 1.1rem;
    background: linear-gradient(90deg, rgba(163,179,197,1) 0%, rgba(243,245,250,1) 10%, rgba(243,245,250,1) 100%);
}

.sign-pass {
    background: #f3f5fa;
    border: 0;
    border-radius: 0;
    width: 50px;
    cursor: pointer;
}

.sign-resend {
    background: #f3f5fa;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: 0.9rem;
    background: #324cb1;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 63px;
    justify-content: center;
}

.sign-pass .ic-view {
}

.sign-submit {
    background: #324cb1;
    color: #fff;
    border-radius: 0;
    padding: 1rem;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
}

    .sign-submit:hover {
        background: #324cb1e8;
        color: #fff;
    }

.sign-prime {
    background: #324cb1;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}

    .sign-prime:hover {
        background: #324cb1e8;
        color: #fff;
    }

.sign-secund {
    background: #cfdbea;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}

    .sign-secund:hover {
        background: #d4e1f2;
        color: #fff;
    }

.sign-txt {
    text-align: justify;
    text-align-last: center;
    line-height: 18px;
}

.sign-bg .line {
    height: 2px;
    background: #000;
}

.sign-login {
    color: #324cb1;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .sign-wrap2 {
        padding: 2rem 3rem;
    }

    .sign-bg {
        padding: 0 !important;
    }
}








.wbg {
    background-color: #e4ebf3;
    justify-content: center;
    display: flex;
    padding: 10vw;
    min-height: calc(100vh - var(--NavTopHeight));
}

.def-content {
    padding-top: 6rem;
    padding-bottom: 3rem;
    padding-left: 6rem;
    padding-right: 6rem;
    background-color: #e1ebec;
}

.wbgmh {
    min-height: calc(100vh - var(--NavTopHeight));
}

@media only screen and (max-width: 991px) {
    .def-content {
        padding: 1rem 1rem 1rem 1rem;
    }

    .wbg {
        padding-left: 3vw;
        padding-right: 3vw;
    }
}

.warp-bg {
}

.warp-card {
    padding: 2rem 6rem;
    background-color: #fff;
}

.nvtx {
}

    .nvtx.active {
        background: #324cb1;
        color: #fff;
        border-radius: 50px;
    }
