﻿@charset "UTF-8";
:root {
    --main_primary: #005650;
    --main_secondary: #20c997;
    --main_secondary_dark: #0589c6;
    --main_text: #3c3c3c;
    --main_light_gray: #989898;
    --main_body_text_color: #4b4b4b;
    --color_bs_pink: #d63384;
    --color_bs_red: #dc3545;
    --color_bs_orange: #fd7e14;
    --color_bs_yellow: #ffc107;
    --color_bs_green: #198754;
    --color_bs_teal: #20c997;
    --color_bs_dark_teal: #1aac80;
    --color_bs_cyan: #0dcaf0;
    --color_bs_white: #fff;
    --color_bs_gray: #6c757d;
    --color_bs_gray_dark: #343a40;
    --text_hindi: #e1aa03;
    --main_op_back: #c1d0e1;
    --main_black: #1a1a1a;
    --main_green_color: #5BC2AB;
    --main_claim_back: #e4eef9;
    --ckyc_color: #ffc10730;
    --main_light_green: #47D990;
    --color_bs_purpal: #fcefef;
    --main_text_black: #111;
    --color_border_purpal: #fcefef;
    --main_secondary-bg: #00a0e3;
    --main_light_sky_bg: #E2F5F8;
    --color_bs_red_light: #dc354639;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/../fonts/Nunito-Black.eot');
    src: url('../fonts/Nunito-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Black.woff2') format('woff2'), url('../fonts/Nunito-Black.woff') format('woff'), url('../fonts/Nunito-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraBold.eot');
    src: url('../fonts/Nunito-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-ExtraBold.woff2') format('woff2'), url('../fonts/Nunito-ExtraBold.woff') format('woff'), url('../fonts/Nunito-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Bold.eot');
    src: url('../fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Bold.woff2') format('woff2'), url('../fonts/Nunito-Bold.woff') format('woff'), url('../fonts/Nunito-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-ExtraLight.eot');
    src: url('../fonts/Nunito-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-ExtraLight.woff2') format('woff2'), url('../fonts/Nunito-ExtraLight.woff') format('woff'), url('../fonts/Nunito-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Light.eot');
    src: url('../fonts/Nunito-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Light.woff2') format('woff2'), url('../fonts/Nunito-Light.woff') format('woff'), url('../fonts/Nunito-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Medium.eot');
    src: url('../fonts/Nunito-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Medium.woff2') format('woff2'), url('../fonts/Nunito-Medium.woff') format('woff'), url('../fonts/Nunito-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.eot');
    src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Regular.woff2') format('woff2'), url('../fonts/Nunito-Regular.woff') format('woff'), url('../fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-SemiBold.eot');
    src: url('../fonts/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-SemiBold.woff2') format('woff2'), url('../fonts/Nunito-SemiBold.woff') format('woff'), url('../fonts/Nunito-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a,
a:hover {
    text-decoration: none;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

body {
    font-family: 'Nunito';
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden !important;
    padding: 0 !important;
}

img {
    width: 100%;
    max-width: 100%
}
input::file-selector-button {
    background: #16d7c0;
    border: 1px solid #16d7c0;
    color: #fff;
}
.appearance_none[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
}

.appearance_none::-webkit-outer-spin-button,
.appearance_none::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.oberflow_hiddn {
    overflow: hidden;
}

.link_btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 7px 20px 7px 20px;
    display: inline-block;
    background: #16d7c0;
    border-radius: 5px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.link_btn:hover {
    color: #fff;
    background: #005650;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.d_flex {
    display: flex
}

.flex_Equal {
    justify-content: space-between
}

.flex_Center {
    justify-content: center
}

.flex_Start {
    justify-content: flex-start
}

.flex_End {
    justify-content: flex-end
}

.flex_Middel {
    align-items: center
}

.flex_Top {
    align-items: flex-start
}

.flex_Bottom {
    align-items: flex-end
}

.flex_column {
    flex-direction: column
}

.flex_wrap {
    flex-wrap: wrap
}

.flex_row {
    flex-direction: row
}

.flex::after,
.flex::before {
    display: none!important
}

.fw_100 {
    font-weight: 100
}

.fw_200 {
    font-weight: 200
}

.fw_300 {
    font-weight: 300
}

.fw_400 {
    font-weight: 400
}

.fw_500 {
    font-weight: 500
}

.fw_600 {
    font-weight: 600
}

.fw_700 {
    font-weight: 700
}

.fw_800 {
    font-weight: 800
}

.fw_900 {
    font-weight: 900
}

.fw_normal {
    font-weight: 400
}

.d_none {
    display: none
}

.d_inline_block {
    display: inline-block
}

.d_block {
    display: block!important
}

.background_white {
    background-color: #fff
}

.background_red {
    background-color: #005650
}

.error {
    color: #ec1c24;
}

.border_red30px {
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}

.border_red5px {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.main_card {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #0d398f26;
    position: relative
}

.main_card_body {
    padding: 12px
}

.main_card .icon,
.main_card .title {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.main_card:hover .icon,
.main_card:hover .title {
    color: #0d398f;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.border_red15px {
    border-radius: 15px!important;
    -webkit-border-radius: 15px!important;
    -moz-border-radius: 15px!important;
    -ms-border-radius: 15px!important;
    -o-border-radius: 15px!important
}

.text_center {
    text-align: center
}

.text_left {
    text-align: left
}

.text_right {
    text-align: right
}

.text_uppercase {
    text-transform: uppercase
}

.text_capitalize {
    text-transform: capitalize
}

.text_justfy {
    text-align: justify
}

.box_shadwo_light {
    box-shadow: 0 0 5px 0 #1d579946
}

.min_height {
    height: 80px
}

.m_auto {
    margin: 0 auto
}

.ml_auto {
    margin-left: auto
}

.ml_20 {
    margin-left: 20px
}

.ml_10 {
    margin-left: 10px
}

.m_15 {
    margin: 15px
}

.mr_15 {
    margin-right: 15px
}

.mr_10 {
    margin-right: 10px
}

.ml_30 {
    margin-left: 50px
}

.mt_7 {
    margin-top: 7px
}

.mt_15 {
    margin-top: 15px
}

.mt_20 {
    margin-top: 20px
}

.mb_5 {
    margin-bottom: 5px !important;
}

.mx_0 {
    margin-left: 0;
    margin-right: 0;
}

.mb_10 {
    margin-bottom: 10px
}

.mb_15 {
    margin-bottom: 15px
}

.mb_40 {
    margin-bottom: 40px
}

.mt_40 {
    margin-top: 40px
}

.mb_50 {
    margin-bottom: 50px
}

.mb_25 {
    margin-bottom: 25px
}

.mb_35 {
    margin-bottom: 35px
}

.mb_0 {
    margin-bottom: 0 !important;
}

.mt_35 {
    margin-top: 35px
}

.border_none {
    border: none!important
}

.border_bottom {
    border-bottom: 1px solid #ddd
}

.border_bottom1 {
    border-bottom: 1px solid #ddd
}

.border_top1 {
    border-top: 1px solid #fff
}

.border_top_gray1 {
    border-top: 1px solid #ddd
}

.border_bottom_dashed {
    border-bottom: 2px dashed #fff
}

.background_none {
    background-color: transparent!important
}

.sliver_background {
    background: #f4feff;
}

.top_shodw {
    box-shadow: 0 -15px 20px 0 #cccccc73
}

.clip_path_none {
    clip-path: none!important
}

.P_15 {
    padding: 15px
}

.p_0 {
    padding: 0
}

.pb_15 {
    padding-bottom: 15px
}

.pb_10 {
    padding-bottom: 10px
}

.pb_60 {
    padding-bottom: 60px
}

.pb_80 {
    padding-bottom: 80px
}

.pb_200 {
    padding-bottom: 200px
}

.pt_7 {
    padding-top: 7px
}

.pt_60 {
    padding-top: 60px
}

.pt_80 {
    padding-top: 80px
}

.pt_100 {
    padding-top: 100px
}

.pt_150 {
    padding-top: 150px;
}

.pt_30 {
    padding-top: 30px
}

.pl_25 {
    padding-left: 25px
}

.pl_15 {
    padding-left: 15px
}

.p_070 {
    padding: 0 60px
}

.py_5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.px_10 {
    padding-left: 10px;
    padding-right: 10px
}

.pr_15 {
    padding-right: 15px
}

.mt_min_110 {
    margin-top: -110px
}

.z_index999 {
    z-index: 999
}

.li_width li {
    width: 25%;
    font-size: 12px;
    font-weight: 700;
}

.list_css li {
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    position: relative;
    padding-left: 20px
}

.list_css li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 12px;
    height: 12px;
    background-color: #005650;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.ul_style li {
    margin: 3px
}

.ul_style li>div {
    padding: 5px;
    border: 1px solid #363636;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.ul_style li>div:hover {
    border: 1px solid #005650;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.ul_style li>div img {
    max-width: 130px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.ul_style li>div:hover img {
    filter: grayscale(10);
    -webkit-filter: grayscale(10)
}

.edit_btn {
    border: none;
    background: #16d7c0;
    color: #fff;
    font-size: 15px;
    height: 35px;
    width: 35px;
    margin-left: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.edit_btn:hover {
    background: #363636;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.buy_now_btn {
    border: none;
    background: #16d7c0;
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
    height: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.buy_now_btn:hover {
    background: #363636;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.fin_logo img {
    width: 150px;
}

.w_100 {
    width: 100%
}

.w_50 {
    width: 50%
}

.h_100 {
    height: 100%
}

.h_50 {
    height: 50%
}

.cursor_pointer {
    cursor: pointer
}

.panel_active_class.click_btn small {
    color: #005650;
}

.change_icon.rotate_icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.text_bottom_border {
    position: relative;
}

.text_bottom_border::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    height: 3px;
    background: #16d7c0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.text_bottom_border_white {
    position: relative;
}

.text_bottom_border_white::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70px;
    text-align: center;
    height: 3px;
    background-color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.text_green {
    color: #005650
}

.text_dark {
    color: #363636
}

.text_white {
    color: #fff!important
}

.border_red50 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.fs_8 {
    font-size: 8px
}

.fs_9 {
    font-size: 9px
}

.fs_10 {
    font-size: 10px
}

.fs_11 {
    font-size: 11px
}

.fs_12 {
    font-size: 12px
}

.fs_13 {
    font-size: 13px
}

.fs_14 {
    font-size: 14px
}

.fs_15 {
    font-size: 15px
}

.fs_16 {
    font-size: 16px
}

.fs_17 {
    font-size: 17px
}

.fs_18 {
    font-size: 18px
}

.fs_19 {
    font-size: 19px
}

.fs_20 {
    font-size: 20px
}

.fs_21 {
    font-size: 21px
}

.fs_22 {
    font-size: 22px
}

.fs_23 {
    font-size: 23px
}

.fs_24 {
    font-size: 24px
}

.fs_25 {
    font-size: 25px
}

.fs_26 {
    font-size: 26px
}

.fs_27 {
    font-size: 27px
}

.fs_28 {
    font-size: 28px
}

.fs_29 {
    font-size: 29px
}

.fs_30 {
    font-size: 30px
}

.fs_31 {
    font-size: 31px
}

.fs_32 {
    font-size: 32px
}

.fs_33 {
    font-size: 33px
}

.fs_34 {
    font-size: 34px
}

.fs_35 {
    font-size: 35px
}

.fs_36 {
    font-size: 36px
}

.fs_37 {
    font-size: 37px
}

.fs_38 {
    font-size: 38px
}

.fs_39 {
    font-size: 39px
}

.fs_40 {
    font-size: 40px
}

.fs_41 {
    font-size: 41px
}

.fs_42 {
    font-size: 42px
}

.fs_43 {
    font-size: 43px
}

.fs_44 {
    font-size: 44px
}

.fs_45 {
    font-size: 45px
}

.fs_46 {
    font-size: 46px
}

.line_height_24 {
    line-height: 40px
}

.line_height_34 {
    line-height: 34px
}

.app_btn {
    border: 1px solid #005650;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.theme_graadint_background {
    background: #16d7c0;
    border-color: #16d7c0;
}

.border_gary {
    border: 1px solid #ddd
}
.bdr-radius {
    border-radius: 5px;
}
.main_popup {
    position: fixed;
    z-index: 99999999999999999999;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.main_popup.is_visible {
    visibility: visible
}

.main_popup .main_popup_overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, .5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .3s, opacity .3s;
    -webkit-transition: visibility 0s linear .3s, opacity .3s;
    -moz-transition: visibility 0s linear .3s, opacity .3s;
    -ms-transition: visibility 0s linear .3s, opacity .3s;
    -o-transition: visibility 0s linear .3s, opacity .3s;
}

.main_popup .main_popup_overlay2 {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, .5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .3s, opacity .3s
}

.main_popup.is_visible .main_popup_overlay2 {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.main_popup.is_visible .main_popup_overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.main_popup .main_popup_wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 370px;
    right: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
}

.width_three {
    width: calc(100% / 3 - 5px);
}

.main_popup .main_popup_animation {
    transition: all .3s .12s;
    opacity: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: all .3s .12s;
    -moz-transition: all .3s .12s;
    -ms-transition: all .3s .12s;
    -o-transition: all .3s .12s
}

.main_popup.is_visible .main_popup_animation {
    animation: main_popup_animation 1s ease;
    -webkit-animation: main_popup_animation 1s ease;
    opacity: 1;
}

.main_popup .main_popup_wrapper .main_popup_header {
    position: relative;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_popup .main_popup_wrapper .main_popup_header .main_popup_title {
    font-size: 18px;
    color: #005650;
    font-weight: 500;
    text-transform: capitalize
}

.main_popup .main_popup_wrapper .main_popup_header .main_popup_close_btn {
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -20px;
    background: #16d7c0;
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 37px;
    border-radius: 50%;
}

.main_popup .main_popup_body {
    padding: 15px
}

@keyframes main_popup_animation {
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

.mobile_number_slide {
    position: absolute;
    width: 280px;
    top: 33px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 0px -4px 19px 0px #00000078;
    border-radius: 5px;
}

.open_slide1.mobile_number_slide::before {
    right: 135px;
}

.mobile_number_slide::before {
    position: absolute;
    content: "";
    right: 43px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
}

.pop_content img {
    max-width: 130px
}

.main_popup .main_popup_footer {
    padding: 6px 15px;
    background-color: #f0efef;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0 0 8px 8px
}

.header {
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 0 0 0 0 #0000007a;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}
.header .navbar_main .logo {
    width: 100px;
    position: relative;
    text-align: left;
}

.header .navbar_main .logo a {
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header .navbar_main .logo img {
    max-width: initial;
}

.header .navbar_main .menubar {
    width: calc(100% - 200px)
}

.header .navbar_main .menubar .bottom_nav .mobile_btn,
.mobile_btn_close {
    display: none;
    color: #005650;
    cursor: pointer;
    border: 1px solid #005650;
    padding: 3px 10px;
}

.header .navbar_main .menubar .bottom_nav>ul>li {
    margin-left: 25px
}

.header .navbar_main .menubar .bottom_nav>ul>li:first-child {
    margin-left: 0
}

.header .navbar_main .menubar .bottom_nav>ul>li>a {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.header .navbar_main .menubar .bottom_nav>ul>li>a::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
    height: 2px;
    background-color: transparent;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.header .navbar_main .menubar .bottom_nav>ul>li.active a::after,
.header .navbar_main .menubar .bottom_nav>ul>li>a:hover::after {
    background-color: #005650;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.header .navbar_main .menubar .bottom_nav>ul>li.active a,
.header .navbar_main .menubar .bottom_nav>ul>li>a:hover {
    color: #005650;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.header .navbar_main .menubar .bottom_nav .login_btn {
    margin-left: 15px
}

.header .navbar_main .menubar .bottom_nav .login_btn a {
    background-color: #16d7c0;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 5px;
    /* display: inline-block; */
}

.header .navbar_main .menubar .bottom_nav .login_btn a:hover {
    background-color: #005650;
    color: #fff
}

.header .navbar_main .menubar .bottom_nav ul li.dropdown_main {
    position: relative;
    display: block
}

.header .navbar_main .menubar .bottom_nav ul li.dropdown_main .dropdown_menu {
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    padding: 0;
    z-index: 9999;
    min-width: 200px;
    width: 100%;
    top: 32px;
    border: 1px solid #ddd;
    left: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.header .navbar_main .menubar .bottom_nav ul li.dropdown_main .dropdown_menu li {
    display: block;
    text-align: left;
}

.header .navbar_main .menubar .bottom_nav ul li.dropdown_main .dropdown_menu li a {
    color: #363636;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    display: block;
    padding: 5px 15px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    font-size: 14px;
}

.header .navbar_main .menubar .bottom_nav ul li.dropdown_main .dropdown_menu li a:hover {
    color: #fff;
    border-bottom: 1px solid #005650;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    background-color: #005650;
}

.fixed {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #0000007a;
    left: 0;
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0)
    }
}

.home_banner_part {
    box-shadow: 0px 15px 20px 0px #36363614;
    height: calc(100vh - 150px);
}

.home_banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    height: calc(100vh - 150px);
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile_part_block .mobile_img img {
    max-width: 400px;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
}

.home_banner_part #home_slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.home_banner_part #home_slider .slide_img_box {
    text-align: center;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 150px);
    position: relative;
}

.home_banner_part #home_slider .slide_img_box img {
    text-align: center;
    margin: auto;
    width: 100%;
    object-fit: cover;
}

.home_banner_part .text_box {
    width: 100%;
    max-width: 300px;
    padding-left: 35px;
}

.home_banner_part #home_slider .owl-nav {
    display: none
}

.home_banner_part .text_box .products_box {
    text-align: center;
    padding: 30px 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: 50%;
    min-height: 120px;
    position: relative;
}

.home_banner_part .main_box .text_box .products_box.br_slide1::before {
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    width: 2px;
    height: 50%;
    background: #16d7c0;
    animation: top_bottom 5s infinite;
    -webkit-animation: top_bottom 5s infinite;
}

.home_banner_part .main_box .text_box .products_box.br_slide2::before {
    position: absolute;
    right: 0;
    content: "";
    bottom: 0;
    width: 50%;
    height: 2px;
    background: #363636;
    animation: right_side 5s infinite;
    -webkit-animation: right_side 5s infinite;
}

.home_banner_part .main_box .text_box .products_box.br_slide3::before {
    position: absolute;
    left: 0;
    content: "";
    top: -2px;
    width: 50%;
    height: 2px;
    background: #363636;
    animation: right_side 5s infinite;
    -webkit-animation: right_side 5s infinite;
}

.home_banner_part .main_box .text_box .products_box.br_slide4::before {
    position: absolute;
    left: -2px;
    content: "";
    bottom: 0;
    width: 2px;
    height: 50%;
    background: #005650;
    animation: bottom_top 5s infinite;
    -webkit-animation: bottom_top 5s infinite;
}

@keyframes right_side {
    from {
        width: 15%;
    }
    to {
        width: 100%;
    }
}

@keyframes left_side {
    from {
        width: 100%;
    }
    to {
        width: 15%;
    }
}

@keyframes top_bottom {
    from {
        height: 15%;
    }
    to {
        height: 100%;
    }
}

@keyframes bottom_top {
    from {
        height: 15%;
    }
    to {
        height: 100%;
    }
}

.home_banner_part .text_box .products_box a {
    display: block;
}

.our_company_back {
    position: relative;
}

.contact_banner {
    background-image: url(..//images/slider_images/contact_us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 100px 0;
    margin-bottom: 50px;
}

.contact_banner .text_left {
    max-width: 600px;
}

.form_group {
    width: 100%;
    margin-bottom: 15px;
}

.form_group label {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.form_group .form_control {
    height: 35px;
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #999 !important;
    background-color: #fff;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.form_group .form_control_span {
    height: 35px;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    color: #747e8c;
    border: 1px solid #ddd !important;
    background-color: #ddd;
    display: block;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.form_group .form_control:focus {
    box-shadow: none !important;
    outline-color: #005650;
    outline-width: 1px !important;
}

.form_group .form_control[type="file"] {
    border: none !important;
    height: auto;
    padding: 0px;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.submit_banner img {
    width: 300px;
}

.get_form_other_filds {
    position: relative;
    width: 100%;
    overflow-y: auto;
    padding-top: 30px;
}

.faq_blocks .main_panel .panel_body.panel_body_active {
    display: block
}

.faq_blocks .main_panel .panel_body {
    display: none
}

.faq_blocks .list_css li {
    font-size: 14px
}

#Our_testmonial .item span {
    background:  #16d7c0 ;
    padding: 3px;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -20px;
    margin: 0 auto;
    text-align: left;
    left: 0;
    right: 0;
}

#Our_testmonial .item span img {
    width: 75px
}

#Our_testmonial .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

#Our_testmonial .owl-nav .owl-next,
#Our_testmonial .owl-nav .owl-prev {
    margin: 0 10px;
    background: #16d7c0;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#Our_testmonial .owl-stage-outer {
    padding-top: 40px;
}

.qute_icon {
    right: 30px;
    opacity: .7;
    bottom: 23px;
}

.footer {
    position: relative;
    background-color: #363636;
    width: 100%;
    height: auto;
}

.footer .list_css li::before {
    background-color: #fff
}

.footer .list_css li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.become_banner {
    position: relative;
    z-index: 0;
}

.become_banner .img_box_ani img {
    -webkit-animation-name: jum_animation;
    animation-name: jum_animation;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.submission {
    display: none;
}

.submission.submission_active {
    display: block;
}

@keyframes jum_animation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jum_animation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* ********************************************************************************* */

.name_card {
    padding-left: 45px;
    z-index: 0;
    border-right: 1px solid #F5F5F5
}

.name_card h6 {
    margin-bottom: 51px;
    position: relative;
    top: 5px;
    font-size: 14px;
}

.card2 {
    display: none
}

.card2.show {
    display: block
}

input:focus,
select:focus {
    box-shadow: none !important;
    border: 1px solid #005650 !important;
    outline-width: 0 !important
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #005650
}

.otp_btn, .next-button {
    width: 100px;
    height: 36px;
    background-color: #16d7c0;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.next-button svg {
    margin-left: 5px;
}
.otp_btn:hover,
.next-button:hover {
    background-color: #005650;
    color: #fff
}

#progressbar {
    position: absolute;
    left: 0px;
    overflow: hidden;
    color: #16d7c0
}

#progressbar li {
    list-style-type: none;
    font-size: 8px;
    font-weight: 400;
    margin-bottom: 36px;
    position: relative;
}

#progressbar li:nth-child(3) {
    margin-bottom: 88px
}

#progressbar .step0:before {
    content: "";
}

#progressbar li:before {
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    border: 1px solid #16d7c0;
    border-radius: 50%;
    margin: auto
}

#progressbar li:last-child:before {
    width: 40px;
    height: 40px
}

#progressbar li:after {
    content: '';
    width: 3px;
    height: 66px;
    position: absolute;
    left: 58px;
    top: 15px;
    z-index: -1
}

#progressbar li:last-child:after {
    top: 147px;
    height: 132px
}

#progressbar li:nth-child(3):after {
    top: 81px
}

#progressbar li:nth-child(2):after {
    top: 0px
}

#progressbar li:first-child:after {
    position: absolute;
    top: -81px
}

#progressbar li.active:after {
    background: #16d7c0;
}

#progressbar li.active .check_icon {
    color: #fff !important;
}

#progressbar li.active::before {
    background-color: #4BB543;
    content: "";
}

#progressbar li .check_icon {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 8888888;
    color: #16d7c0;
    font-size: 16px;
}

.img_width {
    width: 150px;
}

.tick {
    width: 100px;
    height: 100px
}

.Proposal_page .Proposal_page_body {
    display: none;
}

.Proposal_page .Proposal_page_body.Proposal_page_active {
    display: flex;
}

.prev {
    cursor: pointer;
    position: absolute;
    right: 15px;
}

.check_box_cs input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.check_box_cs label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.check_box_cs label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #16d7c0;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.check_box_cs input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #16d7c0;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom_checkbox {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
}

.custom_checkbox label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #888888;
    border-radius: 100px;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: background 0.3s, text-indent 0.3s;
    -moz-transition: background 0.3s, text-indent 0.3s;
    -o-transition: background 0.3s, text-indent 0.3s;
    transition: background 0.3s, text-indent 0.3s;
    text-indent: 27px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.custom_checkbox input[type='checkbox'] {
    display: none;
}
.custom_checkbox label:after {
    content: 'NO';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    z-index: 1;
}

.custom_checkbox label:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #ddd;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 3px;
    display: block;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}

.custom_checkbox input:checked+label {
    background: #005650;
    text-indent: 8px;
}

.custom_checkbox input:checked+label:after {
    content: 'YES';
    color: #fff;
}

.custom_checkbox input:checked+label:before {
    left: 37px;
}

.toggle_buttons {
    display: flex;
    overflow: hidden;
}

.toggle_buttons input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.toggle_buttons label {
    background-color: #ddd;
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.toggle_buttons label:hover {
    cursor: pointer;
}

.toggle_buttons input:checked+label {
    background-color: #005650;
    box-shadow: none;
    color: #fff;
}

.toggle_buttons label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.toggle_buttons label:last-of-type {
    border-radius: 0 4px 4px 0;
}
.cs_item {

    height: auto;
}
.text_red {
    color: #d62831;
}
.P_15 {
    padding: 15px;
}
.cs_card_list {
    margin-top: 20px;
}
.cs_card_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px dashed #ddd;
}
.cs_card_list li label {
    color: #005650;
}
.cs_item {
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-bottom: 10px;
    height: 45px;
    overflow: hidden;
}
.fs_18 {
    font-size: 18px;
}
.pt_10 {
    padding-top: 10px;
}
.pb_10 {
    padding-bottom: 10px;
}
.PAN_div, .not_pan_div, .CKYC_div, .id_type_div, .adahar_otp_div, .id_value_div, .custom111 {
    background-color: #f4fbfb;
    padding: 20px;
    border: 1px solid #b7d9d9;
    border-radius: 3px;
    overflow: hidden;
    margin: 10px 0px;
}
@media screen and (max-width: 912px) {
    .card00 {
        padding-top: 30px
    }
    .name_card {
        border: none;
        margin-left: 50px
    }
    .card2 {
        border-bottom: 1px solid #F5F5F5;
        margin-bottom: 25px
    }
    .social {
        height: 30px;
        width: 30px;
        font-size: 15px;
        padding-top: 8px;
        margin-top: 7px
    }
    .get-bonus {
        margin-top: 40px !important;
        margin-left: 75px
    }
    #progressbar {
        left: -25px
    }
}

.custom_radio_btns {
    margin-bottom: 10px;
}

.custom_radio_btns input[type=radio] {
    display: none;
}

.custom_radio_btns input[type=radio]+label {
    color: #363636;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.custom_radio_btns input[type=radio]+label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #363636;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 42px;
}

.custom_radio_btns input[type=radio]+label span .check_icon {
    opacity: 0;
    font-size: 12px;
    color: #fff;
    position: relative;
    top: -12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.custom_radio_btns input[type=radio]:checked+label span .check_icon {
    opacity: 1;
}

.custom_radio_btns input[type=radio]:checked+label span {
    background-color: #16d7c0;
    border-color: #16d7c0;
}

.custom_radio_btns_checks {
    display: block;
    margin-bottom: 15px;
}

.custom_radio_btns_checks input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom_radio_btns_checks label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #363636;
}

.custom_radio_btns_checks label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #999;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.custom_radio_btns_checks input:checked+label:before {
    background-color: #16d7c0;
    border-color: #16d7c0;
}

.custom_radio_btns_checks input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.cs_card {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
}

.cs_card .cs_card_body {
    padding: 10px 0 0 0;
}

.main_carbike_page {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background: #f4fbfb;
    padding: 30px 0px 0px 0px;
}
.disclaimerSecWrap .col p {
    margin-bottom: 0px;
}
.main_carbike_page .sidebar {
    width: 330px;
    background-color: #fff;
    border: 1px solid #16d7c0;
    height: calc(100vh - 248px);
    border-radius: 5px;
    overflow: hidden;
}

.main_carbike_page .sidebar .sidebar_header {
    background-color: #16d7c0;
    padding: 5px 10px;
}

.main_carbike_page .sidebar .sidebar_footer {
    background-color: #363636;
    text-align: center;
}

.main_carbike_page .sidebar .sidebar_footer button {
    background-color: #005650;
    padding: 8px 30px;
    text-align: center;
    border: none;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.main_carbike_page .sidebar .sidebar_footer button:hover {
    background-color: #005650;
    color: #fff;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.ui-datepicker {
    z-index: 999999999999999 !important;
}

.slide_btn button {
    background-color: #363636;
    padding: 1px 10px;
    text-align: center;
    border: none;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.slide_btn.active button,
.slide_btn button:hover {
    background-color: #005650;
    color: #fff;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.main_carbike_page .sidebar .sidebar_body {
    height: calc(100vh - 324px);
    overflow-y: scroll;
    padding: 0 10px;
    padding-top: 10px;
}

.main_carbike_page .sidebar .sidebar_body::-webkit-scrollbar {
    width: 8px;
}

.main_carbike_page .sidebar .sidebar_body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.main_carbike_page .sidebar .sidebar_body::-webkit-scrollbar-thumb {
    background: #ccc;
}

.main_carbike_page .sidebar .sidebar_body::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.main_carbike_page .main_body_content {
    width: calc(100% - 345px);
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ddd;
    margin-left: 15px;
    height: calc(100vh - 248px);
    overflow-y: auto;
    border-radius: 5px;
}

.main_carbike_page .main_body_content::-webkit-scrollbar {
    width: 8px;
}

.main_carbike_page .main_body_content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.main_carbike_page .main_body_content::-webkit-scrollbar-thumb {
    background: #ccc;
}

.main_carbike_page .main_body_content::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.mid_part_btns .select2-container {
    width: 80px !important;
}

.products_page_css {
    margin-bottom: 45px;
    position: relative;
    width: 100%;
}

.products_page_css h1 {
    font-size: 24px;
    color: #be131b;
    font-weight: 800;
    margin-bottom: 15px;
    display: block;
}

.products_page_css h3,
.products_page_css h2 {
    font-size: 18px;
    color: #be131b;
    font-weight: 800;
    margin-bottom: 15px;
    display: block;
}

.products_page_css p {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: justify;
    color: #747e8c;
    font-weight: 600;
}

.products_page_css p strong {
    color: #363636;
    font-weight: 800;
}

.products_page_css .points_list_css {
    margin-bottom: 25px;
}

.products_page_css .points_list_css li {
    color: #363636;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding-left: 18px;
    margin-bottom: 7px;
}

.products_page_css .points_list_css li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: #be131b;
    border-radius: 50%;
}
.message_box {
    border-radius: 5px;
}
.quotes_list_body, .message_box {
    background-color: #fff;
}
.container.border_gary.bdr-radius {
    background-color: #fff;
}
    .bg-light {
        background-color: #f4fbfb !important;
    }
.mobile_number_slide .form_group .form_control {
    margin-right: 5px;
}


/* *****************************************home_page_css***************************** */

.home_page_css {
    height: auto;
}

.home_page_css .whyHeadTxt {
    color: #005650!important;
    margin-top: 40px;
}

.home_page_css .main-container {
    margin: 0 auto;
    max-width: 906px;
    padding: 2rem 1rem;
}

.home_page_css .grid-wrapper {
    --auto-grid-min-size: 7rem;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.home_page_css .grid-wrapper li {
    background-color: white;
    color: #ffffff;
    font-size: 24px;
    list-style-type: none;
    padding: 1rem 0rem;
    text-align: center;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 600;
    transition: transform .2s;
}

.home_page_css .grid-wrapper li div img {
    width: 40%;
    object-fit: contain;
}

.home_page_css .prodEleName {
    font-family: 'Inter-Regular';
    font-size: 13px;
    line-height: 16px;
    color: #080808;
    text-align: center;
    margin-top: 10px;
    font-weight: 900;
}

.home_page_css .grid-wrapper2 {
    --auto-grid-min-size: 6rem;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.home_page_css .grid-wrapper2 li {
    background-color: white;
    color: #ffffff;
    font-size: 24px;
    list-style-type: none;
    padding: 1rem 0rem;
    text-align: center;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 600;
    transition: transform .2s;
}

.home_page_css .grid-wrapper2 li:hover {
    transform: scale(1.1);
}

.home_page_css .main-container2 {
    margin: 0 auto;
    max-width: 700px;
    padding: 2rem 1rem;
}

.home_page_css .grid-wrapper3 {
    --auto-grid-min-size: 7rem;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.home_page_css .grid-wrapper3 li {
    background-color: white;
    color: #ffffff;
    font-size: 24px;
    list-style-type: none;
    padding: 1rem 0rem;
    text-align: center;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 600;
    transition: transform .2s;
}

.home_page_css .grid-wrapper3 li:hover {
    transform: scale(1.1);
}

.home_page_css .whyEleSvg {
    display: inline;
    margin-bottom: 10px!important;
    margin-top: 14px!important;
}

.home_page_css .whyEleTxt {
    margin-bottom: 10px!important;
    margin-top: 14px!important;
}

.home_page_css .collapsible {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    background: #ededed;
}

.home_page_css .bld {
    font-weight: 400;
    color: #363232;
    text-align: center;
}

.home_page_css .content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}

.home_page_css .disclaimerSecWrap {
    color: #fff;
}

.home_page_css .footer-links {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 15px;
}

.home_page_css .footer-links a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #f1f1f1;
}

.home_page_css .line-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.home_page_css .line {
    flex-grow: 1;
    border-bottom: 1px solid #ffffff;
}

.home_page_css .footer-heading {
    font-size: 20px;
    padding: 0 20px;
    font-weight: bold;
    color: white;
}

.home_page_css .line {
    flex-grow: 1;
    border-bottom: 1px solid #ffffff;
}

.home_page_css .footer-links li {
    display: inline-block;
    margin: 0;
}


.home_page_css .heroRight {
    text-align: center;
}
/* *****************************************home_page_css***************************** */


/* *****************************************health_page_css***************************** */


.health_page_css {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.health_page_css .title_health {
    margin-bottom: 25px;
}

.health_page_css .title_health h1 {
    font-size: 24px;
    font-weight: 800;
    margin: 0px;
    color: #005650;
}

.health_page_css .health_prequotes_banner img {
    width: 100%;
    max-width: 483px;
    margin: auto;
    text-align: center;
    display: block;
}

.health_page_css .main_health_card_demo .male_female_box {
    margin-bottom: 30px;
    text-align: center;
}

.health_page_css .main_health_card_demo .male_female_box input {
    display: none;
}

.health_page_css .main_health_card_demo .male_female_box label {
    cursor: pointer;
}

.health_page_css .main_health_card_demo .male_female_box label span.gender_text {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    padding: 5px 10px;
    display: block;
    border-bottom: 3px solid #fff;
}

.health_page_css .main_health_card_demo .male_female_box label .error_message_cst .genders {
    font-size: 0px;
    color: red;
}

.health_page_css .main_health_card_demo .male_female_box input:checked+label span.gender_text{
    color: #005650;
    border-bottom: 3px solid #005650;
}

.health_page_css .main_health_card_demo .health_readio_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.health_page_css .main_health_card_demo .health_readio_btn input{
    display: none;
}

.health_page_css .main_health_card_demo .health_readio_btn label {
    background: transparent;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 0px 10px;
    transition: all 0.5s ease-out;
    border: none;
    cursor: pointer;
    width: calc(100% / 3);
}

.health_page_css .main_health_card_demo .health_readio_btn label .icon_tab {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 15px;
    border-radius: 5px;
    margin: auto auto 21px;
    font-size: 40px;
    color: #5e5e60;
    border: 3px solid #ddd;
    position: relative;
}

.health_page_css .main_health_card_demo .health_readio_btn label .icon_tab img {
    width: 35px;
}

.health_page_css .main_health_card_demo .health_readio_btn label span {
    display: block;
    position: relative;
    color: #5e5e60;
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
}

.health_page_css .main_health_card_demo .health_readio_btn label .icon_tab .error_message_cst {
    position: absolute;
    left: -14px;
    top: 0;
    width: 5px;
    height: 5px;
}

.health_page_css .main_health_card_demo .health_readio_btn label .icon_tab .error_message_cst .genders .error.formmessage.error2{
    color: red;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0px;
    height: 69px;
    width: 5px;
    border-left: 5px solid red;
    border-radius: 5px;
}

.health_page_css .main_health_card_demo .health_readio_btn input:checked+label .icon_tab {
    border-color: #005650;
    color: #005650;
}

.health_page_css .main_health_card_demo .health_readio_btn input:checked+label .icon_tab {
    background: #0096882e;
}

.health_page_css .main_health_card_demo .health_readio_btn input:checked+label span {
    color: #005650;
}

.health_page_css .main_health_card_demo .health_readio_btn .counter_cs {
    position: absolute;
    display: flex;
    height: 30px;
    width: 100px;
    bottom: -20px;
    justify-content: space-around;
    align-items: center;
    z-index: 9;
    left: 0px;
    right: 0px;
    background: #fff;
    border: 3px solid #ddd;
    border-radius: 5px;
    margin: auto;
}

.health_page_css .main_health_card_demo .health_readio_btn input:checked+label .icon_tab .counter_cs {
    border-color: #005650;
}

.health_page_css .main_health_card_demo .health_readio_btn .counter_cs button {
    border: none;
    background: transparent;
    font-size: 16px;
    padding: 0;
}

.health_page_css .main_health_card_demo .health_readio_btn .counter_cs p {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    width: 25px;
}

.health_page_css .main_health_card_demo .health_readio_btn .counter_cs button.add_member_minus{
    color: #ff0000;
}

.health_page_css .main_health_card_demo .health_readio_btn .counter_cs button.add_member_plus{
    color: #04cb64;
}

.health_page_css .input_group {
    display: block;
    margin-bottom: 15px;
}

.health_page_css .input_group label {
    font-size: 14px;
    color: #313131;
    display: block;
    margin-bottom: 5px;
}

.health_page_css .input_group .form_control:focus {
    outline-color: #005650;
    box-shadow: none;
}

.health_page_css .input_group .form_control {
    height: 45px;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.health_page_css .main_health_card_demo .health_pre_bottoms_btns {
    text-align: center;
    display: flex;
    justify-content: center;
}

.health_page_css .main_health_card_demo .health_pre_bottoms_btns .health_btn {
    border: none;
    background-color: #005650;
    color: #fff;
    height: 45px;
    width: 150px;
    display: block;
    text-align: center;
    margin: 0 15px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.health_page_css .main_health_card_demo .health_pre_bottoms_btns .health_btn:hover {
    background-color: #16d7c0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.health_page_css .main_health_card_demo .insured_member_age_box{
    display: flex;
    flex-wrap: wrap;
}

.health_page_css .main_health_card_demo .insured_member_age_box .input_group {
    width: calc(100% / 3 - 10px) !important;
    margin: 0 5px;
    margin-bottom: 25px;
}

.health_page_css .otpUserDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0096882b;
    backdrop-filter: blur(4px);
    z-index: 9999999999999;
}

.health_page_css .otpUserDiv .otp_inner_div {
    width: 100%;
    max-width: 450px;
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    padding-top: 40px;
    position: relative;
}

.health_page_css .otpUserDiv .otp_inner_div span.otp_inner_close_btn {
    font-size: 18px;
    color: red;
    position: absolute;
    right: 13px;
    top: 5px;
}

.health_page_css .otpUserDiv .otp_inner_div .cs_apply_otp_btn {
    border: none;
    background-color: #005650;
    height: 45px;
    width: 150px;
    display: block;
    text-align: center;
    margin: 0 15px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.health_page_css .otpUserDiv .otp_inner_div .input_group .change_number {
    border: none;
    color: #005650;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
}

.health_page_css .otpUserDiv .otp_inner_div .input_group .resend_otp_btn {
    border: none;
    color: #005650;
    margin-top: 10px;
    font-size: 13px;
    background-color: transparent;
}

.health_page_css .otpUserDiv .otp_inner_div .otp_submit_btn {
    border: none;
    background-color: #005650;
    color: #fff;
    height: 45px;
    width: 150px;
    display: block;
    text-align: center;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.health_page_css .otpUserDiv .otp_inner_div .otp_submit_btn:hover {
    background-color: #16d7c0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}


.health_page_css .custom_checkbox_insure {
    margin-bottom: 15px;
    width: auto;
    position: relative;
    transition: 0.5s ease-in-out;
}

.health_page_css .custom_checkbox_insure .input_Checkbox:checked {
    background-color: #005650;
    border: 1px solid #005650;
    transition: 0.5s ease-in-out;
}

.health_page_css .custom_checkbox_insure .input_Checkbox {
    -webkit-appearance: none;
    outline: none;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #5e6c84;
    vertical-align: middle;
    position: absolute;
    top: 20px;
    left: 15px;
    transition: 0.5s ease-in-out;
}

.health_page_css .custom_checkbox_insure .input_Checkbox:checked:before {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 3px;
    transition: 0.5s ease-in-out;
}

.health_page_css .custom_checkbox_insure label {
    padding: 5px 10px 5px 43px;
    cursor: pointer;
    font-size: 14px;
    color: #606060;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    height: 60px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.health_page_css .custom_checkbox_insure .input_Checkbox:checked+label {
    color: #005650;
    border-color: #005650;
    transition: 0.5s ease-in-out;
}

.health_page_css .madical_title {
    font-size: 18px;
    font-weight: 500;
    color: #005650;
    margin-bottom: 20px;
}

.health_page_css .health_main_body .toolbar_personal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 10px;
    width: calc(100% - 0px);
    margin: auto;
    margin-bottom: 10px;
    border-radius: 5px;
}

.health_page_css .health_main_body .toolbar_personal .cs_popup_btn_filter {
    font-size: 12px;
    border: 1px solid #005650;
    border-radius: 30px;
    padding: 0 10px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
    color: #005650;
    font-weight: 500;
    cursor: pointer;
}

.health_page_css .health_main_body .toolbar_personal .cs_popup_btn_filter .cs_back_btn_health {
    border: none;
    background: transparent;
    padding: 0;
    width: 40px;
}

.health_page_css .health_main_body .toolbar_personal .cs_popup_btn_filter .cs_back_btn_health img {
    width: 30px;
}

.health_page_css .health_main_body .toolbar_personal .input_group {
    margin-bottom: 0px !important;
    width: 250px;
}

.health_page_css .health_main_body .toolbar_personal .input_group .form_control:focus {
    outline: none;
    box-shadow: none;
}

.health_page_css .health_main_body .toolbar_personal .input_group .form_control {
    height: 30px !important;
    font-size: 14px;
    width: 100%;
    border: 0px solid #ddd !important;
    padding: 0 15px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card{
    background: #FFFFFF;
    padding: 10px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .quote_upr_box {
    border-bottom: 1px dashed #ddd;
    display: flex;
    padding-bottom: 10px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .img_media {
    width: 130px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .content_media {
    width: calc(100% - 130px);
    padding-left: 15px;
    padding-right: 5px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .content_media .content_box_cs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .content_media .content_box_cs .quote_equal_compare {
    width: calc(100% / 3);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .content_media .title_pa {
    font-size: 15px;
    font-weight: 600;
    color: var(--main_primary);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .content_media .multipal_color_text {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(1) .content_media .multipal_color_text {
    color: var(--color_bs_cyan);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(2) .content_media .multipal_color_text {
    color: var(--color_bs_green);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(3) .content_media .multipal_color_text {
    color: var(--color_bs_orange);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(4) .content_media .multipal_color_text {
    color: var(--color_bs_pink);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(5) .content_media .multipal_color_text {
    color: var(--color_bs_red);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(6) .content_media .multipal_color_text {
    color: var(--color_bs_teal);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(7) .content_media .multipal_color_text {
    color: var(--color_bs_yellow);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(8) .content_media .multipal_color_text {
    color: var(--main_primary);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(9) .content_media .multipal_color_text {
    color: var(--main_green_color);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(10) .content_media .multipal_color_text {
    color: var(--color_bs_cyan);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(11) .content_media .multipal_color_text {
    color: var(--color_bs_green);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(12) .content_media .multipal_color_text {
    color: var(--color_bs_orange);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(12) .content_media .multipal_color_text {
    color: var(--color_bs_pink);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(14) .content_media .multipal_color_text {
    color: var(--color_bs_red);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(15) .content_media .multipal_color_text {
    color: var(--color_bs_teal);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(16) .content_media .multipal_color_text {
    color: var(--color_bs_yellow);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(17) .content_media .multipal_color_text {
    color: var(--main_primary);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(18) .content_media .multipal_color_text {
    color: var(--main_green_color);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(19) .content_media .multipal_color_text {
    color: var(--color_bs_cyan);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(20) .content_media .multipal_color_text {
    color: var(--color_bs_green);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(21) .content_media .multipal_color_text {
    color: var(--color_bs_orange);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(22) .content_media .multipal_color_text {
    color: var(--color_bs_pink);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(23) .content_media .multipal_color_text {
    color: var(--color_bs_red);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(24) .content_media .multipal_color_text {
    color: var(--color_bs_teal);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(25) .content_media .multipal_color_text {
    color: var(--color_bs_yellow);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(26) .content_media .multipal_color_text {
    color: var(--main_primary);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(27) .content_media .multipal_color_text {
    color: var(--main_green_color);
}
.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(28) .content_media .multipal_color_text {
    color: var(--color_bs_cyan);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(29) .content_media .multipal_color_text {
    color: var(--color_bs_green);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(30) .content_media .multipal_color_text {
    color: var(--color_bs_orange);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(31) .content_media .multipal_color_text {
    color: var(--color_bs_pink);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(32) .content_media .multipal_color_text {
    color: var(--color_bs_red);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(33) .content_media .multipal_color_text {
    color: var(--color_bs_teal);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(34) .content_media .multipal_color_text {
    color: var(--color_bs_yellow);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(35) .content_media .multipal_color_text {
    color: var(--main_primary);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(36) .content_media .multipal_color_text {
    color: var(--main_green_color);
}
.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(37) .content_media .multipal_color_text {
    color: var(--color_bs_cyan);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(38) .content_media .multipal_color_text {
    color: var(--color_bs_green);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(39) .content_media .multipal_color_text {
    color: var(--color_bs_orange);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(40) .content_media .multipal_color_text {
    color: var(--color_bs_pink);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(41) .content_media .multipal_color_text {
    color: var(--color_bs_red);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(42) .content_media .multipal_color_text {
    color: var(--color_bs_teal);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(43) .content_media .multipal_color_text {
    color: var(--color_bs_yellow);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(44) .content_media .multipal_color_text {
    color: var(--main_primary);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card:nth-child(45) .content_media .multipal_color_text {
    color: var(--main_green_color);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .content_media .content_box_cs .insur_add_to.quote_equal_compare {
    display: flex;
    justify-content: center;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare label input {
    position: absolute;
    left: -9999px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare label input:checked + span {
    border: 1px solid var(--main_light_gray);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em var(--main_primary);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare label span {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 99em;
    transition: 0.25s ease;
    border: 1px solid var(--color_bs_white);
    font-size: 13px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em var(--main_primary);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .content_media .content_box_cs .hal_buy_now_btn.quote_equal_compare {
    display: flex;
    justify-content: flex-end;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .content_media .content_box_cs .hal_buy_now_btn.quote_equal_compare .buy_now {
    font-size: 15px !important;
    background: var(--main_primary);
    color: #fff;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 8px;
    cursor: pointer;
    width: 140px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #ddd;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .content_media .content_box_cs .hal_buy_now_btn.quote_equal_compare .buy_now small {
    font-size: 13px;
    margin-bottom: 1px;
    display: block;
    text-align: center;
    line-height: 15px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .content_media .content_box_cs .hal_buy_now_btn.quote_equal_compare .buy_now span {
    display: block;
    text-align: center;
    line-height: 20px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .content_media .content_box_cs .hal_buy_now_btn.quote_equal_compare .buy_now p {
    font-size: 10px;
    margin: 0;
    font-weight: 400;
    line-height: 15px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .plans_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .plans_list li {
    font-size: 12px;
    font-weight: 700;
    color: #373737;
    line-height: 24px;
    padding: 0 3px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% / 4 - 5px);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .plans_list li .svg-inline--fa {
    font-size: 15px;
    margin-right: 5px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .plans_list li:nth-child(1) .svg-inline--fa {
    color: var(--color_bs_orange);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .plans_list li:nth-child(2) .svg-inline--fa {
    color: var(--color_bs_red);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .plans_list li:nth-child(3) .svg-inline--fa {
    color: var(--color_bs_pink);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .plans_list li:nth-child(4) .svg-inline--fa {
    color: var(--color_bs_teal);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .plans_list li:nth-child(5) .svg-inline--fa {
    color: var(--color_bs_yellow);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .plans_list li:nth-child(6) .svg-inline--fa {
    color: var(--color_bs_cyan);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .remark_box {
    font-size: 13px;
    font-weight: 500;
    color: var(--main_primary);
    background: #0056502d;
    border-radius: 5px;
    padding: 4px 10px;
    margin-top: 10px;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .remark_box .ViewFeatures {
    color: var(--main_primary);
    font-size: 14px;
    font-weight: 600;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount {
    position: relative;
    margin-top: 50px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .addon_tag_name,
.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .discount_tag_name {
    font-size: 12px;
    font-weight: 500;
    background: #ddd;
    padding: 0px 24px;
    position: absolute;
    top: -34px;
    left: -20px;
    display: inline-block;
    border-radius: 5px 5px 5px 0px;
    padding-right: 9px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .addon_tag_name::before,
.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .discount_tag_name::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 9px 0;
    border-color: transparent var(--color_bs_dark_teal) transparent transparent
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .discount_tag_name::before {
    border-color: transparent var(--color_bs_dark_teal) transparent transparent;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .addon_tag_name {
    color: var(--color_bs_white);
    background-color: var(--main_secondary);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .discount_tag_name {
    color: var(--color_bs_white);
    background-color: var(--color_bs_teal);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .discount_div {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .discount_div span {
    display: flex;
    align-items: center;
    padding: 0px 6px;
    border-radius: 99em;
    transition: 0.25s ease;
    border: 1px solid var(--main_op_back);
    font-size: 10px;
    font-weight: 600;
    margin-right: 7px;
    cursor: pointer;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .discount_div span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #005650;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .discount_div span.DiscountApplied:before {
    box-shadow: inset 0 0 0 0.4375em var(--color_bs_teal);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .discount_div span.DiscountApplied {
    border: 1px solid var(--color_bs_teal);
    color: var(--color_bs_teal);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .discount_div span.Not_Applicable_Discount {
    border: 1px solid var(--color_bs_red);
    color: var(--color_bs_red);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .addon_discount .discount_div span.Not_Applicable_Discount:before {
    box-shadow: inset 0 0 0 0.4375em var(--color_bs_red);
}


.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare_plus label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare_plus label input {
    position: absolute;
    left: -9999px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare_plus label input:checked + span {
    border: 1px solid var(--color_bs_teal);
    color: var(--color_bs_teal);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare_plus label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em var(--color_bs_teal);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare_plus.not_avalaible label input:checked + span {
    border: 1px solid var(--color_bs_red);
    color: var(--color_bs_red);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare_plus.not_avalaible label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em var(--color_bs_red);
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare_plus label span {
    display: flex;
    align-items: center;
    padding: 0px 6px;
    border-radius: 99em;
    transition: 0.25s ease;
    border: 1px solid var(--main_op_back);
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
}

.health_page_css .health_main_body .personal_main_body_scroll .main_card .health_check_compare_plus label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #00005c;
}

.health_page_css .personal_body_desk_filter_popup {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    background: #28354f5c;
    left: 0;
    top: 0;
    padding: 20px;
    margin: auto;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card {
    border: 1px solid #ddd;
    border-radius: 10px;
    height: auto;
    position: relative;
    background: #fff;
    width: 350px;
    margin: auto;
    margin-top: 0;
    box-shadow: 0px 0px 10px 0px var(--main_primary)6b;
    overflow: hidden;
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .close_btn_desk_new,
.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .close_btn_desk {
    position: absolute;
    right: 21px;
    top: 19px;
    color: #dc3545;
    font-size: 20px;
    cursor: pointer;
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card:last-child {
    margin-bottom: 0px;
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .side_title {
    font-size: 14px;
    font-weight: 500;
    color: var(--main_primary);
    padding: 20px 20px;
    background: #fff;
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .side_title.membersErros {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: var(--color_bs_red) !important;
    font-size: 12px !important;
    height: 18px;
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .side_title .featureFilter {
    background: #fff;
    color: var(--main_primary);
    font-size: 13px;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    width: 100px;
    font-weight: 700;
    border: 1px solid #c2c2c2;
    line-height: 3px;
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .side_title .featureFilter:hover {
    background: var(--main_primary);
    color: #fff;
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .side_body {
    padding: 5px 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 320px;
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .side_body .input_group {
    width: 100% !important;
    margin-bottom: 15px !important;
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .side_body .input_group .form_control {
    height: 45px !important;
    width: 100%;
    border: 1px solid #ddd !important;
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .side_body::-webkit-scrollbar {
    width: 0px;
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .side_body .check_box_list .custom_checkbox_insure img {
    width: 60px;
    margin-right: 5px;
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .side_body .check_box_list .input_group:last-child,
.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .side_body .check_box_list .custom_checkbox_insure:last-child {
    margin-bottom: 0px !important;
}

.health_page_css .personal_body_desk_filter_popup .desk_filter_popup.side_card .side_body .check_box_list .health_check {
    margin-bottom: 5px;
    margin-right: 5px;
}

.health_page_css .sidebar_cs_popup {
    width: 84%;
    position: fixed;
    z-index: 9999999;
    right: 0px;
    background: #fff;
    height: calc(100% - 68px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    margin: auto;
    overflow-y: auto;
    border-radius: 10px;
}

.health_page_css .sidebar_cs_popup::-webkit-scrollbar {
    width: 0px;
}

.overlay_custom {
    position: relative;
    overflow: hidden;
}

.overlay_custom::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-color: #0d398f4a;
    width: 100%;
    height: 100%;
    z-index: 999999;
    backdrop-filter: blur(3px);
}

.health_page_css .sidebar_cs_popup .header_pop {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 6px 5px 14px 0px #ddd;
    position: relative;
}

.health_page_css .sidebar_cs_popup .header_pop .title_pop {
    color: var(--main_primary);
    font-size: 17px;
}

.health_page_css .sidebar_cs_popup .header_pop .company_logo {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    height: 75px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.health_page_css .sidebar_cs_popup .header_pop span {
    cursor: pointer;
    font-size: 24px;
    color: #dc3545;
    position: absolute;
    top: 29px;
    right: 30px;
}

.health_page_css .sidebar_cs_popup .body_pop {
    height: calc(100vh - 100px);
    padding: 17px;
    overflow-x: hidden;
    margin-top: 15px;
}

.health_page_css .sidebar_cs_popup .body_pop::-webkit-scrollbar {
    width: 0px;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .nav-tabs {
    border: none;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .nav-tabs .nav-link {
    margin-bottom: 0px;
    border: none;
    border-radius: 5px;
    background: #0d398f2b;
    margin-right: 5px;
    color: var(--main_primary);
    font-size: 16px;
    font-weight: 500;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .nav-tabs .nav-link:hover {
    color: #ffffff;
    background-color: var(--main_primary);
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: var(--main_primary);
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .data_view {
    height: calc(100vh - 280px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .data_view::-webkit-scrollbar {
    width: 0px;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .tab-pane .card_box_hos {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    min-height: 100px;
    transition: 0.5s ease-in-out;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .tab-pane .card_box_hos:hover {
    border-color: #0d398f69;
    background: #0d398f14;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .tab-pane .card_box_hos .title {
    font-size: 14px;
    color: #005650;
    font-weight: 500;
    margin-bottom: 5px;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .tab-pane .card_box_hos .address {
    margin-bottom: 0px;
    font-size: 13px;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .tab-pane .card_box_hos a {
    text-align: center;
    color: #005650;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .tab-pane .card_box_hos a span {
    font-size: 16px;
    color: #005650;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .tab-pane .card_box_hos a small {
    font-size: 24px;
    color: #005650;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .tab-pane .view_more_data {
    text-align: right;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .filter_view {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .filter_view button {
    padding: 0 5px;
    background: #0d398f42;
    border: aliceblue;
    text-transform: capitalize;
    width: 140px;
    font-size: 13px;
    color: #004a8f;
    font-weight: 500;
    height: 45px;
    position: relative;
    z-index: 99;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .filter_view button small {
    margin-left: 20px;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .filter_view input:focus {
    outline: none;
    box-shadow: none;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .filter_view input {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
    color: #545454;
    font-weight: 500;
    height: 45px;
    position: absolute;
    padding: 0 0 0 160px;
    left: 0;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .filter_view .cs_filter_box {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    position: relative;
    margin-top: 5px;
    width: 100%;
    z-index: 999999;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .filter_view .cs_filter_box ul li a {
    font-size: 14px;
    color: #004a8f;
    font-weight: 500;
    padding: 5px 10px;
    display: block;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 2px;
    border-bottom: 1px solid #0d398f1a;
}

.health_page_css .sidebar_cs_popup .body_pop .body_pop_cs_tabs .filter_view .cs_filter_box ul li a:hover {
    background: #0d398f1a;
}


.health_page_css #compare_popup_btn {
    background: #ffffff;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    width: 100%;
    right: 0;
    box-shadow: 0px 0px 15px #00000059;
    left: 0;
    margin: auto;
    padding: 15px 10px;
}

.health_page_css #compare_popup_btn .compar_popup_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.health_page_css #compare_popup_btn .compar_popup_btn #compare_plans_poupup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

.health_page_css #compare_popup_btn .compar_popup_btn #compare_plans_poupup .close_compare_pupup {
    border: 1px solid #ddd;
    padding: 5px 10px;
    position: relative;
    width: 150px;
    border-radius: 5px;
    height: 70px;
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
    text-align: center;
}

.health_page_css #compare_popup_btn .compar_popup_btn #compare_plans_poupup .close_compare_pupup .close-btn-compare {
    position: absolute;
    right: -7px;
    top: -9px;
    width: 18px;
    height: 18px;
    background: #fff;
    color: #dc3545;
    border: 2px solid #dc3545;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.health_page_css #compare_popup_btn .compar_popup_btn #compare_plans_poupup .close_compare_pupup:last-child {
    margin-right: 0px;
}

.health_page_css #compare_popup_btn .compar_popup_btn #compare_plans_poupup .close_compare_pupup .compae_company_deyails {
    display: inline-block;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 100px;
    text-align: center;
}
.health_page_css #compare_popup_btn .compar_popup_btn #compare_plans_poupup .close_compare_pupup .compae_company_deyails img {
    height: 45px;
    text-align: center;
}
.health_page_css #compare_popup_btn .compar_popup_btn #compare_plans_poupup .close_compare_pupup .lable_row {
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    line-height: 10px;
}
.health_page_css #compare_popup_btn .compar_popup_btn #compare_plans_poupup .close_compare_pupup .lable_row span {
    margin: 0px 3px !important;
    font-size: 10px;
    display: inline;
    width: 100%;
    font-weight: 600;
    color: var(--main_primary);
}

.health_page_css #compare_popup_btn .compar_popup_btn .compare-clear-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.health_page_css #compare_popup_btn .compar_popup_btn .compare-clear-btn button {
    border: none;
    background: var(--main_primary);
    color:#fff;
    padding: 0 10px;
    height: 35px;
    margin-bottom: 5px;
    border-radius: 30px;
    width: 120px;
}

.health_page_css #compare_popup_btn .compar_popup_btn .compare-clear-btn button:last-child {
    margin-bottom: 0;
}

.health_page_css .personal_body_desk_filter_popup .border_box {
    display: flex;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.health_page_css .personal_body_desk_filter_popup .border_box .select_members_age {
    width: 180px;
}

.health_page_css .personal_body_desk_filter_popup .border_box .add_more_btn {
    border: none;
    background-color: #005650;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    margin-left: 5px;
    font-size: 15px;
    width: 35px;
}

.health_page_css .personal_body_desk_filter_popup .border_box .add_more_btn_remove {
    border: none;
    background-color: #dc3545;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    margin-left: 5px;
    font-size: 15px;
    width: 35px;
}

.health_page_css .health_check {
    padding: 0;
    overflow: hidden;
}

.health_page_css .health_check input {
    display: none;
}


.health_page_css .health_check label {
    display: inline-block;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-shadow: none;
    padding: 5px 12px;
    border: 0.05em solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 30px;
}

.health_page_css .health_check label:hover {
    cursor: pointer;
}

.health_page_css .health_check input:checked+label {
    background-color: var(--color_bs_teal);
    color: var(--color_bs_white);
}

.health_page_css.proposal_page_css {
    position: relative;
    height: calc(100vh - 70px);
    overflow: hidden;
    padding: 0;
}

.health_page_css.proposal_page_css .parposar_inner {
    display: flex;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_side_card {
    width: 450px;
    padding: 30px 0px;
    box-shadow: 10px 0px 10px 0px#dddddd59;
    position: relative;
    z-index: 9;
    padding-left: 70px;
    height: 100vh;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_side_card .price_logo_cmpny .company_data {
    margin-bottom: 15px;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_side_card .price_logo_cmpny .company_data h3 {
    margin: 0;
    font-size: 18px;
    text-align: center !important;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_side_card .price_logo_cmpny .company_data span {
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 0px;
    width: 280px;
    height: 60px;
    overflow: hidden;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_side_card .price_logo_cmpny .company_data span img {
    width: 100%;
    text-align: center;
    margin: auto;
    max-width: 150px;
    height: 100%;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_side_card .price_logo_cmpny .company_data .plan_price {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    color: var(--main_primary);
}

.health_page_css.proposal_page_css .parposar_inner .proposal_side_card .price_logo_cmpny .plan_list_details li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_side_card .price_logo_cmpny .plan_list_details li span {
    font-size: 14px;
    color: var(--main_light_gray);
}

.health_page_css.proposal_page_css .parposar_inner .proposal_side_card .price_logo_cmpny .plan_list_details li b {
    font-size: 14px;
    color: var(--main_text);
    font-weight: 600;
    text-align: center;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_side_card .price_logo_cmpny .plan_list_details li b small {
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_side_card .price_logo_cmpny .plan_list_details li b small img {
    width: 100px;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_side_card .price_logo_cmpny .plan_list_details li b p {
    margin-bottom: 0px;
    text-align: center;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_cs_form {
    width: calc(100% - 450px);
}

.health_page_css.proposal_page_css .parposar_inner .proposal_cs_form .proposal_cs_form_inner {
    background-color: #fff;
    padding: 30px 20px 0px 40px;
    height: calc(100vh - 139px);
    position: relative;
    overflow-y: auto;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_cs_form .proposal_cs_form_inner::-webkit-scrollbar {
    width: 0px;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_cs_form .proposal_cs_form_inner .col_row {
    max-width: 930px;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_cs_form .proposal_cs_form_inner .col_row .main_insured_title {
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    color: var(--main_primary);
    border-bottom: 1px solid var(--main_op_back);
}

.health_page_css.proposal_page_css .parposar_inner .proposal_cs_form .proposal_cs_form_inner .col_row .bottom_buttons {
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0px;
    right: 0;
    width: 100%;
    background: var(--color_bs_white);
    padding: 10px 20px;
    width: calc(100% - 450px);
    z-index: 1;
    display: block;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_cs_form .proposal_cs_form_inner .col_row .bottom_buttons .center_rows {
    display: flex;
    align-items: center;
    max-width: 970px;
    justify-content: space-between;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_cs_form .proposal_cs_form_inner .col_row .bottom_buttons .common_btn_back img {
    width: 20px;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_cs_form .proposal_cs_form_inner .col_row .bottom_buttons .common_btn_back {
    font-size: 16px;
    color: var(--main_light_gray);
    cursor: pointer;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_cs_form .proposal_cs_form_inner .col_row .bottom_buttons .common_btn_next {
    background: var(--main_secondary) !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    width: 190px !important;
    height: 50px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: var(--color_bs_white) !important;
    border: none !important;
}

.health_page_css.proposal_page_css .parposar_inner .proposal_cs_form .proposal_cs_form_inner .col_row .bottom_buttons .common_btn_next:hover {
    background: var(--main_secondary) !important;
    color: var(--color_bs_white) !important;
}

.health_page_css.proposal_page_css .ckyc_number_cs_pop {
    display: table;
    border: 2px solid var(--color_bs_yellow);
    font-size: 18px;
    color: var(--color_bs_yellow);
    padding: 7px 15px;
    border-radius: 30px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    background-color: var(--ckyc_color);
}


.health_page_css.review_and_pay_page_css {
    position: relative;
    margin: 40px 0px;
}

.health_page_css.review_and_pay_page_css .title_name {
    text-align: right;
}

.health_page_css.review_and_pay_page_css .title_name h3 {
    font-size: 16px;
    font-weight: 600;
    color: #005650;
    margin: 0;
}

.health_page_css.review_and_pay_page_css .title_name div {
    font-size: 13px;
    font-weight: 600;
    color: #005650;
    margin: 0;
}

.health_page_css.review_and_pay_page_css .cs_reviews_details {
    margin-top: 20px;
    position: relative;
}

.health_page_css.review_and_pay_page_css .main_docu_title {
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    background: #0d398f0f;
    color: var(--main_primary);
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.health_page_css.review_and_pay_page_css .cs_reviews_details .premium_details ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px 10px 10px;
}

.health_page_css.review_and_pay_page_css .cs_reviews_details .premium_details ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 12px;
    width: calc(100% / 2 - 7px);
}

.health_page_css.review_and_pay_page_css .cs_reviews_details .premium_details ul li span {
    color: #6c757d;
    width: 110px;
}

.health_page_css.review_and_pay_page_css .cs_reviews_details .premium_details ul li label {
    color: var(--main_primary);
    font-weight: 600;
    width: calc(100% - 110px);
    padding-left: 15px;
    word-break: break-all;
}

.health_page_css.review_and_pay_page_css .cs_reviews_details .premium_details .nav-tabs {
    border: none;
    display: flex;
    justify-content: flex-start;
}

.health_page_css.review_and_pay_page_css .cs_reviews_details .premium_details .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: var(--main_primary);
}

.health_page_css.review_and_pay_page_css .cs_reviews_details .premium_details .nav-tabs .nav-link {
    margin-bottom: 0px;
    border: none;
    border-radius: 5px;
    background: #0d398f2b;
    margin-right: 5px;
    color: var(--main_primary);
    font-size: 13px;
    font-weight: 400;
}

.health_page_css.review_and_pay_page_css .cs_reviews_details .premium_details .tab-content {
    padding: 0px 0px 10px 0px;
    background-color: #fff;
    border-radius: 0;
}

.health_page_css.review_and_pay_page_css .common_btn {
    background-color: #005650;
    color: #fff !important;
    border: 1px solid #005650;
    font-weight: 500;
    padding: 3px 15px 5px 15px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.health_page_css.review_and_pay_page_css .common_btn:hover {
    background-color: #04cb64;
    color: #fff;
    border: 1px solid #04cb64;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

/*

.health_page_css.review_and_pay_page_css .title_name   */

.health_compare_popup .header_pop table {
    border: none !important;
    margin-bottom: 0px !important;
    text-align: center;
}

.health_compare_popup .download_pdf {
    position: absolute;
    bottom: 15px;
    right: 15px;
    border: none;
    background: var(--color_bs_white);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 26px;
    color: var(--color_bs_red);
    box-shadow: 0px 0px 10px 0px var(--main_light_gray);
}

.health_compare_popup.download_pdf .download_whatsapp {
    bottom: 80px;
    color: var(--color_bs_green);
}

.health_compare_popup.download_pdf .download_Email {
    bottom: 140px;
    color: var(--main_secondary);
}

.health_compare_popup .company_header img {
    width: 100px;}

.health_compare_popup .company_header .price_title {
    font-size: 12px;
    font-weight: 600;
    color: var(--main_primary);
    text-align: center;
}

.health_compare_popup .compare_table  {
    width: 100%;
}

.health_compare_popup .health_compare_popup_hide {
    cursor: pointer;
    font-size: 30px;
    color: var(--color_bs_red);
    position: absolute;
    right: 6px;
    top: 2px;
}

.health_compare_popup .compare_table .suminsured_row {
    background: var(--color_bs_yellow) !important;
}

.health_compare_popup .compare_table .suminsured_row td {
    font-size: 16px;
}

.health_compare_popup .compare_table tr:nth-child(odd) {
    background-color: var(--main_claim_back);
}

.health_compare_popup .compare_table tr td {
    font-size: 10px;
    color: var(--main_primary);
    text-align: center;
    font-weight: 600;
    width: calc(100% / 4);
    padding: 10px !important;
}

.health_compare_popup .compare_table tr td .no_data_color {
    color: var(--color_bs_red);
    font-size: 18px;
}

.health_compare_popup .compare_table tr td .data_yes_com {
    color: var(--color_bs_green);
}

.health_compare_popup .motor_covered_popup_inner {
    display: flex;
}

.health_compare_popup .motor_covered_popup_inner .motor_company_header {
    width: 300px;
    height: 100%;
    text-align: center;
}

.health_compare_popup .motor_covered_popup_inner .motor_company_header .company_logo_motor {
    width: 250px;
    margin: auto;
    margin-bottom: 20px;
}

.health_compare_popup .motor_covered_popup_inner .motor_company_header .company_logo_motor img {
    width: 150px;
}

.health_compare_popup .motor_covered_popup_inner .motor_company_header .motor_company_plan_list ul li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--main_op_back);
    padding-bottom: 8px;
    padding-top: 8px;
}

.health_compare_popup .motor_covered_popup_inner .motor_company_header .motor_company_plan_list ul li span {
    font-size: 13px;
    color: var(--main_black);
    font-weight: 500;
}

.health_compare_popup .motor_covered_popup_inner .motor_company_header .motor_company_plan_list ul li strong {
    color: var(--color_bs_orange);
    font-weight: 600;
    font-size: 14px;
}

.health_compare_popup .motor_covered_popup_inner .motor_company_header .motor_company_plan_list ul li:last-child {
    border: none;
}

.health_compare_popup .motor_covered_popup_inner .motor_company_header .motor_company_plan_list ul li .buy_now_btn {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    margin-top: 20px;
    background: var(--color_bs_teal);
    color: var(--color_bs_white);
    font-size: 16px;
    padding: 0;
    line-height: 18px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: 0px 0px 17px 0px var(--main_green_color);
    transition: 0.5s ease-in-out;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter {
    width: calc(100% - 300px);
    padding-left: 25px;
    height: calc(100vh - 135px);
    overflow-x: hidden;
    overflow-y: auto;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter::-webkit-scrollbar{
    width: 0px;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .nav-tabs {
    border-bottom: none;
    margin-bottom: 0px !important;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: transparent;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 2px solid var(--color_bs_white);
    font-size: 14px;
    color: var(--main_black);
    font-weight: 400;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .nav-tabs .nav-link:hover,
.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .nav-tabs .nav-link.active {
    color: var(--color_bs_dark_teal);
    background-color: transparent;
    border-color: var(--color_bs_dark_teal);
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .accordion_row_box .premium_title,
.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .premium_breakup_box .premium_title {
    font-size: 18px;
    font-weight: 500;
    color: var(--color_bs_orange);
    margin-bottom: 20px;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .premium_breakup_box p {
    font-size: 14px;
    font-weight: 400;
    color: var(--color_bs_orange);
    margin-bottom: 8px;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .premium_breakup_box ul{
    margin-bottom: 15px;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .premium_breakup_box ul li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--main_op_back);
    padding-bottom: 8px;
    padding-top: 8px;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .premium_breakup_box ul li span {
    font-size: 13px;
    color: var(--main_black);
    font-weight: 500;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .premium_breakup_box ul li strong {
    color: var(--color_bs_orange);
    font-weight: 600;
    font-size: 14px;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .accordion_row_box .accordin_title {
    font-size: 16px;
    color: var(--color_bs_dark_teal);
    font-weight: 500;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .accordion_row_box .accordin_tagline {
    font-size: 14px;
    color: var(--main_black);
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}


.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .accordion_row_box .accordion {
    margin-bottom: 35px;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .accordion_row_box .accordion .accordion-item {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px var(--main_op_back);
    border: none;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .accordion_row_box .accordion .accordion-item .accordion-body {
    padding: 0px;
    padding-top: 10px;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .accordion_row_box .accordion .accordion-item .accordion-button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color_bs_orange);
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .accordion_row_box .accordion .accordion-item .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .accordion_row_box .accordion .accordion-item .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .accordion_row_box .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .accordion_row_box .accordion .accordion-body p {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--main_text_black);
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .premium_breakup_box {}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .premium_breakup_box .motor_addons_box {
    display: flex;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .premium_breakup_box .motor_addons_box .Discount_card {
    width: calc(100% / 3 - 10px);
    padding: 0 10px;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .premium_breakup_box .motor_addons_box .Discount_card .custom_checkbox_insure {
    margin-bottom: 10px;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .premium_breakup_box .motor_addons_box .Discount_card .custom_checkbox_insure label {
    padding: 0px 0px 0px 23px;
    font-size: 12px;
    border: none;
    height: 30px;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .premium_breakup_box .motor_addons_box .Discount_card .custom_checkbox_insure .input_Checkbox {
    top: 6px;
    left: 0px;
}

.health_compare_popup .motor_covered_popup_inner .motor_quote_other_filter .premium_breakup_box .motor_addons_box .Discount_card h3 {
    font-size: 16px;
    color: var(--color_bs_dark_teal);
    font-weight: 500;
    margin-top: 0px;
}


/* *****************************************health_page_css***************************** */

/* *********************************************************************************************** */

@media screen and (max-width: 3000px) and (min-width: 1200px) {
    .navbar_main .menubar .bottom_nav #sub_menu {
        display: flex !important;
    }
}

@media(max-width:1156px) {
    .home_banner_part #home_slider .slide_img_box img {
        text-align: center;
        margin: auto;
        width: 100%;
        object-fit: cover;
        height: calc(100vh - 150px);
    }
}

@media(max-width:992px) {
    .home_banner.d_flex {
        display: block!important
    }
    .home_banner_part .text_box {
        max-width: 100%;
        min-height: auto
    }
    .home_banner_part #home_slider {
        max-width: calc(100% - 0px)
    }
    .left_design .col-lg-6.col-md-12.pt_60 {
        padding-top: 0
    }
    .header .navbar_main .menubar .bottom_nav>ul>li>a {
        font-size: 14px;
    }
    .about_content {
        margin-top: 50px;
    }
    .ul_style li>div img {
        max-width: 90px;
    }
}

@media(max-width:768px) {
    .mobile_margin_btn {
        margin: 20px 0px;
    }
    .contact_banner {
        background-image: url(..//images/slider_images/contact_us.png);
        background-repeat: no-repeat;
        background-size: inherit;
        background-position: inherit;
        padding: 40px 0;
        margin-bottom: 0px;
    }
    .header .navbar_main .menubar .bottom_nav .mobile_btn {
        display: block
    }
    .navbar_main .menubar .bottom_nav #sub_menu {
        display: none;
        position: fixed;
        width: 100%;
        text-align: left;
        background: #212529;
        left: 0;
        top: 0;
        padding: 15px;
        border-top: 2px solid #005650;
        height: 100vh;
        z-index: 9999;
    }
    .navbar_main .menubar .bottom_nav #sub_menu a {
        color: #fff
    }
    .header .navbar_main .menubar .bottom_nav ul li.dropdown_main .dropdown_menu {
        position: relative;
        background-color: transparent;
        box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%);
        min-width: 100%;
        top: 0;
        border: 0px solid #ddd;
    }
    .navbar_main .menubar .bottom_nav #sub_menu li.dropdown_main {
        display: flex;
        flex-direction: column;
    }
    .header .navbar_main .menubar .bottom_nav ul li.dropdown_main .dropdown_menu li a {
        color: #363636 !important;
    }
    .header .navbar_main .menubar .bottom_nav ul li.dropdown_main .dropdown_menu li a:hover {
        color: #005650 !important;
        border-bottom: 1px solid #005650;
    }
    .navbar_main .menubar .bottom_nav #sub_menu>li>a {
        padding-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }
    .navbar_main .menubar .bottom_nav #sub_menu>li>a::after {
        display: none
    }
    .navbar_main .menubar .bottom_nav #sub_menu li.dropdown_main {
        display: flex
    }
    .header .navbar_main .menubar .bottom_nav>ul>li {
        margin-left: 0;
        padding: 10px 0;
        border-bottom: 1px solid #ffffff40;
        display: block;
        width: 100%
    }
    .mobile_btn_close {
        display: inline-block
    }
    .order_1 {
        order: 1;
    }
    .order_2 {
        order: 2;
    }
    .ul_style li>div img {
        max-width: 80px;
    }
}

@media(max-width:576px) {
    .home_banner_part #home_slider {
        display: none
    }
    .home_banner {
        width: 100%;
    }
    .fs_24 {
        font-size: 18px;
    }
    .fs_34 {
        font-size: 24px
    }
    .home_banner_part .text_box {
        padding-left: 0px;
        margin: auto;
    }
    .app_btn {
        margin-bottom: 10px;
    }
    .footer .list_css {
        margin-bottom: 20px;
    }
    .main_popup .main_popup_wrapper {
        max-width: 280px;
    }
    .ul_style li>div img {
        max-width: 70px;
    }
    .home_banner_part {
        box-shadow: 0px 15px 20px 0px #36363614;
        height: 450px;
    }
    .home_banner {
        top: 20px;
        height: 450px;
    }
    .home_banner .fs_15.mb_10 {
        font-weight: 700;
    }
}
/* *********************************************************************************************** */

@media screen and (max-width: 3000px) and (min-width: 1200px) {
    .navbar_main .menubar .bottom_nav #sub_menu {
        display: flex !important;
    }
}

@media(max-width:1156px) {
    .home_banner_part #home_slider .slide_img_box img {
        text-align: center;
        margin: auto;
        width: 100%;
        object-fit: cover;
        height: calc(100vh - 150px);
    }
}

@media(max-width:992px) {
    .home_banner.d_flex {
        display: block!important
    }
    .home_banner_part .text_box {
        max-width: 100%;
        min-height: auto
    }
    .home_banner_part #home_slider {
        max-width: calc(100% - 0px)
    }
    .left_design .col-lg-6.col-md-12.pt_60 {
        padding-top: 0
    }
    .header .navbar_main .menubar .bottom_nav>ul>li>a {
        font-size: 14px;
    }
    .about_content {
        margin-top: 50px;
    }
    .ul_style li>div img {
        max-width: 90px;
    }
}

@media(max-width:768px) {
    .mobile_margin_btn {
        margin: 20px 0px;
    }
    .contact_banner {
        background-image: url(..//images/slider_images/contact_us.png);
        background-repeat: no-repeat;
        background-size: inherit;
        background-position: inherit;
        padding: 40px 0;
        margin-bottom: 0px;
    }
    .header .navbar_main .menubar .bottom_nav .mobile_btn {
        display: block
    }
    .navbar_main .menubar .bottom_nav #sub_menu {
        display: none;
        position: fixed;
        width: 100%;
        text-align: left;
        background: #212529;
        left: 0;
        top: 0;
        padding: 15px;
        border-top: 2px solid #005650;
        height: 100vh;
        z-index: 9999;
    }
    .navbar_main .menubar .bottom_nav #sub_menu a {
        color: #fff
    }
    .header .navbar_main .menubar .bottom_nav ul li.dropdown_main .dropdown_menu {
        position: relative;
        background-color: transparent;
        box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%);
        min-width: 100%;
        top: 0;
        border: 0px solid #ddd;
    }
    .navbar_main .menubar .bottom_nav #sub_menu li.dropdown_main {
        display: flex;
        flex-direction: column;
    }
    .header .navbar_main .menubar .bottom_nav ul li.dropdown_main .dropdown_menu li a {
        color: #363636 !important;
    }
    .header .navbar_main .menubar .bottom_nav ul li.dropdown_main .dropdown_menu li a:hover {
        color: #005650 !important;
        border-bottom: 1px solid #005650;
    }
    .navbar_main .menubar .bottom_nav #sub_menu>li>a {
        padding-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }
    .navbar_main .menubar .bottom_nav #sub_menu>li>a::after {
        display: none
    }
    .navbar_main .menubar .bottom_nav #sub_menu li.dropdown_main {
        display: flex
    }
    .header .navbar_main .menubar .bottom_nav>ul>li {
        margin-left: 0;
        padding: 10px 0;
        border-bottom: 1px solid #ffffff40;
        display: block;
        width: 100%
    }
    .mobile_btn_close {
        display: inline-block
    }
    .order_1 {
        order: 1;
    }
    .order_2 {
        order: 2;
    }
    .ul_style li>div img {
        max-width: 80px;
    }
}

@media(max-width:576px) {
    .home_banner_part #home_slider {
        display: none
    }
    .home_banner {
        width: 100%;
    }
    .fs_24 {
        font-size: 18px;
    }
    .fs_34 {
        font-size: 24px
    }
    .home_banner_part .text_box {
        padding-left: 0px;
        margin: auto;
    }
    .app_btn {
        margin-bottom: 10px;
    }
    .footer .list_css {
        margin-bottom: 20px;
    }
    .main_popup .main_popup_wrapper {
        max-width: 280px;
    }
    .ul_style li>div img {
        max-width: 70px;
    }
    .home_banner_part {
        box-shadow: 0px 15px 20px 0px #36363614;
        height: 450px;
    }
    .home_banner {
        top: 20px;
        height: 450px;
    }
    .home_banner .fs_15.mb_10 {
        font-weight: 700;
    }
}