@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800');
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	vertical-align:top;
}
body,html{
	font-family: "Open Sans", sans-serif !important;
    height:100% !important;
	max-height:100% !important;
}
.panel.panel-primary{
        border-color: #ebebeb;
        }

.container{
	width:1300px !important;
	margin:0 auto;

}
header.main-header{
	width: 100%;
	display: inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index: 999;
	 /*background: #34495e;#455999*/
	background: #455999;
	position: fixed;
	width: 100%;
	top: 0;
	left:0;
	right:0;		
}
.slider-section span.viewBtnB .viewDashB{
	background: #2c3e50;
    font-size: 16px;
	transition: all .3s ease;
}
.slider-section span.viewBtnB .viewDashB:hover{
    background: #17203e;
	transition: all .3s ease;
}
	
.slider-section{
	margin-top: 90px;
}
.top-navigation{
	height:45px;
	background:#2a2f32;
	box-shadow:1px 1px 7px #000;
	-webkit-box-shadow:1px 1px 7px #000;
	-moz-box-shadow:1px 1px 7px #000;
}
.isds-logo{
	padding:2px 0;
}
nav.main-navigation{
	display: inline-block;
	margin-top: 12px;
}
ul.sec-navigation,ul.user-interact{
	list-style: none;
}
ul.sec-navigation li{
	float:left;
}
ul.sec-navigation li a{
	text-decoration: none;
	color:#d2d2d2;
	font-size: 14px;
	font-weight: 400;
	padding:11px 12px;
	display:block;
}
ul.user-interact > li{
	float: right;
	border-right:1px solid #d2d2d2;
	position: relative;
}
ul.user-interact > li > a{
	text-decoration: none;
	color:#d2d2d2;
	font-size: 16px;
	font-weight: 600;
    padding: 12px 12px;
    display: inline-block;
}
ul.user-interact > li:hover a{
	background:#41a396;
	color: #fff;
}
ul.user-interact > li:hover ul.sub-userInteract{
	display: block;
}
ul.user-interact > li ul.sub-userInteract{
	list-style: none;
	display: none;
	position: absolute;
	top:46px;
	left:0;
	width: 54px;
	background:#41a396;
}
ul.user-interact > li ul.sub-userInteract li a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}

nav.main-navigation ul{
	list-style: none;
}
nav.main-navigation > ul > li{
	float:left;
	position:relative;
	margin-right: 2px;
}
nav.main-navigation ul > li > a{
    text-decoration: none;
    color: #fff;
    /*font-size: 16px;*/
	font-size: 15px;
    font-weight: 400;
    display: block;
    /*padding: 9px 18px;*/
	padding: 7px 8px;
}

/*04/26/18 vikas patel*/
nav.main-navigation ul > li > a:focus{
	outline: none;
}
#registerModel .modal-dialog{
	width:870px;
}
#registerModel .panel-primary{
    border-color: #88a5bd;
}
#registerModel .form-group{
	margin-bottom: 3px;
	display: inline-block;
	width: 100%;	
}
#registerModel .modal-body{
	padding-top:0px;
	padding-bottom:0px;
}
#registerModel .close{
	position: absolute;
    top: 7px;
    right: 18px;
	font-size: 38px;
	color: #000;
	opacity: 1;
	transition: all .3s ease;
}
#registerModel .close:hover{
	color: #ccc;
}
#registerModel .modal-header{
	padding: 3px 8px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 3px;
}
#registerModel label span{
	font-size: 14px;
	color: #000;
	
}
#registerModel label{
	text-align: left;
	font-weight: 600;
}
#registerModel .modal-body img{
	margin-bottom:10px;
}
#registerModel .form-group:last-child{
	margin-bottom: 0px;
	margin-top:5px;
}
#registerModel .modal-title{
	font-size: 16px;
    background: #1d89cf;
    padding: 3px 0 3px 10px;
    color: #fff;
	font-weight: bold;
}


#registerModelState .container{
	margin-top: 10px; 
}
#registerModelState .modal-dialog{
	width:870px;
}
#registerModelState .panel-primary{
    border-color: #88a5bd;
}
#registerModelState .form-group{
	margin-bottom: 3px;
	display: inline-block;
	width: 100%;	
}
#registerModelState .modal-body{
	padding-top:0px;
	padding-bottom:0px;
}
#registerModelState .close{
	position: absolute;
    top: 7px;
    right: 18px;
	font-size: 38px;
	color: #000;
	opacity: 1;
	transition: all .3s ease;
}
#registerModelState .close:hover{
	color: #ccc;
}
#registerModelState .modal-header{
	padding: 3px 8px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 3px;
}
#registerModelState label span{
	font-size: 14px;
	color: #000;
	
}
#registerModelState label{
	text-align: left;
	font-weight: 600;
}
#registerModelState .modal-body img{
	margin-bottom:10px;
}
#registerModelState .form-group:last-child{
	margin-bottom: 0px;
	margin-top:5px;
}
#registerModelState .modal-title{
	font-size: 16px;
    background: #1d89cf;
    padding: 3px 0 3px 10px;
    color: #fff;
	font-weight: bold;
}


.register-msg p{
	background: #feffad;
	padding: 3px 0 3px 10px;
	margin-bottom: 0px;
	color: #258c80;
}
.captcha-code a{
	    display: inline-block;
    padding-left: 10px;
    padding-top: 3px;
}
.captcha-code{
	display:inline-block;
	margin-top: 13px;
}
.pd-lr-0{
	padding-left:0px !important;
	padding-right:0px !important;
}

.file-upload-input{
	display:none !important;
}
.browse-up{	 
    display: inline-block;
    /*background: #146090;*/
    color: #fff !important;
    padding: 7px 16px !important;
    /*float: right !important;*/
	border-radius: 2px;
    border: 1px solid #1d89cf !important;
    font-size:15px;
	border-color:#1d89cf !important;
	background-image: linear-gradient(to bottom,#1e8cd3 0,#1a7ab9 100%) !important; 
	background-image: -webkit-linear-gradient(top,#1c83c6 0,#1871ab 100%)!important;
	background-repeat: repeat-x !important;
	background: #1d89cf !important;
	font-weight: normal;
}
.for-fileUpload{
	cursor:pointer;
  /*max-width:235px;*/
 /* overflow: hidden;*/
  width:100% !important;
  padding: 0 0 0 5px !important;  
	position:relative;
}
.for-fileUpload .uploaded-file-name{
    white-space: nowrap; 
    max-width: 100px; 
    overflow: hidden;
    text-overflow:ellipsis;
	display: inline-block;
    padding-top: 3px;
    position: absolute;
    bottom: -19px;
    left: 6px
}
.form-group label{
	font-weight: normal;
}

.legend-title legend{ 	
	border-bottom: 1px solid #88a5bd;
	padding: 5px 10px; 
	font-size: 18px;
	margin-bottom: 0px;
}
.running-text {
	background: #ccc;
     
}
.running-text a{
	padding: 6px 0;
    font-size: 18px;
    color: #000;
    display: inline-block;
}
.running-text a:hover , .running-text a:focus{
	text-decoration: none;
	color: #000;
	outline: none;
}
.mob-input input{
	padding-left: 48px;
}
.web-email{
	/*text-transform: lowercase;*/
}
.mob-num-code{
    display: inline-block;
    background: #eee;
    border: 1px solid #b7b7b7;
    padding: 6px 6px;
    font-size: 14px;
    position: absolute;
    /* left: 57px; */
    border-radius: 3px 0 0 3px;
	user-select: none;
}

/*04/26/18 end*/
nav.main-navigation ul > li:hover a{
	background:#17203e;
	border-radius: 4px;
}
nav.main-navigation ul > li.sel a{
	background:#17203e;
	border-radius: 4px;
}
nav.main-navigation ul > li ul.submenu{
	display: none;
    position: absolute;
    top: 36px;
    right: 0;
    width: 150px;
	background: darkorange;
	border-radius: 5px 0 5px 5px;
}
nav.main-navigation ul > li ul.submenu > li > a{
    display: block;
    padding: 9px 18px;
    border-bottom: 1px dashed #ffc886;
    width: 100%;
	float: none;
	transition:all 0.2s ease;
}
nav.main-navigation ul > li ul.submenu > li > a:hover{
	background:#fff;
	color:#000;
	transition:all 0.2s ease;
}
nav.main-navigation ul > li ul.submenu > li:last-child a{
	border:none;
}
nav.main-navigation ul > li:hover ul.submenu{
	display:block;
}

section.slider-section{
	position:relative;
	display: inline-block;
	width: 100%;
}
.bx-wrapper{
	border:none !important;
	box-shadow: none !important;
	margin:0 !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom: 70px !important;
}

.slider-content{
	width:94%;
	display:inline-block;
	position: absolute;
	top:8%;
	left:0;
	right:0;
	margin:0 auto;
	text-align: center;
	color: #fff;
}
.slider-content h1{
	font-weight: 800;
	font-size:50px;
}
.slider-content p{
	font-weight: 600;
	font-size: 30px;
}
.slider-content a.learnMore{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 25px;
	background: darkorange;
	border:1px solid darkorange;
    border-radius: 5px;
    display: inline-block;
	margin-top: 10px;
	transition:all 0.5s ease;
}
.slider-content a.learnMore:hover{
	border:1px solid #34495e;
	background: #34495e;
	transition:all 0.5s ease;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background: darkorange !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff !important;
}
.pub-dash{
    width: 100%;
    display: inline-block;
   /* background: #f4b04f;*/
	background: #6a769c;
    color: #fff;
    padding: 0px 00px;
    text-align: justify;
	margin: 20px 0;
	min-height: 254px;
	line-height: 25px;
	border-radius: 5px;
}
.certificate{
	width:100%;
	display: inline-block;
	background:#f4b04f;
	color: #fff;
    padding: 0px 0px;
	text-align: justify;
	margin: 20px 0;
	min-height: 254px;
	line-height: 25px;
}
.certificate p,.pub-dash p{
	margin-bottom:0 !important;
	padding-left: 20px;
	padding-right: 20px;	
}
p.heading{
	font-weight: 700;
    font-size: 25px;
    text-align: center;
    padding-bottom: 11px;
	border-bottom: 1px solid #fff;	
	margin-bottom: 12px !important;
    /*background: #17d938;*/
	background: #2ecc71;
    padding-top: 12px;
	border-radius: 5px 5px 0 0;
}
a.viewDash{
	color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
	transition: all .5s ease;
	background: #3d5790;
}
a.viewDashB{
	color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
	transition: all .5s ease;
	background: #3d5790;
}
#head_sbt{
    margin-top: 0px;
    /*margin-left: 15px;*/
    padding:10px 25px;
    font-weight: bold;
	font-size: 16px;
	background: linear-gradient(#83afe0, #0974c2);
	background: -webkit-linear-gradient(#83afe0, #0974c2);
	color: #fff;
	border: 1px solid #385f8a;
	text-transform: uppercase;
}
#head_sbt i{
    margin-top: 2px;
    margin-left: 2px;
}
#head_sbt:focus{
	outline: none;
}
a.viewDash:hover, a.viewDash:focus{
	color: #fff !important;
	text-decoration:none;
	background: #17203e !important;
	border: none;
	transition: all .5s ease;
}
a.viewDashB:hover, a.viewDashB:focus{
	color: #fff !important;
	text-decoration:none;
	background: #17203e !important;
	border: none;
	transition: all .5s ease;
}
.viewBtn{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 10px 0;
}
.viewBtnB{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 10px 0;
}
.content-section{
    width: 100%;
    padding: 3% 0;
    background: #f5f5f5;
    margin: 1% 0;
	display: inline-block;
	text-align: left;
	/*font-size: 16px;*/
	text-align: justify;
	word-wrap: break-word;
}
.toll-free-no{
	font-size: 14px;
    color: #fff;
     
}
.toll-free-no p{
	display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 10px;
	color: #e6e63f;
	font-weight: bold;
	font-size: 15px;
}
.toll-free-no span{
	/*letter-spacing: 1px; */
	text-decoration: underline;
}
p.heading-2{
	font-weight: 700;
	font-size:30px;
	color:#34495e;
	text-align: center;
}
.content-section p{
	line-height:25px;
	padding:10px 0; 
} 
a.viewDash2{
	color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 5px;
	text-align: center;
	transition:all 0.2s ease;
	background: #f4b04f;
	transition: all .5s ease;
}
a.viewDash2:hover, a.viewDash2:focus{
	color: #fff !important;
	text-decoration:none !important;
	background:#34495e;
	border: none;
	transition: all .5s ease;
}
footer.main-footer{
	width:100%;
	display:inline-block;
	padding:2% 0;
	background: #34495e;
	color:#fff;
	line-height: 18px;
	color:#e2e2e2;
	font-size:14px;
}
p.ftr-hdr{
	font-weight: 700;
	font-size:19px;
	color: #fff;
}
ul.ftr-links{
	list-style:none;
}
ul.ftr-links li{
	position:relative;
	padding:5px 0;
}
ul.ftr-links li a{
	color:#fff;
	text-decoration: none;
	transition:all 0.2s ease;
}
ul.ftr-links li a:hover{
	color:darkorange;
	transition:all 0.2s ease;
}

/*******Login Page*******/

.main-container{
	width:100%;
	display:inline-block;

}
.login-bg{
	background: url('../images/bg-img.jpg') no-repeat center !important;  
	background-size:cover !important; 
	height: 100vh !important;
	/*min-height: 662px;*/

}
.main-bg{
	width:100%;
	display:inline-block;
		
}
.login-container{
	width:50%;	
	margin:0 auto;
	position:relative;
}
.gov-in{
	padding-top:20px;
	text-align:center;
}
.login-wrap{
	width:650px;
	/*height:335px;*/
	background:rgba(255,255,255, 0.79);
	border-radius:10px;
	margin:0px auto 0 auto;
	box-shadow:1px 1px 1px 5px rgba(000,000,000, .05);
}
.loginn-form{
	width:445px;
	margin:0 auto;
}
.usr-icon-padng{
	padding:0 14px !important;
} 
.inpt-icon-fnt{
	font-size:20px !important;
	background:#cecece !important;
}
.login-to-ac{
	width:90%;
	border-bottom: 1px solid #d1c8bb;
	margin: 10px auto;
	padding-top:10px;
}

.icon-brdr{
    border: 1px solid #ccc;
    border-radius: 3px;
	margin-bottom:20px;
}
.input-grp-brdr{
	    border: 1px solid #fff;
}
.input-grp-brdr input{
	border:none;
}
.login-to-ac p{
	font-size:23px;
	font-weight: 700;
}
.add-mrgn{
	margin-top:20px;
}
.forgt-pass{
	font-size:16px;
	text-decoration:underline;

	color:#000;
	font-weight:bold;
	transition:all .3s ease;
}
.forgt-pass:hover{
	color:darkorange;
	text-decoration:underline;	 
	transition:all .3s ease;
}
.cust-btn{
	width:100%;
	display:inline-block;
	margin-top: 25px;
}
.cust-btn button{
    background: darkorange !important;
    border-radius: 0;
    border: 1px solid darkorange;
    padding: 7px 0;
    font-size: 16px;
    transition: all .3s ease;
    font-weight: bold;
}
.cust-btn button:hover{
	background:none !important;
	border:1px solid #8c0021;
	transition:all .3s ease;
	color:#000;
}
.mobile-nav{
	display: none;
}
/* #registerModel .panel-body::after{
	content: "";
	position: absolute;	
	border-bottom: 1px solid #ccc;
    top: 237px;
    left: 46px;
    width: 577px;
	 
 }*/

.applicant-addres{	
    display: inline-block;
    width: 100%;
    margin: 10px 0 0px 0;
	text-align: center;
	 
}
.applicant-addres legend{
	font-size: 16px;
	font-weight: bold;	
	border-bottom: 1px solid #ccc;
	text-align: center;
}
/*.applicant-addres:after{
	content: "";
	position: absolute;	
	top: 11px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #ccc;
}*/

.applicant-addres p{
  background: #fff;
    z-index: 9999;
    padding: 0px 20px;
    font-weight: bold;
    font-size: 16px;
    width: 51%;
    display: inline-block;
    position: relative;
	margin-bottom: 0px;
	}
	#registerModel .panel-body{
		padding: 7px 0 0px 0;
	}
#registerModel textarea{
	resize: vertical;
}
#registerModel .modal-dialog{
	margin-top: 10px;
}
#registerModel .modal-dialog .panel.panel-primary{
	margin-bottom: 5px;
}

.register-btn{
	color: #fff;
	font-size: 18px;
	# padding:10px 10px 6px 10px;
	padding: 11px 10px 9px 10px;
	/*text-decoration: underline;*/
	margin-top: 20px;
	display: inline-block;
	background: orange;
	transition: all 0.4s ease;
	font-weight: 600;
	border-radius: 5px;
}
.register-btn:hover, .register-btn:focus{
color:#fff;
transition:all 0.4s ease;
outline:none;
background: #d07a00;
}
.register-btn span{
	display: inline-block;
	font-size: 20px;
    margin: 4px 0px 0 2px;
}	
.mantatory-field{
	color: #cc2424 !important;  	
	font-weight: normal;
}
.bx-wrapper .bx-controls-direction a{
	z-index:9 !important;
}
.filled-background{
	background-color: #eee !important;
}
.validate-has-error{
	color: #cc2424;
	font-size: 12px;
}
#registerModel #err{
	font-size: 12px;		
	float: left;
	padding-left: 15px;
	color: #cc2424 !important;
	margin-top: -15px;
}	 
.refresh-chaptcha{
	padding-left:8px !important;
	padding-top: 30px;
}
 
.abt-us-sec{
	background: #2ecc71;
    margin-top: 108px;
	padding: 25px 0;
}
.abt-us-sec .container{
	padding: 0 30px;
}
.breadcrumb-cust ul{
	list-style: none;
}
.breadcrumb-cust ul li{
	display: inline-block;
	font-size: 16px;
}
.abt-us-sec .viewDash{
	background:#2c3e50;
	font-size: 16px;
}

.cont-address{
	font-size: 16px;
}
.breadcrumb-cust ul li a:hover, .breadcrumb-cust ul li a:focus{
	text-decoration: none;
}
.breadcrumb-cust ul li:first-child a {
	color: #fff;
}
.breadcrumb-cust ul li:last-child{
	color: #d9dcdb;
}
.abt-us-content .container{
	padding: 0 30px;
}
.abt-heading{
	font-size: 22px;
    margin-top: 20px;
	font-weight: bold;
}
.abt-text{
	font-size: 16px;
    line-height: 24px;
}
.abt-samarth{
	font-size: 28px;
    color: #fff;
    font-weight: bold;
	margin-bottom:0px;
}
.samarth-tagline{
	font-size: 22px;
    color: #fff;
    line-height: 30px;
	margin-bottom: 20px;
}
.abt-us-content ul{
	margin-left: 30px;
	font-size: 16px;
    line-height: 24px;
}
ol.scheme-list{	
	margin-left: 30px;
	list-style-type: lower-alpha;
	font-size: 16px;
	    line-height: 24px;
} 
 
ol.obj-list{	
	margin-left: 30px;
	list-style-type: lower-roman;
	font-size: 16px;
    line-height: 24px;
}
 
.justify{
	text-align: justify;
}
.dn-attachments .viewBtn{
	width: auto;
}

.objective{
	text-decoration: underline;
}

.cont-head{
	font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 20px;
}
.cont-address .mot{
	display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.cont-address a{
	text-decoration: underline;
}
.cont-address .nmcc{
	color:#333;
}
.log-refresh i{
	color: #337AB6;
    font-size: 14px;
    margin-top: 15px;
	transition: all .3s ease;
}
.log-refresh:hover i{
	color: #23527c;	
	transition: all .3s ease;
}

.login-page .login-form .login-content .form-group .input-group .input-group-addon:after{
	height: 35px !important;
}
.new-pswrd-btn button{
    margin-bottom: 10px !important;
}
#registerModel span.viewBtn{
	margin-top: 15px;
}
#registerModel .modal-header img{
    margin-bottom: -22px;
	margin-top: -5px;
}
/* 10-07-2019 */
# .rfp_link{ font-size: 20px !important; width: 76%; margin-left: 11.5%; text-align: center; }

.rfp_link {
    color: #fff;    
    padding: 10px 30px 15px; 
    margin-top: 15px;
    display: inline-block;
    /*background: orange;
     background: rgb(0,0,0,.8);*/
    background: rgba(69,89,153, .95);
    transition: all 0.4s ease;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px !important; 
	width: 80%;  
    box-shadow: 0 0 10px 3px #000, inset 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px 3px #000, inset 0 0 10px #ccc;
	}
.count_animate{
	background: #ffa500;
    color: #333;
    padding: 5px 30px;
    border-radius: 2px;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    box-shadow: 0px 0px 3px #000;
    -webkit-box-shadow: 0px 0px 3px #000;
    text-shadow: 0 0 5px #fff;
    letter-spacing: 2px;
	}
.count_animate:after{
	position: absolute;
    content: '';
    width: 20px;
    left: 0;
    top: 50%;
    background: #c58002;
    height: 1px;	
		
	}
.count_animate:before{
	position: absolute;
    content: '';
    width: 20px;
    right: 0;
    top: 50%;
    background: #c58002;
    height: 1px;			
	}	
.counters{
	border: 1px dotted #ccc;
    padding: 4px 10px 12px;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
}	
.line-divider{
	margin: 5px 0 20px;
    border-top: 1px dotted #ccc;
    height: 1px;
}
.counter-head{
	font-size: 14px;
}

@media only screen and (max-width: 1350px) {
	.container{
	   width: 100% !important;
   }
}

/*Responsive*/
@media only screen and (min-width: 668px) and (max-width: 1024px){
	.container{
	   width: 100% !important;
   }
   .main-header .main-navigation ul{
	   position: absolute;     
    background: #34495e;
    left: 0;
    top: 59px;
    text-align: left;
    width: 100%;
	display: none;
   }
   .main-header .isds-logo + div{
	   width: 100%;
   }

   .slider-section {
		margin-top: 150px;
	}
   nav.main-navigation > ul > li{
	   float: none;
	   margin-right: 0px;	   
	   border-bottom: 1px dashed #fff;
   }
   nav.main-navigation > ul > li:last-child{
	   border-bottom: none;
   }
   nav.main-navigation ul > li.sel a, nav.main-navigation ul > li:hover a{
	   border-radius: 0px;
   }
   .main-header .isds-logo {
	   padding-left: 0px;
   }
   .main-header .isds-logo a{
	   display: inline-block;
   }
   .main-header{
	   height: auto;
   }
	 
	.mobile-nav{
		display: block;		
		background: #f4b04f;
		padding: 6px 16px 0 0;
		text-align:right;
	    position: absolute;
		width: 100%;
		bottom: -12px;
	}
	.mobile-nav	span{
		color: #fff;
		font-size: 20px;
		display:inline-block;
	}
	.mobile-nav	span i{
		color: #fff;
	}
	.slider-content{
		top:50px;
	}
	.slider-content h1{
		font-weight: 600;
		font-size: 40px;
	}
	.slider-content p {
		font-weight: 600;
		font-size: 25px;
	}
	 
	.slider-content a.learnMore{
		padding: 5px 10px;
		font-size: 16px;
		margin-top: 30px;
	}
	.slider-section .bx-wrapper .bx-pager{
		position: absolute;
		bottom: 15px !important;
	}
	#registerModel .modal-dialog{
		width: auto;
	}
	#captchimg12 img, #captchimg img{
		/*width: 80%;*/
	}
	#modal-err2 .modal-dialog{
		 width: 90% !important;
	 }
	 .abt-us-sec{
		 margin-top: 160px;
	 }
	 .toll-free-no{
		text-align: center;
	 }
	 .toll-free-no p{
		 margin-bottom: 7px;
		 margin-top: 0px;		 		 
	 }
	 .enter-captch-input{
		 width: auto;
		 margin-top: 15px;
	 }
}

@media only screen and (max-width: 667px) {
   .container{
	   width: 100% !important;
   }
  .slider-section .rfp_link {
		font-size: 12px !important;
		margin-top: 150px;
		width: 100%;
		margin-bottom: 7px;
		background: rgba(69,89,153, 1);
  }
   marquee{
       font-size: 16px !important;
   }
   .content-section{
	   margin-top: 580px;
   }
   .home-rfp-link {}
   .main-header .main-navigation ul{
	   position: absolute;     
		background: #34495e;
		left: 0;
       top: 86px;
    text-align: left;
    width: 100%;
	display: none;
   }
   .xs-rfp-btn a{
	   font-size: 14px !important;
    padding: 10px 25px;
    margin: 10px 0 !important;
   }
   .slider-section {
		margin-top: 100px;
	}
	.rfp_link{
		width: 100%;
	}
	.counters{
		    text-align: center;
			margin: 10px auto;
	}
   nav.main-navigation > ul > li{
	   float: none;
	   margin-right: 0px;	   
	   border-bottom: 1px dashed #fff;
   }
   nav.main-navigation > ul > li:last-child{
	   border-bottom: none;
   }
   nav.main-navigation ul > li.sel a, nav.main-navigation ul > li:hover a{
	   border-radius: 0px;
   }
   .main-header .isds-logo {
	   padding-left: 0px;
   }
   .main-header .isds-logo a{
	   display: inline-block;
   }
   .main-header{
	   height: auto;
   }
	.main-header .isds-logo a img{
		width:100%;
        max-width: 300px;
	} 
	.mobile-nav{
		display: block;		
		background: #f4b04f;
		padding: 6px 16px 0 0;
		text-align:right;
	    position: absolute;
		width: 100%;
		bottom: -12px;
	}
	.mobile-nav	span{
		color: #fff;
		font-size: 20px;
		display:inline-block;
	}
	.mobile-nav	span i{
		color: #fff;
	}
	.slider-content{
	    top: 30px;
	}
	.slider-content h1{
		font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 84px;
	}
	.slider-content p {
		    font-weight: 600;
			font-size: 14px;
			margin-bottom: 2px;
	}
	.slider-section .bx-viewport{
		height: 200px;
	}
	.slider-section .bx-viewport img{
		height: 260px;
	}
	.slider-content a.learnMore{
		padding: 5px 10px;
		font-size: 16px;
		margin-top: 30px;
	}
	.slider-section .bx-wrapper .bx-pager{
		position: absolute;
		bottom: 15px !important;
	}
	.main-footer .col-md-3.col-sm-3.pull-right.text-right{
		float: left !important;
		text-align: left;
	}
	.main-footer ul.ftr-links li{
		padding: 0px 10px;
	}
	.main-footer ul.ftr-links li a{
		font-size: 14px;
	}
	.main-footer p{
		padding-left: 10px;
		font-size: 14px;
	}
	.main-footer p.ftr-hdr{
		padding-left: 0px; 
		font-size: 18px;
	}
	p.heading{
		font-size: 18px;
	}
	p.heading-2{
		font-size: 18px;
	}
	.login-container1.login-bg .gov-in img{
		width: 100%;
	}
	.login-wrap{
		width: 95%;
		border-radius: 3px;
	}
	.login-form .login-content{
		width: 90%;
	}
	.login-content .btn-block{
		width: 100px !important;
	}
	.login-to-ac{
		margin: 0px auto;
	}	 
	#registerModel .modal-dialog{
		width: 95%;
	}
	#registerModel .modal-dialog .modal-header img{
		width: 95%;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	#otp-btn{
		margin-bottom: 5px;
	}
	#registerModel .for-fileUpload{
		margin-bottom: 20px;
	}
	.applicant-addres p{
		width: 93%;
		padding: 0px;
	}
	.g-recaptcha{
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	} 
	 
	 .applicant-addres{
		 margin: 10px 0 3px 0;
	 }
	  
	 #registerModel{
		z-index: 9999; 
	 }
	 #modal-err2 .modal-dialog{
		 width: 95% !important;
	 }
	 .enter-captch-input{
		 margin-top:20px; 
		 padding-left: 0px;
	     width: auto;
	 }
	 .login-container1 .gov-in a img{
		 width: 100%;
	 }
	.abt-us-sec{
		 margin-top: 80px;
	 }	
	 .abt-us-sec .viewDash{
		padding: 10px 8px;
		font-size: 12px;
	 }
	 #head_sbt{
		 margin-bottom: 5px;
		 margin-top: 5px;
	 }
	 #registerModel .close{
		right: 8px;
		top: 5px;	
		font-size: 25px;

	 }
	 .captcha-sec-img{
		 width: 180px !important;
	 }
	 .abt-samarth{
		font-size: 28px;
		margin-top: 50px;		    
	 }
	 .breadcrumb-cust{
		 position: absolute !important;
		top: 128px;
		right: 0;
	 }
	 .breadcrumb-cust ul li{
		 font-size: 15px;
	 }
	 .samarth-tagline{
		 font-size: 18px;
	 }
	 .toll-free-no{
		text-align: center;
	 }
	 .toll-free-no p{
		margin-bottom: 7px;
		margin-top: 0px;
		font-size: 12px !important;	 		 
	 }
	 .captcha-reset{
		width: 180px !important;
	}
	.register-btn{
		margin-top: -5px;
		font-size: 15px;			
		padding: 5px 10px 0px 10px;
	}
	.viewBtnB {
    /* width: 100%; */
    display: inline-block;
    text-align: center;
    margin: 5px 0px !important;
	}
	a.viewDashB{
		color: #fff;
		border: none;
		padding: 3px;
		border-radius: 5px;
		text-align: center;
		transition: all .5s ease;
		background: #3d5790;
		font-size:14px !important;
	}
	.slider-section .bx-controls-direction{
	    display: inline-block;
		position: absolute;
		width: 100%;
		top: 105px;
	}
	.refresh-chaptcha{
		padding-left: 25px !important; 
	}
	#registerModel #err{
		margin-top: 0px;
	}

}
