@font-face {
	font-family: 'WorkSans-Medium';
	src: url('../fonts/WorkSans-Medium.eot');
	src: url('../fonts/WorkSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Medium.woff2') format('woff2'), url('../fonts/WorkSans-Medium.woff') format('woff'), url('../fonts/WorkSans-Medium.ttf') format('truetype'), url('../fonts/WorkSans-Medium.svg#WorkSans-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'WorkSans-SemiBold';
	src: url('../fonts/WorkSans-SemiBold.eot');
	src: url('../fonts/WorkSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-SemiBold.woff2') format('woff2'), url('../fonts/WorkSans-SemiBold.woff') format('woff'), url('../fonts/WorkSans-SemiBold.ttf') format('truetype'), url('../fonts/WorkSans-SemiBold.svg#WorkSans-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'WorkSans-Regular';
	src: url('../fonts/WorkSans-Regular.eot');
	src: url('../fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Regular.woff2') format('woff2'), url('../fonts/WorkSans-Regular.woff') format('woff'), url('../fonts/WorkSans-Regular.ttf') format('truetype'), url('../fonts/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WorkSans-Light';
	src: url('../fonts/WorkSans-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WorkSans-Bold';
	src: url('../fonts/work-sans.bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLight';
	src: url('../fonts/HelveticaNeueLight.eot');
	src: url('../fonts/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLight.woff2') format('woff2'), url('../fonts/HelveticaNeueLight.woff') format('woff'), url('../fonts/HelveticaNeueLight.ttf') format('truetype'), url('../fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueMedium';
	src: url('../fonts/HelveticaNeueMedium.eot');
	src: url('../fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueMedium.woff2') format('woff2'), url('../fonts/HelveticaNeueMedium.woff') format('woff'), url('../fonts/HelveticaNeueMedium.ttf') format('truetype'), url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
	font-weight: 500;
	font-style: normal;
}

/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500&display=swap'); */

body {
	overflow-x: hidden;
	font-family: 'WorkSans-Medium' !important;
	/* background: url('../images/content_bg.jpg'); */
	color: #000;
	position: relative;
	background: url(../images/content_bg.jpg) repeat;
    background-attachment: fixed;
	/* background-size: cover; */
}
/* .header-mob {
    z-index: 0 !important;
} */

/*product features page css*/

/* LOAN SANCTION PAGE - CSS STARTS */
.container1 {
    max-width: 100%;
}

.tempSanction {
	width: 70%;
	margin: 0 auto;
}

.tempSanctionInner {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 10px;
	padding: 3% 10%;
}

.tempSanctionInnerHead {
	width: 100%;
	float: left;
	text-align: center;
}

.tempSanctionInnerHead h6 {
	font-size: 24px;
	font-weight: 500;
	color: #000;
	margin-bottom: 25px;
}

.tempSanctionInnerHead h4 {
	font-size: 44px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
}

.tempSanctionIncome {
	width: 100%;
	float: left;
}

.tempSanctionIncomeInner {
	width: 100%;
	float: left;
    padding: 0 0 30px;
}

p.sanctionTxt {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
}

p.sanctionTxt:last-child {
	margin-bottom: 0;
}

.incomeBlock {
	width: 100%;
	float: left;
	background-color: #F1F1F1;
	border-radius: 10px;
	padding: 35px 50px;
}

.incomeBlockItem {
	width: 23.3333%;
	float: left;
	padding: 0 2%;
}

.incomeBlockItem.w30 {
	width: 30%;
}

.incomeBlockActive {
	width: 100%;
	float: left;
}

.incomeblockTxt {
	font-size: 17px;
	font-weight: 500;
	color: #000;
}

.incomeBlockItemChkbox input {
	width: 22px;
	height: 22px;
	float: left;
	padding: 0;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.incomeBlockItemChkbox label {
	width: 100%;
	float: left;
	padding-left: 35px;
	color: #000000;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	transition: all .4s ease;
}

.incomeBlockItemChkbox input:checked+label .checkboxTxt {
	color: #5AB5E3;
}

.incomeBlockItemChkbox label .checkboxTxt {
	display: inline;
	vertical-align: top;
	padding: 10px 10px 10px 35px;
	margin-bottom: 25px;
}

.incomeBlockItemChkbox label:before {
	content: '';
	-webkit-appearance: none;
	/* background-color: #fff; */
	border-radius: 5px;
	border: 2px solid #5AB5E3;
	padding: 8px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	/* transform: translateY(-50%); */
	cursor: pointer;
}

.incomeBlockItemChkbox input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	/* transform: translateY(-50%); */
	left: 4px;
	width: 12px;
	height: 12px;
	background: #5AB5E3;
	border-radius: 50%;
	/* border-width: 0 2px 2px 0; */
	/* transform: rotate(45deg); */
	z-index: 1;
}

.incomeBlockItemChkbox input:checked+label:before {
	background-color: transparent;
	border-color: #5AB5E3;
	/* border: transparent; */
	border-radius: 50%;
}

.incomeBlockActive .incomeBlockIcon {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.incomeBlockOption {
	width: 80%;
	margin: 0 auto;
}

.incomeBlockOptionInner {
	width: 100%;
	float: left;
	padding: 40px 0 0;
	display: none;
}

.optionAll {
	width: 100%;
	float: left;
	display: none;
}

.optionNRI {
	width: 100%;
	float: left;
	display: none;
}

.optionSecAll {
	width: 100%;
	float: left;
	padding: 30px 0 50px;
}

.optionSecNRI {
	width: 100%;
	float: left;
	padding: 30px 0 60px;
}

.optionSecItem {
	width: 33.3333%;
	float: left;
	padding: 0 5%;
}

.optionSecItem:first-child {
	padding-left: 0;
}

.optionSecItem:last-child {
	padding-right: 0;
}

.optionSecActive {
	width: 100%;
	float: left;
}

.optionSecTxt {
	width: 69%;
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	font-weight: 500;
	color: #707070;
	text-transform: uppercase;
	padding-left: 10px;
}

.optionSecImg {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

.optionSecActive.opacityLow {
	opacity: 0.5;
}

.optionSecItemChkbox input {
	width: 22px;
	height: 22px;
	float: left;
	padding: 0;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.optionSecItemChkbox label {
	width: 100%;
	float: left;
	padding-left: 35px;
	color: #000000;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	transition: all .4s ease;
}

.optionSecItemChkbox input:checked+label .checkboxTxt {
	color: #5AB5E3;
}

.optionSecItemChkbox label .checkboxTxt {
	display: inline;
	vertical-align: top;
	padding: 10px 10px 10px 35px;
	margin-bottom: 25px;
}

.optionSecItemChkbox label:before {
	content: '';
	-webkit-appearance: none;
	/* background-color: #fff; */
	border-radius: 5px;
	border: 2px solid #5AB5E3;
	padding: 8px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	/* transform: translateY(-50%); */
	cursor: pointer;
}

.optionSecItemChkbox input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	/* transform: translateY(-50%); */
	left: 4px;
	width: 12px;
	height: 12px;
	background: #5AB5E3;
	border-radius: 50%;
	/* border-width: 0 2px 2px 0; */
	/* transform: rotate(45deg); */
	z-index: 1;
}

.optionSecItemChkbox input:checked+label:before {
	background-color: transparent;
	border-color: #5AB5E3;
	/* border: transparent; */
	border-radius: 50%;
}

.incomeBlockActive .incomeBlockIcon {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn_continue {
	width: 100%;
	float: left;
	text-align: center;
}

.btn_continue a.btn_blue {
	display: inline-block;
	margin: 0;
}

.enquiryLink {
	width: 100%;
	float: left;
	padding-left: 20px;
}

.enquiryLink a {
	font-size: 14px;
	font-weight: 500;
	color: #5AB5E3;
	text-decoration: none;
}

.enquiryLink a:hover {
	color: #5AB5E3;
}

.w_252 {
	width: 252px;
}

.btn_blue {
	color: #FFFFFF;
	letter-spacing: 1.86px;
	font-size: 16px;
	text-align: center;
	background: #62BCE9 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	border: 0;
	outline: 0;
	border-radius: 10px;
	display: block;
	/* width: 100%; */
	line-height: 68px;
	text-transform: uppercase;
	-webkit-text-transform: uppercase;
	-moz-text-transform: uppercase;
	font-weight: 600;
	margin-top: 30px;
	text-decoration: none;
}

.btn_blue:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ptb90 {
	padding: 90px 0;
}

/* LOAN SANCTION PAGE - CSS ENDS */
.container1 {
    max-width: 100%;
}


/* Media queries start here */
@media only screen and (max-width: 1680px) {
	.tempSanction {
		width: 90%;
	}
    .container1 {
        padding: 0 150px;
	}

	.optionSecAll,
	.optionSecNRI {
		padding: 10px 0 50px;
	}
}
@media only screen and (max-width: 1600px) {
	
    .container1 {
        padding: 0 150px;
	}

	.tempSanctionInner {
		padding: 3% 7%;
	}
}

@media only screen and (max-width: 1440px) {
	.container1 {
		max-width: 100%;
		padding: 0 150px;
		position: relative;
	}
	/* Sanction LOAN */
	.tempSanction {
		width: 100%;
	}
	.incomeblockTxt {
		font-size: 15px;
	}
	.tempSanctionInnerHead h4 {
		margin-bottom: 30px;
		font-size: 38px;
	}
	.tempSanctionIncomeInner {
		padding: 0;
	}
	.incomeBlockOptionInner {
		padding: 30px 0 0;
	}
	.optionSecTxt {
		font-size: 15px;
	}
	.optionSecNRI, .optionSecAll {
		padding: 30px 0;
	}
	.optionSecImg img {
		width: 35px;
	}
	.w_252 {
		width: 212px;
	}
	.incomeBlock {
		padding: 30px 50px;
	}
	.tempSanctionInnerHead h6 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.btn_blue {
		font-size: 14px;
		line-height: 45px;
	}
	p.sanctionTxt {
		font-size: 16px;
	}
	.optionSecActive.opacityLow {
		margin-top: 0;
	}
	
}

@media only screen and (max-width: 1400px) {
    .container1 {
        padding: 0 80px;
        max-width: 100%;
	}
	.tempSanctionInnerHead h4 {
		margin-bottom: 25px;
		font-size: 25px;
	}
	.tempSanctionInnerHead h6 {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.incomeBlock {
		padding: 20px 50px;
	}
	.incomeblockTxt,
	.optionSecTxt {
		font-size: 14px;
	}
	.optionSecNRI, .optionSecAll {
		padding: 10px 0 30px;
	}
	.tempSanctionInner {
		padding: 2% 10%;
	}
	p.sanctionTxt {
		margin-bottom: 20px;
	}
}


@media only screen and (max-width: 1366px) {
	/* SAnction Loans */
	.incomeBlock {
		padding: 20px 50px;
	}
	.tempSanctionInnerHead h4 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.tempSanctionInnerHead h6 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.tempSanctionIncomeInner {
		padding: 5px 0;
	}
	.incomeBlockOptionInner {
		padding: 30px 0 0;
	}
	p.sanctionTxt {
		margin-bottom: 10px;
	}
	.optionSecNRI, .optionSecAll {
		padding: 20px 0 35px;
	}
	.tempSanctionInner {
		padding: 2% 10%;
	}
	.w_252 {
		width: 155px;
	}
	.btn_blue {
		font-size: 14px;
		line-height: 54px;
	}
}

@media only screen and (max-width: 1300px) {
	.container, .width1370 {
        padding: 0 80px;
    }
	/* Sanction LOAn */
	.incomeblockTxt {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1199px) {
	.container1 {
		max-width: 1140px;
		padding: 0 60px;
	}
}

@media only screen and (max-width: 1024px) {
	/* Sanction Loan */
	.tempSanctionInnerHead h6 {
		font-size: 18px;
	}
	.tempSanctionInnerHead h4 {
		font-size: 28px;
	}
	.tempSanctionInner {
		padding: 5%;
	}
	.incomeblockTxt, .optionSecTxt {
		font-size: 13px;
	}
	.tempSanctionIncomeInner {
		padding: 0 0 25px;
	}
	.incomeBlockOptionInner {
		padding: 40px 0 0;
	}
	.btn_blue {
		font-size: 12px;
		line-height: 50px;
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	section.main_bnr_section.height60vh .row {
		height: 80vh !important;
	}
	.errorPage-txtInner {
		width: 45%;
	}
	.errorPage-txtInner .heading3.after_green {
		font-size: 69px;
	}
	.errorPage-txtInner .txt-pink {
		font-size: 18px;
	}
	.imgSideStand {
		width: 14%;
	}
	.imgChair {
		width: 15%;
		left: 100px !important;
	}
	/* Calculator Template */
	.tempCalc {
		height: 250px;
	}
	.tempCalcImg img {
		height: 250px;
	}
	.applyForm .stayUpdatedItem h5 {
		padding: 0px 20px 0px 25px;
	}
	.applyForm .stayUpdatedItem h5 {
		font-size: 9px;
	}
	.applyForm .form-group {
		margin-bottom: 15px;
	}
	.form-controlCalc {
		padding: 10px;
		font-size: 13px;
	}
	.calcBg-white .slider_prize {
		line-height: 2 !important;
	}
	.calcApply .thanking .thankingTxt h4 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.calcApply .thankingImg {
		padding-bottom: 30px;
	}
	.calcApply .thanking .thankingTxt p {
		font-size: 15px;
	}
	.calcApply .thankingImg img {
		width: 65px;
		height: 65px;
	}
	/* BT CalCulator */
	.col-6.txtPIR .principal_prize {
		margin-bottom: 50px;
	}
	.col-6.txtPIR .tax_prize {
		margin-bottom: 50px;
	}
	.semibold_22-2 {
		font-size: 16px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
	/* Sanction Loan */
	.incomeblockTxt {
		font-size: 14px;
	}
	.optionSecTxt {
		text-align: center;
	}
	.incomeBlock {
		padding: 35px 15px;
	}
	.incomeBlockItem.w30, .incomeBlockItem {
		width: 50%;
	}
	.optionSecItem {
		padding: 0 3%;
	}
	.incomeBlockOption {
		width: 90%;
	}
	.incomeBlockItem:nth-child(odd) {
		padding-left: 5%;
	}
	.incomeBlockItem:nth-child(even) {
		padding-right: 5%;
	}
}

@media only screen and (max-width: 1000px) {
	.container1 {
		max-width: 960px;
	}
	/* Sanction Loan */
	.incomeblockTxt {
		font-size: 14px;
	}
	.optionSecTxt {
		text-align: center;
	}
	.incomeBlock {
		padding: 35px 15px;
	}
	.incomeBlockItem.w30, .incomeBlockItem {
		width: 50%;
	}
	.optionSecItem {
		padding: 0 3%;
	}
	.incomeBlockOption {
		width: 90%;
	}
	.incomeBlockItem:nth-child(odd) {
		padding-left: 5%;
	}
	.incomeBlockItem:nth-child(even) {
		padding-right: 5%;
	}
}


@media only screen and (max-width: 650px) {
	/* Sanction Loan */
	.optionSecTxt {
		font-size: 12px;
	}
	.enquiryLink a {
		font-size: 10px;
	}
	.optionSecImg img {
		width: 100%;
		height: 35px;
	}
	.incomeblockTxt {
		vertical-align: top;
	}
	.optionSecTxt {
		text-align: initial;
	}
}


@media only screen and (max-width: 560px) {
	.container1 {
		max-width: 540px;
	}
	/* Sanction Loan */
	.incomeBlockItem.w30, .incomeBlockItem {
		width: 100%;
	}
	.incomeBlockItem:nth-child(odd), .incomeBlockItem:nth-child(even) {
		padding-left: 0;
		padding: 10px 15px;
	}
	.tempSanction {
		width: 90%;
	}
	.optionSecItem {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.optionSecTxt {
		font-size: 16px;
		padding-left: 15px;
	}
	.optionSecImg img {
		width: initial;
		height: initial;
	}
	.optionSecNRI, .optionSecAll {
		width: 60%;
		margin: 0 auto;
		float: none;
	}
	.enquiryLink {
		padding-left: 35px;
	}
	.enquiryLink a {
		font-size: 14px;
	}
	.btn_continue a.btn_blue {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		border-radius: 0;
	}
}

@media only screen and (max-width: 480px) {
	.container1, .width1370 {
        padding: 0 30px;
    }
	/* Sanction Loan */
	.tempSanction {
		width: 100%;
		padding: 100px 0;
	}
	.container1.p10 {
		padding: 0 10px;
	}
	.tempSanctionInnerHead h4 {
		font-size: 20px;
	}
	.tempSanctionInnerHead h6 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.tempSanctionInnerHead h4 {
		margin-bottom: 15px;
	}
	p.sanctionTxt {
		font-size: 16px;
	}
	.tempSanctionInner {
		padding: 8%;
		margin-bottom: 0;
	}
	.optionSecTxt {
		font-size: 17px;
	}
}

@media only screen and (max-width: 320px) {
	.container1 {
        padding: 0 20px;
    }
	/* SAnction Loan */
	.enquiryLink a {
		font-size: 12px;
	}
	.optionSecTxt {
		padding-left: 20px;
	}
	.tempSanctionInnerHead h4 {
		font-size: 18px;
	}
}