.inner-banner{
    display:none !important;
}
.navbar-collapse .navbar-nav .nav-item:nth-child(6) > a::after,
.navbar-collapse .navbar-nav .nav-item:nth-child(7) > a::after {
    display: none !important;
}
@media only screen and (max-width:768px){
    .navbar.bg-light{
    background-color: #fff !important;
}
#top-banner {
  display: block !important;
}
}

.testimonial_home {
  background: url(https://d2tl9ctlpnidkn.cloudfront.net/jyssignsa/images/contentimages/images/testimonial_background.jpg) fixed no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 550px;
}
.testimonial_home {
    position: relative;
    z-index: 1;
}

.testimonial_home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* darkness control */
    z-index: -1;
}
@media (max-width: 1024px) {
  .container{
      max-width:100%;
  }}
  .home_page_body #main-content {
  display: none;
}