body {
    background-color: #f3f3f3
}

.card-body .col-md-7 {
    position: relative;
    z-index: 999
}

.card-body {
    display: flex;
    margin-left: 30px
}

.imagebox {
    position: absolute;
    bottom: -50px;
    right: -80px;
    z-index: -1;
    width: 600px
}

.healthgain-progress .cardnew {
    overflow: hidden;
    height: 475px;
    z-index: 0;
    background-color: #fbfafd
}

.main-header {
    font-weight: bold;
    color: #464646;
    font-size: 21px;
    margin-top: 10px
}

.main-header_ultra-main {
    font-weight: bold;
    color: #464646;
    font-size: 29px;
    margin: 9px auto
}

.main-header_ultra-main+strong {
    color: #464646;
    font-size: 19px;
    margin-top: 20px;
    display: block
}

.main-header+strong {
    color: #464646;
    font-size: 19px;
    margin-top: 20px;
    display: block
}

.grid-boxes {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    margin: 20px auto
}

.grid-boxes li:nth-child(3) {
    display: none
}

.grid-boxes li {
    border-style: solid;
    border-width: 2px;
    border-color: #e8e8e8;
    border-radius: 17px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    text-align: center;
    vertical-align: top;
    margin-right: 15px;
    background-color: #fff
}

.icon-titles {
    font-size: 14px;
    line-height: normal
}

.theme-btn {
    width: 250px;
    text-transform: uppercase;
    border: 2px solid var(--indus-blue);
    color: #fff!important;
    padding: 10px 0;
    font-size: 19px;
    border-radius: 19px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    z-index: 99;
    display: inline-block;
    text-align: center
}

.theme-btn.validate {
    width: 150px;
    padding: 6px 0;
    font-size: 18px;
    margin-top: 0;
    text-transform: none
}

.theme-btn::after {
    content: "";
    width: 101%;
    height: 101%;
    background-color: var(--primary-cta);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .2s ease all 0s
}

.theme-btn:hover {
    text-decoration: none;
    color: var(--primary-cta)!important;
}

.theme-btn:hover::after {
    left: 100%
}

.heading-style-2 {
    color: #333
}

.heading-style-2 strong {
    color: var(--h2-span-color);
}

.tagline {
    font-size: 19px;
    font-weight: bold
}

.username .date-place {
    display: block;
    font-weight: 100;
    font-size: 15px
}

.owl-testimonials p {
    padding: 10px 40px
}

.username {
    font-weight: bold;
    position: relative
}

.username::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    width: 70px;
    height: 2px;
    background-color: var(--paragraph);
    transform: translateX(-50%)
}

.rating {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.rating i {
    color: var(--indus-blue);
}

.testimonials-box::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 2416px;
    width: 3px;
    height: 80%;
    background-color: #bbb;
    transform: translateX(-50%)
}

.testimonials-box {
    position: relative
}

.lister::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 30px;
    width: 80%;
    background-color: #d9d9d9;
    height: 4px;
    z-index: -1;
    transform: translateX(-50%)
}

.lister {
    counter-reset: incrementer;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative
}

.lister li::before {
    counter-increment: incrementer;
    display: block;
    content: counter(incrementer);
    position: absolute;
    left: 50%;
    background-color: var(--paragraph);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    color: #fff;
    transform: translateX(-50%);
    top: -60px
}

.lister li {
    width: 200px;
    text-align: center;
    position: relative
}

.expander-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ccc;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 80px 80px 0 0;
    line-height: normal;
    width: 100px
}

.custom-radio-01 {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px
}

.custom-radio-01 li:not(:last-child) {
    width: 107px
}

.custom-radio-01 [type="radio"]:checked,
.custom-radio-01 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.custom-radio-01 [type="radio"]:checked+label,
.custom-radio-01 [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

.custom-radio-01 [type="radio"]:checked+label:before,
.custom-radio-01 [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    border: 2px solid #ddd;
    border-radius: 100%;
    background: #fff
}

.custom-radio-01 [type="radio"]:checked+label:after,
.custom-radio-01 [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--indus-blue);
    position: absolute;
    top: 3px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.custom-radio-01 [type="radio"]:checked+label:before {
    border: 2px solid var(--indus-blue);
}

.custom-radio-01 [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.custom-radio-01 [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.counters {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse
}

.counters:not(:checked)>input {
    position: absolute;
    top: -9999px
}

.counters:not(:checked)>label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 22px;
    color: #ccc;
    margin-bottom: 0;
    margin-right: 5px
}

.counters:not(:checked)>label:before {
    content: "";
    font-family: "Font Awesome 5 Free"
}

.counters>input:checked~label {
    color: var(--paragraph);
}

.counters:not(:checked)>label:hover,
.counters:not(:checked)>label:hover~label {
    color: var(--paragraph);
}

.counters>input:checked+label:hover,
.counters>input:checked+label:hover~label,
.counters>input:checked~label:hover,
.counters>input:checked~label:hover~label,
.counters>label:hover~input:checked~label {
    color: var(--paragraph);
}

.below21txt:focus,
.above21txt:focus,
.below21txt:focus:not(:empty),
.above21txt:focus:not(:empty) {
    border-color: var(--paragraph) !important;
}

.below21txt,
.above21txt {
    border-color: #ced4da !important;
    border-radius: 100px !important;
    width: 100% !important;
    margin: 5px auto 0 !important;
    text-align: center !important;
    border-width: 2px !important
}

.main-header .clickable-note {
    display: block;
    font-size: 11px;
    float: left;
    color: #034ea2;
    cursor: pointer
}

.switchToggle {
    float: right;
    margin-top: 10px
}

.switchToggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute
}

.switchToggle label {
    cursor: pointer;
    width: 80px;
    height: 30px;
    background: transparent;
    display: block;
    border-radius: 100px;
    position: relative;
    font-size: 15px;
    border: 2px solid #acacac;
    background-color: #fff
}

.switchToggle label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 19px;
    height: 19px;
    background: #acacac;
    border-radius: 90px;
    transition: .3s
}

.switchToggle label {
    margin-bottom: 2px !important
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
    content: "No";
    position: absolute;
    top: 2px;
    right: 7px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: .3s;
    text-indent: 0;
    color: #acacac;
    font-size: 16px;
    text-transform: uppercase
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
    content: "Yes";
    position: absolute;
    top: 3px;
    left: 11px;
    width: 40px;
    height: 26px;
    border-radius: 90px;
    transition: .3s;
    text-indent: 0;
    color: var(--indus-blue);
    font-size: 16px;
    text-transform: uppercase
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
    background-color: var(--indus-blue);
}

.switchToggle input:checked+label {
    border-color: var(--indus-blue);
}

.switchToggle label:active:after {
    width: 65px
}

.whatisped {
    text-align: justify;
    font-size: 12px;
    line-height: normal;
    margin-top: 30px
}

.main-header_ultra-main+strong small {
    display: block;
    margin-bottom: 30px
}

.main-header+strong small {
    display: block;
    margin-bottom: 30px
}

.estimate-box,
.estimate-date-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 350px;
    font-weight: bold
}

.amt {
    color: #464646;
    font-size: 25px;
    font-weight: bold
}

.start-date {
    border: 2px solid var(--paragraph);
    padding: 10px 30px;
    border-radius: 100px;
    color: #969696;
    cursor: auto
}

#steps-preregistration .steps ul[role="tablist"] {
    display: none
}

#steps-preregistration .content .title {
    display: none
}

.w-135 {
    width: 135% !important
}

#errormsg .modal-dialog,
#ErrorPopup .modal-dialog,
#discountmsg .modal-dialog {
    width: 325px;
    color: #464646
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%
}

.vertical-alignment-helper .modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    top: 50px
}

#msform .form-control {
    border-radius: 100px !important;
    padding: 7px 15px !important;
    border: 2px solid #ccc
}

#msform select.form-control {
    height: 40px !important;
    font-size: 15px
}

.healthgain-progress .steps-preregistration-cont.cardnew.shrunken-box {
    width: 300px !important;
    margin: 0 0 0 auto;
    order: 1
}

.healthgain-progress .steps-preregistration-cont.cardnew.shrunken-box .imagebox {
    position: absolute;
    bottom: -30px;
    right: -32px;
    z-index: -1;
    width: 120%
}

.imagebox img {
    width: 100%
}

.actual-form {
    overflow: hidden !important;
    width: 0;
    transition: .3s ease all 0s;
    visibility: hidden !important;
    position: absolute !important
}

.actual-form.w-67.active {
    width: 68%;
    position: relative !important;
    visibility: visible !important;
    height: 475px;
    margin-bottom: 95px;
    padding-left: 20px
}

.premium-box {
    text-align: center;
    display: none
}

.premium-box.active {
    display: block
}

.premium-box .main-header {
    background-color: #eff3f7;
    padding: 7px 20px;
    display: inline-block;
    margin-top: 10px;
    font-size: 19px;
    border-radius: 100px
}

.breakup ul {
    padding: 0;
    list-style: none;
    margin: 0 25px;
    border-bottom: 1px solid #acacac;
    border-top: 1px solid #acacac
}

.breakup li {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.breakup {
    padding-top: 20px
}

.breakup li:last-child {
    margin-bottom: 10px
}

.finalamt {
    margin: 0 25px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #acacac
}

#msform {
    position: relative;
    margin-top: 10px
}

#msform fieldset {
    border: 0 none;
    border-radius: .5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

.inputs input,
.inputs select {
    width: 100%;
    padding: 5px 10px;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 15px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid var(--paragraph);
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: var(--indus-blue);
    font-weight: bold;
    color: #fff;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0 10px 5px;
    float: right;
    display: none
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: var(--indus-blue);
}

#msform .action-button-previous {
    background: transparent;
    color: #616161;
    border: 0 none;
    cursor: pointer;
    position: absolute;
    top: -55px;
    left: 10px;
    font-size: 25px
}

.cardnew {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673ab7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673ab7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: #808080;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: #808080;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #d3d3d3
}

#progressbar .active {
    color: #673ab7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: ""
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: ""
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: ""
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: ""
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #fff;
    background: #d3d3d3;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #d3d3d3;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673ab7
}

.progress-bar-new {
    background-color: #673ab7;
    transition: transform .6s ease !important;
    transform-origin: center bottom
}

.fit-image {
    width: 100%;
    object-fit: cover
}

svg#progresser {
    position: relative;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    z-index: 99;
    margin: 0 0 0 auto;
    display: block;
    margin-right: 15px;
    margin-bottom: 5px
}

.pop {
    position: relative;
    right: 0;
    top: -2px
}

.renew {
    font-size: 16px
}

.discountboxes input {
    display: none
}

.disountedBox {
    border: 1px solid #b1b1b1;
    border-radius: 20px;
    width: 23%;
    text-align: center;
    padding: 0 15px;
    position: relative;
    transition: .2s ease all 0s;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .08);
    margin-bottom: 20px
}

.discountboxes input+label::before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-family: "Font Awesome 5 Free";
    color: #bfbfbf
}

#selfiApp {
    padding: 5px;
    width: 100%
}

.disountedBox div {
    font-size: 12px;
    line-height: normal
}

.discountboxes {
    display: flex;
    justify-content: space-around
}

.discountboxes input:checked+label::before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 4px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-family: "Font Awesome 5 Free";
    color: var(--paragraph);
    border: none;
    font-size: 25px
}

.discountboxes input:checked+label {
    border-color: var(--paragraph);
}

.accordion li {
    border-bottom: 1px solid #d9e5e8;
    position: relative;
    padding: 10px 0 5px
}

.accordion li .detailsbox {
    display: none;
    color: #6b97a4;
    padding: 15px 15px
}

.accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    text-indent: 15px;
    user-select: none;
    position: relative
}

.accordion a:after {
    position: absolute;
    right: 10px;
    content: "+";
    top: 0;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 32px;
    color: #dadada
}

.accordion {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.accordion .detailsbox {
    font-size: 13px
}

a.active:after {
    -moz-transition: all .2s ease-in-out;
    content: "-";
    top: -7px
}

.customicon img {
    width: 100%;
    display: block
}

.customicon {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: solid 1px var(--indus-red);
    display: inline-block;
    text-align: left;
    padding: 5px;
    border-radius: 100px;
    vertical-align: middle;
    margin-right: 10px
}

.main-header small {
    display: block;
    margin-top: 10px
}

.custom-cont {
    width: 1000px !important
}

.disountedBox div>div:first-child img {
    width: 100%
}

.disountedBox div>div:first-child {
    width: 60px;
    margin: 5px auto 5px
}

#msform fieldset:nth-child(4) .scrollbar {
    height: 380px !important
}

.main-header small strong {
    color: var(--indus-blue);
}

.editableforms {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.editableforms li {
    display: flex;
    align-items: center;
    border-bottom: 0;
    padding: 0
}

.title-heads {
    width: 200px;
    font-size: 16px;
    color: #000
}

.inputs {
    width: calc(100% - 200px)
}

.scrollbar {
    height: 380px !important;
    overflow-y: auto !important;
    padding: 0 20px 0 5px
}

.whatisunlocked {
    margin-top: 25px
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    border-radius: 10px
}

.style-3::-webkit-scrollbar-thumb {
    background-color: var(--indus-blue);
    border-radius: 10px
}

.edit-trigger {
    font-size: 16px;
    font-weight: 100;
    color: var(--paragraph);
    position: absolute;
    right: 35px;
    top: 6px;
    display: none;
    z-index: 999
}

.accordion .active .edit-trigger {
    display: block
}

.footer {
    background: #ffffff;
    position: fixed;
    left: 0;
    bottom: -50%;
    width: 100%;
    padding: 10px 0;
    transition: .2s ease all 0s;
    transition-delay: .6s;
    z-index: 999
}

.footer.active {
    bottom: 0
}

.footer h5 {
    font-size: 16px;
    line-height: 12px;
    color: var(--paragraph);
    font-weight: 600;
    margin-bottom: 0
}

.renew {
    align-items: center;
    justify-content: flex-end;
    display: flex
}

.footer a.renew-btn,
.footer .next-trigger {
    background: var(--indus-blue);
    padding: 5px 10px;
    border-radius: 30px;
    width: 120px;
    text-align: center;
    display: block;
    border: 1px solid var(--indus-blue);
}

.footer a.renew-btn:hover,
.footer .next-trigger:hover {
    background-color: transparent;
    color: var(--indus-blue) !important;
    text-decoration: none
}

.footer a {
    color: #fff!important;
}

.availed-facilities .item {
    border-style: solid;
    border-width: 2px;
    border-color: #e8e8e8;
    border-radius: 17px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    text-align: center;
    vertical-align: top
}

.icon-titles {
    font-size: 14px;
    line-height: normal
}

.whatisunlocked>* {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .41);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 10px
}

.availed-facilities .owl-prev img,
.availed-facilities .owl-next img {
    width: 100%
}

.availed-facilities .owl-prev {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 40%;
    left: -27px;
    transform: translateY(-50%);
    width: 40px
}

.availed-facilities .owl-next {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -27px;
    top: 40%;
    transform: translateY(-50%);
    width: 40px
}

.insuredmembers-list .owl-prev img,
.insuredmembers-list .owl-next img {
    width: 100%
}

.insuredmembers-list .owl-prev {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 40%;
    left: -27px;
    transform: translateY(-50%);
    width: 40px
}

.insuredmembers-list .owl-next {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -27px;
    top: 40%;
    transform: translateY(-50%);
    width: 40px
}

.insuredmembers-list .editableforms {
    padding: 0 45px
}

.editablebox:disabled,
input:disabled,
select:disabled {
    color: #b9b9b9
}

.sticky-alert.alert {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.edit-trigger-mob {
    font-size: 14px;
    font-weight: 100;
    position: absolute;
    right: 40px;
    top: 6px;
    display: none;
    z-index: 999
}

.final-prem {
    font-weight: bold
}

.nominee-update {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0
}

.nominee-update li {
    display: inline-block;
    margin-right: 10px;
    width: 35px
}

.nominee-update li img {
    width: 100%
}

#AddMember .modal-dialog,
#RemoveMember .modal-dialog,
#EditMember .modal-dialog,
#EditPolicy .modal-dialog,
#EditMember_02 .modal-dialog {
    width: 380px
}

#policy_reviced .modal-dialog {
    width: 300px
}

#policy_reviced .modal-dialog p {
    margin-bottom: 0
}

#AddMember .modal-content {
    padding: 0;
    top: 50px
}

#AddMember .modal-header,
#RemoveMember .modal-header,
#EditMember .modal-header,
#EditPolicy .modal-header,
#EditMember_02 .modal-header {
    margin: 0 25px;
    padding: 30px 0 10px;
    border-bottom: 2px solid var(--paragraph);
}

#AddMember .close,
#RemoveMember .close,
#EditMember .close,
#EditPolicy .close,
#EditMember_02 .close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px
}

.insurer-member {
    margin-top: 0
}

.popuphead {
    font-size: 20px;
    font-weight: bold
}

.form-group label {
    font-size: 13px
}

#AddMember select.form-control,
#AddMember .modal-content input,
#RemoveMember select.form-control,
#RemoveMember .modal-content input,
#EditMember select.form-control,
#EditMember .modal-content input,
#EditPolicy select.form-control,
#EditPolicy .modal-content input,
#EditMember_02 select.form-control,
#EditMember_02 .modal-content input {
    border: none;
    border-bottom: 1px solid #b1b1b1;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    line-height: 22px;
    height: auto !important;
    background-color: #fff
}

.modal .dob::after {
    content: "";
    display: block;
    position: absolute;
    right: 7px;
    bottom: 9px;
    width: 22px;
    height: 22px;
    background-image: url(../images/calendar-icon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    pointer-events: none;
    background-size: cover
}

.modal .dob {
    position: relative
}

.wizard>.actions {
    display: none !important
}

.insuredbox input {
    position: static;
    opacity: 0
}

.insuredbox label {
    display: block;
    border-radius: 15px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    padding: 20px;
    position: relative
}

.insuredbox input+label::before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 2px solid #bfbfbf
}

.insuredbox ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.insuredbox li:not(:last-child) {
    margin-bottom: 10px
}

.insuredbox .title {
    width: 115px;
    display: inline-block;
    vertical-align: top
}

.btn-nobg {
    color: var(--indus-blue);
    background-color: transparent;
    border: none
}

.selec+input {
    display: none
}

.selec {
    color: var(--paragraph);
    background-color: transparent;
    border: none;
    cursor: pointer
}

.insuredbox input:checked+label::before {
    content: "";
    display: block;
    position: absolute;
    right: 9px;
    top: 5px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-family: "Font Awesome 5 Free";
    color: var(--paragraph);
    border: none;
    font-size: 25px;
    text-align: center
}

.form-group+label.error {
    color: #f00;
    font-size: 12px
}

#steps-preregistration .form-control {
    border-width: 2px !important;
    border-radius: 100px !important;
    padding-left: 20px;
    font-size: 15px
}

#steps-preregistration .form-row .form-control {
    border-width: 2px !important;
    border-radius: 10px !important;
    padding-left: 10px;
    font-size: 15px;
    height: 45px;
    padding-right: 8px
}

.dob-box .form-group.col-md-2:not(:last-child)::after {
    content: "-";
    position: absolute;
    right: -3px;
    top: 10px
}

.dob-box .form-group.col-md-2:not(:last-child) {
    position: relative
}

.left {
    background: transparent;
    color: #dcdcdc;
    border: 0 none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -15px;
    font-size: 25px
}

div#steps-uid-0 {
    height: 100%
}

.shrunken-box>div.h-100 {
    height: auto !important
}

.custom-radio-2 {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 10px
}

.custom-radio-2 li {
    display: inline-block;
    margin-right: 15px
}

.custom-radio-2 [type="radio"]:checked,
.custom-radio-2 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.custom-radio-2 [type="radio"]:checked+label,
.custom-radio-2 [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

.custom-radio-2 [type="radio"]:checked+label:before,
.custom-radio-2 [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #e5e5e5
}

.custom-radio-2 [type="radio"]:checked+label:after,
.custom-radio-2 [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--indus-blue);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.custom-radio-2 [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.custom-radio-2 [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.amt small {
    font-size: 15px
}

.floating-label {
    position: relative;
    margin-bottom: 20px
}

.floating-input,
.floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575
}

.floating-input:focus,
.floating-select:focus {
    outline: none;
    border-bottom: 2px solid #5264ae
}

.floating-label label:not(.error) {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 23px;
    top: 10px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.hidden-label label:not(.error) {
    opacity: 0;
    pointer-events: none
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label {
    top: -17px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    white-space: nowrap;
    left: 10px
}

.floating-input:focus~label {
    top: -17px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    white-space: nowrap;
    left: 10px
}

.floating-select:not(:placeholder-shown)~label {
    top: -17px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    white-space: nowrap;
    left: 10px
}

.floating-select:focus~label {
    top: -17px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    white-space: nowrap;
    left: 10px
}

#msform .form-group {
    margin-bottom: 2rem
}

.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
    top: -17px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    white-space: nowrap;
    left: 10px
}

.dont-float-label .floating-select:focus~label,
.dont-float-label .floating-select:not([value=""]):valid~label {
    opacity: 0
}

.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
    width: 50%
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden
}

#msform .form-control::placeholder {
    color: #999;
    font-size: 14px
}

#steps-preregistration .form-row .form-control::placeholder,
select:invalid {
    color: #999;
    font-size: 14px
}

.btn-theme {
    background: var(--indus-blue);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    border: none;
    color: #fff
}

#msform .col-md-12>.form-row>.form-group {
    padding-right: 25px
}

.heading-spacer {
    margin-bottom: 15px
}

.mobileview {
    display: none
}

.step-final {
    display: none
}

.renew-btn {
    width: auto !important;
    padding: 5px 30px !important
}

.pie {
    text-indent: -9999rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    margin-right: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.pie:after {
    content: attr(data-percentage) "%";
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 100%;
    background: #303030;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-indent: 3px;
    font-size: 15px;
    line-height: 47px
}

.support-text {
    display: inline-block;
    vertical-align: middle
}

.footer h5 span#total {
    display: block;
    padding-left: 18px;
    font-size: 20px;
    line-height: 25px;
    position: relative
}

.footer h5 span#total::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/rupee.png);
    background-size: 100%;
    width: 16px;
    height: 20px;
    left: -4px;
    top: 2px
}

.footer .final-premium {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    display: inline-block
}

#policysummary .modal-header {
    margin: 0 25px;
    padding: 30px 0 10px;
    border-bottom: 2px solid var(--paragraph);
}

#policysummary table {
    width: 100%
}

#policysummary td {
    padding-bottom: 5px;
    display: table-cell
}

.mobileview .renew-btn {
    font-size: 13px;
    padding: 5px 20px !important
}

.alert {
    display: none
}

#steps-preregistration .below21txt,
#steps-preregistration .above21txt {
    padding-left: .75em !important
}

.dont-float-label {
    margin-top: 10px
}

.update-address .rownew .col-md-6 {
    padding-right: 25px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.myAlert-top.alert-danger {
    color: #f00 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    width: 100%;
    text-align: left;
    font-size: 12px
}

#seniorDOB:read-only {
    background-color: #fff
}

#nomineeDOB:read-only {
    background-color: #fff
}

#startDate:read-only {
    background-color: #fff
}

#yourDOB:read-only {
    background-color: #fff
}

#mem1DOB:read-only {
    background-color: #fff
}

#mem2DOB:read-only {
    background-color: #fff
}

#mem3DOB:read-only {
    background-color: #fff
}

#guardianDOB:read-only {
    background-color: #fff
}

.trustbox {
    font-size: 15px
}

.trustbox table tr td {
    padding: 5px;
    vertical-align: top
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
    border: 2px solid var(--paragraph) !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--paragraph) !important;
    background-color: var(--paragraph) !important;
}

.col-md-9 {
    padding-right: 13px !important
}

#AddMember label {
    margin-top: 10px;
    margin-bottom: 0
}

.borderBottom {
    border-bottom: 1px solid #ccc
}

.goals {
    padding-left: 40px
}

.borderRight {
    border-right: 1px solid #ccc
}

input[type=text][disabled] {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    background-color: #fff
}

.card {
    width: 100% !important
}

.main {
    font-family: Arial, Helvetica, sans-serif !important
}

input[type=password]:hover,
input[type=text]:hover,
input[type=file]:hover,
textarea:hover,
.sp-peoplepicker-topLevel:hover,
.ms-inputBox:hover {
    border-color: var(--paragraph);
}

input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea:focus,
.sp-peoplepicker-topLevelFocus,
.ms-inputBoxActive,
.ms-inputBox.ms-inputBoxActive:hover {
    border-color: var(--paragraph);
}

.fade:not(.show) {
    opacity: .9 !important;
    background-color: #000000a1 !important
}

.custom-control-label::before {
    width: 1.5rem !important;
    height: 1.5rem !important
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important
}

.fa,
.fas {
    font-weight: 900 !important;
    padding-right: 5px
}

.finalPopup {
    max-width: 500px;
    width: 80%;
    display: inline-block;
    background: #fafafa;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 40px 60px;
    position: relative
}

.finalPopup .popupCnt {
    width: 100%;
    float: left;
    text-align: center
}

.finalPopup .popupCnt h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0c4da2;
    width: 100%;
    float: left;
    margin: 0 0 40px;
    padding: 0
}

.finalPopup .popupCnt p {
    font-size: 15px;
    font-weight: 700;
    color: #505050;
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding: 0
}

.finalPopup .popupCnt .theme-btn {
    padding: 5px 15px;
    width: 100px
}

.pedPopup {
    max-width: 1024px;
    width: 80%;
    margin: 20px 0;
    display: inline-block;
    background: #fafafa;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 40px 60px;
    position: relative
}

.pedPopup .popupCnt {
    width: 100%;
    float: left;
    text-align: left
}

.mfp-bg {
    background-color: #000;
    opacity: .5
}

.mfp-close-btn-in .mfp-close {
    color: #505050;
    font-size: 48px;
    font-weight: 300;
    outline: none;
    opacity: 1;
    font-family: auto
}

.pedPopup .popupCnt h2 {
    font-size: 20px;
    font-weight: 700;
    color: #0c4da2;
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0
}

.pedPopup .popupCnt ul {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.pedPopup .popupCnt ul li {
    width: 100%;
    float: left;
    text-align: left;
    margin: 10px 0;
    padding: 0;
    list-style-type: none
}

.pedPopup .popupCnt .popSection {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 25px
}

.pedPopup .popupCnt .popSection.nobrdr {
    border: none
}

.submitWrap {
    width: 100%;
    float: left;
    text-align: center
}

.submitWrap .theme-btn {
    display: inline-block
}

.pedPopup .popupCnt .theme-btn {
    font-size: 16px;
    text-transform: none;
    font-weight: 700;
    padding: 5px 20px;
    width: auto;
    display: inline-block;
    min-width: 150px;
    border-radius: 30px;
    margin: 15px 0 0
}

.diseaseDetOuter {
    width: 100%;
    float: left;
    display: none
}

.diseaseDet {
    width: 100%;
    float: left;
    padding: 15px 0 0;
    display: flex;
    align-items: center;
    justify-items: flex-start;
    flex-flow: row wrap
}

.diseaseDet .field {
    width: calc(25% - 20px);
    margin: 10px;
    position: relative
}

.diseaseDet .field.col-50 {
    width: calc(50% - 20px)
}

.diseaseDet .field .form-control {
    border: 2px solid var(--paragraph);
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: .3px
}

.diseaseDet .field span.calenderIco {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px
}

.diseaseDet .field span.calenderIco img {
    width: 100%
}

#insurancePopup.pedPopup .popupCnt .popSection {
    margin: 0;
    padding: 0
}

#insurancePopup .mfp-close,
#addInsurancePopup .mfp-close {
    display: none
}

.closePopup {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    color: #505050;
    font-size: 48px;
    font-weight: 300;
    outline: none !important;
    opacity: 1;
    font-family: auto;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: normal
}

.pedPopup .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75em;
    margin-bottom: .125rem
}

.pedPopup .form-check-label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.pedPopup .form-check-label span {
    margin: 0 0 0 15px;
    font-size: 16px;
    color: #505050;
    font-weight: 700;
    width: calc(100% - 35px)
}

.pedPopup .form-check .form-check-input {
    float: left;
    margin-left: 0
}

.pedPopup .form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: .125em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid var(--paragraph);
    appearance: none;
    color-adjust: exact;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .pedPopup .form-check-input {
        transition: none
    }
}

.pedPopup .form-check-input[type="checkbox"] {
    border-radius: .25em;
    margin: 0;
    position: relative
}

.pedPopup .form-check-input[type="radio"] {
    border-radius: 50%
}

.pedPopup .form-check-input:active {
    filter: brightness(90%)
}

.pedPopup .form-check-input:focus {
    border-color: var(--paragraph);
    outline: 0;
    box-shadow: none
}

.pedPopup .form-check-input:checked {
    background-color: var(--paragraph);
    border-color: var(--paragraph);
}

.pedPopup .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.pedPopup .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.pedPopup .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.pedPopup .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.pedPopup .form-check-input[disabled]~.form-check-label,
.pedPopup .form-check-input:disabled~.form-check-label {
    opacity: .5
}

.pedPopup .form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 14px;
    letter-spacing: .3px;
    font-weight: 300;
    line-height: 1.5;
    color: #505050;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 2px solid var(--paragraph);
    border-radius: 20px;
    appearance: none
}

.pedPopup .form-select:focus {
    border-color: var(--paragraph);
    outline: 0;
    box-shadow: none
}

.pedPopup .form-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.pedPopup .form-select[multiple],
.pedPopup .form-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.pedPopup .form-select:disabled {
    color: #505050;
    background-color: #e9ecef
}

.pedPopup .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.pedPopup .form-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.pedPopup .form-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.pedPopup .datepicker {
    z-index: 99999 !important
}

.pedPopup .table-bordered {
    padding: 0;
    margin: 0
}

.pedPopup .table-bordered td,
.pedPopup .table-bordered th {
    font-size: 13px
}

.diseaseTable {
    width: 100%;
    float: left;
    margin: 15px 0 0
}

.diseaseTable .eAction {
    display: flex;
    align-items: center;
    justify-items: center
}

.diseaseTable .eAction a {
    width: 25px;
    margin: 0 5px
}

.diseaseTable .eAction a img {
    max-width: 100%
}

.custPEDbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 30px
}

.custPEDbtn a.theme-btn {
    margin: 0;
    padding: 5px 25px;
    width: auto;
    font-size: 15px
}

.custPEDbtn .pedBtns {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.custPEDbtn .pedBtns .editPed {
    width: 35px;
    margin: 0 0 0 10px;
    display: none
}

.custPEDbtn .pedBtns .editPed img {
    width: 100%
}

.popSection2 {
    width: 100%;
    float: left;
    margin: 20px 0
}

@media screen and (max-width:1100px) {
    .pedPopup .popupCnt h2 {
        font-size: 18px
    }

    .form-check-label span {
        font-size: 14px
    }

    .pedPopup {
        padding: 30px 40px
    }

    .mfp-close-btn-in .mfp-close {
        font-size: 40px
    }

    .diseaseDet .field {
        width: calc(33.3% - 20px)
    }
}

@media screen and (max-width:800px) {
    .diseaseDet .field {
        width: calc(50% - 20px)
    }

    .diseaseDet .field.col-50 {
        width: calc(100% - 20px)
    }

    .custPEDbtn {
        width: 100% !important
    }
}

@media screen and (max-width:600px) {
    .diseaseDet .field {
        width: calc(100% - 20px)
    }

    .pedPopup {
        padding: 30px
    }

    .finalPopup {
        padding: 40px
    }
}

@media screen and (max-width:500px) {
    .pedPopup {
        width: calc(100% - 20px);
        margin: 20px 0
    }

    .finalPopup {
        width: 90%
    }

    .pedPopup .popupCnt h2 {
        font-size: 17px
    }
}

@media screen and (max-width:360px) {
    .pedPopup {
        padding: 20px
    }
}