@media screen and (max-width: 1300px) {
  .banner-wrap .content{
    padding-left: 50%;
  }
}

@media screen and (max-width: 1099px) {
  .banner-wrap .content{
    padding-left: 40%;\
  }
}

@media screen and (max-width: 992px) {
  .nav-menu .menu-item a{
    font-size: 15px;
    padding: 10px 15px;
    margin: 0;
  }
  .banner-wrap .content{
    padding-left: 0%;
  }
  .banner-wrap .content h1{
    font-size: 70px;
  }
  .banner-wrap .content h1 span{
    font-size: 100px;
  }
  .banner-wrap .content p{
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .banner-wrap{
    /* min-height: 150vw; */
  }
  .desktop-menu{
    display: none;
  }
  .mobile-menu-wrap{
    display: block;
  }
  .sub-nav{
    position: unset;
    text-align: unset;
    margin-top: unset;
  }
  #primary-menu li.menu-item.dropdown{
    display: unset;
  }
  .footer-wrap{
        padding: 60px 0 20px;
  }
  .footer-logo{
        margin-bottom: 30px;
  }
  .copy-right-wrap p{
    margin-top: 15px;
  }
  .banner-wrap .content h1 span{
    font-size: 80px;
  }
  .banner-wrap .content h1{
    font-size: 60px;
  }
  .hamburger {
    display: inline-block;
  }
  .nav-menu {
    background: #fff;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translatey(-100%);
    text-align: center;
  }
  .menu-active .nav-menu {
    transform: translatey(0%);
    opacity: 1;
  }
  .nav-menu .menu-item a {
    font-size: 20px;
    margin: 8px;
  }
  .sub-nav {
    position: relative;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
}

@media screen and (max-width: 580px) {
  .footer-logo img{
    max-width: 150px;
  }
  .trial_cta_button {
    padding: 1em 3em 1em 4em;
  }
  .mobile-menu-wrap .inner-wrap .logo img{
    max-width: 140px;
  }
  #menuToggle{
    left: 30px;
  }
  .banner-wrap{
    padding: 70px 2%;
  }
  .banner-wrap .content span{
    font-size: 22px;
  }
  .banner-wrap .content h1{
    font-size: 50px;
  }
  .banner-wrap .content h1 span{
    font-size: 66px;
  }
}