#slider{
	width:500px;
	top:100px;
	position:fixed;
}
   
#header1{ 
	width:338px;
	height:520px;
	position:absolute; 
	right:0px; 
	border:1px solid #d8d8d8;
	margin-left:40px;
	padding:20px 40px;
	border-radius:6px;
	box-shadow: 0 0 8px gray;
	     opacity: 12;
    background: #FFF;
}


#sidebar{
	position:absolute;
	top:180px;
	left:113px;
	box-shadow: 0 0 8px gray;
}

#sidebar1{
	position:absolute;
	top:180px;
	left:113px;
	box-shadow: 0 0 8px gray;
}


	
.qut{
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	    border: 2px solid #dbae2f;
}

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

.slide-btn{
	background:#bc3d43;
	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;
}
/*--------------------------------------
		Advertisement div
----------------------------------------*/
.formget{
	width:300px;
	margin-top: 65px;
	margin-left: 57px;
	float: left;
	}
	.slide-name{
		    width: 253px;
    padding: 6px;
        border: 2px solid #dbae2f;
    margin-bottom: 6px;
	}
	.head-side p{
		color: #171515!important;
	}
	.head-side h2{
		    color: #bc3f45!important;
	}
	.head-side h4{
		color: #bc3f45!important;
	}



select option:checked,
select option:hover {
    box-shadow: 0 0 10px 100px #bb3b40 inset!importanty;

   background: #bb3b40 !important;
}

select:focus > option:checked { 
    background: #bb3b40 !important;
color:#fff;
}




    
  