/* Minification failed. Returning unminified contents.
(317,34): run-time error CSS1046: Expect comma, found '68'
(317,40): run-time error CSS1046: Expect comma, found '/'
(331,34): run-time error CSS1046: Expect comma, found '68'
(331,40): run-time error CSS1046: Expect comma, found '/'
(1468,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1618,21): run-time error CSS1030: Expected identifier, found ' '
(1618,22): run-time error CSS1031: Expected selector, found '1'
(1618,22): run-time error CSS1025: Expected comma or open brace, found '1'
(1619,27): run-time error CSS1030: Expected identifier, found ' '
(1619,28): run-time error CSS1031: Expected selector, found '1px'
(1619,28): run-time error CSS1025: Expected comma or open brace, found '1px'
(1620,28): run-time error CSS1030: Expected identifier, found ' '
(1620,29): run-time error CSS1031: Expected selector, found '20px'
(1620,29): run-time error CSS1025: Expected comma or open brace, found '20px'
(1637,11): run-time error CSS1031: Expected selector, found '/'
(1637,11): run-time error CSS1025: Expected comma or open brace, found '/'
(1667,1): run-time error CSS1019: Unexpected token, found '}'
(2276,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2277,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2288,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2289,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2418,17): run-time error CSS1039: Token not allowed after unary operator: '-close-popup'
(2432,17): run-time error CSS1039: Token not allowed after unary operator: '-close-popup'
 */
    @import "../css/font.css";

h2 {
    color: rgb(0, 33, 115) !important;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat-Regular", sans-serif;
    /* display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-content: center;*/
}

.full-width {
    width: 100%;
    height: auto;
}

.custom-width {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
}

.cmn-sec-pad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.display-flex {
    display: flex;
    position: relative;
}

.display-flex-i {
    display: inline-flex;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/* Header start */

.custom-header .logo {
    display: flex;
}

    .custom-header .logo img {
        max-width: 138px;
        object-fit: contain;
        max-height: 75px;
    }

.custom-header {
    padding: 0 90px;
    font-family: "Montserrat-SemiBold", sans-serif;
}

    .custom-header .nav-header {
        align-items: center;
        justify-content: space-between;
    }

    .custom-header .menu a {
        color: #002173;
        text-decoration: none;
        font-size: 16px;
        line-height: 18px;
    }

        .custom-header .menu a:last-child {
            margin-right: 0;
        }

    .custom-header .menu .login-btn {
        min-width: 170px;
        padding: 8px 30px;
    }

    .custom-header .nav {
        height: auto;
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .custom-header .menu a {
        text-decoration: none;
        margin-right: 70px;
    }

.top_nav .svg-menu img {
    cursor: pointer;
    width: 22px;
}

.top_nav ul {
    list-style-type: none;
    height: 100%;
    margin: 0;
    padding-top: 100px;
    position: fixed;
    right: 100%;
    top: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

    .top_nav ul li {
        margin-right: 1em;
        padding-left: 1em;
        line-height: 2em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .top_nav ul li:last-child {
            margin-right: 0;
        }

.show_nav {
    overflow: hidden;
}

    .show_nav .top_nav ul {
        right: 0;
        z-index: 2;
        background-color: #fff;
    }

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.custom-header .nav-header .menu li a:not(.noicon)[target="_blank"]:after, a:not(.noicon)[rel=external]:after {
    content: "";
}

a:not(.noicon)[href*="facebook.com"]:before {
    content: "";
}

a:not(.noicon)[href^="https:"]:after {
    content: "";
}

a:not(.noicon)[href*="twitter.com"]:before {
    content: "";
}

a:not(.noicon)[target="_blank"]:after, a:not(.noicon)[rel=external]:after {
    content: "";
}


body .Mainheader {
    border-top: 0px;
}

/*Header end*/
.close {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 28px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0px;
}

.login-btn {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 18px;
    background-color: #002173;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 27px;
}

.home-banner {
    background: linear-gradient(rgba(49, 85, 125, 0.36), rgba(49, 85, 125, 0.36)), url(../images/home-banner.png);
    background-color: #31557d5b;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

    .home-banner .banner-img {
        z-index: -1;
    }

        .home-banner .banner-img img {
            width: 100%;
            height: auto;
        }

    .home-banner .card {
        font-family: "Montserrat-SemiBold", sans-serif;
        padding: 34px 50px;
        border-radius: 7px;
        background-color: #fff;
        max-width: 382px;
        max-height: 407px;
        top: 16%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

        .home-banner .card h1 {
            font-family: "Montserrat-Bold", sans-serif;
            font-size: 22px;
            margin-top: 0;
        }

        .home-banner .card p {
            font-size: 13px;
        }

    .home-banner .banner-form {
        flex-direction: column;
    }

    .home-banner form .radio-btn {
        border: 1px solid #002173;
        border-radius: 10px;
        padding: 13px;
        padding-left: 41px;
        margin-right: 20px;
        align-items: start;
        min-width: 180px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        text-align: start;
        color: #002173;
    }

    .home-banner .radio-btn,
    .home-banner .radio-btn-div label,
    .login-btn {
        cursor: pointer;
    }

    .home-banner form label span:first-child {
        font-size: 13px;
    }

    .home-banner form label span:last-child {
        font-family: "Montserrat-Medium", sans-serif;
        font-size: 10px;
    }

    .home-banner form .searchbar {
        box-shadow: 0px 0px 20px #00000029;
        border-radius: 21px;
        border: none;
        padding: 10px 20px;
        margin-top: 23px;
        /*background-image: url(../images/magnifying-glass-solid.svg);*/
        background-position: 350px 10px;
        background-repeat: no-repeat;
        background-size: 17px;
        font-size: 14px;
    }

.ui-widget-content {
    width: 377px;
    top: 490px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: none !important;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    padding: 5px;
}

body .ui-widget-content {
    width: auto;
    top: 0px;
    left: auto;
    right: auto;
    margin: 0 auto;
    border: 1px solid #dddddd !important;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 0px rgb(68 68 68 / 11%) !important;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 0px;
}

.ui-widget-content li {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 15px;
}

.ui-menu .ui-menu-item .ui-state-focus {
    background: #f6f6f6 !important;
    margin: 0px !important;
    cursor: pointer;
}

.ui-menu .ui-menu-item a {
    width: 100%;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.home-banner form .searchbar::placeholder {
    color: #dcdcdc;
}

.home-banner form .searchbar:focus {
    outline: none;
}

.home-banner .card button {
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #002173;
    transition: all 0.3s ease-out;
    max-height: 38px;
}

    .home-banner .card button img:last-child {
        display: none;
    }

    .home-banner .card button:hover img:first-child {
        display: none;
    }

    .home-banner .card button:hover img:last-child {
        display: inline-block;
    }

.home-banner .card img {
    margin-right: 6px;
}

.home-banner .card button:hover {
    background-color: #fff;
    color: #002173;
    cursor: pointer;
}

form input[type="radio"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #002173;
    background-clip: content-box;
    padding: 3px;
    top: 18px;
    left: 10px;
}

    form input[type="radio"]:checked {
        -webkit-appearance: none;
        background-color: #6bdbfa;
    }

.home-banner .radio-btn-div input:checked + .radio-btn {
    box-shadow: inset 0 0 1px 1px #002173;
}

.services {
    background-color: #f5f8fe;
}

.who-can-benefit {
    margin-right: 100px;
    margin-bottom: 20px;
}

    .who-can-benefit h2 {
        font-family: "Montserrat-Bold", sans-serif;
        font-size: 28px;
        color: #463f58;
        margin-top: 0;
        margin-bottom: 0px;
    }

    .who-can-benefit p {
        font-family: "Montserrat-Light", sans-serif;
        font-size: 14px;
        line-height: 24px;
        color: #453d58;
    }

.services-cards .card {
    padding: 26px 30px 42px 30px;
    text-align: center;
    background-color: #ffffff;
    margin-right: 20px;
    min-width: 190px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px #0000000d;
}

    .services-cards .card p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .services-cards .card:last-child {
        flex: 1;
    }

.services-cards .first-card {
    margin-bottom: 20px;
}

.services-cards .card:hover {
    background-color: #0021731a;
    color: #002173;
}
/************* Validation Field color start *******************/
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #e80c4d !important;
}

.valid {
    border: 1px solid #dddddd;
}

/************* Validation Field color end***************/
/*********** Footer styles ***********/

/*.footer .legal a .hover-1 {
    padding-top: 10px;
}

.footer .legal a .hover-1:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #492059;
    transform: scaleX(0);
}

.footer .legal a .hover-1:hover:before {
    transform: scaleX(1);
}*/

/*footer .legal span .open-models {
    color: #489ac1 !important;
    text-decoration: underline !important;
}

footer .carrers a {
    color: #489ac1 !important;
    text-decoration: underline !important;
}*/

footer {
    background-color: #002173;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 22px;
}

    footer .call-add a,
    footer .carrers a,
    footer .legal a {
        color: #fff;
        /*color: #00a2e8;*/
        text-decoration: none;
    }

    footer .social-icons span {
        background-color: #fff;
        padding: 5px;
        border-radius: 10px;
        display: inline-flex;
        border: 2px solid #6bdbfa;
    }

    footer .social-icons a {
        display: inline-flex;
        margin-right: 14px;
        transition: all 0.2s;
    }

        footer .social-icons a:hover {
            transform: scale(0.9);
        }

    footer .call-add span,
    footer .call-add a,
    footer .carrers a {
        display: inline-flex;
        align-items: center;
    }

    footer .call-add span,
    footer .call-add a {
        font-size: 13px;
    }

    footer .carrers a {
        /*font-size: 18px;*/
        font-size: 13px;
    }

    footer .legal a {
        margin-right: 8px;
        font-size: 14px;
    }

    footer .call-add img {
        margin-right: 10px;
    }

    footer .call-add div:first-child {
        margin-right: 30px;
    }

    footer .carrers {
        font-family: "Montserrat-SemiBold", sans-serif;
        font-size: 22px;
    }

        footer .carrers a:first-child span {
            padding-right: 35px;
            border-right: 2px solid #fff;
        }

        footer .carrers a:last-child {
            margin-left: 35px;
        }

    footer .legalAndcopy {
        font-family: "Montserrat-Regular", sans-serif;
        font-size: 13px;
        line-height: 19px;
        border-top: 1px solid #ccc;
        padding-top: 22px;
        margin-top: 22px;
        justify-content: space-between;
    }

    footer .socialAndcontactDiv {
        justify-content: space-between;
    }

    footer .custom-width .display-flex .call-add a:not(.noicon)[href^="tel:"]:before {
        content: "";
    }

    footer .custom-width .display-flex .social-icons a:not(.noicon)[href*="linkedin.com"]:before {
        content: " ";
    }

    footer .custom-width .display-flex .social-icons a:not(.noicon)[href^="mailto:"]:before {
        content: "";
    }
/*********** Login form styles ***********/
.login-div {
    width: 100%;
    height: 100vh;
}

    .login-div .car-img img {
        width: 50vw;
        height: 100vh;
        object-fit: cover;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .login-div .car-img::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #31557d5b;
        z-index: 2;
        position: absolute;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }

.login-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .login-form .card {
        font-family: "Montserrat-SemiBold", sans-serif;
        text-align: center;
        max-width: 565px;
        margin: 12px;
    }

        .login-form .card img {
            max-width: 200px;
        }

    .login-form h1 {
        font-size: 28px;
        line-height: 40px;
        color: #002173;
    }

.login-div .login-form .card h1 span {
    display: block;
    text-align: center;
}

.login-form form .label-input input {
    display: block;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 6px;
    box-shadow: 0px 2px 50px #0000000d;
    padding: 0 18px;
    margin-top: 8px;
    box-sizing: border-box;
    color: #000000e6;
    min-height: 50px;
    font-size: 16px;
}

.login-form form .label-input:first-child {
    margin-bottom: 20px;
}

.login-form form .first-child {
    margin-bottom: 20px;
}

.login-form form .label-input input::placeholder {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 14px;
    color: #000000e6;
}

.login-form form .label-input input:focus {
    outline: none;
}

.login-form form .label-input {
    text-align: start;
    font-size: 14px;
}

.login-form form .forget-pass {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    /*margin-bottom: 30px;*/
}

.showInput form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}


.checkmark {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    transition: background-color 0.3s ease-out;
    box-shadow: 0px 2px 50px #0000000d;
}

form input[type="checkbox"]:checked ~ .checkmark {
    background-color: #002173;
    border: none;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

form .forget-pass label {
    margin-left: 25px;
    font-size: 14px;
}

.login-form form .login-register {
    display: flex;
    flex-direction: column;
}

    .login-form form .login-register .login-btn {
        font-size: 15px;
        margin: 10px 0;
    }

.login-form form .forget-pass,
.login-form form .forget-pass a {
    font-size: 14px;
    color: #002173;
    text-decoration: none;
}
/*********** Map page styles **********/
.header-shadow {
    box-shadow: 0px 7px 7px #00000026;
}

.slider .searchbar {
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 21px;
    border: none;
    padding: 9px 20px;
    margin: 40px 40px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}

    .slider .searchbar::-webkit-search-cancel-button,
    .home-banner form .searchbar::-webkit-search-cancel-button {
        display: none;
    }

    .slider .searchbar:focus {
        outline: none;
    }

.slider::-webkit-scrollbar {
    width: 10px;
}

.slider::-webkit-scrollbar-thumb {
    background: #00217357;
    border-radius: 7px;
}

.slider::-webkit-scrollbar-track {
    background: #ccc;
}

.slider-left-box {
    padding: 40px 40px;
}

.slider .searchbar {
    /*    background-image: url(../images/magnifying-glass-solid.svg);
    background-repeat: no-repeat;
    background-position: top 12px right 15px;
    background-position-x: right 15px;
    background-position-y: 10px;
    background-size: 17px;*/
    font-size: 14px;
    margin: 0px;
}

.input-container {
    position: relative;
}

    .input-container .searchbarIcon {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 16px;
        font-size: 14px;
        cursor: pointer;
        z-index: 1;
    }

.card .searchbarIcon {
    position: absolute;
    top: 87%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    font-size: 14px;
    cursor: pointer;
    z-index: 1;
}
/*.registration .register form .register-btn button:hover {
    cursor: pointer;
    background-color: #fff;
    color: #002173;
}*/
.slider .searchbar::placeholder {
    color: #00217357;
}

.slider {
    max-width: 592px;
    min-width: 530px;
    max-height: calc(100vh - 134px);
    overflow-y: scroll;
    transition: all .3s;
}

.map-img {
    width: 100%;
    /*height: 738px;*/
}

    .map-img img {
        width: 100%;
        height: 100%;
    }

.slider .card {
    padding: 20px;
    justify-content: space-between;
    align-items: stretch;
    box-shadow: 0px 0px 7px #00000029;
    border-radius: 5px;
    margin: 20px 10px;
    box-sizing: border-box;
    position: relative;
    flex-wrap: wrap;
}

    .slider .card:hover {
        background-color: #f3f3f3;
    }

    .slider .card::after {
        content: "";
        display: block;
        width: 10px;
        height: 20px;
        background-color: #fff;
        position: absolute;
        top: 42%;
        left: 0px;
        box-shadow: inset -3px 0px 10px #00000029;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .slider .card::before {
        content: "";
        display: block;
        width: 10px;
        height: 20px;
        background-color: #fff;
        position: absolute;
        top: 42%;
        right: 0;
        box-shadow: inset 3px 0px 10px #00000029;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .slider .card .map-card-left-sec {
        display: inline-flex;
        /*margin-right: 10px;*/
    }

        .slider .card .map-card-left-sec img {
            border-radius: 10px;
            object-fit: contain;
        }

    .slider .card .middle-right-parent-div {
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
    }

    .slider .card .map-card-right-sec {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

.slider .map-card-middle-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 206px;
}

.slider .card .map-card-middle-sec .bold-font {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 16px;
    text-align: center;
    margin-bottom: 3px;
}

.slider .card .map-card-middle-sec p {
    margin: 5px 0;
    font-size: 12px;
}

.slider .card .map-card-middle-sec .amount {
    border: 2px solid #002173;
    border-radius: 20px;
    max-width: 200px;
    min-height: 35px;
    box-sizing: border-box;
    background-color: #fff;
}

.slider .map-card-middle-sec .amount .currency-div {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

    .slider .map-card-middle-sec .amount .currency-div span:first-child {
        margin-right: 5px;
    }

    .slider .map-card-middle-sec .amount .currency-div:first-child {
        border-right: 2px solid #002173;
    }

.slider .map-card-right-sec .log-in {
    background-color: #002173;
    min-width: 100px;
    padding: 5px 7px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    box-sizing: border-box;
}

.slider .map-card-right-sec .register-now {
    color: #002173;
    text-decoration: none;
    transition: all 0.3s;
}

    .slider .map-card-right-sec .register-now:hover {
        transform: translateX(5px);
    }

.slider .map-card-right-sec .arrow {
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 1px;
}

.slider .map-card-middle-sec .amount .currency-div:last-child img {
    width: 20px;
    height: 20px;
}
/*********** Registration page styles ***********/
.registration {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .registration .location-fees {
        font-family: "Montserrat-SemiBold", sans-serif;
        font-size: 14px;
        box-shadow: 0px 0px 7px #00000029;
        border-radius: 10px;
        width: 100%;
        max-width: 423px;
        /*padding: 20px 20px;*/
        padding: 23px 22px;
        box-sizing: border-box;
        margin-bottom: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .registration .location-fees::before {
            content: "";
            display: inline-block;
            width: 60px;
            height: 6px;
            background-color: #002173;
            border-radius: 0 0 4px 4px;
            position: absolute;
            top: 0;
        }

.location-fees .fees{
    display:flex;
}

.registration .location-fees div .loc-title {
    color: #002173;
    font-size: 18px;
}

        .registration .location-fees div:first-child {
            margin-bottom: 5px;
        }

    .registration .register {
        min-width: 790px;
        box-shadow: 0px 0px 7px #00000029;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #002173;
        font-size: 13px;
        padding: 20px 5px;
    }

        .registration .register h1 {
            font-family: "Montserrat-SemiBold", sans-serif;
            font-size: 20px;
            margin-top: 0;
        }

    .registration .registration-form input {
        padding: 10px;
        box-shadow: 0px 2px 3px #e5e5e5;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        font-size: 14px;
        /*height: auto;*/
    }

        .registration .registration-form input::placeholder {
            font-family: "Montserrat-Regular", sans-serif;
            font-size: 14px;
            color: #e5e5e5;
        }

        .registration .registration-form input:focus {
            outline: none;
        }

    .registration .registration-form textarea {
        padding: 10px;
        box-shadow: 0px 2px 3px #e5e5e5;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        font-size: 14px;
        /*height: auto;*/
    }

        .registration .registration-form textarea::placeholder {
            font-family: "Montserrat-Regular", sans-serif;
            font-size: 14px;
            color: #e5e5e5;
        }

        .registration .registration-form textarea:focus {
            outline: none;
        }

    .registration .registration-form label {
        margin-bottom: 7px;
        /*padding: 0px;*/
        /*margin-bottom: 0px;*/
    }

    .registration .register form .form-inner-div {
        display: flex;
        flex-direction: column;
        min-width: 350px;
        margin-bottom: 20px;
    }

    .registration .register form .checkbox {
        text-align: center;
    }

        .registration .register form .checkbox .checkmark,
        .registration .register form .checkbox input[type="checkbox"] {
            left: 50px;
            top: -1px;
        }

        .registration .register form .checkbox label {
            color: #000;
        }

    .registration .register form .register-btn {
        text-align: center;
        margin: 20px 0;
    }

        .registration .register form .register-btn button {
            font-family: "Montserrat-SemiBold", sans-serif;
            font-size: 14px;
            background-color: #002173;
            padding: 10px 18px;
            box-shadow: 0px 0px 10px #15579914;
            border: 1px solid #002173;
            border-radius: 6px;
            color: #fff;
            transition: all 0.3s ease-out;
        }

            .registration .register form .register-btn button:hover {
                cursor: pointer;
                background-color: #fff;
                color: #002173;
            }

    .registration .register form .sign-in {
        text-align: center;
        color: #000;
    }

        .registration .register form .sign-in a,
        .registration .register form .checkbox label a {
            font-family: "Montserrat-SemiBold", sans-serif;
            color: #002173;
            text-decoration: none;
        }

.modal-window {
    position: fixed;
    background-color: #00000059;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 22;
    visibility: hidden;
    opacity: 0;
    pointer-events: auto;
    transition: all 0.3s;
    /*max-height:400px;*/
    overflow-y: scroll;
}

.open-models:hover {
    color: #00a2e8;
    border-bottom: 1px solid #00a2e8;
    padding-bottom: 1px;
}
/*.modal-window:target {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }*/

.modal-window > div {
    max-width: 790px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    overflow: hidden;
}

    .modal-window > div > .relative {
        box-shadow: 0px 0px 15px #0000000d;
        padding: 20px 30px;
        /*max-height:100px;*/
    }

.modal-window h1 {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #012641;
    margin: 0;
}

.modal-window .modal-content {
    padding: 22px 30px;
    overflow-y: scroll;
    height: auto;
}

.modal-window p {
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 13px;
    line-height: 28px;
    color: #012641;
    margin-top: 0;
    margin-bottom: 10px;
}

.modal-close {
    width: 20px;
    float: right;
}

.modal-window > div {
    box-shadow: 0px 0px 7px #00000029;
    border-radius: 10px;
}
/*********** Registration 2 page styles ***********/
.registration-2 {
    box-sizing: border-box;
    padding-left: 170px;
    padding-right: 170px;
}

    .registration-2 .registration-first-div {
        margin-bottom: 20px;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .registration-2 .registration-first-div > .display-flex {
            flex: 1;
        }

    .registration-2 .location-fees {
        margin-bottom: 0;
        margin-right: 30px;
    }

    .registration-2 .registerAndpayment {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 342px;
        padding: 23px 30px;
        font-size: 12px;
        box-shadow: 0px 0px 7px #00000029;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .registration-2 .registerAndpaymentinner {
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: relative;
    }

        .registration-2 .registerAndpaymentinner::before {
            content: "";
            width: 50%;
            height: 2px;
            background-color: #002173;
            position: absolute;
            top: 30%;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: -1;
        }

    .registration-2 .registerAndpayment > div {
        text-align: center;
    }

    .registration-2 .registerAndpayment img {
        background: transparent radial-gradient(closest-side at 50% 50%, #ffffff 0%, #6bdbfa 100%) 0% 0% no-repeat padding-box;
        border-radius: 50%;
        padding: 8px;
        box-shadow: 0px 0px 10px #00000066;
    }

    .registration-2 .effective-date {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 300px;
        padding: 14px 20px;
        color: #063262;
        box-shadow: 0px 0px 7px #00000029;
        /*box-shadow: 0px 0px 0px #00000029;*/
        border-radius: 10px;
        box-sizing: border-box;
        margin-left: 30px;
    }

    .registration-2 .first {
        margin-left: 0px !important;
        box-shadow: 0px 0px 7px #00000029;
    }

    .registration-2 .effective-date .calander {
        box-shadow: 0px 2px 3px #e5e5e5;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        color: #040505cc;
        padding: 0 14px;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        min-height: 45px;
    }

        .registration-2 .effective-date .calander > div {
            display: flex;
            margin-right: 10px;
        }

    .registration-2 .pad-remove {
        padding: 0px 0px;
    }

    .registration-2 .user-information h2 {
        text-align: start;
        font-family: "Montserrat-SemiBold", sans-serif;
        font-size: 18px;
        color: #002173;
        margin-bottom: 20px;
    }

    .registration-2 .user-information {
        width: 100%;
        box-shadow: 0px 0px 7px #00000029;
        border-radius: 10px;
        padding: 20px;
        box-sizing: border-box;
    }

        .registration-2 .user-information input[type="text"] {
            max-width: 350px;
        }

        .registration-2 .user-information .name-div {
            display: flex;
            flex-direction: column;
            max-width: 350px;
            width: 100%;
        }

            .registration-2 .user-information .name-div input {
                font-family: "Montserrat-Regular", sans-serif;
                font-size: 16px;
                box-shadow: 0px 2px 3px #e5e5e5;
                border: 1px solid #e5e5e5;
                border-radius: 6px;
                padding: 10px;
                box-sizing: border-box;
            }

        .registration-2 .user-information .name-div {
            margin-right: 20px;
        }

            .registration-2 .user-information .name-div input:focus {
                outline: none;
            }

            .registration-2 .user-information .name-div input::placeholder {
                color: #e5e5e5;
                font-size: 14px;
            }

        .registration-2 .user-information .box {
            width: 100%;
            max-width: 350px;
            display: flex;
            flex-direction: column;
            margin-right: 20px;
            min-height: 67px;
        }

            .registration-2 .user-information .box .nice-select .current {
                position: absolute;
                height: 100%;
                display: flex;
                align-items: center;
                left: 14px;
            }

        .registration-2 .user-information label {
            color: #063262;
            margin-bottom: 5px;
            font-size: 14px;
        }

        .registration-2 .user-information .register-radio {
            display: flex;
            align-items: center;
        }

            .registration-2 .user-information .register-radio input {
                margin-right: 10px;
            }

            .registration-2 .user-information .register-radio label {
                margin: 14px 20px 10px 0;
            }

        .registration-2 .user-information .nice-select {
            max-width: 350px;
            box-shadow: 0px 2px 3px #e5e5e5;
            border: 1px solid #e5e5e5;
            border-radius: 6px;
            height: 100%;
        }

        .registration-2 .user-information .select2-container--default {
            max-width: auto box-shadow: 0px 2px 3px #e5e5e5;
            border: 1px solid #e5e5e5;
            border-radius: 6px;
            height: 100%;
        }

        .registration-2 .user-information .box.name-div input {
            min-width: auto;
        }

        .registration-2 .user-information .btn-div {
            flex-direction: column;
        }

            .registration-2 .user-information .btn-div .payment-btn {
                font-family: "Montserrat-Medium", sans-serif;
                border: 1px solid #002173;
                border-radius: 21px;
                background-color: #fff;
                color: #002173;
                margin-top: 30px;
                max-width: 170px;
                padding: 10px 15px;
                box-sizing: border-box;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
            }

                .registration-2 .user-information .btn-div .payment-btn::before {
                    content: "+";
                    transform: scale(2);
                    margin-right: 10px;
                    height: 100%;
                }

                .registration-2 .user-information .btn-div .payment-btn img {
                    margin-right: 5px;
                }

            .registration-2 .user-information .btn-div .create-btn {
                font-family: "Montserrat-SemiBold", sans-serif;
                max-width: 125px;
                background-color: #002173;
                box-shadow: 0px 0px 10px #15579914;
                border: 1px solid #002173;
                border-radius: 6px;
                color: #fff;
                padding: 8px 0;
                font-size: 16px;
                margin-top: 20px;
                transition: all 0.3s;
            }


                .registration-2 .user-information .btn-div .create-btn:hover {
                    background-color: #fff;
                    color: #002173;
                }


            /*.registration-2 .user-information > h2 {
            margin-top: 0;
        }*/

            .registration-2 .user-information .btn-div .create-btn,
            .registration-2 .user-information .register-radio input,
            .registration-2 .user-information .register-radio label,
            .registration-2 .user-information .btn-div .payment-btn {
                cursor: pointer;
            }

.login-secure-text {
    font-size: 16px;
    color: #002173;
    text-align: center;
}
.login-secure-text:not(:last-child){
    margin-bottom: 8px;
}
.login-register.single-btn-center{
    justify-content: center !important;
}
@media (min-width: 576px) {
    .custom-width {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .custom-width {
        max-width: 720px;
    }

    .registration-2 .effective-date {
        max-width: fit-content;
    }
}

@media (min-width: 992px) {
    .custom-width {
        max-width: 960px;
    }

    .top_nav ul {
        position: static;
        padding-top: 0;
    }

        .top_nav ul li {
            float: left;
        }

    .top_nav .svg-menu {
        display: none;
    }

    .close {
        display: none;
    }
}

@media (min-width: 1200px) {
    .custom-width {
        max-width: 1140px;
    }
    /*********** Map page styles **********/
    .map-img img {
        position: absolute;
    }

    footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        footer .legalAndcopy {
            /*margin-top: 0;*/
            padding-top: 0;
            /*border-top: 20px;*/
        }
/* for hide show footer*/
/*        footer .socialAndcontactDiv {
            transition: all 2s;
            position: absolute;
            inset: 0;
            z-index: -1;
            opacity: 0;
            visibility: hidden;*/
            opacity: 1;
            border-bottom: 1px solid #ccc;
            padding-bottom: 20px;
        }

        footer .legalAndcopy {
            background-color: #002173;
            z-index: 2;
            position: relative;
        }

        footer:hover .socialAndcontactDiv {
            /*position: static;
            opacity: 1;
            visibility: visible;*/
        }

        footer:hover .legalAndcopy {
            padding-top: 20px;
        }*/

        footer .socialAndcontactDiv {
            transition: all 2s;
            position: absolute;
            inset: 0;
            z-index: -1;
            position: static;
            opacity: 1;
            visibility: visible;
            border-bottom: 1px solid #ccc;
            padding-bottom: 20px;
        }

        footer .legalAndcopy {
            background-color: #002173;
            z-index: 2;
            position: relative;
            padding-top: 20px;
        }
/*
        footer:hover .socialAndcontactDiv {
            position: static;
            opacity: 1;
            visibility: visible;
        }

        footer:hover .legalAndcopy {
            padding-top: 20px;
        }*/
}

@media (min-width: 1400px) {
    .terms-and-conditions-modal .modal-content {
        max-height: calc(100vh - 170px);
    }
    .custom-width {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .terms-and-conditions-modal .modal-content {
        max-height: calc(100vh - 170px);
    }
}

@media only screen and (max-width: 1399px) {
    .terms-and-conditions-modal .modal-content {
        max-height: calc(100vh - 170px);
    }
    .who-can-benefit {
        margin-right: 50px;
    }

    .modal-window > div {
        max-height: 750px;
    }

    .modal-window .modal-content {
        max-height: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .terms-and-conditions-modal .modal-content {
        max-height: calc(100vh - 170px);
    }
    .registration-2 .effective-date {
        min-width: -webkit-fill-available;
    }

    .registration-2 .registerAndpayment {
        max-width: none;
    }

    .menu a {
        margin-right: 0px;
    }

    .services .services-parent {
        flex-direction: column;
    }

    .who-can-benefit {
        margin-right: 0;
    }

        .who-can-benefit h2 {
            margin-bottom: 0;
        }

    footer .socialAndcontactDiv {
        flex-direction: column;
    }

    footer .call-add,
    footer .social-icons {
        margin-bottom: 20px;
    }

    .login-form h1 {
        line-height: 35px;
    }


    .slider .map-card-right-sec .register-now {
        margin-top: 5px;
    }

    .map-main-div {
        flex-direction: column-reverse;
        align-items: center;
    }

    .slider {
        width: 100%;
        height: 300px;
    }

        .slider .card {
            min-width: 500px;
        }

        .slider .searchbar {
            position: absolute;
            top: 10%;
            left: 0;
            right: 0;
            margin: 0 auto;
            max-width: 50%;
        }

        .slider .slider-left-box .searchbar {
            position: relative;
            max-width: initial;
        }

        .slider .slider-left-box .searchbarIcon {
            width: 14px;
        }

    .slider-left-box {
        padding: 30px 30px;
    }

    .slider .card .map-card-left-sec img {
        width: 90px;
    }

    .slider .map-card-middle-sec {
        max-width: 290px;
        align-items: center;
    }
    /*********** Registration page styles ***********/
    .modal-window > div {
        min-width: 500px;
        max-height: 600px;
    }
    /*********** Registration-2 styles ***********/
    .registration-2 .registration-first-div {
        flex-direction: column;
        align-items: center;
    }

    .registration-2 .effective-date {
        margin-left: 0;
        margin-top: 20px;
    }

    .registration-2 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 991px) {
    .terms-and-conditions-modal .modal-content {
        max-height: calc(100vh - 170px);
    }
    .cmn-sec-pad {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .nav-header .logo img {
        width: 100px;
    }

    .custom-header {
        padding: 0 50px;
    }

        .custom-header .menu {
            padding-left: 0;
        }

    .top_nav ul li {
        margin: 0;
        padding: 0;
    }

    .custom-header .menu {
        display: block;
    }

    .menu a {
        margin-right: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    .nav .login-btn {
        font-size: 18px;
    }

    .login-div .car-img {
        display: none;
    }

    footer .legalAndcopy {
        flex-direction: column;
    }

        footer .legalAndcopy .legal {
            margin-bottom: 10px;
        }
    /*********** Registration page styles ***********/
    .registration .register {
        min-width: 100%;
        box-sizing: border-box;
    }

        .registration .register form .form-inner-div {
            min-width: 300px;
        }

        .registration .register form .checkbox .checkmark,
        .registration .register form .checkbox input[type="checkbox"] {
            left: 24px;
        }

    .registration-2 form .display-flex {
        flex-wrap: wrap;
    }

    .registration-2 .user-information .name-div,
    .registration-2 .user-information input[type="text"],
    .registration-2 .user-information .box,
    .registration-2 .user-information .nice-select {
        max-width: none;
    }

    .registration-2 .user-information .name-div,
    .registration-2 .user-information .box {
        margin-right: 0;
    }

    .m-btm {
        margin-bottom: 10px !important;
    }

    .ui-widget-content {
        top: 51%;
    }
}

@media screen and (max-width: 767px) {
    .terms-and-conditions-modal .modal-content {
        max-height: calc(100vh - 170px);
    }
    .custom-header {
        padding: 0 20px;
    }

    /*    .registration-2 .effective-date {
        max-width: none;
    }*/

    .services-cards .card {
        padding: 20px;
        margin-right: 0;
        margin-bottom: 20px;
        border-radius: 12px;
    }

    .services-cards .first-card,
    .services-cards .last-card {
        flex-direction: column;
    }

    .registration-2 .registration-first-div > .display-flex {
        width: 100%;
        flex-direction: column;
    }

    .registration-2 .location-fees {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .registration-2 .location-fees,
    .registration-2 .registerAndpayment,
    .registration-2 .effective-date {
        max-width: none;
    }

    .registration-2 .registerAndpaymentinner::before {
        width: 72%;
    }
}

@media screen and (max-width: 575px) {
    .terms-and-conditions-modal .modal-content {
        max-height: calc(100vh - 170px);
    }

    .custom-header {
        padding: 0 12px;
    }

    .radio-btn-div {
        display: block;
    }

    .home-banner {
        padding: 50px 0;
    }

        .home-banner form .radio-btn {
            margin: 0;
            margin-bottom: 10px;
            min-width: 100%;
            padding-left: 50px;
        }

    .login-btn {
        padding: 7px 30px;
    }

    .home-banner .card h1 {
        font-size: 20px;
    }

    .home-banner .card {
        max-width: 300px;
        padding: 20px 25px;
    }

        .home-banner .card p,
        .home-banner .card h1 {
            margin: 10px;
        }

    .who-can-benefit h2 {
        font-size: 25px;
    }

    .who-can-benefit p {
        font-size: 16px;
        line-height: 25px;
    }

    footer .call-add {
        flex-direction: column;
    }

        footer .call-add div:first-child {
            margin-bottom: 8px;
        }

        footer .social-icons span img,
        footer .call-add img {
            width: 18px;
        }

    footer .carrers {
        font-size: 18px;
    }

    footer {
        font-size: 14px;
    }

    .login-form .card img {
        max-width: 120px;
    }

    .login-form h1 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 30px;
    }

    .login-form form .label-input input {
        margin-top: 6px;
        min-height: 48px;
    }

    .login-form form .label-input:first-child {
        margin-bottom: 15px;
    }

    .login-form form .forget-pass {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .login-form form .login-register .login-btn {
        min-width: 140px;
        margin: 6px 0;
        border-radius: 10px;
    }

    .login-form form .login-register {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .login-form form .forget-pass {
        font-size: 14px;
    }

    .slider {
        min-width: auto;
    }

        .slider .card {
            justify-content: space-between;
            padding: 15px 20px;
            flex-wrap: nowrap;
            min-width: 320px;
        }

            .slider .card .map-card-middle-sec .bold-font,
            .slider .card .map-card-middle-sec p {
                text-align: end;
                margin-bottom: 5px;
            }

            .slider .card .map-card-middle-sec .bold-font {
                font-size: 14px;
            }

            .slider .card .map-card-middle-sec .amount {
                border: none;
                min-height: 25px;
                font-size: 14px;
            }

                .slider .card .map-card-middle-sec .amount img {
                    width: 20px;
                    height: 20px;
                }

            .slider .card .map-card-right-sec {
                margin-top: 15px;
                flex-direction: row;
                justify-content: end;
                justify-content: flex-end;
            }

        .slider .map-card-right-sec .log-in {
            min-width: 75px;
            max-height: 25px;
            padding: 3px 0;
            margin-right: 5px;
            font-size: 15px;
        }

        .slider .map-card-right-sec .register-now {
            font-size: 15px;
            margin-top: 2px;
        }

        .slider .searchbar {
            max-width: 80%;
        }
    /*********** Registration page styles ***********/
    .registration .location-fees {
        padding: 14px 14px;
    }

        .registration .location-fees div:first-child {
            margin-bottom: 0;
        }

    .registration .register form .register-btn {
        margin: 10px 0;
    }

        .registration .register form .register-btn button {
            font-size: 16px;
            padding: 8px 18px;
        }

    .modal-window > div {
        min-width: 300px;
        max-height: 600px;
    }

    .modal-window h1 {
        font-size: 18px;
    }

    .modal-close {
        width: 15px;
    }

    .modal-window > div > .relative,
    .modal-window .modal-content {
        padding: 10px 15px;
        height: auto !important;
        max-height: auto !important;
    }

    .registration-2 {
        padding-left: 12px;
        padding-right: 12px;
    }

        .registration-2 .registerAndpaymentinner::before {
            width: 70%;
            right: 18px;
        }

        .registration-2 .registerAndpayment {
            padding: 15px 40px;
        }

        .registration-2 .user-information h2 {
            font-size: 20px;
        }

        .registration-2 .user-information label {
            font-size: 14px;
        }

        .registration-2 .user-information .box {
            min-height: 65px;
        }

        .registration-2 .user-information .name-div input {
            padding: 12px;
        }

        .registration-2 .user-information .btn-div .payment-btn {
            padding: 5px 10px;
            max-width: 145px;
            margin-top: 20px;
        }

        .registration-2 .user-information .btn-div .create-btn {
            padding: 4px 0;
            font-size: 16px;
            margin-top: 15px;
        }

        .registration-2 .user-information .name-div input {
            font-size: 14px;
        }

    .registration .location-fees::before {
        width: 45px;
        height: 4px;
    }

    .ui-widget-content {
        top: 58%;
        width: 300px;
    }

    .slider .map-card-middle-sec {
        align-items: flex-end;
        align-items: end;
    }
}

/* Spinner Start */
.icon-spinner:before {
    content: "\f110";
}

.blue {
    color: #3498db;
}

.icon-spin {
    display: inline-block;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.icon-5x {
    font-size: 5em;
}

[class^=icon-], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}


#PleaseWait {
    z-index: 2000;
    padding: 25px;
    padding-left: 28px;
    width: 155px;
    height: 80px;
    font-weight: bold;
}

#fade {
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: black;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 90;
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=3.2.1);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff?v=3.2.1) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=3.2.1) format("truetype"),url(../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format("svg");
    font-weight: 400;
    font-style: normal;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/* Spinner End */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/**, :after, :before {
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}

a:not(.noicon)[href*="twitter.com"]:before {
    content: "";
}

a:not(.noicon)[target="_blank"]:after, a:not(.noicon)[rel=external]:after {
    content: "";
}

a:not(.noicon)[href*="facebook.com"]:before {
    content: "";
}*/


/* modal start*/

.hidden {
    display: none;
}

.open {
    display: block !important;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #00000063;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    overflow-y: scroll;
    max-height: 94vh;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close-modal {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}


.close-modal {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: var(--close-popup);
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}

button.close-modal {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.close-modal:hover, .close-modal:focus {
    color: var(--close-popup);
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}


@media (min-width: 576px) {
    .modal-dialog .modal-content {
        width: unset !important;
        left: unset !important;
    }
}
@media (min-width: 375px) {
    .modal-dialog .modal-content {
        width: unset !important;
        left: unset !important;
    }
}
@media (min-width: 205px) {
    .modal-dialog .modal-content {
        width: unset !important;
        left: unset !important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

        .modal-dialog .modal-content {
            width: unset !important;
            left: unset !important;
        }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

/*        .modal-dialog .modal-content {
            max-height: 700px;
        }*/

        .modal-dialog .modal-content {
            width: 830px !important;
            left: -118px !important;
        }

    .modal-lg {
        width: 900px;
    }
}

[role="button"] {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

/*  modal end */

/* customer new design start */

.registration .full-width-box {
    max-width: 100% !important;
    box-shadow: 0px 0px 7px #00000029;
}

.round-border {
    border-radius: 100%;
    background: #0021734D;
    height: 35px;
    width: 35px;
    display: flex;
    display: inline-block;
}

.image-round {
    margin-bottom: -12px;
    margin-left: 7px;
}

.email-image-round {
    margin-bottom: -13px;
}

.btn-div .create-btn  {
    font-family: "Montserrat-SemiBold", sans-serif;
    max-width: 125px;
    background-color: #002173;
    box-shadow: 0px 0px 10px #15579914;
    border: 1px solid #002173;
    border-radius: 6px;
    color: #fff;
    padding: 8px 0;
    font-size: 16px;
    margin-top: 20px;
    transition: all 0.3s;
}

.btn-div .create-btn:hover {
    background-color: #fff;
    color: #002173;
}

.btn-div .create-btn {
    cursor: pointer;
}

.btn-div .create-btn {
    padding: 4px 0;
    font-size: 16px;
    margin-top: 15px;
}

.btn-div .align-center {
    margin: auto;
    display: block;
}

.first {
    margin-right: 10px;
    max-width: 50%;
}

.second {
    margin-left: 10px;
    max-width: 50%;
}

.half-row {
    max-width: 50%;
}


.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-item-1 {
    padding: 10px;
    flex: 100%;
}

.flex-item-2 {
    padding: 10px;
    flex: 50%;
}

.flex-item-3 {
    padding: 10px;
    flex: 33.33%;
}

.flex-item-4 {
    padding: 10px;
    flex: 25%;
}

.flex-item-6 {
    padding: 10px;
    flex: 66.66%;
}

.flex-item-10 {
    padding: 10px;
    flex: 10%;
}

.flex-item-5 {
    padding: 10px;
    flex: 5%;
}
.login-form .home-icon .icon-link{
    cursor: pointer;
}
.login-form .home-icon .icon-link img {
    display: block;
    width: 40px;
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .flex-item-1, .flex-item-2, .flex-item-3, .flex-item-4, .flex-item-6 {
        flex: 100%;
    }

    .half-row {
        max-width: 100% !important;
    }
}

/*login form css start region*/

.login-form form .login-register {  
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap !important;
    flex-direction:row;
}

    .login-form form .login-register .login-btn {
        background: linear-gradient(45deg, #4aa8c7, #002173);
        width: 170px;
        border-radius: 6px;
    }


.login-div {
    min-height: calc(100vh - 214px);
    height: auto;
}
/* resgietr btn css   */
.resgietr-btn {
    border-style: solid;
    border-image: linear-gradient(54deg, rgba(237,9,121,0.996078431372549) 0%, #23f1e7 0%, #0075f1 100%);
    border-image-slice: 1;
    background-color: white;
}


/*login form css start region*/


@media screen and (max-width:999px) {
    .cmn-card.contact-us {
        width: auto !important;
        margin-left: 3% !important;
        margin-right: 3% !important;
    }

    /* payment page modal popup css */
    .modal-dialog .modal-content {
        overflow: auto !important;
    }
    /* account profile page edit popup css  */
    .body .cmn-card {
        min-width: auto;
        width: 100%;
    }
}


/*scroll bar start*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: #9a9a9a;
    border-radius: 20px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: black;
        cursor:pointer;
    }
/*scroll bar end*/

