@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
	background:#e7e7e7;	
	margin:0 auto;
	font-family: "Poppins", sans-serif;
}
.main-head{
	background-color:#fff;
	height:auto;
	padding:5px 0;	
}
.main-head .jda_img img{
	height:120px;
	width:90%;
	padding:2px;
	text-align:left;	
}
.main-head .india_img img{
	height:125px;
	width:75%;
	padding:2px;	
}
.scheme-head{
	padding:10px 0;	
}
.scheme-head h3{
	margin-top:0px;
	font-size:32px;
	margin-bottom:5px;
}
.scheme-head h5{
	margin:0px;	
	margin-bottom:5px;
}
.scheme-head h4{
	margin:0px;
	color:#ffa500;
	font-size:24px;
	font-weight:600;		
}
.panel-help-desk{
	margin-top:15px;
	border:2px solid #e7e7e7;
	padding:5px 0;
}
.panel-head{
	font-weight:600;
	font-size:24px;
	background-color:#c6e2ff;
	padding:15px 0;
	margin-bottom:15px;
}
.panel-option{
	margin-top:5px;
	padding:5px;
	background-color:#c6e2ff;	
	width:100%;
	float:left;
}
.panel-option .icon-area{
	width:15%;
	float:left;
	font-size:32px;	
	background-color:#fff;
	border-radius:50%;
}
.panel-option .icon-area i{
	padding:10px 0;	
}
.panel-option .icon-text{
	width:85%;
	float:left;	
	font-size:20px;
	padding:10px 0;
}
.panel-scheme{
	margin-top:25px;	
}
.panel-scheme .panel-heading{
	background-color:#b4eeb4;
	padding:5px 15px;
}
.panel-scheme .panel-heading h4{
	margin:0px;
	margin:5px 0;
	text-transform:uppercase;
	font-weight:600;
}	
.scheme-details{
	background-color:#f9f9f9;
	padding:15px 0 0 0;	
	margin:10px 0;
	border: solid 3px #d3ffce;
	border-radius:10px;
}
.scheme-header{
	font-size:24px;
	font-weight:600;	
	color:#000080;
}
.scheme-process button{
	font-weight:600;
	font-size:16px;
}
.scheme-detail{
	padding:5px 0;
	font-size:16px;	
	margin-bottom:10px;
}
.scheme-dates{
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:600;	
}
.panel-lottery .panel-heading{
	background-color:#ff4040;
	color:#fff;
	padding:5px 15px;
}
.panel-lottery .panel-heading h4{
	margin:0px;
	margin:5px 0;
	text-transform:uppercase;
}
.footer-develope{
	background-color:#fff;
	height:auto;
}
.nodel-officer p{
	padding-top:10px;
	font-size:16px;
	font-weight:600;	
}
.developeby p{
	margin:0px;
	padding-bottom:10px;
	font-size:16px;
	font-weight:600;
}
#details_scheme{
	margin-top:15px;
	margin-bottom:15px;	
}
#details_scheme .panel{
	margin-bottom:0px;
}
.scheme_head{
	margin-bottom:10px;
}
.scheme_head h2{
	margin:0px;
	padding:0px;
	background-color:#f9f9f9;
	padding:5px 5px;
}
#day_counter{
	border:1px solid #fff;
	padding:2px 5px;	
	border-radius:50%;
	background:#fff;
	color:#333;	
	margin-left:5px;
}
.scheme_date{
	margin-top:10px;	
}
.inner_date{
	padding:5px;
	border-radius:5px;
}
.inner_date p{
	font-weight:600;
	font-size:16px;
	padding:0px;
	margin:0px;	
	padding:10px 0;	
}
.apply-btn{
	padding:10px 15px;	
}
.apply-btn button{
	font-weight:600;
	font-size:18px;	
	border-color:#20b2aa;
	border-radius:25px;
	padding:10px 20px;
}
.apply-btn button i{
	color:#fff;
	margin-left:5px;
}
.scheme_docs{
	margin-bottom:10px;	
}
.scheme_docs button{
	font-size:18px;
	font-weight:600;
	padding:10px;
}
.scheme_docs a{
	font-size:18px;
	font-weight:600;
	padding:10px;
}
.scheme_docs i{
	padding-right:10px;	
}
.scheme_docs a i{
	padding-right:10px;	
}
.scheme_plots table{
	font-size:16px;
}
.reg_button button{
	font-size:18px;	
}
.scheme-name-head h2{
	font-size:28px;
	color:#ffa500;
	border-bottom:2px solid #f7f7f7;
	padding-bottom:10px;
	font-weight:600;	
}
.fa-envelope{
	font-size:22px;		
}
@media only screen and (max-width: 420px) and (min-width: 280px)  {
	.scheme-head h3 {
		font-size: 24px;
		margin-bottom:10px;
	}
	.scheme-head h5 {
		margin-bottom:10px;	
	}
	.scheme-head h4 {
		font-size:18px;	
	}
	.scheme-header {
		font-size:18px;
		text-align:center;
		margin-bottom:10px;
		border-bottom:2px solid #fff;	
	}
	.scheme-process{
		border-bottom:2px solid #fff;
		margin-bottom:10px;	
	}
	.scheme-process button{
		margin-bottom:10px;	
	}
	.scheme-dates{
		font-size:16px;	
	}
	.panel-head{
		margin-bottom:5px;
		font-size:28px;
		padding:5px 0;	
	}
	.panel-option .icon-area i{
		font-size:22px;	
	}
	.panel-option .icon-text {
		font-size:16px;
		padding:15px 0;	
	}
	.nodel-officer p{
		padding-top:5px;
		font-size:14px;
	}
	.developeby p{
		padding-bottom:5px;
		font-size:14px;	
	}
	.apply-btn button{
		width:100%;	
	}
	.scheme_head h2{
		font-size:20px;	
	}
}