@media (max-width: 1399.98px) and (max-height: 560px){
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  *{}



.slideImg {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}

  #header .hiddenSection{
  	/* max-width: 1055px; */
  }
}

/*@media (max-width: 1024px) and (min-width: 992px) {

#home.playingVideo .appLayout {
    margin-top: 18em!important;
}
}*/
@media (min-width: 992px) and (max-height: 781px) {}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	  #header .hiddenSection{
  		max-width: 915px;
  }
  	  #header .hiddenSection .hamBurger{
  		right: 35px;
  }
  #header .nav li a{
  	padding: .3em .1em;
  }
}

@media screen and (max-width: 1500px), screen and (max-height: 900px) {
  .bannerText {
    max-width: 100%;
    margin: 2em 0 0 auto;
  }

  .mainSlider .swiper-slide .slideCaption h2 {
    font-size: 3em;
  }
  .navbar-nav .nav-item .nav-link{
    font-size: 1em; 
  }

}


@media screen and (min-width: 992px){
    #navbarResponsive {
      width: 50%;
      justify-content: flex-end;
      margin-right: 4em;
  }
}


@media screen and (max-width: 1200px){
  .gadgetItem .itemContent h5{
    font-size: 2em;
  }

}