@media (max-width: 576px) {
  .top-header-contact {
    display: none;
  }
  .top-header .hide-icons {
    display: flex;
    width: 100%;
  }
  .top-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* video Player section */
  .hero-title {
    margin-top: 40px !important;
    font-size: 19px !important;
    text-align: center;
  }
  .hero-btn {
    text-align: center;
  }
  .hero-video-patch {
    top: -22px;
  }
  .hero-video-patch {
    position: absolute;
    top: -20px !important;
    left: 0px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .hero-video-patch {
    position: absolute;
    top: -49px;
    left: 0px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .testimonial-slide {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-image img {
    max-width: 100%;
    height: auto;
  }

  .testimonial-text {
    padding: 10px;
  }

  /* Narritive Section  */
  .narritive-sec {
    margin-top: 35px;
  }
}

@media (max-width: 992px) {
  /* video Player section */
  .hero-title {
    margin-top: 110px;
    text-align: center;
  }

  /* Narritive Section  */
  .narritive-card {
    margin-top: 15px;
  }

  /* Testimonial section */
  .children-slider {
    margin-top: 20px;
  }

  /* Foundation Section */
  .vision_mision_title {
    margin-top: 25px;
  }
}

@media (max-width: 1200px) {
  .hero-video-patch {
    position: absolute;
    top: -45px;
    left: 0px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    /* background-color: green !important; */
  }
}

@media (max-width: 1400px) {
  /* video Player section */
  .hero-title {
    font-size: 25px;
  }
  .hero-video-patch {
    position: absolute;
    top: -60px;
    left: 0px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
  }
}

/* xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px */
