@media screen and (max-width: 799px) {
  .mainHeading__text {
    padding: 20px;
    margin: 90px 0 40px 0;
  }
   .mainHeading__image {
    height: 480px;
    width: 70%;
    transform: translatey(80px);
    right: -6%;
  }
  #block-tt-health-naccmainmenu .main-menu .menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-menu .menu-level-0 {
    width: 360px;
  }
  .main-menu .submenu .menu-item>.submenu {
    position: relative;
    left: 0;
    top: 5px;
    right: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .listcolumn-w20, .listcolumn-w25 {
    width: 100%;
  }
   .mainHeading__image {
    display: none;
  }
  .mainHeading__text {
    width: 100% !important;
  }
   .columndoc {
    width: 100%;
  }
}
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    /*#block-tt-health-naccmainmenu ul {*/
    /*    display: block;*/
    /*}*/
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /*#block-tt-health-naccmainmenu ul {*/
    /*    display: block;*/
    /*}*/
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .columntop3, .columntop1 {
        text-align: center;
    }
    /*#block-tt-health-naccmainmenu ul {*/
    /*    display: block;*/
    /*}*/
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .columntop3, .columntop1 {
        text-align: center;
    }
    /*#block-tt-health-naccmainmenu ul {*/
    /*    display: block;*/
    /*}*/
    /*#block-tt-health-naccmainmenu a {*/
    /*    padding: 10px;*/
    /*}*/
}