* {
	font-family: roboto;
	box-sizing: border-box;
	margin:0px;
	padding:0px;
}
a{
	outline:none !important;
	text-decoration:none !important;
}
.clear {
	clear: both;
}
.main-wrapper.form-section{
	padding:15px 0 30px;
}
.form-section .form-control{
    border-radius:3px;
	padding:7px 20px;
	height:45px;
}
.form-section textarea.form-control
	resize:none;
}
.form-section .form-group{
	margin-bottom:20px;
}
.main-heading{
	text-shadow:4px 5px 0px #dddede;
	margin-top:0;
}
.main-wrapper.form-section a.home {
    display: block;
    background: #da1515;
    line-height: 14px;
	padding:8px 15px;
    text-align: center;
    border-radius: 15px;
    font-size: 15px;
    color: #fff;
    float: right;
    clear: both;
    box-shadow: 2px 2px 2px 1px #b1b1b1;
	outline:none !important;
}
/*.form-section .btnSubmit{
   border: none;
   color:#fff;
    border-radius: 3px;
    padding: 10px 20px;
    cursor: pointer;
    background: #00b16a;
}*/
.form-section .btnSubmit.reset{
	background:#444;
}
.form-section .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.form-section .inputfile-1 + label {
    color: #ffffff;
    background-color: #415976;
	border-radius:3px;
}
.form-section .inputfile + label {
    max-width: 100%;
    font-size: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 7px 20px;
}
.form-section .inputfile + label {
	width:100%;
}
.form-section .inputfile + label span{
	font-size:16px !important;
	font-weight:100 !important;
}
.form-section .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.form-section .bg-gray{
	 background: #f8fdff;
    padding:10px 20px;
    margin: 20px 0;
    box-shadow: 1px 1px 4px 2px #d8dfe2;
}
.form-section .bg-gray .sub-title{
	margin-bottom:20px;
    color: #008650;
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
    line-height: 25px;
    font-size: 21px;
}
.form-section .bg-gray lable{
    color: #333;
    font-weight: 500;
}
.form-section .bg-gray .radio-inline{
	color:#444;
}
.form-section label{
	padding-left:4px;
}
.form-section .radio-inline{padding-left:24px;}
.form-section .form-control::placeholder {
  color: #555;
  opacity: 1; /* Firefox */
}

.form-section .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #555;
}

.form-section .form-control::-ms-input-placeholder { /* Microsoft Edge */
 color: #555;
}
.date .btn{
	border: none !important;
    outline:0px none !important;
    box-shadow:0 0 0 transparent !important;
}
.date .fa-calendar{
	font-size:20px;
}

.DegreeName{
	padding: 0px 20px;
    width: 130px;
}
.DegreeName h3{
	margin:0px;
	padding: 0;
    font-size: 15px;
}
.DegreeName h3 span{
	background: #fff;
    text-align: center;
    color: #008650;
    padding: 13px 10px;
    border-radius: 4px;
    border: 1px solid #008650;
    width: 100%;
    display: block;
}
.form-group.DegreeName, .form-group.DegreeName ~ .form-group{
	padding:0 0 0 15px;
}
.pt25{padding-top:25px !important;}
.com-sm-text{
	font-size:12px;
	color:#444;
	line-height:16px;
	display:block;
}
.listing-ul{
	list-style: disc;
    margin: 0px;
    padding: 0px 15px;
}
.listing-ul li {
    font-size: 12px;
    line-height: 16px;
    color: #454545;
    padding: 3px 0px;
}
.agreementconfirmBox{
	padding: 12px;
	text-align: center;
	width: 150px;
	margin: 0 auto;
}
.agreementconfirmBox .input-group .input-group-addon{
	background:#5cb85c;
	border-color:#4cae4c;
	color:#fff;
	padding-left:12px;
}
.agreementconfirmBox .input-group .input-group-addon:first-child{
	border-right:1px solid #498c49;
}
.width-auto{width:inherit;}
.dotedInputText{
	border:0px none;
	box-shadow:0 0 0 transparent;
	outline:0px none;
	background:#fff;
	border-bottom:1px dotted #444;
	width:400px;
	margin:7px  2px 0;
	padding:0px 5px;
}
.parentSign{
	line-height:19px;
	color:#444;
	font-size:13px;
}
.btnSubmit{
	background: #ff4546;
    border: 1px solid #e24142;
    font-size: 17px;
    border-radius: 0px;
    box-shadow: 4px 4px 2px 0 #fdb2b2;
	color:#fff;
	transition:all 0.3s ease-in-out;
	outline:0px none;
}
.btnSubmit:hover, .btnSubmit:focus, .btnSubmit:active{
	background: #3e8201;
	border-color:#3e8201;
	color:#fff;
	box-shadow: 4px 4px 2px 0px #c8deb4;
	outline:0px none;
}
.form-section .form-control.d-inline{
	display:inline-block;
	width:175px;
}
.custom-file-upload{
	padding:0 20px;
	display: flex;
}
.custom-file-upload .file-group{
	/* float:left; */
	display: flex;
    justify-content: center;
	padding-right:12px;
}
.custom-file-upload .file-group:last-child{
	padding-right:0px;
}
.custom-file-upload .file-group h4{
	display: flex;
    align-items: center;
}
.custom-file-upload input[type="file"] {
    display: none;
}
.custom-file-upload .custom-file-upload1 {
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 12px;
    font-size: 14px;
    line-height: 17px;
}
.custom-file-upload .custom-file-upload1 small {
    background: #545454;
    padding: 1px 6px 2px;
    color: #fff !important;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    position: relative;
    top: 3px;
    border: 1px solid #c3c3c3;
}
.custom-file-upload .custom-file-upload1.btn-dark-gray{
	background: #6b6b6b;
    border-color: #585858;
	color:#fff;
}

@media (max-width:990px){	

	.DegreeName{width:100%;float:none;clear:both;}
	.DegreeName h3{background:#fff; padding:15px 0; z-index:15; text-align:center;position:relative;}
	.DegreeName h3:after{
		content:" ";
		display:block;
		left:calc(100% - 90%);
		top:28px;
		width:80%;
		height:2px;
		background:#e41d24;
		position:absolute;
		z-index:-1;
	}
	.DegreeName h3 span{
		padding:5px 25px; 
		border-radius:20px;
	}
	.form-section .form-control.d-inline{
		display:inline-block;
		width:50%;
	}
	.custom-file-upload {
		text-align:center;
	}
	.custom-file-upload .file-group{
		float:none;
		display:flex;
	}
	.custom-file-upload .file-group:first-child{
		padding-right:0;
		width:100%;
	}
	.custom-file-upload .file-group:first-child h4{
		margin:0;
	}
	.custom-file-upload .file-group:first-child br{
		display:none;
	}
	.custom-file-upload {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width:768px){	
	.DegreeName{width:100%;float:none;clear:both;}
	.DegreeName h3{background:#fff; padding:15px 0; z-index:15; text-align:center;position:relative;}
	.DegreeName h3:after{
		content:" ";
		display:block;
		left:calc(100% - 90%);
		top:28px;
		width:80%;
		height:2px;
		background:#e41d24;
		position:absolute;
		z-index:-1;
	}
	.DegreeName h3 span {
		padding: 5px 25px;
		width: max-content!important;
		border-radius: 20px;
		margin: 0 auto;
	}
	.form-group.DegreeName, .form-group.DegreeName ~ .form-group{
		padding:0 15px;
	}
	#uploadbtn .col-md-6{
		text-align:center ;
		float:none ;
	}
	#uploadbtn .col-md-6 h4{
		margin-top:0px;
	}
	.dotedInputText{
		width:100%;
		margin:7px 0;
	}
	.parentSign{
		margin-bottom:0;
	}
	.form-section .bg-gray{
		padding:10px 0;
	}
}

@media (max-width:560px){	
	.form-section .form-control.d-inline{
		display:block;
		width:100%;
		margin-bottom:10px;
	}
	.custom-file-upload {
		padding:12px 0;
		background:#fff;
		margin:0px 15px;
		border:2px dashed #666 ;
	}
	.custom-file-upload .file-group {
		float: none;
		display:block;
		width: 100%;
		padding: 0 15px !important;
	}
	.custom-file-upload .file-group .custom-file-upload1 {
		width: 100%;
	}
	.custom-file-upload .file-group .custom-file-upload1 br{
		display:none;
	}
	.custom-file-upload .custom-file-upload1 small{
		top:-1px;
	}
	.main-heading{
		font-size:20px;
	}
}
