﻿@import url("https://fonts.googleapis.com/css?family=Lato:100,400,700,900");
/*@font-face {
	font-family: 'VAGRoundedStd-Bold';
	src: url("../CSS/fonts/VAGRoundedStd-Bold.eot?#iefix") format("embedded-opentype"), url("../CSS/fonts/VAGRoundedStd-Bold.otf") format("opentype"), url("../CSS/fonts/VAGRoundedStd-Bold.woff") format("woff"), url("fonts/VAGRoundedStd-Bold.ttf") format("truetype"), url("../CSS/fonts/VAGRoundedStd-Bold.svg#VAGRoundedStd-Bold") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'VAGRoundedStd-Light';
	src: url("../CSS/fonts/VAGRoundedStd-Light.eot?#iefix") format("embedded-opentype"), url("../CSS/fonts/VAGRoundedStd-Light.otf") format("opentype"), url("../CSS/fonts/VAGRoundedStd-Light.woff") format("woff"), url("../CSS/fonts/VAGRoundedStd-Light.ttf") format("truetype"), url("../CSS/fonts/VAGRoundedStd-Light.svg#VAGRoundedStd-Light") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'rupee_foradian-webfont';
	src: url("../CSS/fonts/rupee_foradian-webfont.eot");
	src: url("../CSS/fonts/rupee_foradian-webfont.eot?#iefix") format("embedded-opentype"), url("../CSS/fonts/rupee_foradian-webfont.woff") format("woff"), url("../CSS/fonts/rupee_foradian-webfont.ttf") format("truetype"), url("../CSS/fonts/rupee_foradian-webfont.svg#rupee_foradian-webfont") format("svg");
	font-weight: normal;
	font-style: normal
}*/
@font-face {
    font-family: 'ubuntubold';
    src: url('../CSS/fonts/ubuntu/ubuntu-bold.woff2') format('woff2'),
         url('../CSS/fonts/ubuntu/ubuntu-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntulight';
    src: url('../CSS/fonts/ubuntu/ubuntu-l.woff2') format('woff2'),
         url('../CSS/fonts/ubuntu/ubuntu-l.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntumedium';
    src: url('../CSS/fonts/ubuntu/ubuntu-medium.woff2') format('woff2'),
         url('../CSS/fonts/ubuntu/ubuntu-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('../CSS/fonts/ubuntu/ubuntu-r.woff2') format('woff2'),
         url('../CSS/fonts/ubuntu/ubuntu-r.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.box_container {
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 30px;
    margin: 0px auto;
    float: none !important; 
}
#New-SIP.onBoarding_journey{
	background: none !important;
}


#New-SIP.onBoarding_journey .onBoarding_form{
	box-shadow: none !important;
}
#New-SIP .onBoarding_blk{
	padding: 0px;
}
.heading1 {
	padding: 0;
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	font-family: "VAGRoundedStd-Light";
	font-weight: 600;
	font-style: normal
}
#New-SIP .SIP-lable{
	font-weight: bold;
    font-family: "VAGRoundedStd-Bold";
    color: #05529e;
    font-size: 15px;
    display: block;
    margin: 0 0 10px;
}
#New-SIP .inputbox input{
	    width: 100%;
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
    font-size: 15px;
    color: #555;
    font-family: "VAGRoundedStd-Light";
    font-weight: 100;
    font-style: normal;
}
#New-SIP .optionLable{
	color: #04519e;
	font-weight: bold;
}
#New-SIP .optionLable i{
	color: #ccc;
}
.select-box {
	margin: 0px;
	position: relative;
	height: 42px;
}

.paymentGatwayBank.select-box:after {
	position: absolute;
	content: '';
	right: 10px;
	content: '';
	width: 15px;
	height: 8px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: url(../img/dropdown.png) no-repeat
}

.paymentGatwayBank.select-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.paymentGatwayBank.select-box .form-control {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	height: 42px !important;
	padding: 0px 20px;
	line-height: 40px;
	width: 100%;
	color: #A7A7A7;
	border:1px solid #ccc;
	font-size: 1.5rem;
    margin-top:0px;
}
.amount {
    background: #fff url(../img/rupee-icon.png) left 10px top 50% no-repeat !important;
    padding-left: 35px !important;
}
.flat-date, .date-of-birth-notminor, .plan-start-date, .plan-end-date {
    background: #fff url(../img/date-picker.svg) right 10px top 50% no-repeat !important;
}

#New-SIP #dvFirstInstallment .optionLable {
    color: #555;
    font-size:  17px;
    font-weight: normal;
    
}
.round_btnprev {
	border-radius: 23px;
	font-weight: bold;
	font-family: "VAGRoundedStd-Light";
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
	color: #444;
	background: none;
	border: 1px solid #ccc;
	line-height: 2.2;
	padding: 5px 15px 6px 12px;
    box-shadow:none;
}

.round_btnprev .fa {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #ccc;
	line-height: 30px;
	font-size: 14px;
	margin-right: 8px;
    margin-left:0px;
}

.round_btnprev:hover {
	background: #ccc;
	border: 1px solid #ccc
}

.round_btnprev:hover .fa {
	background-color: #A6A6A6
}
.round_btn {
	border-radius: 23px;
	font-weight: bold;
	font-family: "VAGRoundedStd-Light";
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
	padding: 5px 12px 6px 15px;
	text-decoration: none;
	display: inline-block;
	border: none;
	background-color: #007bff;
	color: #fff;
    box-shadow:none;

}

.round_btn .fa {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #004fa8;
	line-height: 30px;
	font-size: 14px;
	margin-left: 5px
}
.scale {
	max-width: 100%;
	height: auto;
	width: auto\9
}

.element-bglistwrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: -10
}

.element-bglistwrap .element-list01 {
	position: absolute;
	top: 280px;
	left: 20px;
	width: 24px;
	height: 24px
}
.element-bglistwrap .element-list02 {
	position: absolute;
	top: 500px;
	left: 100px;
	width: 38px;
	height: 38px
}
.element-bglistwrap .element-list05 {
	position: absolute;
	top: 775px;
	left: 20px;
	width: 24px;
	height: 21px
}
.element-bglistwrap .element-list06 {
	position: absolute;
	top: 755px;
	left: 0px;
	width: 150px;
	height: 310px
}
.element-bglistwrap .element-list07 {
	position: absolute;
	top: 320px;
	right: 50px;
	width: 17px;
	height: 16px
}
.element-bglistwrap .element-list09 {
	position: absolute;
	top: 820px;
	right: 30px;
	width: 48px;
	height: 48px
}
.element-bglistwrap .element-list10 {
	position: absolute;
	top: 925px;
	right: 90px;
	width: 23px;
	height: 26px
}
.element-bglistwrap.your-detail-page .element-list15 {
	position: absolute;
	top: 100px;
	right: 0;
	width: 119px;
	height: 200px
}

.element-bglistwrap.your-detail-page .element-list16 {
	position: absolute;
	top: 1220px;
	right: 30px;
	width: 86px;
	height: 93px
}