.heade{
	font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-size: 72px;
line-height: 80px;
/* or 111% */

letter-spacing: 2px;
text-transform: uppercase;
}
.selecyed{
color:green;
}
.headei{
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bfooter ul li{
	    float: left;
    list-style: none;
    margin-right: 10px;
}

.bfooter ul{
	margin: 0 auto;
	margin-left:-36px;
    display: inline-flex;
}
.bfooter ul li a{
	color:#333;
}
.bfooter p{
	float: left;
    width: 100%;
}
.dn{
	    color: #4E2D86;
    font-size: 40px;
    /* text-decoration: underline; */
    letter-spacing: 10px;
	font-weight:900;
}
form > button {
            -webkit-appearance: none;
            cursor: pointer;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            padding: 1rem 2rem;
            border: none;
           background-color: #4E2D86;
			color: #fff;
			text-transform: none;
			display: block;
			margin: 20px auto;
			font-size: 1em;
			border-radius: 8px;
        }
		.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

        ul {
            margin-left: 2rem;
        }

        input {
            background-color: transparent;
            border: none;
            border-radius: 0;
            outline: none;
            width: 100%;
            line-height: normal;
            font-size: 1em;
            padding: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            margin: 0;
            color: rgba(0, 0, 0, 0.72);
            background-position: center bottom, center calc(100% - 1px);
            background-repeat: no-repeat;
            background-size: 0 2px, 100% 1px;
            -webkit-transition: background 0s ease-out 0s;
            -o-transition: background 0s ease-out 0s;
            transition: background 0s ease-out 0s;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#2196f3), to(#2196f3)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
            background-image: -webkit-linear-gradient(#2196f3, #2196f3), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
            background-image: -o-linear-gradient(#2196f3, #2196f3), -o-linear-gradient(#d9d9d9, #d9d9d9);
            background-image: linear-gradient(#2196f3, #2196f3), linear-gradient(#d9d9d9, #d9d9d9);
            height: 2.4em;
        }

        input:focus {
            background-size: 100% 2px, 100% 1px;
            outline: 0 none;
            -webkit-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
            border-bottom: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

     
		.image-uploader input[type="file"] {
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.box {
    min-height: 10rem;
   border: 1px dashed #4E2D86;
    background: #F9FFF9;
    position: relative;
	    padding: 32px 10px;
}
.image-uploader .uploaded {
    padding: 0.5rem;
    line-height: 0;
}
.image-uploader .upload-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.image-uploader .upload-text span {
    display: block;
}  
#form-example-1{
	padding:30px 100px 0px;
}
.input-field .active{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
 .input-field .active span{
	color:#4E2D86;
}
@media screen and (max-width: 500px) {

	#form-example-1{
		padding:30px 10px 0px!important;
	}
	.headei{
		
		font-size: 35px!important;
		line-height: 40px!important;
	   
	}
	.dn{
		letter-spacing:5px!important;
	}
}