@media only screen and (max-width: 915px){
.top-head{
height: 50px;
overflow: hidden;
}
.navbar-brand{
background-image: url("../assets/images/logo_full.png");
background-size: 100px;
background-repeat: no-repeat;
display: block;
width: 100px;
height: 30px;
}
.right-side-top-head{
justify-content: flex-end;
min-width: 150px;
margin-right: 10px;
padding: 0;
}
.nav-menu{
display: flex;
flex-direction: row;
align-items: flex-start;
position: fixed;
width: 100vw;
height: 100vh;
z-index: 999;
transition: 0.3s ease-in;
}
.closed-nav-menu{
transform: translateX(-100%);
}
.nav-menu-content{
position: absolute;
display: inline-block;
background-color: var(--background-color);
height: 100%;
width: 200px;
z-index: 1000;
}
.nav-menu-content-close{
width: 100%;
padding: 10px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
background-color: rgba(0,0,0,0);
border: none;
outline: none;
}
.nav-menu-list ul li{
margin: 10px 0;
}
.nav-menu-list-a{
text-decoration: none;
color: grey;
padding: 10px;
}
.nav-menu-cta{
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(0,0,0,0.1);
border-radius: 5px;
padding: 5px 10px;
color: grey;
margin: 10px;
}
.nav-menu-cta-red{
background-color: var(--primary-color);
color: var(--background-color);
}
.nav-menu-close{
position: absolute;
display: inline-block;
background-color: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
transition: 1s ease-in;
}
.nav-menu-close-fade{
opacity:0;
}
.cart-btn{
font-size: 1em;
padding: 5px 10px;
}
.menu-btn{
display: inline-block;
}
.left-side-top-head{
margin-left: 0px;
min-width: 150px;
}
.right-side-top-head a{
display: none;
}
.thr-btn[title="Notifications"]{
display: none;
}
.container-fluid{
height: 25px;
width: auto;
margin-top: 0;
border-radius: 0 0 0 0;
}
.select-loc{
display: none;
}
.sel-loc-head{
font-size: 0.9em;
}
.location-show-select{
padding-top: 5px;
font-size: 0.7em;
}
.sr-th-ico{
display: none;
font-size: 1.5em;
}
.thr-btn[title="Login"]{
display: none;
}
.hero-landing{
flex-direction: column;
align-items: center;
padding: 0;
}
.footer-bottom{
flex-direction: column;
}
}



  /* Responsive Styles */
  @media (max-width: 768px) {
    .hero-landing {
      flex-direction: column;
      align-items: flex-start;
background-image: none;
background-color: var(--background-color);
    }

    .hl1 {
      max-width: 100%;
      margin: 20px 20px 0;
    }
.hl1 h1{
font-size: 2em;
text-shadow: none;
color: grey;
}
.hl1 p{
display: none;
}
#search-dropdown{
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;;
}
.aao{
width: 100%;
}
.aao[name="sex"]{
width: 48%;
}
.aao[name="age"]{
width: 47%;
}
    .th-search {
      width: 90vw;
margin: 0;
    }
button[type="submit"]{
width: 30%;
}
    .search div {
     flex-direction: column;
}

  }
  
 @media (max-width: 336px) {
.aao[name="sex"]{
width: 100%;
}
.aao[name="age"]{
width: 100%;
}
}
