@media screen and (max-width: 420px) {

	html, body {
    width: 100%;
    height: 100%;
    font-family: 'open sans','sans-serif';
}

	.head{
	height: 110px;
	width: 100%;
	background-color: #fff;
	position: relative;
	}
	.head a{
		text-decoration: none;
	}
	.navbars{
		display: none;
		position: fixed;
    /* bottom: 0px; */
    /* width: 100%; */
    background-color: #F1F1F1;
    height: max-content;
    z-index: 99;
    /* width: 150px; */
    right: 0px;
    top: 25px;
    height: 250px;
	}
	#navbar ul li{
		float: none;

	}
	#navbar span{
		    display: inline-block;
    		padding: 10px 25px;
    		color: black;
    		position: absolute;
    		right: 0px;
    		margin-top: 0px;
	}
	.head img{
		width: 100%;
    	height: 100%;
	}
	.navbutton {
	display: inline-block;
      position: fixed;
    /* top: 10px; */
    right: 10px;
    width: 40px;
    height: 40px;
    /* background-color: #000; */
    /* border: solid 0px rgba(17, 96, 137, 1); */
    cursor: pointer;
    padding: 5px;
    z-index: 999;

}
.navbutton img{
	width: 100%;
	height: 100%;
}
.slider{
	margin-top: 42.5px;
	height: 200px;
}
.slide{
	/* height: 0% !important; */
}
 .et_pb_row .et_pb_row_1{
 	padding: 10px !important;
 }
 .about {
    width: 100%;
    padding: 5px;
}
.about h2{
text-align: center;
}
.p{
	padding: 0px !important;
}
.navbars ul{
	margin-top: 0px;
	float: none;
	text-align: center;
}
.navbars ul li a{
	 padding: 10px;
}
.a{
	padding-top: 80px !important;
	margin-top: 0;
}
.contact div input,textarea{
	width: 90%;
}
.contactus {
	padding: 0px;
	margin: 0;
}
.contact div {
	text-align: center;
	}
	.sub-butn{
		width: 90%;
	}
	.dropdown-content{
		position: relative;
	background-color: transparent;
		box-shadow: none;
	}

.dropdown-content a{
	display: block;

	width: 100%;
	padding-left: 30px !important;
}	
.navbars ul{
	width: 100%;
}
.dropdown-content a:hover  {
	display: none;
}
.video{
	width: auto !important;
	height: 250px !important;
}
.top{
	    height: 72px;

}
.top span{
	    margin: 40px 0 0 0 ;
}
.navbars>.ogmlogo{
	display: block;
}

}