
 .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    height: 200px;
    width: 620px;
    text-align: center;
    font-size: 18px;
    background: #f8fafc;

    /* 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;
    opacity: 0.8;
    border-radius:8px 8px;
  }

  #MainOpportunityHotel {
    position: relative;
    z-index: 0;
  }

 #MainOpportunityHotel h6{
    position: absolute;
    bottom: 2%;
    left:50%;
    transform: translate(-50%,-50%);
    color:#fff;
    width: 100%;


  }

  #MainOpportunityHotel .Image-Box{
   width: 200px;
   height: 180px;
   background-color: black;
   border-radius:8px 8px;

  }


  @media only screen and (max-width: 680px) {

      #MainOpportunityHotel h1 {
        color:#122264;
        font-size: 1.1em !important;
        padding-top: 15px;
      }

  }


  /* ------------------  SLIDER TWO ------------------------- */

