@media only screen and (max-width: 1023px)
 {
  #slideMenu {
    display: none;
  }

  #slideMenu.active {
    display: block;
  }
#LandingSection .container-fluid {
        padding: 8% 0% 0% 0%;

    }
 .headerNav img{
height: 50px;
margin-left: 25px;
}
.upperHeadSmall .smallBrandImage img{
height: 50px;
margin-top: 15px;
margin-left: 10px;
}
.closebtnCurtain {
font-size: 28px;
cursor: pointer;
position: absolute;
top: 10px;
right: 35px;
color: var(--themeColor);
}
}