


:root {
    --body-font: "Inter", sans-serif;
    --body-color: #FFFFFF;
    /*--primary-color: #4743c9;*/
    --primary-color: #f05a28;
    --secondary-color: #23c082;
    --head-color: #122350;
    --section-primary-color: #f2f3f9;
    --section-color: #f5f6fc;
    --para-color: #6575A0;
    --border-color: #868ea5;
    --hover-alt-color: #291b6b;
}

.collapsing {
    transition: 0.3s;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
    background: var(--body-color) !important;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    font-weight: 500;
    overflow-x: hidden;
}

section,
footer {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    line-height: 1.3;
}

    h1,
    h1 > a,
    h2,
    h2 > a,
    h3,
    h3 > a,
    h4,
    h4 > a,
    h5,
    h5 > a,
    h6,
    h6 > a {
        font-family: "Inter", sans-serif;
        color: var(--head-color);
        font-weight: 600;
        text-transform: initial;
        transition: all 0.3s;
    }

        h1 > a:hover,
        h2 > a:hover,
        h3 > a:hover,
        h4 > a:hover,
        h5 > a:hover,
        h6 > a:hover {
            color: var(--para-color);
        }

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: var(--para-color);
}

img {
    max-width: 100%;
    height: auto;
}

.preloader {
    opacity: .8 !important;
    z-index: 9999999;
}

.max-un {
    max-width: unset;
}

.d-rtl {
    direction: rtl;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--border-color);
}

button {
    border: none;
    cursor: pointer;
}

input,
textarea {
    padding: 10px 15px;
    color: var(--para-color);
    color: #202020;
    width: 100%;
    font-family: var(--body-font);
    background: var(--bs-white);
    border: 1px solid #dddce0;
    border: 1.8px solid #dcdbdf;
    border-radius: 9px;
    font-weight: 500;
    font-size: 16px;
}

::placeholder {
    color: #6e6e7a;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6e6e7a;
}

::-ms-input-placeholder {
    color: #6e6e7a;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="password"] {
    /*font-family: initial;*/
}

input[type="checkbox"] {
    width: initial;
    height: initial;
}

select {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    outline: none;
}

textarea {
    min-height: 150px;
    resize: none;
}

span {
    display: inline-block;
}

.table thead th,
.table td,
.table th {
    border: none;
}

.d-grid {
    display: grid !important;
}

.b-none {
    border: none !important;
}

.ovf-unset {
    overflow-x: unset !important;
}

iframe {
    border: 0;
    width: 100%;
}

.shadow-none {
    box-shadow: none;
}

h1,
h1 > a {
    font-size: 72px;
    line-height: 88.8px;
    margin-top: -20px;
}

h2,
h2 > a {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -16px;
}

h3,
h3 > a {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
}

h4,
h4 > a {
    font-size: 32px;
    line-height: 41.6px;
    margin-top: -8px;
}

h5,
h5 > a {
    font-size: 24px;
    line-height: 31.2px;
    margin-top: -6px;
}

h6,
h6 > a {
    font-size: 18px;
    line-height: 23.4px;
    margin-top: -4px;
}

h1.m-none,
h2.m-none,
h3.m-none,
h4.m-none,
h5.m-none {
    margin: 0;
}

table thead tr th {
    font-size: 18px;
    line-height: 30px;
}

a {
    display: inline-block;
    color: var(--para-color);
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
}

p,
span,
li,
label {
    margin: 0;
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 500;
    color: var(--para-color);
    line-height: 24px;
}


.app-download .features li {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .app-download .features li img {
        margin-right: 10px;
    }

.app-download .brand-area {
    display: flex;
    align-items: center;
}

    .app-download .brand-area a {
        margin-right: 25px;
        transition: 0.3s;
        border-radius: 14px;
    }

        .app-download .brand-area a:hover {
            box-shadow: 0px 12px 24px rgba(106, 105, 194, 0.25);
        }



.register-sec {
    min-height: 100vh;
    display: flex;
    width: 100%;
}

.regsecleft {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    background: #e3f0ff;
    display: flex;
    flex-direction: column;
}

.regsecright {
    width: 100%;
    padding: 20px;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.logo {
    width: 100%;
    max-width: 170px;
}

.login-reg .single-input {
    margin-bottom: 20px;
}

.regsecright .single-input label {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 9px;
    position: relative;
    padding: 0;
    text-align: left;
    width: 100%;
    color: #122350;
}

.login-reg .single-input select.dropdown {
    padding: 15px;
    color: #202020;
    font-family: var(--body-font);
    background: var(--bs-white);
    border: 1px solid #e3e4e8;
    border-radius: 10px;
    margin-right: 10px;
    font-weight: normal;
    font-size: 16px;
}

.login-reg .single-input.d-flex {
    position: relative;
    margin-bottom: 25px;
}

    .login-reg .single-input.d-flex select.dropdown {
        width: 90px;
    }

    .login-reg .single-input.d-flex a#SendOtp,
    a#Verified {
        position: absolute;
        right: 0;
        bottom: -30px;
        font-size: 14px;
    }

.login-reg a {
    cursor: pointer;
}

.login-reg div#dvOtp {
    margin-top: -20px;
    margin-bottom: 20px;
}

.login-reg div#dvTimer {
    font-size: 16px;
    margin-top: 10px;
}

.login-reg .dont-acc a {
    color: #f05a28;
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    text-decoration: underline;
}

.hide {
    display: none;
}

.cmn-btn {
    padding: 0px 30px;
    font-weight: 600;
    text-align: center;
    background: #72c9f1;
    color: #fff;
    transition: 0.3s;
    border-radius: 10px;
    border: 1px solid transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 56px;
    font-size: 18px;
}

a.cmn-btn:hover {
    background: #1ca2da;
    color: #fff;
}

.flag-icon {
    width: 24px;
    margin-right: 10px;
}

.login-reg h2.title {
    font-size: 40px;
    color: #2B3990;
    line-height: 52px;
    margin: 0px;
}

p.dont-acc {
    font-size: 16px;
    line-height: 34px;
    margin: 0 0 20px 0;
}

    p.dont-acc a {
        text-decoration: underline;
        color: #000;
        font-weight: 600;
    }

h5.modal-title {
    font-size: 19px;
}

.modal-header button {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-header button span {
        font-size: 27px;
    }

.modal .btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.modal .btn-secondary {
    color: #fff;
    background-color: #ef1a3d;
    border-color: #ef1a3d;
}

.modal .btn {
    font-size: 14px;
    padding: 8px 18px;
    font-weight: 500;
}

.alert-warning {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

    .alert-warning .btn,
    .alert-warning .close {
        background: rgb(246 113 69);
        width: 26px;
        height: 26px;
        border-radius: 30px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-shadow: none;
        color: #ffffff !important;
        opacity: 1;
        font-weight: normal;
    }

    .alert-warning p {
        color: #94452a;
        font-size: 13px;
        font-weight: 600;
    }

.login-reg .reg-google {
    margin-top: 30px;
}

    .login-reg .reg-google a {
        border: 1px solid #EEECF7;
        border-radius: 10px;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .login-reg .reg-google a i {
            margin-right: 10px;
        }

.login-reg .or {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

    .login-reg .or::after, .login-reg .or::before {
        position: absolute;
        content: "";
        background: #EEECF7;
        height: 1px;
        width: 38%;
    }

    .login-reg .or::after {
        left: 0;
    }

    .login-reg .or::before {
        right: 0;
    }

.error {
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 400px 0 100px;
}

.privacy-content .top-wrapper {
    margin-top: -7px;
    margin-bottom: -7px;
}

    .privacy-content .top-wrapper h4 {
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .privacy-content .top-wrapper p {
        margin-bottom: 30px;
    }

    .privacy-content .top-wrapper ul {
        margin-bottom: 20px;
    }

        .privacy-content .top-wrapper ul li {
            margin-bottom: 10px;
        }

.privacy-content .safe-data {
    margin: 55px 0;
}

    .privacy-content .safe-data ul {
        list-style-type: decimal;
        margin-left: 18px;
    }

        .privacy-content .safe-data ul li {
            padding-left: 15px;
        }

            .privacy-content .safe-data ul li::marker {
                font-weight: bold;
            }

.privacy-content .cookies {
    margin-bottom: -36px;
}

.privacy-content.terms .safe-data {
    margin-bottom: -23px;
}

.bg-grey {
    background-color: var(--section-color);
}

.otp-input {
    display: flex;
    gap: 15px;
    justify-content: center;
}

    .otp-input input {
        border: 2px solid #dddce0;
        border-radius: 7px;
        color: #000000;
        padding: 15px 15px;
        width: 100%;
        font-size: 28px;
        height: auto;
        box-shadow: none;
        outline: none;
        text-align: center;
        font-weight: 600;
    }

        .otp-input input:focus,
        .otp-input input.filled {
            border-color: #f05a28;
        }

.secreg {
    width: 100%;
    max-width: 580px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.entercodereg {
    max-width: 500px;
}

.accountdetailsreg {
    max-width: 750px;
}

ul.steps {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 50px 0 30px 0;
    gap: 30px;
}

    ul.steps li {
        display: flex;
        align-items: center;
        font-size: 16px;
        position: relative;
        gap: 15px;
        background: transparent;
        padding: 9px 10px;
        border-radius: 120px;
    }

        ul.steps li.active {
            background: #fff;
        }

        ul.steps li span {
            display: flex;
            flex-direction: column;
            font-size: 16px;
            line-height: 1;
            gap: 3px;
            color: #1223509e;
            font-weight: 500;
        }

            ul.steps li span label {
                font-size: 16px;
                color: #1223508a;
                font-weight: normal;
                margin: 5px 0 0 0;
                line-height: 1;
            }

        ul.steps li:before {
            content: '';
            position: absolute;
            top: -26px;
            left: 32px;
            width: 2px;
            height: 24px;
            background: #00000014;
            \: translateY(-110%);
        }

        ul.steps li i {
            /*border: 1.5px solid #E9E9EB;*/
            width: 45px;
            height: 45px;
            color: #122350;
            border-radius: 37px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            background: #ffffff;
            position: relative;
            z-index: 1;
        }

        ul.steps li:first-child:before {
            display: none;
        }

        ul.steps li.active span {
            color: #122350;
            font-weight: 700;
        }

            ul.steps li.active span label {
                color: #122350;
                font-weight: 500;
            }

        ul.steps li.active i {
            color: #fff;
            background: #f05a28;
        }

h3.reg-title {
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 18px;
}

    h3.reg-title + p {
        font-size: 16px;
        color: var(--head-color);
    }

span.codesent {
    font-size: 21px;
    line-height: 34px;
    font-weight: 500;
}

    span.codesent strong {
        font-weight: 600;
    }

.secreg .single-input label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
}

input.entercode {
    padding-left: 70px;
    background: url(/assets/FrontSite/assets/images/codeicon.svg) no-repeat;
    background-position: top 17px left 17px;
    position: relative;
    background-size: 26px;
}

.inputgroup {
    position: relative;
}

/*.inputgroup:before {
        content: '';
        position: absolute;
        width: 1px;
        background: #2B399033;
        top: 15px;
        left: 60px;
        bottom: 15px;
    }*/

section input,
section select,
section textarea {
    padding: 15px;
    line-height: 1;
    height: 52px;
    font-size: 16px;
}

.receivecode {
    text-align: center;
    margin: 20px 0;
}

    .receivecode .donotrec {
        color: #f05a28;
        font-size: 18px;
        line-height: 32px;
        text-decoration: underline;
        width: 100%;
        margin-bottom: 6px;
    }

    .receivecode .changenumb {
        color: #f05a28;
        font-size: 15px;
        line-height: 32px;
        text-decoration: underline;
    }

a.backlink {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: flex-end;
    margin-top: 8px;
}

    a.backlink i {
        margin-right: 5px;
    }

.notifyimg {
    width: 100%;
    max-width: 140px;
    margin-bottom: 40px;
}

.tellaboutsec {
    text-align: left;
}

h4.accdethead {
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    h4.accdethead img {
        width: 100%;
        max-width: 30px;
        margin-left: 10px;
    }

.single-input {
    margin-bottom: 10px;
}

/*input.enteremail {
    padding-left: 70px;
    background: url(../images/emailicon.svg) no-repeat;
    background-position: top 17px left 17px;
    position: relative;
    background-size: 26px;
}

input.enterpassword {
    padding-left: 70px;
    background: url(../images/lockpass.svg) no-repeat;
    background-position: top 14px left 17px;
    position: relative;
    background-size: 26px;
}*/

.tellaboutsec .single-input p {
    margin: 5px 0 0 0;
    line-height: 18px;
    color: #475467;
    font-weight: normal;
}

.inputgroup i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #9a9ba1;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-input select.dropdown {
    padding: 10px 15px;
    color: #202020;
    font-family: var(--body-font);
    background: url(../images/arrowdown.svg) no-repeat !important;
    background-position: right 15px center !important;
    background-size: 13px !important;
    border: 1px solid #e3e4e8;
    border-radius: 10px;
    margin-right: 10px;
    font-weight: normal;
    appearance: none;
    font-size: 16px;
}

/*.single-input select.dropdown:before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    font-size: 17px;
    right: 15px;
    top: 50%;
    font-weight: 600;
    transform: translateY(-50%);
}*/

/*.single-input .d-flex select {
    width: 100%;
    min-width: 280px;
    margin: 0 12px;
}*/

.single-input label.form-check-label {
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    !;
    !;
    display: flex;
    align-items: center;
}

    .single-input label.form-check-label a {
        line-height: 20px;
        font-size: 14px;
    }

.single-input input.form-check-input {
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 30px;
    margin: 0 6px 0 0;
}

.checkboxsec {
    margin: 10px 0 20px 0;
}

.form-floating img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    margin-right: 8px;
}

.select2-results img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    margin-right: 8px;
}

.form-floating .select2 {
    width: 100%;
    height: 52px;
}

    /*.form-floating .select2:before {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        position: absolute;
        font-size: 17px;
        right: 15px;
        top: 50%;
        font-weight: 600;
        transform: translateY(-50%);
    }*/

    .form-floating .select2 span.selection {
        width: 100%;
        height: 52px;
    }

.form-floating .select2-container .select2-selection--single {
    height: 52px;
    padding: 11px 15px;
    color: #202020;
    font-family: var(--body-font);
    border: 1px solid #dddce0;
    border-radius: 9px;
    font-weight: 500;
    background: url(../images/arrowdown.svg) no-repeat;
    background-position: right 15px center;
    background-size: 13px;
}

    .form-floating .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0px;
    }

        .form-floating .select2-container .select2-selection--single .select2-selection__rendered span {
            font-size: 16px;
            float: left;
        }

span.select2-search.select2-search--dropdown {
    display: none;
}

.select2-dropdown {
    border: 1px solid #e3e4e8 !important;
    border-radius: 9px !important;
    margin-top: 2px;
}

.select2-results__options {
    padding: 6px 0;
}

.select2-results__option {
    padding: 5px 15px !important;
}

    .select2-results__option span {
        font-size: 13px;
    }

.form-select:focus {
    box-shadow: none;
}

section.secreg {
    padding-bottom: 60px;
}

.download_ourapp {
    margin-top: auto;
    position: absolute;
    left: -370px;
    bottom: 20px;
}

p.downapptext {
    font-weight: 700;
    margin: 0 0 15px 0;
    font-size: 17px;
    color: #122350;
}

.downapplinks .scansec {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 300px;
    padding: 8px 50px 8px 8px;
    border-radius: 6px;
    background: #ffffff;
    margin-top: 12px;
}

    /*.downapplinks .scansec:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0px;
        width: 2px;
        background: #edecff;
        height: 100%;
        transform: translateY(-50%);
    }

    .downapplinks .scansec:after {
        content: 'Or';
        position: absolute;
        top: 50%;
        left: 0;
        font-size: 13px;
        transform: translate(-50%, -50%);
        color: #122350;
        background: #edecff;
        line-height: 1;
        border-radius: 24px;
        padding: 0;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }*/

    .downapplinks .scansec img {
        width: 80px;
        border-radius: 6px;
        margin-right: 13px;
    }

    .downapplinks .scansec p {
        font-size: 15px;
        line-height: 22px;
        color: #122350;
    }

.downapplinks .applink_wrapper {
    display: flex;
    gap: 10px;
}
    /*
    .downapplinks .applink_wrapper a {
        width: 50px;
        height: 50px;
        background: #edecff;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }*/

    .downapplinks .applink_wrapper img {
        width: 100%;
        margin: 0px;
        max-width: 145px;
        border: none;
        padding: 0;
    }

.sec_pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: auto;
    padding: 30px 0;
}

    .sec_pagination span {
        width: 50px;
        height: 5px;
        background: #e3e2e6;
        border-radius: 3px;
    }

        .sec_pagination span.active {
            background: #f05a28;
        }

.ribbon {
    width: 100%;
    max-width: 380px;
    background: #e42828;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0px auto 15px;
    font-weight: 600;
    position: relative;
}

    .ribbon:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 20px 0 20px 20px;
        border-color: transparent transparent transparent #ffffff;
        transform: rotate(0deg);
    }

    .ribbon:after {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 20px 20px 20px 0;
        border-color: transparent #ffffff transparent transparent;
        transform: rotate(0deg);
    }

div#DivOffer {
    margin: 0 0 40px 0;
}

    div#DivOffer .alert {
        background-color: #e3f0ff;
        border-color: #72c9f1;
        padding: 10px 30px;
        margin: 5px 0 0px 0;
        border-radius: 120px;
        display: inline-block;
    }

    div#DivOffer h2 {
        font-size: 20px;
        line-height: 22px;
        margin-top: 0;
        font-weight: 600;
    }

        div#DivOffer h2 a {
            font-size: 12px;
            line-height: 1;
        }

.banner_label {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    height: min-content;
    justify-content: flex-start;
    padding: 4px;
    position: relative;
    text-decoration: none;
    background-color: rgb(240, 252, 206);
    border-radius: 16px;
    width: max-content;
    margin: auto;
    position: relative;
    z-index: 1;
}

    .banner_label a {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 6px;
        height: min-content;
        justify-content: flex-start;
    }

    .banner_label:before {
        content: '';
        position: absolute;
        display: block;
        top: -3px;
        left: -3px;
        z-index: 0;
        display: block;
        overflow: hidden;
        /*  background: linear-gradient(to right, #0f2764 20%, #0f2764 40%, #71caf2 50%, #71caf2 55%, #0f2764 70%, #0f2764 100%); */
        /* background: linear-gradient(to right, #383838 20%, #383838 40%, #71caf2 50%, #71caf2 55%, #000000 70%, #000000 100%); */
        background-size: 200% auto;
        animation: shine 3s linear infinite;
        border-radius: 56px;
        right: -3px;
        bottom: -3px;
    }

    .banner_label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background: #283e78; */
        background: #122350;
        border-radius: 16px;
        border: 2px solid #fff;
    }

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

.banner_label label {
    margin: 0px;
    background-color: #f05a28;
    border-radius: 16px;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.banner_label span {
    font-size: 13px;
    letter-spacing: -0.25px;
    line-height: 1em;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 6px 0 0;
    position: relative;
    z-index: 1;
    font-weight: 700;
}

    .banner_label span svg {
        margin: 0 0 0 4px;
        stroke: #71caf2;
    }

.optionlist {
    height: 52px;
    padding: 11px 15px;
    color: #122350;
    font-family: var(--body-font);
    background: var(--bs-white);
    border: 1px solid #e3e4e8;
    border-radius: 9px;
    font-weight: 500;
    background: url(/assets/FrontSite/assets/images/arrowdown.svg) no-repeat, var(--bs-white);
    background-position: right 15px center;
    background-size: 13px;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 16px;
}

#forgotpasswordscreen .receivecode,
#changenumbscreen .receivecode {
    margin: 30px 0;
}

#forgotpasswordscreen p.dont-acc,
#verifycode p.dont-acc,
#forgotpasswordscreen .dont-acc a,
#verifycode .dont-acc a {
    font-weight: 500;
}

.verification-input {
    display: flex;
    gap: 20px;
}

.verification-input input {
    text-align: center;
    font-weight: 600;
    color: #000;
    border: 2px solid #dcdbdf;
    font-size: 28px;
    line-height: 1;
}

.verification-input input.filled{
    border-color: #f05a28;
}

#setpassword .single-input {
    text-align: left;
}

.modalbody_content h4 {
    font-size: 21px;
    margin: 30px 0 15px 0;
    font-weight: 700;
    color: #313131;
    line-height: 1;
}

.modalbody_content p {
    color: rgb(49 49 49 / 70%);
    font-size: 16px;
    margin: 0 0 30px 0;
}

#passwordset .modal-content,
#incorrect_code .modal-content {
    border-radius: 20px;
    outline: 0;
    border: none;
}

#passwordset .modal-body,
#incorrect_code .modal-body {
    padding: 30px;
}

.modalbody_content img {
    width: 100%;
    max-width: 100px;
}

#incorrect_code .modalbody_content img {
    width: 100%;
    max-width: 75px;
}

#incorrect_code .modalbody_content h4 {
    font-size: 19px;
    margin: 30px 0 15px 0;
    font-weight: 500;
    color: #313131;
    line-height: 31px;
}

.disabled-btn {
    background: #F1F8FD;
    color: #9CB1C9;
    pointer-events: none;
}

.envimgsec img {
    width: 100%;
    max-width: 70px;
}

.errordiv {
    padding: 12px 20px;
    background: #F1F8FD;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .errordiv img {
        width: 100%;
        max-width: 25px;
    }

    .errordiv label {
        font-size: 13px;
        font-weight: 500;
        color: rgb(0 0 0 / 70%);
        line-height: 20px;
    }

.single-input .iti {
    width: 100%;
}

.single-input input#mobile_code,
.single-input input#mobile_code2 {
    padding-left: 110px !important;
}

.single-input .iti--separate-dial-code .iti__selected-flag {
    background: transparent;
    position: relative;
    font-size: 16px;
    color: #0C266C;
    font-weight: 600;
    padding: 0 15px;
}

.single-input .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

/*.single-input .iti__flag {
    height: 30px;
    width: 30px;
}*/

.single-input .iti--separate-dial-code .iti__selected-flag:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #e3e4e8;
    right: 0px;
}

.single-input .iti__arrow {
    background: url(/assets/FrontSite/assets/images/arrowdown.svg) no-repeat;
    border: none;
    width: 11px;
    height: 8px;
    background-size: contain;
}

div#mobilechanged {
    text-align: center;
}

    div#mobilechanged img {
        width: 100%;
        max-width: 200px;
    }

#mobilechanged h3.reg-title {
    font-size: 22px;
    line-height: 33px;
    color: #1A202C;
    font-weight: 600;
    margin: 50px 0 20px 0;
}

#mobilechanged p {
    font-weight: 500;
    color: rgb(49 49 49 / 70%);
}

#mobilechanged span {
    color: #313131;
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0 0;
}

#updatemail span {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 1;
}

.digitcode {
    margin: 20px 0 0 0;
    font-weight: 700;
    font-size: 16px;
}

#emailaddress span {
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    font-size: 16px;
}

.remforg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0;
}

    .remforg span {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

        .remforg span input[type="checkbox"] {
            width: 16px;
            height: 16px;
            margin-right: 5px;
        }

    .remforg a {
        color: #f05a28;
        font-size: 15px;
        line-height: 34px;
        font-weight: 500;
        text-decoration: underline;
    }

.secreg .page-links {
    margin-bottom: 30px;
}

.page-links .dont-acc a {
    color: #f05a28;
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    text-decoration: underline;
}

.regsecleft .info-holder {
    margin-top: 140px;
}

    .regsecleft .info-holder h3 {
        font-size: 36px;
        font-weight: 700;
        line-height: 40px;
        margin-top: 0;
    }

    .regsecleft .info-holder p {
        font-size: 16px;
        margin: 20px 0 0;
        line-height: 26px;
    }

@media (min-width: 1025px) {
    .regsecleft {
        min-height: 700px;
    }
}


@media (max-width: 1199px) {
    h1, h1 > a {
        font-size: 57px;
        line-height: 74.1px;
        margin-top: -16px;
    }

    h2, h2 > a {
        font-size: 43px;
        line-height: 55.9px;
        margin-top: -10px;
    }

    .preloader {
        background-size: 30%;
    }

    .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
    .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
        font-size: 16px;
    }

    .banner-section .overlay .banner-content {
        padding: 220px 0 230px;
    }

    .banner-section.inner-banner .overlay .banner-content {
        padding: 215px 0 100px;
    }

    .how-it-works .single-item.second::after,
    .banner-section .overlay .banner-content .container .content-shape img {
        display: none;
    }

    .app-download .image-area,
    .global-payment .image-area {
        margin-top: 60px;
        text-align: center;
    }

        .app-download .image-area img,
        .global-payment .image-area img {
            width: 80%;
        }

    .how-it-works .single-item::after {
        right: calc(-10% - 10px);
        top: calc(60% - 20px);
    }

    .how-it-works .cus-mar {
        margin-bottom: -30px;
    }

    .how-it-works .single-item {
        margin-bottom: 30px;
    }

    .testimonials .slick-initialized .slick-slide {
        opacity: 1;
    }

    .footer-section .newsletter {
        background-image: none;
    }

    .banner-section.inner-banner .shape-area .shape-1 {
        width: 35%;
    }

    .blog-details-section .authors-area {
        display: grid !important;
        padding: 40px;
    }

        .blog-details-section .authors-area .right-item {
            margin: 0;
            margin-top: 30px;
        }

    .banner-section.business-account .banner-img-bottom {
        margin-top: -190px;
    }

    .banner-section.inner-banner.career-details .overlay .banner-content {
        padding: 215px 0 150px;
    }

    .error {
        background-size: contain;
    }

    .faqs-section .accordion .accordion-item .accordion-button {
        padding-right: 70px;
    }

    .banner-section.business-account.integrations .overlay form {
        width: 80%;
    }

    .login-reg .sec-img {
        width: 70%;
        margin: auto;
        margin-top: 30px;
    }

        .login-reg .sec-img img {
            max-width: 100%;
        }

    .features-built .image-area {
        width: 70%;
        margin: auto;
        margin-top: 30px;
    }

        .features-built .image-area img {
            max-width: 100%;
        }

    .call-action.security .main-content {
        background-size: 35%;
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
    .login-reg {
        background-position: top left -100px;
    }
}

@media (max-width: 1024.9px) {
    .register-sec {
        display: block;
    }

    .regsecleft {
        max-width: 100%;
        align-items: center;
        padding: 15px;
    }

    ul.steps {
        flex-direction: row;
        gap: 20px;
        text-align: center;
        margin: 30px 0 0 0;
        max-width: 800px;
    }

        ul.steps li {
            display: block;
            width: 100%;
        }

            ul.steps li:before {
                top: 20px;
                left: -50%;
                width: 100%;
                height: 2px;
            }

            ul.steps li i {
                margin: auto auto 10px auto;
            }

            ul.steps li span label {
                font-size: 14px;
                line-height: 20px;
            }

    .regsecright {
        margin-top: 0px;
        padding-top: 50px;
    }

    .login-reg {
        margin-top: 0;
        background: no-repeat;
    }

    #welcome .row .col-md-6:first-child {
        display: none;
    }

    .login-reg .navbar-brand img {
        max-width: 130px;
    }

    .login-reg h2.title {
        line-height: 44px;
    }

        .login-reg h2.title img {
            width: 34px;
        }

    .sec_pagination {
        margin-top: 50px;
    }

    .secreg .single-input label {
        font-size: 15px;
        font-weight: 600;
    }

    .single-input label.form-check-label {
        font-size: 14px;
        font-weight: normal;
    }

    .form-floating .select2-container .select2-selection--single {
        padding: 11px 10px;
    }

    section input, section select, section textarea,
    .login-reg .single-input select.dropdown {
        padding: 10px;
    }

    h3.reg-title {
        font-size: 26px;
        line-height: 38px;
    }

    span.codesent {
        font-size: 18px;
        line-height: 24px;
    }

        span.codesent + .mt-5 {
            margin-top: 20px !important;
        }

    .receivecode {
        margin: 25px 0;
    }

    h4.accdethead {
        font-size: 18px;
    }

        h4.accdethead img {
            max-width: 26px;
        }

    .single-input label.form-check-label {
        display: inline-block;
    }

    .single-input input.form-check-input {
        width: 18px;
        height: 18px;
        margin: 0 4px 0 0;
    }

    ul.steps li {
        font-size: 15px;
        padding: 0;
        background: none !important;
    }

    .cmn-btn {
        padding: 0px 20px;
        line-height: 50px;
        font-size: 16px;
    }

    .notifyimg {
        max-width: 100px;
    }

    .download_ourapp {
        position: inherit;
        left: inherit;
        bottom: 20px;
        text-align: center;
        margin-top: 20px;
    }

    .downapplinks .scansec {
        padding-right: 20px;
        background: #e3f0ff;
    }

        .downapplinks .scansec p {
            text-align: left;
        }

    .regsecleft .info-holder {
        margin-top: 20px;
        text-align: center;
    }

        .regsecleft .info-holder h3 {
            font-size: 28px;
            line-height: 32px;
        }

        .regsecleft .info-holder p {
            margin: 10px 0 0;
        }
}


@media (max-width: 767.9px) {
    .logo {
        max-width: 140px;
    }

    ul.steps li span {
        font-size: 13px;
        line-height: 16px;
    }

    .regsecleft .info-holder {
        margin-top: 20px;
        text-align: center;
    }

        .regsecleft .info-holder h3 {
            font-size: 24px;
            font-weight: 700;
            line-height: 30px;
        }

        .regsecleft .info-holder p {
            font-size: 15px;
            margin: 10px 0 0;
            line-height: 22px;
        }

    .regsecright {
        padding: 50px 15px 20px 15px;
    }

    div#DivOffer h2 {
        font-size: 14px;
        line-height: 18px;
    }

    div#DivOffer .alert {
        padding: 8px 10px 8px 10px;
    }

    .banner_label label,
    .banner_label span {
        font-size: 12px;
    }

    h3.reg-title + p {
        font-size: 15px;
    }

    .login-reg .single-input {
        margin-top: 20px !important;
    }

    .login-reg {
        background: none;
    }

    .sec_pagination {
        margin-top: 0px;
    }

    h3.reg-title + .mt-5 {
        margin-top: 20px !important;
    }

    #entermobileno .col-md-9.pl-0 {
        padding-left: 15px !important;
        margin-top: 10px;
    }

    .otp-input {
        gap: 7px;
    }

        .otp-input input {
            padding: 10px 5px;
            font-size: 18px;
        }

    .login-reg h2.title {
        font-size: 28px;
        line-height: 42px;
    }

        .login-reg h2.title img {
            width: 32px;
        }

    ul.steps li span label {
        display: none;
    }


    p.dont-acc,
    .login-reg .dont-acc a {
        font-size: 16px;
        line-height: 24px;
    }

    .section-text {
        margin-bottom: 24px;
    }

    .login-reg .single-input label {
        font-size: 15px;
    }

    section input, section select, section textarea {
        padding: 12px;
        height: 50px;
    }

    .form-floating .select2-container .select2-selection--single,
    .form-floating .select2 span.selection,
    .form-floating .select2 {
        height: 50px;
    }

    .form-floating img {
        width: 28px;
        height: 28px;
    }

    .login-reg .single-input.d-flex {
        margin-bottom: 15px;
    }


    ul.steps li {
        font-size: 13px;
    }

    .cmn-btn {
        line-height: 46px;
        font-size: 16px;
        padding: 0 20px;
    }

    h3.reg-title {
        font-size: 24px;
        line-height: 28px;
    }

    span.codesent {
        font-size: 17px;
        line-height: 24px;
    }

    input, textarea {
        font-size: 15px;
    }

    .receivecode {
        margin: 20px 0;
    }

        .receivecode .donotrec {
            font-size: 16px;
        }

        .receivecode .changenumb {
            font-size: 14px;
        }

    a.backlink {
        margin-bottom: 30px;
        font-size: 15px;
        position: inherit;
    }

    span.codesent + .mt-5 {
        margin-top: 20px !important;
    }

    h4.accdethead {
        display: inline-block;
        margin-top: 0px;
        font-size: 17px;
    }

        h4.accdethead img {
            max-width: 26px;
            margin-left: 5px;
            display: none;
        }

    .single-input .col-md-4.p-0 {
        padding: 0 15px !important;
        margin: 10px 0;
    }

    .single-input label.form-check-label {
        display: inline-block;
        font-size: 15px;
    }

    .single-input input.form-check-input {
        width: 16px;
        height: 15px;
        margin: 0 3px 2px 0;
    }

    .tellaboutsec .single-input.mb-0 .col-md-6:first-child {
        margin-bottom: 10px;
    }

    .notifyimg {
        max-width: 70px;
    }
}


@media (max-width: 480px) {
}

@media (max-width: 375px) {
}
/*# sourceMappingURL=style.css.map */






.modal-content {
    border-radius: 10px;
    border: none;
}

    .modal-content button.close {
        position: absolute;
        right: 20px;
        top: 10px;
        color: #122350;
        opacity: 1;
        font-weight: 500;
        font-size: 35px;
        background: transparent;
        margin: 0px;
        outline: none;
    }

    .modal-content h5.modal-title {
        color: #122350;
        font-weight: 700;
        font-size: 22px;
        line-height: 1;
        margin: 0;
    }

    .modal-content label {
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 5px;
        text-align: left;
        width: 100%;
        color: #122350;
    }

.modal-header {
    border-bottom: 1.5px solid #E9E9EB;
}

.modal-footer {
    border-top: 1.5px solid #E9E9EB;
}

.form-control-label.resend-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 16px;
}

span#timerforgototp,
span#timerOtp {
    font-size: 16px;
    margin-left: 4px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #f05a28;
    border-color: #f05a28;
}

.select-opetions {
    display: flex;
    flex-direction: column;
}

.select-opetions .optionlist {
    height: auto;
    width: auto;
    max-width: 100%;
    font-size: 18px;
    padding: 14px 15px;
}

p.text-center.need-help-details {
    font-size: 16px;
}

li.notReceiveLi {
    font-size: 15px;
}

.stillNeedHelpMediums {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2782a32b;
}

.stillNeedHelpContact {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.stillNeedHelpImgContainer {
    background-color: #e3f0ff;
    border-radius: 100px;
    min-width: 50px;
    min-height: 50px;
    width: 55px;
    height: 55px;
    display: grid;
    place-content: center;
}

.stillNeedHelpImgContainer i {
    font-size: 20px;
    color: #F05A28;
}

.stillNeedHelpImgContainer img {
    width: 25px;
}

.stillNeedHelpDetailsHeading {
    font-size: 1.2rem;
    line-height: 1;
}

.stillNeedHelpDetailsDiscription {
    font-size: 14px;
}

@media(max-width:530px) {
    .stillNeedHelpDetailsHeading {
        font-size: 1rem;
    }

    .stillNeedHelpContact {
        gap: .7rem !important;
    }

    .stillNeedHelpImgContainer {
        width: 50px;
        height: 50px;
    }

    .stillNeedHelpImgContainer img {
        width: 20px;
    }
}


@media screen and (max-width:767.9px) {
    .modal-content h5.modal-title br {
        display: none;
    }

    .modal-content h5.modal-title {
        font-size: 20px;
        line-height: 30px;
    }
    .verification-input{
        gap:7px;
    }
    .verification-input input {
        padding: 10px 5px;
        font-size: 18px;
    }
    .select-opetions .optionlist {
        font-size: 16px;
        padding: 12px 15px;
        line-height: 22px;
    }
}
.form-gender-cont {
    padding-right: 15px;
}

.form-gender {
    padding: 0;
    padding-right: 15px;
}

.form-occupation {
    padding: 0;
}

@media(max-width:770px) {
    .form-gender-cont {
        padding-right: 0px;
    }

    .form-gender {
        padding-left: 15px;
        padding-right: 15px;
    }

    .form-occupation {
        padding-left: 15px;
        padding-right: 15px;
    }
}
