.background_mob_health
{
    background: #fd6e0a;
}
.background_mob_critical
{
    background: #ffc50d;
}
.background_mob_dengueshield
{
    background: #a5574a;
}
.health_detail ul{padding-right:15px; text-align:justify;}
.color_critical
{
    color: #ffc50d;
}
.color_health
{
    color: #fd6e0a;
}
.color_dengueshield
{
    color: #a5574a;
}
.border_dengueshield
{
   border-color: #a5574a !important;
}
.border_color_health
{
   border-color: #fd6e0a !important;
}
.compare_block .color_dengueshield{color: #fbf281;}

.background_pink
{
    background: #cf4398 none repeat scroll 0 0;
}
.background_white
{
    background: #fff;
}
.background_red
{
	background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgb(66, 65, 81) 10px, #d33a3a 0px) repeat scroll 0 0 !important;
}
.background_critical
{
	background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgb(66, 65, 81) 10px, #ffc50d 0px) repeat scroll 0 0 !important;
}
.background_dengue
{
	background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgb(66, 65, 81) 10px, #a5574a 0px) repeat scroll 0 0 !important;
}

/*.bg_ltgrey {
  background: #f6f6f7 none repeat scroll 0 0;
}*/

footer ul li a,
footer p.copy_text {color: #eeeeee; text-align:center; padding-top:0px;}
footer p.copy_text #ctl00_Footer1_lblFooterContent3{text-align:justify;}

.col-xs-12 .text-center .copy_text{text-align:center;}

.label-custom
{
    transition: all 0.5s ease-out 0s;
    font-size: 13px;
    font-weight: normal;
}

.health_detail, .critical_detail, .dengue_detail
{
    color: #fff;
    margin-left: -15px; /*min-height: 300px !important;*/
    padding: 2.5em 0 10vh;
    font-size: 13px;
}
.health_detail .vec-banner
{
    background: rgba(0, 0, 0, 0) url("/UIMaster/MasterImages/GeneralInsurance/HealthInsurance/health_vector.jpg") no-repeat scroll center center / cover;
    display: inline-block;
    height: 150px;
    width: 100%;
}
.critical_detail .vec-banner
{
    background: rgba(0, 0, 0, 0) url("/UIMaster/MasterImages/GeneralInsurance/CriticalIllness/critical_vector.jpg") no-repeat scroll center center / cover;
    display: inline-block;
    height: 150px;
    width: 100%;
}

.dengue_detail .vec-banner
{
    background: rgba(0, 0, 0, 0) url("/UIMaster/MasterImages/GeneralInsurance/healthInsurance/dengueshield_vector.jpg") no-repeat scroll center center / cover;
    display: inline-block;
    height: 150px;
    width: 100%;
}

.health_callback .left_details h2, .dengueshield_callback .left_details h2{font-size:20px;}
.health_callback .add_right_white_border, .dengueshield_callback .add_right_white_border {border-right: 1px solid #fff;}

.insure_form label
{
    font-weight: normal;
    font-size: 13px;
}
.insure_form .box .radio-inline, .insure_form .box2 .radio-inline, .insure_form .box3 .radio-inline, .insure_form .box4 .radio-inline
{
    white-space: nowrap;
}

.slider_down p
{
    padding: 10px 0 0 35px;
	font-size:11px;
}

.health_callback .slider_down p, .critical_callback .slider_down p, .dengueshield_callback .slider_down p{
    padding: 10px 0 10px 35px;
	font-size:11px;
}

body{
    font-family: 'Muli', sans-serif !important; font-weight:400;  outline: 0;
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
:not(input[type="text"]){-webkit-touch-callout: none; -webkit-user-select: none;-khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}

a
{
    outline: 0 !important;
}

.form-health input, .form-health select, .form-health .chosen-single, .box .chosen-single, .box .chosen-drop, .form-health .my-dropdown .dropdown_button, .form-health .chosen-container.chosen-with-drop .chosen-drop
{
    border: 1px solid #fd6e0a !important;
}

.form-critical input, .form-critical select, .form-critical .chosen-single, .box .chosen-single, .box .chosen-drop, .form-critical .my-dropdown .dropdown_button, .form-critical .chosen-container.chosen-with-drop .chosen-drop
{
    border: 1px solid #ffc50d !important;
}

.form-dengueshield input, .form-dengueshield select, .form-dengueshield .chosen-single, .box .chosen-single, .box .chosen-drop, .form-dengueshield .my-dropdown .dropdown_button, .form-dengueshield .chosen-container.chosen-with-drop .chosen-drop
{
    border: 1px solid #a5574a !important;
}

.critical_head, .critical_callback .insure_form label span, .critical_callback .insure_form .prevp, .critical_callback .insure_form .nextp, .critical_callback .insure_form .prevp2, .critical_callback .insure_form .nextp2, .critical_callback .add_cover .cover_acc li .fa, .critical_callback .compare_block .call_us {
  color: #ffc50d !important;
}

.dengueshield_head, .dengueshield_callback .insure_form label span, .dengueshield_callback .insure_form .prevp, .dengueshield_callback .insure_form .nextp, .dengueshield_callback .insure_form .prevp2, .dengueshield_callback .insure_form .nextp2, .dengueshield_callback .add_cover .cover_acc li .fa, .dengueshield_callback .compare_block .call_us {color: #ffc50d !important;}

.form-health input[type="submit"], .form-critical input[type="submit"], .form-dengueshield input[type="submit"]{text-indent:0;}

.form-health .my-dropdown li a, .form-critical .my-dropdown li a, .form-dengueshield .my-dropdown li a{white-space: pre-line;}

.health_callback .insure_form input, .health_callback .insure_form select, .health_callback .dropdown_button{background-image: linear-gradient(to bottom, #fd6e0a, #fd6e0a), linear-gradient(to bottom, #fff, #fff);}

.critical_callback .insure_form input, .critical_callback .insure_form select, .critical_callback .dropdown_button{background-image: linear-gradient(to bottom, #ffc50d, #ffc50d), linear-gradient(to bottom, #fff, #fff);}

.health_callback .compare_block .c_block a.buynow_link {background: #0a99fd; color: #ffffff !important; height: 106px; width:110px; position: absolute; text-align: right; padding-top: 44px; font-size:16px; right:-1px;}

.dengueshield_callback .compare_block .c_block a.buynow_link {background: #1ba3e1; color: #ffffff !important; height: 106px; width:110px; position: absolute; text-align: right; padding-top: 44px; font-size:16px; right:-1px;}


.insure_form .form-health .nextbttn
{
    font-size: 38px;
    float: left;
    margin-right: 10px;
    border: 2px solid #fd6e0a !important;
    color: #fd6e0a;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    cursor: pointer;
}

.insure_form .form-critical .nextbttn
{
    font-size: 38px;
    float: left;
    margin-right: 10px;
    border: 2px solid #ffc50d;
    color: #ffc50d;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    cursor: pointer;
}

.insure_form .form-dengueshield .nextbtn, .form-dengueshield .nextbttn
{
    font-size: 38px;
    float: left;
    margin-right: 10px;
    border: 2px solid #a5574a;
    color: #a5574a;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    cursor: pointer;
}

.insure_form .nextbttn, .insure_form .nextbtn
{
    padding: 3px 24px 4px 24px;
    margin-top: 10px;
}

.insure_form .nextbttn i{margin-top:8px;}


.insure_form .radio-inline .radio_span
{
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    font-size: 13px;
}

.chosen-container-single .chosen-single, .right_details .chosen-container-single .chosen-single
{
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; /*  border-top-right-radius: 4px;   border-top-left-radius: 4px;   border-bottom-right-radius: 4px;   border-bottom-left-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #555555;
    display: block;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    text-transform: capitalize;
}
.logo {
 max-width: 240px;  /*max-width: 130px;*/
}
.contact_list a{color:#414150; text-decoration:none;}

header {
  padding: 20px 19px 0;
}
.chosen-container .chosen-drop, .right_details .chosen-container .chosen-drop
{
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060;
}
.select_box_last .chosen-container .chosen-drop, .right_details .select_box_last .chosen-container .chosen-drop
{
    position: absolute !important;
}
.select_box_last .chosen-with-drop .chosen-drop
{
    position: relative !important;
}

.textinput label
{
    color: #000;
    padding: 0;
}
.my-dropdown .dropdown_button
{
    line-height: 30px;
    width: 100%;
    height: 40px;
    opacity: 1;
    text-transform: capitalize;
	text-indent:4px;
	-moz-appearance: none;
    -ms-appearance: none;
	appearance:none;
	-webkit-appearance:none;
}

input, .dropdown_button
{
    font-size: 14px !important;
    color: #000;
}

.radio-inline .radio_span
{
    top: 0;
}
.radio-inline input[type="radio"]
{
    border: none;
    background: none;
}
.my-dropdown .fa
{
	right: 14px;
    position:absolute;
    margin-top: 14px;
	pointer-events:none;
}

.dropdown_button .fa
{
    float: right;
}

.select-dropdown-container.select_box .chosen-container-single .chosen-search input[type="text"]{display:none !important;}

.select-dropdown-container.select_box .chosen-container-single .chosen-search{padding:0 !important;}

.col-sm-4 .select-dropdown-container i{left: 83% !important;}
.select-dropdown-container i{left: 93% !important;}


.select_box i
{
    left: 93%;
    position: relative;
    top: 28px;
    z-index: 99;
    pointer-events: none;
}

.modal .select_box i
{
    left: 93%;
    position: relative;
    top: 15px;
    z-index: 99;
    pointer-events: none;
}

button
{
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    font-size: 14px;
    color: #555555;
}

.select_box
{
    margin-top: -14px !important;
}
.select_box select
{
 -moz-appearance:none; appearance:none; -webkit-appearance:none;
}
.chosen-container.chosen-with-drop .chosen-drop
{
    left: 0;
    right: 0;
}
.chosen-container .chosen-results
{
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 90px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li
{
    display: none;
    line-height: 1.42857143;
    list-style: none;
    margin: 0;
    padding: 5px 6px;
}
.chosen-container .chosen-results li em
{
    background: #feffde;
    font-style: normal;
}
.chosen-container .chosen-results li.group-result
{
    display: list-item;
    cursor: default;
    color: #999;
    font-weight: bold;
}
.chosen-container .chosen-results li.group-option
{
    padding-left: 15px;
}
.chosen-container .chosen-results li.active-result
{
    cursor: pointer;
    display: list-item;
}
.chosen-container .chosen-results li.highlighted
{
    background-color: #428bca;
    background-image: none;
    color: white;
}
.chosen-container .chosen-results li.highlighted em
{
    background: transparent;
}
.chosen-container .chosen-results li.disabled-result
{
    display: list-item;
    color: #777777;
}
.chosen-container .chosen-results .no-results
{
    background: #eeeeee;
    display: list-item;
}
.chosen-container .chosen-results-scroll
{
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1;
}
.chosen-container .chosen-results-scroll span
{
    display: inline-block;
    height: 1.42857143;
    text-indent: -5000px;
    width: 9px;
}
.chosen-container .chosen-results-scroll-down
{
    bottom: 0;
}
.chosen-container .chosen-results-scroll-down span
{
    background: url("chosen-sprite.png") no-repeat -4px -3px;
}
.chosen-container .chosen-results-scroll-up span
{
    background: url("chosen-sprite.png") no-repeat -22px -3px;
}
.chosen-container-single .chosen-single span
{
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
	pointer-events:none;
}
.chosen-container-single .chosen-single abbr
{
    background: url("chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px;
}
.chosen-container-single .chosen-single abbr:hover
{
    background-position: right -11px;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover
{
    background-position: right 2px;
}
.chosen-container-single .chosen-single div
{
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
}
.chosen-container-single .chosen-single div b
{
    background: url("chosen-sprite.png") no-repeat 0 7px;
    display: block;
    height: 100%;
    width: 100%;
}
.chosen-container-single .chosen-default
{
    color: #777777;
}
.chosen-container-single .chosen-search
{
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000;
}
.chosen-container-single .chosen-search input[type="text"]
{
    background: url("/UIMaster/MasterImages/GeneralInsurance/HealthInsurance/chosen-sprite.png") no-repeat 96.5% -14px, #ffffff;
    border-bottom:3px solid #fd6e0a !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%;
}

.form-critical .chosen-container-single .chosen-search input[type="text"]
{
   /* background: url("/UIMaster/MasterImages/GeneralInsurance/HealthInsurance/chosen-sprite.png") no-repeat 96.5% -14px, #ffffff;*/
    border-bottom:2px solid #ffc50d !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%;
}


.form-dengueshield .chosen-container-single .chosen-search input[type="text"]
{
    background: url("/UIMaster/MasterImages/GeneralInsurance/HealthInsurance/chosen-sprite.png") no-repeat 96.5% -14px, #ffffff;
    border-bottom:3px solid #a5574a !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%;
}
.chosen-container-single .chosen-drop
{
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.chosen-container-single-nosearch .chosen-search input
{
    position: absolute;
    left: -9000px;
}
.chosen-container-multi .chosen-choices
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    cursor: text;
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.chosen-container-multi .chosen-choices li
{
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices .search-field
{
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type="text"]
{
    background: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555555;
    height: 32px;
    margin: 0;
    padding: 4px;
    outline: 0;
}
.chosen-container-multi .chosen-choices .search-field .default
{
    color: #999;
}
.chosen-container-multi .chosen-choices .search-choice
{
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close
{
    background: url("chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 4px;
    top: 5px;
    width: 12px;
    cursor: pointer;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover
{
    background-position: right -11px;
}
.chosen-container-multi .chosen-choices .search-choice-focus
{
    background: #d4d4d4;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close
{
    background-position: right -11px;
}
.chosen-container-multi .chosen-results
{
    margin: 0 0 0 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected
{
    display: none;
}
.form-dengueshield .chosen-single:focus{border-color:#a5574a !important;}

.form-critical .chosen-single:focus{border-color:#ffc50d !important;}

.health_callback .chosen-container-active .chosen-single
{
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(253, 110, 10, .9);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 2px 0 rgba(253, 110, 10, .9);
	-webkit-transition: border linear .9s, box-shadow linear .2s;
    -o-transition: border linear .9s, box-shadow linear .2s;
    transition: border linear .9s, box-shadow linear .2s;
}

.critical_callback .chosen-container-active .chosen-single
{
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 197, 13, .9);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 2px 0 rgba(255, 197, 13, .9);
	-webkit-transition: border linear .9s, box-shadow linear .2s;
    -o-transition: border linear .9s, box-shadow linear .2s;
    transition: border linear .9s, box-shadow linear .2s;
}

.dengueshield_callback .chosen-container-active .chosen-single
{
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(165, 87, 74, .9);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 2px 0 rgba(165, 87, 74, .9);
	-webkit-transition: border linear .9s, box-shadow linear .2s;
    -o-transition: border linear .9s, box-shadow linear .2s;
    transition: border linear .9s, box-shadow linear .2s;
}

.chosen-container-active.chosen-with-drop .chosen-single
{
    background-color: #ffffff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .9);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 2px 0 rgba(82,168, 236, .9);
}

.critical_callback .chosen-container-active.chosen-with-drop .chosen-single
{
    background-color: #ffffff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 197, 13, .9);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 2px 0 rgba(255, 197, 13, .9);
}

.dengueshield_callback .chosen-container-active.chosen-with-drop .chosen-single
{
    background-color: #ffffff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(165, 87, 74, .9);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 2px 0 rgba(165, 87, 74, .9);
}

.chosen-container-active.chosen-with-drop .chosen-single div
{
    background: transparent;
    border-left: none;
}
/*.chosen-container-active.chosen-with-drop .chosen-single div b
{
    background-position: -18px 7px;
}*/
.chosen-container-active .chosen-choices
{
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
    -webkit-transition: border linear .9s, box-shadow linear .2s;
    -o-transition: border linear .9s, box-shadow linear .2s;
    transition: border linear .9s, box-shadow linear .2s;
}
.chosen-container-active .chosen-choices .search-field input[type="text"]
{
    color: #111 !important;
}
.chosen-container-active.chosen-with-drop .chosen-choices
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.chosen-disabled
{
    cursor: default;
    opacity: 0.5 !important;
}
.chosen-disabled .chosen-single
{
    cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close
{
    cursor: default;
}
.chosen-rtl
{
    text-align: right;
}
.chosen-rtl .chosen-single
{
    padding: 0 8px 0 0;
    overflow: visible;
}
.chosen-rtl .chosen-single span
{
    margin-left: 26px;
    margin-right: 0;
    direction: rtl;
}
.chosen-rtl .chosen-single div
{
    left: 7px;
    right: auto;
}
.chosen-rtl .chosen-single abbr
{
    left: 26px;
    right: auto;
}
.chosen-rtl .chosen-choices .search-field input[type="text"]
{
    direction: rtl;
}
.chosen-rtl .chosen-choices li
{
    float: right;
}
.chosen-rtl .chosen-choices .search-choice
{
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices .search-choice .search-choice-close
{
    background-position: right top;
    left: 4px;
    right: auto;
}
.chosen-rtl.chosen-container-single .chosen-results
{
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results .group-option
{
    padding-left: 0;
    padding-right: 15px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div
{
    border-right: none;
}
.chosen-rtl .chosen-search input[type="text"]
{
    background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
    direction: rtl;
    padding: 4px 5px 4px 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)
{
    .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span
    {
        background-image: url("/UIMaster/MasterImages/LifeInsurance/TermLife/chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
.chosen-search input:focus,
.chosen-search select:focus {
    background-size: 100% 2px, 100% 1px;
    outline: none;
    opacity: 1;
    box-shadow: 0 0 0;
    border: 0;
}

.insure_form input, .insure_form select
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-image: linear-gradient(to bottom, #52b512, #52b512), linear-gradient(to bottom, #c6c6ca, #c6c6ca);
    background-origin: padding-box;
    background-position: 50% 100%, 50% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 white;
    color: #414150;
    opacity: 1;
    padding: 0;
    transition: background-size 0.4s cubic-bezier(0.64, 0.09, 0.08, 1) 0s;
	height:40px;
}

.critical_callback .insure_form input, .critical_callback .insure_form select
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
	background-image: linear-gradient(to bottom, #ffc50d, #ffc50d), linear-gradient(to bottom, #fff, #fff);
    background-origin: padding-box;
    background-position: 50% 100%, 50% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 white;
    color: #414150;
    opacity: 1;
    padding: 0;
    transition: background-size 0.4s cubic-bezier(0.64, 0.09, 0.08, 1) 0s;
}

.dengueshield_callback .insure_form input, .dengueshield_callback .insure_form select
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
	background-image: linear-gradient(to bottom, #a5574a, #a5574a), linear-gradient(to bottom, #fff, #fff);
    background-origin: padding-box;
    background-position: 50% 100%, 50% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 white;
    color: #414150;
    opacity: 1;
    padding: 0;
    transition: background-size 0.4s cubic-bezier(0.64, 0.09, 0.08, 1) 0s;
}

.dengueshield_callback .insure_form select, .critical_callback .insure_form select{-moz-appearance:none; appearance:none; -webkit-appearance:none; padding-left:7px;}

/*.insure_form select option{padding:5px;}*/

.box .chosen-select
{
    width: 75%;
}
.box .chosen-select-deselect
{
    width: 75%;
}
.box .chosen-container
{
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    margin-top: 15px;
}

.chosen-select
{
    width: 100%;
}
.chosen-select-deselect
{
    width: 100%;
}
.chosen-container
{
    /*display: inline-block;*/
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    text-transform: capitalize;
}
.form-group input, .right_details .form-group input
{
    color: #111111;
    font-size: 14px;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    height: 40px;
    left: 0;
    text-transform: uppercase;
}

.right_details .form-group input {text-transform: capitalize;}

.my_thumb
{
    border-radius: 50%;
    color: #fff !important;
    display: block;
    height: 60px;
    margin: 5px;
    padding: 18px 24px;
    width: 60px;
}

#ctl00_CPH1_critical1_grvFamilyMember_ctl03_rdoGender td label, #ctl00_CPH1_critical1_grvFamilyMember_ctl02_rdoGender td label, #ctl00_CPH1_critical1_grvFamilyMember_ctl04_rdoGender td label, #ctl00_CPH1_critical1_grvFamilyMember_ctl05_rdoGender td label, #ctl00_CPH1_critical1_grvFamilyMember_ctl06_rdoGender td label, #ctl00_CPH1_critical1_grvFamilyMember_ctl02_rdoPayment td label, #ctl00_CPH1_critical1_grvFamilyMember_ctl03_rdoPayment td label, #ctl00_CPH1_critical1_grvFamilyMember_ctl04_rdoPayment td label, #ctl00_CPH1_critical1_grvFamilyMember_ctl05_rdoPayment td label, #ctl00_CPH1_critical1_grvFamilyMember_ctl06_rdoPayment td label{padding-right: 33px;}

.insure_form .form-group-check
{
    margin-bottom: 25px;
    max-height: inherit;
}

.form-health .radio-custom input[type="radio"], .form-critical .radio-custom input[type="radio"], .form-dengueshield .radio-custom input[type="radio"]
{
    float: left;
    left: 0;
    position: relative;
    margin: -10px 10px 0 10px !important;
}

.form-health .radio_custom_container  .radio-custom input[type="radio"], .form-critical .radio_custom_container input[type="radio"]
{
    float: left;
    left: 0;
    position: relative;
    margin: -10px 10px 0 10px !important;
}

.form-dengueshield .radio_custom_container  .radio-custom input[type="radio"]{
    float: left;
    left: 0;
    position: relative;
    margin: -10px 10px 0 10px !important;
}

.radio-custom
{
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    font-size: 13px;
    margin-top: 0 !important;
    white-space: nowrap;
}

.customNav
{
    float: left;
}

.box .select_box
{
    margin-top: -30px !important;
}

.box .select_box i
{
    left: 93%;
    position: relative;
    top: 45px;
    z-index: 99;
}

.col-sm-12 .select_box i{left: 96%;}

.my-sml-dropdown
{
    min-width: inherit !important;
    width: 100% !important;
}

.my-sml-dropdown .dropdown_button
{
    min-width:inherit !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-oz-appearance: none;
	appearance:none;
}

.form-critical .dropdown_button{
	background-image: linear-gradient(to bottom, #ffc50d, #ffc50d), linear-gradient(to bottom, #fff, #fff);}
	
.form-dengueshield .dropdown_button{
	background-image: linear-gradient(to bottom, #a5574a, #a5574a), linear-gradient(to bottom, #fff, #fff);}
	
.dengueshield_callback .insure_form input:focus, .dengueshield_callback .insure_form select:focus, .dengueshield_callback .dropdown_button:focus, .critical_callback .insure_form input:focus, .critical_callback .insure_form select:focus, .critical_callback .dropdown_button:focus {background-size: 100% 2px, 100% 1px;}

.insure_form .checkbox label
{
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    font-size: 14px;
    font-weight: normal;
    text-transform: inherit;
}

.compare_block span.live_chat
{
    display: block;
    position: fixed;
    right: -2px;
    bottom: 10px;
    width: 131px;
    background: #fff;
    z-index: 999;
}

.compare_block .call_us
{
    padding: 2px 5px;
    background: white;
    color: #fd6e0a;
    position: fixed;
    right: 0;
    bottom: 89px;
    font-size: 18px;
    text-transform: uppercase; /*   transform: rotate(90deg);     -webkit-transform: rotate(90deg);     -moz-transform: rotate(90deg);     -ms-transform: rotate(90deg);*/
}

.critical_callback .compare_block .call_us
{
    padding: 2px 5px;
    background: white;
    color: #ffc50d;
    position: fixed;
    right: 0;
    bottom: 89px;
    font-size: 18px;
    text-transform: uppercase; /*   transform: rotate(90deg);     -webkit-transform: rotate(90deg);     -moz-transform: rotate(90deg);     -ms-transform: rotate(90deg);*/
}

.dengueshield_callback .compare_block .call_us
{
    padding: 2px 5px;
    background: white;
    color: #a5574a;
    position: fixed;
    right: 0;
    bottom: 89px;
    font-size: 18px;
    text-transform: uppercase; /*   transform: rotate(90deg);     -webkit-transform: rotate(90deg);     -moz-transform: rotate(90deg);     -ms-transform: rotate(90deg);*/
}

.health_callback .compare_block .buy_now a, .critical_callback .compare_block .buy_now a, .dengueshield_callback .compare_block .buy_now a, .critical_callback .compare_block .buy_now a{bottom:12px;right:0; text-align: center; width: 100%;}

.compare_block .c_block .buy_new a span{font-family: 'Muli', sans-serif !important; font-weight:400 !important; margin-left:5px;}

.add_cover
{
    position: relative;
    z-index: 1;
    background: #fff;
}

.plus_show:after, .plus_show2:after
{
    color: #fff;
    content: '+';
    padding: 0 2px 0 3px;
    font-size: 21px;
}
.minus_show:after, .minus_show2:after
{
    color: #fff;
    content: '-';
    padding: 0 5px 0 7px;
    font-size: 22px;
}

.health_callback .add_cover .h4, .health_callback .add_cover .h4_2 {
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
    color: white;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ffffff 10px, #fd6e0a 0);
    -pie-background: linear-gradient(135deg, #ffffff 10px, #fd6e0a 0);
    behavior: url(css/pie.htc);
    padding: 5px 10px 0;
    text-align: center;
    margin: 0;
    outline: 0;
    position: relative;
    z-index: 9;
    float: left;
    min-height: 35px;
    width:100%;
    font-size: 16px;
}

.add_cover.right .right_h4 {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #ffffff 10px, #fd6e0a 0px) repeat scroll 0 0;
    -pie-background: linear-gradient(135deg, #ffffff 10px, #fd6e0a 0);
    float: left;
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
    color: white;
    text-transform: uppercase;
    padding: 0 10px 0;
    text-align: center;
    margin: 0;
    outline: 0;
    position: relative;
    font-size: 16px;
    min-height: 38px;
    width:100%;
}

.critical_callback .add_cover .h4, .critical_callback .add_cover .h4_2 {
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
    color: white;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ffffff 10px, #ffc50d 0);
    -pie-background: linear-gradient(135deg, #ffffff 10px, #ffc50d 0);
    behavior: url(css/pie.htc);
    padding: 5px 10px 0;
    text-align: center;
    margin: 0;
    outline: 0;
    position: relative;
    z-index: 9;
    float: left;
    min-height: 35px;
   	width:100%;
    font-size: 16px;
}

.critical_callback  .add_cover.right .right_h4 {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #ffffff 10px, #ffc50d 0px) repeat scroll 0 0;
    -pie-background: linear-gradient(135deg, #ffffff 10px, #ffc50d 0);
    float: left;
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
    color: white;
    text-transform: uppercase;
    padding: 0 10px 0;
    text-align: center;
    margin: 0;
    outline: 0;
    position: relative;
    font-size: 16px;
    min-height: 38px;
    width:100%;
}

.dengueshield_callback .add_cover .h4, .dengueshield_callback .add_cover .h4_2 {
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
    color: white;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ffffff 10px, #a5574a 0);
    -pie-background: linear-gradient(135deg, #ffffff 10px, #a5574a 0);
    behavior: url(css/pie.htc);
    padding: 5px 10px 0; text-align: center; margin: 0;
    outline: 0; position: relative; z-index: 9; float: left;
    min-height: 35px; width:100%; font-size: 16px;}


.dengueshield_callback  .add_cover.right .right_h4 {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #ffffff 10px, #a5574a 0px) repeat scroll 0 0;
    -pie-background: linear-gradient(135deg, #ffffff 10px, #a5574a 0);
    float: left;
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
    color: white;
    text-transform: uppercase;
    padding: 0 10px 0;
    text-align: center;
    margin: 0;
    outline: 0;
    position: relative;
    font-size: 16px;
    min-height: 38px;
    width:100%;
}

.add_cover .well
{
    margin-bottom: 0;
}
.additional_collapse
{
    background: #ffffff;
}
.additional_collapse .well
{
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    border: 1px solid #fd6e0a;
}

.critical_callback .additional_collapse .well
{
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    border: 1px solid #ffc50d;
}
.additional_collapse .cover_acc
{
    border: none;
}
.add_cover .cover_acc li:last-child a
{
    margin-left: 0;
}

.add_cover a.btn-custom {
  background: #424250 none repeat scroll 0 0;
  color: white;
  font-size: 13px;
  margin:4px;
  padding: 3px 8px;
  display: inline-block;
  cursor:pointer;
}

.add_cover a i {
  color: white;
  font-size: 12px;
  padding-right: 4px;
}
.compare_block .c_block .logo_clickable
{
    
    background: rgba(0, 0, 0, 0) url("/UIMaster/MasterImages/LifeInsurance/TermLife/uncheck.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 24px;
    left: -68px;
    outline: 0 none;
    position: absolute;
    top: 36px;
    width: 24px;
    z-index: 1;
}

.compare_block .c_block .slogo_clickable
{
    height: 19px;
    width: 19px; /*background: url("..images/uncheck.png") no-repeat;*/
    position: absolute;
    top: 37px;
    left: -68px;
    cursor: pointer;
    visibility: hidden;
    outline: 0;
}
.logo_clicked
{
    background: rgba(0, 0, 0, 0) url("/UIMaster/MasterImages/LifeInsurance/TermLife/check.png") no-repeat scroll 0 0 !important;
    height: 1px;
    margin-left: 1px;
    outline: 0 none;
    visibility: visible !important;
    width: 19px;
}

/*---------*/
.font_size10
{
    font-size: 10px !important;
}
.font_size14
{
    font-size: 14px !important;
}
.font_weight_bold
{
    font-weight: bold;
}
.no_border
{
    border: none !important;
}
.no_border_right
{
    border-right: none !important;
}
.border_grey{border:2px solid #ddd;}
.position_relative
{
    position: relative !important;
}
.line_height_md
{
    line-height: 35px;
}

.z_section
{
    z-index: 9;
    position: relative;
}
.md-text-right
{
    text-align: right;
}
.desk-text-right
{
    text-align: right;
}

.overflow_hidden
{
    overflow: hidden !important;
}
.margin_left
{
    margin-left: 15px !important;
}
.padding-left_xs
{
    padding-left: 5px !important;
}
.padding_left_md
{
    padding-left: 15px !important;
}
.padding_left_lg
{
    padding-left: 20px !important;
}
.padding_left_xlg
{
    padding-left: 30px !important;
}
.padding_left
{
    padding-left: 130px !important;
}
.padding_right_md
{
    padding-right: 15px !important;
}
.padding_all_md
{
    padding: 15px !important;
}
.padding_all_xxs {
    padding: 2px !important;
}
.padding_all_xs {
    padding: 3px !important;
}

.no_padding_right
{
    padding-right: 0px !important;
}

.no_padding_left
{
    padding-left: 0px !important;
}

.padding_top_xs
{
    padding-top: 5px !important;
}
.desktop_padding_top_xs
{
    padding-top: 15px !important;
}


.padding_top_md
{
    padding-top: 15px !important;
}
.padding_top_lg
{
    padding-top: 30px !important;
}
.padding_bottom_lg
{
    padding-bottom: 30px !important;
}
.padding_bottom_md
{
    padding-bottom: 15px !important;
}
.padding_bottom_xs
{
    padding-bottom: 5px !important;
}
.no_border_radius
{
    border-radius: 0 !important;
}
.no_margin_bottom
{
    margin-bottom: 0 !important;
}
.no_margin_right
{
    margin-right: 0 !important;
}
.no_margin_top
{
    margin-top: 0 !important;
}
.margin_bottom_sm
{
    margin-bottom: 10px;
}
.width_100_per
{
    width: 100%;
}
.width_75_per
{
    width: 75%;
}
.width_25_per
{
    width: 25%;
}
.width160px{width:160px; float:left;}
.width170px{width:170px; float:left;}
.width242px{width:242px; float:left;}
.width50px
{
    width: 50px;
}

.border_right_grey
{
    border-right: 1px solid rgb(217, 216, 221);
}
.border_right_grey_dark
{
    border-right: 1px solid #666;
}
.border_right_purple
{
    border-right: 1px solid #ad6fae;
}
.border_right_health
{
    border-right: 1px solid #fd6e0a;
}
.border_right_critical
{
    border-right: 1px solid #ffc50d;
}
.border_right_desk
{
    border-left: 2px solid #ad6fae;
}

.border_color
{
    border-color: #dadada;
}
.border_color_dark
{
    border-color: #fd6e0a;
}
.color_grey_lite {
  color: #acacac !important;
}
.color_pink
{
    color: #cf4398;
}
.color_purple
{
    color: #ad6fae;
}
.color_green_lite
{
    color: #cbe5bf !important;
}
.background_pink
{
    background: #cf4398;
}
.background_green
{
    background: #ad6fae;
}
.background_grey_lite
{
    background: #c6c6ca;
}
.background_grey_lite:hover
{
    background: #c0c0c0;
}
.color_white, .color_white:hover, .color_white:active, .color_white:visited, .color_white:focus
{
    color: #fff;
}
.color_green
{
    color: #ad6fae;
}
.color_sgreen
{
    color: #00b2a8;
}
.color_grey
{
    color: #414150;
}
.color_grey_lite
{
    color: #acacac !important;
}
.fontstyle1
{
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
}
.fontstyle2
{
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
}
.fontstyle3
{
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
}
.fontstyle4
{
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
}

/*-----------------*/

#owl-demo-check .owl-wrapper-outer.autoHeight
{
    min-height: 120px;
}

.insure_form #owl-demo-check-2
{
    margin-left: 55px;
    max-width: 331px;
}

.insure_form #owl-demo-check-2 .owl-item
{
    padding-bottom: 20px;
}
.insure_form #owl-demo-check-2
{
    max-width: 331px;
    margin-left: 55px;
}

.insure_form .anim_btn
{
    float: left;
    margin-top: 15px;
    margin-left: 0px;
    border: none;
    cursor: pointer;
}
.b_iplan
{
    z-index: 9;
}
.centre_image:hover .b_iplan, .anim_btn:hover .b_iplan
{
    transform: rotate(410deg);
    -webkit-transform: rotate(410deg);
}

.insure_form .submit_border {
    border-bottom: 2px solid #414150 !important;
    height: 85px;
    margin-top: -84px;
    width: 85px;
    z-index:0;
    position:relative;
}
.insure_form .submit_btn {
    background: #414150 none repeat scroll 0 0 !important;
    border: none;
    border-radius: 50% !important;
    color: white !important;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important; word-break:break-word; cursor: pointer;
    font-size: 13px;  height: 78px;  position: relative;
    text-transform: uppercase;  width: 78px; z-index: 1;
    padding: 15px 10px 10px 10px;  word-break: break-word;
    margin: 3px; text-align: center;  display:block;
	text-decoration:none; text-indent: 0;}

.lang_area .center_area ul li a
{
    font-size: 15px;
}

.health_head .y_topb
{
    left: 201px !important;
    height: 169px;
    top: -165px;
    z-index: -1;
}

.critical_head .y_topb{   
	left: 201px !important;
    height: 169px;
    top: -165px;
    z-index: -1;
	background-color:#ffc50d !important;
}

.dengueshield_callback .anime_border, .dengueshield_callback .y_topb, .dengueshield_callback .insure_form .radio-inline input[type="radio"]:checked::before, .dengueshield_callback .form-inline .bread_crumbs li::after, .dengueshield_callback .compare_block .c_block .slogo_clickable, .dengueshield_callback .selected_block {
  background: #a5574a none repeat scroll 0 0 !important;
}

.dengueshield_head .y_topb{   
	left: 201px !important; height: 169px; top: -165px;
    z-index: -1; background-color:#a5574a !important;}

.dengueshield_head, .dengueshield_callback .centre_text h3 span, .dengueshield_callback .insure_form label span, .dengueshield_callback .insure_form .prevp, .dengueshield_callback .insure_form .nextp, .dengueshield_callback .insure_form .prevp2, .dengueshield_callback .insure_form .nextp2, .dengueshield_callback .small_text, .dengueshield_callback .form-inline .fgroup_text {
  color: #a5574a !important;
}

.dengueshield_callback .insure_form, .dengueshield_callback .insure_form .radio-inline input[type="radio"]::after, .dengueshield_callback .insure_form .prevp, .dengueshield_callback .insure_form .nextp, .dengueshield_callback .insure_form .prevp2, .dengueshield_callback .insure_form .nextp2, .dengueshield_callback .add_cover .cover_acc, .dengueshield_callback .details_border_left, .dengueshield_callback .compare_block span.live_chat a, .dengueshield_callback .compare_block .c_block img.logo_image, .dengueshield_callback .compare_block .c_block .logo_clickable {
  border-color: #a5574a;
}

.critical_callback .anime_border, .critical_callback .y_topb, .critical_callback .insure_form .radio-inline input[type="radio"]:checked::before, .critical_callback .form-inline .bread_crumbs li::after, .critical_callback .compare_block .c_block .slogo_clickable, .critical_callback .selected_block {
  background: #ffc50d none repeat scroll 0 0 !important;
}

.critical_head .y_topb{   
	left: 201px !important; height: 169px; top: -165px;
    z-index: -1; background-color:#ffc50d !important;}

.critical_head, .critical_callback .centre_text h3 span, .critical_callback .insure_form label span, .critical_callback .insure_form .prevp, .critical_callback .insure_form .nextp, .critical_callback .insure_form .prevp2, .critical_callback .insure_form .nextp2, .critical_callback .small_text, .critical_callback .form-inline .fgroup_text {
  color: #ffc50d !important;}

.critical_callback .insure_form, .critical_callback .insure_form .radio-inline input[type="radio"]::after, .critical_callback .insure_form .prevp, .critical_callback .insure_form .nextp, .critical_callback .insure_form .prevp2, .critical_callback .insure_form .nextp2, .critical_callback .add_cover .cover_acc, .critical_callback .details_border_left, .critical_callback .compare_block span.live_chat a, .critical_callback .compare_block .c_block img.logo_image, .critical_callback .compare_block .c_block .logo_clickable {
  border-color: #a5574a;
}

.health_head, .critical_head, .dengueshield_head
{
    font-size: 36px;
    margin-top: 10px;
}
.health_head span.health_span, .critical_head span.critical_span, .dengueshield_head span.dengueshield_span
{
    top: -15px !important;
    color: #414150;
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
    left: 20px;
    position: relative;
}

.dropdown-menu
{
    width: 100% !important;
    min-width: auto !important;
}

.lang_area .lang_desc
{
    font-weight: bold;
    position: absolute;
    right: 107px;
    top: 170px;
    width: 100px;
    z-index: 2;
}

.lang_area .top_area
{
    border-right: 100px solid rgb(66, 65, 81);
    border-top: 60px solid transparent;
    height: 0;
    position: absolute;
    right: 0;
    top: 104px;
    width: 0;
    z-index: 2;
}

.lang_area .center_area
{
    background: rgb(66, 65, 81) none repeat scroll 0 0;
    height: auto;
    position: absolute;
    right: 0;
    top: 164px;
    width: 100px;
    z-index: 2;
	min-height: 335px !important;
}

/*.four_wheeler{min-height:745px;}*/

.lang_desc .bottom_left
{
    background: black;
    width: 62%;
}

.lang_desc .fa.fa-google-plus-official {
    left: 0px;color: #dc4e41;
}
.lang_desc .fa.fa-facebook-official {
    left: 15px;color: #3a5a98;
}
.lang_desc .fa.fa-twitter-square {
    left: 31px;color: #60caef;
}
.lang_desc .fa.fa-linkedin-square {
    left: 47px;color: #0e76a8;
}

.lang_area .bottom_area
{
    border-right: 100px solid transparent;
    border-top: 60px solid rgb(66, 65, 81);
    height: 0;
    position: absolute;
    right: 0;
    top: 498px;
    width: 0;
    z-index: 2;
}


.f_google
{
    transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    border-bottom: 2px solid #dc4e41;
}
.f_link
{
    transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    border-bottom: 2px solid #0e76a8;
}

footer
{
    position: relative;
    z-index: 9;
}

.footer_social a:hover .f_google
{
    transform: rotate(200deg);
    -webkit-transform: rotate(200deg);
}
.footer_social a:hover .f_link
{
    transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
}

.lang_area .center_area ul li:first-child a
{
    color: white;
}
.lang_area .center_area ul li:nth-child(2) a
{
    color: rgb(221, 95, 18);
}
.lang_area .center_area ul li:nth-child(3) a
{
    color: rgb(224, 135, 35);
}
.lang_area .center_area ul li:nth-child(4) a
{
    color: rgb(220, 165, 135);
}
.lang_area .center_area ul li:nth-child(5) a
{
    color: rgb(246, 251, 219);
}
.lang_area .center_area ul li:nth-child(6) a
{
    color: rgb(249, 255, 219);
}
.lang_area .center_area ul li:nth-child(7) a
{
    color: rgb(249, 255, 219);
}
.lang_area .center_area ul li:nth-child(8) a
{
    color: rgb(155, 220, 104);
}
.lang_area .center_area ul li:nth-child(9) a
{
    color: rgb(122, 174, 91);
}
.lang_area .center_area ul li:nth-child(10) a
{
    color: rgb(89, 168, 40);
    margin-left: -4px;
}

.insure_form .prevc
{
    left: -15%;
}

.insure_form .nextc
{
    right: -13%;
}

.insure_form #owl-demo-check .nextc
{
    top: -85px;
}

.compare_block
{
    margin:20px 0 0 0;
    padding-right: 0;
    background: #424250;
	overflow:hidden;/*---040517-0429----*/
}

.compare_block .c_block ul
{
    /*    border-left: 1px solid rgb(217, 216, 221);     padding: 0 0 0 15px;     margin-top: 0;*/
}
.health_callback, .dengueshield_callback, .critical_callback{min-height:500px;}
.health_callback .compare_block .c_block ul li, .critical_callback .compare_block .c_block ul li, .dengueshield_callback .compare_block .c_block ul li
{
    list-style: none;
    color: rgb(217, 216, 221);
    font-size: 11px;
    line-height: 13px;
    width: 96%;
    float: left;
}

.health_callback .compare_block .c_block ul li span, .critical_callback .compare_block .c_block ul li span, .dengueshield_callback .compare_block .c_block ul li span
{
    display: inherit;
}
.health_callback .compare_block .c_block img.logo_image, .critical_callback .compare_block .c_block img.logo_image, .dengueshield_callback .compare_block .c_block img.logo_image
{
    margin-top: 0;
    z-index: 2;
    position: relative;
}
.health_callback .compare_block .c_block img.logo_image, .critical_callback .compare_block .c_block img.logo_image, .dengueshield_callback .compare_block .c_block img.logo_image {border-radius:0; border:none;}

.compare_block .logo_image_container {
  margin-top: 0; overflow: hidden;  z-index: 2; margin-left:0; max-width:150px; max-height:110px;padding-left: 5px;}

.logo_image_container img {
  display: block;
  /*height: 100%;*/
  margin-top: 28px;
  max-width: 100%;
  /*width: 100%;*/
}

.compare_block .c_block a.plan
{
    float: left;
    left: -15px;
    position: relative;
    top: 50px;
}
.compare_block.selected_block .c_block a.plan
{
    background: #424250;
}
/*.compare_block  .c_block:first-child{background:#ffffff;}*/

.compare_block.selected_block .c_block a.mlt1
{
    background: #424250;
}

/*.compare_block .c_block span.logo_clickable, .compare_block .c_block span.slogo_clickable {
    display: block;
    margin-top: 40px;
}*/

/*.compare_block .c_block
{
    height: auto !important;
}*/

.compare_block .c_block .buy_now p
{
   height: 105px;
   width:87px;
}
.rupee_font
{
    /*font-family: "rf" !important;*/
    display: inline-block;
    float: none;
    padding-right: 5px;
}
.alert-custom {
  margin: 0 -15px 0 15px;
  padding: 9px;
}
.compare_block .c_block p
{
    color: rgb(217, 216, 221);
    padding-top: 0px;
    float: left;
}

.call_us_container
{
    position: fixed;
    bottom: 80px;
    right: 0;
    z-index: 99;
    text-align: left;
}
.live_chat_container
{
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 99;
    text-align: left;
}
.compare_container
{
    position: fixed;
    bottom: 20px;
    left: 80px;
    z-index: 0;
    text-align: right;
}

.compare_container p, .call_us_container p, .live_chat_container p
{
    background: #fd6e0a;
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
    padding: 0 3px;
    text-transform: uppercase;
}

.compare_container i, .call_us_container i, .live_chat_container i
{
    margin-right: 5px;
}

.compare_container span.live_chat
{
    width: 138px;
}

.compare_container span.live_chat a
{
    border: 1px solid #fd6e0a;
    background: #fff;
    color: #fd6e0a;
    padding: 0 4px;
}
.live_chat_container span.live_chat a
{
    border: 1px solid #fd6e0a;
    background: #fff;
    color: #fd6e0a;
    padding: 0 5px 0 46px;
}

.compare_container a{color:#333333;outline:0;}

.call_us_container .call_us
{
    background: white none repeat scroll 0 0;
    color: #fd6e0a;
    font-size: 18px;
    padding: 5px 8px;
    text-transform: uppercase;
}

.call_us_container .call_us i.fa
{
    background: #fd6e0a none repeat scroll 0 0;
    border-radius: 50%;
    color: white;
    margin-right: 10px;
    padding: 2px 4px;
	pointer-events:none;
}

.health_callback .get_details
{
    background: url(/UIMaster/MasterImages/GeneralInsurance/HealthInsurance/health_back.jpg) !important;
    position: relative;
    z-index: 9;
}

.critical_callback .get_details{
background: url(/UIMaster/MasterImages/GeneralInsurance/CriticalIllness/critical_back.jpg); position: relative; z-index: 9;}

.dengueshield_callback .get_details
{
background: url(/UIMaster/MasterImages/GeneralInsurance/Dengueshield/dengue_back.jpg); position: relative; z-index: 9;}


.health_callback .slider_back, .critical_callback .slider_back, .dengueshield_callback .slider_back{padding:0 0 10px 0;}
.health_callback .slider_back .checkbox_custom input[type="checkbox"]:checked:not(old) + label > span, .health_callback .slider_back .checkbox_custom input[type="radio"]:checked:not(old) + label > span, .critical_callback .slider_back .checkbox_custom input[type="checkbox"]:checked:not(old) + label > span, .critical_callback .slider_back .checkbox_custom input[type="radio"]:checked:not(old) + label > span, .dengueshield_callback .slider_back .checkbox_custom input[type="checkbox"]:checked:not(old) + label > span, .dengueshield_callback .slider_back .checkbox_custom input[type="radio"]:checked:not(old) + label > span, .critical_callback .slider_back .checkbox_custom input[type="checkbox"]:checked:not(old) + label > span, .critical_callback .slider_back .checkbox_custom input[type="radio"]:checked:not(old) + label > span{background-image: none;}

.health_callback .slider_back .checkbox_custom input[type="radio"]:not(old) + label > span, .critical_callback .slider_back .checkbox_custom input, .dengueshield_callback .slider_back .checkbox_custom input[type="radio"]:not(old) + label > span {
  border: 0.0625em solid #ffffff;}

.health_callback .slider_back .checkbox_custom label span, .critical_callback .slider_back .checkbox_custom label span, .dengueshield_callback .slider_back .checkbox_custom label span{color: #ffffff !important;}

.health_callback .slider_back .checkbox_custom input[type="radio"]:checked:not(old) + label > span > span, .critical_callback .slider_back .checkbox_custom input[type="radio"]:checked:not(old) + label > span > span, .dengueshield_callback .slider_back .checkbox_custom input[type="radio"]:checked:not(old) + label > span > span {
  background: #ffffff;}

 .checkbox_custom input[type="checkbox"]:not(old) + label > span{height: 0.875em; width: 0.875em;}

.slider_back
{
    background: #F18E20;
    color: white;
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
    padding: 10px 0 10px 15px;
    position: relative;
    z-index: 9;
}

.health_callback .health_head, .critical_callback .critical_head
{
    margin-left: 115px;
    max-height: 115px;
    font-size: 36px;
    margin-top: 10px;
}

.dengueshield_callback .dengueshield_head
{
    margin-left: 165px;
    max-height: 115px;
    font-size: 36px;
    margin-top: 10px;
}

.health_callback span.services_small_text
{
    color: #fd6e0a;
    font-size: 9px;
    margin-top: 0 !important;
    opacity: 0.8;
    clear: both;
    width: 100% !important;
}

.critical_callback span.services_small_text
{
    color: #ffc50d;
    font-size: 9px;
    margin-top: 0 !important;
    opacity: 0.8;
    clear: both;
    width: 100% !important;
}
.dengueshield_callback span.services_small_text
{
    color: #a5574a;
    font-size: 9px;
    margin-top: 0 !important;
    opacity: 0.8;
    clear: both;
    width: 100% !important;
}

#owl-demo-check-parent-2 .owl-wrapper .four_wheeler
{
}

.rc_form .half_modal_health
{
}

.rc_form .modal-header .close
{
    color: white;
    opacity: 0.8;
}

.rc_form .modal-header h4
{
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgb(66, 65, 81) 10px, #fd6e0a 0px) repeat scroll 0 0;
    color: white;
    max-width: 250px;
    padding: 7px 20px;
    position: relative;
    top: 20px;
}

.plan_collapse .well
{
    background: #ad6fae;
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
#collapse3 .well
{
    border-bottom: 10px solid #fff !important;
}

.rc_form .modal-body
{
    padding: 30px 25px 10px;
}

.rc_form .modal-header
{
    background: rgb(66, 65, 81) none repeat scroll 0 0;
    padding: 2px 15px;
}

.rc_form .add_family
{
    background: #ad6fae none repeat scroll 0 0;
    color: white;
    cursor: pointer;
    margin: 15px 10px 0 0;
    padding: 1px 10px;
}


.rc_form .add_family_daughter
{
    margin-bottom: 15px !important;
    margin-right: 100px !important;
}

.rc_form input[type="submit"], .blk_btn
{
    background: #414150 none repeat scroll 0 0 !important;
    border: none !important;
    border-radius: 0;
    color: white !important;
    padding: 2px 15px !important;
    text-indent: 0 !important;
}
.rc_form .health_detail, .rc_form .investment_detail
{
    margin-left: 0;
}

.four_modal_form label
{
    color: #414150;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    text-transform: uppercase;
}
.four_modal_form label span
{
    color: #ad6fae;
}

.four_modal_form input[type="file"]
{
    height: auto;
}
.four_modal_form input[type="text"], .four_modal_form select
{
    background-color: white;
    background-image: linear-gradient(to bottom, #52b512, #52b512), linear-gradient(to bottom, #c6c6ca, #c6c6ca);
    background-origin: padding-box;
    background-position: 50% 100%, 50% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 white;
    color: #414150;
    opacity: 1;
    padding: 0;
    transition: background-size 0.4s cubic-bezier(0.64, 0.09, 0.08, 1) 0s;
}

.four_modal_form input[type="text"]:focus, .four_modal_form select:focus
{
    background-size: 100% 2px, 100% 1px;
    border: 0 none;
    box-shadow: 0 0 0;
    opacity: 1;
    outline: medium none;
}

.logo-container
{
    background: #fff;
    display: inline-block;
    height: 80px;
    width: 100%;
    padding: 5px;
}
.logo-container img
{
    /*height: 100%;*/
}
.amt_container
{
    font-size: 13px;
}
.disabled_info .label
{
    border-radius: 0 !important;
    margin: 0 !important;
    width: 100%;
    height: 40px;
    float: left;
    font-weight: normal;
    padding-top: 12px;
	background:#fd6e0a;
}
.disabled_info
{
    margin-top: 0px;
    display: block;
    width: 100%;
}
.sidebar_header
{
    padding: 15px;
    color: #fff;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    background: #fd6e0a;
}
.dengueshield_detail2 .sidebar_header
{
    padding: 15px;
    color: #fff;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    background: #a5574a;
}
.critical_detail2 .sidebar_header
{
    padding: 15px;
    color: #fff;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    background: #ffc50d;
}
.sidebar_header h4
{
    margin: 0;
    text-transform: uppercase;
}
.no_padding
{
    padding: 0 !important;
}
.well.sidebar_container
{
    padding: 20px 0;
    margin-bottom: 0;
    border: 1px solid #ad6fae;
}
.sidebar_container
{
    background: #fff !important;
    border: 1px solid #ad6fae;
    color: #111 !important;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    padding-bottom: 20px;
}
.health_detail2
{
    color: #111 !important;
    font-size: 13px;
    margin-left: -15px;
    padding: 0;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    background: #ad6fae;
}

.critical_detail2
{
    color: #111 !important;
    font-size: 13px;
    margin-left: -15px;
    padding: 0;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    background: #ffc50d;
}
.dengueshield_detail2
{
    color: #111 !important;
    font-size: 13px;
    margin-left: -15px;
    padding: 0;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    background: #a5574a;
}
.health_previewpg, .critical_previewpg, .dengueshield_previewpg
{
    color: #111 !important;
    font-size: 13px;
    padding: 0;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
}
.preview_info, .health_previewpg label, .critical_previewpg label, .dengueshield_previewpg label
{
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
}
.preview_info small
{
    text-transform: uppercase;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
	font-size:75% !important;
}
.sidebar_container ul
{
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    line-height: 24px;
}
.health_previewpg .sidebar_header:first-child, .critical_previewpg .sidebar_header:first-child, .dengueshield_previewpg .sidebar_header:first-child
{
    margin-top: 0;
}
.health_previewpg .sidebar_header, .critical_previewpg .sidebar_header, .dengueshield_previewpg .sidebar_header
{
    margin-top: 30px;
}
.col-lg-4_custom
{
    width: 30%;
}
.price_heading
{
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    color: #111 !important;
    text-transform: uppercase;
}
.health_detail2 label, .critical_detail2 label, .dengueshield_detail2 label
{
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
}
.health_detail2 h3, .critical_detail2 h3, .dengueshield_detail2 h3
{
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
}
.checkbox input
{
    margin-left: 0;
    height: 38px !important;
}
.checkbox label
{
    padding-left: 30px;
}
.med_title hr
{
    margin: 0 30px 0 0;
    left: 10px;
    position: relative;
    top: 9px;
}
.health_previewpg .panel, .critical_previewpg .panel, .dengueshield_previewpg .panel
{
    border-radius: 0 !important;
    box-shadow: 0;
    border: none;
}
.health_previewpg .panel-heading
{
    background: #ad6fae none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
}
.critical_previewpg .panel-heading
{
    background: #ffc50d none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
}
.dengueshield_previewpg .panel-heading
{
    background: #a5574a none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
}

.health_callback .white_dropdown select{background:#a7a09b; border:1px solid #fff !important; border-radius:0 !important; color:#fff; -moz-appearance:none; -ms-appearance:none; -webkit-appearance:button;}

.critical_callback .white_dropdown select{background:#ffc50d; border:1px solid #fff !important; border-radius:0 !important; color:#fff; -moz-appearance:none; -ms-appearance:none; -webkit-appearance:button;}

.dengueshield_callback .white_dropdown select{background:#a5574a; border:1px solid #fff !important; border-radius:0 !important; color:#fff; -moz-appearance:none; -ms-appearance:none; -webkit-appearance:button;}
.white_dropdown .fa{color:#fff !important; margin-top:10px;}


/*------- Checkbox Big Size Starts -------*/

.form-health .checkbox_custom input[type="checkbox"]:not(old) + label > span, .form-critical .checkbox_custom input[type="checkbox"]:not(old) + label > span, .form-dengueshield .checkbox_custom input[type="checkbox"]:not(old) + label > span{height: 1.862em !important; width: 1.86em !important;}
.form-health .checkbox_custom input[type="checkbox"]:checked:not(old) + label > span::before, .form-critical .checkbox_custom input[type="checkbox"]:checked:not(old) + label > span::before, .form-dengueshield .checkbox_custom input[type="checkbox"]:checked:not(old) + label > span::before {border-radius: 0.15em !important;font-size: 1.876em !important;}

/*------- Checkbox Big Size Ends -------*/

.health_previewpg .checkbox_custom input[type="checkbox"]:not(old) + label, .health_previewpg .checkbox_custom input[type="radio"]:not(old) + label, .critical_previewpg .checkbox_custom input[type="checkbox"]:not(old) + label, .critical_previewpg .checkbox_custom input[type="radio"]:not(old) + label, .dengueshield_previewpg .checkbox_custom input[type="checkbox"]:not(old) + label, .dengueshield_previewpg .checkbox_custom input[type="radio"]:not(old) + label{margin-left:0;}

input[type="submit"].btn_custom
{
    border-radius: 4px;
    border: none !important;
    box-shadow: none;
    background: #ec971f;
    color: #fff;
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
    font-size: 14px;
}
.health_callback h4 small, .critical_callback h4 small, .dengueshield_callback h4 small
{
    color: #fff;
    font-size: 90% !important;
}
aside.info
{
    background: #ddd;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    position: relative;
	padding:2px;
}
.health_callback p.small_text, .critical_callback p.small_text, .dengueshield_callback p.small_text
{
    top: 0px;
}
.health_callback .rupee_block h5, .critical_callback .rupee_block h5, .dengueshield_callback .rupee_block h5
{
 /*   max-width: 102px;*/
    border: 1px solid #414250 !important;
    color: #414250 !important;
    font-size: 12px;
    white-space: nowrap;
	padding: 2px;
}
input.rupee_block[type="text"]
{
    border: 1px solid #cae5bf; color: #cae5bf;
    float: left; height: 30px; padding: 0; text-align: left;
    text-indent: 8px; width: 25%;  margin-top: 15px;
    min-width: 70px; background: none;}

.health_callback .rupee_block, .critical_callback .rupee_block, .dengueshield_callback .rupee_block
{
	display: block; height: 30px; margin-top: 0px;}

.sort_option
{
    color: #fff;
    cursor: pointer;
    float: left;
    line-height: 41px;
    padding-left: 15px;
}
.health_callback .add_cover, .critical_callback .add_cover, .dengueshield_callback .add_cover
{
    background: transparent;
    margin-top: 10px;
}
.health_callback .get_details .add_cover, .critical_callback .get_details .add_cover, .dengueshield_callback .get_details .add_cover
{
    margin-bottom: 10px;
}
.health_callback .get_details .add_cover .cover_acc li .fa, .critical_callback .get_details .add_cover .cover_acc li .fa, .dengueshield_callback .get_details .add_cover .cover_acc li .fa
{
    color: #fff !important;
    padding: 0 10px;
}
.health_callback .get_details .add_cover .cover_acc li, .critical_callback .get_details .add_cover .cover_acc li, .dengueshield_callback .get_details .add_cover .cover_acc li
{
    color: #fff !important; margin-right: 15px;
}
.slider_back.insure_form .radio-inline input[type="radio"]:before
{
    left: 0; top: 0;}

.add_cover label{text-transform:none;}

.slider_back .form-health .radio-custom input[type="radio"], .slider_back .form-critical .radio-custom input[type="radio"]
{
    float: left;
    left: 0;
    position: relative;
    margin: 0 10px 0 10px !important;
}

.health_head, .critical_head, .dengueshield_head
{
    float: left; font-family: 'Muli', sans-serif !important; font-weight:400 !important; margin: 40px 0 0;
    text-transform: uppercase; z-index: -1; font-size: 36px;}

.health_head span.health_span, .critical_head span.critical_span, .dengueshield_head span.dengueshield_span
{
    top: -15px;
}

.insure_form  .small_centre_image .radio-inline input[type="radio"] {
  display: block;
  margin-left: 0;
  margin-top: 80px;
  opacity: 1;
  text-align: center;
  width: 100%;
}

.insure_form .small_centre_image  .radio-inline .radio_span {
  color: #414150;
  display: block;
  width: 100% !important;
  margin-left:0 !important;
  text-align:center;
  left:0;
}

.health_custom_details, .critical_custom_details, .dengueshield_custom_details{font-size:14px;}

.compare_block .checkbox_custom { left: 7px;  position: relative;
}

.compare_block .checkbox_custom input[type="checkbox"]:not(old) + label{
  font-size: 18px;
}
.compare_block .checkbox_custom input[type="checkbox"]:checked:not(old) + label > span::before, .compare_block .checkbox_custom input[type="checkbox"]:not(old) + label > span{border-radius: 1.25em !important;}

.compare_block .checkbox_custom input[type="checkbox"]:not(old) {
  height: 30px;  left: -8px;  position: relative;  margin-top:28px;
}

.compare_block h4{font-size:14px;}

#compare_quotes .modal-dialog{width:90%;}

.my-table{height:400px; overflow-y:scroll; font-size:14px;}
.my-table tr td{line-height:14px;}

.my-table .table-bordered > tbody > tr:nth-child(2n+1) > td, .my-table .table-bordered > tbody > tr:nth-child(2n+1) > th {background-color: #eee;}

.top_section li:nth-child(2) {
    border: 2px solid black;
    background: white;
    padding-top: 0;
    padding-bottom: 0;
	padding-left:15px;
}
.top_section li:nth-child(2) a{
    color: black;
}
.top_section li:nth-child(2) a:hover {
    color: #00b2a8;
}
.top_section li:first-child:after {
	content: "";
	color: white;
	padding-left: 8px;
	font-size: 17px;
	font-family: 'Muli', sans-serif !important; font-weight:400 !important;
	line-height:21px;
}

.checkbox_container{position:relative; left:0;float: left; height:101px; background:#fff;}

.health_callback .sidebar_container {
    background: #fff !important;
    border: 1px solid #fd6e0a;
    color: #111 !important;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    padding-bottom: 20px;
}

.critical_callback .sidebar_container {
    background: #fff !important;
    border: 1px solid #ffc50d;
    color: #111 !important;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    padding-bottom: 20px;
}

.dengueshield_callback .sidebar_container {
    background: #fff !important;
    border: 1px solid #a5574a;
    color: #111 !important;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    padding-bottom: 20px;
}

.health_detail2 {
    color: #111 !important;
    font-size: 13px;
    margin-left: -15px;
    padding: 0;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    background: #ad6fae;
}

.critical_detail2 {
    color: #111 !important;
    font-size: 13px;
    margin-left: -15px;
    padding: 0;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    background: #ffc50d;
}

.dengueshield_detail2 {
    color: #111 !important;
    font-size: 13px;
    margin-left: -15px;
    padding: 0;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    background: #a5574a;
}
.health_previewpg, .critical_previewpg, .dengueshield_previewpg {
    color: #111 !important; font-size: 13px; padding: 0;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;}

.preview_info,
.health_previewpg label, .critical_previewpg label, .dengueshield_previewpg label {
    font-family: 'Muli', sans-serif !important; font-weight:400 !important; margin-bottom:0; font-size:16px;
}
.preview_info small {
    text-transform: uppercase;
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
}
.sidebar_container ul {
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    line-height: 24px;
}
.health_previewpg .sidebar_header:first-child, .critical_previewpg .sidebar_header:first-child, .dengueshield_previewpg .sidebar_header:first-child {
    margin-top: 0;
}
.health_previewpg .sidebar_header, .critical_previewpg .sidebar_header, .dengueshield_previewpg .sidebar_header {
    margin-top: 30px;
}
.health_callback .sidebar_container_price {
    font-family: 'Muli', sans-serif !important; font-weight:400 !important; border: 1px solid #fd6e0a;
    color: #111 !important; margin: 0 0 0 -15px;
    width: 99%; font-size:13px;}

.critical_callback .sidebar_container_price {
    font-family: 'Muli', sans-serif !important; font-weight:400 !important; border: 1px solid #ffc50d;
    color: #111 !important; margin: 0 0 0 -15px;
    width: 99%; font-size:13px;}

.dengueshield_callback .sidebar_container_price {
    font-family: 'Muli', sans-serif !important; font-weight:400 !important; border: 1px solid #a5574a;
    color: #111 !important; margin: 0 0 0 -15px;
    width: 99%; font-size:13px;}

.col-lg-4_custom {
    width: 30%;
}

.price_heading {
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;  color: #111 !important; text-transform: uppercase;}

.health_detail2 label, .critical_detail2 label, .dengueshield_detail2 label {
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
}
.health_detail2 h4, .critical_detail2 h4, .dengueshield_detail2 h4 {
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
}
.health .checkbox input, .critical .checkbox input, .dengueshield .checkbox input {
    margin-left: 0;
    height: 38px !important;
}
.health .checkbox label, .critical .checkbox label , .dengueshield .checkbox label {
    padding-left: 0px;
}
.med_title hr {
    margin: 0 30px 0 0;
    left: 10px;
    position: relative;
    top: 9px;
}
.health_previewpg .panel, .critical_previewpg .panel, .dengueshield_previewpg .panel {
    border-radius: 0 !important;  box-shadow: 0;
    border: none;}

.health_previewpg .panel-heading {
    background: #fd6e0a none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
	padding: 4px 15px 0 !important;
}

.critical_previewpg .panel-heading {
    background: #ffc50d none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
	padding: 4px 15px 0 !important;
}
.dengueshield_previewpg .panel-heading {
    background: #a5574a none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
	padding: 4px 15px 0 !important;
}

input[type="submit"].btn_custom {
    border-radius: 4px;
    border: none !important;
    box-shadow: none;
    background: #ec971f;
    color: #fff;
    font-family: 'Muli', sans-serif !important; font-weight:900 !important;
    font-size: 14px;
}

.critical_callback input[type="submit"].btn_custom, .dengueshield_callback input[type="submit"].btn_custom {
    border-radius: 4px;
    border: none !important;
    box-shadow: none;
    background: #ec971f;
    color: #fff;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    font-size: 14px;
	text-indent:0;
	padding-left:7px !important;
	padding-right:7px !important;
}

.insure_form input[type="text"], .insure_form select {text-transform:capitalize;}

.text-lowercase{text-transform:lowercase !important;}
.text-uppercase{text-transform:uppercase !important;}

/*-------File Upload Custom CSS Starts  ----------*/

.content_custom .inputfile
{
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: -1 !important;
}

.inputfile + label
{
    max-width: 80%; font-size: 1.25rem; /* 20px */
    font-weight: 700; text-overflow: ellipsis;
    white-space: nowrap; cursor: pointer;
    display: inline-block; overflow: hidden;
    padding: 0.625rem 1.25rem; /* 10px 20px */
}

.no-js .inputfile + label
{
    display: none;
}

.inputfile:focus + label, .inputfile.has-focus + label
{
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label *
{
    /* pointer-events: none; */ /* in case of FastClick lib use */
}

.inputfile + label svg
{
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em; /* 4px */
    margin-right: 0.25em; /* 4px */
}

/* style 1 */

.health_callback .inputfile-1 + label
{
    color: #ffffff !important;
    background-color: #ad6fae !important;
}

.critical_callback .inputfile-1 + label
{
    color: #ffffff !important;
    background-color: #ffc50d !important;
}

.dengueshield_callback .inputfile-1 + label
{
    color: #ffffff !important;
    background-color: #a5574a !important;
}

.inputfile-1 + label span
{
    color: #ffffff !important;
    font-weight: normal;
}

.inputfile-1:focus + label, .inputfile-1.has-focus + label, .inputfile-1 + label:hover
{
    background-color: #722040;
}

.critical_callback .inputfile-1:focus + label, .critical_callback .inputfile-1.has-focus + label, .critical_callback .inputfile-1 + label:hover
{
    background-color: #ffc50d;
}

.dengueshield_callback .inputfile-1:focus + label, .dengueshield_callback .inputfile-1.has-focus + label, .dengueshield_callback .inputfile-1 + label:hover
{
    background-color: #a5574a;
}

.check_terms.checkbox_custom input[type="checkbox"]:first-child:not(old){
  position: absolute !important;
}

.sort_radio.checkbox_custom input[type="radio"]:not(old) {
  height:0px !important;
}

.checkbox_custom input[type=checkbox]:not(old),
.checkbox_custom input[type=radio]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

.checkbox_custom input[type=checkbox]:not(old) + label,
.checkbox_custom input[type=radio]:not(old) + label{
  display      : inline !important;
  margin-left  : -2em;
  line-height  : 1.5em;
  font-family: 'Muli', sans-serif !important; font-weight:400 !important;
  font-weight:normal;
  font-size:13px;
}

.form-health .checkbox_custom input[type="checkbox"]:not(old) + label, .form-health .checkbox_custom input[type="radio"]:not(old) + label, .form-critical .checkbox_custom input[type="checkbox"]:not(old) + label, .form-critical .checkbox_custom input[type="radio"]:not(old) + label, .form-dengueshield .checkbox_custom input[type="checkbox"]:not(old) + label, .form-dengueshield .checkbox_custom input[type="radio"]:not(old) + label{margin-left  : 0em;}

.health_callback .checkbox_custom input[type="checkbox"]:not(old) + label > span {
  border: 0.0625em solid #fd6e0a;
  border-radius: 0.25em;
  display: inline-block;
  height: 0.850em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  vertical-align: bottom;
  width: 0.875em;
}

.health_callback .checkbox_custom input[type="radio"]:not(old) + label > span{
  border: 0.0625em solid #fd6e0a;
  border-radius: 5em;
  display: inline-block;
  height: 1em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  vertical-align: bottom;
  width: 1em;
}

.critical_callback .checkbox_custom input[type="checkbox"]:not(old) + label > span {
  border: 0.0625em solid #ffc50d;
  border-radius: 0.25em;
  display: inline-block;
  height: 0.875em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  vertical-align: bottom;
  width: 0.875em;
}

.critical_callback .checkbox_custom input[type="radio"]:not(old) + label > span{
  border: 0.0625em solid #ffc50d;
  border-radius: 5em;
  display: inline-block;
  height: 1em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  vertical-align: bottom;
  width: 1em;
}

.dengueshield_callback .checkbox_custom input[type="checkbox"]:not(old) + label > span {
  border: 0.0625em solid #a5574a;
  border-radius: 0.25em;
  display: inline-block;
  height: 0.875em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  vertical-align: bottom;
  width: 0.875em;
}

.dengueshield_callback .checkbox_custom input[type="radio"]:not(old) + label > span{
  border: 0.0625em solid #a5574a;
  border-radius: 5em;
  display: inline-block;
  height: 1em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  vertical-align: bottom;
  width: 1em;
}

.checkbox_custom input[type=checkbox]:not(old):checked + label > span,
.checkbox_custom input[type=radio]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

.health_callback .checkbox_custom input[type=checkbox]:not(old):checked + label > span:before{
  content     : '\2713';
  display     : block;
  width       : 1em;
  color       : #ffffff;
  background  :	#fd6e0a;
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
 /* text-shadow : 0 0 0.0714em rgb(115,153,77);*/
  font-weight : bold;
  border-radius:0.15em;
  margin: -0.1em;
}

.health_callback .checkbox_custom input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 2px;
  border           : none;
  border-radius    : 5em;
  background:#ad6fae;
}

.critical_callback .checkbox_custom input[type=checkbox]:not(old):checked + label > span:before{
  content     : '\2713';
  display     : block;
  width       : 1em;
  color       : #ffffff;
  background  :	#ffc50d;
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
 /* text-shadow : 0 0 0.0714em rgb(115,153,77);*/
  font-weight : bold;
  border-radius:0.15em;
  margin: -0.1em;
}

.critical_callback .checkbox_custom input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 2px;
  border           : none;
  border-radius    : 5em;
  background:#ffc50d;
}

.dengueshield_callback .checkbox_custom input[type=checkbox]:not(old):checked + label > span:before{
  content     : '\2713';
  display     : block;
  width       : 1em;
  color       : #ffffff;
  background  :	#a5574a;
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
 /* text-shadow : 0 0 0.0714em rgb(115,153,77);*/
  font-weight : bold;
  border-radius:0.15em;
  margin:-0.1em;
}

.dengueshield_callback .checkbox_custom input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 2px;
  border           : none;
  border-radius    : 5em;
  background:#a5574a;
}

.check_terms.checkbox_custom input[type="checkbox"]:first-child:not(old) {
  position: absolute !important;
}

.checkbox_custom label{  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
            font-size:12px;
			word-break:break-word;
}

.form-health .checkbox_custom input[type="checkbox"]:not(old), .form-critical .checkbox_custom input[type="checkbox"]:not(old), .form-dengueshield .checkbox_custom input[type="checkbox"]:not(old){
  position: absolute;}

.form-dengueshield .form-control{border:none;}
.radio-custom td label{padding-right:5px;}
.health_mother_container{margin-top:-81px;}
.checkbox_custom .dropdown_button{width:100%;}
.checkbox_custom .my-dropdown .fa {margin-top: 7px;}
.additional_collapse .my-dropdown .dropdown_button {
    line-height: 27px;
    width: 100%;
    opacity: 1;
    -moz-appearance: none;
    -ms-appearance: none;
	appearance:none;
	-webkit-appearance:none;
	text-indent:5px;
}

 .additional_collapse .my-dropdown .dropdown_button option, .health_callback .my-dropdown .dropdown_button option, .critical_callback .my-dropdown .dropdown_button option, .dengueshield_callback .my-dropdown .dropdown_button option{padding-left:10px;}
.checkbox_custom input[type="checkbox"]:not(old) + label, .checkbox_custom input[type="radio"]:not(old) + label {font-size: 12px;}
.additional_collapse input[type="text"].form-control, .additional_collapse select.form-control, .additional_collapse select.dropdown_button{height:27px; margin-left:0px;}
.health_callback .add_cover a, .critical_callback .add_cover a, .dengueshield_callback .add_cover a{border:none;}
.form-group .radio-g input{margin-top:-6px !important;}
.btn_label{border:1px solid #fd6e0a; cursor:pointer; width:100%; height:40px; padding:8px;}

.half_modal_health .adding_top_space .select_box{margin-top:-5px !important; width:100%;margin-left: 0;}
.half_modal_health .select_box{}
.half_modal_health .select_box select{margin-top:0px !important; width:100%;}
.half_modal_health .select_box i{top: 30px;}
.adding_top_space .select_box i{top:27px; left:86%;}
.health_callback .close_it, .critical_callback .close_it, .dengueshield_callback .close_it{padding:2px 0;}
.dengueshield_callback .modal-header, .critical_callback .modal-header {
  background: rgb(66, 65, 81) none repeat scroll 0 0;  padding: 2px 15px;
}
.dengueshield_callback .modal-footer input[type="submit"], .critical_callback .modal-footer input[type="submit"] {
  background: #52b512 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: white;
  padding: 2px 15px;
  text-indent:0;
}
.dengueshield_callback .modal-header h4 {
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgb(66, 65, 81) 10px, #a5574a 0px) repeat scroll 0 0;
  color: white;
  max-width: 250px;
  padding: 7px 20px;
  position: relative;
  top: 20px;
}
.dengueshield_callback .modal-header h4 {
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgb(66, 65, 81) 10px, #ffc50d 0px) repeat scroll 0 0;
  color: white;
  max-width: 250px;
  padding: 7px 20px;
  position: relative;
  top: 20px;
}

.dengueshield_callback .modal-header .close, .critical_callback .modal-header .close {
  color: white;
  opacity: 0.8;
}
.dengueshield_callback .half_modal_health, 
.critical_callback .half_modal_health {
  max-width: 315px;
}

.critical_callback .modal-dialog, .dengueshield_callback .modal-dialog{
 
}
.critical_callback .modal-body, .dengueshield_callback .modal-body {
  padding: 50px 25px 10px;
}
.critical_callback .modal-footer, .dengueshield_callback .modal-footer {
  border: 0 none;
}

.critical_callback .add_cover .cover_acc li .fa, .critical_callback .compare_block .call_us, .critical_callback .compare_block span.live_chat a{color: #ffc50d;}

.dengueshield_callback .add_cover .cover_acc li .fa, .dengueshield_callback .compare_block .call_us, .dengueshield_callback .compare_block span.live_chat a{color: #a5574a;}

/*-----radio first_radio starts  -----
.first_radio {
  position: absolute;
  top: 27px;
  width: 50px;
}

.first_radio span{}


.checkbox_custom input[type="radio"]:not(old) + label:before{
  border: 0.0625em solid #ad6fae;
  border-radius: 5em;
  display: inline-block;
  height: 1em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  vertical-align: bottom;
  width: 1em;
  content:' ';
}

.checkbox_custom input[type=radio]:not(old):checked +  label:before{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 2px;
  border           : none;
  border-radius    : 5em;
  background:#ad6fae;
  content:' ';
}



/*---- Radio Checkbox custom 270117 CSS Ends-----*/


/*---- Checkbox White CSS Starts-----*/

.checkbox_custom.slider_ul{border: 0.0625em solid #fff;}
.checkbox_custom.slider_ul input[type="checkbox"]:not(old) + label > span {
  border: 1px solid #fff;}
.checkbox_custom.slider_ul input[type=checkbox]:not(old):checked + label > span:before{border: 1px solid #fff;}
.health_callback .my-dropdown .dropdown_button option, .critical_callback .my-dropdown .dropdown_button option, .dengueshield_callback .my-dropdown .dropdown_button option{text-indent:10px !important;}
/*.checkbox_custom label a{float:left;}*/

/*---- Checkbox White CSS Ends-----*/
/*-------File Upload Custom CSS Ends  ----------*/


@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* Safari only override */    ::i-block-chrome, .section_para_fixed_sf
    {
        top: 33% !important;
    }

    ::i-block-chrome, .my-sml-dropdown_sf .dropdown_button
    {
        min-width: initial !important;
        width: 100%;
    }

    ::i-block-chrome, .health-detail ul
    {
        padding-left: 30px;
    }
    ::i-block-chrome, .critical-detail ul
    {
        padding-left: 30px;
    }
    ::i-block-chrome, .insure_form #owl-demo-check .radio-inline input[type="radio"]
    {
        margin-top: 102px !important;
    }
    ::i-block-chrome, .insure_form .health_detail .vec-banner
    {
        background: url("/UIMaster/MasterImages/GeneralInsurance/HealthInsurance/health_vector.jpg") !important;
        background-position: center !important;
    }
    ::i-block-chrome, .insure_form .critical_detail .vec-banner
    {
        background: url("/UIMaster/MasterImages/GeneralInsurance/HealthInsurance/critical_vector.jpg") !important;
        background-position: center !important;
    }
    ::i-block-chrome, .insure_form .dengueshield_detail .vec-banner
    {
        background: url("/UIMaster/MasterImages/GeneralInsurance/HealthInsurance/dengueshield_vector.jpg") !important;
        background-position: center !important;
    }
    ::i-block-chrome, .health_detail
    {
        padding: 2.5em 0 20% !important;
    }
    ::i-block-chrome, .critical_detail
    {
        padding: 2.5em 0 20% !important;
    }
    ::i-block-chrome, .box .select_box i
    {
        top: 45px !important;
    }
    ::i-block-chrome, #owl-demo-check .owl-wrapper-outer.autoHeight
    {
        min-height: 126px;
    }

    ::i-block-chrome, .insure_form .radio-custom input[type="radio"]:after
    {
        top: 10px !important;
        left: 0px !important;
    }

    ::i-block-chrome, .insure_form .radio-custom input[type="radio"]:before
    {
        top: 13px !important;
        left: 3px !important;
    }

}


/*----Firefox Hack Starts----*/
@-moz-document url-prefix() { 
/*.dengueshield_callback .compare_block .c_block a.buynow_link {width: 43% !important;}*/
}

/*----Firefox Hack Ends----*/


/*---- chrome css hack-- */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm)
{
    .insure_form .radio-inline input[type="radio"]
    {
        margin-top: 85px; width:10px; height:10px;
    }
    .insure_form .radio-inline input[type="radio"]:after
    {
        top: 8px !important;
        left: 0px !important;
    }

    .insure_form .radio-inline input[type="radio"]:before
    {
        top: 11px !important;
        left: 3px !important;
    }

    .insure_form .radio-custom input[type="radio"]:after
    {
        top: 10px !important;
        left: 0px !important;
    }

    .insure_form .radio-custom input[type="radio"]:before
    {
        top: 13px !important;
        left: 3px !important;
    }

    .slider_back .radio-custom input[type="radio"]:before
    {
        top: 0px !important;
        left: 0px !important;
    }

    .slider_back .radio-custom input[type="radio"]:after
    {
        top: -3px !important;
        left: -3px !important;
    }

    .form-group input, .right_details .form-group input
    {
        /*height: 35px;*/
    }
	
	.form-group.form-dengueshield input
    {
        height: 40px;
    }
    .form-group .radio-custom input
    {
        height: 38px !important;
    }
.health_callback .my-dropdown .dropdown_button, .critical_callback .my-dropdown .dropdown_button, .dengueshield_callback .my-dropdown .dropdown_button, .insure_form select.chosen-select{-webkit-appearance:none; appearance:none; -moz-appearance:none; padding:5px;}
.additional_collapse .my-dropdown .dropdown_button{-webkit-appearance:button !important; padding: 0 25px 0 5px; text-indent:0;}
.form-health .checkbox_custom input[type="checkbox"]:not(old) + label > span, .form-critical .checkbox_custom input[type="checkbox"]:not(old) + label > span, .form-dengueshield .checkbox_custom input[type="checkbox"]:not(old) + label > span{height: 1.850em !important; width: 1.860em !important;}
.linkpdf{font-size:10px !important; min-width:120px !important;}

.health_callback .compare_block .buy_now a, .critical_callback .compare_block .buy_now a, .dengueshield_callback .compare_block .buy_now a{font-family: 'Muli', sans-serif !important; font-weight:900 !important; text-align: center; width: 100%;}
/*.dengueshield_callback .compare_block .c_block a.buynow_link {width: 43%;}*/

}

/*---- chrome css ends--- */
    .quot_backbtn
    {
        padding-right: 5px !important;
        padding-left: 5px !important;
        cursor: pointer;
        float: right;
        border: 2px solid #fff !important;
        color: #fff !important;
        margin-right: 15px !important;
        margin-top: 31px;
        text-transform: uppercase;
    }
	
	.health_callback span.services_small_text1
	{
		color: #fd6e0a;
		font-size: 9px;
		margin-top: -10px !important;
		margin-right: 44px;
		opacity: 0.8;
		clear: both; /* width: 100% !important; */
	}

.health_callback .form-group textarea
{
    font-size: 14px;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    left: 0;
    text-transform: lowercase;
	border: 1px solid #fd6e0a !important; border-radius:0px; max-width:100%; max-height:200px; min-height:100px; min-width:100px;
}
.health_callback .form-group textarea:focus{box-shadow:none;  transition: border-bottom 0.4s cubic-bezier(0.64, 0.09, 0.08, 1) 0s; -webkit-transition: border-bottom ease-in-out .15s; -webkit-box-shadow:ease-in-out .15s; border-bottom:3px solid #fd6e0a !important; -o-transition: border-bottom ease-in-out .15s; transition:box-shadow ease-in-out .15s;}

.customer_form .form_health .form-group textarea{min-height: 70px; max-height: 100px;}
.health_callback .customer_form.insure_form .submit_btn{padding:28px 0 8px 0 !important;}
.col-sm-2 .select_box i{left:80%;}

	
	.critical_callback span.services_small_text1
	{
		color: #ffc50d;
		font-size: 9px;
		margin-top: -10px !important;
		margin-right: 44px;
		opacity: 0.8;
		clear: both; /* width: 100% !important; */
	}

.critical_callback .form-group textarea
{
    font-size: 14px;
    font-family: 'Muli', sans-serif !important; font-weight:400 !important;
    left: 0;
    text-transform: lowercase;
	border: 1px solid #ffc50d !important; border-radius:0px; max-width:100%; max-height:200px; min-height:100px; min-width:100px;
}
.critical_callback .form-group textarea:focus{box-shadow:none;  transition: border-bottom 0.4s cubic-bezier(0.64, 0.09, 0.08, 1) 0s; -webkit-transition: border-bottom ease-in-out .15s; -webkit-box-shadow:ease-in-out .15s; border-bottom:3px solid #ffc50d !important; -o-transition: border-bottom ease-in-out .15s; transition:box-shadow ease-in-out .15s;}

.customer_form .form_critical .form-group textarea{min-height: 70px; max-height: 100px;}
.critical_callback .customer_form .submit_btn{padding:8px 0 8px 0 !important; text-indent:0;}

@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    .lang_area .bottom_area
    {
        top: 498px;
    }
    .box .select_box i
    {
        top: 78px;
    }
}
/*---- Chrome Target Ends ---*/

/*------ IE 10 CSS Starts -----*/

@media all and (-ms-high-contrast: none)
{
    .box .select_box i
    {
        top: 77px !important;
    }
    .insure_form .nextc
    {
        right: -50px !important;
    }
    .lang_area .bottom_area
    {
        top: 499px !important;
    }
    .lang_area .center_area ul li:nth-child(10) a
    {
        margin-left: -8px !important;
    }
.lang_area .center_area{height: 355px !important;}
.form-health .radio-custom input[type="radio"], .form-dengueshield .radio-custom input[type="radio"], .form-critical .radio-custom input[type="radio"]{border: 0 !important;}

input[type="radio"]:checked:not(old) + label > span > span{margin:2px !important;}
.my-dropdown i.fa-angle-down{display:none;}
.my-dropdown select{padding-left:5px !important;}
.insure_form .form-health .nextbttn, .insure_form .form-dengueshield .nextbttn, .insure_form .form-critical .nextbttn{padding-top:4px;}
.form-health .checkbox_custom input[type="checkbox"]:checked:not(old) + label > span:before, .form-critical .checkbox_custom input[type="checkbox"]:checked:not(old) + label > span:before{font-size: 1.2em !important;}
.plus_show:after, .plus_show2:after, .minus_show:after, .minus_show2:after{font-size:21px; padding:0 2px 0 3px;}
.additional_collapse .my-dropdown .dropdown_button{padding-right:0;}
.select_box select::-ms-expand {display: none;}
.form-travel .radio-custom input[type="radio"]{background:none !important;}
.health_callback .radio-custom input[type="radio"], .critical_callback .radio-custom input[type="radio"]{height: auto !important; margin-top: 2px !important;}
.select_box i{width:6px !important; height:6px !important; cursor:default;}
.compare_block .c_block .buy_now p{padding:28px 8px !important; height:106px;}
.health_detail2{margin-left:-15px !important;}
.travel_callback .checkbox_custom input[type="radio"]:not(old) + label > span{
}

}


/*----Campaign page css starts -----*/

.policy_container{}
.policy_container p{font-size:13px; line-height: 18px; color: #414150;padding: 0 10px;}
.policy_container h4 {padding-left: 10px; padding-right: 10px;}
.insure_form .health_callback input,
.insure_form .health_callback select {background-image: linear-gradient(to bottom, #73c641, #73c641), linear-gradient(to bottom, #fff, #fff);}
.content_wrapper {border-radius: 0; margin-bottom: 15px; padding: 10px;text-align: justify;}
.critical_callback .content_wrapper {border: 1px solid #ffc50d;}
.health_callback .content_wrapper {border: 1px solid #fd6e0a;}
.dengueshield_callback .content_wrapper {border: 1px solid #a5574a;}
.faq_accordion{margin-bottom: 0;}
.health_callback .faq_accordion .panel-heading{border:none; background:none;border-radius: 0 !important;}

.faq_accordion .panel{border-radius: 0 !important; box-shadow:none; border-bottom:1px solid #dee1e2; border-left:none; border-right:none; border-top:none; margin-top: 0;}
.faq_accordion .panel + .panel{margin-top: 0;}
.faq_accordion .panel + .panel:last-child{border-bottom:none;}
.faq_accordion .panel-body{padding:10px 15px 10px 25px; text-align: justify; font-size: 12px; color: #61616c;}

.faq_accordion .panel-title > a{color:#414150; font-size:13px;  display: block; width: 100%;}
.faq_accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {border: none;}
.faq_accordion .panel-default > .panel-heading{padding: 15px; background: none;}

.content_wrapper h1 {border-radius: 0; color: #fff; line-height: 30px; margin-left: -10px;
  margin-right: -10px; margin-top: -10px; padding: 4px 15px 0;}
.critical_callback .content_wrapper h1 {background: #ffc50d;}
.health_callback .content_wrapper h1 {background: #fd6e0a;}
.dengueshield_callback .content_wrapper h1 {background: #a5574a;}
.health_callback .policy_container h1{color:#fff; font-size:14px; text-transform: uppercase; text-align: center;}
.critical_callback .policy_container h1{color:#fff; font-size:14px; text-transform: uppercase; text-align: center;}
.dengueshield_callback .policy_container h1{color:#fff; font-size:14px; text-transform: uppercase; text-align: center;}

.content_wrapper .form-group{margin-bottom: 10px !important;}
.anim_btn_middle .submit_btn{padding:28px 10px 10px !important;}
.submit_border{}
.anim_btn_middle .submit_border{top:0 !important; left:0 !important;}

.static_callback .insure_form {
    margin-left: 15px !important;
    margin-top: 22px !important;
    padding-top: 0;
}
/*----Campaign page css Ends -----*/

/*------Modal View Breakup Form Starts-----*/

.breakup_details{}
.breakup_details .dl-horizontal{margin-bottom:0;}
.breakup_details .dl-horizontal dd { font-size:13px;
  margin-left: 200px; text-align: right; padding:2px 7px; line-height:20px; font-weight:400;height: 25px;}
.breakup_details .dl-horizontal dt{width:200px; font-size:13px; text-align:left; padding:2px 7px; line-height:20px; font-weight:400; white-space: inherit;}
.subtotal{border-bottom:1px solid #dadada;}
.subtotal dt, .subtotal dd {color: #ff0000;font-weight: 900 !important; height: auto !important; line-height: 24px !important;}
.container_breakup{border:1px solid #dadada;}
.container_breakup .row_custom:nth-child(odd){background:none;}
.container_breakup .row_custom{border-bottom:1px solid #dadada; background:#fcf8e3}

.breakup_details p {margin: 0 10px 10px 10px;}
.breakup_details a {float: left;margin-left: 10px; margin-right: 10px; color:#fd6e0a;}

/*------Modal View Breakup Form Ends-----*/