@font-face {
    font-family: "WorkSans-Regular";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/WorkSans-Regular.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

@font-face {
    font-family: "WorkSans-SemiBold";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/WorkSans-SemiBold.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

@font-face {
    font-family: "WorkSans-Medium";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/WorkSans-Medium.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

@font-face {
    font-family: "WorkSans-Bold";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/WorkSans-Bold.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter-Regular", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/Inter-Regular.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/Inter-Bold.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter-SemiBold";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/Inter-SemiBold.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter-Medium";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/Inter-Medium.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}


/* Fonts style ends */

html,
body {
    font-family: "Inter-Regular", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #080808;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
    overflow-x: hidden;
}


*,
*:before,
*:after {
    box-sizing: border-box;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,     /* Edge clear 'X' button */
input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none;
}
input:focus {
    outline: none;
}

img {
    max-width: 100%;
}

.bg-p {
    background-color: #19c2f2;
}

.bg-s {
    background-color: #EFFBFF;
}

body.modal-open {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important;
}

/* Header */
.header {
    background-color: #fff;
}

.logo {
    width: 160px;
    margin: 15px 0;
}

.logo svg {
    width: 160px;
    height: 42px;
}

.new-nav-login {
    padding: 15px 18px;
    background-color: #C1F1FF;
    border-radius: 0 0 18px 18px;
    border: none;
    width: 164px;
    height: 48px;
    font-size: 13px;
    line-height: 16px;
    color: #080808;
    cursor: pointer;
    font-family: "WorkSans-SemiBold";
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.new-nav-login:hover,
.new-nav-login:focus,
.new-nav-login:active {
    text-decoration: none;
    color: #152981;
}

.new-nav-login:hover svg,
.new-nav-login:hover svg path:first-child {
    fill: #152981;
}

.new-nav-login svg {
    width: 14px
}

/* Common Section */
.spad {
    padding: 46px 0;
}

.section-subhead {
    text-align: center;
}

.section-subhead h2 {
    font-family: "WorkSans-Bold", sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
}

.section-subhead p {
    font-family: "Inter-Regular", sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 32px;
}

.btn-org,
.btn-org:hover,
.btn-org:focus {
    position: relative;
    width: 204px;
    height: 48px;
    border-radius: 8px;
    background-color: #f2581b !important;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 1;
    color: #ffffff !important;
    outline: none !important;
    border: 0 none !important;
    margin: 0 auto;
    text-transform: uppercase;
}

/* Banner */
.banner {
    position: relative;
    padding: 30px 0;
}

.banner h1 {
    font-family: "WorkSans-Bold", sans-serif;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 16px;
}

.banner h1 span {
    color: #fff;
    font-size: 22px;
}

.banner p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.powered-text {
    color: #080808;
    font-size: 14px;
    line-height: normal;
    margin: 28px 0 0 0;
    text-align: center;
}

.powered-text span {
    font-family: 'Inter-Semibold', sans-serif;
}

/* Benefit Box */
.benefit {
    padding-bottom: 14px;
}

.benefit-box {
    position: relative;
    padding-left: 44px;
    margin-bottom: 30px;
}

.benefit-box .dot-image {
    position: absolute;
    left: 0;
    top: 0;
}

.benefit-box h3 {
    font-size: 16px;
    line-height: 26px;
    font-family: "WorkSans-Bold", sans-serif;
    margin: 0 0 12px 0;
}

.benefit-box p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 0 0;
}

/* How We Can Collaborate */
.collaborate-box {
    border-radius: 16px;
    padding: 20px;
}

.service-box,
.insurance-box {
    padding: 20px;
    border-radius: 16px;
    text-align: center;
}

.service-box h3,
.insurance-box h3 {
    font-size: 20px;
    line-height: 26px;
    font-family: "WorkSans-Bold", sans-serif;
    margin: 15px 0 20px 0;
}

.sbox-icon {
    margin: 20px 0;
}

.sbox-icon .sbox-text {
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: "Inter-SemiBold", sans-serif;
}

.insurance-box {
    padding: 20px 30px;
}

.insurance-box h3 {
    margin-bottom: 10px
}

.insurance-fullbox {
    position: relative;
    margin: 20px 0;
    padding: 71px 15px 0;
    text-align: center;
}

.insurance-fullbox .instopbox {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -71px;
    padding: 20px 0 0;
    height: 142px;
    width: 142px;
    border-radius: 50%;
    border: 2px solid #C0EEFA;
    background: #EFFBFF;
}

.instopbox .insbox-text {
    font-size: 14px;
    line-height: 22px;
    padding-top: 8px;
    font-family: "Inter-SemiBold", sans-serif;
}

.insurance-fullbox .insurance-list {
    font-size: 14px;
    line-height: 24px;
    font-family: "Inter-SemiBold", sans-serif;
    color: #fff;
    text-align: left;
    padding: 87px 30px 25px 50px;
    background: linear-gradient(180deg, #19C2F2 0%, #107591 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: 2px 2px 8px #0000001A;
    border-radius: 16px;
    min-height: 376px;
}

/* On Boarding */
.onbord-icon {
    position: relative;
    padding-left: 68px;
    margin-bottom: 30px;
}

.onbord-icon .sbox-ic {
    position: absolute;
    left: 0;
    top: 0;
}

.onbord-icon .sbox-text {
    font-size: 16px;
    line-height: 26px;
    font-family: "WorkSans-Bold", sans-serif;
    margin: 0 0 12px 0;
}

.onbord-icon p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 0 0;
}

/* Start Footer */
.disclaimerSecWrap {
    color: #fff;
    background-color: #152981;
    padding: 30px 0;
}

.disclaimerSecWrap .container .row:first-child .discCol {
    padding-top: 30px;
}

.disclaimerSecWrap .container .row:last-child .discCol:last-child {
    padding-top: 26px;
}

.discCol:first-child {
    border-right: solid 1px #5e6ba2;
    padding-top: 26px;
}

.disclaimerSecWrap .container .row:first-child .discCol:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
}

.discCol:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
}

.discTitle {
    font-family: "Inter-Bold";
    font-size: 20px;
    line-height: 24px;
    /* height: 48px; */
    margin-bottom: 12px;
}

.discSubTitle {
    font-family: "Inter-Bold";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
}

.discTxt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
}

.discTxtSec {
    float: left;
    width: 33.33%;
    padding-left: 30px;
}

.discCol .footerLifePad {
    margin-bottom: 48px;
}

.footerLifePad a:nth-child(2) {
    margin-bottom: 18px;
}

.discTxt a,
.discSubTitle a {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
}

.discTxt a:last-child,
.discSubTitle a:last-child {
    margin-bottom: 0;
}

.discSubTitle a {
    display: inline;
}

.discTxt a:hover,
.discSubTitle a:hover {
    color: #fff;
}

.discSubTitle svg {
    width: 19px;
    margin-right: 5px;
}

.discCallSubTitle svg {
    width: 19px;
}

.addressPadding {
    padding-right: 36px;
}

.discCallSubTitle,
.discCallSubTitle a,
.discCallSubTitle a:hover {
    font-family: "Inter-Bold";
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 14px;
    text-decoration: none;
}

.discCallDay {
    font-family: "Inter-Bold";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}

.discCallTime {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
}

.discSocialWrap {
    height: 70px;
    margin-bottom: 30px;
}

.discSocialWrap svg {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-top: 6px;
}

.discDetailWrap {
    font-size: 12px;
    line-height: 24px;
}

.discDetailWrap img {
    width: 56px;
    height: 24px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 10px;
    padding: 5px 4px;
}

.discDetailWrap span {
    font-family: "Inter-Bold";
}

.discFooter {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
}

.discFooterSupport {
    font-size: 11px;
    line-height: 17px;
    margin-top: 24px;
    margin-bottom: 0;
}

.discSecRowPad {
    margin-bottom: 30px;
}

.discSecRowPad~.discTitle {
    height: auto;
    margin-bottom: 13px;
}

.discSupport {
    margin-top: 0;
}

.discLegal {
    margin-top: 0;
}

.discNewTxtWrapper {
    padding-left: 30px;
    margin: 0 0 15px 0;
}

.discNewEmailTelWrapper {
    float: left;
    width: 100%;
}

.discNewEmailTelCol {
    float: left;
    width: 22%;
}

.discTxt,
.discCallTime {
    margin: 0 !important;
}

.discTxtLinks {
    margin: 0 0 30px 0 !important;
}

.certificate.d-inline-block {
    vertical-align: top;
}

.certificate img {
    width: 80px;
    margin-top: 82px;
}

.certificate.iso img {
    cursor: pointer;
    margin-top: 40px;
    margin-right: 40px;
}

/* Footer Ends */
/* Login Modal */

.login-box .modal-dialog {
    width: 432px;
}

.login-box .modal-content {
    border: none;
    box-shadow: 8px 16px 32px 0 rgba(21, 41, 129, 0.06);
    padding: 30px;	
    background-color: #fff;
}

.login-box .modal-body {
    padding: 0;
}

.login-box .modalClose {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    border: none;
    z-index: 99;
}

.login-box .modalClose svg {
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}
/* Login Box */
.banner-login .form-group {
    margin: 0 0 30px 0;
}/*
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.fw-600 {
    font-weight: 600 !important;
}*/

.display-none {
    display: none !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.has-error {
    border-color: #d43d3d !important;
    border-width: 2px;
}

.error-text {
    font-size: 12px;
    margin: 0;
    color: #d43d3d;
}

.form-group {
    margin: 0 0 15px 0;
}
.banner-login h2 {
    font-size: 22px;
    line-height: normal;
    color: #182639;
    margin: 0 0 26px 0;
    text-align: center;
    font-weight: 600;
}

.bannerLoginTab {
    justify-content: center;
    border: none;
}

.bannerLoginTab .nav-link {
    margin: 0;
    color: #AFB0B3;
    font-size: 16px;
    line-height: normal;
    padding: 0 0 4px 0;
    min-width: 94px;
    border: none;
    border-bottom: 1px solid #AFB0B3;
    position: relative;
}

.bannerLoginTab .nav-link:hover {
    border-color: #AFB0B3;
}

.bannerLoginTab .nav-link.active {
    font-weight: 600;
    color: #19C2F2;
    border-bottom: 1px solid #AFB0B3;
    /* border-bottom: 2px solid #19C2F2; */
}

.bannerLoginTab .nav-link.active:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #19C2F2;
    display: block;
    position: absolute;
    bottom: -2px;
}

.bannerLoginTabContent {
    padding: 30px 0 0 0;
}

.input-label {
    color: #182639;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 8px 0;
}

.banner-login .form-control {
    width: 100%;
    font-size: 16px;
    height: 54px;
	padding: 16px 20px;
    border-color: #080808;
}

input::placeholder {
    color: #080808 !important;
}

::-webkit-input-placeholder {
    color: #080808 !important;
}

::-moz-placeholder {
    color: #080808 !important;
}

:-ms-input-placeholder {
    color: #080808 !important;
}

:-moz-placeholder {
    color: #080808 !important;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #707070;
}

.pwd-form-group {
    margin: 0 0 10px 0 !important;
}

.pwd-div {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 0 0;
}

.pwd-div img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: block;
    margin: auto;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.forgot-pwd-div {
    display: flex;
    justify-content: space-between;
    margin: 0 0 18px 0;
}

.button1 {
    background-color: #F15926;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    border: none;
    margin: 0;
}
.otp-verify-div {
    display: none;
    flex-direction: column;
}
.otp-verify-div p {
    font-size: 14px;
    margin: 0 0 30px 0;
}
.otp-verify-div a {
	color: #19C2F2;
}

.otp_verify {
    font-size: 24px;
    color: #182639;
    letter-spacing: 2.4px;
    text-align: center;
    margin: 0 0 0 0;
}

.resend-code-div {
    margin: 0 0 30px 0 !important;
    justify-content: center !important;
}

.resend-code-div p, .resend-code-div a {
    margin: 0 0 0 0;
    line-height: 20px;
}
#otpsentmax, #otpnumbermax {
	color: #d43d3d;
}
#resend_code_secs {
    display: none;
}

.otp-verify-6div {
    display: flex;
    justify-content: space-between;
}

.banner-login .otp-verify-6div .form-control {
    font-size: 24px;
    color: #080808;
    padding: 4px;
    max-width: 48px;
	height: 48px;
    text-align: center;
}
/* spinner starts */
.spinner {
  margin: auto;
  width: 70px;
  text-align: center;
  height: 20px;
  padding-top: 0px;
  /* position: absolute; */
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* spinner ends */
@media (min-width: 1229px) {
    .container {
        max-width: 1224px;
    }
}

@media (max-width: 991px) {
    .banner .mb-tab {
        margin-bottom: 35px;
    }

    .section-subhead h2 {
        font-size: 24px;
    }

    .certificate img {
        margin-top: 62px;
    }

    .certificate.iso img {
        margin-top: 20px;
    }

    .discFooter {
        font-size: 11px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .logo svg {
        width: 121px;
        height: 32px;
    }

    .new-nav-login {
        width: 158px;
        height: 39px;
    }

    .insurance-fullbox .insurance-list {
        min-height: 0;
    }

    .login-box .modal-dialog {
        width: auto;
    }

    .login-box .modal-content {
        padding: 20px;
    }

    .login-box .login-head {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .login-box .form-group {
        margin-bottom: 20px;
    }

    .spad {
        padding: 30px 5px;
    }

    .banner {
        padding: 5px 5px 30px;
    }

    .banner h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .banner h1 span {
        font-size: 18px;
    }

    .section-subhead h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .benefit-box h3 {
        line-height: 24px;
        margin-bottom: 7px;
    }

    .service-box h3,
    .insurance-box h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .sbox-icon {
        margin: 11px 0;
    }

    .sbox-icon .sbox-ic img {
        width: 44px;
    }


    .sbox-icon .sbox-text {
        font-size: 14px;
        line-height: 20px;
    }

    .disclaimerSecWrap {
        padding: 5px;
    }

    .disclaimerSecWrap .container .row:first-child .discCol {
        padding-top: 15px;
        border: 0 none;
    }

    .discTitle {
        font-size: 15px;
    }

    .discTxt {
        font-size: 13px;
        line-height: 19px;
    }

    .discSubTitle {
        font-size: 15px;
    }

    .discTxt a {
        margin-top: 3px;
    }


    .disclaimerSecWrap .container .row:first-child .discCol:nth-child(2) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .discNewTxtWrapper {
        padding-left: 0;
    }
}