html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 none;
    font-weight: 400
}

body {
    overflow-x: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.p-form-group.select-option-parent {
    flex-wrap: wrap;
}

.error,
#otp-not-matched,
#email-id-validation
{
    color: red;
    font-size: 14px;
    padding-top: 10px;
}

div#mobile-number-validation {
    width: 100%;
    font-size: 14px;
    position: relative;
    top: -12px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-dir-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.font-weight-thin {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semi {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.font-12 {
    font-size: 12px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-17 {
    font-size: 17px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-30 {
    font-size: 30px
}

.font-34 {
    font-size: 34px
}

.font-36 {
    font-size: 36px
}

.font-40 {
    font-size: 40px
}

.font-50 {
    font-size: 50px
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-unstyled {
    list-style-type: none
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.width-100p {
    width: 100%;
}

.height-100p {
    height: 100%;
}

.common-action-btn {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: #234d94;
    border: 1px solid #234d94;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.common-action-btn:focus,
.common-action-btn:hover {
    color: #234d94;
    border-color: #234d94;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear {
    clear: both;
    overflow: hidden
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.border-radius-5 {
    border-radius: 5px
}

.border-radius-10 {
    border-radius: 10px
}

.border-radius-50p {
    border-radius: 50%
}

.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08)
}


.text-uppercase {
    text-transform: uppercase
}

.color1 {
    color: #313131;
}

.color2 {
    color: #545454;
}

.color3 {
    color: #666d7e !important;
}

.color4 {
    color: #334980 !important;
}

.color5 {
    color: #eb3a3a;
}

.color6 {
    color: #357a38;
}



.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

a,
a:active a:hover,
a:focus,
a:visited {
    text-decoration: none
}

.align-middle {
    vertical-align: middle
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.m-0 {
    margin: 0
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px
}

.m-t-50 {
    margin-top: 50px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-30 {
    margin-right: 30px
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-r-10 {
    padding-right: 10px;
}

.common-divider {
    background: #eaf0f5;
    height: 4px;
}

main.main-content {
    margin-bottom: 30px;
}

.login-main {
    background-image: url("/frontend/client_base_web/layout-optim/home-revamp/images/hero-banner1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
    min-height: 600px;
    font-size: 16px;
    line-height: 1.4;
    color: #313131;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    display: flex;
    align-items: center;
}

.login-card-wrapper {
    max-width: 470px;
    margin: 0 auto;
    width: 100%;
}


.login-card {
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-radius: 10px;
}

.login-card .control-input {
    border: 1px solid #e8ecf1;
    padding: 10px;
    height: 45px;
    width: 100%;
    border-radius: 5px;
}

.auth-partial input:focus,
.auth-partial select:focus,
.auth-partial textarea:focus {
    border: 1px solid #313131 !important;
}

.login-card .control-otp-group .otp-flex {
    width: 100%;
}

.login-card .control-otp-group .control-input.control-input-filled {
    border-color: #8f94a0;
}

.login-card .common-action-btn {
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: #5B61F6 !important;
    border: 1px solid #5B61F6 !important;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 25px;
    box-shadow: none !important;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
}

.login-card .common-action-btn:active,
.login-card .common-action-btn:focus,
.login-card .common-action-btn:hover
{
    box-shadow: none !important;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.login-card .control-resend-otp-group button {
    flex: 1;
    color: #097960;
    max-width: 100px;
    background: #abe6d9;
    border: 0;
    border-radius: 50px;
    padding: 10px 0;
}

.login-card  .account-btn .common-action-btn {
    background: transparent !important;
    color: #3e3e3e !important;
    border-color: #3e3e3e !important;
}

.login-card .account-btn .common-action-btn:focus,
.login-card .account-btn .common-action-btn:hover {
    background: #3e3e3e !important;
    color: #ffffff !important;
  
}

.login-card .account-btn {

}

.login-card .control-mobile-group {
    position: relative;
}

.login-card .control-mobile-group .control-input {
    padding-left: 100px;
}

.login-card .control-mobile-group .country-abs {
    position: absolute;
    top: 30px;
    left: 0;
}

.login-card .control-mobile-group .country-abs:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #e8ecf1;
    right: 0px;
    top: 9px;
}

.login-card .control-mobile-group .country-abs .select2-container .select2-selection--single {
    height: auto;
    border: 0;
    background: transparent;
    font-size: 14px;
}

ul#select2-country_dialing_code-results .select2-results__option--selectable {
    cursor: pointer;
    font-size: 12px;
    padding: 6px 3px !important;
}

#otp-not-matched {
    color: #f00;
}

.login-card .common-action-btn:disabled,
.login-card .common-action-btn[disabled]{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}


/* Starts Agent Registration Css */


.agent-panel .control-mobile-group .control-input {
    padding-left: 10px;
}

.agent-panel .login-card select {
    border: 1px solid #e8ecf1;
    padding: 10px;
    height: 45px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.agent-panel .login-card select:focus {
    border: 1px solid #8f94a0 !important;
    outline: 0 none !important;
}

/* Ends Agent Registration Css */

/* .radio-box input {
    height: 18px;
    margin-right: 10px !important;
    width: 18px;
} */



/* Responsive styles */

@media screen and (max-width: 991px) { 
    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .login-main {
        min-height: auto;
    }

    .login-card {
        background-color: #fff;
        padding: 0px 12px 12px 12px;
        border-radius: 10px;
        margin: 10px;
    }

    .auth-partial .otp-input-box input {
        width: 40px !important;
        height: 36px !important;
        padding: 0 !important;
    }

}

@media screen and (max-width: 991px) {
    .auth-partial .otp-input-box input {
        width: 38px !important;
        height: 32px !important;
        padding: 0 !important;
    }
}

/*... Responsive styles */