@charset "utf-8";
/* CSS Document */

/*#footer {
    background-color:#222222;
	width:100%; height:50px;
}*/

.row{
	margin-right:15px;
	margin-left:15px;
}

<!--------------------form style---------------------------->
.form{	width:40%;
											padding-top:15px;
											margin-top:15px;
											padding:15px 10px;
											padding-bottom:15px;
											background-color:#ececec;}
											
.form h3{
	font-size: 1.9em;
				margin-bottom: 0.2em;
											color:#09454a;
											padding:10px;
											border-bottom:4px solid #188f7c;
											text-transform:uppercase;}											
									
input{	
border:1px solid #c9bfb6;
width:66%;
height:35px;
margin:0 10px;
padding:5px;
margin-top:7px;
border-radius:5px;
}	
input:focus{
	border:1px solid #20c5ff;
}

h5{
text-align: center;
font-weight: 600;
}

h4{
background-color: #024492;
padding: 10px;
text-align: center;
font-weight: 600;
color:white;
}

tbody{
	background-color:#c5c5c5;
}

thead{
	background-color:#c5c5c5;
}

.input1{	

border:1px solid #c9bfb6;
width:66%;
height:35px;
margin:0 10px;
padding:5px;
margin-top:7px;
border-radius:5px;}	

.input2{	

border:1px solid #c9bfb6;
width:66%;
height:120px;
margin:0 10px;
padding:5px;
margin-top:7px;
border-radius:5px;}	


input[id="btnSub"]{
background-color:#a3a3a3;
width:18%;
color:white;
border:1px solid #FFF;
border-radius:5px;
cursor:pointer;}

input[id="btnSub"]:hover{	background-color:#333333;}	
<!--------------------------------------------------------->


.col-sm-4 img:hover{ color:#993;}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
   color:#336633;
    /* background-color:red; */
padding:10px 20px;

}

.col-xs-3{ border:dotted 1px; height:270px;}

.navbar{ background-color:#024492; border:none;}

.navbar-nav { float:right;} 

@media only screen and (min-width: 320px) and (max-width: 767px) {
	
	.navbar-nav { 
		float:none;}
	
	.col-xs-3{
		width:45% !important; height:300px;}

	.img-fluid{
		width:100%;
	}

	.col-lg-6{
		margin-bottom: 10px;
	}

	.col-lg-3{
		margin-bottom: 10px;
	}

	.col-lg-4{
		margin-bottom: 10px;
	}

.left {
	margin-left:-50px;
}

input{	
	width:85%;
}

textarea{
	width:85%!important;
}

#verif_box{
	width:230px!important;
}

input[id="btnSub"]{
	width:35%!important;
}
}