
body {
    position: relative;
    height: 100%;
  }
  
  body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  }
  
  .swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
   /* margin-top:0px; */
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 500px !important;
    object-fit: cover;
  }




  @media (max-width: 991.98px) {
    .nav-tabs:not(.flex-column, .flex-sm-column, .flex-md-column, .flex-xl-column).flex-lg-column {
        border-bottom: 1px solid #d7dee3;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

  }


  @media (max-width:768.99px) {
    .swiper-slide img {
      display: block;
      width: 100%;
      height: auto !important;
      object-fit: cover;
    }
  
  }