* {
	margin: 0px;
	padding: 0px;
}
:root {
	font-size: 16px;
}
a,button,input[type="button"] {
	cursor: pointer;
	outline: none;
}
.no-scroll {
	position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.q-element {
	display: block;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 300;
	color: rgba(21,50,83,1);
	margin: 20px 0px 30px 0px;
}
.lm-form-wrapper .logo {
	position: absolute;
	width: 12%;
	height: auto;
	left: 15px;
	top: 15px;
}
.lm-form-wrapper .logo img {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}
.lm-form-contents-wrapper p {
	font-size: 0.9375rem;
	line-height: 1.375rem;
	color: rgba(21,50,83,0.7);
}
.lm-form-wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #ffffff;
	top: 0px;
	left: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 16;
}
.active-lm-form-wrapper {
	display: block;
}
.loader-wrapper {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #0576F6;
	padding: 240px 0px 0px 0px;
	z-index: 3;
}
.loader-heading {
	position: relative;
	font-weight: 300;
	line-height: 2.125rem;
	text-align: center;
	color: rgba(255,255,255,1);
}
.loader-heading:before, .loader-heading::before {
	position: absolute;
	content: '';
	width: 100%;
	min-height: 50px;
	top: -70px;
	left: 0px;
	background: url("../images/clock-loader.svg") no-repeat 50% 50%;
	background-size: 50px;
}
.result-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: 120px 0px 0px 0px;
	z-index: 2;
}
.result-wrapper .title {
	color: rgba(21,50,83,1);
	margin: 0px 0px 15px 0px;
}
.result-img {
	display: inline-block;
	width: 200px;
	height: 200px;
	background: url("../images/result-image-sprite.png") no-repeat;
	background-size: 200%;
}
.success-img {
	background-position: 0% 0%;
}
.failed-img {
	background-position: 100% 0%;
}
.active-loader-wrapper {
	display: block;
}
.success-info,.failed-info {
	display: none;
}
.active-result-wrapper {
	display: block;
	-webkit-animation: fillBg 0.5s forwards;
	animation: fillBg 0.5s forwards;
	animation-delay: 0.1s;
}
@keyframes fillBg {
	0% {
		background: url("../images/white-circle.svg") no-repeat 50% 50%;
		background-size: 0%;
	}100% {
		background: url("../images/white-circle.svg") no-repeat 50% 50%;
		background-size: 300%;
	}
}
.result-wrapper .a-showup {
	opacity: 0;
	padding: 100px 0px 0px 0px;
}
.active-result-wrapper .a-showup {
	-webkit-animation: showup 0.5s forwards;
	animation: showup 0.8s forwards;
	animation-delay: 0.7s;
}
@keyframes showup {
	0% {
		opacity: 0;
		padding: 100px 0px 0px 0px;
	}
	100% {
		opacity: 1;
		padding: 0px 0px 0px 0px;
	}
}
.header-wrapper {
	position: absolute;
	width: 100%;
	min-height: 70px;
	text-align: center;
	background: -webkit-linear-gradient(180deg,rgba(255,255,255,0.75),rgba(255,255,255,0.10));
	background: linear-gradient(180deg,rgba(255,255,255,0.75),rgba(255,255,255,0.10));
	top: 0px;
	left: 0px;
	z-index: 3;
}
.header-wrapper:before, .header-wrapper::before {
	position: absolute;
	content: '';
	width: 220px;
	height: 100%;
	top: 0px;
	left: 15px;
	background: url('https://indianmoney.com/images/indianmoney-logo.png') no-repeat center left;
	background-size: 100%;
}
.form-progress-wrapper {
	display: none;
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.10);
	left: 0px;
	bottom: 0px;
}
.form-progress-wrapper .progress-bar {
	position: absolute;
	width: 25%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #0A6DD7;
}
.form-progress-wrapper .progress-bar:before, .form-progress-wrapper .progress-bar::before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	top:-7px;
	right: -7px;
	background: rgba(10,109,215,0.7);
	border-radius: 50%;
}
.steps-count {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 2.25rem;
	color: rgba(21,50,83,0.7);
	background: #E8EFFF;
	border-radius: 1.125rem;
	padding: 0px 18px;
	margin: 0px;
}
.x-form {
	position: absolute;
	right: 30px;
	top: 25px;
	font-size: 0.75rem;
	background: none;
	border: none;
}
.header-nav-wrapper {
	padding: 12px 20px;
}
.lm-form-contents-wrapper {
	height: 100vh;
}
.lm-form {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 1;
}
.lm-form .form-group {
	position: relative;
	width: 100%;
	float: left;
	text-align: left;
}
.lm-form-elements-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0%;
	left: 0%;
	padding: 84px 0px 120px 0px;
	overflow-y: scroll;
	z-index: 1;
}
.lm-form > .lm-form-elements-wrapper:not(:first-of-type) {
    opacity: 0;
	top: 100%;
	/*transition: all 0.5s ease;*/
	z-index: 1;
}
.lm-input-wrapper {
	text-align: center;
}
.lm-input-wrapper input[type="text"],.lm-input-wrapper input[type="tel"],.lm-input-wrapper input[type="email"],.lm-input-wrapper input[type="number"],.lm-input-wrapper select {
	width: 100%;
	font-size: 1rem;
	text-align:left;
	padding: 30px 24px 15px 24px;
	border: solid 1px rgba(5,118,246,0.12);
	box-shadow: 0px 4px 12px rgba(5,118,246,0.12);
	border-radius: 0.50rem;
	transition: all 0.3s;
}
.date input[type="text"] {
	min-height: 58px;
}
.lm-input-wrapper select {
	height: 69px;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(../images/dropdown-arrow.png) no-repeat right 24px center #ffffff;
}
.lm-input-wrapper input[type="text"]:focus,.lm-input-wrapper input[type="tel"]:focus,.lm-input-wrapper input[type="email"]:focus,.lm-input-wrapper input[type="number"]:focus,.lm-input-wrapper select:focus{
	outline: none;
}
.lm-input-wrapper input[type="text"]:hover,.lm-input-wrapper input[type="tel"]:hover,.lm-input-wrapper input[type="email"]:hover,.lm-input-wrapper input[type="number"]:hover,.lm-input-wrapper select:hover{
	color: #4a4a4a;
	outline: none;
	border: solid 1px rgba(5,118,246,1);
	transition: all 0.5s;
}
select.js-example-basic-multiple {
	display: none;
}
label.input-label {
	display: inline-block;
	position: absolute;
	background: #ffffff;
	top: -10px;
	left: 10px;
	padding: 0px 8px;
	z-index: 3;
}
.lm-form .form-group label {
	position: absolute;
	width: 100%;
	font-size: 0.875rem;
	text-align:left;
	color: rgba(21,50,83,0.7);
	top: 10px;
	left: 0px;
	padding: 0px 24px;
	margin: 0px;
}
.lm-form .radio-wrapper > label {
	position: relative;
	display: block;
	padding: 0px 24px 4px 24px;
}
.age label, .age input {
	text-align: center;
}
/* ----  yes or no radio input ----  */
.lm-radio-input {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0px 8px;
}
.lm-radio-input input {
	position: absolute;
	display: none;
	opacity: 0;
	cursor: pointer;
}
.lm-radio-input svg {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.lm-radio-input input ~ .text {
	display: inline-block;
	min-width: 90px;
	line-height: 3.75rem;
	padding: 0px 15px;
	border: solid 1px #d9d9d9;
	border-radius: 4px;
}
.lm-radio-input input:checked ~ .text {
	color: #ffffff;
	background-color: #202020;
}
.lm-radio-input input:checked ~ .text .object {
	stroke:#ffffff;
}
.radio-with-img {
	width: 180px;
	text-align: center;
	border: solid 1px #d9d9d9;
	border-radius: 0.50rem;
	margin: 10px 8px;
}
.radio-with-img .image-text {
	padding: 0px 15px 36px 15px;
}
.radio-with-img .image-text span {
	display: inline-block;
	font-weight: 400;
	color: #4a4a4a;
	margin: 0px 0px 10px 0px;
}
.radio-with-img .image-text:before, .radio-with-img .image-text::before {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	background: url("../images/tick-64x64.png") no-repeat 0% 0%;
	background-size: 100%;
	border-radius: 50%;
	bottom: 18px;
	left: 78px;
}
.radio-with-img input:checked ~ .image-text {
	background: #f5f5f5;
	border-radius: 0.50rem;
}
.radio-with-img input:checked ~ .image-text:before, .radio-with-img input:checked ~ .image-text::before {
	background: url("../images/tick-64x64.png") no-repeat 0% 105%;
	background-size: 100%;
}
.radio-with-txt {
	width: 100%;
	text-align: left;
	border: none;
	margin: 0px 0px 10px 0px;
}
.radio-with-txt input ~ .text {
	position: relative;
	display:flex;
	width: 100%;
	min-height:68px;
	float: left;
	line-height: 0px;
	align-items:center;
	background: #ffffff;
	box-shadow: 0px 4px 12px rgba(5,118,246,0.12);
	border: solid 1px rgba(5,118,246,0.12);
	border-radius: 0.50rem;
	padding: 12px 24px;
	transition: all 0.5s;
}
.radio-with-txt input ~ .text p {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 300;
	text-align: left;
	color: #3B4C60;
	margin: 0px;
}
.radio-with-txt input ~ .text svg {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 22px;
	right: 24px;
	z-index: 1;
}
/*.radio-with-txt .text:before, .radio-with-txt .text::before {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	background: url("../images/tick-64x64.png") no-repeat 0% 0%;
	background-size: 100%;
	border-radius: 50%;
	bottom: 20px;
	left: 73px;
}
.radio-with-txt input:checked ~ .text:before, .radio-with-txt input:checked ~ .text::before {
	background: url("../images/tick-64x64.png") no-repeat 0% 105%;
	background-size: 100%;
}*/
.radio-with-txt input:checked ~ .text {
	background: #ffffff;
	box-shadow: 0px 4px 12px rgba(5,118,246,0.24);
	border: solid 1px rgba(5,118,246,1);
}
.radio-with-txt input:checked ~ .text svg polyline {
	opacity: 1;
}
.radio-with-txt:hover input ~ .text {
	border: solid 1px rgba(5,118,246,0.8);
	box-shadow: 0px 4px 12px rgba(5,118,246,0.24);
	transition: all 0.4s;
}
/* ----  yes or no radio input ends ----  */


/* ----  Basic checkbox ----  */
.lm-checkbox {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lm-checkbox input {
	position: absolute;
	display: none;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.lm-checkbox .checkmark {
	position: relative;
	display: block;
	line-height: 3.75rem;
	background:#f5f5f5;
	padding: 0px 15px 0px 36px;
	margin: 2px 5px;
	border-radius: 4px;
}
.lm-checkbox .checkmark:before,.lm-checkbox .checkmark::before {
	position: absolute;
	content: '';
	width:16px;
	height: 16px;
	top: 20px;
	left: 15px;
	background: #d9d9d9;
	z-index: 1;
}
.lm-checkbox input:checked ~ .checkmark {
	color: #ffffff;
	background: #2196F3;
}
.lm-checkbox input:checked ~ .checkmark:before,.lm-checkbox input:checked ~ .checkmark::before {
	content: '';
	background: #ffffff;
}
/* ----  Basic checkbox ends ----  */



/* ----  Select2 ----  */
.lm-input-wrapper .select2-container {
	width: 100%;
}
.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple {
	padding: 0px 10px;
}
/* ----  Select2 ends ----  */


/* ----  Range slider ----  */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
	border-radius: 15px;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 48px; /* Set a specific slider handle width */
  height: 48px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
	border-radius: 50%;
}

.slider::-moz-range-thumb {
  width: 48px; /* Set a specific slider handle width */
  height: 48px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
	border-radius: 50%;
}
/* ----  Range ends ----  */

.hide-wrapper {
	display: none;
}
.show-wrapper {
	display: block;
}
.review-wrapper {
	text-align: left;
}
.review-wrapper .question {
	font-size: 0.875rem;
	color: rgba(21,50,83,0.7);
	margin: 0px 0px 4px 0px;
}
.review-wrapper .answer {
	font-size: 1.125rem;
	text-align: left;
	color: #4a4a4a;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: solid 1px rgba(21,50,83,0.2);
}
.review-wrapper .heading {
	display: inline-block;
	float: left;
	font-size: 0.8125rem;
	color: #ffffff;
	background: rgba(21,50,83,0.7);
	padding: 5px 10px;
}
.review-wrapper .bx {
	background: rgba(255,255,255,0.7);
	padding: 10px 15px 0px 15px;
}
.welcome-text {
    background: #fff;
    display: inline-block;
    padding: 5px 12px;
    margin: 0px 0px 15px 0px;
    position: relative;
}
.welcome-text::before, .welcome-text::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 8px #fff;
    border-right: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 8px transparent;
    top: 0px;
    left: -8px;
}
.welcome-text span {
	color: #202020;
}
.lm-form-contents-wrapper p.error_box {
    position: relative;
	float: left;
	width: 100%;
   /* bottom: 0px;
    left: 0px;
    width: 100%;
	font-size: 0.875rem;
	color: #fff;
    background: red;
    padding: 7px 0px;
    z-index: 1;*/
}
.lm-cta-wrapper {
	padding: 15px 0px 0px 0px;
}
.lm-btn,.lm-cta {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 3rem;
	padding: 0px 20px;
	border: none;
}
.lm-cta {
	display: inline-block;
	min-width: 90px;
	font-size: 0.75rem;
	line-height: 3.375rem;
	border-radius: 27px;
	box-shadow: 0px 5px 15px rgba(5,118,246,0.18);
	margin: 5px 10px;
}
.lm-primary-cta {
	color: #ffffff;
	background: #0576F6;
}
.lm-secondry-cta {
	background: #ffffff;
	box-shadow: 0px 5px 15px rgba(5,118,246,0.08);
}
.normal-cta {
	background: #ffffff;
	color: rgba(21,50,83,0.7);
	border: solid 1px #E8EFFF;
	box-shadow: 0px 5px 15px rgba(5,118,246,0.05);
}
.btn-overlap {
	position: absolute;
    top: 20px;
    font-size: 0.75rem;
    padding: 5px;
    border-radius: 4px;
    background: #E8EFFF;
    right: 24px;
    z-index: 1;
}
.theme-a {
	background: url("../images/default-bg.png") left bottom no-repeat, linear-gradient(180deg,#F2F6FF,#ffffff);
}
.sm-txt {
	font-size: 0.8125rem;
	padding: 0px 15px;
}
.txt-a-c {
	text-align: center;
}
/* Common elements */
.bx,.space1,.space2,.space3,.space4,.space5 {
	position: relative;
	width: 100%;
	float: left;
}
.space1 {
	height: 10px;
}
.space2 {
	height: 20px;
}
.space3 {
	height: 30px;
}
.space4 {
	height: 40px;
}
.space5 {
	height: 50px;
}
@media(min-width:320px) and (max-width:359px) {
	.header-wrapper {
		min-height: 52px;
	}
	/*.lm-form-wrapper .logo {
		width: 35%;
	}*/
	.header-wrapper:before, .header-wrapper::before {
		width: 120px;
	}
	.lm-form-elements-wrapper {
		padding: 80px 15px 120px 15px;
	}
	.q-element {
		font-size: 1.75rem;
		line-height: 1.95rem;
	}
	.radio-with-txt {
		display: block;
		width: 100%;
		float: left;
		margin: 0px 0px 12px 0px;
	}
	.radio-with-txt input ~ .text {
		padding: 14px 36px 14px 14px;
	}
	.radio-with-txt input ~ .text svg {
		width: 12px;
		height: 12px;
		top: 14px;
		right: 15px;
	}
	.radio-with-txt input ~ .text p {
		line-height: 1.125rem;
	}
	.radio-with-txt .text:before, .radio-with-txt .text::before {
		left: -12px;
		bottom: auto;
		top: 30px;
	}
	.review-wrapper .question {
		font-size: 0.75rem;
	}
	.review-wrapper .answer {
		font-size: 0.9375rem;
	}
	.loader-wrapper {
		padding: 120px 50px 0px 50px;
	}
	.result-wrapper {
		padding: 30px 40px 40px 40px;
	}
	.result-img {
		width: 135px;
		height: 135px;
	}
	.x-form {
		top: 15px;
		right: 15px;
	}
	.lm-form-contents-wrapper p.error_box {
		text-align: center;
		font-size: 0.75rem;
	}
	.sm-x-m-p {
		margin: 0px;
		padding: 0px;
	}
}
@media(min-width:360px) and (max-width:479px) {
	.header-wrapper {
		min-height: 60px;
	}
	/*.lm-form-wrapper .logo {
		width: 35%;
	}*/
	.header-wrapper:before, .header-wrapper::before {
		width: 125px;
	}
	.lm-form-elements-wrapper {
		padding: 84px 20px 120px 20px;
	}
	.q-element {
		font-size: 1.75rem;
		line-height: 1.95rem;
	}
	.radio-with-txt {
		display: block;
		width: 100%;
		float: left;
		margin: 0px 0px 12px 0px;
	}
	.radio-with-txt input ~ .text {
		padding: 14px 36px 14px 14px;
	}
	.radio-with-txt input ~ .text svg {
		width: 12px;
		height: 12px;
		top: 14px;
		right: 15px;
	}
	.radio-with-txt input ~ .text p {
		line-height: 1.125rem;
	}
	.radio-with-txt .text:before, .radio-with-txt .text::before {
		left: -12px;
		bottom: auto;
		top: 30px;
	}
	.review-wrapper .question {
		font-size: 0.75rem;
	}
	.review-wrapper .answer {
		font-size: 0.9375rem;
	}
	.loader-wrapper {
		padding: 160px 50px 0px 50px;
	}
	.result-wrapper {
		padding: 60px 40px 40px 40px;
	}
	.result-img {
		width: 135px;
		height: 135px;
	}
	.x-form {
		top: 20px;
		right: 15px;
	}
	.lm-form-contents-wrapper p.error_box {
		text-align: center;
		font-size: 0.875rem;
		display: block;
	}
	.sm-x-m-p {
		margin: 0px;
		padding: 0px;
	}
}
.googleAds {
	display: none;
}