@charset "UTF-8";

@media only screen and (max-width: 2502px) and (min-width:1601px) {

}

@media only screen and (max-width: 1600px) and (min-width: 1200px){

}

@media only screen and (min-width: 1200px) {

}
@media only screen and (max-width: 1210px) {

}
@media only screen and (max-width: 1100px) {
  .download-content img{
    width: 99px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){

}

@media only screen and (min-width: 980px) {

}

@media only screen and (max-width: 992px) {
  .navbar{
    background: transparent !important;
  }
  .navbar .navbar-brand {
      margin-top: 0px;
  }
  .navbar {
      height: inherit;
  }
  .hero-content-left{
    margin-top: 25px;
  }
  .hero-content-left h1{
    font-size: 28px;
    line-height: 1.2;
  }
  .flex-end-md{
    align-items: flex-end;
  }
  .align-item-center-md {
      align-items: center;
  }
  .main-menu ul{
    margin-top: 20px;
  }
  form div[class*='col-']:not(:last-of-type){
    margin-bottom: 0 !important;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -300px;
    width: 300px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 0.5rem;
    overflow-y: auto;
    visibility: hidden;
    background: #fff;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
    align-items: start;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
  }
  .navbar-collapse.show {
      left: 0;
      visibility: visible;
  }
  .nav-sign-up{
    background-color: transparent
  }
  .nav-sign-up a{
    background-color: #ffae00 !important;
    display: inline-block;
    padding: 10px 30px !important;
    border-radius: 50px !important;
  }
  .bg-transparent ul li a{
    color: #000;
  }
  .main-menu ul li{display: inherit;}
  .main-menu ul>li a{font-size: 16px;}
}

@media only screen and (max-width: 991px) and (min-width: 768px){

}

@media only screen and (max-width: 1000px) and (min-width: 576px){
  .modal-dialog{
    max-width: 90%;
  }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
  .about-content-right{
    text-align: center;
  }
  .video-slide{
    min-height: 300px;
  }
  .modal-left{
    display: none;
  }
  .hero-section{
    background: none !important;
  }
  .hero-section:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: url('../img/app-hero-bg.jpg')no-repeat center center / cover;
    top: 0;
    left: 0;
  }
  .hero-section:before{
    height: 80%;
    z-index: 1;
  }
  .bottom-img-absolute{
    bottom: 18%;
    z-index: 1;
  }
}

@media only screen and (max-width: 568px) {
  .hero-content-left{
    margin-top: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .video-slide{min-height: 280px;}
  .copyright-text{padding: 0 30px;}
  .about-content-right{
    padding: 0 3.5rem;
    text-align: center;
  }
  footer .list-unstyled{
    padding-right: 50px;
  }
}


@media only screen and (max-width: 320px) {

}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 767px)
and (orientation : landscape) {


}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (orientation : landscape) {

}
