@media only screen and (max-width: 1000px) {
    .header-main .container{
        max-width:100%!important;
    }
  }
  @media only screen and (max-width: 980px) {
  header .top-header {
      display:none
  }
   .header-main .row label span {
              width: 30px;
              height: 3px;
              background: #000;
              display: block;
              margin-bottom: 4px;
          }
  
          .header-main .row #hamburger+label+ul {
                  position: absolute;
              display: flex;
              flex-direction: column;
              background: #fff;
              width: 100%;
              top: -600px ;
              left: 0;
              z-index: 4;
              border-bottom-left-radius: 5px;
              border-bottom-right-radius: 5px;
              padding: 10px 25px;
              align-items: flex-start!important;
          }
  
          .header-main .row label {
              cursor: pointer;
              background: none;
              border: none;
              display: flex;
              flex-direction: column;
              justify-content: center;
              margin-bottom: 0;
          }
  
          .header-main .row #hamburger:checked+label+ul {
                  top: calc(100%) ;
          }
  
          .header-main .menu .submenu {
              width: 100%;
              position: relative;
              height: 0;
          }
  
          .header-main .menu .has-submenu:hover .submenu {
              height: inherit;
              transform: none;
          }
  }

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

  h3.banner-title{
    font-size: 50px;
}
.section__title,.header-title{
    font-size:33px!important;
}
.section__title + p{
    margin:0 0 25px
}
.main.home section:not(.hero-section) {
    padding: 25px 0!important;
}
section.footer-bottom p{
    margin:0;
    font-size:16px;
}
section.footer-bottom {
    padding:15px 0;
}
section.footer .row-a>div{
    margin-bottom: 30px;
}
section.footer .row-a h3{
    margin-bottom: 15px;
}
  }