@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	
	
.navbar-brand img  {
	max-height: 89px;
    background-color: white;
    padding: 10px;
    margin: 0px 0px 0px 15px;
    border-radius: 9px;
    transition: 0.5s;
	
}	
	
#Mainbg {
  
    height: 350px;
    background-size: 100%, 100%;
    margin-top: -22px;
    background-position: center;
}
#Mainbg img{
width:100%; margin-top:-25px; object-fit: cover;
height: 350px;
}

#SubMainbg {
  
    height: 230px;
    background-size: 100%, 100%;
    margin-top: -22px;
    background-position: center;
}
#SubMainbg img{
width:100%; margin-top:-25px; object-fit: cover;
height: 230px;
}

.container {
	background-color: white !Important;
    margin: auto !Important;
    margin-top: 10px !Important;
    padding: 80px !Important;
}


}