﻿@charset "utf-8";
/*----------- Reset css start here ------------------*/

* {
    /*margin: 0; PR15252
	padding: 0;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    list-style: none;
}
html {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	font-family: 'VAGRoundedStdLight';
}
body {
	height: 100%;
	font-size: inherit;
	line-height: normal;
	font-family: 'VAGRoundedStdLight';
}
/*a { text-decoration: none;  outline:none;transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out }
*/
a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a.selected {
	cursor: default;
}
a:hover.selected {
	text-decoration: none;
}
img {
	border: none;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
table, table tr td, table tr th {
	border: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after, .clearfix:before {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.clear {
	font-size: 1%;
	height: 0;
	width: 0;
	float: none;
	clear: both;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, section, summary, mark {
	float: left;
	width: 100%;
	clear: both;
}
input {
    /*outline: none  PR15252*/
}
::-webkit-input-placeholder {
color: #333333;
}
::-moz-placeholder {
color: #333333;
}
:-ms-input-placeholder {
color: #333333;
}
:-moz-placeholder {
color: #333333;
}
input[type=submit], input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	cursor: pointer;
}
input::-ms-clear {
display: none;
}
input[type="number"], input[type="tel"], input[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	margin: 0;
}
h3 {
	font-family: 'VAGRoundedStdLight';
	font-weight: 300;
}
/*----------- Reset css end here ------------------*/


/*global CSS starts here */

.global-mt-75 { margin-top:75px !important; }

/*h1 { PR15252
	color: #004ca8;
	font-family: 'Geometos';
	font-size: 41px;
	margin-top: 50px;
	text-transform: uppercase;
	position: relative;
	padding-left: 10px;
}
h1:after {
	content: "";
	background-color: #eb2726;
	width: 5px;
	height: 33px;
	margin: 0px auto;
	position: absolute;
	left: 1px;
	top: 5px;
	transform: translateX(-50%)
}*/
h1 > span {
	font-family: 'VAG Rounded Std thin';
	font-size: 25px;
	color: #004ca8;
	text-transform: capitalize;
	display: block;
}
h1 > span:after {
	content: "";
	background-color: #eb2726;
	width: 1px;
	height: 40px;
	margin: 0px auto;
	position: absolute;
	left: -1px;
	top: 30px;
	transform: translateX(-50%)
}
/*h2 { PR15252
	color: #656565;
	font-family: 'VAG Rounded Std thin';
	font-size: 35px;
	text-align: center;
	position: relative;
}*/
.mt10050 {
	margin-top: 100px;
}
.mt40 {
	margin-top: 40px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45-0 {
	margin-bottom: 45px;
}
.mt20 {
	margin-top: 20px;
}
.rupeeSymbol {
	font-family: 'rupee_foradian1-webfont';
}
/*global CSS ends here */



/* header CSS starts here */


/*Added form color change for IndusInd*/
input#ctl00_ContentPlaceHolder1_rdoUPI, input#ctl00_ContentPlaceHolder1_rdoAadhar, input#ctl00_ContentPlaceHolder1_rdoNetbanking, input#ctl00_ContentPlaceHolder1_rdoDebitCard, input#ctl00_ContentPlaceHolder1_rdoUPIApp, input#ctl00_ContentPlaceHolder1_rdoUPIId {
    accent-color: #98272a;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #98272a !important;
}

.disclaimer a {
    color: #98272a;
}

/*End,Added form color change for IndusInd*/

.custom-container {
	width: 100%;
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 15px;
}
.inner-container {
	width: 100%;
	max-width: 1370px;
	margin: 0 auto;
	padding: 0 15px;
}
header {
	width: 100%;
	background: #faa61a;
	border-bottom: solid 1px #ed2324;
	position: fixed;
	left: 0;
	top: 0;
	padding: 15px 0px;
	z-index: 101;
	transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	display: flex;
	align-items: center;
}
.header-content {
	display: flex;
	align-items: center;
}
.header-content-left {
	margin-right: auto;
}
.header-content-left > a > img {
	width: 100%;
	max-width: 409px;
}
.header-content-right > ul {
	margin: 0;
	padding: 0;
}
.header-content-right > ul > li {
	list-style: none;
	float: left;
	position: relative;
	font-family: 'VAG Rounded Std thin';
	font-size: 18px;
	color: #ffffff;
	padding: 0 20px 0 20px;
}
.header-content-right > ul > li > span {
	color: #ffffff;
	text-decoration: none;
}
.header-content-right > ul > li > span:hover {
	color: #034ea2;
}
.header-content-right > ul > li:last-child:after {
	content: "";
	position: absolute;
	background-color: #ffffff;
	width: 1px;
	height: 50px;
	margin-left: 20px;
	top: -8px;
}
.header-content-right > ul > li:last-child:after {
	content: "";
	background-color: transparent;
}
/* header CSS ends here */


/* footer CSS starts here */

footer {
	margin-top: 50px;
}
.footer-content {
	padding-top: 30px;
	border-top: solid 1px #d4d4d4;
	font-family: 'VAG Rounded Std thin';
	font-size: 13px;
	color: #505050;
}
.footer-content > p {
	margin-bottom: 10px;
}
.footer-content > p > span {
	font-family:'VAG Rounded Std Bold';
	font-size: 15px;
	color: #505050;
}
.footer-content > div {
	margin-bottom: 5px;
}
.footer-content > ul {
	margin: 0 0 25px 15px;
	padding: 0;
}
.footer-content > ul > li {
	list-style: disc;
}
/* footer CSS ends here */




/* form section CSS starts here */

.step-container {
	background: #fff url("../images/bg.jpg") repeat center center;
	float: right;
	padding: 20px 20px;
	margin-top: 35px;
	position: relative;
	border-bottom: solid 3px #bababa;
	min-width: 225px;
}
.step-container:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px;
	border-color: #bababa transparent transparent transparent;
}
.step-container .step-copy {
	font-family: 'Geometos';
	font-size: 20px;
	color: #004ca8;
	text-transform: uppercase;
	display: block;
	text-align: left;
}
.step-container .step-title {
	font-family: 'Geometos';
	font-size: 25px;
	color: #eb2726;
	text-transform: uppercase;
	display: block;
	text-align: left;
}
.step-container-1 {margin-right: 15px; float: right; padding: 20px 20px;
	margin-top: 35px;}
.step-container-1 .step-copy {
	font-family: 'Geometos';
	font-size: 20px;
	color: #004ca8;
	text-transform: uppercase;
	display: block;
	text-align: left;
}
.step-container-1 .step-title {
	font-family: 'Geometos';
	font-size: 25px;
	color: #eb2726;
	text-transform: uppercase;
	display: block;
	text-align: left;
}

.form-col {
	position: relative;
	width: 90%;
	font-family: 'VAGRoundedStdLight';
	font-weight: 300;
} /* necessary to give position: relative to parent. */

input[type="time"]{width: 100%; font-size: 14px; letter-spacing: 1px;
	font-family: 'VAGRoundedStdLight';
	font-weight: 300;}

input[type="text"] {
	font-size: 14px; /*color:#b1b4b6;*/
	color: #333333;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	font-family: 'VAGRoundedStdLight';
	font-weight: 300;
}
input[type="number"], input[type="tel"], input[type="email"] {
	font-size: 14px; /*color:#b1b4b6;*/
	color: #333333;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	font-family: 'VAGRoundedStdLight';
	font-weight: 300;
}
input::placeholder {
color:#b1b4b6;
}
input[type="tel"] {
	padding-left: 35px;
}
.mobile-number abbr {
	font-size: 14px; /*color:#b1b4b6;*/
	color: #b1b4b6;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	width: 30px;
	position: absolute;
	left: 0px;
	bottom: 12px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#b1b4b6;
}
.form-col > label {
	color: #004ca8;
	font-size: 16px;
	display: block;
	font-family: 'VAGRoundedStdLight';
	font-weight: 300;
}
.form-col > span {
	color: #004ca8;
	font-size: 18px;
	margin: 0 5px 0 0;
}
.form-col em {
	position: absolute;
	bottom: -15px;
	font-size: 10px;
	color: red;
	left: 0px;
}
.form-col.email-id em {
	position: absolute;
	bottom: -35px;
	font-size: 10px;
	color: red;
	left: 0px;
}
.effect-1 {
	border: 0;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}
.effect-1 ~ .focus-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #034ea2;
	transition: 0.4s;
}
.effect-1:focus ~ abbr {
	color: #333;
}
.effect-1:focus ~ .focus-border {
	width: 100%;
	transition: 0.4s;
}
.form-col.checkbox-error .effect-1 {
	border-bottom: 1px solid red;
}
.form-col.checkbox-error .effect-1:focus ~ .focus-border {
	background-color: red;
}
.copy-words {
	font-size: 13px;
	margin-top: 5px;
	color: #bababa;
}
.error {
    display: none;
    color: #FF0000;
    font-size: 13px;
    margin: 5px 0 0px 0px !important;
}
.note {
    color: #FF0000;
    font-size: 13px;
    margin-top: 5px;
    font-family: 'VAGRoundedStdLight';
    font-weight: 300;
}
.note > span {
	color: #b1b4b6;
	font-size: 13px;
}
.radiobtn {
	display: inline-block;
	margin: 10px 40px 0 0;
}
.radiobtn > label {
	position: relative;
	cursor: pointer;
}
.radiobtn > label:before {
	content: "";
	background-color: #b1b4b6;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.radiobtn > input:checked + label:before {
	background-color: #faa61a;
	top: 0;
}
.radiobtn > label > span {
	color: #b1b4b6;
	font-size: 16px;
	margin: 15px;
	font-family: 'VAGRoundedStdLight';
	font-weight: 300;
}
.radiobtn > input:checked + label > span {
	color: #004ca8;
}
.radiobtn > input { /* HIDE RADIO */
	visibility: hidden;  /*Makes input not-clickable */
	position: absolute; /* Remove input from document flow */
}
.radiobtn2 {
	display: inline-block;
}
.radiobtn2 > label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
}
.radiobtn2 > label:before {
	content: "";
	background-color: #FFF;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: 1px solid #b4b7b9;
}
.radiobtn2 > label:after {
	content: "";
	background-color: #FFF;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 1;
}
.radiobtn2 > input:checked + label:after {
	background-color: #faa61a;
}
.radiobtn2 > label > span {
	color: #b1b4b6;
	font-size: 16px;
	font-family: 'VAGRoundedStdLight';
	font-weight: 300;
}
.radiobtn2 > input:checked + label > span {
	color: #004ca8;
}
.radiobtn2 > input { /* HIDE RADIO */
	visibility: hidden;  /*Makes input not-clickable */
	position: absolute; /* Remove input from document flow */
}


.check-box {
	display: inline-block;
}
.check-box > label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	margin-bottom: 0px;
	
}
.check-box > label:before {
	content: "";
	background-color: #FFF;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
	border: 1px solid #b4b7b9;
}
.check-box > label:after {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("../images/check-box-img.png");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
	opacity: 0;

}
.check-box > input:checked + label:after {
	
	opacity: 1;
}
.check-box > label > span {
	color: #656565;
	font-size: 20px;
	font-family: 'VAGRoundedStdLight';
	font-weight: 300;
    line-height: 20px;
}

.check-box > label > span abbr{color: #faa61a;}

.check-box > input { /* HIDE RADIO */
	visibility: hidden;  /*Makes input not-clickable */
	position: absolute; /* Remove input from document flow */
}

.form-col > select {
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;  
	appearance: none;
	-ms-appearance: none;
	background: #fff url("../images/drop-down.png") no-repeat scroll 96% center;
	border-bottom: solid 1px #cccccc;
	padding: 5px 5px 5px 0;
	width: 100%;
	height: 40px;
	font-family: 'VAGRoundedStdLight';
	font-size: 18px;
	font-weight: 300;
	color: #b1b4b6;
}
.form-col > select:focus {
	outline: none;
}
.form-col select::-ms-expand {
display: none;
} /* for IE */


.custom_select {
  }
  
  .select_opts { background-color: #FFF; border: 1px solid #ccc; }
  
  .option_title, .option { padding: 12px 20px; border-bottom:1px solid #ccc;      font-family: 'VAGRoundedStdLight'; font-size: 14px; font-weight: 300;}
  
  .option_title { 
	padding-right: 30px;
	background-color: #FFF;
	padding-left: 0px;
  }
  
  .option { border-bottom: 1px solid #ccc; }
  
  
  
  .option.current, .option:hover {
	color: #FFF;
	background-color: #faa61a;
  }
  
  .option_title::selection { background-color: transparent; }
   .option_title::-moz-selection {
  background-color: transparent;
  }
  
  /* pure CSS Arrow */
  
  .arrow {
	width: 30px;
	height: 30px;
	background: #fff url("../images/drop-down.png") no-repeat scroll 96% center;
  }
  
  .custom_select.opened .arrow {
	background: #fff url("../images/drop-down.png") no-repeat scroll 96% center;
	border-top: none;
  }

.form-col > select.active {
	color: #333333;
} */
.form-otp-container {
	display: none;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
.form-otp-container > p {
	font-family: 'VAG Rounded Std thin';
	font-size: 16px;
	color: #004ca8;
}
.form-otp-container > input[type="text"] {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
.btn, .focus.btn, .btn:focus, .btn:hover {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	cursor: default;
	border: 0px;
	outline: none;
}

.focus.active.btn, .active.btn:focus, .focus.btn, .focus.btn:active, .btn:focus:active, .btn:focus{outline: none;}

.btn > a, .btn > button {
	font-family: 'Geometos';
	font-size: 28px;
	color: #ffffff;
	padding: 20px 100px 20px 100px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 30px;
	position: relative;
	background-color: #004ca8;
}
.btn > a:hover, .btn > button:hover {
	background-color: #faa61a;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.btn.active, .btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-row > div {
	margin-bottom: 0;
}
.option-clr {
	color: #333333;
}
/* form section CSS ends here ends here */

/* customized page */
.calculation-form-box {
	border: 1px solid #e9e9e9;
	text-align: center;
	position: relative;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #FFF;
}

.calculation-form-box:hover{
	border: 1px solid #faa61a;
	-webkit-box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.5);

}
.premium-frequency::after {
	content: "";
	width: 100%;
	height: 50px;
	background: #f4f4f4;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.calculation-form-box > div {
	margin: 20px auto;
}
.calculation-form-box p {
	margin-bottom: 0px;
}
.calculation-form-box p {
	font-size: 13px;
	color: #FFF;
	position: relative;
	line-height: 16px;
}

.plan-details ul li p b{color:#004ca8; }
.calculation-form-box p b{color:#FFF; }

.range-value {
	background-color: #f4f4f4;
	font-size: 20px;
	color: #656565;
	padding: 10px 20px;
	border-bottom: 3px solid #e0e0e0;
	font-family: 'Geometos';
}

.calculation-form-box .range-value{margin-bottom: 0px;}
.rider-main .calculation-form-box .range-value{margin-bottom: 0px;}

output.values, input.values {
	background-color: transparent;
	display: inline-block;
	font-size: 20px;
	color: #656565;
	padding-top: 0px;
	font-family: 'Geometos';
	
}

.sum-assure output.values, .sum-assure input.values{width: 100px;
	text-align: left;}
.policy-term output.values, .policy-term input.values{width: 30px;
	text-align: right;}

	.add-rider output.values, .add-rider input.values{width: auto;
		max-width: 85px;
		display: inline-block;
		text-align: left;}

.calculation-form-box > div.range-slider-wrapper {
	width: 90%;
	margin: 35px auto;
}

.calculation-form-box > div.range-slider-wrapper.empty{height: 8px;}

.calculation-form-box > div.range-premium {
	background-color: #e0e0e0;
	font-size: 20px;
	color: #656565;
	padding: 10px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.calculation-form-box > div.detection{background-color: #004ca8;

	margin: 0px; 
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:0 15px;  
}

.calculation-form-box .box-heading {
	background-color: #FFF;
	position: absolute;
	padding: 5px;
	font-size: 16px;
	color: #004ca8;
	top: -20px;
	left: 20px;
	top: -12px;
	left: 30px;
	margin: 0px;
}
.range-value i {
	margin-right: 0px;
}
.calculation-form-box ul {
	padding: 25px;
	margin: 0px;
	text-align: left;
	margin-bottom: 38px;
}
.calculation-form-box ul li {
	width: 40%;
	text-align: left;
	display: inline-block;
	padding: 10px 0px;
}
/* range slider */
.rangeslider {
	background-color: #e0e0e0;
}
.rangeslider--horizontal {
	height: 5px;
	-moz-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.rangeslider__handle {
	width: 28px;
	height: 28px;
	background-color: #034ea2;
	border: 0px;
}
.rangeslider__fill {
	display: block;
	-moz-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.3);
	background: rgba(146,182,224,1);
	background: -moz-linear-gradient(left, rgba(146,182,224,1) 0%, rgba(3,78,162,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(146,182,224,1)), color-stop(100%, rgba(3,78,162,1)));
	background: -webkit-linear-gradient(left, rgba(146,182,224,1) 0%, rgba(3,78,162,1) 100%);
	background: -o-linear-gradient(left, rgba(146,182,224,1) 0%, rgba(3,78,162,1) 100%);
	background: -ms-linear-gradient(left, rgba(146,182,224,1) 0%, rgba(3,78,162,1) 100%);
	background: linear-gradient(to right, rgba(146,182,224,1) 0%, rgba(3,78,162,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92b6e0', endColorstr='#034ea2', GradientType=1 );
}
.rangeslider__handle::after {
	background-image: url(../images/scroll-line.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
.section-heading {
	font-size: 24px;
	color: #034ea2;
	text-align: center;
	text-transform: uppercase;
	font-family: 'VAGRoundedStdLight';
	font-weight: 300;
}
.section-subheading {
	font-size: 18px;
	color: #034ea2;
	text-align: center;
	padding: 20px;
	line-height: 15px;
	background-color: #f4f4f4;
	font-family: 'VAGRoundedStdLight';
	font-weight: 300;
	margin-top: 10px;
}

.section-subheading-2 {
	font-size: 14px;
	color: #034ea2;
	text-align: center;
	padding: 20px;
	line-height: 15px;
	background-color: #f4f4f4;
	font-family: 'VAGRoundedStdLight';
	font-weight: 300;
	margin-top: 10px;
}

.plan-col {
	text-align: center;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.plan-col:hover, .plan-col.ctive{
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px -11px rgba(0,0,0,0.5);
}
.plan-wrapper-inner > li {
	width: 20%;
	padding: 0 15px;
	float: left;
}
.plan-wrapper-inner {
	width: 100%; 
	display: inline-block;
	margin-bottom: 40px;
}
.plan-wrapper-inner > li h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Geometos';
	font-weight: 400;
	color: #656565;
	padding: 0 15px;
}
.img-wrapper {
	display: inline-block;
	padding-bottom: 20px;
	width: 100%;
	position: relative;
	padding-top: 20px;
}
.img-wrapper::after {
	content: "";
	width: 100%;
	height: calc(100% - 55px);
	bottom: 0px;
	left: 0px;
	background: #FFF;
	position: absolute;
	border: 1px solid #d3d3d3;
	z-index: -1;
	border-bottom: 0px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.plan-name {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: top;
	align-content: center;
	text-align: center; 
	font-size: 14px;
	color: #313131;
	font-family: 'VAG Rounded Std thin';
	text-align: left;
	min-height: 35px;
	margin-top: 15px;
}
.plan-name h3 {
	text-align: center;
	line-height: 15px;
	margin: 0px;
}
.plan-details {
	background: #ecf0f1;
	width: 100%;
	padding: 15px;
	font-size: 14px;
	color: #313131;
	font-family: 'VAG Rounded Std thin';
	text-align: left;
	min-height: 80px;
	height: auto;
	margin-right: 95px;
	align-self: center;
}
.plan-details ul li {
	margin-left: 0px;
	padding-left: 0px;
}
.plan-details p {
	margin-bottom: 0px;
	font-family: 'VAG Rounded Std';
	text-align: center;
}
.plan-details .radiobtn2 > label > span {font-size: 12px;}
.plan-details .other-options{
	margin-top: 10px;
	margin-left: 10px;
	height: 0px;
	display: block;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;

}

.plan-details .other-options > div{display: block;}
.plan-details .radiobtn2 > label::before {
		width: 16px;
		height: 16px;		
		z-index: 1;
	
	}

.terms-condition .terms .check-box{margin-bottom: 20px; display: inline-block;}

.plan-details .radiobtn2 > label::after {
	
		width: 6px;
		height: 6px;
		top: 5px;
		left: 5px;
		z-index: 1;
	
	}

.plan-price {
	background-color: #e7e7e7;
	padding: 0px;
	line-height: 18px;
	color: #034ea1;
	font-size: 20px;
	
	font-family: 'Geometos';
	position: relative;

	
}
.plan-price abbr {
	font-size: 16px;
	margin-left: 0px;
	font-family: 'VAG Rounded Std thin';
}

.main-price {
	line-height: 18px;
	color: #034ea1;
	font-size: 16px;
	font-family: 'Geometos';
	position: relative;

	
}
.main-price abbr {
	font-size: 14px;
	margin-left: 0px;
	font-family: 'VAG Rounded Std thin';
}


.hover-price > div{position: relative; padding:0px 0px;}
.hover-price{
	background-color: #034ea1; 
	color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.hover-price h4{
	font-size: 28px;
	margin-top: 00px;
	margin-bottom: 15px;
	font-family: 'Geometos';
}
/*.hover-price button{ 
	background-color: #faa61a; 
	font-size: 22px; 
	text-transform: uppercase;
	line-height: 18px;
	width: 100%; 
	padding: 20px 10px;
}*/
.plan-price button{ 
	background-color: #034ea1; 
	font-size: 22px; 
	text-transform: uppercase;
	line-height: 18px;
	width: 100%; 
	padding: 20px 12px;
	color: #FFF;
	font-family:'Geometos';
	
}
.plan-price button span{
	vertical-align: middle; 
	display: inline-block;
	line-height: 18px;
}
.plan-price button i{
	font-size: 30px;
	line-height: 18px;
	vertical-align: middle; 
	display: inline-block;
	margin-top: -4px;
}

.plan-col:hover .img-wrapper::after, .plan-col.active .img-wrapper::after{
	height: 91%;
}
.plan-col:hover .hover-price, .plan-col.active .hover-price {
	max-height: 350px;
	height: auto;
}

.plan-col:hover .plan-details .other-options, .plan-col.active .plan-details .other-options{height: 45px;}

.rider-adon{
	text-align: center; margin-bottom: 50px;
}

.rider-adon li{
	display: inline-block; 
	padding:25px 50px; 
	font-size: 24px; 
	position: relative;
	font-family:'Geometos';
	color: #034ea1;
}

.rider-adon li:first-child::after{
	content:""; 
	position: absolute; 
	width: 1px; 
	height: 100%; 
	top: 0px; 
	right: 0px;
	background-color: #034ea1;   
}

.rider-adon li:first-child::before{
	content:""; 
	position: absolute; 
	width: 10px; 
	height: 10px;
	border: 2px solid #FFF; 
	top: 50%;
	border-radius:50%; 
	transform:translateY(-50%);  
	right: -5px;
	background-color: #034ea1;
	z-index: 2;  
}

.critical{margin-top: 30px; width: 100%; display: inline-block;}
.critical .range-slider-wrapper{width: 90%; max-width: 500px;}




/*Added on 13-12-17*/
.pop-search p { font-family:'VAG Rounded Std Bold'; font-size:13px; color:#505050; margin-top:10px;}
.pop-search span {font-family: 'VAG Rounded Std'; font-size:13px; color:#004ca8;}

.radiobtn-clr > input{ /* HIDE RADIO */ visibility: hidden;  /*Makes input not-clickable */position: absolute; /* Remove input from document flow */}

.radiobtn-clr { display:inline-block; margin:10px 20px 0 5px;  }
.radiobtn-clr > label {  position:relative;  padding-left: 40px; margin-bottom: 0px;}
.radiobtn-clr > label:before { content:""; background-color:#ffffff; border:solid 1px #b1b4b6; width:30px; height:30px; border-radius:100%; position:absolute; top:-6px; left:-0px; z-index:-1;}
.radiobtn-clr > label:after { content:""; background-color:#ffffff; width:10px; height:10px; border-radius:50%; position:absolute; top:20%; left:10px; z-index:-1;}
.radiobtn-clr > input:checked + label:after { background-color:#faa61a;}
.radiobtn-clr > label > span { color:#b1b4b6; font-size:16px; font-family: 'VAGRoundedStdLight';
	font-weight: 300; }

.radiobtn-clr > input:checked + label > span { color:#004ca8;}
.dropdown{margin-top: 5px; display: block; visibility: hidden;}
.dropdown .arrow, .dropdown .custom_select.opened .arrow{background-image: url("../images/drop-down-small.png");}
/* .nri-container { display:inline-table; position: relative; max-width: 350px; width: 100%;} */
.nri-detail { display:none; position: absolute; top: 103%; left: 15px; margin-top: 5px; height: auto;} 
.nri-detail > .form-col > select { width:80%; background: #fff url("../images/drop-down-small.png") no-repeat scroll 96% center; height:auto; font-size:14px;}

.terms .check-box {margin: 10px 0; }
.terms .check-box > label::before, .terms .check-box > label::after{width: 15px; height: 15px; top: 0px;}
.terms .check-box > label::after{background-size: 70%;}
.terms .check-box > label > span{font-size: 14px;}
.terms .check-box > label{padding-left: 20px;}

/* .terms { margin-top:15px;}
.terms > label > span { font-family: 'VAG Rounded Std'; font-size:14px; color:#b1b4b6; margin-left: 30px; font-weight:normal;}
.terms > p { font-family: 'VAG Rounded Std'; font-size:12px; color:#b1b4b6; margin-top: 10px;} */

/* .terms > input[type="checkbox"] {
  display: none;
}
.terms input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  top: 33%;
  display: block;
  border: 2px solid #c4c4c4;
  content: "";
  display: block;
  height: 20px;
  text-align: center;
  width: 20px;
}
.terms input[type="checkbox"]:checked + label:before {
  content: "✓";
  color: #333;
  font-weight: bold;
} */


.form-col em{position: absolute; bottom: -15px; font-size: 10px; color: red; left: 0px;}
.form-col.email-id em{position: absolute; bottom: -35px; font-size: 10px; color: red; left: 0px;}

.effect-1 { border: 0; padding: 12px 0; border-bottom: 1px solid #ccc; }
.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #034ea2; transition: 0.4s;}
.effect-1:focus ~ abbr{color: #333;}
.effect-1:focus ~ .focus-border{width: 100%; transition: 0.4s;}
.form-col.checkbox-error .effect-1 {border-bottom: 1px solid red; }
.form-col.checkbox-error .effect-1:focus ~ .focus-border{background-color:red;}
.copy-words { font-size:13px; margin-top:5px; color:#bababa;}
.error { display:none; color:#FF0000 !important;  font-size:13px !important; margin: 5px 0 0px 0px !important;}
.note { color:#FF0000;  font-size:13px; margin-top:5px; font-family: 'VAG Rounded Std'; font-weight: 300;}
.note > span { color:#b1b4b6; font-size:13px; }
.error-msg { display:block; color:#034ea2 !important;  font-size:15px !important; margin: 5px 0 0px 0px !important;}


.radiobtn { display:inline-block; margin:10px 40px 0 0; }
.radiobtn > label {  position:relative; cursor: pointer; padding-left: 50px; line-height: 50px;}
.radiobtn > label img{ position: absolute; left: 0px; top: 0px; display: none;}
.radiobtn > label.male:before{background-image: url(../images/male.png); background-position: center; background-repeat: no-repeat;}
.radiobtn > label.female:before{background-image: url(../images/female.png); background-position: center; background-repeat: no-repeat;}
.radiobtn > label.cigar:before{background-image: url(../images/cigar.png); background-position: center; background-repeat: no-repeat;}
.radiobtn > label.no-cigar:before{background-image: url(../images/no-cigar.png); background-position: center; background-repeat: no-repeat;}

.radiobtn > label:before { content:""; background-color:#b1b4b6; width:50px; height:50px; border-radius:50px; position:absolute; top:0; left:0; z-index:-1; }
.radiobtn > input:checked + label:before { background-color:#faa61a; top:0;}
.radiobtn > label > span { color:#b1b4b6; font-size:16px; margin:15px; font-family: 'VAG Rounded Std'; font-weight: 300; }
.radiobtn > input:checked + label > span { color:#004ca8;} 

.radiobtn > input{ /* HIDE RADIO */
  visibility: hidden;  /*Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
 }

/* 
.form-col > select {
	background: transparent; -webkit-appearance: none; 
	-moz-appearance: none;  
	appearance: none; 
	-ms-appearance:none;
    background: #fff url("../images/drop-down.png") no-repeat scroll 96% center;
    border-bottom: solid 1px #cccccc;
    padding: 5px 5px 5px 0;
    width: 100%;
	height:40px;
	font-family: 'VAG Rounded Std'; font-size:18px; font-weight: 300;
	color:#79bbe7;
}

.form-col > select option{outline: none; border: }

.form-col > select:focus { outline: none;}
.form-col select::-ms-expand { display: none; } for IE */

s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font:normal 11px/22px Arial, Sans-Serif;
    color:black;
    border:1px solid #ccc;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:white;
    padding:0 10px;
    font-weight:bold;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:black transparent transparent transparent;
    position:absolute;
    top:9px;
    right:6px;
}
.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
    padding:0 6px;
    margin:0 0;
    padding:0 10px;
}
.options li:hover {
    background-color:#39f;
    color:white;
}

.form-col > select.active { color:#333333;}
.form-otp-container { display:none; max-width:700px; margin:0 auto; text-align:center; margin-top: 30px;}
.form-otp-container > p { font-family: 'VAG Rounded Std thin'; font-size:16px; color:#004ca8;}
.form-otp-container > input[type="text"] { max-width:400px; margin:0 auto; text-align:center;}
.add-rider-sep{padding: 10px 0px; padding-top: 10px; background-color: #ececec; width: 100%;}
.add-rider-sep-1{padding: 10px 0px; padding-top: 10px; background-color: #f3d298;}

.btn { margin:0 auto; width:100%; padding:0; cursor: default;}
.btn > a, .btn > button { font-family:'Geometos'; font-size: 22px; color: #ffffff; padding: 15px 70px 15px 70px; display: inline-block; text-transform: uppercase; margin-top:50px; position: relative; background-color:#004ca8;}
.homepagebtn.btn > button{margin-top: 0px;}
.btn > button:after{content:"\f105"; font-size: 28px; margin-left: 10px; font-family: 'FontAwesome';}
.btn > a:hover, .btn > button:hover { background-color: #faa61a; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;}
.btn > a:after{content:"\f105"; font-size: 28px; margin-left: 10px; font-family: 'FontAwesome';}
.btn > a:hover:before { border:2px solid #ffffff; border-left-width:0; border-top-width:0;}
.btn.active, .btn:active {-webkit-box-shadow: none; box-shadow: none;}


.form-row > div { margin-bottom:0;}

.option-clr { color:#333333;}


.btn > button.edit-btn { background-color:#faa61a; margin-right:40px;}


.form-summary-container { width:100%; display:block;}
.form-summary-container > ul { display: flex; align-items: flex-start; justify-content: space-between;}
.form-summary-container > ul > li { width:18%;}
.form-summary-container > ul > li > .form-summary-block { text-align:center;}
.form-summary-container > ul > li > .form-summary-block p { font-family: 'VAG Rounded Std'; font-size:16px; color:#004ca8; padding-bottom:15px; border-bottom:1px solid #d2d2d2; margin:0;}
.form-summary-container > ul > li > .form-summary-block .form-summary-detail { font-family: 'Geometos'; font-size:20px; color:#656565; padding-top:15px;/* max-width: 80%; margin: 0 auto;*/}

.premium-detail-container { max-width:85%; margin:80px auto 0 auto; text-align:center;}
.premium-detail-container > .premium-detail-title {font-family: 'Geometos'; font-size:26px; color:#034ea2; padding: 0 5% 5px 5%; border-bottom:2px solid #ecebeb; display:inline-block; margin-bottom:20px;}
.premium-detail-container > p { font-family: 'VAG Rounded Std'; font-size:20px; line-height: 32px; color:#505050;}
.premium-detail-container > .total-annual-premium { font-family: 'VAG Rounded Std'; font-size:30px; color:#231f20; margin:40px 0; border-bottom:2px solid #004ca8; display:inline-block; padding-bottom:10px;}
.premium-detail-container > .total-annual-premium > p { display: inline-block; margin:0;}
.premium-detail-container > .total-annual-premium > p.orange-copy { color:#faa61a; display: inline-block;}
.premium-detail-container > .total-annual-premium > span { font-size:22px; color:#808285;}

.download { display:block;font-family: 'Geometos'; font-size:20px; color:#004ca8; text-decoration:underline; margin-bottom:50px;}
.download:hover { color:#004ca8; text-decoration:underline;}
.download > .downld-img { padding-left:20px;}


.terms-condition { position:relative; text-align:center; margin-top:50px;}
/* .terms-condition > .terms > input[type="checkbox"] { display: none;}
.terms-condition > .terms > label > span {font-family:'VAG Rounded Std Bold'; font-size:24px; color:#505050; margin-left: 10px;}
.terms-condition > .terms input[type="checkbox"] + label:before { position: absolute; left: 46%; top: 5px; display: block; border: 2px solid #c4c4c4; content: ""; display: block; height: 20px; text-align: center;  width: 20px;}
.terms-condition > .terms input[type="checkbox"]:checked + label:before { content: "✓"; color: #333; font-weight: bold;} */
.terms-condition > .terms > p {font-family:'VAG Rounded Std Thin'; font-size:20px; color:#505050; display: inline-block; line-height: 16px; width: calc(100% - 30px); vertical-align: top; text-align: left; }
.terms-condition .terms.tems-step .check-box{margin: 0px 0; margin-bottom: 0px;}
.step-5-btn .btn > button{margin-top: 25px;}
/*Accordian CSS*/

.accordian-title{ cursor: pointer; font-family: 'VAG Rounded Std'; font-size:24px; color:#004ca8; padding: 20px 20px 20px 40px; text-decoration:underline; display:block; margin-top:10px;}
.accordian-content { color:#333;padding:5px 10px 0px 40px;line-height:18px;}
.accordian-content > p { font-size:14px;}
.accordian-content > span { font-size:14px;}
.accordian-content ul > li { list-style-type:decimal;}
.openlanguage{ color:#004ca8;  background:url(../images/minus.png) no-repeat right 40px center #f4f4f4;}
.closedlanguage{ color:#004ca8; background:url(../images/plus.png) no-repeat right 40px center #f4f4f4; }


.ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ui-menu {
    border: 1px solid lightgray;
    font-family:'VAGRoundedStdLight';
    font-size: 14px;
}
.ui-menu .ui-menu-item a {
	color: #888;
	line-height: 20px;
	padding: 5px;
}
.ui-menu .ui-menu-item:hover {
    display: block;
    text-decoration: none;
    color: #3D3D3D;
    cursor: pointer;
    background-image: none;
	border: 0px solid lightgray;
	line-height: 20px;
}
.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus {
    border: 0px solid lightgray;
    background-image: none;
    background-color: lightgray;
	color: #3D3D3D;
	line-height: 20px;
}
.ui-menu .ui-menu-item{padding: 5px 0;}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: 0px;
}

.medical-schedular h4{font-size: 20px;}
.medical-schedular h4 ~ p{font-size: 16px; line-height: 18px; margin-top: 10px; }
.medical-schedular ul {display: inline-block; width: 100%;}
.medical-schedular ul li{width: 23%; margin: 10px 0; float:left; font-size: 16px; padding-left: 10px; margin-left: 15px; list-style:url(../images/bullet.png);}


/*css by atul*/
.wrapperA{width: 100%; float: left;}
img{max-width: 100%;}

/*aadhar card details css*/
.dearXYZ h5{color:#505050; font-size: 20px; line-height: 35px; margin: 10px 0 0; max-width: 920px;}
.medical-schedular h4.fbA26{font-size: 26px; color: #034ea2; margin-bottom: 20px;}
.lifeStage h5{color:#505050; font-size: 20px; line-height: 35px; margin: 10px 0 0; max-width: 920px;}
.lifeStage .check-box > label > span{color:#505050; font-size: 20px; font-weight: normal; font-family: unset;}
.aadharInfo h4.fbA26{display: inline-block; margin-right: 40px;}
.aadharInfo .check-box > label > span{font-size: 12px; font-family: unset;}
.aadharInfo .check-box > label:before{top: -4px;}
.aadharInfo .check-box > label:after{top: -4px;}
.aadharInfo .note{position:relative;}
.aadharInfo .note .resendArrow{position: relative; width: 100px; display: inline-block;}
.aadharInfo .note .resendArrow .arrowImg{position: absolute; top: 0; right: 0; width: 16px; height: 16px;}
.aadharcardDetails .dearXYZ h5{font-family: 'VAGRoundedStdLight';}

/* additionalDetails css */
.navigationWrap{width: 100%; border-top:1px solid #ccc; padding-top: 30px; float: left;}
.navigationWrap ul{width: 100%; margin: 0; padding: 0; float: left;}
.navigationWrap ul li{display: table-cell; width: 12.5%; margin: 0; padding: 0;}
.navigationWrap ul li a{float: left; width: 80px; color: #b1b4b6; -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; position: relative;}
.navigationWrap ul li.active a{color:#004ca8; position: relative;}
.navigationWrap ul li.active a:after{content: ''; position:absolute; top:-35px; left: 0; width: 140%; height: 7px; background-color: #eb2726;}
.navigationWrap ul li:nth-child(5) a{width: 100px;}
.navigationWrap ul li a:after{content: ''; position:absolute; top:-35px; left: 0; width:0%; height: 7px; background-color: #eb2726; -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}
.navigationWrap ul li:nth-child(5) a{width: 100px;}
.navigationWrap ul li a:hover{color: #004ca8; -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}
.navigationWrap ul li a:hover:after{width: 140%; -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}
.additionalDetails .formWrapA .identificationProof{margin-top: 50px; width: 100%; float: left;}
.additionalDetails .formWrapA .identificationProof .fbA26{color: #eb2726; margin:0 0 40px; padding: 0 15px;}

/* applicationDetails css */
.applicationDetails .Politicallyexposed h4{margin:0;}
.applicationDetails .Politicallyexposed p{margin:10px 0 0; font-size: 14px; line-height: 24px; width:100%; max-width: 810px; display: inline-block; color: #004ca8;}
.applicationDetails .Politicallyexposed .radioWrapA{margin:20px 0 0;}
.applicationDetails .Politicallyexposed .checkboxWrap{margin:0px 0 50px;}
.applicationDetails .Politicallyexposed .checkboxWrap .check-box > label > span{font-family: unset; font-size: 18px; color: #b1b4b6; letter-spacing: 1px;}
.applicationDetails .Politicallyexposed .checkboxWrap .check-box .note {color: #b1b4b6; padding: 10px 0 0 30px;}
.applicationDetails .Politicallyexposed .checkboxWrap .check-box .note strong{color: #606060;}
.applicationDetails .Politicallyexposed .questionWrap .fourOptionsW .radiobtn-clr{width:calc(50% - 25px); float:left;}
.applicationDetails .Politicallyexposed .questionWrap .fourOptionsW .radiobtn-clr:nth-child(3), .questionWrap .fourOptionsW .radiobtn-clr:nth-child(4){margin-top: 40px;}
.applicationDetails .Politicallyexposed .faqctaWrap{font-size: 14px; color: #606060; width: 80px; height: 33px; line-height: 30px; display: inline-block; border: 1px solid #b1b4b6; text-align: center; -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; margin-left: 40px;}
.applicationDetails .Politicallyexposed .faqctaWrap:hover{background-color: #faa61a; border: 1px solid #faa61a; color: #fff; -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;} 
.applicationDetails .Politicallyexposed .acNumber .form-col{width: 400px; margin: 5px 0 0;}
.applicationDetails .Politicallyexposed .acNumber .note{margin:5px 0 0;}
.applicationDetails .Politicallyexposed .acNumber .note.linkText{display: block; width: 100%; float: left; max-width: 100%;}
.applicationDetails .Politicallyexposed .allfaqWrap h4{text-transform: uppercase; color: #004ca8; margin-bottom: 45px;}
.applicationDetails .Politicallyexposed .checkboxWrap.checkboxWrapCenter{margin:0 0 50px;}
.applicationDetails .Politicallyexposed .checkboxWrap.checkboxWrapCenter .check-box > label > span{color:#505050;}
.applicationDetails .Politicallyexposed .checkboxWrap.checkboxWrapCenter .check-box{width: 100%; text-align: center;}
.applicationDetails .Politicallyexposed .radioWrapA{margin-bottom:20px;}
.applicationDetails .Politicallyexposed .acNumber .form-col.max700{width: 700px;}
.applicationDetails .Politicallyexposed h4 abbr.yearWrap{color:#004ca8; font-weight: bold;}
.applicationDetails .questionThreeBG{background-color: transparent;}
.applicationDetails .makeSection{position: relative; padding: 25px;}
.applicationDetails .makeSection:after{content: '';position: absolute; width: 102%; height: 100%; top:50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); background-color: #e1e1e1; z-index: -2; opacity: 0.6;}

/*bankDetails css*/
.additionalDetails.bankDetails .formWrapA .identificationProof .fbA26{font-family: 'Geometos'; text-transform: uppercase; font-size: 20px; margin-bottom: 20px;}
.additionalDetails.bankDetails .formWrapA .identificationProof p{font-size: 16px; line-height: 26px; color: #004ca8; display: inline-block; width: 100%; max-width: 1000px;}
.additionalDetails.bankDetails .check-box{margin:10px 0 20px;}
.additionalDetails.bankDetails .check-box > label > span{font-size: 14px;}
.additionalDetails.bankDetails .check-box > label:before{top:-4px;}
.additionalDetails.bankDetails .check-box > label:after{top: -4px;}


/*documents css*/
.documents .pW0{padding: 0; margin-bottom: 40px;}
.documents .formWrapUploadD{width: 80%; float: left;}
.colWrapA:nth-child(odd){padding-right: 50px;}
.colWrapA:nth-child(even){padding-left: 50px;}
.documents .formWrapUploadD .custom-file-upload{width: 100%; float: left; position: relative; padding: 10px 0 0;}
.documents .formWrapUploadD .labelA{font-size: 16px; color: #004ca8;}
.documents .formWrapUploadD .file-upload-input{width:calc(100% - 150px); float: left; border-bottom: 1px solid #d2d2d2; position: relative; top: 22px; font-size: 14px !important;}
.documents .formWrapUploadD .file-upload-button{width: 120px; font-size: 14px; font-family: 'Geometos'; background-color: #0097d6; color: #fff; padding: 14px 0; float: right; cursor: pointer;}

.documents .formWrapUploadD .check-box{width: 100%; float: left; margin:20px 0 0;}
.documents .formWrapUploadD .check-box > label > span{font-size: 14px;}
.documents .formWrapUploadD .check-box > label:before{top:-4px;}
.documents .formWrapUploadD .check-box > label:after{top: -4px;}
.documents .formWrapUploadD .colWrapA{position: relative;}
.documents .form-control.form-input.form-style-fake{background-color: transparent; border: none; padding: 0; position: relative;}
.documents .form-control.form-input.form-style-fake:focus{outline: none; box-shadow: none; -webkit-box-shadow: none;}
.documents .placeHolder{position:relative; top:0px; width: calc(100% - 150px); visibility: hidden; opacity: 0; height: 0; overflow: hidden;}
.documents .formWrapUploadD .colWrapA label{margin-bottom: 0; width: 100%;}
.documents  .incomeProof{width:calc(100% - 150px); float: left;}
.documents .formWrapUploadD .incomeProofWrap .file-upload-button{position: absolute; top:18px; right: 0;}
.documents .formWrapUploadD .incomeProofWrap .file-upload-input{border: none;}
.documents .formWrapUploadD .incomeProofWrap .check-box{width: auto;}
.documents .formWrapUploadD .incomeProofWrap .placeHolder{color: #000;}
.documents .formWrapUploadD .incomeProofWrap .file-upload-input{top: 0;}
.documents .formWrapUploadD .incomeProofWrap .check-box{margin: 0;}


/*familyHistory1 css*/
.familyHistory1 .form-row h4{margin:0;}
.familyHistory1 .form-row p{font-size: 14px; color: #004ca8; display: inline-block;}
.familyHistory1 .form-row .radiobtn-clr{margin: 10px 20px 0 0px;}



/*responsive css*/
@media only screen and (max-width:1600px){
    .step-container-1{margin-top: 5px;}
}

/*enach Css starts*/
.enach-container p { font-size: 17px; color: #505050; margin: 50px 0 20px 15px;}
.enach-input > input { color: #0a4fa5; font-size: 16px;}
.enach-input > input::-moz-placeholder { color: #0a4fa5; opacity: 1;}
.login-terms-container > .check-box { display: block; margin-bottom: 7px;}
.login-terms-container > .check-box > label::after {background-image: url("../images/check-box-img.png");}
.login-terms-container > .check-box > label > span { font-size: 15px; color: #505050; line-height: 20px;}
ul.bank-listing-logo { margin: 0; padding: 0; display: flex; align-items: center; margin: 30px 0 20px 0;}
ul.bank-listing-logo > li { margin-right: 20px;}
.form-col.bank-list > select { background: #f1f1f1; -webkit-appearance: none; -moz-appearance: none;  appearance: none; -ms-appearance: none; background: #fff url("../images/blue-arrow.png") no-repeat scroll 96% center; border: none; padding: 5px 5px 5px 0; width: 100%; height: 40px; font-family: 'VAGRoundedStdLight'; font-size: 18px; font-weight: 300; color: #b1b4b6; }
.login-btn, .btn.back-btn { text-align: left; display: inline;}

.btn.back-btn > button:before { content: "\f104"; font-size: 28px;margin-right: 10px;font-family: 'FontAwesome';}
.btn.back-btn > button:after { content: "";}


.form-col.bank-list .select { padding: 5px 5px 5px 0; height: 40px; font-family: 'VAGRoundedStdLight'; font-size: 16px; color: #b1b4b6; border: none;}
.select2-results__option { font-size: 16px; color: #b1b4b6;}
.form-col.bank-list .select2-container {min-width: 350px; width: 100%;}
.form-col.bank-list .select2-container .select2-selection--single { background-color: #f1f1f1;}
.form-col.bank-list .select2-container .select2-selection--single .select2-selection__rendered { background: #f1f1f1 url("../images/blue-arrow.png") no-repeat scroll 96% center; }
.form-col.bank-list .select2-container--default .select2-selection--single { border: none; height: 40px; padding-top: 7px;}
.form-col.bank-list .select2-container--default .select2-selection--single .select2-selection__arrow b { display: none;}


.enach-container > h4 { font-size: 18px; color: #0a4fa5; margin-top: 40px;}
.enach-container > span { font-size: 14px; color: #7e7e7e; margin-bottom: 20px; display: block;}
.policy-detail table { font-size: 16px;  width: 100%;}
.policy-detail table > tbody > tr > th {font-family: 'VAGRoundedStdLight'; color: #0c4fa0; padding: 20px 30px; width: 16%; text-align: center;}
.policy-detail table > tbody > tr > td {font-family: 'VAGRoundedStdLight'; color: #606060; padding: 15px 20px; width: 16%;}
.proceed-btn > button {padding: 10px 40px 10px 40px; margin: 0; font-size: 16px;}
.btn.proceed-btn > button::after {font-size: 24px;}


.policy-detail-tab table {border: 1px solid #ccc; border-collapse: collapse; margin: 0; padding: 0; width: 100%; table-layout: fixed;}
.policy-detail-tab table th{font-family: 'VAGRoundedStdLight'; color: #0c4fa0; font-size: 16px; padding: 15px; text-align: center;}
.policy-detail-tab table td {color: #606060; font-size: 16px; padding: 15px; text-align: center;}
.policy-detail-tab .table-bordered > thead > tr > th { border-bottom: none;}

.btn.table-btn > button { font-size: 14px; padding: 5px 20px 5px 20px; margin: 0;}
.btn.table-btn > button:after { font-size: 18px;}

.enach-container > h3 {font-family: 'Geometos'; font-size: 20px; color: #034da2; margin: 30px 0;}
.policy-detail > ul { display: flex; align-items: center; margin-top: 20px;}
.policy-detail > ul > li { font-size: 16px; color: #606060; width: 20%; border: 1px solid #cdcdcd; border-right: none; padding: 10px 0; text-align: center;}
.policy-detail > ul > li:last-child { border-right:  1px solid #cdcdcd;}
.policy-detail > ul > li a { color: #606060;}
.policy-detail > ul > li > .policy-title { color: #0c4fa0; border-bottom:  1px solid #cdcdcd; padding: 10px 5px; min-height: 65px;}
.policy-detail > ul > li > .policy-title > span { font-style: italic; font-size: 14px; display: block;}
.policy-content > select { -webkit-appearance: none; -moz-appearance: none;  appearance: none; -ms-appearance: none; background: url('../images/dropDownArrowBlack.png') no-repeat scroll 90% center; border: none; width: 65px; height: 20px; font-size: 16px; color: #606060; }
.policy-detail > ul > li > .policy-content { padding: 10px 0;}


.enach-container.form-row .policy-title { color: #0c4fa0;  font-size: 16px; padding: 10px 0 0 0;}
.enach-container.form-row .policy-content { padding: 10px 0;}
.form-row .policy-title > span  { font-style: italic; font-size: 14px;}

@media only screen and (max-width:1024px){
	.policy-detail > ul > li { padding: 15px;}
}

@media only screen and (max-width:991px){
	.policy-detail > ul > li {font-size: 15px; padding: 15px 5px;}
	.btn.table-btn > button { padding: 5px 15px 5px 15px;}
	.btn.table-btn > button:after { font-size: 16px;}
	.btn.back-btn > button:before {font-size: 22px;}
}

@media only screen and (max-width:768px){
	.enach-container > h3 { font-size: 16px;}
	.enach-container > h4 { font-size: 16px; margin-top: 30px;}
	.policy-detail table { font-size: 14px;}
	.policy-detail table > tbody > tr > th, .policy-detail table > tbody > tr > td {padding: 15px;}

    .policy-detail > ul {flex-wrap: wrap; margin-top: 0;}
    .policy-detail > ul > li { text-align: left; font-size: 14px; display: flex; padding: 0; width: 100%; border-bottom: none; border-right:  1px solid #cdcdcd;}
    .policy-detail > ul:last-child > li:last-child { border-bottom: 1px solid #cdcdcd;}
    .policy-detail > ul > li > .policy-title { border-right: 1px solid #cdcdcd; border-bottom: none; padding: 15px 10px; width: 46%;}
	.policy-detail > ul > li > .policy-content { padding: 15px 10px; width: 50%;}
	
	.policy-detail-tab table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
	.policy-detail-tab table tr {display: block;}
	.policy-detail-tab table td {display: block; font-size: 14px; text-align: left;}
	.policy-detail-tab table td::before { content: attr(data-label); width: 60%; float: left; color: #0c4fa0;}

	.btn.table-btn > button { font-size: 13px; padding: 5px 10px 5px 10px;}
	.btn.table-btn > button:after { font-size: 16px;}
	.btn.back-btn > button:before {font-size: 16px;}

	.form-col.bank-list .select { font-size: 14px;}
	.select2-results__option { font-size: 14px;}
}

@media only screen and (max-width:640px){
    ul.bank-listing-logo { flex-wrap: wrap; margin: 20px 0 10px 0;justify-content: center;}
	ul.bank-listing-logo > li { margin: 0 12px 15px 0; width: 45%;text-align: center;}

	.form-col.bank-list .select2-container {min-width: 250px;}

}




