@import url("https://use.typekit.net/ace5jgw.css");
@import url("https://use.typekit.net/gmr5ogr.css");

@font-face {
    font-family: 'heartstrings_altregular';
    src: url('../fonts/heartstrings_alt-webfont.eot');
    src: url('../fonts/heartstrings_alt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/heartstrings_alt-webfont.woff2') format('woff2'), url('../fonts/heartstrings_alt-webfont.woff') format('woff'), url('../fonts/heartstrings_alt-webfont.ttf') format('truetype'), url('../fonts/heartstrings_alt-webfont.svg#heartstrings_altregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*gobal css*/
* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    color: #3e3e3a;
    font-family: "mr-eaves-modern",sans-serif;
    overflow-x: hidden;
    background-color: #fff;
    font-variant-numeric: lining-nums;
    font-variant-ligatures: no-common-ligatures;
}

figure {
    padding: 0;
    margin: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

b, strong {
    font-weight: 700;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
    font-family: "brandon-grotesque",sans-serif;
}

.crusive-font {
    font-family: 'heartstrings_altregular'
}

.container {
    width: 100%;
    margin: auto;
    max-width: 1195px;
}

a {
    color: #598fc2;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #61d1fc;
        text-decoration: none;
    }

.register-btn {
    border: 1px solid #61d1fc;
    border-radius: 10px;
    font-size: 18px;
    display: inline-block;
    padding: 8px 10px;
    font-weight: 600;
    margin-top: 20px;
    width: 263px;
    text-align: center;
}

    .register-btn:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

.custom-btn {
    color: #fff;
    border-radius: 12px;
    width: 160px;
    padding: 13px 0;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    background: #3075B7;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}

    .custom-btn:hover {
        background: #61d1fc;
        color: #fff;
        border: none;
    }

.pd-50 {
    padding: 50px 0px;
}

/* Add red star for required form fields */
label.required::after {
    content: " *";
    color: red;
    font-weight: 700;
    margin-left: 2px;
}

/*color-css*/
.primarytextcolor {
    color: #61d1fc !important;
}

.secondarytextcolor {
    color: #598fc2 !important;
}

.tertiarytextcolor {
    color: #aeabed !important;
}

.primarybg {
    background-color: #61d1fc !important;
}

.secondarybg {
    background-color: #598fc2 !important;
}

.tertiarybg {
    background-color: #aeabed !important;
}

.gray {
    color: #3E3E3A;
}

.white {
    color: #ffffff;
}


.btn-primary {
    color: #fff;
    border-radius: 12px;
    width: 160px;
    padding: 13px 0;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    background: #3075B7;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #61d1fc;
        border : none;
    }

/*color-css*/

input::-webkit-input-placeholder {
    color: rgba(62, 62,58, 0.5);
}

input:-ms-input-placeholder {
    color: rgba(62, 62,58, 0.5);
}

input::placeholder {
    color: rgba(62, 62,58, 0.5);
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}


.custom-boderbtn {
    border: 1px solid #61d1fc;
    border-radius: 10px;
    color: #808080;
    font-size: 18px;
    display: inline-block;
    padding: 2px 5px;
    font-weight: 600;
    margin-top: 0px;
    width: 140px;
    text-align: center;
}


.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f5f2f2;
}

::-webkit-scrollbar-thumb {
    background: #dedede;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #b4b4b4;
    }



.text-danger {
    color: #FF0000 !important;
}

.custom-dropdown, .custom-datepicker, .custominputtxt {
    background-position: 99% center;
    outline: none;
    background-repeat: no-repeat;
    color: rgba(62, 62,58, 0.5);
    background-size: 27px;
    font-size: 19px;
    border-radius: 7px;
    height: 54px;
    border: 1px solid #598fc2;
    padding: 0px 25px 0 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-dropdown {
    background-image: url(../images/down-arrow.svg);
}

.custom-datepicker {
    background-image: url(../images/date-icon.svg);
    background-size: 22px;
    background-position: 95% center;
}

.customlistdisc li {
    position: relative;
    padding-left: 11px;
}

    .customlistdisc li::before {
        position: absolute;
        content: "";
        display: block;
        background: #3e3e3a;
        border-radius: 10px;
        width: 5px;
        height: 5px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

.custom-boderbottom {
    border-bottom: 2px solid #61d1fc;
}

.confirmlistpr span {
    font-weight: 100;
    font-size: 19px;
}


/**checkBox**/


.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 21px;
    width: 22px;
    background-color: transparent;
    border: solid 1px #B8C4CF;
    border-radius: 4px;
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #598fc2;
    border: solid 1px #598fc2;
}

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

@media screen and (max-width:1199px) {
    .pd-50 {
        padding: 40px 0px;
    }
}

@media screen and (max-width:991px) {
    .custom-btn {
        width: 126px;
    }
}

@media screen and (max-width:767px) {
    .custom-btn {
        width: 205px;
        justify-content: space-around;
        display: flex;
        justify-content: center;
    }

    .pd-50 {
        padding: 30px 0px;
    }
}

@media screen and (max-width:359px) {
    .custom-btn {
        width: 165px;
    }

    .pd-50 {
        padding: 20px 0px;
    }
}


/*gobal css*/

/*header*/
header {
    padding: 25px 0px;
}

    header .container {
        max-width: 1850px;
    }

/*header*/

/* header start */

.navnewclass .header {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 0 15px rgba(0,0,0, 0.1);
}

.hdr-right {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.navigation ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .navigation ul li {
        font-size: 18px;
        font-weight: normal;
        position: relative;
        margin-right: 53px;
    }

        .navigation ul li a {
            font-weight: 400;
            color: #3e3e3a;
            display: inline-block;
        }

            .navigation ul li a:hover {
                color: #61d1fc;
            }

        .navigation ul li:last-child {
            margin-right: 0px;
        }

.login-btn a.btn-custom-sm {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    padding: 0 25px;
}

    .login-btn a.btn-custom-sm i {
        font-size: 35px;
        font-weight: 200;
        margin-right: 9px;
    }

    .login-btn a.btn-custom-sm img {
        margin-right: 14px;
    }

.scroll-hidden .hdr-right::after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.mobile-logo {
    display: none;
}

.help-link {
    font-weight: 800;
    color: #3075B7;
    font-size: 20px;
    margin-right: 15px;
}



/* header End */

/* multiparthead Satrt */

.multiparthead {
    display: flex;
    text-align: center;
    align-items: center;
}

.multiparthead h4 {
    display: inline-block;
    width: calc(100% - 440px);
    font-weight: 600;
}
/* multiparthead End */


    /*login*/
    .login-middle-sec p {
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 0px;
}

.login-middle-sec h2, .register-middle-sec h2 {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 34px;
    color: #598fc2;
}

.login-middle-sec label {
    width: 100%;
    font-size: 20px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #3E3E3A;
}

.form-control:focus {
    border-color: #3075B7;
}

.password-txt {
    font-size: 20px;
    line-height: 1.2;
}

.form-control {
    font-size: 19px;
    border-radius: 10px;
    height: 51px;
    border: 1px solid #3075B7;
    padding: 0px 20px;
}

.for-tab-mobile {
    display: none !important;
}

.awards-box {
    margin-bottom: 10px;
}

.login-btn {
    flex-grow: 1;
}

.login-row .form-group {
    width: 50%;
    padding: 0 5px;
}

.banner-txt {
    width: 54%;
}

.login-form .close {
    position: absolute;
    right: 10px;
    width: 23px;
    top: 2px;
    z-index: 9;
}

.login-form .modal-body {
    padding: 30px;
}

.login-form .modal-content {
    border-radius: 10px;
}

.login-middle-sec .custom-checkbox {
    font-weight: 200;
    font-style: italic;
}

.login-row .custom-btn {
    margin-top: 32px;
    width: 100%;
    height: 51px;
}


/*login*/


/*banner*/
.hero-banner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.banner-img, .banner-txt {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.banner-img {
    background-image: url(../images/login-banner.jpg);
    height: 525px;
    background-size: auto;
}

.banner-txt {
    background-image: url(../images/login-banner-gradient-desktop.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 51%;
    height: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 150px;
    background-position: left center;
}

    .banner-txt h1 {
        font-size: 56px;
        font-weight: 900;
        color: #fff;
        line-height: 1;
        text-transform: uppercase;
    }

    .banner-txt span {
        font-size: 50px;
        transform: rotate(356deg);
        line-height: 0.7;
        padding-left: 0px;
        max-width: 750px;
        color: #3075B7;
        letter-spacing: -1px;
        margin-top: 15px;
        display: inline-block;
    }

    .banner-txt .ob-text-break {
        padding-left: 60px;
    }

.banner-list {
    display: inline-block;
    margin-top: 30px;
}

    .banner-list li {
        position: relative;
        padding-left: 25px;
        font-size: 24px;
    }

        .banner-list li:before {
            content: "";
            display: block;
            width: 18px;
            height: 17px;
            background-image: url(../images/check-icon.png);
            background-repeat: no-repeat;
            background-size: auto;
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);
        }

.hero-banner .banner-txt-inner {
    max-width: 575px;
}
/*banner*/


/*footer*/
footer {
    border-top: 1px solid #61D1FC;
    padding: 25px 0;
}

.copyright-txt {
    text-align: center;
}

    .copyright-txt span {
        font-weight: 600;
    }

        .copyright-txt span, .copyright-txt span a {
            color: #444444;
        }




@media screen and (min-width:992px) {

    .for-tab, .menuImage {
        display: none;
    }
}

@media screen and (min-width:768px) {

    .for-mobile {
        display: none;
    }
}

@media screen and (max-width: 1600px) {
    .hero-banner .banner-txt-inner {
        max-width: 500px;
    }
}


@media screen and (max-width: 1399px) {
    .hero-banner .banner-txt-inner {
        max-width: 450px;
    }
}

@media screen and (max-width:1360px) {
    .banner-txt h1 {
        font-size: 45px;
    }

    .banner-txt {
        padding-left: 120px;
    }

        .banner-txt span {
            max-width: 450px;
            margin-top: 17px;
            font-size: 42px;
        }

    .banner-list {
        margin-top: 40px;
    }

    .hero-banner .banner-txt-inner {
        max-width: 505px;
    }
}

@media screen and (max-width:1199px) {

    .banner-txt {
        padding-left: 100px;
    }

        .banner-txt h1 {
            font-size: 35px;
        }

        .banner-txt span {
            max-width: 386px;
        }

    .banner-list {
        margin-top: 30px;
    }

    .banner-txt-inner {
        max-width: 380px;
    }

    .banner-img {
        height: 415px;
    }

    .hero-banner .banner-txt-inner {
        max-width: 380px;
    }

    .banner-list li {
        font-size: 20px;
    }
}

@media screen and (max-width:1024px) {


    footer h5 {
        margin-bottom: 10px;
        font-size: 17px;
    }

    footer ul li {
        font-size: 16px;
    }

    .banner-txt span {
        max-width: 386px;
    }

    .banner-img {
        height: 350px;
        background-image: url(../images/login-banner-tab.jpg);
        background-size: cover;
        background-position: left center;
    }

    .small-banner .banner-txt h1 {
        font-size: 35px;
    }

    .search-tab .custom-form {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:991px) {

    .for-desktop {
        display: none;
    }

    .for-tab-mobile {
        display: block !important;
    }
    /*header*/
    header {
        padding: 22px 0px;
        border-bottom: 2px solid #61D1FC;
    }

    .mobile-logo {
        width: 170px;
    }

    .header-right {
        margin-left: auto;
    }

    /*header*/
    h1, .h1 {
        font-size: 28px;
    }


    .login-middle-sec h2 {
        font-size: 30px;
        line-height: 1.2;
        padding: 3px 0px 0 0;
    }

    .header-right {
        flex-direction: column;
    }

    .banner-txt {
        padding-left: 70px;
    }

    footer {
        padding: 20px 0;
    }

    .banner-txt h1 {
        font-size: 32px;
    }

    .banner-txt span {
        font-size: 35px;
        padding-left: 10px;
        max-width: 275px;
    }

    .banner-img {
        height: 286px;
        background-position: left center;
    }

    .banner-txt {
        padding-left: 65px;
    }

        .banner-txt .ob-text-break {
            padding-left: 34px;
        }

    .support-box {
        display: flex;
        align-items: center;
    }

    .banner-txt span {
        font-size: 28px;
        padding-left: 0;
        max-width: 306px;
        margin-top: 8px;
    }

    .banner-list {
        margin-top: 15px;
    }

        .banner-list li {
            font-size: 18px;
            padding-left: 19px;
        }

    .help-link {
        text-align: right;
        font-weight: 300;
        line-height: 1.2;
    }

    .banner-list li:before {
        width: 13px;
        height: 12px;
        background-size: contain;
    }

    .login-middle-sec form .custom-btn {
        width: 160px;
        height: 60px;
    }

    .login-middle-sec .custom-checkbox {
        width: calc(100% - 160px);
    }

    .banner-txt-inner {
        max-width: 275px;
    }

    .logo img {
        max-width: 160px;
    }

    .banner-list li {
        font-size: 18px;
    }

    .login-middle-sec form {
        max-width: 463px;
        margin: 0 auto;
    }

    .login-row .custom-btn {
        margin-top: 0;
    }

    .multiparthead a {
        max-width: 150px;
    }

    .multiparthead h4 {
        width: calc(100% - 240px);
        font-size: 20px;
    }


    }

@media screen and (max-width:767px) {

    .for-desktop-tab {
        display: none;
    }

    .for-tab {
        display: none;
    }

    header {
        padding: 13px 0px;
    }

    .login-middle-sec form {
        margin-top: 20px;
    }

    .banner-txt {
        padding-left: 40px;
        width: 59%;
    }

    .banner-img {
        height: 159px;
        background-size: cover;
    }

    .login-middle-sec h2, .banner-txt span {
        font-size: 26px;
    }

    .banner-txt span {
        max-width: 100%;
        display: inline-block;
        font-size: 34px;
        margin-top: 10px;
        transform: none;
        width: 100%;
    }

    .login-middle-sec {
        padding: 30px 0px;
    }

    .form-control {
        padding: 0px 10px;
    }

    .login-middle-sec form {
        max-width: 100%;
    }

    .banner-txt .ob-text-break {
        padding-left: 0;
    }


    .hdr-right .custom-boderbtn {
        width: 72px;
    }

    .hero-banner {
        display: flex;
        flex-direction: column-reverse;
        height: 100%;
        position: relative;
    }

    .banner-img {
        background-size: cover;
        margin-top: -95px;
        background-image: url(../images/login-mob-banner.jpg);
        height: 305px;
        background-position: center;
    }


    .banner-txt {
        padding-left: 0px;
        width: 100%;
        height: 253px;
        background-image: url(../images/mobile-banner.png);
        background-size: cover;
        background-position: bottom;
        justify-content: flex-start;
        position: relative;
    }

    .banner-txt-inner {
        max-width: 400px;
        margin: 0 auto;
        padding: 25px;
    }

    .banner-list {
        display: none;
    }

    .banner-txt h1 {
        font-size: 29px;
    }

    .logo img {
        max-width: 117px;
    }

    .help-link {
        font-size: 14px;
    }

    .login-middle-sec form .custom-btn {
        width: 145px;
        height: 44px;
        line-height: normal;
    }

    .hero-banner .banner-txt-inner {
        max-width: 420px;
    }

    .login-middle-sec form {
        max-width: 375px;
    }


  


}


@media screen and (max-width:575px) {
    .banner-txt {
        height: 283px;
    }

    .banner-img {
        margin-top: -85px;
    }

    .login-middle-sec form {
        margin-top: 0;
    }
    .multiparthead h4 {
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (max-width:414px) {
    .banner-txt {
        height: 223px;
    }

    .hero-banner .banner-txt-inner {
        padding: 20px;
    }
}

@media screen and (max-width:390px) {

    .login-middle-sec p {
        font-size: 16px;
        padding-bottom: 0px;
    }

    .login-middle-sec h2 {
        font-size: 21px;
    }

    footer {
        padding: 20px 0px;
    }

    .login-middle-sec label {
        font-size: 19px;
    }

    .banner-txt h1 {
        font-size: 24px;
    }

    .banner-txt span {
        font-size: 31px;
    }

    .hero-banner .banner-txt-inner {
        max-width: 365px;
        padding: 19px;
    }

    .banner-txt {
        height: 273px;
    }

    .banner-txt {
        height: 183px;
    }

    .help-link {
        margin-right: 7px;
    }

    .custom-boderbtn {
        font-size: 16px;
    }

    .logo img {
        max-width: 102px;
    }

    .help-link {
        font-size: 12px;
    }

    .login-middle-sec form .custom-btn {
        font-size: 16px;
        width: 95px;
        height: 41px;
    }

    .login-middle-sec .custom-checkbox {
        width: calc(100% - 95px);
    }

    .copyright-txt {
        font-size: 15px;
    }

    .banner-img {
        margin-top: -75px;
    }
}

@media screen and (max-width:360px) {
    .banner-txt h1 {
        font-size: 21px;
    }
}
