html {
    scroll-behavior: smooth !important;
  }

  .footerimgs>div {
    width: 100px;
    display: inline-flex;
    height: 50px;
  }

  .footerimgs img {
    height: 50px;
  }

  #program img {
    height: 200px;
  }

  .ptb-80 {
    padding-top: 120px !important;
  }

  .main-menu ul li a {
    font-size: 14px;
  }

  .nivo-main-image {
    height: 100vh;
  }

  .ismobile {
    display: none;
  }
  .isnotmobile {
    display: block;
  }

  .faq-accordion .panel-title a::before {
    content: "";
}

  @media (max-width: 767px) {
    .ismobile {
      display: block;
    }
    .isnotmobile {
      display: none;
    }
    .header-area.home-2 {
        display: flex;
        justify-content: center;
    }
    .nivo-main-image {
      height: auto;
    }
    .ptb-80 {
      padding-top: 40px !important;
    }
    footer {
      text-align: center;
    }
    .home-2 .slide-all {
      top: 40vh;
  }
}