


@media only screen and (min-width: 280px) and (max-width: 767px) 
{
.top-section{
	display: none !important;
}


.menu-brand{
  display: block !important;
}

.logo-logo img{
  width: 100%;
  margin:0px 0px 0px 0px !important;
  padding:10px 0px 10px 0px;
 
}

.navbar-nav
{
	width:100%;
	float:left;
	
}

.navbar-collapse
{
	width: 100% !important;
}

.logo-right
{
	display: none;
}

.dropdown{
	width: 100%;
}


.dropdown-menu
{
	width: 100% !important;
}

.menu-brand{
	color: #fff !important;
}


.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 21px !important;
}

.slider-section
{
  width:100%;
  float:left ;  
  margin-top: 0px !important; 
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px !important;
}


.dp-responsive{
  width: 100% !important;
  float: left;
  padding:10px 10px 10px 10px !important;
}

.login-group-buttons{
 
  margin: 0px auto !important;
  padding: 0px;  
  width:60% ;
  clear: both;
 
}

.carousel-inner .item
{
  height:300px !important;
  overflow: hidden; !important;
  
}

.carousel-inner .item img
{
  
  
  margin: 0px 0px 0px 0px !important;
  width:90% !important;
  border: 1px solid red;
  

}



}