/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  
    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 
    
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 479px) { 
.navbar-header {
    background-color: darkgray;
}
   .logoo{
	   
   }
   .footer-02{
	   border-top:1px solid #B0B2B0;
	   border-right:none !important;
	   padding-top:10px
   }
   .footer-03{
	   border-top:1px solid #B0B2B0;
	    padding-top:10px
   }
    .copyright{
        text-align: center;
    }
    .desing{
       text-align: center !important; 
    }
	
	.search{
	background-image:url("images/searchbag2.jpg") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	height:300px;
	
}

.search-box{
	background:#484545;
	opacity: 0.7;
	margin:0px 0px 5px 0px !important;
	border-radius:5px;
	padding: 0px 0px 30px 0px;

}
.search-box h3{
	color:white;
	padding:10px 10px 0px 10px;
}
.form-group input{
	width:80% !important
}
.formgroup{
	width:100% !important;
}

.count-box{
	background:#484545;
	opacity: 0.7;
	margin:0px 0px 10px 0px !important;
	border-radius:5px;
	padding: 0px 0px 0px 0px;

}
    
}