

      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center !important;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      body {
        background: #000;
        color: #000;
      }

      .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
      }

      .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .mySwiper2 {
        height: 500px !important;
        width: 100%;
      }

      .mySwiper {
        border:2px solid #f2f2f2;
        height:60px !important;

        box-sizing: border-box;
        padding:;
      }

      .text-box{

        width:255px!important;
        /*background: black !important;*/
      }

       .text-box h4{
        font-size: 14px;
        font-weight:800;
        margin-top: -22% !important;
        padding: 5px;
       }

      .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
       background: #004d75;

      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
        background:#f5c614 !important;
        /*background:#004d75 !important;*/
      }
      .mySwiper .swiper-slide-thumb-active h4{
        opacity: 1;
        padding-top: 10px;
        color: #fff !important;
        background: none;
        border-bottom:2px solid #004d75 !important;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }