.type_text3{
    	margin-top: 10px;
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:5px;
	border:3px solid #98d0f1;
}
.type_text5{
    	margin-top: 10px;
	padding:6px;
	width:106%;
	font-size:15px;
	border-radius:5px;
	border:3px solid #98d0f1;
}
	.type_text4{
        padding:6px;
	font-size:15px;
	border-radius:5px;
	border:3px solid #98d0f1;
	margin-top: 10px;
	height:80px;
	width:100%;
	}
	.captcha1 {
		width: 236px;
		height: 20px;
		margin-bottom: 10px;
		padding: 5px;
	}

#slider{
	width:500px;
	top:80px;
	position:fixed;
}
   
#header{ 
	width:260px;
	height:auto;
	position:absolute; 
	right:0px; 
	border:1px solid #d8d8d8;
	margin-left:40px;
	padding:20px 40px;
	border-radius:3px;
	box-shadow: 0 0 8px gray;
        background:rgba(22, 210, 55, 0.71);
}


#sidebar{
	position:absolute;
	top:160px;
	left:123px;
        cursor:pointer;
}

#sidebar1{
	position:absolute;
	top:160px;
	left:123px;
        cursor:pointer;
	
}




.text{ 
	margin-top: 10px;
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
}




	
.select{
	margin-top: 10px;
	padding:6px;
	width:106%;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
}

.textarea{
	padding:6px;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
	margin-top: 10px;
	height:80px;
	width:100%;
}	

button{
	background:#2bc1f2;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 22px;
	font-weight: bolder;
	padding: 8px 0 8px 0;
	border-radius: 3px;
	cursor: pointer;
	margin-top:25px;
}

@media only screen and (min-width:320px) and (max-width:759px)
{
#qukcont
{
margin-top:0px !important;
}
.type_text4 {
    padding: 4px;
}

.type_text3 {
    padding: 4px;
}
.type_text5 {
    padding: 4px;
    width: 106%;
}
#header
{
padding: 5px 40px;
}
#slider
{
top:40px !important;
}
}