/* Redmine OP-2349 */
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap');

body{color:#444444;font-family: 'Source Sans Pro', sans-serif;background:#fff;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-btm4{margin-bottom:4px;}
.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;padding-left:48px;}
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; 
}

.addon_section{
	margin-left: -40px;
	margin-top: 100px;
	width: 100%;
}

/* Plan details styles - start */
.sarjb_planDetails_section {
/* 	border: 1px solid red; */
	margin-left: -40px;
	margin-top: 50%;
	width: 100%;
	font-size:14px;
}

.pln_dtls_headerDetails {
	margin: 22px 0;
}

.sarjb_planDetails_section .form-group {
	margin-bottom: 25px;
}

.font_weight_normal {
	font-weight: normal;
}

.form-horizontal .control-label {
	padding-left: 14px;
	font-size: 14px;
}

.pln_dtls_pad0 {
	padding: 0 !important;
}

.pln_dtls_benefits {
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	background: #f2faff;
	font-size: 14px;
	margin-top: 20px;
}

.pln_dtls_benefits li {
	line-height: 1.8;
	margin-bottom: 7px;
	float: left;
	/*margin-left: 11px;*/
}

.pln_dtls_benefits li::before {
	background: url('static/ux/images/sarjb_tick.png');
	float: left;
	content: "";
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position-y: 5px;
}

.pln_dtls_benefitsHeader {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 6px;
}

.sarjb_back_link::before {
	background: url('static/ux/images/sarjb_back.png');
	float: left;
	content: "";
	width: 23px;
	height: 28px;
	background-repeat: no-repeat;
	background-position-y: 3px;
}

.pln_dtls_premAmt {
	color: #006db0;
	font-size: 20px;
}

.pln_dtls_premAmt_sec {
	padding: 10px;
	background: #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
	float: left;
	font-weight: bold;
}

.pln_dtls_footerP p {
	line-height: 1;
}

.pln_dtls_padL0 {
	padding-left: 0px;
}

.pln_dtls_padL5 {
	padding-left: 5px;
}

/* Desktop */
@media screen and (min-width:601px) {
}

/* Mobile */
@media screen and (max-width:600px) {
}

/* Plan details styles - end */

/* Plan summary styles - start */
.sarjb_planSummary_section {
	/* 	border: 1px solid red; */
	/* margin-left: -40px; */
	padding-top : 100px;
	width: 100%;
}

.pln_dtls_headerDetails {
	margin: 22px 0;
}

.tooltip1 ul.tooltip1li li{list-style:disc;margin-left:15px;}

.sarjb_planDetails_section .form-group {
	margin-bottom: 25px;
}

 .font_weight_normal .font_weight_normal p{
	font-weight: normal;
}

.form-horizontal .control-label {
	padding-left: 14px;
	font-size: 14px;
}

.pln_dtls_pad0 {
	padding: 0 !important;
}

.pln_dtls_benefits {
	float: left;
    border: 2px solid #cccccc57;
    padding: 10px;
   /* background: #e5eff647;*/
    font-size: 14px;
    margin-top: 20px;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 4px 2px 8px 0px rgba(0,0,0,0.1);
}

.pln_dtls_benefits li {
	line-height: 1.4;
    margin-bottom: 15px;
    float: left;
    /*margin-left: 35px;*/
}

.pln_dtls_benefits li::before {
	background: url('static/ux/images/sarjb_tick.png');
	float: left;
	content: "";
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position-y: 5px;
}

.pln_dtls_benefitsHeader {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.sarjb_back_link::before {
	background: url('static/ux/images/sarjb_back.png');
	float: left;
	content: "";
	width: 23px;
	height: 28px;
	background-repeat: no-repeat;
	background-position-y: 3px;
}
.pln_dtls_benefits li>span{
	padding-right: 5px;
    margin-left: -22px;
}

.pln_dtls_premAmt {
	color: #006db0;
	font-size: 20px;
}

.pln_dtls_premAmt_sec {
	padding: 10px;
	background: #dbdbdb63;
	border-radius: 5px;
	margin-bottom: 20px;
	float: left;
	font-weight: bold;
}

.pln_dtls_footerP p {
	line-height: 1;
}

.pln_dtls_padL0 {
	padding-left: 0px;
}

.pln_dtls_padL5 {
	padding-left: 5px;
}

.sarjb_planDetails_section .edit-form {
	font-size: 14px;
	padding-right:20px;
}



.pln_smry_subsec{
	background: #64869908;
    border: 1px solid #cccccca3;
    margin-bottom: 20px;
    padding: 20px;
    margin-top: 20px;
    padding-bottom: 35px;
}
.red-astrik {
    color: red;
}

.sarjb_marb20{
	margin-bottom:20px;
}

.pln_smry_heading{
font-weight: bold;
}

.pln_smry_appNum{
	border: 1px solid #0069ae1f;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 20px;
    margin-top: 5px;
    color: #000000;
    /*color: #0069ae;
    font-weight: bold; Redmine --15293*/
}

.pln_smry_headerSec{
	padding-bottom: 30px;
    border-bottom: 1px solid #cccccc85;
}

.pln_smry_lblstyle{
	font-size: 22px;
    font-weight: bold;
    padding-left: 35%;
}

.sarjb_marT20{margin-top:20px !important}

.pln_smry_separator {
    border-right: 1px solid #cccccca1;
    height: 90px;
}

.pln_smry_mTstyles p{margin-top:-5px;margin-bottom:0;}
.pln_smry_pdfDownload::before {
	background: url(../images/sarjb_download_pdf.png);
    float: left;
    content: "";
    width: 60px;
    height: 35px;
    background-repeat: no-repeat;
    background-position-y: 0px;
    position: relative;
    background-size: 35%;
    margin-left: 40%;
    background-position-x: 35px;
}

.sarjb_planSummary_section h4,.pln_smry_sec {font-weight:bold;}
.sarjb_padL0{padding-left:0 !important;}
.pln_smry_paymentInfo{
	 border: 1px solid #ccc;
    padding: 0;
}

.pln_smry_addBg{
	background: #cccccc54;
    padding: 20px;
}

.sarjb_pad20{
	padding: 20px;
}

.pln_smry_wrapper{
	background: #cccccc54;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pln_smry_addSpace{
	padding-top: 10px;
    padding-bottom: 10px;
}

.sarjb_mT50{margin-top:50px !important;}
.sarjb_planSummary_section .double-box{
	    margin-top: 15px;
}

/* Desktop */
@media screen and (min-width:601px) {
}

/* Mobile */
@media screen and (max-width:600px) {
}

/* Plan summary styles - end */
/* Form Elements */
.form-control{border-width:0 0 1px 0;border-color:#b9b9b9;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: 15px;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:14px;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;    padding-top: 0.4em;padding-right: 2.1em}
.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 > img{padding-bottom:3px;height:auto;width:18px;}
.tooltip1 .tooltip1-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;}
.tooltip1.in{opacity: 1;z-index: 2;}

/* 	.tooltip1 .tooltip1-inner:after, .tooltip1 .tooltip1-inner:before{content: " ";height:0; width: 0; position: absolute;pointer-events: none;border:solid transparent;}
	.tooltip1 .tooltip1-arrow{display: none;} */


.tooltip1 .tooltip1-inner:after {
	border-color: rgba(242, 250, 255, 0);	
	border-width:8px;	
}
.tooltip1 .tooltip1-inner:before {
	border-color: rgba(224, 239, 249, 0);	
	border-width: 9px;
}
.long-tip .tooltip1 .tooltip1-inner{min-width: 300px;}

.tooltip1.right .tooltip1-inner:after, .tooltip1.right .tooltip1-inner:before {right: 100%;top: 50%;}
.tooltip1.right .tooltip1-inner:after {border-right-color: #f2faff;margin-top: -8px;}
.tooltip1.right .tooltip1-inner:before {border-right-color: #e0eff9;margin-top: -9px;}

.tooltip1.left .tooltip1-inner:after, .tooltip1.left .tooltip1-inner:before {left: 100%;top: 50%;}
.tooltip1.left .tooltip1-inner:after {border-left-color: #f2faff;margin-top: -8px;}
.tooltip1.left .tooltip1-inner:before {border-left-color: #e0eff9;margin-top: -9px;}

.tooltip1.bottom .tooltip1-inner:after, .tooltip1.bottom .tooltip1-inner:before {left: 50%;}
.tooltip1.bottom .tooltip1-inner:after {border-bottom-color: #f2faff;margin-left: -1px;top: -16px;}
.tooltip1.bottom .tooltip1-inner:before {border-bottom-color: #e0eff9;margin-left: -2px;top: -18px;}

.tooltip1.top .tooltip1-inner:after, .tooltip1.top .tooltip1-inner:before {top: 100%;left: 50%;}
.tooltip1.top .tooltip1-inner:after {border-top-color: #f2faff;margin-left: -1px;top: calc(100% - 1px);}
.tooltip1.top .tooltip1-inner:before {border-top-color: #e0eff9;margin-left: -2px;top:calc(100% - 1px);}

.tooltip1-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}
.tooltip1-table.help-table{background:#f2faff;}
.tooltip1-table tr td{font-weight: normal;color:#7e7e7e;border-color:#7e7e7e !important;vertical-align: middle !important;}
.tooltip1-table tr td small{display: block;font-size: 12px;}
.tooltip1-btn{position: relative;}


.open .tooltip1-btn:before, .open .tooltip1-btn:after{bottom: -4px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	z-index: 9;}

.open .tooltip1-btn:after{
    border-color: rgba(247, 247, 247, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
    z-index: 11;
}
.open .tooltip1-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);}
.text-center {text-align: center;}
.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>li{margin-bottom: 24px;}
.nav-pills>li>a{border:1px solid #7e7e7e;border-radius: 20px;height: 40px;color:#7e7e7e;padding: 8px 24px;}
.nav-pills>li{padding-right:16px;}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	background:#0587e0;border-color:#0587e0;}
.nav>li>a:focus, .nav>li>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{/*cursor:pointer;*/font-size: 16px;font-weight: normal;position: relative;padding-left:32px;margin:0;line-height:20px;color:#000;/* color:#7e7e7e; */}
.custom-checkbox [type="checkbox"]+label{padding-left: 30px;float: left;/*cursor:pointer;*/}
/* .custom-checkbox [type="checkbox"]+label+ .cluttered{font-size: 14px;color:#7e7e7e;} */
.custom-checkbox [type="checkbox"]:checked+label+.cluttered{color:#444444;}
.has-error.custom-checkbox> 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: 200px;}
.sticky-bg .rupee-box{max-width:100%;}
.pluginUp_ops_spp .form-control.rupee-input{padding-left:22px !important;}
.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 */
._rhs_brdr{position :relative;}
._rhs_brdr::before{
 	content: "";
    padding: 2px;
    width: 65px;
    background: #e1e1e1;
    position: absolute;
    top: 32px;
    left: 38%;
 }
.sidebar{background: #f2faff;padding:24px 32px 16px;}
h5.side-title{color:#0587e0;}
.guide-box{margin-top:40px;clear: both}
.guide-title_main{padding:16px 0 16px;line-height: 18px;font-weight: bold;font-size:20px; padding-top:0;}
.guide-title{padding:16px 0 16px;line-height: 20px;font-weight: bold;text-align: left;padding-bottom: 8px;font-size: 18px;}
.guide-desc{padding-bottom:16px;font-size: 14px;color: #444444;text-align: left;font-weight: 500;}
.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;}

.sidebar.text-center table tbody tr{
	border-bottom: 1px solid #e1e1e1;
}
.Guar_Pay:before{
	content: "";
    background-image: url(../../../static/ux/images/Death_Benefit.png);
    width: 56px;
    height: 56px;
    z-index: 1000;
    display: block;
    margin-top: 15px;
        margin-right: 5px;
}
.FlexiblepayoutsPNG:before{
	content: "";
    background-image: url(../../../static/ux/images/Convenient-Payment-Options.png);
    width: 56px;
    height: 56px;
    z-index: 1000;
    display: block;
    margin-top: 15px;
        margin-right: 5px;
}
.Bonus-PNG:before{
	content: "";
    background-image: url(../../../static/ux/images/Death-Coverupto.png);
    width: 56px;
    height: 56px;
    z-index: 1000;
    display: block;
    margin-top: 15px;
        margin-right: 5px;
}
.Guaranteedpayouts-PNG:before{
	content: "";
    background-image: url(../../../static/ux/images/ULIP-with-Capital-Guarantee.png);
    width: 56px;
    height: 56px;
    z-index: 1000;
    display: block;
    margin-top: 15px;
        margin-right: 5px;
}
.FlexibleInvestmentPeriod-PNG:before{
	content: "";
    background-image: url(../../../static/ux/images/Returncharges.png);
    width: 56px;
    height: 56px;
    z-index: 1000;
    display: block;
    margin-top: 15px;
        margin-right: 5px;
}
.ConvenientPayment-PNG:before{
	content: "";
    background-image: url(../../../static/ux/images/No-Medicals.png);
    width: 56px;
    height: 56px;
    z-index: 1000;
    display: block;
    margin-top: 15px;
        margin-right: 5px;
}
.accident_Death_Disability_Cover:before{
	content: "";
    background-image: url(../../../static/ux/images/Accident-death-disability-cover.png);
    width: 56px;
    height: 56px;
    z-index: 1000;
    display: block;
    margin-top: 15px;
    margin-right: 5px;
}
.dual_Tax_Benefit:before{
	content: "";
    background-image: url(../../../static/ux/images/Dual-tax-benefit.png);
    width: 56px;
    height: 56px;
    z-index: 1000;
    display: block;
    margin-top: 15px;
    margin-right: 5px;
}
.SRP_help{
	text-decoration: none !important;
	font-size: 18px !important;
}
.text-link{text-decoration: underline;color:#0587e0;font-size: 12px;font-weight: normal;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;}




.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 > 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:0 0 16px;}
	.about-hdfc li{width:100%;}
	.mob-sticky{background: #014071;padding:12px;color:#fff;z-index: 6;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) {
		.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;}
	.tooltip1-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;max-height: 150px;}
.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 > 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;}


  .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 .tooltip1 .tooltip1-inner{width:500px !important;max-width:auto !important;}
.incomeTerm + .ui-selectmenu-button{width : 100% !important;}
.ui-selectmenu-button,.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 + .tooltip1.left .tooltip1-inner:before , .sticky-blue .question-tip + .tooltip1.left .tooltip1-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("static/ux/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;}




.hideScreen{
    position: fixed;
    left: 0;
    top: 0;
    height: 100% !important;
    z-index: 100000;
    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>li>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>li>a:hover{color:#0587e0 !important;}
.v2_show_more_section .nav-pills>li.active{background: #fff !important; border-bottom: 3px solid #0587e0; } /*  8564_UX */
.v2_show_more_section .nav-pills>li.active>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>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 + .tooltip1{top:3px !important;}
	.excl-content > .field-lbl{line-height:40px !important;}
	.modal[id^="calculate"] .modal-body {padding: 8px 0px 40px 40px;}
	#v2_filter_plan_editpopup .excl-content> .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%;}
	
	
	.tooltip1 .tooltip1-arrow{display:block;}
	.tooltip1.top .tooltip1-arrow { border-width: 9px;top: calc(100% - 5px);border-top-color: #dadada;}
	.tooltip1.bottom .tooltip1-arrow{border-bottom-color: #dadada;/* border-width: 9px;top: calc(100% - 88px); */}
	.tooltip1.left .tooltip1-arrow{border-left-color: #dadada;}
	.tooltip1 .tooltip1-inner{padding:12px;}
	body.ctooltip1 .tooltip1 .tooltip1-inner{margin:0px;}
	.v2_desk_widthChange +.tooltip1 .tooltip1-inner{width:250px !important;}
	
	.sticky-tip + .tooltip1.left .tooltip1-arrow {    top: 34%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0px 5px 5px;}
    
    .tooltip1 {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%;}
    
    #editModal .down_arrw_red{margin-left: 2px !important;}
    .v2_show_more_section .nav-pills>li>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_padT26P{padding-top: 26px !important;}
    





    
} /* end of Desktop mode */





/*  NETBANK_UX_HFI_PHASE1 - END*/
/*Redmine 9077: Term and Condition: start : Dev Indurkar*/
.dropdown .popover{width:300px;}
#c_overlay {position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;background-color: #ffffff;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: 200px;overflow-x: hidden;border: 1px solid black;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: 300px;}
	.v2_flex_btn_sec{margin-left:250px;}
}
.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;}




/* 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 */

	/*  NETBANK_UX_HFI_PHASE1 - START Giridhar*/
 
 
.v2Revamp_NB header,.v2Revamp_NB .blueDark,.v2Revamp_NB .logoDisclaimerWrapper,.v2Revamp_NB .v2_hide_desktop,.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;
}

/*  NETBANK_UX_HFI_PHASE1 - END Giridhar*/

.dropdown .popover{width:300px;}/*Redmine 8558 UX*/



/* Redmine_10301 - start */

.exscust_Revamp_padR0{padding-right: 0 !important;}
.exscust_Revamp_resendStyles{ margin-top: 8px; padding-left: 10px;}
.exscust_Revamp_mT30P{margin-top:30% !important;}
.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 .tooltip1.right .tooltip1-arrow {
    top: 50%;
    left: 0;
    margin-top: -7px;
    border-width: 8px 8px 10px 0px;
    border-right-color: #b1b1b1;
}
#compare .tooltip1 .tooltip1-inner{
	margin-left: 3px;
}

/* Redmine_9256 - end  */

/* Redmine_10138 - start  */

.v2Revamp_NB .v2_hfi_desktop {display:block !important; font-size: 24px; padding-left: 15px; font-weight: 600;}

/* Redmine_10138 - end  */

/* Redmine_10029 - start  */

.v2Revamp_NB .NB_discl_hide{display:none !important}
.v2Revamp_NB .NB_discl_show{display:block !important}


.v2Revamp_NB .container{max-width:650px;}
.v2Revamp_NB .example_content.container_toggle{text-align:center}
.v2Revamp_NB .revampPage{    max-width: 100%;flex: 0 0 100%;}
.v2Revamp_NB #suitabilty_lbl::before{left: -14px;}
.v2Revamp_NB #plan_details .sarjb_hideMobile{display:none !important;}
.v2Revamp_NB #plan_details .sarjb_pln_descSection.sarjb_hideMobile {display:block !important;}
.v2Revamp_NB #plan_details #ProceedToAddons > .btn{    min-width: 95%;margin-top: 20px;}
.v2Revamp_NB #plan_details .sarjb_pln_descSection .pln_dtls_padL0{margin:0}


/* Redmine_10029 - end  */

/* Redmine 9975 : Dev Indurkar : Start */
@media only screen and (max-width: 991px){.mobilldwnd {height: 60% !important;}}
/* Redmine 9975 : Dev Indurkar : End */


/* 9465 - OTP enabled journey for C2P3D Revamp Journey */

@media only screen and (max-width:600px){
	#editModal{overflow : scroll;}	
	.modal{z-index:1000001}
	#editModal .form-group{margin-top: 0px !important;margin-bottom: 0px !important;}
	#editModal .form-box{margin-bottom:25px !important;margin-top: 0px !important;}
}

/* 9465 - OTP enabled journey for C2P3D Revamp Journey */
/* Redmine_10435 - start */
@media only screen and (min-width: 768px){
._confirmationWidth > .disp_tblcell{    white-space: normal !important;    padding-right: 30px; display: block;}
}
/* Redmine_10435 - end */






/* Redmine_10513 - start */
@media only screen and (max-width: 500px){
.disp_termCondition::-webkit-scrollbar{-webkit-appearance:none;}
.disp_termCondition::-webkit-scrollbar:vertical{width:8px;}
.disp_termCondition::-webkit-scrollbar:horizontal{height:10px;}
.disp_termCondition::-webkit-scrollbar-thumb{border-radius: 10px;border: 0px solid #837c7c;background-color: rgba(0, 0, 0, 0.5);height: 30px;}
.disp_termCondition::-webkit-scrollbar-track{background:linear-gradient(90deg,#ccc,#fff 0px,#ccc 0,#ccc);}

}
/* Redmine_10513 - 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"]:checked:focus +label::before{border: 1px solid #1276d4;}
.custom-combobox-input:focus{border-bottom: 1px solid #1276d4;}
/* Redmine_9052 - end */
/*Call centre assistance Redmine 10460 Deepak S Start*/
.ccAssistance_NB .double-box {padding: 15px 0px 10px 0;}
/*Call centre assistance Redmine 10460 Deepak S End*/

/*Redmine 10615 starts*/
.etooltip1{position:relative;display:block;}
/*Redmine 14436 starts*/
/*.etooltip1 .etooltip1text{visibility:hidden;width:350px;background: #f2faff;color: #444444 !important;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;} */
.etooltip1 .etooltip1text{display: -webkit-flex;position: absolute;display: flex;-webkit-justify-content: center;justify-content: center;background: #fff !important;border-radius: 8px;color: #444;margin: -98px auto 0;font-size: 16px;padding: 13px;width: 220px;border:2px solid #444 !important;border-bottom: 4px solid rgb(68, 68, 68) !important;box-shadow:0px 2px 2px #000;}
.e-arrow{border: solid;border-color: #444 transparent;bottom:-12px;left:10%;border-width:8px 8px 0 !important;border-top-color: #444;position: absolute;}
/*Redmine 14436 ends*/
/*Redmine 10615 ends*/

/* div#proceedNext{display:inline-block;} */
.btn[disabled]{background-color: lightgray !important;color: black !important;}

@media only screen and (max-width: 500px){
.mob_sticky_parent{    
	position: relative;
    width: 100px;
    height: 150px;
    display: inline-block;
    }
}

/* Netbanking view */
@media only screen and (min-width:500px) and (max-width:767px){
	#purchasePlan{margin-bottom:20px}

}


/* redmine_12066 HFI style starts--Giridhar*/
.v2Revamp_NB .ppMob_skip_btn:hover {
	background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
.v2Revamp_NB .ppMob_skip_btn{
	border: 1px solid #1d86ff;
    color: #1d86ff;
    background-color: #fff;
}
.v2Revamp_NB .limitedPayPopup .closePopup {
    margin-top: -3px;
    margin-right: -7px;
}
.v2Revamp_NB .mob_sticky_parent .mob-sticky,.v2Revamp_NB #edit-details-mob .mob-sticky{
	  position: initial;
}

.v2Revamp_NB .v2_flex_btn_sec{
	padding-bottom: 40px;
}
.v2Revamp_NB .exclusive-arrow{
	background: #234168;
}
.v2Revamp_NB .exclusive-arrow:after {
border-top-color: #234168;
}
/*redmine_12066 HFI style end*/


/* Redmine_9191 - start */
@media screen and (max-width:600px){
	@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(20px);
  }
  60% {
    transform: translateX(10px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  60% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}



/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-20px);
  }
  60% {
    transform: translateX(-10px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
}


/* 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 > .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;}
.whatsapp-checkbox{margin-top: -40px;margin-left: -30px;}
@media (min-width:320px) and (max-width:600px){
	.Appmanger_Edit_popupwrapper {width:80% !important;}
	.Appmanger_Edit_popupwrapper ._confirmationWidth > .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 > .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 > .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 */
   
   
/* Notify on focus changes - start */
.sarjb_notifySection,.sarjb_notifySection_medQ{
	border: 1px solid #cccccc8a;
    position: relative;
    padding: 20px 28px;
    border-radius: 5px;
    background-color: #ebf5ff;
    box-shadow: 2px 3px 8px 6px rgba(0,0,0,0.1);
    border: 1px solid #f4f4f4;
    position:absolute;
    top:160px;
    left:62%;
}

.sarjb_notifySection_inner{
	background: url(../images/sarjb_bulb.png) no-repeat 0 0;
    background-color: transparent;
    position: absolute;
    left: -44px;
    float: left;
    top: 20px;
    display: inline;
    width: 80px;
    height: 80px;
}


/* Notify on focus changes - end */

/* 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>li{list-style-type: disc;}
.plnSum_docList_section ul>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: 100%}
}


@media screen and (max-width : 600px){
	.plnSum_docList_section ul>li{
    line-height: 1.5;
    margin-bottom: 10px;
}
.plnSum_docList_section ul, .plnSum_docList_section p {
    font-size: 14px;
}
.theme-form .form-group {
    margin-bottom: 15px;
}
.sarjb_planSummary_section h4, .pln_smry_sec p ,.custom-checkbox [type="checkbox"]+label{
    font-size: 14px;
}
#editModal .form-box.mMGB0,.mMGB0{margin-bottom:0px !important;}
.mMGT0{margin-top:0px !important;}
.mMGL0{margin-left:0px !important;}
.mMGR0{margin-right:0px !important;}
.mMGB20{margin-bottom:20px !important;}
#rider_skip .modal-content{padding:8px;}
#PP_Per_acci_cover .modal-body,#acci_death .modal-body,#accidental_IB .modal-body,#rider_skip .modal-body{margin:5px !important;}
.ppMob_addBrdr{padding:4px !important;}
#PP_Per_acci_cover button.close,#acci_death button.close,#accidental_IB button.close{margin-top:-10px !important;margin-right:-10px !important;}
/* .dw-cal-table{margin-top:2px;} */
}

/* Redmine_13992 - end */

				
	.pln_dtls_benefits img{width:15px;}
	.sarjb_padL10{padding-left:10px !important;}
	.sarjb_padL35{padding-left:35px}
	#sarjb_notifyContent ul li{list-style-type:decimal !Important}
	
	 @media screen and (min-width : 601px){
 	.sarjb_showDesktop{display:block !important;}
 	.sarjb_hideDesktop{display:none !important;}
 }
 
  @media screen and (max-width : 600px){
  	.sarjb_showMobile{display:block !important;}
  	.sarjb_hideMobile{display:none !important;}
  	
  	#plan_details .sarjb_mob_hdrs{margin-bottom:20px;}
  	
  	#sarjb_planFeaturesPopup .modal-dialog{margin-top: 10vh;}
  	#sarjb_planFeaturesPopup .modal-content{float: left;}
  	#sarjb_planFeaturesPopup .modal-header{ padding-top: 28px;}
  	#sarjb_planFeaturesPopup .modal-body{float: left; padding: 15px;padding-top: 0;margin-top: -8px;}
  	#sarjb_planFeaturesPopup .pln_dtls_benefits{    margin-top: 0;border: none;background: none;}
  	
  	
  	.sarjb_mob_top25{margin-top: 25px;text-align:center;}
 }
 
 select.form-control,input[type="radio"]+label, input[type="checkbox"]+label {
    cursor: pointer;
} 


.sarjb_planSummary_section h4.pln_smry_heading {
    font-size: 28px;
    margin-bottom: 10px;
}

@media screen and (max-width:600px){
	#ops_sarjb{margin-top: 18px;padding:0px 20px;}
	.PPrider_sticky_header{width:90% !important;}
}

.sarjb_pln_descSection{
	float: left;
    width: 85%;
    background: #cccccc2e;
    padding-bottom: 20px;
}

#sarjb_planFeaturesPopup .pln_dtls_benefits{box-shadow:none;}
@media screen and (min-width:768px){
	.PPrider_sticky_header_wrapper .PPrider_sticky_header{width:93%;max-width:1300px; padding-left:48px;padding-right:48px;}
	.PPrider_sticky_header_wrapper{margin-right: -48px;margin-left: -48px;}
	#ops_sarjb .row.featuresMainHm{margin-top: 15px;}
}
#ops_sarjb #editModal .awesomplete{width:100%;}
.sarjb_planDetails_section.plan_details .pln_dtls_benefits{background: #f2faff;}
.sarjb_pln_descSection .pln_dtls_padL0{background: #f9f9f9;padding-top: 20px;padding-bottom: 20px;padding-left: 20px;}
.pln_dtls_premAmt_sec {margin-bottom: 0px !important;background: #f0f0f0;}
.pln_dtls_premAmt_sec p{margin-bottom: 0px !important;}
.sarjb_ulStyles{padding-left:13px;}
.dw-calendar.dw-bubble .dw-persp{z-index:9999999}
@media screen and (min-width:768px){
#sarjb_faq_wrapper .dvCalculatePremium{box-shadow: none !important;}
#sarjb_faq_wrapper .fund-performance-steps .wrapper-box{padding: 19px 24px 21px;}
}	
@media screen and (max-width:767px){
#sarjb_faq_wrapper .fund-performance-steps .wrapper-box{margin-top: 0px;}
#sarjb_faq_wrapper .dvCalculatePremium{/*margin-left:10px;*/ margin-top: 10px; /*margin-right:10px;*/}
#sarjb_faq_wrapper .About_Product_sarjb.fund-performance-faq #btnConfirmAndProceed{max-width:250px;}
#sarjb_faq_wrapper .fund-performance-steps .wrapper-box{padding: 19px 24px 21px;box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3)}
#sarjb_faq_wrapper .About_Product_sarjb.fund-performance-faq .wrapper-box{box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);    margin-left: 0px !important;margin-right: 0px !important;}
#sarjb_faq_wrapper .CiRider.fund-performance-faq .wrapper-box, #sarjb_faq_wrapper .IbRider.fund-performance-faq .wrapper-box, #sarjb_faq_wrapper .protectplusrider.fund-performance-faq .wrapper-box{margin-left: 0px !important;margin-right: 0px !important;}
#editModal .row{margin: 0px !important;}
}
#sarjb_faq_wrapper .faq-main #glosrryIcon{background: #d51d24;width:250px;border-radius: 3px;box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3);}
#sarjb_faq_wrapper .fund-performance-steps .wrapper-box .formButtons{padding-bottom: 0px;padding-top: 10px;border-radius: 3px;}
#sarjb_faq_wrapper .About_Product_sarjb.fund-performance-faq #btnConfirmAndProceed{background: #d51d24;border-radius: 3px;box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3);}
#sarjb_faq_wrapper .faq-main #glosrryIcon span:after{background-position: 0 0 !important;}
@media only screen and (max-width: 768px) {
.v2_display_flex_o2 {
    order: 2;
    margin-top: 20px;
}
.v2_display_flex_o1 {
    order: 1;
}
.v2_display_flex {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}
}
.pln_smry_appNum{
	border: 1px solid #e7e7e7;
	}
.pln_smry_subsec{
	background: #fafafa;
	border: 1px solid #e7e7e7;
	}
.pln_smry_separator {
    border-right: 1px solid #cccccc;
	}
.pln_smry_wrapper{
	background: #fafafa;
	}
.pln_smry_wrapper p{text-align: center;margin-bottom: 0px;padding:0 10px;}
@media only screen and (max-width: 767px) {
.question-tip {
    padding-left: 2px !important;
}
.quest_pos{position:absolute;}
.jus_txt{text-align:justify;}
.one_amt{white-space:pre;}
.modal-header button.close {
    margin-right: -8px !important;
    margin-top: -20px !important;
  }
 .modal-body, .modal-header, .modal-footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.modal-body {
 padding-right: 15px !important;
 padding-top:15px !important;
}
#editModal .modal-header h4 {
	margin-top:-25px !important;
}
.pln_dtls_benefitsHeader {
    margin-top:-18px !important;
	}
#sarjb_planFeaturesPopup .pln_dtls_benefits {
    margin-left: -12px;
    margin-top: -10px;
}
.tooltip1 .tooltip1-inner{min-width: 150px !important;padding:15px;}
.form-group .form-box{margin-bottom:20px;}

}

.PPrider_desktop .table.compare-table tbody tr td:nth-child(3) p[class$="SAInWords"]{    
	margin-left: 30px;
    white-space: nowrap;}
  
 .PPrider_desktop .v2_errMsg {margin-top:18px;} 
 @media screen and (max-width:600px){
 	.sarjb_pln_descSection{
		left: 7px;
	    width: 96%;
	    padding-bottom: 0;
	    position: fixed;
	    bottom: 0;
	    z-index: 1030;
	    border: 1px solid #ccc;
 	}
 	.sarjb_pln_descSection .pln_dtls_padL0{
 		padding: 0px 10px;
 	}
 	
 	.sarjb_pln_descSection .sarjb_mob_top25{
 		margin-top:10px;
 		margin-bottom:10px;
 	}
 	
 	.sarjb_notifySection .sarjb_notifySection_inner,.sarjb_notifySection_medQ .sarjb_notifySection_inner{display:none;}
 	.sarjb_notifySection,.sarjb_notifySection_medQ{
 		position: fixed;
	    top: initial !important;
	    left: initial !important;
	    padding: 10px 12px;
	    font-size: 14px;
	    bottom: 4px;
	    z-index: 1030;
	    border-radius: 8px;
    	width: 96%;
    	left: 5px !important;
    	border: 1px solid #ccc;
 	}
 	.pln_smry_wrapper p{text-align: left;margin-bottom: 0px;padding:10px 0px 10px 10px;color:#fff;}
 	.pln_smry_wrapper .col-xs-6.sarjb_pad20{border-left: none !important;}
 	.pln_smry_wrapper .totPremInWords{letter-spacing: 3px;}
 
 	#ProceedToAddons > button{
 		width: 100%;
    	border-radius: 20px;
 	}
 	
 	.ppNob_btnGroup .ppNob_btnStyles,#purchasePlan{width:85%;}
 	.parent_container_cardSlider .bx-wrapper .bx-controls-direction a{ z-index: 6;}
 	.sarjb_mob_pad0{padding-left:0 !important;}
 	
 	.sarjb_notifySection, .sarjb_notifySection_medQ{display:none !important;}
 	
 	.ppMob_riderCard_wrapper .riderCard_editBtn{
 		padding-left: 10px;
    	padding-right: 30px;
    	font-size:14px;
 	}
 	.ppMob_riderCard_wrapper .ppMob_knowMore{font-size:16px}
 	.ppMob_riderCard_wrapper .riderCard_label{font-size:17px;}
 	#riderPage > div.PPrider_wrapper > div.PPrider_mobile > h4{margin-top:20px;}
 	
 	.disclaim_whyTerm ol{margin-top:10px;}
 	.disclaim_home ol li, .disclaim_whyTerm ol li,.disclaimer .more-content > p,.sarjb_mob_chckStyles .cluttered,
 	.sarjb_home .sjb_explain,#v2_leadPage .form-title, #plan_details .pln_dtls_headerDetails{text-align:justify}
 	
 	.sarjb_mob_chckStyles{margin: 0;}
 	.sarjb_home #ops_sarjb{padding:0;}
 	
 	
 	.mob_tooltip1_abs{position:absolute;}
 	
 	
}
 @media screen and (min-width:768px){
 .total_p{text-align: left !important;}
 .sarjb_home .sjb_explain{text-align:justify}
 }
 @media screen and (min-width: 1230px) {
.PPrider_sticky_header_wrapper .PPrider_sticky_header {
    max-width: 1270px;
}   
}
.sarjb_planSummary_section .pln_smry_pdfDownload::before{margin-left:30%}
.disclaimer a.cta{text-decoration}
@media screen and (min-width : 768px){
.disclaimer a.cta{display:none !important;}
.bt_align {margin:0 !important;padding-left:15px !important;padding-right:15px !important;}
#plan_details .form-horizontal{padding-left: 6px;}
.row.pln_dtls_padL0{margin-left:0px;}
}
.disclaimer a.cta{background-position: 72% -21%;}
.disclaimer a.cta.less{background-position: 72% 122%;}
#editModal #etooltip1text{display:none !important;}


.v2Revamp_NB .pln_smry_paymentInfo{color:#fff}

/* Redmine 16171 - New UW Guidelines changes */
.nriYes{position:relative;padding: 5px;font-style: italic;border: 1px solid blue;background-color: lightcyan;color: red;margin-top: 6px;padding-left: 25px;display:none;font-size: 14px;}
.nriYes::before{content:'';position:absolute;background: transparent url(../images/iconError.png) no-repeat scroll right center;width: 25px; height: 25px; left: 0;}
.nriYes::before{background-color:transparent;}

@media only screen and (max-width: 767px) {
.hide_MobileNetbank {
    display:none !important;
}
}
/* Redmine 16312 checkbox error msg -- Shashidhar Starts*/
.sarjb_mob_chckStyles.custom-checkbox{margin:0px;}
.checkboxErr{margin: 0px 0px 5px 0px;}
.down_arrw_red{width: 0;background-color: #fff;content: "";height: 0px;margin-bottom: 5px;margin-left: 2px;border-left: 8px solid transparent;display: table;border-right: 8px solid transparent;border-top: 8px solid #ed191f;}
/* Redmine 16312 checkbox error msg -- Shashidhar 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 > .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 > .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 > .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 > .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 */

.dw-cal .dw-cal-table{padding-top:5px;padding-bottom:5px;} /* redmine 16392 ---shashidhar */
.alternateDP{font-size:0px;}
@media only screen and (max-width:767px){
#riderPage #rider_skip button.close{
	margin-top: -11px !important;
	margin-right: -15px !important;
}
}
@media screen and (max-width:400px){
	.pln_smry_sec.pln_smry_subsec.sarjb_mob_pad0 .sarjb_marT20.sarjb_mob_padL0.font_weight_normal h4, .pln_smry_sec.pln_smry_subsec.sarjb_mob_pad0 .sarjb_marT20.sarjb_mob_padL0.font_weight_normal p{
		font-size:13px;
	}
	
}
@media screen and (min-width:362px) and (max-width:400px){
	.ADC_summary .mob_displayFlex .mob_para4, .INAD_summary .mob_displayFlex .mob_para4 {
    margin-left: 0px !important;
	}
}
.ui-autocomplete-load{background:#FFFFFF url(../images/select2-spinner.gif) right center no-repeat !important;}


@media (max-width: 767px){
	.row.bt_align{padding: 1px 15px 0 30px;}
	.sarjb_planAmt1{width:60%;}
	.sarjb_planAmtMonth{width:33.333%;}
	.pln_dtls_premAmt_sec{margin-left: 0px;padding-left: 45px;padding-right: 15px;margin-bottom:10px !important}
	.pln_dtls_padL0 .sarjb_mob_top25{margin-bottom: 0px !important; padding-bottom: 10px !important;}
	.pln_smry_headerSec{padding-right: 15px; padding-left: 15px;}
	.pln_smry_paymentInfo .pln_smry_wrapper .col-xs-6{width:50%;}
	.saral-head .sjb_head{margin-top: 20px;}
	
	
}

.pln_smry_headerSec, .pln_smry_paymentInfo .pln_smry_wrapper{margin:0;}
.sarjb_marT20.sarjb_mob_padL0{margin:0 !important;}
.sarjb_marT20.sarjb_mob_padL0 .col-xs-3{width:25%;}
.sarjb_planSummary_section, .page-container.riderDetials{overflow-x: auto;}

select.selectlist~span.ui-selectmenu-button .ui-icon:after,.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;}
.ui-selectmenu-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button:hover {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    background: #fff !important;
    width: 100% !important;
    outline: 0;
}

@media (min-width: 768px){
	#editModal .modal-dialog{width : 900px;}
	
}

.tooltip ul.tooltipli li {
    list-style: disc;
    margin-left: 15px;
}
.view{
	text-decoration:underline;
	
}
.planview{
	text-decoration:underline;
}
.sanmymix_plandetails {
/*     padding-top: 75px !important; */
    margin: 0px auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.sanmymix_plandetails h2 {
    color: rgb(31,119,179);
    border: 1px solid rgb(246,246,246);
    background: rgb(246,246,246);
    padding: 8px 5px 8px 20px;
}
.deatils_terms {
    border: 1px solid rgb(246,246,246);
    box-shadow: 0px 5px rgb(246,246,246);
    padding: 15px;
    margin-left: 0px !important;
    padding-left: 0px;
    margin-top: -1px;
    padding-bottom: 0px !important;
}
.deatils_terms .col-md-12 {
    padding-left: 10px;
}
.wid_align {
    width: 20% !important;
    max-width: 21%;
    float: left;
    width: 20% !important;
    padding-left: 20px;
    padding-right: 20px;        
}
.deatils_terms p {
    line-height: 2.5;
}
.sanmymix_plandetails .edit-form {
    line-height: 17px !important;
}

.sanmymix_plandetails .edit-form {
    font-size: 14px !important;
}
.sanmymix_plandetails .edit-form {
    line-height: 17px !important;
}

.sanmymix_plandetails .edit-form {
    font-size: 14px !important;
}
.deatils_terms .edit-form {
    margin-left: 10px;
}
.pull-right {
    float: right !important;
}
.container{max-width: 1366px;padding-left:48px;padding-right:48px;width: 100%;}
.slider_example h4 {
    font-size: 16px;
    font-weight: 700;
    width: 95%;
    margin: auto;
}
.sarlp_help {
    text-decoration: none;
    font-size: 18px;
}
div.parent_container_cardSlider {
    /* background: #ecf4fc; */
    margin-bottom: 10px;
}
div.parent_container_cardSlider div._cardSlider_Header {
    margin-top: 3% !important;
}
.deatils_terms .form-box{
	min-width:215px;
	padding-left: 0px;
}   
  
  /* 
.benefit-slider-new .slider-horizontal .ContPPT .alternateFlow_arrowSec{
	border: 2px dashed #006db0;
    float: left;
    height: 50px;
    width: 100%;
    margin-top: -130px;
    border-bottom: none;
    position: absolute;
    margin-left:4px;
    
} 


.benefit-slider-new .slider-horizontal .ContPPT .alternateFlow_arrowSec .alternateFlow_arrowStart{
	content: '';
    background: url(../images/alternateFlow_sprite.png) repeat-x;
    background-position: 0px 20px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 22px;
    left: -28px;
}

.benefit-slider-new .slider-horizontal .ContPPT .alternateFlow_arrowSec .alternateFlow_arrowEnd{
	content: '';
    background: url(../images/alternateFlow_sprite.png) repeat-x;
    background-position: 0px 20px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 21px;
    right: -23px;
}

.benefit-slider-new .slider-horizontal .ContPPT p.alternateFlow_arrowStart::after {
    content: '......';
    position: absolute;
    width: 10px;
    height: 20px;
    top: 24px;
    left: 65px;
    font-size: 16px;
    color: #006db0;
}

.benefit-slider-new .slider-horizontal .ContPPT p.alternateFlow_arrowStart::before {
    content: '';
    background: url(../images/alternateFlow_sprite.png) repeat-x;
    background-position: 0px 20px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 23px;
}

#GuaranteedMaturitySlider{margin-top:18%;}

.benefit-slider-new .ContPT .alternateFlow_finalPoint::before {
	content: '';
    background: url(../images/alternateFlow_sprite.png) repeat-y;
    background-position: 0px -67px;
    width: 70px;
    height: 70px;
    position: absolute;
    right: -105px;
    top: -147px;
}

.benefit-slider-new .ContPT .alternateFlow_finalPoint::after {
	content: '';
    background: url(../images/alternateFlow_sprite.png) repeat-x;
    background-position: 54px 20px;
    width: 50px;
    height: 50px;
    position: absolute;
   	right: -100px;
    top: -110px;
}

#benefitSlide3 .slider-horizontal .ContPPT,
#benefitSlide3 .slider-horizontal .ContPP,
#benefitSlide3 .ContPT{border:none;}

#benefitSlide3 ,#benefitSlide4{    margin-top: 15%;}

#benefitSlide3 .slider-horizontal .ContPPT::after,
#benefitSlide3 .slider-horizontal .ContPP::after,
#benefitSlide3 .ContPT::after{display:none;}
#benefitSlide3 .tooltip .tooltip-inner , #benefitSlide3 .slider-handle{display:none !important;}
#benefitSlide3 .slider.slider-horizontal{pointer-events : none;}
#benefitSlide3{cursor:not-allowed;}

#benefitSlide3 .sliderInv1{
	position: relative;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}

#benefitSlide3 span.totinv{
	color: #000;
    bottom: 0;
    position: relative;
    font-size: 16px;
    display:inline-block;
    margin-left:0 !important;
}

#benefitSlide3 .slider_below_text{
	text-align: center;
    border: 1px solid #000;
    min-height: 30px;
    border-top: none;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

#benefitSlide3 .slider_below_text .p_belowText{
	display: inline-block;
    position: absolute;
    bottom: -11px;
    background: #fff;
    padding: 0 10px;
    font-size:16px;
}
#benefitSlide3 .slider_below_text p{display:inline-block;}

#benefitSlide3 .ContPT{margin-top:20px;}

@media only screen and (min-width: 768px){
.slider-tooltip .slider-tooltip-text::after{
  content: "";
    position: absolute;
    width: 50px;
    height: 38px;
    background: url(../images/alternateFlow_bubbleArrowSprite.png) no-repeat;
    left: 40%;
    background-position: 0px -17px;
    bottom: -35px;
}
.slider-tooltip .slider1_tooltip_single::after{
	left:0%;
}
}

@media only screen and (min-width: 768px){
.slider-tooltip .slider-tooltip-text {
    width: 250px;
    background-color: rgb(246,246,246);
    text-align: justify;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    left: 9%;
    border: 1px solid rgb(156,156,156);
    font-size: 14px;
    font-weight: 600;
    top: 4px;
}
}
.slider-tooltip {
    position: relative;
}

#guamatcard .slider-tooltip-text{ left: 74%;top:5px;}
#guamatcard .slider-tooltip-text::after{left: 66%;}

.slider-tooltip .slider-tooltip-text::before
{
    border-top: 27px solid rgb(246,246,246);
    border-left: 22px solid rgb(246,246,246);
    border-color: #00000038 transparent transparent transparent;
}

#GuaranteedMaturitySlider3 .illu-right-sliderContainer{margin-bottom:10%; padding-top: 65px;}

Mobile mode - start
@media screen and (max-width : 767px){
	#GuaranteedMaturitySlider3{ transform: rotateZ(90deg);}
	
	
	
}

Mobile mode - end

Redmine_16479_AlternateFlow_end
Bootstrap Slider Illustration right
.illu-right-sliderContainer{font-size:0.85em; margin:0 auto; padding: 10px;}
.illu-right-sliderWrapper{ width: 100%;}
.benefit-slider-new{ width: 100%; margin:0 auto;margin-top:175px !important;pointer-events: none;}
.benefit-slider-new .slider-tick{width:3px; height:27px; top:3px; } 
.benefit-slider-new .slider-handle{width:24px; height:27px; top:3px;  background: url(../images/slider-handle.png) no-repeat;}
.benefit-slider-new .slider-tick-container .slider-tick:first-child, #benefitSlide1.benefit-slider-new .slider-tick-container .slider-tick:nth-last-child(2), #benefitSlide2.benefit-slider-new .slider-tick-container .slider-tick:nth-last-child(2) {display:none;}
.benefit-slider-new .slider-tick.round, .benefit-slider-new .slider-selection, .benefit-slider-new .slider-track{ border-radius: 0%;}
.benefit-slider-new .slider.slider-horizontal .slider-tick, .benefit-slider-new .slider.slider-horizontal .slider-handle{margin-left: 0; }
.benefit-slider-new .slider.slider-horizontal .slider-tick-container .slider-tick{opacity:0;}
.benefit-slider-new .slider.slider-horizontal .slider-handle span{top:-23px; position:absolute; }
.benefit-slider-new .slider-tick-container span{float:right; margin-top:-17px;}
.benefit-slider-new .slider.slider-horizontal {width:85%; margin: 0px 60px 0px 85px;}
.benefit-slider-new .slider-track-high span{font-size:1.2em; bottom: -27px; position: absolute; width: auto; font-weight:bold;}
.benefit-slider-new .slider-selection.tick-slider-selection{ background: url(../images/slider-bg-highlight.jpg) repeat-x;
 border-top-left-radius:4px; border-bottom-left-radius:4px;  }
.benefit-slider-new .slider-tick.in-selection, .benefit-slider-new .slider-tick{background: #000; width:3px; top: 0;
    height: 20px;}
.benefit-slider-new .spnYears{font-size:1.2em; margin:20px auto 0 auto; width:35px;  display: block;}
.benefit-slider-new .slider-track-high .sliPoliMat{ margin-left:3%;}
.benefit-slider-new .slider-track-high .sliGuarInc{margin-left:55%;}
.benefit-slider-new .slider-track-high .sliLifeDet{float: right; margin-top: 25px; margin-right: 8px; font-size: 1.2em; text-align: center; width: 67%; border-bottom:1px solid #000; position:relative;}
.benefit-slider-new .slider-track-high .sliLifeDet label{position:absolute; top:-11px; left:32px; background:#fff;}
.benefit-slider-new .slider.slider-horizontal .slider-track{height:9px; border-radius: 4px;}
.benefit-slider-new .slider-horizontal  .ContPPT, .benefit-slider-new .slider-horizontal  .ContPP, .benefit-slider-new  .ContPT{position: relative;  height: 20px;  margin-top:55px; border-left: 3px solid #000; border-right: 3px solid #000; float:left;}
.benefit-slider-new .slider-horizontal  .ContPPT::after, .benefit-slider-new .slider-horizontal  .ContPP::after, .benefit-slider-new  .ContPT::after{content:'content';position:absolute; width:100%; top:8px; background:#000; height:3px; font-size:0px; }
.benefit-slider-new .slider-horizontal  .ContPPT span, .benefit-slider-new .slider-horizontal  .ContPP span, .benefit-slider-new .ContPT span{font-size:1.2em; bottom:3px; position: absolute; width: auto; font-weight:bold; background:#fff; z-index:5; padding:0 2px; color:#005D9D;}
.benefit-slider-new .ContPT{margin:35px 0 10px;}
.benefit-slider-new .ContPT span{left:42%; color:#005D9D;}
.benefit-slider-new .slider-horizontal  .ContPP{float:right;}
.benefit-slider-new .slider-tick-container .slider-tick:first-child {left:0%;}  
.benefit-slider-new .slider-selection.tick-slider-selection {
    background: #d51d24;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 100% !important;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
	font-weight:bold !important;
}
Bootstrap Slider Illustration right
.slider_example_h4{
font-size:16px;
font-weight:700;
width: 95%;
margin: auto;
}
h2.form-title.exscust_Revamp_pB10P.exscust_Revamp_pB50P {
    margin-left: -5px;
}
 *//* Redmine_10435 - start */
@media only screen and (min-width: 768px){
._confirmationWidth > .disp_tblcell{    white-space: normal !important;    padding-right: 30px; display: block;}
.pd-0 {
	padding-right:0px !important;
	}
.pd_tooltip {
    padding-right: 15px !important;
    padding-left: 3px !important;
	}
}
/* Redmine_10435 - end */
.v2_mob_inline{display:inline !important;}
#benefitSlide3 .ContPT {
    margin-top: -3px;
}
@media only screen and (min-width: 768px){
	p.ndncsection  { margin-left: -5px;}
	}
.whatsapp-checkbox {
    margin-top: -40px;
    margin-left: -30px;
}
@media screen and (max-width : 767px){
/*mobilemode style starts*/
 #v2_leadPage .basicdetails {
    margin-top: 15px !important;
    padding-left: 15px !important;
	padding-right: 15px !important;
    padding-top: 40px !important;
}
div#_pageheaderbody.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.basicdetails {
    margin: 0 0 -18px !important;
}
#ops_sarlp #v2_leadPage .row {
    margin: 0 !important;
}
#ops_sarlp #v2_leadPage .row .revampPage {
    padding: 0 !important;
}
.pd-0 {
     padding-right: 0px !important; 
}
.pd_tooltip {
    padding-right: 15px !important;
    padding-left: 3px !important;
}
.v2_mob_inline {
    display: inline !important;
}
.mobbg {
    background-color: rgb(243,249,255) !important;
}
.custom-checkbox #suitabilty_lbl::before {
    left: -15px;
}
.sanmymix_plandetails {
    padding-top: 0px !important;
	padding-left: 0px !important;
    padding-right: 0px !important;
}
.details_content .wid_align {
    width: 98% !important;
	max-width: 100% !important;
    padding-top: 14px;
    border-bottom: 1px solid rgb(246,246,246);
    padding-right: 0px !important;
    padding-left: 15px !important;
	padding-bottom: 15px !important;
}
.deatils_terms .col-md-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.deatils_terms {
    padding-right: 0px;
}
.sarjb_planSummary_section, .page-container.riderDetials {
    padding-left: 10px;
    padding-right: 10px;
}
.tab-content .custom-checkbox [type="checkbox"]+label:before {
    left: 0px !important;
}
.tab-content .custom-checkbox [type="checkbox"]+label:after {
    left: 10px !important;
}
.parent_container_cardSlider .bx-wrapper .bx-controls-direction a {
    z-index: 1;
}
.ppMob_gobck {
    margin-top: 10px;
}
.deatils_terms .form-box {
    padding-right: 0px;
}
}

/* Mobile mode - start */
@media screen and (max-width : 767px){
	.staticSliderSource .slider-point {
    padding: 0px 8px;
    /* height:680px; */
    height: auto;
}

.staticSliderSource .slider-tooltip .slider-tooltip-text::before,
.staticSliderSource .slider-tooltip .slider-tooltip-text1::before {
    border-top: 26px solid rgb(246,246,246);
    border-left: 20px solid rgb(246,246,246);
    border-color: #00000038 transparent transparent transparent;
}

#GuaranteedMaturitySlider3,#AllOptionSlider4  {
	transform: rotateZ(90deg);
    height: 59px;
    width: 560px;
    margin-top: 82%;
    margin-bottom: 52%;
    padding-top: 100px;
}

#benefitSlide3 .slider.slider-horizontal , #AllOptionSlider4 .slider.slider-horizontal{margin-bottom: 50px;}
.staticSliderSource .slider.slider-horizontal .slider-tick-label-container {
    margin-top: 48px;
}
	
.staticSliderSource .slider.slider-horizontal .slider-tick-label-container .slider-tick-label{
		padding-top: 3px;
    	transform: rotateZ(270deg);
    	color: #000 !important;
	}
	
.staticSliderSource .slider-tooltip .slider-tooltip-text,
.staticSliderSource .slider-tooltip .slider-tooltip-text1{
    transform: rotateZ(270deg);
    width: 115px;
    background-color: rgb(246,246,246);
    text-align: left;
    border-radius: 6px;
    padding: 16px;
    position: absolute;
    z-index: 1;
    left: 7%;
    border: 1px solid rgb(156,156,156);
    font-size: 14px;
    font-weight: 600;
    top: -110px;
}

.staticSliderSource .slider-tooltip .slider-tooltip-text::after,
.staticSliderSource .slider-tooltip .slider-tooltip-text1::after{
    /* top: 38%;
    left: -5%;
    margin-left: -5px; */
    transform: rotateZ(433deg);
    left: -36%;
    background-position: 0px -17px;
    bottom: 53px;
}
.staticSliderSource .slider-tooltip .slider1_tooltip_single::after{
	left: -27%;
	bottom: 45px;
}
/* .slider-tooltip .slider-tooltip-text._first::after, .slider-tooltip .slider-tooltip-text1::after{
	border-top: 23px solid rgb(246,246,246);
    border-left: 21px solid transparent; 
} */

#guamatcard .slider-tooltip-text {
   	left: 63%;
    top: -75px;
    padding: 10px;
    width: 150px;
    
}
.staticSliderSource .mob_yourAge_style{    margin-left: -18px;}
.benefit-slider-new .slider-horizontal .ContPPT .alternateFlow_arrowSec{
	height:30px;
	margin-top: -105px;
    margin-left: 4px;
}

#guamatcard .slider-tooltip-text::after {
    top: 96%;
    left: 2% !important;
    transform: rotateZ(359deg);
    background: url(../images/alternateFlow_bubbleArrowSprite.png) no-repeat;
    background-position: -57px -15px;
}

.benefit-slider-new .ContPT .alternateFlow_finalPoint::before {
    margin-left: -5px;
    transform: rotateZ(270deg);
}



#benefitSlide3 .slider_below_text .p_belowText ,#AllOptionSlider4 .slider_below_text .p_belowText {
    transform: rotateZ(270deg);
    display: inline-block;
    position: absolute;
    bottom: -30px;
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
    width: 125px;
    font-size: 14px;
}

#benefitSlide3 .slider_below_text,#AllOptionSlider4 .slider_below_text {
    margin-top: -64px;
}


#benefitSlide3 .sliderInv1 ,#AllOptionSlider4 .sliderInv1 {
    position: relative;
    font-size: 16px;
    margin-top: -28px;
    width: 94px;
    height: 58px;
    left: 29%;
    background: #fff;
    text-align: center;
    transform: rotateZ(270deg);
    font-size: 14px;
}

#benefitSlide3 span.totinv , #AllOptionSlider4 span.totinv{font-size:14px;}

.staticSliderSource .slider.slider-horizontal .slider-track {
    width: 100%;
    margin-top: 26px;
    top: 50%;
    left: 0px;
    z-index: 9999;
}
	
.staticSliderSource .slider.slider-horizontal .slider-tick-container {
    top: 31px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#benefitSlide3 .slider-horizontal .ContPPT, #benefitSlide3 .slider-horizontal .ContPP, #benefitSlide3 .ContPT ,
#AllOptionSlider4 .slider-horizontal .ContPPT, #AllOptionSlider4 .slider-horizontal .ContPP, #AllOptionSlider4 .ContPT 
{
    margin-top: 88px;
}

.benefit-slider-new .slider-horizontal .ContPPT .alternateFlow_arrowSec .alternateFlow_arrowEnd{
	top: -1px;
    right: -23px;
}

.benefit-slider-new .slider-horizontal .ContPPT .alternateFlow_arrowSec .alternateFlow_arrowStart{
	top: 3px;
    left: -29px;
}

.benefit-slider-new .ContPT .alternateFlow_finalPoint::before {
	content: '';
    background: url(../images/alternateFlow_sprite.png) repeat-y;
    background-position: 0px -67px;
    width: 70px;
    height: 70px;
    position: absolute;
    right: -30px;
    top: -194px;
}

.benefit-slider-new .ContPT .alternateFlow_finalPoint::after {
	content: '';
    background: url(../images/alternateFlow_sprite.png) repeat-x;
    background-position: 54px 20px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -22px;
    top: -170px;
}

/* Additional _changes _ Slider4 - start */
   
   
/* Additional _changes _ Slider4 - end */
 #AllOptionSlider4 {
    height: 59px;
    width: 560px;
    margin-top: 76%;
}

 #AllOptionSlider4 #guamatcard .slider-tooltip-text{
 	width: 30%;
 }
 
 #AllOptionSlider4  #guamatcard .slider-tooltip-text {
    left: 74%;
    top: -88px;
    padding: 5px;
    width: 28%;
 }
 
 #AllOptionSlider4 #guamatcard .slider-tooltip-text::before, #AllOptionSlider4 #guamatcard .slider-tooltip-text::after {
    left: 6%;
    top: 88%;
}

#AllOptionSlider4 .slider-horizontal .ContPP .alternateFlow_arrowSec.slider_contPPWrapper {
    margin-top: -112px;
    height: 40px;
}


#AllOptionSlider4 .slider-horizontal .ContPP .alternateFlow_arrowSec .alternateFlow_arrowStart,
#AllOptionSlider4 .slider-horizontal .ContPP .alternateFlow_arrowSec .alternateFlow_arrowEnd
 {
	top: 9px;
}
	
#AllOptionSlider4 .mob_yourAge_styles {
    padding-left: 0;
    margin-left: -17px;
}

#benefitSlide3 .ContPT .alternateFlow_finalPoint::before{
	right: -30px;
    top: -194px;
}

#benefitSlide3 .ContPT .alternateFlow_finalPoint::after{
	right: -22px;
    top: -168px;
}

#guainccard .slider-tooltip-text {
    left: 75%;
   /*  top: -84px; */
   top: -65px;
    width: 145px;
    padding: 5px 5px;
    text-align: left;
}

#guainccard .slider-tooltip-text::after{
	transform: rotateZ(376deg);
    left: -9%;
    background-position: -53px -1px;
    bottom: -14px;
}

.benS4_LTI .ContPP .alternateFlow_arrowEnd::after{
	content: '';
    background: url(../images/alternateFlow_sprite.png) repeat-y;
   background-position: 0px -67px;
    width: 70px;
    height: 70px;
    position: absolute;
    right: -3px;
    bottom: 40px;
    transform: rotateZ(270deg);
}

.benS4_LTI #guainccard .slider-tooltip-text {
    left: 65%;
    top: -84px;
    width: 145px;
    padding: 5px 5px;
    text-align: left;
}

#AllOptionSlider4 .ContPP .sliderInv1{
	margin-top: -33px;
    left: 17%;
}

#benefitSlide4 .lessWidthEle .sliderInv1{
	margin-top: -36px;
    width: 89px;
    height: 58px;
    left: -15%;
    font-size: 12px;
}

#benefitSlide4 .lessWidthEle .slider_below_text .p_belowText {
    left: -2px;
    bottom: -28px;
    font-size: 12px;
    width: 106px;
}

.staticSliderSource .benS4_GI #guainccard .slider-tooltip-text{
	left: 72%;
    top: -69px;
}

.staticSliderSource #AllOptionSlider4 .slider-tooltip-text._first.lessWidthEle{
	left: 0%;
}
.ui-selectmenu-menu.ui-front.ui-selectmenu-open ul {
    overflow-y: auto;
    height: 160px !important;
}
#benefitSlide3 {
    margin-top: 12% !important;
}
.benefit-slider-new .slider.slider-horizontal {
    width: 100%;
	margin: 0;
}
#guamatcard .slider-tooltip-text {
    left: 68%;
    top: -90px;
}
.staticSliderSource .slider-tooltip .slider-tooltip-text {
	top: -140px;
}
#benefitSlide3 .ContPT .alternateFlow_finalPoint::after {
    right: -17px;
}
#benefitSlide3 .ContPT .alternateFlow_finalPoint::before {
    right: -20px;
}
.clBg1{
	margin-left: 0px;
    margin-right: 0px;
}
 .slider-tooltip .slider-tooltip-text::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 38px;
    background: url(../images/alternateFlow_bubbleArrowSprite.png) no-repeat;
    left: 40%;
    background-position: 0px -17px;
    bottom: -34px;
}
.suph_plan_proc_btn{
	margin-top: -40px !important;
}
.modal-body1 .knowMorePopup_mobile img{
	margin-top: 30px;
}
.sld-pnt1.staticSliderSource{
	padding: 0 8px;
}
}
#SUPH_freqid-menu, #SUPH_SAid-menu{
	height:auto !important;
}
.sld-pnt1.staticSliderSource{
	overflow: hidden;
}
#popup_saral .modal-dialog{
	width: 1075px !important;
	margin-top: 2% !important;
}
/* Mobile mode - end */
/*mobilemode style ends*/

@media only screen and (min-width: 600px){
#_portal {
    background: #ecf4fc;
/*     float: left; */
}
}
/*redmine 16022 start*/
.sfmatshowme .showme{
	  line-height: 1.5;
}
/*redmine 16022 end*/
/*UI mobile issues feedback starts*/
@media only screen and (max-width:767px){
.nricntry .clearfix{
    width: 100%;
}
.text-light.double-box{
    padding-left: 0px;
}
.plan-s .leftplan .pln-nm{
   padding-right: 15px;
}
.mob_note_margin{
    margin-bottom:20px;
}
.SFMP_mob_title1, .SFMP_mob_title3{
    margin-bottom:35px !important;
    margin-top: 0 !important;
}
.SFMP_mob_title2{
    margin-bottom:35px !important;
    margin-top:15px !important;
}
.logoDisclaimerWrapper {
    margin-top: 0% !important;
}
.btn-grp.plan_details_btn_mt{
	    margin-bottom: 22px !important;
}
.btn-grp.plan_details_btn_mt + hr{
	display:none;
}
.page-container.sanmymix_plandetails{
	padding-bottom:0px;
	margin-bottom:0px;
}
}
@media only screen and (max-width: 600px){
.rider_compare #compare_addon_rider .modal-dialog .modal-header button.close{margin-top:0px !important;}
}
/*UI mobile issues feedback ends*/
/* netbanking issues */
.v2Revamp_NB .container {
    max-width: none;
}
.v2Revamp_NB .theme-form .form-group {
    margin-bottom: 15px;
}
/* .v2Revamp_NB #saralPension_viewProdBenefits .modal-dialog.mt-5{
	max-width: 380px !important;
} */
.v2Revamp_NB .features_content.container_toggle li span {
    height: 30px !important;
}
.v2Revamp_NB #GuaranteedMaturitySlider3{
	margin-top:45%;
	padding-top: 0px;
}
.v2Revamp_NB .staticSliderSource .slider-tooltip .slider-tooltip-text, .v2Revamp_NB .staticSliderSource .slider-tooltip .slider-tooltip-text1{
	font-weight:500;
	color: #000000;
}
.v2Revamp_NB .PPrider_desktop .addon-final{
	padding-bottom: 15px !important;
}
.v2Revamp_NB .PPrider_desktop .table-responsive {
    width: 100% !important;
}
.v2Revamp_NB .PPrider_desktop .table.compare-table tbody tr .acci_ul ul{
	width:125px;
}
.v2Revamp_NB .PPRider_tbl tr span.yrs_alignStyles {
    left: 42px;
    bottom: 8px;
}
.v2Revamp_NB .PPrider_desktop .table.compare-table tbody tr td:nth-child(4) p, .v2Revamp_NB .PPrider_desktop .table.compare-table tbody tr td:nth-child(5) p {
    width: 140px;
}
.v2Revamp_NB .PPRider_tbl tr td input[readonly] {
    border: 0px !important;
    margin-left: 0px;
}
.v2Revamp_NB #riderPage #rider_skip button.close {
    margin-top: -37px !important;
    margin-right: 1px !important;
}
.v2Revamp_NB .PPrider_desktop .table.compare-table tbody tr td:nth-child(3) p[class$="SAInWords"] {
    white-space: unset;
    width: 150px;
}
.v2Revamp_NB .plan-s .boxes4{
	width:100%;
}
.v2Revamp_NB .disp_termCondition{
	margin:0;
}
@media screen and (max-width: 767px){
	.v2Revamp_NB .disp_tblcell.hidden-xs{
		display:none !important;
	}
	/* #ops_suph #v2_leadPage .container.page-container.basicdetails{
		margin-top:0 !important;
	} */
	.suph_CC_table th, .suph_CC_table td{white-space: unset !important;}
	.suph_CC_table .table thead th{vertical-align : inherit !important;}
}
@media only screen and (min-width: 768px){
.v2Revamp_NB .deatils_terms .wid_align {
    width: 50% !important;
    max-width: 50%;
    height: 100px;
}
.v2Revamp_NB #GuaranteedMaturitySlider3 {
    margin-top: 0%;
}
.v2Revamp_NB #guamatcard .slider-tooltip-text {
    left: 71%;
    top: 4px;
}
.v2Revamp_NB .checkboxErr{
    margin-left: -1px !important;
}
.v2Revamp_NB .down_arrw_red{
    margin-left: 2px;
}
.down_arrw_red{
    margin-left: -3px;
}
.checkboxErr{
	margin-left: -5px !important;
}
.container.page-container.basicdetails, .container.page-container.sanmymix_plandetails, .container.page-container.riderDetials.agent_rider_page{
	margin-bottom:30px;
}
}
.age_min_max{
	color: #444444 !important;
	font-size:14px;
}
/* redmine 16319 */
.pluginUp_ops_ul8niv.NB.v2Revamp_NB .whatsapp-checkbox{
    margin-top: -17px;
    margin-left: -25px;}
    .sarjb_mob_chckStyles{margin-bottom:20px;}
    @media only screen and (max-width:600px){
    .whatsapp-checkbox{margin-left:-25px;}
    .sarjb_mob_chckStyles{margin-bottom:35px !important;}
    #cluttered{margin-left:14px;}
    .suph-ndnc{margin-left:-15px;}
    }
body.v2Revamp_NB .agency-check,body.v2Revamp_NB .agency-choose-one p{margin-left:0px !important;}
body.v2Revamp_NB .agent-header{top:7px !important;}
#v2_leadPage #main-content1 .basicdetails{
	padding-top: 100px;
}
#popup_saral button.close{
	border: none;
}
#editModal button.close{
	border:none;
}

/* Plan details page start--Anil */

.pluginUp_ops_spp .wid_align{width:19% !important;padding-left:11px !important;padding-right:11px !important;max-width:25% !important;}
.pluginUp_ops_spp .wid_align.SPP_SA{width:23% !important;padding-left:11px !important;padding-right:11px !important}
.pluginUp_ops_spp .slider-point{padding: 35px 25px;overflow: hidden;}
.pluginUp_ops_spp .slider-point h5{font-weight:600; font-size: 18px;}
.pluginUp_ops_spp .label-wrp label{float:left}
.pluginUp_ops_spp .MT10{margin-top:5px;}
.pluginUp_ops_spp .sld-pnt1 .full-frm{padding: 10px;}
.pluginUp_ops_spp .sld-pnt1  .full-frm ul li{list-style: none;display: inline-block;padding: 0px 10px;}
.pluginUp_ops_spp .full-frm span{color:#005D9D;}
.pluginUp_ops_spp .midle{max-width:550px;margin:0px auto;}
.pluginUp_ops_spp .midle .box-div .rupee-box .form-control{width:90%;border:1px solid #e1e1e1;height:40px;border-radius:5px}/*redmine 15746*/
.pluginUp_ops_spp .midle .box-div .rupee-box .rupee {left: 7px;font-size: 22px; top: 4px;}
.pluginUp_ops_spp .ptpptpp{background-color: #efefef;}
.table-div2 .nav-tabs {
    border: none;
    margin: 0px auto;
    display: table;
}
.table-div2 .box-div li {
    display: inline-table;
    padding: 1px;
}
.table-div2 nav > div a.nav-item.nav-link:hover,
.table-div nav > div a.nav-item.nav-link:focus
{
  border: 1px solid #0066ab;
    background: #fff;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.table-div2 .nav>li>a:focus, .table-div2 .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}

.table-div2 .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid #efefef;
    border-radius: 0;
    color: #000;
    min-width: 180px;
    text-align: center;
	font-weight: 600;
}
.table-div2.nav-tabs>li.active>a, .table-div2 .nav-tabs>li.active>a:focus{
    color: #0066ab;
    cursor: default;
    background-color: #efefef;
    border: 1px solid #efefef;
    border-bottom-color: transparent;
}
.table-div2 .nav-tabs>li.active>a:hover {
background:#fff;
    color: #0066ab;
    cursor: default;
    background-color: #fff;
    border: 1px solid #efefef;
    border-bottom-color: transparent;
}
.table-div2 .nav-tabs>li.active:after {
    content: "";
    position: relative;
    bottom: -7px;
    left: 40%;
    border: 12px solid transparent;
    border-top-color: #efefef;
}
.table-div2 .nav-tabs>li.active>a, .table-div2 .nav-tabs>li.active>a:focus, .table-div2 .nav-tabs>li.active>a:hover {
    color: #0066ab;
    cursor: default;
    background-color: #efefef;
    border: 1px solid #efefef;
    border-bottom-color: transparent;
	transition: .4s linear !important;
}
.table-div2  nav > .nav.nav-tabs{

  border: 1px solid #0066ab;
    color:#fff;
    background:#efefef;
    border-radius:0;

}
.table-div2  nav > div a.nav-item.nav-link,
.table-div2  nav > div a.nav-item.nav-link.active
{
  border: 1px solid #0066ab;
    padding: 18px 25px;
    color:#fff;
    background:#efefef;
    border-radius:0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
._sanchp_text4{
    font-weight: bold;
    margin-top	:10px;
    margin-bottom:20px;
    color: rgb(0,94,166);}
.table-div2 .box-div{
    background: #fff;
    line-height: 25px;
    
	padding:20px;margin-bottom:20px;
}
.table-div2 .box-div #maturityContentHide,.table-div2 .box-div #deathContentHide {
	padding:20px;
}
#deathContentAtFour, #deathContentAtEight{padding-left:20px;}
.tab-content>.tab-pane{border: 1px solid #e1e1e1;}
.box_note label{font-weight:500;font-size:14px;margin:4px;text-align:center;}
.box_note{background-color:lightblue;}
#maturityAtEight, #annuityAtEight, #maturityAtFour, #annuityAtFour, #deathAtFour, #deathAtEight{font-size: 22px;
    font-weight: bold;
    color: rgb(0,94,166)}
@media screen and (max-width: 767px){
	.details_content .wid_align, .pluginUp_ops_spp .wid_align.SUPH_SA {width: 98% !important;max-width: 100% !important;padding-top: 14px;
	    border-bottom: 1px solid rgb(246,246,246);
	    padding-right: 0px !important;
	    padding-left: 15px !important;
		padding-bottom: 15px !important;
	}
	.sanmymix_plandetails{margin-top:20px;}
	.sld-pnt1 .full-frm {margin-top: 10px;}
	.pluginUp_ops_spp .sld-pnt1 .full-frm ul li{font-size:15px;}
	.sld-pnt1 .full-frm ul li{margin-bottom:10px}
	.table-div2 .nav-tabs>li>a{min-width: 121px;width:90%}
	.nav-tabs>li{width:50%;}
	.btn-grp.plan_details_btn_mt{margin-top:25px;}
	.illu-right-sliderWrapper .slider-tick-label:first-child{margin-top:-10px !important;}
	.btn-grp.plan_details_btn_mt{    margin-top: 0px !important;}
	.sarjb_mob_chckStyles.ndncdisclaimer{margin-top: 5px;}
	.pluginUp_ops_spp .whatsapp-checkbox{margin-left:-34px;}
	.pluginUp_ops_spp .whatsapp-checkbox .custom-checkbox [type="checkbox"]:checked + label:after{left:7px;}
	.pluginUp_ops_spp .cluttered.SRP-ndnc{margin-left:3px !important;}
	.pluginUp_ops_spp .foot-dis{border:none;}
	.pluginUp_ops_spp .wid_align.SPP_SA{width:100% !important;}
	.pluginUp_ops_spp .table-div2 .box-div li{padding:10px;}
	.pluginUp_ops_spp .mob_ms_algn{font-size:15px;}
	.benefit-slider-new .slider-horizontal .ContPPT{margin-top:60px !important;}
	
	
}


.fund-performance-faq .faq-wrapper .faq-inner-content ul li{    color: black;
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 25px;
    font-size: 16px;}

.faq-inner-content .intro{color:#000;font-size:16px;zero:16px;font-size:16px;line-height:18px;zero:18px;line-height:18px;margin:0;zero:0;margin:0;padding:0 0 20px 0;zero:0;zero:0;zero:20px;zero:0;padding:10px 0 20px 0 !important;}
.faq-inner-content .intro_para{margin-top: 20px;
    font-size: 13px;
}
.pluginUp_ops_spp .age_min_max{
	color: #444444 !important;
	font-size:14px;
}
.pluginUp_ops_spp #editModal .whatsapp-checkbox{margin-top:0px;}
/* Bootstrap Slider*/
.policysliderContainer{font-size:0.85em; width:80%; margin:0 auto; display:none; border: 1px solid #878787;
    padding: 10px;}
.policySliderWrapper{ width: 100%; }
.policyTermSlider{ width: 95%; margin:0 auto;}
.policyTermSlider .min-slider-handle{display:none;}
.policyTermSlider .slider-tick, .policyTermSlider .slider-handle{width:3px; height:15px; top:3px;}
.policyTermSlider .slider-tick:not(.in-selection){background-image: linear-gradient(to bottom,#999999 0,#cccccc 100%); opacity: 1;}
.policyTermSlider .slider-tick.round, .policyTermSlider .slider-selection, .policyTermSlider .slider-track{ border-radius: 0%;}
.policyTermSlider .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle{margin-left: 0;}
.policyTermSlider .slider.slider-horizontal {width:100%;}
.policyTermSlider .tick-slider-selection span, .policyTermSlider .slider-track-high span{font-size:1.2em; top: -27px; position: absolute; width: auto; margin-left: calc((100% - 115px) /2);}
.policyTermSlider .slider-selection.tick-slider-selection{ background: #63738c; }
.policyTermSlider .slider-tick.in-selection{background: #CAD0D9;}
.policyTermSlider .spnYears{font-size:1.2em; margin:20px auto 0 auto; width:35px;  display: block;}
.policyTermSlider .slider-track-high .sliPoliMat{ margin-left:3%;}
.policyTermSlider .slider-track-high .sliGuarInc{margin-left:55%;}
.policyTermSlider .slider-track-high .sliLifeDet{float: right; margin-top: 25px; margin-right: 8px; font-size: 1.2em; text-align: center; width: 67%; border-bottom:1px solid #000; position:relative;}
.policyTermSlider .slider-track-high .sliLifeDet label{position:absolute; top:-11px; left:32px; background:#fff;}

/*Bootstrap slider*/

/* Bootstrap Slider Illustration right*/
.illu-right-sliderContainer{font-size:0.85em; margin:0 auto; padding: 10px;}
.illu-right-sliderWrapper{ width: 100%; }
.benefit-slider-new {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /* cursor: not-allowed; */
}
.benefit-slider-new .slider-tick{width:3px; height:27px; top:3px; } 
.benefit-slider-new .slider-handle {
    width: 27px;
    height: 27px;
    position: absolute;
    top: -6px;
    margin-left: -12px !important;
    background: #0066ab;
    border: 3px solid #fff;
    border-radius: 30px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

#benefitSlide2 .tooltip .tooltip-inner{
	background-color: transparent;
    box-shadow: none;
    margin-top: -8px;
    font-weight: bold;
    color: #005D9D;
    font-size: 13px;
    border:none;
}

	
.benefit-slider-new .slider-tick-container .slider-tick:first-child, #benefitSlide1.benefit-slider-new .slider-tick-container .slider-tick:nth-last-child(2), #benefitSlide2.benefit-slider-new .slider-tick-container .slider-tick:nth-last-child(2) {display:none;}
.benefit-slider-new .slider-tick.round, .benefit-slider-new .slider-selection, .benefit-slider-new .slider-track{ border-radius: 0%;}
.benefit-slider-new .slider.slider-horizontal .slider-tick, .benefit-slider-new .slider.slider-horizontal .slider-handle{margin-left: 0; cursor:pointer; }
/*.benefit-slider-new .slider.slider-horizontal .slider-tick-container .slider-tick:last-child{opacity:0;}*/
.benefit-slider-new .slider.slider-horizontal .slider-handle span{top:-19px; position:absolute; font-weight:600;
    margin-left: -6px;}
.benefit-slider-new .slider-tick-container span{position: absolute;left: 98%; margin-top:-20px; font-weight:600;}
.benefit-slider-new .slider.slider-horizontal {width:100%;}
.benefit-slider-new .slider-track-high span{font-size:1.2em; bottom: -27px; position: absolute; width: auto; font-weight:bold;    /* pointer-events: none; */}
.benefit-slider-new .slider-selection.tick-slider-selection{ background: #d51d24; border-top-left-radius:4px; border-bottom-left-radius:4px;}
.benefit-slider-new .slider-tick.in-selection, .benefit-slider-new .slider-tick{background: #000; width:2px; top: 0; height: 20px;}
.benefit-slider-new .spnYears{font-size:1.2em; margin:20px auto 0 auto; width:35px;  display: block;}
.benefit-slider-new .slider-track-high .sliPoliMat{ margin-left:3%;}
.benefit-slider-new .slider-track-high .sliGuarInc{margin-left:55%;}
.benefit-slider-new .slider-track-high .sliLifeDet{float: right; margin-top: 25px; margin-right: 8px; font-size: 1.2em; text-align: center; width: 67%; border-bottom:1px solid #000; position:relative;}
.benefit-slider-new .slider-track-high .sliLifeDet label{position:absolute; top:-11px; left:32px; background:#fff;}
.benefit-slider-new .slider.slider-horizontal .slider-track{height:9px; border-radius: 4px;}
.benefit-slider-new .slider-horizontal  .ContPPT, .benefit-slider-new .slider-horizontal  .ContPP, .benefit-slider-new  .ContPT{position: relative;  height: 20px;  margin-top:55px; border-left: 2px solid #000; border-right: 2px solid #000; float:left;}
.benefit-slider-new .slider-horizontal  .ContPPT::after, .benefit-slider-new .slider-horizontal  .ContPP::after, .benefit-slider-new  .ContPT::after{content:'content';position:absolute; width:100%; top:8px; background:#000; height:2px; font-size:0px; }
.benefit-slider-new .slider-horizontal  .ContPPT span, .benefit-slider-new .slider-horizontal  .ContPP span, .benefit-slider-new .ContPT span{font-size:14px; bottom:3px; position: absolute; width: auto; font-weight:bold; background:#fff; z-index:5; padding:0 2px; color:#005D9D;}
/*.benefit-slider-new .ContPT{margin:50px 0 10px;width: 100% !important;}*/
.benefit-slider-new .ContPT span{left:45%; color:#005D9D;}
.benefit-slider-new .slider-horizontal  .ContPP{float:right;}
.benefit-slider-new .ContPT{margin-top: 35px;
    margin-bottom: 30px;}
.slider-point .tooltip.bottom{padding: 0px 0;margin-top: 1px; z-index: 2;opacity:1}
#benefitSlide .tooltip .tooltip-inner{
	background-color: transparent;
    box-shadow: none;
    margin-top: -8px;
    font-weight: bold;
    color: #005D9D;
    font-size: 13px;
    border: none;
    
    position: relative;
    text-align: center;
    opacity: 1;
    z-index: 2;
}
#benefitSlide .slider.slider-horizontal .slider-tick-label-container .slider-tick-label{color: #005D9D;font-weight: 700;}
.sld-pnt1 .pad-top20 {
    padding-top: 50px;
}
/*Bootstrap Slider Illustration right*/
/* Rider Page */
#riderPage .tab-content>.tab-pane{border:none;}
@media screen and (max-width:768px){

.rider_compare #compare_addon_rider .benefit_line {
    width: 180px!important;
    transform: translateY(-15px) translateX(-25px) rotate(13deg) !important;
    height: 38px !important;
}
#compare_addon_rider .table.compare-table thead tr th.addon-benefit .bottom-benefit{
		bottom: 19px;
	}
.rider_compare .top-benefit {
        bottom: 40px;
        right: 20px;
    }
#plansumary-display .plan-details-content  .mobile-section-here1 h4{text-align:center;margin-top:20px;}
.mobile-section-here1 ul li:first-child{width:25% !important;}
.mobile-section-here1 ul li:nth-child(2){width:25% !important;}
.mobile-section-here1 ul li:nth-child(3){width:14% !important;}
.mobile-section-here1 ul li:nth-child(4){width:17% !important;border-right: 1px solid #e1e1e1 !important;}
.mobile-section-here1 ul li:nth-child(5){width:19% !important;}
.pluginUp_ops_spp .slider-point{padding: 35px 5px;}
.pluginUp_ops_spp .mob_yourAge_styles{margin-left:10px;}
.pluginUp_ops_spp .ptpptpp{float:left !important;}
}
#editModal .proposerDet .awesomplete{width:100%;}

.pluginUp_ops_spp .kpf_wrapper .sidebar.text-center table tbody tr{border-bottom:none;}
.pluginUp_ops_spp #editModal .modal-header{display: block;padding-top: 25px;padding-right: 25px;}
.pluginUp_ops_spp #editModal .modal-header button.close{float: right;margin: -31px -5px 0 0 !important;}
.pluginUp_ops_spp.NB #editModal .modal-header h4{margin-top: 0px !important}
.pluginUp_ops_spp.NB #editModal .modal-header button.close{float: right;margin: -31px -5px 0 0 !important;}
.pluginUp_ops_spp.NB .basicdetails .row{margin-left:0px;}
.pluginUp_ops_spp.NB .ndncsection{margin-left: -8px;}
.pluginUp_ops_spp.NB .ndncdisclaimer{padding-left:7px;}
/* .pluginUp_ops_spp.NB .whatsapp-checkbox{margin-left:-18px !important;} */
.pluginUp_ops_spp.NB .midle .rupee-box{max-width:200px}
.pluginUp_ops_spp.NB .whatsapp-checkbox .custom-checkbox [type="checkbox"]:checked + label:after{left:8px}
.pluginUp_ops_spp #riderPage .form-control.rupee-input{padding-left:0px !important}
.pluginUp_ops_spp #health-1, .pluginUp_ops_spp #health-2, .pluginUp_ops_spp #health-3, .pluginUp_ops_spp #health-4, .pluginUp_ops_spp #health-5{width: 83.3%;}
.pluginUp_ops_spp #health-4 .PPrider_mon_yr > span, .pluginUp_ops_spp #health-5 .PPrider_mon_yr > span{left:35px;}
.pluginUp_ops_spp.NB_HFI .whatsapp-checkbox{ margin-left: -18px !important;}
.pluginUp_ops_spp.NB_HFI .whatsapp-checkbox .SRP-watsapp{padding-left:52px !important;}
.pluginUp_ops_spp.NB .whatsapp-checkbox .SRP-watsapp{padding-left:52px !important;}
.pluginUp_ops_spp.NB .whatsapp-checkbox{margin-left: -18px !important;}
.pluginUp_ops_spp.NB_HFI .whatsapp{ margin-left: 0px !important;}
/* .pluginUp_ops_spp.NB_HFI .whatsapp .SRP-watsapp{padding-left:52px !important;} */
/* .pluginUp_ops_spp.NB .whatsapp-checkbox .SRP-watsapp{padding-left:52px !important;} */
.pluginUp_ops_spp.NB .whatsapp{margin-left: 0px !important;}
.sanmymix_plandetails .midle .box_note {background-color: rgb(242, 250, 255);}
.pluginUp_ops_spp #plansumary-display .table>:not(:first-child){border:none}
#v2_planDetails .ror{white-space: pre;}

/*summary table for mobile*/
@media screen and (max-width:600px) {

#plansumary-display + .MT20{margin-top:0px;}
#plansumary-display + .MT20 + .MT20{margin-top:0px;}
.sjb-name{margin-top:60px;}
.pln_smry_lblstyle{
	 font-size: 21px;
    font-weight: bold;
    text-align: left !important;
    padding-left: 8px;
    margin-bottom: 5px;
	}
.pln_smry_pdfDownload::before{float:none;background:none}
.pln_smry_pdfDownload{margin-left:3%; white-space:pre;font-weight:normal !important;}
.saral_pension_mob_seperator .saral_pension_mob_seperator1{font-size:15px !important;font-weight:bold;}
.saralP_mob_note_bold {
		font-weight: 500;
	}
.saral_pension_mob_seperator2.summary_term{width:7%;}
 .mob_para32{width:6% !important;margin-right:3px;}
.saral_pension_mob_seperator2 .summary_ppt,.saral_pension_mob_seperator2.summary_term{  margin-top: 1px;
    display: inline-block;
    }
}

.pluginUp_ops_spp .ContPPT{margin-top: 65px !important;}
._slider2_matlbl + br +  span{display:none !important;}

/* Netbanking UI Changes - Harshita */
	.pluginUp_ops_spp.NB .sanmymix_plandetails .details_content.theme-form .row.deatils_terms .col-md-12 div.wid_align:first-child, .pluginUp_ops_spp.NB .sanmymix_plandetails .details_content.theme-form .row.deatils_terms .col-md-12 div.wid_align.SPP_SA{
	width:41.66% !important;
	}
	.pluginUp_ops_spp.NB .sanmymix_plandetails .btn-grp.suph_plan_proc_btn.plan_details_btn_mt{
	    width: 52%;
	}
	.pluginUp_ops_spp.NB div#_pageheaderbody {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pluginUp_ops_spp.NB .sjb-name.visible-xs h4.pln_smry_heading.visible-xs {
    font-size: 24px;
}
.pluginUp_ops_spp.NB .pln_smry_pdfDownload::before{
	margin-left: 22%;
	
}
.pluginUp_ops_spp.NB .pln_smry_sec.pln_smry_subsec.visible-xs .pln_smry_headerSec .pln_smry_lblstyle.text-center.sarjb_namestyles{
	padding-left:0!important;
}
	/* Netbanking UI Changes ends - Harshita */
 .plnSum_docList_section .plnSum_docList_heading {
text-align: center;
margin-bottom: 10px;
background: #004068;
padding: 10px;
color: #fff !important;
}
.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-button {padding: 0;}
.ui-selectmenu-button span.ui-selectmenu-text{
	    padding-left: 0;
	    padding-top: 0.4em;
  		  padding-right: 2.1em; 
       padding-bottom: 6px;
}
.ui-button:focus {border-top: none; border-left: none;border-right: none;}
.minmaxerror-msg{color:red;font-size:14px;line-height:20px;}
.minmaxError{color:red;font-size:14px;line-height:20px;}

/* fund performance */
.sarjb_mob_pad0,.self-info-details{display:none;}
.self-benefits .wrapper-box{border:none !important;margin-top: 0px;}
.self-benefits{border: 1px solid #e6e6e6;background: #fbfbfb;}
.self-benefits .title{    background: #e6e6e6;font-size: 24px;font-weight: bold;color: #005796; padding: 10px;padding-left: 30px;}
.self-benefits .wrapper-box .descb{font-size: 16px;}
/* lead page */
.text-link{display:block;font-size: 16px;}
#productftr .close{border:none;}
/* plan page */
#ui-id-1-menu{height:auto !important;}
#calculate1 .close{border:none;}
/* rider page */
.modifyplan .INAD_sumAssured{margin-left:10px;}
.modifyplan .modal-body{border:none !important;}
.modifyplan .btn{border-radius: 4px;}

#option-select-pgendersamp-menu,#option-select-lgendersamp-menu,#option-select-pgendersampedit-menu,#option-select-lgendersampedit-menu{height:auto;}
.deathbenefitfield .rupeeprm{font-size:16px;}
/* 	summary page mobile view */
@media screen and (max-width:600px) {
.saral_pension_mob_seperator{
		display: flex;
		padding:0 15px 15px 15px !important;
	}
	.saral_pension_mob_seperator{
	height: 90px !important;
	}
	.saral_pension_mob_seperator1{
		width: 70%;
    	text-align: left;
    	font-size:14px !important;
    	padding-right:50px;
	}
	.saral_pension_mob_seperator2{
		width: 30% !important;
    	text-align: left;
    	font-size:14px !important;
    	color: #000000;
	}
	.saralP_summary_premium_box {
    	font-size: 14px;
    	color: #444444;
    }
    .saralP_mob_note_bold{
    	font-weight:500;
    }
    .saralP_mob_mainBox_pb0{
    	padding-bottom:0;
    }
}
@media only screen and (min-width: 767px){
#qni_ulspro #plansumary-display .sanchy_revamp_summary_name {
    margin-top: -60px;
}
}
/* desktop view */
@media only screen and (min-width: 767px){
 #qni_ul8niv #plansumary-display{padding-top:0px;}
  #qni_ul8niv #plansumary-display .sanchy_revamp_summary_name{margin-top:10px;}
  #qni_ul8niv #shriders .container {padding-top:0px;}
}

/* netbanking changes */
.v2Revamp_NB .netdispnone{display:none !important;}
.pluginUp_ops_ul8niv2.v2Revamp_NB .netdispblock{display:block !important;}
.v2Revamp_NB .pln_dtls_benefits{display:none;}
.v2Revamp_NB .mob_1day_claim{display:block !important;}
.v2Revamp_NB .basicdetails .sc2w_combo_padStyles{width:100%}
.v2Revamp_NB  .whatsapp-c2insa-checkbox{margin-left: 21px;margin-top: -20px;}


#ops_ulspro .claim_settle .claim_settle_mob, #ops_ulspro .claim_settle .claim_settle_desktop{padding: 15px 10px 0px 10px;}
.ui-button .ui-selectmenu-icon, .ui-button .ui-icon, .ui-selectmenu-button .ui-icon{background-image:none !important;}
.key-features{background: #F2FAFF; padding: 0px 24px 24px 24px;}
.key-features h3{
font-weight: bold;
font-size: 18px;
line-height: 23px;
color: #444444;
text-align: center;
margin-bottom: 10px;
padding-top: 30px;
}
.product-boder img{
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 14px;
}
.key-features h6{
font-weight: 600;
font-size: 18px;
line-height: 22px;
color: #444444;
}
.key-features .side-icon{
float: left;

width: 68px;
}
.key-features .key-content{
float: left;
width: calc(100% - 68px);
}
.key-features p{
clear: both;
font-size: 14px;
line-height: 18px;
}
.key-border{
border-bottom: 1px solid #DDDDDD;
padding-top: 15px;
clear: both;
overflow: hidden;
padding-bottom: 20px;
}
.key-lastborder{
border: none;
}
@media (min-width: 740px) and (max-width:780) {
.key-features { height:250px; overflow-y:hidden; }

} 
@media (max-width: 767.98px) { 
.key-desk{display: none;}
.keyfeatures-popup a{
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
text-decoration-line: underline;
color: #0587E0;
}
#productftr .modal-body{padding:0px !important;}
@media (min-width: 767.98px){
.keyfeatures-popup{display: none;}
}
}
@media screen and (max-width: 768px){
.pluginUp_ops_ulspro.v2Revamp_NB .sarjb_showMobile {
    display: block !important;
    font-weight: 500;
    font-size: 15px;
}
}