@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap");

*,
*::after *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: "Roboto", sans-serif;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    background: #fff;
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container {
    max-width: 1140px;
}

.container-fluid {
    padding: 0;
    padding: 0px 50px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .container {
        padding: 0% 5%;
    }

    .container-fluid {
        padding: 0% 5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        padding: 0% 5%;
    }

    .container-fluid {
        padding: 0% 5%;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 0% 5%;
    }

    .container-fluid {
        padding: 0% 5%;
    }
}

img {
    max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    text-decoration: none;
}

    a:active,
    a:hover {
        outline: 0;
        text-decoration: none;
    }

.animated:focus-visible {
    outline: none;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

    button:focus-visible {
        outline: none;
    }

    input:focus-visible {
        outline: none;
    }

    textarea:focus-visible {
        outline: none;
    }

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        height: 1rem;
        width: 1rem;
        margin-right: 0.25rem;
    }
.remember-login-wrapper {
    display: flex;
    align-items: center;
}

.remember-login-wrapper input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    height: 1rem;
    width: 1rem;
    margin-right: 0.25rem;
}
.remember-login-wrapper label {
    margin-bottom: 0;
}
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button,
input,
select,
optgroup,
textarea {
    font-family: "Roboto", sans-serif;
    color: #323232;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}

.c-font,
.c-font a {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}

    h1,
    h1 a,
    h2,
    h2 a,
    h3,
    h3 a,
    h4,
    h4 a,
    h5,
    h5 a,
    h6,
    h6 a {
        font-family: "Roboto", sans-serif;
        color: #164b77;
        font-weight: 700;
        line-height: 140%;
    }

h1 {
    font-size: 49px;
}

h2 {
    font-size: 39px;
}

h3 {
    font-size: 31px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    color: #323232;
    margin: 0;
    line-height: 160%;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 15px;
}

a,
button,
input,
textarea {
    font-weight: 400;
}

img,
a,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: auto !important;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ul li {
    list-style-type: disc;
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    display: inline-block;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

textarea {
    width: 100%;
}

a {
    color: inherit;
}

    a:hover,
    a:focus,
    a:active {
        color: inherit;
    }

    a:hover,
    a:active {
        outline: 0;
    }

/*=========================================================
	SignIn Pages CSS
===========================================================*/

.signin-pages-area {
    /* position: relative; */
    padding-bottom: 0;
}

    .signin-pages-area::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url('../images/bg-img.svg');
        background-position: center;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
    }


.main-content-wrapper {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 570px !important;
}
.main-content-wrapper-registration {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

    .signin-box-top {
        text-align: center;
        margin-bottom: 20px;
    }

.signin-pages-box {
    position: relative;
    margin: 62px 0px;
}

    .signin-pages-box.different-widget-box::before {
        width: 460px;
        height: 360px;
        left: 50%;
        margin-left: -230px;
        top: 50%;
        margin-top: -180px;
    }

    .signin-pages-box::before {
        position: absolute;
        content: "";
        width: 468px;
        height: 668px;
        background: #ffffff;
        opacity: 0.4;
        box-shadow: 0px 24px 48px rgba(45, 36, 138, 0.08);
        border-radius: 20px;
        z-index: 1;
        left: 50%;
        margin-left: -234px;
        top: 50%;
        margin-top: -334px;
    }

.registration-page-box::before {
    position: absolute;
    content: "";
    width: 94%;
    background: #ffffff;
    opacity: 0.4;
    box-shadow: 0px 24px 48px rgba(45, 36, 138, 0.08);
    border-radius: 20px;
    z-index: 1;
    margin-left: 0;
    height: 85%;
    top: 8%;
    left: 3%;
    margin-top: 0;
}

.flat-btn {
    border: none;
    font-size: 15px;
    background: none;
    text-decoration: underline;
    color: #00b7aa;
}
.signin-pages-box-inner {
    background: #ffffff;
    box-shadow: 0px 24px 48px rgba(45, 36, 138, 0.08);
    border-radius: 20px;
    padding: 32px 24px;
    position: relative;
    z-index: 22;
    margin: 0px 70px;
    height: auto;
}

    .signin-pages-box-inner.add-margin {
        margin: 50px 70px;
    }

.signin-form {
    background: #fff;
    box-shadow: 0px 24px 48px rgba(45, 36, 138, 0.08);
    border-radius: 16px;
    padding: 40px 32px 32px;
    margin-top: 80px;
    margin-bottom: 120px;
}

.signin-form-main .form-group {
    margin-bottom: 10px;
}

    .signin-form-main .form-group label {
        background: #fff;
        border-radius: 4px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        margin-left: 16px;
        margin-bottom: 8px;
    }

    .signin-form-main .form-group input  {
        width: 100%;
        background: #fff;
        border: 1px solid #ecf1f4;
        border-radius: 4px;
        height: 48px;
        padding: 14px 16px 8px 16px;
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
        color: #323232;
    }

        .signin-form-main .form-group input[type='checkbox'] {
            width: 100%;
            background: #fff;
            border: 1px solid #ecf1f4;
            border-radius: 4px;
            height: 48px;
            padding: 14px 16px 8px 16px;
            font-weight: 500;
            font-size: 16px;
            line-height: 160%;
            color: #323232;
        }
.form-group-password {
    position: relative;
}

    .form-group-password input {
        padding-right: 35px !important;
    }

.sho-hidden-pass {
    position: absolute;
    right: 12px;
    top: 14px;
    color: #164b77;
    font-size: 20px;
}

.signin-btn {
    margin-top: 20px;
}

    .signin-btn .theme-btn {
        width: 100%;
        height: 48px;
        border: none;
        background: #00b7aa;
        border-radius: 4px;
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        color: #fafbfc;
        padding: 11px 20px;
        transition: all 0.4s ease;
    }

        .signin-btn .theme-btn:hover {
            background: #164b77;
        }

.signin-bottom-chekbox {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.signin-forgot-password {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-decoration-line: underline;
    color: #f24c4c;
}

    .signin-forgot-password:hover {
        color: #f24c4c;
        text-decoration-line: underline;
    }

.signin-chekbox-main .checkbox-inline {
    bottom: 0;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
    padding-left: 25px;
    font-size: 14px;
    color: #323232;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 0px;
}

    .signin-chekbox-main .checkbox-inline::before {
        position: absolute;
        content: "";
        left: 0;
        top: 3px;
        width: 16px;
        height: 16px;
        border: 1px solid #323232;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        background: transparent;
    }

    .signin-chekbox-main .checkbox-inline.checked::before {
        background: #00b7aa;
        border: 1px solid transparent;
    }

    .signin-chekbox-main .checkbox-inline.checked::after {
        display: block;
        color: #fff;
    }

    .signin-chekbox-main .checkbox-inline::after {
        font-family: "uicons-regular-rounded";
        content: "\f160";
        position: absolute;
        color: #f8f9ff;
        left: 4px;
        top: 11px;
        font-size: 9px;
        line-height: 0px;
        display: none;
        background: #5463ff;
    }

    .signin-chekbox-main .checkbox-inline input {
        width: 30px;
        height: 30px;
        background: transparent;
        display: none;
    }

.signin-with-options {
    text-align: center;
}

.s-with-options-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-with-options-single {
    display: flex;
    align-items: center;
    background: #fafbfc;
    border: 1px solid #ecf1f4;
    border-radius: 4px;
    padding: 9px 33px;
    margin-right: 15px;
    width: 148px;
}

    .s-with-options-single img {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }

    .s-with-options-single:last-child {
        margin: 0;
    }

.s-with-options-label {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #222c34;
}

.signin-with-options-title {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 18px;
    color: #222c34;
}

.signin-no-account {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-top: 0;
}

    .signin-no-account a {
        font-weight: 500;
        color: #00b7aa;
        text-decoration: underline;
    }

.signin-form-top-title {
    margin-bottom: 12px;
    font-weight: 600;
}

.signin-form-top-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 0px;
}

.signin-form-top {
    margin-bottom: 20px;
}

.signin-box-logo img {
    width: 148px;
    height: 48px;
}

.signin-box-logo {
    margin-bottom: 25px;
}

.signin-box-top-title {
    font-size: 25px;
    margin-bottom: 8px;
}

.signin-box-top-text {
    font-size: 15px;
    margin: 0;
}

.signin-form-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #323232;
    margin-bottom: 30px;
}

    .signin-form-text a {
        font-weight: 500;
        line-height: 160%;
        text-decoration-line: underline;
        color: #00b7aa;
    }

    .signin-form-text.mr-top-22 {
        margin-top: 22px;
    }

.signin-box-logo.mr-btm-145 {
    margin-bottom: 145px;
}

.signin-form-main.verify-otp .form-group {
    margin: 0;
}

    .signin-form-main.verify-otp .form-group input {
        background: #fff;
        border: 1px solid #ecf1f4;
        border-radius: 4px;
        width: 48px;
        height: 48px;
        padding: 10px;
        text-align: center;
        margin-right: 10px;
    }

        .signin-form-main.verify-otp .form-group input:nth-child(6) {
            margin: 0;
        }

.verify-otp-btn {
    margin-top: 20px;
}

    .verify-otp-btn .theme-btn {
        border: none;
        width: 100%;
        height: 48px;
        background: #00b7aa;
        border-radius: 4px;
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        text-align: center;
        color: #fafbfc;
        transition: all 0.4s ease;
    }

.signin-form-main.verify-otp .signin-no-account {
    text-align: center;
}

    .signin-form-main.verify-otp .signin-no-account a {
        text-decoration: initial;
    }

.verify-otp-btn .theme-btn:hover {
    background: #164b77;
}

.signin-box-top.mr-btm-45 {
    margin-bottom: 45px;
}

.verification-success-btn .theme-btn {
    background: #00b7aa;
    border-radius: 4px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 11px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #fafbfc;
    height: 48px;
    transition: all 0.4s ease;
}

    .verification-success-btn .theme-btn:hover {
        background: #164b77;
        color: #ffffff;
        cursor:pointer;
    }

.verification-success-inner {
    text-align: center;
}

    .verification-success-inner img {
        width: 72px;
        height: 72px;
        margin-bottom: 12px;
    }

.v-success-cont-title {
    font-size: 25px;
    margin-bottom: 8px;
}

.v-success-cont-text {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.verification-success-btn {
    margin-top: 25px;
}

.forgot-pass-form {
    text-align: left;
    margin-top: 20px;
}

.signin-box-logo.mr-btm-160 {
    margin-bottom: 160px;
}

.signin-box-logo.mg-btm-50 {
    margin-bottom: 50px;
}

/* .signin-pages-box-inner.add-height {
  height: 805px;
} */

.user-profile-upload input {
    background: #ffffff;
    border: 1px solid #ecf1f4;
    border-radius: 4px;
    width: 100%;
    height: 48px;
    padding: 9px 14px;
    color: #9ea2a6;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.user-profile-upload label {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #222c34;
    background: #ffffff;
    border: 1px solid #ecf1f4;
    border-radius: 4px;
    padding: 2px 8px;
    margin-bottom: 8px;
    margin-left: 14px;
}

.user-profile-upload {
    margin-top: 20px;
}

    .user-profile-upload input::file-selector-button {
        padding: 6px 12px;
        border: none;
        border-radius: 4px;
        background: #00b7aa;
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        color: #ffffff;
    }

@media only screen and (min-width: 1600px) and (max-width: 5000px) {
    body {
        margin: 0;
        height: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1599px) {
    .signin-box-logo img {
        /* width: 148px; */
        /* height: 48px; */
        width: 120px;
        height: auto;
    }

    .signin-box-top-title {
        /* font-size: 25px; */
        font-size: 20px;
    }

    .signin-box-top-text {
        /* font-size: 15px; */
        font-size: 13px;
    }

    .signin-box-top {
        /* margin-bottom: 20px; */
        margin-bottom: 12px;
    }

    .signin-box-logo {
        /* margin-bottom: 25px; */
        margin-bottom: 20px;
    }

    .signin-form-main .form-group input {
        /* padding: 14px 16px 8px 16px; */
        padding: 8px 16px;
    }

    .signin-form-main .form-group input[type='checkbox'] {
        /* padding: 14px 16px 8px 16px; */
        padding: 8px 16px;
    }
    .signin-btn {
        /* margin-top: 20px; */
        margin-top: 16px;
    }

    .signin-form-text {
        /* font-size: 14px; */
        /* margin-bottom: 30px; */
        font-size: 12px;
        margin-bottom: 16px;
    }

    .signin-with-options-title {
        /* margin-bottom: 18px; */
        margin-bottom: 12px;
    }

    .s-with-options-single {
        /* padding: 9px 33px; */
        padding: 6px 24px;
    }

    .signin-no-account {
        /* font-size: 16px; */
        /* margin-top: 16px; */
        font-size: 14px;
        margin-top: 0;
    }

    .signin-pages-box-inner {
        /* padding: 32px 24px; */
        /* height: 760px; */
        padding: 24px 24px;
        height: auto;
    }

    .signin-bottom-chekbox {
        /* margin-top: 16px; */
        /* margin-bottom: 16px; */
        margin-top: 12px;
        margin-bottom: 8px;
    }

    .signin-pages-box::before {
        /* height: 668px; */
        /* top: 50%; */
        height: 572px;
        top: 58%;
    }

    .signin-pages-box {
        /* margin: 62px 0px; */
        margin: 10px 0px;
    }

    .signin-pages-area {
        /* padding-bottom: 50px; */
        overflow: hidden;
    }
    /* .signin-pages-box-inner.information-box-height {
    height: 710px;
  } */
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .signin-pages-box-inner {
        margin: 0px 15px;
    }

    .signin-pages-area {
        padding-bottom: 0px;
    }

    .signin-pages-box {
        margin: 100px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .signin-pages-box-inner {
        margin: 0px 15px;
    }

    .signin-pages-area {
        padding-bottom: 0px;
    }

    /* .signin-pages-box {
    margin: 100px 0px;
  } */
    .signin-pages-box-inner.add-margin {
        margin: 50px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .signin-pages-box-inner {
        margin: 0px;
        height: auto;
    }

    .signin-pages-box::before {
        display: none;
    }

    .signin-form-main.verify-otp .form-group input {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    .signin-pages-area {
        padding-bottom: 0px;
    }

    .signin-pages-box-inner.add-margin {
        margin: 50px 0px;
    }
    /* .signin-pages-box {
    margin: 100px 0px;
  } */
}

.validation-msg {
    font-size: 13px;
    margin-left: 16px;
}



/*=========================================================
	End SignIn Pages CSS
===========================================================*/
