@media screen and (max-width: 768px) {
    .wbs_slider_container {
            position: relative;
            margin-top: 30px !important;
    }

}

@media screen and (min-width: 769px) {
    .wbs_slider_container {
            position: relative;
            margin-top: 0px !important;
    }

    .banner-2-container {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .wbs_slider_container img{
        object-fit: fill !important;          
    }
}

.wbs_slider_container img{
    object-fit: cover;
    object-position: center;
    height: 525px;
    border-radius: 0px;
}



.wbs_slider_container .owl-prev{
    left: 0;
    top: 48%;
    font-size: 120px !important;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .wbs_slider_container .owl-next {
        right: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wbs_slider_container .owl-next {
        right: 1%;
    }
}

@media screen and (min-width: 992px) {
    .wbs_slider_container .owl-next {
        right: -32%;
    }
}


.wbs_slider_container .owl-next {
    top: 48%;
    font-size: 120px !important;
    position: absolute;
}



@media screen and (max-width: 768px) {

    .wbs_slider_container .owl-dots {
        bottom: -58%;
        position: absolute;
        text-align: center;
        width: 100%;
    }

}

@media screen and (min-width: 769px) {

    .wbs_slider_container .owl-dots {
        display: none;
    }

}

  .owl-theme .owl-nav [class*='owl-']:hover {
      background: none;
      color: #FFF;
      text-decoration: none; }
  
  
  
  img.home-page-row2-img {
    width: 600px;
    height: 300px;
}

@media screen and (max-width: 768px) {
     img.home-page-row2-img {
    width: 100%;
    height: auto;
     object-fit: contain; 
     object-position: center; 
}
    
}
  img.home-page-row1-img {
    width: auto;
    height: 100%;
}

@media screen and (max-width: 768px) {

    img.home-page-row1-img {
        width: auto;
        height: 100%;
        /* object-fit: contain;  */
        object-position: center; 
    }
    
}


@media screen and (max-width: 768px) {
    .wbs_slider_container .owl-theme .owl-nav {
        margin-top: 0px;
    }

    .wbs_slider_container .owl-nav {
        margin: 0px 0px;
    }
}


.wbs_slider_container .owl-nav button {
    background: #ffffffa3 !important;
    /* backdrop-filter: blur(10px); */
    width: 40px;
    height: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wbs_slider_container .owl-nav button.owl-prev span {
    color: #035C56;
    font-size: 40px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 1;
    position: relative;
}

.wbs_slider_container .owl-nav button.owl-next span {
    color: #035C56;
    font-size: 40px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 1;
    position: relative;
}

