/*@media screen (min-width: 200px) and (max-width: 500px){
.imgclassresponse{
	    margin-left: -10em !important;
    width: 17em !important;
}
}*/

@media screen and (max-width: 500px) and (min-width: 200px){
.imgclassresponse{
	    margin-left: -10em !important;
    width: 17em !important;
}
.phonelogo{
	width: 100% !important;
}
.imgeindex{
 width: 23em !important;
}
/*tr{
	margin-top: 2em;
}*/
.headone{
	    margin-left: -3em;
}

}

@media screen and (max-width: 800px) and (min-width: 768px){
.imgclassresponse{
	       margin-left: -14em !important;
    width: 25em !important;
}
.phonelogo{
	width: 40em !important;
    margin-left: -1em !important;
}
tr{
	margin-top: 2em;
}
}

@media screen and (max-width: 1100px) and (min-width: 1020px){
	.anotherclass{
		margin-left: -7em !important;
	}
	.imgeindex{
		    width: 33em !important;
	}
}

.header-navbar .navbar-menu>li .sub-menu li{
	    background-color: #ffffff !important;
}

.header-navbar .navbar-menu>li .sub-menu li a{
	color: #000 !important;
}