@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap);

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	color: #000;
	line-height: 26px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #47a347;
	line-height: normal;
	margin-bottom: 15px
}

h3 {
	font-size: 32px
}

p {
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px
}

ol,
ul {
	display: block
}

::-webkit-input-placeholder {
	color: #848484;
	opacity: 1
}

::-moz-placeholder {
	color: #848484;
	opacity: 1
}

:-ms-input-placeholder {
	color: #848484;
	opacity: 1
}

::-ms-input-placeholder {
	color: #848484;
	opacity: 1
}

::placeholder {
	color: #848484;
	opacity: 1
}

:-ms-input-placeholder {
	color: #848484
}

::-ms-input-placeholder {
	color: #848484
}

.container {
	width: 1400px;
	margin: 0 auto;
	padding: 0 15px
}

.header {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid grey;
	position: fixed;
    top: 0;
    background: #fff;
}

.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.logo-sec {
	float: left
}

.btn-sec {
	float: right
}

.logo-sec img {
	max-width: 110px
}

.header .btn-sec a {
	background: #52a54e;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	display: block
}

.banner {
	width: 100%;
	background: url("../images/top-banner-green.webp");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 40px 0
}

.banner-left {
	width: 50%;
	float: left;
	padding-right: 30px;
	margin-top: 100px
}

.banner-right {
	width: 50%;
	float: right
}

.banner-left ul {
	padding: 0 0 0 34px;
	margin-bottom: 15px
}

.banner-left ul li {
	padding: 7px 0;
	color: #fff;
	display: block;
	list-style-type: none;
	font-size: 22px;
	line-height: 30px
}

.banner-left ul li:before {
	content: "";
	font-size: 14px;
	color: #252d65;
	font-family: FontAwesome;
	margin: 0 15px 0 -32px;
	color: #006488;
	border-radius: 15px;
	background: #fff;
	padding: 3px
}

.banner-left h3 {
	color: #fff;
	font-size: 44px;
	line-height: 56px;
}

.banner-left .btn-sec a {
	background: #fff;
	color: #52a54e !important;
	padding: 10px 20px;
	border-radius: 5px;
	color: #006488;
	font-weight: 600;
	font-size: 24px;
	display: inline-block;
	text-decoration: none
}

.banner-left .btn-sec {
	float: none;
	margin-top: 20px
}

.banner-right .form-sec {
	background: #fff;
	padding: 30px;
	border-radius: 10px
}

.form-sec input,
.form-sec select {
	border: 1px solid #848484;
	padding: 5px 10px;
	border-radius: 5px;
	height: 38px;
	margin-bottom: 10px;
	width: 100%;
	color: #848484;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	background: #f5f4f4;
}

.form-sec .form-field ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.form-sec .form-field ul li {
	float: left;
	width: 47%;
	margin-right: 3%;
	margin-bottom: 8px;
	display: inline-block
}

.form-sec input[type=checkbox] {
	width: 14px;
	height: 14px;
	margin-right: 5px;
	color: #006488;
	border: 1px solid #006488;
	margin-bottom: 0;
	margin-top: 7px
}

.chk {
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0 20px;
	color: #474747;
	font-family: 'Source Sans Pro', sans-serif
}

.form-sec .form-field ul li:nth-child(8) {
	list-style-type: none !important
}

.form-sec .download-brochure-button {
	padding: 9px 30px;
	border-radius: 5px;
	color: #fff;
	background: #52a54e;
	font-weight: 500;
	font-size: 24px;
	text-transform: inherit;
	cursor: pointer;
	border: none;
	margin-top: 15px
}

.form-sec .download-brochure {
	text-align: center
}

.common-title {
	text-align: center;
	display: block
}

.common-title h2 {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 40px
}

.student-loan {
	padding: 52px 0 58px
}

.student-loan ul {
	overflow: hidden
}

.student-loan ul li h4 {
	font-size: 22px;
	color: #474747;
	line-height: 30px;
}

.student-loan ul li img {
	margin-bottom: 20px;
	max-height: 85px
}

.student-loan ul li {
	float: left;
	width: 31%;
	margin-right: 2%;
	text-align: center;
	list-style-type: none
}

.student-loan ul li:last-child {
	margin-right: 0
}

.apply-btn {
	text-align: center;
	display: block;
	margin-top: 20px
}

.apply-btn a {
	background: #47a347;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 24px;
	display: inline-block;
	text-decoration: none
}

.why-varthana {
	padding: 52px 0 57px;
	background: #f4f4f4;
	text-align: center
}

.why-varthana ul {
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.why-varthana ul li {
	float: left;
	width: 18%;
	margin-right: 2%;
	list-style-type: none
}

.why-varthana ul li:nth-child {
	margin-right: 0
}

.why-varthana h4 {
	font-size: 20px;
	color: #474747;
	line-height: 30px;
	font-weight: 400;
}

.why-varthana img {
	margin-bottom: 20px;
	max-height: 65px
}

.why-varthana p {
	color: #474747;
	line-height: 30px;
	font-weight: 400
}

.process {
	padding: 52px 0 53px
}

.process p {
	color: #006488;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px
}

.impact h4 {
	font-size: 36px
}

.impact p {
	color: #006488
}

.impact img {
	max-height: 85px
}

.testimonial {
	padding: 60px 0 80px;
}

.slide-sect {
	overflow: hidden;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.slide-left {
	float: left;
	width: 40%
}

.slide-left img {
	width: 100%
}

.slide-right {
	float: right;
	width: 60%;
	background: #1e4d1e;
	padding: 30px 30px 30px 30px;
	text-align: center;
	position: relative
}

.slide-right p {
	color: #fff;
	font-size: 20px;
	line-height: 28px
}

.title-sec {
	margin-top: 20px
}

.title-sec h5 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 5px
}

.top-quote img {
	width: 50px
}

.bottom-quote img {
	width: 50px
}

.top-quote {
	position: absolute;
	top: 20px;
	left: 20px
}

.bottom-quote {
	position: absolute;
	bottom: 20px;
	right: 20px
}

.wrap-s {
	width: 100%;
	padding-top: 60px;
}

.slick-dots li.slick-active button:before {
	color: #006488 !important;
	opacity: 1 !important
}

.testimonial .slick-dots li button:before {
	font-size: 50px !important;
	color: #47a347 !important
}

.testimonial .slick-dots {
	bottom: -44px !important
}

.partners {
	padding: 52px 0 60px;
	background: #edfaff;
	margin-top: 40px
}

.partners .slick-slide {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px
}

.partners .slick-slide img {
	width: 100%;
	border: 2px solid #116e90
}

.partners .slick-next:before,
.partners .slick-prev:before {
	color: #006488 !important;
	font-weight: 700 !important;
	font-size: 42px !important
}

.eligible {
	padding: 50px 0 60px
}

.eligible ul li {
	text-align: center;
	list-style-type: none;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0 0 1px 3px #edfaff;
	-webkit-box-shadow: 0 0 1px 3px #edfaff;
	-moz-box-shadow: 0 0 1px 3px #edfaff;
	color: #006488;
	font-size: 18px;
	line-height: 30px;
	border-radius: 5px
}

p.yes {
	text-align: center;
	color: #006488;
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	padding-bottom: 25px
}

.eligible .apply-btn {
	margin-top: 40px
}

.form-sec select {
	background: #f5f4f4 url(../images/angle-grey.png) no-repeat scroll 96% center/15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.btn-sec a:hover {
	background: #36a331;
}

.banner-left .btn-sec a:hover {
	background: #ffffff !important;
}

.form-sec .download-brochure-button:hover {
	background: #36a331;
}

.apply-btn a:hover {
	background: #36a331
}

.banner-left .btn-sec a:hover {
	color: #fff
}

.er {
	padding-bottom: 5px
}

.footer-sec {
	width: 100%;
	padding: 20px 15px;
	background: #47a347;
	text-align: center
}

.footer-sec a {
	text-decoration: none;
	color: #fff;
	font-size: 24px
}

.footer-sec p {
	color: #fff;
	font-size: 24px
}

.testimonial .slide-left img {
	height: 430px;
	object-fit: cover;
	object-position: top
}

.student-loan ul li span {
	width: 100%;
	float: left;
	margin-bottom: 6px
}

.chk span {
	width: 95%;
	float: right
}

.title-sec p {
	font-size: 16px;
	line-height: 25px
}

.header-new .logo-sec {
	width: 100%;
	float: left;
	text-align: center
}

.thanks p {
	font-size: 20px;
	color: #474747;
	line-height: 30px;
	text-align: center;
	padding-bottom: 10px;
}

.header-new {
	border-bottom: 0;
	margin-top: 30px
}

.thanks .t-btn a {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	background: #006488;
	padding: 10px 40px;
	margin-top: 50px
}



.thanks a.call{ background: #47a347;margin-top: 15px; margin-left: 2px}

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

.impact ul li {
	width: 31% !important;
	float: none;
	display: inline-block
}

.eligible .common-title h2 {
	margin-bottom: 20px
}

.impact ul li:nth-child(3) {
	margin-right: 0
}


.form-sec h4 {
	font-size: 22px;
}


.school-stand {
	padding: 52px 0 58px;
}

.map-sec {
	background: #f4f4f4;
}

.sec-wrap {
	overflow: hidden;
}

.half-left {
	float: left;
	width: 48%
}

.half-right {
	float: right;
	width: 49%;
}

.half-right img {
	width: 100%;
	max-width: 100%;
}

.icon-text {
	display: flex;
	margin-bottom: 35px;
	border-bottom: 2px solid #e0e0e0;
	align-items: center;
	padding-bottom: 25px;
}

.icon-text p {
	color: #474747;
    line-height: 30px;
	margin-bottom: 10px;
}

.icon-text img {
	margin-right: 15px;
	max-width: 32px;
	width: 100%;
	height: max-content;
	margin-bottom: 10px;
}

.soil-highlight h4 {
	color: #474747;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 20px;
}

.soil-highlight .common-title h2 {
	margin-bottom: 10px
}

.loan-process ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.loan-process ul li {
	margin-bottom: 30px;
}

.icon-text h4 {
	margin-bottom: 5px;
	color: #474747;
	font-size: 20px;
}


.document-require {
	padding: 52px 0 60px;
}

.document-require ul {
	display: flex;
	align-items: center;
}

.document-require ul li {
	width: 33%;
	list-style-type: none;
}

.document-require ul li img {
	width: 100%;
	padding: 0 30px;
}

.document-require ul li:nth-child(3) {
	text-align: right;
}

.doc-wrap {
	margin-bottom: 30px;
}

.doc-wrap h4 {
	margin-bottom: 10px;
	color: #474747;
	font-size: 20px;
}
.student-loan p {
  color: #474747;
}
.doc-wrap p {
  color: #474747;
}
.icon-text .te {
  border-bottom: 2px solid #e0e0e0;
  width: 100%;
}
.map-sec .icon-text {
  border-bottom: 0px;
  margin-bottom: 20px;
}
.video {
  width: 50%;
  float: right;
  position: relative;
  padding-bottom: 28%;
  overflow: hidden;
  height: auto;
  height: 0;
  background-color: #000;
  display: inline-block;
  margin-top: 0px;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* customer stories css start */
.home_stories_sec {
display:block;
padding: 50px 0px 55px;
}
.home_stories_div{
margin-left:0px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
list-style: none;
}

.home_stories_div li {
position:relative;
width: 31.6%;
text-align:center;
vertical-align: top;
}
/* .home_stories_div li:last-child{
margin-right: 0;
} */
.home_stories_div li .video_box {
display: flex;
align-items: center;
width: 100%;
margin-bottom: 10px;
border-radius: 16px;
overflow: hidden;
background-color: #47a347;
}
.home_stories_div li .video_box.t_box:before {
position: absolute;
display: inline;
content: "“";
font-family: arial;
top: -20px;
font-size: 90px;
color: #8bbe8b;
left: 10px;
}
.home_stories_div li .video_box .video {
    width: 100%;
    float: right;
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    height: auto;
    height: 0;
    background-color: #000;
    display: inline-block;
    margin-top: 0px;
}
.home_stories_div li .text_box{
   padding-top: 20px;
}
.home_stories_div li .text_box h6 {
font-size:20px;
color:#474747;
font-weight:600;
}
/* customer stories css end */

@media (max-width:1450px) {
	.container {
		width: 1190px;
	}
.icon-text {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
}
@media only screen and (max-width:1400px){
    .home_stories_div li {
		width: 31%;
	 }
}

@media (max-width:1399px) {
	.testimonial-sec {
		width: 890px
	}

	.slide_viewer {
		height: 380px
	}
}

@media (max-width:1200px) {
	.container {
		width: 1000px
	}

	.why-varthana ul li {
		width: 48%;
		margin-bottom: 35px
	}

	.why-varthana ul li:last-child {
		width: 100%;
		margin-bottom: 0;
	}
	.home_stories_div li {
		width: 30.5%;
	}
.testimonial .slide-left img {
  height: 490px;
}
}

@media (max-width:1000px) {
	.container {
		width: 750px
	}

	.banner-left {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-top: 10px;
		padding-bottom: 20px;
	}

	.banner-right {
		width: 100%;
		float: none;
		margin-top: 40px;
		margin-bottom: 22px
	}

	.slide-sect {
		overflow: inherit;
		display: block !important
	}

	.slide-left {
		width: 100%;
		float: none
	}

	.slide-right {
		width: 100%;
		float: none;
		height: 430px
	}

	.banner-left h3 br {
		display: none
	}

	.banner-left h3 {
		font-size: 40px;
		line-height: 48px
	}

	.banner-left ul li {
		font-size: 18px;
		line-height: 25px;
		padding: 4px 0
	}

	.banner-left ul li::before {
		font-size: 10px
	}

	.student-loan ul li {
		width: 48.7%;
		float: none;
		display: inline-table;
		margin-bottom: 30px
	}

	.student-loan ul {
		text-align: center
	}

	.student-loan ul li h4 {
		font-size: 20px
	}

	.apply-btn {
		margin-top: 0
	}

	.why-varthana h4 {
		font-size: 20px;
	}

	.impact h4 {
		font-size: 35px
	}

	.process p {
		font-size: 18px
	}

	.testimonial .slide-left img {
		height: 450px;
		object-fit: cover;
		object-position: top
	}

	.common-title h2 {
		font-size: 25px;
		line-height: 35px
	}

	.student-loan ul li:last-child {
		width: 100%
	}

	.slide-right p {
		font-size: 18px;
		line-height: 30px
	}

	p.yes {
		font-size: 22px
	}

	.student-loan ul li:nth-child(2n) {
		margin-right: 0
	}

	.impact ul li {
		width: 48% !important;
		display: inline-table
	}

	.student-loan ul li img {
		width: 70px;
		max-height: inherit;
		margin-bottom: 10px
	}

	.why-varthana img {
		width: 70px;
		max-height: inherit;
		margin-bottom: 10px
	}

	p.yes {
		padding-bottom: 15px
	}

	.eligible .common-title h2 {
		margin-bottom: 10px
	}

	.process ul li img {
		width: 60px
	}

	.impact ul li:nth-child(2) {
		margin-right: 0
	}

	.sec-wrap .half-left {
		width: 100%;
	}

	.sec-wrap .half-right {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
.icon-text .te {
  padding-bottom: 10px;
}
.map-sec .icon-text {
  margin-bottom: 10px;
}
.testimonial .slide-left img {
  height: 430px;
}
.video {
  padding-bottom: 56%;
}
}
@media only screen and (max-width:1000px){
    .home_stories_div li {
        width: 48%;
        margin-right: 0px;
        margin-bottom: 35px;
    }
    .home_stories_div li:last-child{
   margin-bottom: 0px !important;
}
}

@media (max-width:767px) {
	.container {
		width: 100%
	}

	.student-loan ul li:last-child {
		margin-bottom: 0
	}

	.process ul li {
		margin-bottom: 35px
	}

	.why-varthana ul li:nth-child(3) {
		margin-bottom: 35px
	}

	.partners .container {
		max-width: 90% !important;
		margin: auto !important
	}

	.apply-btn {
		margin-top: 20px
	}

	.banner-left h3 {
		font-size: 29px;
		line-height: 36px;
	}

}


@media (max-width:660px) {
	.document-require ul {
		flex-wrap: wrap;
	}

	.document-require ul li {
		width: 100%;
		text-align: center;
	}

	.document-require ul li img {
		max-width: 350px;
		padding: 30px 30px;
	}

	.document-require ul li:nth-child(3) {
		text-align: center;
	}
}


@media (max-width:626px) {
.student-loan ul li:last-child {
  margin-bottom: 20px;
}


}

@media only screen and (max-width:612px){
	.home_stories_sec {
		display: block;
		padding: 40px 0px 45px;
	}
		.home_stories_div li {
		width: 100%;
		margin-right: 0px !important;
		margin-bottom: 35px;
	}
	.home_stories_div li .text_box {
		padding-top: 10px;
	}
 }


@media (max-width:610px) {
	.slide-right {
		height: 520px
	}
}

@media (max-width:576px) {
	.form-sec .form-field ul li {
		width: 100%;
		float: none;
		margin-right: 0
	}

	.top-quote img {
		width: 40px
	}

	.bottom-quote img {
		width: 40px
	}

	.slick-prev {
		left: -35px !important
	}

	.slick-next {
		right: -35px !important
	}

	.slide-right {
		height: 590px
	}
}

@media (max-width:525px) {

.thanks a.call{ margin-left: 0}

}


@media (max-width:504px) {

	.impact h4 {
		height: inherit !important
	}
}

@media (max-width:500px) {
	.testimonial .slide-left img {
		height: 260px
	}

	.form-sec .download-brochure-button {
		margin-top: 30px
	}

	.chk span {
		width: 90%
	}
}


@media (max-width:433px) {
	.slide-right {
		height: 620px
	}
}


@media (max-width:421px) {
	.slide-right {
		height: 650px
	}
}

@media (max-width:406px) {


	.impact p {
		height: 50px !important
	}
}


@media (max-width:378px) {
	.slide-right {
		height: 740px
	}
}


@media (max-width:371px) {
	.impact p {
		height: 65px !important
	}

	.impact {
		padding: 52px 0 0 0
	}
}


@media (max-width:352px) {

	.impact h4 {
		height: inherit
	}
}

@media (max-width:350px) {
	.slide-right {
		height: 820px
	}
}

@media (max-width:326px) {
	.slide-right {
		height: 840px
	}
}