<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&amp;display=swap');

body{color:#444444;font-family: 'Source Sans Pro', sans-serif;background:#f5f9fc;font-size: 16px;}


h1,h2,h3,h4,h5,h6{font-weight: normal;margin: 0;}
h2{font-size: 20px;line-height:32px;font-weight: 600;}
h4{font-size: 18px;line-height: 1.5}
h5{font-size: 14px;}
a{color:#0587e0;}
a:hover, a:focus{text-decoration: none;color:#0587e0;}
p{margin-bottom: 8px;} 
h2 small{font-size:14px}
h2.page-title{font-size: 24px;font-weight: normal;margin-bottom: 24px;}
.text-theme{color:#0587e0 !important;}
.text-light{color:#7e7e7e;font-size: 14px;}
.text-mid{font-size: 14px;}
.text-mini{font-size: 12px !important}
.text-bold{font-weight: bold !important;}
.text-body{color:#444444;}
.font-normal{font-weight: normal !important;}
.text-link{text-decoration: underline;color:#0587e0;font-size: 12px;font-weight: normal;line-height: 1;}
.text-theme{color:#0587e0;}
.excl-btn-grp .text-link{text-decoration: none;font-size: 14px;}
.text-deco{text-decoration: underline;}
.pd0{padding: 0 !important;}
.mr0{margin: 0 !important;}
.rel{position: relative;}
.mr-top4{margin-top:4px;}
.mr-top8{margin-top:8px;}
.mr-top16{margin-top:16px;}
.mr-top20{margin-top:20px !important;}
.mr-top24{margin-top:24px !important;}
.mr-top40{margin-top:40px !important;}
.mr-btm40{margin-bottom:40px;}
.pd-l16{padding-left: 16px;}
.page-container{background:#ffffff;padding-top:40px;padding-bottom:40px;margin-top:56px;margin-bottom:16px;position: relative;}
label.nowrap, .nowrap{white-space: nowrap !important;font-weight: inherit;}
.inline{display: inline-block;}


/* width */
.sticky-bg ::-webkit-scrollbar {
  width:6px;
}

/* Track */
.sticky-bg ::-webkit-scrollbar-track {
  	box-shadow: inset 0 0 5px grey; 
  	border-radius: 10px;
	background: #fff
}
 
/* Handle */
.sticky-bg ::-webkit-scrollbar-thumb {
  background:#7e7e7e; 
  border-radius: 10px;
}

/* Handle on hover */
.sticky-bg ::-webkit-scrollbar-thumb:hover {
  background: #7e7e7e; 
}

/* Form Elements */
.form-control{border-width:0 0 1px 0;border-color:#e7e7e7;border-radius:0;box-shadow:none;padding-left: 0;height: 32px;font-size: 16px;color:#444444;background: transparent;}
.form-control:focus{border-color:#e7e7e7;box-shadow: none;}
.form-control[readonly], [disabled].form-control, [readonly].form-control, input.form-control:-internal-autofill-selected{
	background-color:#ffffff !important;color: #7e7e7e;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; margin: 0;}
input[type=number] { -moz-appearance: textfield;}
.form-control::-ms-reveal{display: none;}
input[type=text]::-ms-clear{display: none;}
.sticky-bg .form-control{color:#ffffff;}

.theme-form label.field-lbl{font-weight: 600;font-size: 16px;line-height: 20px;margin:0;display: block;}
.theme-form label small{color:#7e7e7e;font-weight: normal;display: inline-block;vertical-align: top;}
.theme-form .form-group{margin-bottom: 40px;}
.sticky-bg .theme-form .form-group{margin-bottom: 32px;}
.form-title{padding-bottom:32px;}
.form-box{min-width:320px;}
.form-line{line-height: 32px;padding-left: 16px;font-size: 14px;}
.form-ans{font-size: 16px;margin: 0;height: 32px;line-height: 32px;color:#444444;}
.edit-form{background: transparent url(../images/c2p3d_v2_pencil.svg) no-repeat left 3px;padding-left: 16px;font-size: 12px;line-height: 20px;cursor: pointer;}
.edit-form.close-addon{background: none;padding-left:0;}
.back-menu{position: relative;margin-bottom: 20px; display: inline-block; margin-top: 20px; color: #444;font-weight: 600; }
.sticky .edit-form{padding-bottom:12px;cursor: pointer;}

.date-icon{background: url('../images/c2p3d_v2_calendar.svg') no-repeat right 8px;background-size: 24px auto;
position: absolute;width: 40px;height: 32px;display: inline-block;right:0px;top:0px;}
.mbsc-mobiscroll .dwbw{font-size: 14px;font-family: 'Source Sans Pro', sans-serif;font-weight: 600;}
.country-code{width: 48px;float: left;margin-right: 16px;background-color:#ffffff !important;}
.country-mob{float: left; width: calc(100% - 64px);}
.item-name .add-list + .add-list{margin-top:16px;}
.remove{background:transparent url(../images/c2p3d_v2_delete.svg) no-repeat right bottom;display: block; background-size: 16px auto;position: absolute;right: -8px;top:8px;height: 24px;width: 24px;}

.has-error .form-control, .has-error .form-control:focus{box-shadow: none;border-color:#ed191f;}
.error-msg{color:#ed191f;bottom:-16px;font-weight: normal;font-size:12px;margin:4px 0 0;line-height: 12px;}
.has-error .error-msg{display: block;}
.has-error .custom-checkbox .error-msg{padding-left: 32px;}

.ui-selectmenu-button.ui-corner-all {height: 32px; border-radius: 0;}
.ui-selectmenu-button.ui-corner-all, 
.ui-selectmenu-button.ui-state-hover, 
.ui-selectmenu-button.ui-state-focus{
background:transparent;border-width: 0 0 1px 0;border-color: #e7e7e7;width: 100% !important;display:block;}
.sticky-bg .ui-selectmenu-button.ui-corner-all, .sticky-bg .ui-selectmenu-button.ui-state-hover, .sticky-bg .ui-selectmenu-button.ui-state-focus{border-color:#ffffff}
.ui-selectmenu-button.ui-corner-all:before, .ui-selectmenu-button.ui-corner-all:after 
{clear: both;display: table;content: "";}
.ui-selectmenu-button:focus{outline: none;}
.modal-open .ui-front, .scrolloff .ui-front{z-index:2000;}
.ui-selectmenu-button span.ui-selectmenu-text{color:#444444;font-size: 16px;padding-left: 0;padding-bottom: 6px;font-family: 'Source Sans Pro', sans-serif;height: 32px;line-height: 20px;}
.unselect .ui-selectmenu-button span.ui-selectmenu-text{color:#7e7e7e;}
.sticky-bg .ui-selectmenu-button span.ui-selectmenu-text, .sticky-bg .ui-selectmenu-button span.ui-selectmenu-text.selected-opt{color:#ffffff;}
.ui-selectmenu-button span.ui-selectmenu-text.selected-opt{color:#444444;}

.ui-selectmenu-button span.ui-icon{right:4px;}
.ui-state-default .ui-icon:after, .smart-search:after{position:absolute;content:"";border-width:0 1.5px 1.5px 0;border-color:#444;right:1px;border-style:solid; width:6px;height:6px;transform:rotate(45deg); display:inline-block;bottom:2px;}
.sticky-bg .ui-state-default .ui-icon:after, .sticky-bg .smart-search:after{border-color:#ffffff;}
.smart-search{position: absolute;right: 4px; top: 24px;}
.ui-autocomplete {max-height: 200px;overflow: hidden;}

.question-tip{padding-left:8px !important;}
.question-tip &gt; img{padding-bottom:3px;height:auto;width:18px;}
.tooltip .tooltip-inner{padding:24px;border-radius: 1px;box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);color: #444444; border: solid 1px #b0d4ec;background-color:#f2faff;position: relative;text-align: left;opacity: 1;z-index: 2; margin-left: 10px;}
.tooltip.in{opacity: 1;z-index: 2;}

/* 	.tooltip .tooltip-inner:after, .tooltip .tooltip-inner:before{content: " ";height:0; width: 0; position: absolute;pointer-events: none;border:solid transparent;}
	.tooltip .tooltip-arrow{display: none;} */


.tooltip .tooltip-inner:after {
	border-color: rgba(242, 250, 255, 0);	
	border-width:8px;	
}
.tooltip .tooltip-inner:before {
	border-color: rgba(224, 239, 249, 0);	
	border-width: 9px;
}
.long-tip .tooltip .tooltip-inner{min-width: 300px;}

.tooltip.right .tooltip-inner:after, .tooltip.right .tooltip-inner:before {right: 100%;top: 50%;}
.tooltip.right .tooltip-inner:after {border-right-color: #f2faff;margin-top: -8px;}
.tooltip.right .tooltip-inner:before {border-right-color: #e0eff9;margin-top: -9px;}

.tooltip.left .tooltip-inner:after, .tooltip.left .tooltip-inner:before {left: 100%;top: 50%;}
.tooltip.left .tooltip-inner:after {border-left-color: #f2faff;margin-top: -8px;}
.tooltip.left .tooltip-inner:before {border-left-color: #e0eff9;margin-top: -9px;}

.tooltip.bottom .tooltip-inner:after, .tooltip.bottom .tooltip-inner:before {left: 50%;}
.tooltip.bottom .tooltip-inner:after {border-bottom-color: #f2faff;margin-left: -1px;top: -16px;}
.tooltip.bottom .tooltip-inner:before {border-bottom-color: #e0eff9;margin-left: -2px;top: -18px;}

.tooltip.top .tooltip-inner:after, .tooltip.top .tooltip-inner:before {top: 100%;left: 50%;}
.tooltip.top .tooltip-inner:after {border-top-color: #f2faff;margin-left: -1px;top: calc(100% - 1px);}
.tooltip.top .tooltip-inner:before {border-top-color: #e0eff9;margin-left: -2px;top:calc(100% - 1px);}

.tooltip-dropdown{padding:20px;box-shadow:0 2px 14px 0 rgba(0, 0, 0, 0.11);min-width: 360px;margin-top:6px;left:-100px;z-index: 9}
.tooltip-table.help-table{background:#f2faff;}
.tooltip-table tr td{font-weight: normal;color:#7e7e7e;border-color:#7e7e7e !important;vertical-align: middle !important;}
.tooltip-table tr td small{display: block;font-size: 12px;}
.tooltip-btn{position: relative;}


.open .tooltip-btn:before, .open .tooltip-btn:after{bottom: -4px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	z-index: 9;}

.open .tooltip-btn:after{
    border-color: rgba(247, 247, 247, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
    z-index: 11;
}
.open .tooltip-btn:before{border-color: rgba(212, 212, 212, 0);
    border-bottom-color: #d4d4d4 !important;
    border-width: 11px !important;
    margin-left: -11px;
    }
@media only screen and (min-width:768px){
	.plan-amnt .dropdown:hover .dropdown-menu{display: block;}
}
.modal-content{border-radius: 1px;  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.11);}
.modal-header{border:none; padding:40px 40px 8px 40px;}
.modal-header.no-title{padding-top: 0px; padding-bottom: 0;}
.modal-header.no-title .close{ margin-top: 10px !important;}
.modal-title{font-weight: 600;font-size: 22px;line-height: 1.45;}
.modal-body{padding:8px 40px 40px 40px}
.modal-footer{text-align: left;padding:0px 40px 40px 40px;border:none;}

button.close{opacity:1;background:transparent url('../images/c2p3d_v2_close-btn.svg') no-repeat;width:25px;
    height:25px;margin-top: -16px !important;
    display: inline-block;
    margin-right: -16px !important;text-indent: 9999px;}
button.close:hover{opacity: 1;}
@media (min-width: 768px){
	.modal-sm {width:560px;}
}
@media (min-width:1200px){
	.modal-lg.xxl-modal { width: 1140px;}
}

.nav-pills{margin:0;white-space: nowrap;width:100%;}
.nav-pills&gt;li{margin-bottom: 24px;}
.nav-pills&gt;li&gt;a{border:1px solid #7e7e7e;border-radius: 20px;height: 40px;color:#7e7e7e;padding: 8px 24px;}
.nav-pills&gt;li{padding-right:16px;}
.nav-pills&gt;li.active&gt;a, .nav-pills&gt;li.active&gt;a:focus, .nav-pills&gt;li.active&gt;a:hover{
	background:#0587e0;border-color:#0587e0;}
.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover {background-color: rgba(5, 135, 224, 0.2);}

@media only screen and (max-width:1199px){
	.nav-pills{display: flex;overflow-x:scroll;width:100%;}
}
@media only screen and (min-width:1200px){
	.wrapper {
		position:relative;
		margin:0 auto;
		overflow:hidden;
		padding:5px;
		height:50px;
	}

	.list {
		position:absolute;
		left:0px;
		top:0px;
		min-width:3000px;
		margin-left:12px;
		margin-top:0px;
	}

	.list li{
		display:table-cell;
		position:relative;
		text-align:center;
		cursor:grab;
		cursor:-webkit-grab;
		color:#efefef;
		vertical-align:middle;
	}

	.scroller {text-align:center;cursor:pointer;display:none;padding:7px;padding-top:11px;
	  white-space:no-wrap;
	  vertical-align:middle;
	  background-color:#fff;width: 30px;position: relative;
	}

	.scroller-right{
	  float:right;
	}

	.scroller-left {
	  float:left;
	}
	.arrow-left, .arrow-right{position: relative;display: inline-block}
	.arrow-left:after, .arrow-right:after{position: absolute; content: "";border-width: 0 1.5px 1.5px 0;border-color: #444; right: 1px; border-style: solid; width:10px;height:10px;transform: rotate(130deg);display: inline-block; bottom: 2px;left:-5px;}
	.arrow-right:after{transform: rotate(-45deg);}
}
.chatbox{position: fixed;bottom:0px;right: 0;z-index: 11;}
.chatbox img{max-width:220px;height: auto;}
/*  Radio Button, Checkbox */
label + .custom-radio, label + .custom-checkbox{padding-top:8px;}
.custom-radio.fullsize [type="radio"]+label{padding-bottom: 16px;display: inline-block;padding-right:0;}
.custom-radio.fullsize [type="radio"]+label:last-child{padding-bottom: 0;}
.custom-radio.fullsize [type="radio"]+label.inline{display: inline-block;padding-right:4px;}
.custom-radio.fullsize [type="radio"]+label.inline + .text-link{line-height: 20px;display: inline-block;
 vertical-align:top;font-size: 16px;}
span.help-hint{background: #d3ebf8;height: 20px;padding: 4px 8px;font-size: 12px;text-transform: uppercase;
letter-spacing: 3px;color: #444444;margin-left: 8px;display: inline-block;line-height: 12px;font-weight: normal;}

.help-hint.nocolor{background:transparent;padding-left: 0;margin-left: 0;padding-right: 0;}


.custom-radio.inline{display: inline-block;}
.custom-radio [type="radio"]:checked, .custom-radio [type="radio"]:not(:checked), .custom-checkbox input[type="checkbox"] {position: absolute;left: -9999px;}
.custom-radio [type="radio"]+label, .custom-checkbox [type="checkbox"]+label{font-size: 16px;font-weight: normal;position: relative;padding-left:32px;margin:0;line-height:20px;color:#7e7e7e;}
.custom-checkbox [type="checkbox"]+label{padding-left: 30px;float: left}
.custom-checkbox [type="checkbox"]+label+ .cluttered{font-size: 14px;color:#7e7e7e;}
.custom-checkbox [type="checkbox"]:checked+label+.cluttered{color:#444444;}
.has-error.custom-checkbox&gt; input[type="checkbox"]+label::before {border:1px solid red;}
.custom-checkbox input[type="checkbox"]:checked +label::before {border:1px solid #b8b8b8;}

.custom-radio [type="radio"]+label{display: inline-block;padding-right: 32px;}
.custom-radio [type="radio"]:checked + label, .custom-checkbox [type="checkbox"]:checked +label{color: #444444;}
.custom-radio.btm-space [type="radio"]+label{ margin-top: 12px;padding-right: 20px;font-size: 14px;}

.custom-radio [type="radio"]+label:before, .custom-checkbox [type="checkbox"]+label:before
{content:"";position: absolute; left:0;width:20px; height:20px; border-radius: 50%;border:1px solid #b8b8b8;}
.custom-checkbox [type="checkbox"]+label:before{border-radius:2px}

.sticky-bg .custom-radio [type="radio"]+label:before{border:1px solid #fff}
.sticky-bg .custom-radio [type="radio"]:checked+label:after{background:#ffffff}
.sticky-bg .custom-radio [type="radio"]+label, .sticky-bg .custom-radio [type="radio"]:checked+label, .sticky-bg .custom-radio.fullsize [type="radio"]+label small{color:#fff;}

.custom-radio [type="radio"]:checked + label:after{content:"";position: absolute;background:#004068; height: 12px;width: 12px;left: 4px;top:4px;border-radius: 50%;}
.custom-checkbox [type="checkbox"]:checked + label:after{content: '';position:absolute;left: 10px;
top: -6px;border-style: solid;border-color:#004068;width: 8px; height: 20px;border-width: 0 1.5px 1.5px 0;transform: rotate(45deg);}
.has-error .custom-checkbox [type="checkbox"]+label:before{border:1px solid #ed191f;}

.custom-radio.fullsize [type="radio"]+label small{color: #7e7e7e;font-size: 12px;display: inline-block;}

.radio-select-box{padding-bottom:20px;color:#7e7e7e;font-size: 12px;line-height: 20px;padding-left: 32px;display: none;    margin-top: -10px;}
.excl-content .radio-select-box{margin-top:16px;padding-bottom: 4px;}
.custom-radio [type="radio"]:checked + label + .radio-select-box{display: block;}
.radio-select-box p{margin:0;}
.rupee-box{position: relative;margin-bottom:4px;max-width: 300px;}
.sticky-bg .rupee-box{max-width:100%;}
.rupee-box .form-control.rupee-input{padding-left:12px;}
.rupee-box .rupee{ position: absolute;top: 5px;display: inline-block;font-size: 16px;color: #444;}
.sticky-bg .rupee-box .rupee{color:#ffffff;}
.label-addon{font-weight: bold;}
.label-addon span.text-theme{cursor: pointer;}
.label-addon span+ span{padding-left: 4px;line-height: 20px;vertical-align: top;}

.cluttered{padding-left: 32px;}
.custom-checkbox [type="checkbox"]+label+ .cluttered.checkbox-lg{font-size: 24px;font-weight: 600;line-height: 24px;vertical-align: top; margin-top: -4px;color:#444}
.cluttered.checkbox-lg small{font-size: 16px;color:#7e7e7e;display: block;font-weight: normal;}
.line-menu{padding:0 0 0 20px;margin:0;font-weight: normal;display: block;vertical-align: top;float: none;}
.line-menu li{float: left;padding-right: 16px;list-style: none;font-size: 14px;position: relative;line-height:20px;}
.line-menu li a.edit-form{font-size: 14px;line-height:20px;}
.line-menu li:last-child{padding-right:0px;}
.line-menu li:after{position:absolute;content:"";height:14px;width:1px;background:#7e7e7e;right:8px; top:3px}
.line-menu li:last-child:after{content: none;}

/* Buttons */
.btn{border-radius: 20px;height: 40px;min-width: 200px;}
.form-edit-btn .btn{min-width:120px;}
.btn:hover, .btn:focus, .btn:active, .btn:active:hover, .btn:active:focus{outline:none;}

.btn-primary{background:#b21117;color:#ffffff;border-color:#b21117;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus{background:rgba(178, 17, 23, 0.8);color:#ffffff;border-color:#b21117;outline:none;}
.add-more{font-size: 12px;margin-top:8px;color: #7e7e7e;line-height: 15px;display: inline-block;}
.add-more:hover{color: #7e7e7e;}

.btn-primary.btn-outline{color:#b21117;background: transparent;}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active, .btn-primary.btn-outline:active:hover, .btn-primary.btn-outline:active:focus{background:rgba(178, 17, 23, 0.2);outline:none;color:#b21117;}

.btn-default{color: #fff;background-color: #cbcbcb;border-color: #cbcbcb;}
.btn-default[disabled]:hover{background-color: #cbcbcb;border-color: #cbcbcb;color: #fff;}
.btn-white{background: #fff;color:#444444;font-size: 14px;border-color: #fff;}
.btn-white.btn-outline{color:#ffffff;background: transparent;}

.btn-text{color: #0587e0;font-size: 16px;font-weight: 600;padding:8px 8px 8px 0;}
.btn-text.advnc-fld{position: relative;padding-right:20px}
.advnc-fld:after{position: absolute;content:"";border-width:0 1.5px 1.5px 0;border-color:#0587e0;
right:4px;border-style:solid;width:6px;height:6px;transform:rotate(45deg);display:inline-block;top:15px;}
.advnc-fld[aria-expanded="true"]:after{transform:rotate(-135deg);top:18px;}
.more-fld{color:#fff;text-decoration: underline;display: block;text-align: center;font-weight: normal;font-size: 14px;padding-top: 15px;position: absolute; top: 0;right: 0;} 
.more-fld:hover, .more-fld:focus{text-decoration: underline;color:#ffffff;}


.btn-grp .btn + .btn{margin-left: 16px;}

/*Sidebar */
.sidebar{background: #f2faff;padding:24px 32px 16px;}
h5.side-title{color:#0587e0;}
.guide-box{margin-top:40px;clear: both}
.guide-title{padding:24px 0 16px;line-height: 20px;font-weight: bold;}
.guide-desc{padding-bottom:16px;font-size: 14px;color: #7e7e7e;}
.sticky{top: 120px;z-index: 11;position:fixed;}
.sticky .sticky-blue{max-width:100%;background:#014071;padding:20px;color:#fff;position:relative; overflow-y:auto;}
.sticky-tag{font-size: 32px;font-weight: 300;line-height: 1.5;margin-bottom: 16px;}
.sticky-terms{font-size: 12px;}
.sticky-tip{position: absolute;top:16px;right:16px;}
.sticky-tip img{width:20px; height:auto;}
.sticky:after {right: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(1, 64, 113, 0);
	border-right-color: #014071;border-width: 16px;margin-top: -16px;}
.edit-sticky{background:transparent url('../images/c2p3d_v2_pencil-white.svg') no-repeat left 6px;background-size: 20px auto;padding-left: 40px;font-size: 28px;cursor: pointer;}
.edit-sticky a, .edit-sticky a:hover, .edit-sticky a:focus{color:#fff}
.sticky-listing{margin:0;padding:0;font-size: 14px;}
.sticky-listing li{padding-top: 16px;list-style: none}
.sticky-listing li:last-child{padding-bottom: 0;}
.sticky_que {font-weight: bold;display: block;}


.table.borderless td, .table.borderless th {border: none !important; padding: 4px 8px 0 0 !important;}
.table.borderless.titletable th {padding-right:40px !important;padding-top: 16px !important;vertical-align: top;white-space: nowrap}
.table.borderless.titletable td{padding:16px 8px 0 0 !important;}

.compare-table{font-size: 14px;text-align: center;font-weight: normal}
.table.compare-table thead tr th, .table.compare-table tbody tr td{padding-left:8px;padding-right:8px;}

.table.compare-table thead tr th{background: #004068;color:#ffffff;vertical-align:middle;font-size: 14px;position: relative;border-bottom: none;border-left: 1px solid #ffffff;white-space: nowrap;text-align: center;}
.table.compare-table thead tr th span{display:inline-block;}
.table.compare-table thead tr th:first-child{text-align: left;border-left:1px solid #004068;}
.table.compare-table thead tr th:last-child{border-right:1px solid #004068;}

.table.compare-table tbody tr td{border-top: none;border-left: 1px solid #004068;position: relative;vertical-align: middle;height: 56px;/* white-space: nowrap */}
.table.compare-table tbody tr td{border-bottom: 1px solid #004068;}
.table.compare-table tbody tr td:first-child{text-align: left;background: #dbedf8;border-right: none;}
.table.compare-table tbody tr td:nth-child(2){border-left: none;}
.table.compare-table tbody tr:first-child td:after{content:"";background: #fff; width: 2px;height: 3px;
    top: 0;right: -1px;position: absolute;}
.table.compare-table tbody tr:first-child td:first-child:after,
.table.compare-table tbody tr:first-child td:last-child:after{content: none;}
.text-terms{color:red;font-size:20px;padding-left: 2px;}
span .text-terms, .tfoot-text .text-terms{top:2px}
.table.compare-table tfoot tr  td{text-align: left;border-bottom: 1px solid #004068;vertical-align: middle;}
.table.compare-table tfoot tr:first-child td{background:#004068;color:#ffffff;}
.table.compare-table tfoot tr td:first-child{border-right: 1px solid #ffffff}
.table.compare-table tfoot tr:first-child td h2 small{color:#ffffff;padding-left: 4px;}
.table.compare-table tfoot tr td{border-left: 1px solid #004068;}
.table.compare-table tfoot tr td:last-child{border-right: 1px solid #004068;}
.table.compare-table tfoot tr td h2.pre-pay{float: left;padding-left: 8px;line-height: 1;}

.tfoot-text{font-size: 16px;}
.pre-pay{overflow: hidden}

/* .compare-table td .question-tip{display: none;} */
@media only screen and (min-width:1200px){	
	.table.compare-table thead tr th{padding:8px 20px;}
	.table.compare-table tbody tr td:first-child{padding-left: 16px}
	.table.compare-table tr td{padding-left: 20px;padding-right: 20px;}
}
@media only screen and (min-width: 992px){
	.table.compare-table thead tr, .table.compare-table tfoot tr:first-child{border-top:5px solid #004068;border-bottom: 5px solid #004068;}	
	.table.compare-table tbody tr td:last-child{border-right:1px solid #004068;}
}

@media only screen and (max-width: 600px){
	.fixed-table{position: relative;overflow: visible;}
	.fixed-table .table-responsive { margin-left: 160px;width: unset;border:none;    border-right: 1px solid #004068;}
	.fixed-table .table-responsive .compare-table tbody tr td:first-child,
	.fixed-table .table-responsive .compare-table thead tr th:first-child,
	.fixed-table .table-responsive .compare-table tfoot tr td:first-child{
	position: absolute;left: 0px;width: 160px;border-bottom: 0.5px solid #004068 !important;
    margin-top: 0.5px;}
	
	
	.fixed-table.summary-table .table-responsive .compare-table tbody tr td:first-child span.mid-cell{
		white-space:normal;}
	.table.compare-table tbody tr td:first-child div.text-left {display: table;height: 100%;}
	.fixed-table .table-responsive .compare-table tfoot tr td{white-space: normal;height:78px;}
	.mob-cells{background:#004068;color:#ffffff }
	.mob-cells h2.plan-amnt{white-space: normal;font-size: 16px;line-height: 1.2}
	.mob-cells .col-last h2.plan-amnt{font-size: 24px}
	.mob-cells .plan-amnt small{background:#004068;color:#ffffff;display: block;padding-left: 0;padding-top:4px; font-size: 12px;line-height: 1.2; }
	.pre-pay small{font-size: 12px;}
	.col-first {float: left;width:50%;padding: 8px;}
	.col-last {float: left;width:50%;padding: 8px}
	.col-all{border:1px solid #004068;padding: 8px}
	.compare-table, .table-responsive{margin:0;}
	.mob-table {margin-top:-1px;}
	.mob-cells{display: flex;}
	.tfoot-text{width:50%;padding-right: 8px;font-size: 14px}
	
	
	
}

.benefit-status{position: relative;display: inline-block}
.benefit-status.text-yes{color:#30b30f}
.benefit-status.text-no{color:#b4151b}
.benefit-status:after, .benefit-status:before{ position: absolute; content: "";}
.benefit-status.no:after, .benefit-status.no:before {background: #b4151b;width:1.5px;height:16px; transform: rotate(45deg);bottom:-6px;}
.benefit-status.no:before {transform: rotate(-45deg);}
.benefit-status.yes:before{top: -15px;left: -4px;border-style: solid;border-color:#30b30f;width:8px; height:16px;border-width: 0 1.5px 1.5px 0;transform: rotate(45deg);}

.head{font-size: 32px;}
.abt-img{padding:32px 0;}
.about-hdfc{margin:32px 0 0 0;padding:0;}
.about-hdfc li{padding:0 48px; text-align: center;float: left;list-style: none;margin-bottom:24px;}
.about-hdfc li:last-child{border:none;}
.about-title{line-height: 1.56;}
.about-desc{line-height: 2;padding-top:8px;font-size: 14px;padding-bottom: 8px;color:#7e7e7e;}

.excl-title{font-size: 28px;font-weight: bold;padding-bottom: 24px;}
.excl-title small{line-height: 1.2;vertical-align: top; display: block; padding-left: 0;}
.exclusive-box{margin-bottom:30px;margin-top:30px;padding:40px;border-radius: 1px; box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.11);background-color: #ffffff;position: relative; border: 1px solid #eaeaea;}
.excl-content{position: relative;}
.exclusive-arrow-box{position: absolute;right:20px;top: 0;}
.exclusive-arrow{position: relative;background:#b4151b;max-width:100px;color:#fff;padding:16px 16px 0 16px;font-weight: bold;text-align: center;line-height: 23px;}
.exclusive-arrow:after{content: "";position: absolute;border:solid transparent;top:100%;left:0%;height: 0;
width: 0;border-color: rgba(1, 64, 113, 0);border-top-color: #b4151b;border-width:50px;}
.excl-content .radio-select-box{display: block;}
.addon-box{padding:24px;border-radius: 1px; box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.11);background-color: #ffffff;font-size: 14px;color:#7e7e7e;}
.addon-amnt{font-size: 28px;color:#444;font-weight: 600;}
.excl-amnt_corner p span{font-size: 20px}

.plan-type{padding-bottom:16px;margin-bottom: 16px;/* border-bottom:1px solid #e7e7e7; */}
.plan-separator{border-bottom:1px solid #e7e7e7; }
[id^="calculate"]  .plan-type{border-bottom:1px solid #e7e7e7;}
.plan-icon{float: left;}
.plan-icon img{width:24px;height: auto;margin-right: 16px;margin-top: 4px;}
/* Dpk G changes begin 8562 */
.plan-icon-dpk img{display: none;width:24px;height: auto;margin-right: 16px;margin-top: 4px;}
.plan-icon-dpk{float: left;}
/* Dpk G changes end 8562 */
.plan-icon img.times12{margin-right:10px;width:30px;}
.plan_list .plan-icon img{margin-top:0px;}
/* .plan-desc{overflow: auto;} */
.plan-desc{overflow: hidden;}
/* Dpk G changes begin 8562 */
.plan-desc-bulleticon{background: url(../images/dotBullet.png) no-repeat 0 9px;padding-left: 15px;}
/* Dpk G changes end 8562 */
.plan-amnt{font-size: 32px;}
.plan_list{padding-left: 0;}
.plan_list li{list-style: none;margin-bottom: 24px;}
.plan_list li:last-child{margin-bottom: 0;}
.graphbox{max-width: 340px;margin:0 auto;}

.illness-list{padding:0;margin-bottom: 0}
.illness-list li{list-style: disc;padding-bottom: 16px; margin-left: 16px;font-weight: 600;}
.criticalillness-list{padding:0;margin-bottom: 0}
.criticalillness-list li{list-style: disc;padding-bottom: 16px; margin-left: 16px;}

.lesser-box{padding: 24px;line-height: 2; border: solid 1px #ebebeb; background-color: #fdfdfd;}

.term-type{margin-bottom: 16px;display:flex;}
.term-icon{float: left;padding-right: 20px;}
.term-title h2{font-weight: bold; font-size: 24px;}
.term-title .tbl{display: table;height: 100%;}
.term-desc p{margin-bottom: 20px;}
.term-desc p:last-child{margin-bottom:0;}
.term-row.row{padding: 0}
.term-row.row li{list-style: none;}
.col-md-6.term-box {padding-top: 40px; }
@media (min-width:1200px){
	.term-row.row{margin-right: -45px;margin-left: -45px;}
	.col-md-6.term-box {padding-left: 45px; padding-right: 45px;}
}
.sml-row{padding:0;}
.sml-row li{list-style: none;}

.addon-summary-box{padding:24px 32px; border-radius: 2px;box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff;display: inline-block}
.addon-summary-box + .addon-summary-box{margin-top:16px}
.addon-name{padding-right: 40px;font-weight:normal;display:inline-block;float:left;width: 320px;height: 32px;font-size: 14px;line-height: 16px;}
.addon-name .disp_tbl, .user-desc .disp_tbl{height:100%;white-space: normal;}
.user-desc .disp_tbl{min-height:60px;}
.mid-cell{vertical-align: middle;display: table-cell}
.btm-cell{vertical-align: bottom;display: table-cell}
.addon-pricing{float: left;}
.addon-pricing .addon-amnt{display:block;float: left;padding-right: 16px;line-height:32px;}
.addon-pricing .help-hint{padding: 0;line-height: 16px;height: 16px;vertical-align: top;}
.addon-pricing .addon-desc{overflow: hidden;line-height: 16px;}

.icon-menu{padding-left: 32px;line-height: 32px;display: inline-block;cursor:pointer;float: left;}
.icon-menu img{vertical-align: text-bottom;}

.summary-tbl .disp_tblcell{padding-bottom:28px;font-size: 16px;}
.summary-tbl .disp_tblrow .disp_tblcell:first-child{font-weight: 600;width: 250px;white-space: pre-wrap;box-sizing: border-box; padding-right: 40px;}

.user-box{border-bottom: 1px solid #e7e7e7;padding-bottom:16px;}
.user-pic{width:64px;height: 64px;padding-right: 16px;float: left;box-sizing: content-box;}
.user-pic img{width:100%;}
.user-desc{overflow: auto;}
.user-type{display: block;font-size: 14px;}
.illustn-box{background: #f9f9f9;padding:0 24px 20px 24px;}
.blue-box{border:1px solid #305399;border-top: none;border-radius: 2px;}
.blue-bar{background: #305399;color:#fff;font-size:14px;text-align:center;padding:12px;font-weight: 600;}

.benefit-box &gt; div{padding-top:16px;padding-bottom:10px;}

.red-bar{background:#d54f4f;color:#fff;text-align:center;padding:12px 4px;line-height:1.2;font-size: 14px;border-radius: 2px;}

.final-ben:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 2px;
    right: -2px;
    background: #fff;
    top: 50%;
}

.red-box{padding:20px 8px;border:1px solid #d54f4f;border-radius: 2px;}
.policy-path{margin:0;padding:0;position: relative;list-style: none;z-index: 1;}
.policy-path:after{position:absolute;content:"";background:#a3b5da;width:1px;height:calc(100% - 38px);z-index: -1;top:39px;right:50%;}
.policy-path:before{background:#a3b5da;content: "";position: absolute;width:9px;height:9px;border-radius: 50%;right: calc(50% - 4px);top: 34px;}
.scene-box{background: #ffffff;padding:20px 10px 24px 10px;}
.scene-box p{margin-bottom:4px;}
.text-center.scene-img {margin-top: 16px;}
.scene-img img{width:130px;height: auto;}
.scene-name{background:#f9f9f9;margin:24px 0;letter-spacing:5.3px;text-align:center;padding:4px 0;text-transform:uppercase;}
.nm-amnt{display: block;font-size: 24px;}
.modal_read-btn{cursor: pointer;padding-left: 4px;white-space: nowrap}
.read-more-text {color: #7e7e7e;padding-top: 8px;font-size: 14px;}
ul.read-more-li{display: block;margin-bottom: 16px;padding-left:12px;}
ul.read-more-li li{display: block;margin-bottom: 8px;position: relative;padding-left:16px;}
ul.read-more-li li:after{content: "";position: absolute;background:#444444;height:5px;width:5px;left:0; border-radius:50%;top:8px;}

@media only screen and (min-width:768px){
	.row.sml-row{margin-right: 10px;margin-left:-10px}
	.row.sml-row [class^="col-"]{padding-left: 10px;padding-right: 10px;}
	.disp_tblrow {display: table-row;}
	.addon-final{position: absolute;top: 0;right:0;text-align: right;}
	.benefit-box{display: flex;}
	.blue-brd{border-right: 1px solid #305399;}	
	.final-ben{text-align:right;}
	.final-ben-amnt{text-align:left;}
	.red-bar.flex{display: flex;}
	.red-bar .disp_tbl{height:100%;}
	.plan_list li{display: flex;}
	.plan-desc .disp_tbl{height:100%;}
	.plan-amnt_corner {position: absolute;right: 0;top:-4px;text-align: right;}
	.form-edit-btn .btn{width: calc(50% - 6px);min-width: auto;}
}
@media only screen and (min-width:1024px){
	
	.about-hdfc{display:flex;}
	.about-hdfc li{border-right: 1px solid #e7e7e7;}	
}


@media only screen and (min-width:767px) and (max-width:991px){
	.about-hdfc li:first-child, .about-hdfc li:nth-child(3){border-right:1px solid #e7e7e7;}
	.about-hdfc li{margin-bottom:40px;}
	.sticky-tag{font-size: 24px;}
	.sticky{max-width: 276px;min-width: 276px;}
	.exclusive-arrow:after{border-width:40px;}
	.exclusive-arrow{font-size: 14px;padding:8px;max-width: 80px;}
	.sm-space li{margin-bottom:12px;}
	.addon-summary-box{padding:16px;}
	.icon-menu{padding-left: 16px;}
	.addon-name{padding-right: 20px;}
	.addon-name .disp_tbl{display:table;}
	.btn-grp .btn + .btn{margin-left: 10px;}
	
}
@media only screen and (min-width:992px) and (max-width:1200px){
	.sticky{max-width:368px;min-width:368px;}
}
@media only screen and (min-width:991px) and (max-width:1024px){
	.addon-box {padding: 16px;}
	.exclusive-box{padding:20px;}
}

@media only screen and (min-width:1024px) and (max-width:1200px){
	.about-hdfc li{padding-left: 15px;padding-right: 15px;}
	.about-title br{display: none;}
}

@media only screen and (min-width: 992px){	
	.row{margin-left: -20px;margin-right: -20px;}
	.left-space{margin-left: -20px;}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding-left: 20px;padding-right: 20px;}
	.double-box{min-width:600px;}
	.excl-space{padding-right:90px;}
	.disp_tbl{display: table;width: 100%;}
	.disp_tblcell{display: table-cell}
	.disp_tblcell:first-child{white-space: nowrap;padding-right: 20px;vertical-align: top;}
	.excl-btn-grp{text-align: right;}
	.table.borderless.titletable td:last-child{float: right; padding-right: 0 !important; width: 100%;}
	.table.borderless.titletable{margin-bottom:40px;}
	.excl-amnt_corner{position: absolute;right:15px;top:20px;text-align: right;}
	#cancercare .excl-amnt_corner{top:55px;}
	.pull-up-expl{margin-top:-63px;}
	.form-edit-btn .btn{width: calc(50% - 10px);}
}

@media only screen and (min-width:1200px){	
	.label-addon .cluttered{width: calc(100% - 280px);display: inline-block;float: left;padding-left: 0;}
	.line-menu{float: right;}
	.plan_list{width:72%}
	.excl-btn-grp{position: absolute; right:0px; bottom:2px;text-align: right;}
}
@media only screen and (min-width:1366px){	
	.container{max-width: 1366px;padding-left:48px;padding-right:48px;width: 100%;}
	.sticky{max-width: 396px; min-width:396px;}
	.excl-amnt_corner{right:48px}
}


@media only screen and (max-width:1199px){
	.line-menu{padding-left: 32px;}	
	.excl-btn-grp{text-align: left; margin-top: 12px;}	
	.plan-amnt_corner .plan-amnt{font-size: 24px;line-height: 1;}
}
@media only screen and (max-width:991px){
	.form-group .form-box + .form-box{margin-top:40px;}
	.btn{min-width: 180px;}
	.exclusive-arrow-box{right:8px}
	.form-line {line-height: 1.5;font-size: 14px;display: block;width: 100%;clear: both;padding-left: 0;
		padding-top: 8px;}
	.excl-sm-space{padding-right:60px}
	.disp_tblcell:first-child{padding-bottom: 20px;}
	.summary-tbl .disp_tblrow .disp_tblcell:first-child{padding-bottom: 4px;    width: 100%;}
	.exclusive-box{padding:20px;}
	.final-ben .mid-cell{display:table-cell}
	.red-bar .disp_tbl{ height: 100%; display: table; width: 100%;}
	.left-space{margin-left: -15px;}
	.excl-amnt_corner {margin-bottom:20px;border-top:1px solid #e7e7e7;padding-top:16px;margin-top: -8px; text-align: right;}
	.excl-title{font-size: 24px;}
	.excl-amnt_corner p{margin-bottom:4px;}
	.decs-space{margin-top:20px;}
}
@media only screen and (max-width:767px){
	.summary-tbl .addon-summary-box{
	width:100%;
    }
	.about-hdfc li{padding:0 24px;}	
	.form-box{min-width: 100%;max-width: 100%;}
	.form-box:after, .form-box:before{clear: both;content:"";display: table;}
	.remove{right: 15px;  top: 2px;}
	.btn-grp .btn{display: block;width:100%;}
	.btn-grp .btn + .btn {margin-left:0;margin-top: 20px;}
	.form-title{padding-bottom:24px;}
	.container.page-container{margin:56px 0 16px;}
	.about-hdfc li{width:100%;}
	.mob-sticky{background: #014071;padding:12px;color:#fff;z-index: 200;position: fixed;top:56px;left: 15px; right:15px;}
	.mob-stick-scroll{overflow: auto;position: relative !important}
	.mob-sticky .sticky-tag{font-size:18px;color: #fff;margin-bottom: 8px;}
	.sticky-terms{font-size: 12px;margin:0;}
/* 	.static_scroll{margin-top:110px;}	 */
	.exclusive-arrow{max-width: 60px;line-height: 1.5;padding: 8px;font-size: 10px;}
	.exclusive-arrow:after{border-width: 30px}	
	.rupee-box{max-width:100%;}
	.modal-body, .modal-header, .modal-footer{padding-left: 20px;padding-right: 20px;}
	button.close{margin-right: -8px !important;margin-top:-20px !important;}
	.modal .form-box{max-width: 320px;}
	.sml-row li{margin-bottom: 20px;}
	.excl-title small{display: block;padding-left: 0;padding-top: 4px;    text-align: justify;}
/*	.label-addon span+ span{padding-left: 32px;overflow: auto;display: inline-block;}*/
	.page-title small a{display: block;padding-left: 0;padding-top:4px;}
	.sticky-tip {position: absolute; bottom: 4px;right: 4px; top: auto;}
	.custom-radio.fullsize [type="radio"]+label.inline{padding-bottom:0px;}
	.custom-radio.fullsize [type="radio"]+label.inline + .text-link{
    padding-left: 32px;display: block;padding-bottom: 16px;}
	.mob-sticky .btn-white{width: calc(50% - 5px);}
	.mob-sticky .grp-btn .btn{min-width: auto;}
	.nav-pills{margin-left:-15px;padding-left:15px; width: calc(100% + 30px);}
	.mob-sticky.open{top:40px !important;right:0 !important;left:0 !important;height: 100% !important;}
	body.scrolloff{overflow: hidden;}
	.addon-final{border-bottom: 1px solid #e7e7e7;padding-bottom:10px;}
	.addon-summary-box{padding:20px 18px 16px 18px;margin-top:8px;position: relative;width:100%;}
	.addon-name{max-width: 100%;display: block; float: none;width: 100%;padding: 0 0 16px 0;height: auto;}
	.addon-name .disp_tbl{height: auto;}
	.icon-menu{position: absolute;top:10px;right:10px;}
	.page-container{padding-bottom: 20px;padding-top: 20px;}
	.blue-brd{border-bottom: 1px solid #305399}
	.mob-edit-cover{margin-top:20px;}	
	.final-ben{padding-bottom:20px;}
	.final-ben .mid-cell{display: inline-block}
	.final-ben:after {right:50%;top:calc(100% - 10px);}
	.red-box {border: none;background: #ec5a5a;}
	.red-box .nm-get{color:#ffffff;padding-left:12px;}
	.illustn-box {padding: 0 8px 20px 8px;}
	.back-menu{top:-10px;}
	.plan-amnt_corner{border-top: 1px solid #e7e7e7;padding-top: 8px;margin-top: 20px;}
	.plan-amnt_corner .plan-amnt{display:inline-block;float:left;padding-right:16px;line-height:42px;font-size: 32px;}
	.mob-left{float: left;overflow: hidden;}
	.excl-sm-space{padding-right:50px}
	.form-edit-btn{position: fixed;bottom: 0;width: calc(100% - 30px);padding: 20px 0;background: #014071;}
}
@media only screen and (max-width:991px){
	@supports (-webkit-overflow-scrolling: touch) {
		/* CSS specific to iOS devices */ 
		.modal .fixed-table .table-responsive .compare-table tbody tr td:first-child, .modal .fixed-table .table-responsive .compare-table thead tr th:first-child, .modal .fixed-table .table-responsive .compare-table tfoot tr td:first-child{position: unset;}
		.modal .fixed-table .table-responsive{margin-left:0;}

	}	
}

@media only screen and (max-width:360px){
	.mob-sticky .btn-white{padding-left:6px;padding-right:6px;}
	.cluttered{font-size: 14px;}	
	.excl-amnt_corner p{font-size: 14px;}
	.plan-amnt_corner .plan-amnt{font-size: 20px;padding-right: 10px;}
	.tooltip-dropdown{max-width: 300px;
    min-width: 280px;
    left: -110px;}
}


/* DO NOT REMOVE styles - start */
/* header{height:40px;background:#0066ab;position:fixed;top:0;left:0;right:0;color:#fff;font-size:24px;text-align:center;z-index:300;} */
.ui-selectmenu-menu.ui-front.ui-selectmenu-open ul{display:block !important;overflow-y: scroll;height:160px;}
.ui-front{z-index:99}
.v2_errMsg{color:red;}
.lesser-box_regret{line-height: 2;}
.v2_regret_cta{text-align: center;margin-top: 5%;}
.v2_float_left{float:left !important;}
.v2_float_right{float:right !important;}
.v2_mT10{margin-top:10px !important;}
.v2_edit_rhs{font-size: 16px;text-decoration: underline;cursor: pointer;margin-top: 10px;margin-right: 2%;}
.v2_edit_rhs_pencil{background:transparent url('../images/c2p3d_v2_pencil-white.svg') no-repeat left 6px;cursor: pointer;float: right;margin-top: 2px;width: 25px;height: 27px;background-size: 18px auto;}
.v2_align_center{text-align:center;}
.v2_view_more{color:#000 !important;border-color:#ccc;}
.v2_view_more:hover {background: white !important;border-color: #ccc !important;color: black !important;}
.v2_view_more &gt; i.fa-angle-down{font-size:20px;color:black; position: absolute;margin-left: 10px;}
.v2_mgT4P{margin-top:4%;}
.v2_unavailable_msg{ font-size: 16px; background-color: #0067ac; color: white; width: auto; border-radius: 4px; padding: 5px 10px;display: inline-block;}
.v2_unavailable_msg_edit{ margin-left: 5%;text-decoration: underline;}

#v2_filter_plan_editpopup_content .v2_fp_popup_hidden{display:none !important;}
#v2_filter_plan_editpopup .v2_fp_popup_show{display:block !important;}
#fname , #lname , #nominee{text-transform : capitalize;}
.cluttered + .error-msg{margin-left: 6%;margin-top: 10px;}
#industryDetails + .ui-selectmenu-button{width: 66% !important;}
label[for="life-term"]{padding-bottom:0 !important;}
.wholeLifeoption.v2_errMsg{margin-top: 5px; margin-left: 4%;}
.wholeLifeoption.v2_errMsg &gt; label {font-size:12px !important;}

  .ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 100px;
  }
  
#compare .tooltip .tooltip-inner{width:500px !important;max-width:auto !important;}
.incomeTerm + .ui-selectmenu-button{width : 100% !important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{border: none;border-bottom:1px solid #e7e7e7;background: #fff;}
.sticky-blue .question-tip + .tooltip.left .tooltip-inner:before , .sticky-blue .question-tip + .tooltip.left .tooltip-inner:after {margin-top: -45px !important;}
.v2_plus_symbol{ display:inline-block;position:absolute;left: 80%;top: -48px !important;color: #b2ac90 !important;font-size: 5rem !important;}
.v2_left_plus{left: 66%;}
.has-error .alternateDP {bottom: 17px !important;}
.dw-calendar.mbsc-mobiscroll .dw-bubble-bottom .dw-arr{border-color:transparent transparent #d9d9d9 transparent}


/* DO NOT REMOVE styles - end */


/* Width for weight in medical section Devraj*/
.v2weightwidth {
    width: 100%;
    margin-top: 6px;
}
/* Width for weight in medical section Ends Devraj*/


.rightFixedPanel{position:fixed;right:0;top:50%;z-index:2;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}
@media screen and (max-width:767px){.rightFixedPanel{display:none}
}
.rightFixedPanel ul{margin:0;padding:0;border-top:1px solid #547ed4;border-left:1px solid #547ed4;display:inline-block}
.rightFixedPanel ul li{list-style:none;border-bottom:1px solid #547ed4}
.rightFixedPanel ul li a{background-color:#fff;color:#3a6acd;display:table-cell;text-align:center;vertical-align:middle;font-size:11px;zero:9px;width:71px;height:75px;position:relative;padding-top:38px;zero:38px;padding-top:38px;line-height:11px;zero:11px;line-height:11px}
.rightFixedPanel ul li a:after{background:url("../images/bg_right_fixed.svg") no-repeat 0 -29px;content:"";display:inline-block;height:29px;position:absolute;left:50%;top:8px;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);width:27px}
.rightFixedPanel ul li a.showplans:after{background:url("../images/compare_all_9_plans.png") no-repeat 0 0px;content:"";display:inline-block;height:29px;position:absolute;left:50%;top:8px;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);width:30px;}
.rightFixedPanel ul li a.glossary:after{background:url("../images/glossary_Icon.png") no-repeat 0 0;content:"";display:inline-block;height:45px;position:absolute;left:50%;top:3px;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);width:30px}
.rightFixedPanel ul li:first-child a:after{background-position:0 0}
.tablet .fixfixed .rightFixedPanel,.ipad .fixfixed .rightFixedPanel,.mobile .fixfixed .rightFixedPanel{position:absolute}

.v2_crIll_wrapper h4{background: #05396e; padding: 12px 22px; color: #FFF; font-size: 15px;}
.v2_flex_order_0_inputStyle{background: #e4f4ff;}
.v2_flex_order_0{font-weight:bold;}
	.v2_incmP{ width: 50%; display: inline; text-align: center; padding: 0;}
	.v2_incmP + span.rupee{font-size:16px;}

.limitedPayPopup {margin-left: -160px;z-index: 105; position: fixed;background: #fff;width: 65%; left: 30%; top: 14% !important;padding: 4% 3% 1% 3%;/*  height: 65%; overflow-y: scroll; */}
.limitedPayPopup h3 {height: 40px; background: #1976d2; color: #fff; font-size: 20px;    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 50px 10px 20px;
    display: table-cell;
    width: 1000px;
    vertical-align: middle;
    text-align: center;
    }

.limitedPayPopup .PayPopupInner {
    margin: 0px 40px 10px;
}

.limitedPayPopup .limitedPayPopupInner {
    padding: 5px;
    font-size: 14px;
}

.limitedPayPopup .malePopupPoints {
    font-size: 14px;
    padding: 10px 3px 5px;
}

.limitedPayPopup .malePopupPoints li {
    display: inline-block;
    padding-right: 15px;
}

.limitedPayPopup .criticalBenefitPay {
    text-align: -webkit-right;
}

.limitedPayPopup .criticalBenefitPay img{    max-width: 100%;
    height: auto;
    display: inline-block;
        vertical-align: middle;}
        
 .limitedPayPopup .barBelowBox {
    padding: 5px;
    text-align: center;
    border: 1px solid black;
    width: 35%;
    margin-left: 18%;
    margin: 0 auto;
}

.limitedPayPopup .linHei20 {
    line-height: 20px !important;
    font-size:12px;
}

.limitedPayPopup .premiumSavingsNotes {
    margin-top: 15px;
    font-size:12px;
}

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

 .limitedPayPopup sup {
    font-size: 12px;
}

.limitedPayPopup .closePopup {
    background: transparent url(../images/c2p3d_v2_close-btn.svg) no-repeat;
    margin-top: 20px;
    width: 21px;
    height: 31px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 20px;
    top: 4px;
}

.hideScreen{
    position: fixed;
    left: 0;
    top: 0;
    height: 100% !important;
    z-index: 101;
    background: rgba(0,0,0,.4);
    width: 100%;
    margin: auto;
}
.v2_align-center{text-align:center}

#v2_filter_plan_editpopup.modal [data-target="#coverModal"]{display:none !important;} 


a._header_text { font-size: 15px; color: #006db0; text-decoration: underline;}

.checkboxErr{color:#ed191f;bottom:-16px;font-weight: normal;font-size:12px;margin:4px 0 0;line-height: 12px;}
#main-content .cluttered+.error-msg{display:none;}
#main-content .cluttered+.checkboxErr{display:block;}
#contact-check:checked ~ .checkboxErr{display:none}

/* .v2_height_adjust , [src="static/ux/images/c2p3d_v2_covered34.svg"]{height:25px !important;} */
#v2_showPlans .wrapper{height: 65px;/* border-bottom: 2px solid lightgray; */} /*  8564_UX */
#v2_showPlans .wrapper .list{    margin-left: 0;}

.v2_show_more_section .nav-pills&gt;li&gt;a{   border:none; /* border-bottom: 3px solid #232323 */; border-radius: 0; height: 63px; background: #fff !important; color: #232323 !important; padding: 8px 40px;}

    
.v2_show_more_section .nav-pills&gt;li&gt;a:hover{color:#0587e0 !important;}
.v2_show_more_section .nav-pills&gt;li.active{background: #fff !important; border-bottom: 3px solid #0587e0; } /*  8564_UX */
.v2_show_more_section .nav-pills&gt;li.active&gt;a{color:#0587e0 !important;} /*  8564_UX */
.v2_adjust_cardwidth{ padding-left: 3px !important;  padding-right: 5px !important;}

.v2_bulb_styles{margin-top: 5px !important;   padding: 5px;    width: 40px;  height: 40px;  display: inline-block;  float: left;}

.v2_bulb_lbl{margin-top: 10px; font-weight: 400! important; display: inline-block !important; margin-top: 5px !important; background: #cce7f8;  font-size: 12px !important;  margin-left: 5px !important;padding: 2px 10px;}  /* 9153_UX */

.dash{position: relative;height: 2px;}
.dash .line{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: linear-gradient(to right, transparent 50%, lightgrey 50%);background-size: 24px 100%;}


.v2_show_more_section .nav-pills&gt;li+li{margin-left:0;} /*  8564_UX */
.v2_show_more_section .list li{    border-bottom: 3px solid lightgray;} /*  8564_UX */
.limited-header{border: 1px solid black; text-align: center; padding: 2px;font-size: 14px;}
.limited-para{line-height: 14px;}
.limited-small{font-size: 12px;}
.limited-table{font-family: arial, sans-serif; border-collapse: collapse; width: 76%; height: auto; margin-top: 1%;} 
.v2_product_brochure{text-decoration: underline !important;}
.v2_plan_works { font-size: 15px;font-weight: normal;text-decoration: underline !important;}

.v2_show_overlay{ min-height: 500px;visibility: hidden;}


/* Media Query starts */

/* Desktop */
@media only screen and (min-width:768px){
	#v2_filter_plan_editpopup .v2_fp_width{width:70%}
	.question-tip.sticky-tip + .tooltip{top:3px !important;}
	.excl-content &gt; .field-lbl{line-height:40px !important;}
	.modal[id^="calculate"] .modal-body {padding: 8px 0px 40px 40px;}
	#v2_filter_plan_editpopup .excl-content&gt; .btn-block{padding-right:90px;}
	.v2_divider_planOption{border-left: 1px solid black;position: absolute;height: 45px;display: inline-block;}
	.v2_padding_eLI{padding-left:10px;}
	.v2_asterik{font-size: 20px !important;}
	.v2_flex_order_4{padding-left:18px;}
	#v2_showPlans p.cippt {margin-top: 14px;}
	 .v2_mob_inline{display:inline !important;}
	.ui-selectmenu-button:focus{border-bottom: 1px solid rgb(0, 109, 176);}
	.v2_plus_symbol{ left: 86%; top: -20px !important;}
	.v2_left_plus{ left: 86%;}
	#lumpsumAm,#monthlyIncAm{width:80%;}
	
	
	.tooltip .tooltip-arrow{display:block;}
	.tooltip.top .tooltip-arrow { border-width: 9px;top: calc(100% - 5px);border-top-color: #dadada;}
	.tooltip.bottom .tooltip-arrow{border-bottom-color: #dadada;/* border-width: 9px;top: calc(100% - 88px); */}
	.tooltip.left .tooltip-arrow{border-left-color: #dadada;}
	.tooltip .tooltip-inner{padding:12px;}
	body.ctooltip .tooltip .tooltip-inner{margin:0px;}
	.v2_desk_widthChange +.tooltip .tooltip-inner{width:250px !important;}
	
	.sticky-tip + .tooltip.left .tooltip-arrow {    top: 34%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0px 5px 5px;}
    
    .tooltip {pointer-events: none;}
    .v2_hide_desktop{display:none;}
    .v2_showIn_desktopView{display:inline;}
    .v2_hideIn_desktopView{display:none;} 
    #editModal .theme-form .form-group{margin-bottom:20px;}
    #editModal .v2_fullWidth{width:100%;}
    
    .v2_show_more_section .nav-pills&gt;li&gt;a{border:none;/* border-bottom: 3px solid #232323 */border-radius: 0;height: 62px;background: #fff !important;color: #232323 !important;padding: 8px 40px;} /*  8564_UX */
    
    .v2_lumMi_width{padding-left: 50px !important;padding-right: 50px !important;}
	.v2_padT26P{padding-top: 26px !important;}
	#v2_showPlans .scroller{    padding-top: 26px;}
    
   /*  REDMINE_9156 - start */
    .v2_annIncome_float_wrapper{
    border: 1px solid #3c3c3c;
    width: 100%;
    height: auto;
    position: absolute;
    font-size: 18px;
    font-weight: 600;
}

.v2_annIncome_float_msg{
    padding: 10px 20px 10px 45px;
    margin-left: 5px;
    background: url('../images/v2_badge.png');
    background-repeat: no-repeat;
	color:black;
}

.main-band { position: relative; display: block; max-width: 275px; margin: 80px auto 20px;}


.discount-band { color: #fff; width: auto; padding: 6px 20px; background: red; text-align: center;    font-size: 16px; margin: 0px auto; position: relative; z-index: 99;}


.discount-band::before {
    content: "";
    border-top: 24px solid transparent;
    right: 0;
    border-right: 22px solid #f2faff;
    position: absolute;
    top: 10%;
    z-index: 999;
    margin-top: -10px;
    border-bottom: 23px solid transparent;
}



.discount-band::after {
    content: "";
    border-top: 24px solid transparent;
    border-left: 22px solid #f2faff;
    top: 10%;
    border-bottom: 23px solid transparent;
    left: 0;
    position: absolute;
    margin-top: -10px;
}



.circle-one {
    font-size: 26px;
    width: 85px;
    /* margin: 0px auto; */
    background: #fff;
    border-radius: 50%;
    height: 85px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 45%;
    margin-left: -30px;
    z-index: 1;
    top: -55px;
    box-shadow: 0px -3px 10px #e1e1e1;
}

span.perc { position: relative;  top: 14px; font-weight: 700;}

 /* REDMINE_9156 - end  */ 
    
} /* end of Desktop mode */


/* Mobile */
@media only screen and (max-width:768px){
	#v2_filter_plan_editpopup_content .excl-content &gt; .field-lbl{margin-bottom: 20px !important;line-height: inherit !important;padding-right: 50px;}
	#v2_showPlans &gt; div.row.static_scroll{margin-top : 30%;}
	#v2_planFilter  div.row.static_scroll{margin-top : 65%;}  /* REDMINE_9156 */
	.modal [id^="example"] .row {margin:0!important ;}
	.fixed-table .table-responsive .compare-table tbody tr td:first-child {font-size: 12px; padding: 0 5px 0; height: 56px; white-space: pre-wrap;}
	/*Redmine 13110 starts*/
	.combo-container .fixed-table .table-responsive .compare-table tbody tr td{height:116px !important;}
	.combo-container td .mid-cell p {    white-space: normal !important;}
	.combo-container td .mid-cell p .tooltipd { background-position-y: 4px;    height: 15px;    width: 15px;    background-size: 73%;    display: inline-block;}
	/*Redmine 13110 ends*/
	.v2_asterik{font-size: 18px !important;top:-0.2em !important;}
	.v2_divider_planOption{display:none;}
	#lumpsum-monthly-box &gt; ul &gt; li.col-sm-4.col-md-4{padding-top:10%}
	.v2_plus_symbol{ position:absolute; display: inline-block;left: 27%;top: 66px !important;color: #b2ac90 !important;font-size: 5rem !important;}
	
	.v2_flex_wrapper{display:flex;flex-direction:column;}
	.v2_flex_order_0{order:0}
	.v2_flex_order_0_inputStyle{width:50% !important;margin-left:23%;}
	.v2_flex_order_1{order:1}
	.v2_flex_order_2{order:2}
	.v2_flex_order_3{order:3}
	.v2_flex_order_4{order:4}
	.v2_hideMob{display:none!important;}
	.v2_padding_eLI{padding-left:0}
	div[value^="Extra Life"] .v2_flex_order_1 {margin-bottom: 5%;padding-left: 23% !important;} 
	div[value^="Extra Life"] .v2_flex_order_3 {padding-top: 4%; border-top: 1px solid black;}
	
	
	.tooltip .tooltip-inner{padding:6px; margin-left: 0;}
	.tooltip.top .tooltip-inner:before , .tooltip.top .tooltip-inner:after{ border-top-color: #dadada;	}
	
	.parent_container_cardSlider .bx-wrapper .bx-controls-direction a{z-index:auto;}
	.tooltip .tooltip-inner{border: solid 1px #b0d4ec !important;}
/* 	.v2_mob_tooltip + div.tooltip{left:29px !important;} */
	.v2_mob_tooltip + div.tooltip .tooltip-inner:before , .v2_mob_tooltip + div.tooltip .tooltip-inner:after {left :76% !important;} 
	.awesomplete{display:block !important;}
	
	/* .tooltip .tooltip-inner:after, .tooltip .tooltip-inner:before{content: " ";height:0; width: 0; position: absolute;pointer-events: none;border:solid transparent;} */
/* .tooltip .tooltip-arrow{display: none;} */
	.tooltip.top .tooltip-arrow { border-width: 9px;top: calc(100% - 5px);border-top-color: #dadada;}
	.tooltip.bottom .tooltip-arrow{border-bottom-color: #dadada;/* border-width: 9px;top: calc(100% - 88px); */}
	.v2_mob_pT10P{padding-top:10%;}
	 span.help-hint , .addon-pricing .help-hint{height:auto;}
	 
	 .v2_mob_pointerEvnt_none{pointer-events:none;}
	 .v2_mob_pointerEvnt_reset{pointer-events:initial;}
	 
	 .v2_mob_inline{display:inline !important;}
	 
	 .limitedPayPopup{ z-index:250;margin-left: 0; width: 95%;left:2%;}
	 .barBelowBox{ width: auto;}
	 .premiumSavingsNotes{padding-bottom: 40px;}
	
	.v2_hide_desktop{display:block;}
	.v2_hide_desktop .ribbonHeading {color: #fff;width: auto;padding: 6px 20px;background: red;text-align: center;font-size: 16px;margin: 0px auto;position: relative;/* z-index: 99; */}
	.v2_changeribbon_styles .ribbonHeading::before {content: "";border-top: 28px solid transparent;right: -1px;border-right: 24px solid #ffffff;position: absolute;top: 10%;margin-top: -10px;border-bottom: 28px solid transparent;}
	.v2_changeribbon_styles .ribbonHeading::after {content: "";border-top: 28px solid transparent;border-left: 25px solid #ffffff;top: 10%;border-bottom: 29px solid transparent;left: -1px;position: absolute;margin-top: -10px;}
	.v2_mL12P{margin-left: 12px !important;}
	
	
	.tooltip {pointer-events: none;}
	.v2_display_flex{display:flex;flex-direction:column;}
	.v2_display_flex_o2{order:2;margin-top:20px;}
	.v2_display_flex_o1{order:1;margin-top:0;}
	
	.ui-menu .ui-menu-item{padding: 6px 1em 6px .4em;}
	.v2_mgn_L0{margin-left:0;}
	.question-tip { padding-left: 2px !important;}
	
	.v2_hideIn_mobileView{display:none;}
	.v2_showIn_mobileView{display:inline;}
	.v2_width70P{width:70%;}
	.v2_showIn_mobileView a{margin-left: 5%; text-decoration: underline; font-size: 14px; font-weight: normal; float: right; }
	.v2_bulb_styles{display: none;}
	.v2_mrgnT_20P{margin-top: 20px;}
	.v2_mrgnT_0{margin-top: 0 !important;}
	.v2_adjust_tltipcontent + .tooltip.in .tooltip-inner{margin-left:3px !important;}
	label.nowrap, .nowrap{    white-space: normal !important;}
	.v2_padT26P{padding-top: 26px !important;}
	#v2_showPlans .nav-pills li a{font-size:14px !important;}
	.v2_show_more_section .nav-pills&gt;li&gt;a{padding: 8px 4px;}
	.limited-table{font-family: arial, sans-serif; border-collapse: collapse; width: 100%; height: auto; margin-top: 1%;}
	.limitedPayPopup .closePopup {background: transparent url(../images/c2p3d_v2_close-btn.svg) no-repeat;margin-top: 5px;margin-right: -2px;width: 40px;height: 31px;display: inline-block;position: absolute;right: -7px;top: 10px;padding: 20px;top: 4px;}
	.limited-div{margin-right: 7px;margin-top: 12px;}
	
	.v2_mob_mB20P{margin-bottom:20px !important;} /* UX_9272 */
	
	/*  REDMINE_9156 - start */
	.v2_annIncome_float_wrapper {
    border: 1px solid #3c3c3c;
    width: 100%;
    height: 60px;
    position: absolute;
    font-size: 15px;
    top: 100%;
    font-weight: 600;
    left: 0px;
    background-color: white;
}

.v2_annIncome_float_msg {
    padding: 10px 20px 18px 45px;
    margin-left: 5px;
    background: url(../images/v2_badge.png);
    background-repeat: no-repeat;
    color: black;
    margin-bottom: 0;
}
/*  REDMINE_9156 - end */

} /* end of Mobile mode */



/* Redmine_9353 - start */

#UW_Discount_v2 .modal-body{padding-top:0;}
#UW_Discount_v2 .modal-header{padding-top:30px;}
#UW_Discount_v2 .noDiscount{background: white; color: #b21117; border-color: #b21117;}

.dispan{text-decoration: line-through;}
.hinline{display: inline;}
.disc-Available{font-size: 12px;margin-bottom: 0px;}
#UW_Discount_goback .cancel_no{background: white; color: #b21117; border-color: #b21117;}
.add-on-popup{font-size: 12px;font-weight: bold;}
/* Redmine_9353 - end */



/* 9449_Existing_customer_revamp - start */

/* Common Styles */
.exscust_Revamp_para{margin-bottom: 50px;}
.exscust_Revamp_para a {text-decoration:underline;}
.exscust_Revamp_pB10P{padding-bottom:10px;}
#exscust_Revamp_popup .form-group{margin-top:15px;padding: 0;}
#exscust_Revamp_popup h3{font-weight: bold;}
#exscust_Revamp_popup .custom-radio [type="radio"]+label{    padding: 0 !important; padding-left: 23px !important;    font-size: 14px; font-weight: bold;}
.exst_cust_ordivide{    color: #0A71B3;  font-size: 17px; font-weight: bold; margin-left: 0px; margin-right: 10px; padding: 15px 10px;    padding-left: 0 ;}
#exscust_Revamp_popup .modal-body{padding: 8px 30px 40px 22px;}
.exscust_Revamp_mT11P{margin-top:11%;}
.exscust_Revamp_mT5P{margin-top:5%;}
.exscust_Revamp_hidden{display:none;}
.exscust_Revamp_btngrp{padding: 15px;text-align: center;}
.exscust_Revamp_btngrp .btn{min-width: 150px;}
.exscust_Revamp_otpMsg {    font-size: 13px;  font-weight: bold; padding-right: 0;}
.exscust_Revamp_resentAnchor{  text-decoration: underline;  font-weight: bold;    font-size: 13px; margin-top: 9px;position: absolute;}
.exst_revamp_reset{    padding-left: 0; margin-left: -5%; margin-top: 10px; font-size: 13px; text-decoration: underline;}
.text_decorationU{text-decoration: underline;}
.exst_revamp_detailsh3{font-size: 18px;}
#exscust_Revamp_popup .details-box{ background: #e5eff7; width: 100%; margin: 20px auto; border-radius: 10px;}
#exscust_Revamp_popup .details-box ul li{    font-size: 14px;display: inline-block;  vertical-align: top; width: 16.66666666666667%; min-width: 140px;padding: 10px;text-align: center;float: none;}
.exst_revamp_proceedInfo{    font-size: 14px;  font-weight: bold;  text-align: center;}
#exscust_Revamp_popup .dipl_blk{display:block}
.exscust_Revamp_otpMsg1 {    font-size: 13px;  font-weight: bold; padding-right: 0;}
.exscust_Revamp_otpMsg_Link {    font-size: 13px;  font-weight: bold; padding-right: 0;}

/* Only For Desktop */
@media only screen and (min-width:768px){
	#exscust_Revamp_popup h3{font-size: 22px;}
	.exst_cust_autoWidth{min-width: auto !important;}
	.exst_cust_pad0{padding:0;}
}

/* Only For Mobile */
@media only screen and (max-width:768px){
	.exst_cust_entryPoint{display: inline-block;}
	#exscust_Revamp_popup h3{font-size: 16px;}
	#exscust_Revamp_popup .modal-body{padding: 8px 20px 40px 20px;}
}

/*Redmine 9077: Term and Condition: start : Dev Indurkar*/
#c_overlay {position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;/* background-color: rgba(0,0,0,0.6); */background-color:#fff;z-index:10000;cursor: pointer;user-select: none;}
#c_overlay .loaderimg{position: relative;left: 50%;top: 50%;}
.disp_termCondition{width: 100%;display: inline-block;overflow: scroll;height: 150px;overflow-x: hidden;border: 1px solid #878787;padding: 10px 20px;font-size: 14px;}
.disp_termCondition h2{text-align:center;margin-bottom:10px;}
@media only screen and (min-width:768px){
	.disp_termCondition{width:72%;margin-left:280px;}
	.disp_termCondition_check{margin-left: 280px;}
	.v2_flex_btn_sec{margin-left:250px;}
	.v2Revamp_NB .disp_termCondition,.v2Revamp_NB .disp_termCondition_check,.v2Revamp_NB .v2_flex_btn_sec{width:100%;margin-left:0px;}
}
.downloadIllus{text-decoration: underline;}

/* Redmine 9077: Term and Condition: end : Dev Indurkar */

/* Redmine 9465 - OTP enabled journey for C2P3D Revamp Journey- Start */
/* common for mobile and desktop */
.revampOTP_width52P{width:52%;}
.revampOTP_popup h4.modal-title{
	margin-top: -18px;
    font-size: 24px;
}
.revampOTP_popup .otp_journey_relax{
    font-weight: bold;
    color: #444;
    font-size: 18px;
    margin-bottom: 0;
}

.revampOTP_popup .otp_journey_blueClr{    color: #1976d2; font-size: 16px;}
.revampOTP_popup .otp_journey_parentDiv{    padding: 0;     margin-bottom: 1%; margin-top: 5%;}
.revampOTP_popup .c2w_ulist {     margin-left: 40px;    list-style-type: none;  display: inline-block; width: auto !important;}
.mgnAuto {
    margin: auto;
    width: auto !important;
}
/* .otp_journey_li {
    padding-left: 95px !important;
} */

.revampOTP_popup .otp_journey_resendCode {
	font-size: 15px;
	font-weight: bold;
    text-decoration: underline;
    color: #1976d2;
    margin-left: 5px;
    vertical-align: bottom;
}

.revampOTP_popup .formButtons {
    margin-left: -8px;
    margin-right: -8px;
    clear: both;
    text-align: center;
}

p.otp_journey_attemptsMsg, .otp_journey_newVerCode_Msg {
    font-size: 16px;
    font-weight: bold;
    margin-top: 2%;
    margin-bottom: 10px;
    color: black;
}

.c2w_mB20P {
    margin-bottom: 20px !important;
}

.otp_journey_errMsg {
    color: red;
    font-size: 16px;
    padding-left: 6px;
    margin-top: 4%;
}

.otp_journey_hidden {
    display: none;
}

.textAlignCenter {
    text-align: center;
}

.fS30P {
    font-size: 30px;
}

.oj_success_resume {
    font-size: 20px;
    margin-top: 4%;
}

.oj_maxexceed_msg {
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
    color: #db4d4d;
}

.revampOTP_popup .w60P {
    text-align: center;
    width: 60% !important;
}
.otp_journey_enterCode {
    height: 42px !important;
}

.otp_mLstyles{margin-left: -30px !important;}
.revampOTP_popup .modal-body{padding-bottom: 5px;}
.otp_journey_submit {min-width: 120px !important;}
.otp_journey_goBack{margin-top:4% !important;}



/* desktop */
@media only screen and (min-width:768px){
	p.otp_journey_attemptsMsg{margin-left: -6%;}
}

/* mobile */
@media only screen and (max-width:768px){
	/* 9465 - OTP enabled journey for C2P3D Revamp Journey */
	.revampOTP_width52P{
		width:94%;
		margin-top:50px;
	}	
	/* 9465 - OTP enabled journey for C2P3D Revamp Journey */
}

/* Redmine 9465 - OTP enabled journey for C2P3D Revamp Journey - End */

/* Redmine_10301 - start */

.exscust_Revamp_padR0{padding-right: 0 !important;}
.exscust_Revamp_resendStyles{ margin-top: 8px; padding-left: 10px;}

.exst_cust_ordivide{ padding: 28px 2px;}
.exst_cust_or_bullet{position: absolute;left: 53%;right: 0;color: #b9b9b9;font-size: 16px;}
.orBul_top{top: 12px;}
.orBul_bottom{top: 45px;}
/* Redmine_10301 - end */

/* Redmine_9256 - start  */

#compare .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -7px;
    border-width: 8px 8px 10px 0px;
    border-right-color: #b1b1b1;
}
#compare .tooltip .tooltip-inner{
	margin-left: 3px;
}

/* Redmine_9256 - end  */

/* Redmine 9975 : Dev Indurkar : Start */
@media only screen and (max-width: 991px){.mobilldwnd {height: 60% !important;}}
/* Redmine 9975 : Dev Indurkar : End */

/* Redmine_10441 - start */

.oneDayclaim_sup{font-size:13px;font-weight:bold;top:-2.7px;left:-0.2px;}
.oneDayclaim_knowMore{text-decoration:underline;}
    
/* Redmine_10441 - end */
/* Redmine_10435 - start */
@media only screen and (min-width: 768px){
._confirmationWidth &gt; .disp_tblcell{    white-space: normal !important;    padding-right: 30px; display: block;}
}
/* Redmine_10435 - end */

/* Redmine_8939 - start */
.mr-btm4{margin-bottom:4px;}
/* Redmine_10435 - end */

/* Redmine_10441 - start */
@media only screen and (max-width: 500px){
.v2_oneDayCl_lblStyle{color:red;font-size:16px;font-weight:bold}
.v2_oneDayCl_wrapper {
    text-align: left;
    border: 2px solid #d30a0a;
    margin-left: 5%;
    padding: 10px 0px 5px 40px;
    margin-bottom: 20px;
}
.v2_oneDayCl_wrapper ul li{ margin-bottom: 10px; margin-left: 10px;color: #000;}
.v2_oneDayCl_wrapper ul {
  list-style: none;
}

.v2_oneDayCl_wrapper ul li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 0.6em;
    margin-left: -1em;
    font-size: 24px;
}

.v2_oneDayCl_wrapper ul li:nth-child( even )::before{
	  color: red;
}
.v2_oneDayCl_wrapper ul li:nth-child( odd )::before{
	  color: blue;
}


}

/* Redmine_10441 - end */
/* Redmine_9052 - Start */
.custom-radio [type="radio"]:focus+label:before{border: 1px solid #1276d4;} 
 input[type=text].form-control:focus{border-bottom:1px solid #66afe9 !important;}
.custom-checkbox input[type="checkbox"]:focus +label::before{border: 1px solid #1276d4;}
.custom-combobox-input:focus{border-bottom: 1px solid #1276d4;}
/* Redmine_9052 - end */

	/*  NETBANK_UX_HFI_PHASE1 - START Giridhar*/
 
 
.v2Revamp_NB header,.v2Revamp_NB .v2_hide_desktop,.v2Revamp_NB .netbank_hfi,.v2Revamp_NB .blueDark,.v2Revamp_NB .rightSlider,.v2Revamp_NB .benefitsPlusPanel,.v2Revamp_NB .slider-section,.v2Revamp_NB .benefits_hdfc_life{
display:none !important;

}
 
.v2Revamp_NB .formButtons .redBtn, .v2Revamp_NB .formButtons .greyBtn, .formButtons .btnArrowDown,.v2Revamp_NB .btn-primary {
	border: 1px solid #1d86ff;
	background: #1d86ff;
}
.v2Revamp_NB .btn-primary {
border: 1px solid #1d86ff;
	background: #1d86ff;
}
.v2Revamp_NB .formButtons .redBtn:hover, .v2Revamp_NB .formButtons .greyBtn, .formButtons .btnArrowDown:hover,.v2Revamp_NB .btn-primary:hover{
	border: 1px solid #234168;
	background: #234168;
}
.v2Revamp_NB .btn-primary.btn-outline{
border: 1px solid #1d86ff;
    color: #1d86ff;
    background-color: #fff;

}
.v2Revamp_NB .btn-primary.btn-outline:hover{
    background-color: #e6e6e6;
    border-color: #adadad;
    color:#333; 
}

.v2Revamp_NB header, .v2Revamp_NB .blueDark,.v2Revamp_NB .rightSlider,.v2Revamp_NB .benefitsPlusPanel,.v2Revamp_NB .slider-section,.v2Revamp_NB .benefits_hdfc_life{
display:none;

}
.v2Revamp_NB .container.page-container {
    margin: 0;
}

.v2Revamp_NB .v2_hfi_desktop {display:block !important; font-size: 24px; padding-left: 15px; font-weight: 600;}

.v2Revamp_NB .NB_discl_hide{display:none !important}
.v2Revamp_NB .NB_discl_show{display:block !important}
/*  NETBANK_UX_HFI_PHASE1 - END Giridhar*/

/* Redmine_11910 - start */
.v2_payFr_lbl{float: left;}
.v2_payFr_lbl_dropdown{
	display: block;
    clear: right;
    margin-top: -6px;
    }
    .v2_clearFix{clear:both;}

/* Redmine_11910 - end */

/*Redmine 10615 starts*/
.etooltip{position:relative;display:block;}
/*Redmine 14436 starts*/
/*.etooltip .etooltiptext{visibility:hidden;width:350px;background: #f2faff;color: #444444;text-align:center;border-radius:5px;padding:5px 0;position:absolute;z-index:1;border: 1px solid #999;}
.e-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;bottom:-8px;left:50%;margin-left:-5px;border-width:8px 8px 0;border-top-color: #999;} */
.etooltip .etooltiptext{display: -webkit-flex;position: absolute;display: flex;-webkit-justify-content: center;justify-content: center;background: #fff;border-radius: 8px;color: #444;margin: -98px auto 0;font-size: 16px;padding: 13px;width: 220px;border:2px solid #444;box-shadow:0px 2px 2px #000;}
.etooltip .e-arrow{border: solid;border-color: #444 transparent;bottom:-12px;left:10%;border-width:8px 8px 0;border-top-color: #444;position: absolute;}
/*Redmine 14436 ends*/
/*Redmine 10615 ends*/
.fixed_amt{top: 6px; position: absolute;left: 85px;font-size: 15px;}

/*Redmine 13110 starts*/
.combo-container .tooltipd{background: url(../images/bg-blue_info.png) no-repeat 0 7px;height: 22px;width: 20px;background-size: 73%;display: inline-block;position: relative;top: 2px;}
.tooltip ul.tooltipli li{list-style:disc;margin-left:15px;}
.combo-container .tooltip.in{margin:0px 6px;}
/*Redmine 13110 ends*/

/* Redmine 12252 edit app manager */
.appmangeredit .popupcontent {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 90%;
	height: 820px;
	border-radius: 1px;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.11);
}
.appmangeredit .btn-grp {
	text-align: center;
	margin-top: 25px;
	width: 100%;
	clear: both;
	float: left;
}
.appmangeredit .header {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}
.appmangeredit .btn-appmangeredit-primary {
	background: #b21117;
	color: #ffffff;
	border-color: #b21117;
}
.appmangeredit .btn-appmangeredit {
	border-radius: 20px;
	height: 40px;
	min-width: 200px;
	margin-top: 30px;
}
.btn-grp-appmangeredit{
    float: left !important;
    clear: both !important;
    width: 100% !important;
    text-align: center !important;
    margin: 20px auto !important;
}
.Appmanger_Edit_popupwrapper {
	padding: 30px ;
	width: 35%;
	background: #fff;
	position: absolute;
	top: 40px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9999;
	display: block;
	margin: auto;
	overflow-y: auto;
}
.Appmanger_Edit_popupwrapper ._confirmationWidth &gt; .disp_tblcell {
    white-space: normal !important;    
    display: block;
    box-shadow: 1px 2px 5px rgb(245, 239, 239);
    border: 2px solid whitesmoke;
    margin-bottom: 20px;
}
.Appmanger_Edit_popupwrapper .mr-top8 {
    margin-top: 30px;
}
.Appmanger_Edit_popupwrapper .custom-checkbox [type="radio"]+label+ .cluttered {
    font-size: 14px;
    color: #7e7e7e;
}
.Appmanger_Edit_popupwrapper .custom-checkbox [type="radio"]:checked+label+.cluttered {
    color: #444444;line-height:18px;
}
.Appmanger_Edit_popupwrapper  .custom-checkbox [type="radio"]+.ui-radio{display:none;}
.Appmanger_Edit_popupwrapper .custom-radio [type="radio"]+.ui-radio +label:before,.Appmanger_Edit_popupwrapper  .custom-checkbox [type="radio"]+.ui-radio +label:before
{content:"";position: absolute; left:0;width:20px; height:20px; /* border-radius: 50%; */border:1px solid #b8b8b8;top: -4px;}
.Appmanger_Edit_popupwrapper .custom-checkbox [type="radio"]+label:before{border-radius:2px;}

.Appmanger_Edit_popupwrapper .custom-radio [type="radio"]:checked +.ui-radio + label:after{content:"";position: absolute;background:#004068; height: 12px;width: 12px;left: 4px;top:4px;border-radius: 50%;}
.Appmanger_Edit_popupwrapper .custom-checkbox [type="radio"]:checked +.ui-radio + label:after{content: '';position:absolute;left: 10px;
top: -6px;border-style: solid;border-color:#004068;width: 8px; height: 20px;border-width: 0 1.5px 1.5px 0;transform: rotate(45deg);}
.Appmanger_Edit_popupwrapper .disp_termCondition_check {
    margin-left:0px;
}
.appmodel a{color: #316384;margin-left: 15px;text-decoration: underline;}


.custom-checkbox input[type="radio"] {
    position: absolute;
    left: -9999px;
}
.custom-checkbox [type="radio"]+label {
    padding-left: 30px;
    float: left;
}
.custom-checkbox{position:relative;margin:10px;}
@media (min-width:320px) and (max-width:600px){
	.Appmanger_Edit_popupwrapper {width:80% !important;}
	.Appmanger_Edit_popupwrapper ._confirmationWidth &gt; .disp_tblcell {padding: 5px;}
	.appmangeredit .btn-appmangeredit{margin-top:5px !important;}
}

.Appmanger_Edit_popupwrapper.isOpen {
	display: block;
}
.Appmanger_Edit .popupcontent {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 90%;
	height: 820px;
	border-radius: 1px;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.11);
}
.Appmanger_Edit .btn-grp {
	text-align: center;
	margin-top: 25px;
	width: 100%;
	clear: both;
	float: left;
}
.Appmanger_Edit .header {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}
.Appmanger_Edit .btn-Appmanger_Edit-primary {
	background: #b21117;
	color: #ffffff;
	border-color: #b21117;
	outline:none;
}
.Appmanger_Edit .btn-Appmanger_Edit {
	border-radius: 5px;
	height: 35px;
	min-width: 200px;
	margin-top: 30px;
}
.btn-grp-Appmanger_Edit{
    float: left !important;
    clear: both !important;
    width: 100% !important;
    text-align: center !important;
    margin: 20px auto !important;
}
.Appmanger_Edit_popupwrapper {
	padding: 30px ;
	width: 50%;
	background: #fff;
	position: fixed;   /* Redmine_13417 */
	top: 40px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99999;
	display: block;
	margin: auto;
}
.Appmanger_Edit_popupwrapper ._confirmationWidth &gt; .disp_tblcell {
    white-space: normal !important;    
    display: block;
    box-shadow: 1px 2px 5px rgb(245, 239, 239);
    border: 2px solid whitesmoke;
    margin-bottom: 20px;
}
.Appmanger_Edit_popupwrapper .mr-top8 {
    margin-top: 30px;
}
.Appmanger_Edit_popupwrapper .custom-checkbox [type="radio"]+label+ .cluttered {
    font-size: 14px;
    color: #7e7e7e;
}
.Appmanger_Edit_popupwrapper .custom-checkbox [type="radio"]:checked+label+.cluttered {
    color: #444444;line-height:18px;
}
.Appmanger_Edit_popupwrapper .custom-radio [type="radio"]+label:before,.Appmanger_Edit_popupwrapper  .custom-checkbox [type="radio"]+label:before
{content:"";position: absolute; left:0;width:20px; height:20px; border-radius: 50%;border:1px solid #b8b8b8;top: -4px;}
.Appmanger_Edit_popupwrapper .custom-checkbox [type="radio"]+label:before{border-radius:2px;}

.Appmanger_Edit_popupwrapper .custom-radio [type="radio"]:checked + label:after{content:"";position: absolute;background:#004068; height: 12px;width: 12px;left: 4px;top:4px;border-radius: 50%;}
.Appmanger_Edit_popupwrapper .custom-checkbox [type="radio"]:checked + label:after{content: '';position:absolute;left: 10px;
top: -6px;border-style: solid;border-color:#004068;width: 8px; height: 20px;border-width: 0 1.5px 1.5px 0;transform: rotate(45deg);}
.Appmanger_Edit_popupwrapper .disp_termCondition_check {
    margin-left:0px;
}

.custom-checkbox input[type="radio"] {
    position: absolute;
    left: -9999px;
}
.custom-checkbox [type="radio"]+label {
    padding-left: 30px;
    float: left;
}
.custom-checkbox{position:relative;margin:10px;}
@media (min-width:320px) and (max-width:600px){
	.Appmanger_Edit_popupwrapper {width:80% !important;}
	.Appmanger_Edit_popupwrapper ._confirmationWidth &gt; .disp_tblcell {padding: 5px;}
	.Appmanger_Edit .btn-Appmanger_Edit{margin-top:5px !important;}
}
.Appmanger_Edit hr{
    margin-top: 0px;
    margin-left: 120px;
    width: 55%;
    border-color: black;
}
.edit_deatils_appmanager h4{font-weight: normal;font-size: 16px;color: black; margin-bottom: 20px;}
.edit_deatils_appmanager ul li{line-height: 1.5;list-style-type: disc;margin-top: 10px;margin-left: 20px;font-size: 14px;color: black;}
.Appmanger_Edit .title span{font-weight: bold;font-size: 18px !important;padding: 2px 25px; display: inline-block;border-bottom: 2px solid lightgray;}
#btn_edit,#btn_cancel{
min-width: 90px;
font-size:16px;
}
#btn_premium_increase{
font-size:16px;
min-width: 160px;
}
#btn_cancel{
background: #fff;
color: #000;
min-width: 95px;
margin-left: 25px;
}
.Appmanger_Edit button.close {
   opacity: 1;
   background: transparent url(../images/c2p3d_v2_close-btn.svg) no-repeat !important;
   width: 25px;
   height: 25px;
   margin-top: 30px !important;
   display: inline-block;
   margin-right: 30px !important;
   text-indent: 9999px;
   border: none;
   }
   /* Redmine 12252 edit app manager */
   /* Redmine_13992 - start */

.plnSum_docList_section{
	border: 1px solid #878787;
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px;
}

.plnSum_docList_section h3.plnSum_docList_heading{
	    text-align: center;color: black;font-size: 20px;  font-weight: 600;    line-height: 32px;    margin-bottom: 10px;
}

.plnSum_docList_section .plnSum_docList_anchor{
	text-decoration : underline;
}

.plnSum_docList_section ul,.plnSum_docList_section ul&gt;li{list-style-type: disc;}
.plnSum_docList_section ul&gt;li{
	margin-left: 20px;    line-height: 2.5;font-size:14px;
}

.plnSum_docList_section ul,.plnSum_docList_section p{font-size: 14px;}

@media screen and (min-width : 600px){
	.plnSum_docList_section {/* margin-left: -18px; */	 width: 96%}
}


@media screen and (max-width : 600px){
	.plnSum_docList_section ul&gt;li{
    line-height: 1.5;
    margin-bottom: 10px;
}
.plnSum_docList_section ul, .plnSum_docList_section p {
    font-size: 11px;
}

}

/* Redmine_13992 - end */
</pre></body></html>