
input[type="submit"]{ border:none; background:#212c62; color:#FFFFFF;  font-size:17px;  
font-family: 'Roboto Condensed', sans-serif; font-weight:400; margin:8px 15px; 
padding:5px 15px; float:right; border-radius:2px; }

input[type="text"],select{ border:none;  font-size:14px;  
font-family: 'Roboto Condensed', sans-serif; font-weight:400; margin:5px 5px; 
padding:5px 5px; border-radius:2px; border:solid 1px #e7e7e7; }

input[type="text1"]{ border:none;   font-size:14px;  
font-family: 'Roboto Condensed', sans-serif; font-weight:400; margin:5px 5px; 
padding:5px 5px; border-radius:2px; width:400px; border:solid 1px #e7e7e7;  }

input[type="text-left"]{ border:none;   font-size:14px;  
font-family: 'Roboto Condensed', sans-serif; font-weight:400; margin:5px 5px; 
padding:5px 5px; border-radius:2px; width:220px; border:solid 1px #e7e7e7;  }

select[type="dropdown"]{ border:none; font-size:14px;  
font-family: 'Roboto Condensed', sans-serif; font-weight:400; margin:5px 5px; 
padding:5px 5px; border-radius:2px; border:solid 1px #e7e7e7;   }

textarea{ border:none;  font-size:14px;  
font-family: 'Roboto Condensed', sans-serif; font-weight:400; margin:5px 5px; 
padding:5px 5px; border-radius:2px; box-shadow: inset 1px 1px 2px #6d6e6d;  }


.name{float:left; width:49%;}
.study-from{width:770px;}
.students-msg{width:590px;}
.country{float:left; width:22%; margin-right:2px;}
.courses{float:left; width:42%;}
.type{float:left; width:35%;}
.w3{width:250px;}

@media only screen and (max-width: 800px){
.name{float:left; width:90%;}
.study-from{width:100%;}
.students-msg{width:250px;}
.country{float:left; width:100%; margin-right:2px;}
.courses{float:left; width:100%}
.type{float:left; width:100%;}
.w3{width:350px;}
}

@media only screen and (max-width: 640px) and (min-width: 380px) {
.name{float:left; width:90%;}
.study-from{width:100%;}
.students-msg{width:250px;}
.country{float:left; width:100%; margin-right:2px;}
.courses{float:left; width:100%}
.type{float:left; width:100%;}
.w3{width:350px;}
}

@media only screen and (max-width: 480px){
.name{float:left; width:90%;}
.study-from{width:100%;}
.students-msg{width:250px;}
.country{float:left; width:100%; margin-right:2px;}
.courses{float:left; width:100%}
.type{float:left; width:100%;}
.w3{width:215px;}

}

