.swiper-slide img{
    width: 100%;
    height: 535px;
}
.tt .swiper-slide img{
    height: 50px;
}
.swiper-button-next,
.swiper-button-prev{
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #000 !important;
    fill: black !important;
    stroke: black !important;
}
.swiper-button-next {
    right: 10px;
    left: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 10px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: 800;
}

#tabs{
	background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
    font-size: 16px;
    font-weight: 400;
}
.nav-tabs {
    border: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    border: 1px solid #dee2e6;
}
.nav-tabs .nav-link.active {
    color: #1DBF73;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 16px;
    font-weight: 400;
}

.vrmedia-gallery {
    position: relative;
    width: 100%;
    margin: 1rem auto;
    margin-top: 0;
    background: white;
    padding: 20px;
    /* box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; */
    border-radius: 8px;
    backdrop-filter: opacity(0.5);
}
  .vrmedia-gallery img {
     object-fit: cover;
    width: 100%;

  }
  .lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 88px;
    max-width: 100%;
}
  .vrmedia-gallery .lSGallery {
    display: inline-flex;
  }
  .vrmedia-gallery .lSGallery li {
    border-radius: none;
    height: 88px;
  }
  .vrmedia-gallery .lSGallery li.active {
    border: none;
  }
  .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    height: 40vh;
}
.ecommerce-gallery li img{
    height: 40vh;
}
.pckg{
    border: 1px solid #dee2e6;
    padding: 0;
}
.pckg nav{
    width: 100%;

}
#nav-tab{
    width: 100%;
}

#nav-tab.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: none;
    background-color: #FAFAFA;
    padding-right: 0px;
    margin-right: 0px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    text-align: center !important;
}
#nav-tab.nav-tabs .nav-link:nth-child(2){
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
#nav-tab.nav-tabs .nav-link:hover{
   background-color: #FAFAFA;

}
#nav-tab.nav-tabs .nav-item {
    margin-bottom: 0px;
}
.whats_have li i{
    font-size: 16px;
}
.whats_have li i.ok{
    color: #007b5e;
}
#goToNextSlide,#goToPrevSlide{
    background-color: #ffffff;
    border: none;
    outline: none;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
}
#goToPrevSlide{
    position: absolute;
    left: 0;
    top: 35%;
    transform: translateY(-35%);
}
#goToNextSlide{
    position: absolute;
    right: 0;
    top: 35%;
    transform: translateY(-35%);
}
@media(max-width:598px){
    .lSSlideOuter .lSPager.lSGallery img {
        display: none;

    }
    .lSSlideOuter .lSPager.lSGallery {
        width: 50% !important;
        margin-left: 75%;
        transform: translateX(-75%) !important;
    }
    .lSSlideOuter .lSPager.lSGallery li, .lSSlideOuter .lSPager.lSGallery li:hover {
        width: 10px !important;
        height: 10px !important;
        border-radius: 50%;
        background-color: #74767e;
    }
    .lSSlideOuter .lSPager.lSGallery li.active{
        background-color: #1dbf73;
    }

    .vrmedia-gallery {
        margin: 0;
    }
    section.middle {
        padding: 0px 0 50px;
    }
    .mb_nw {
        padding-left: 9%;
        padding-right: 9%;
    }
}
@media (max-width:423px){
    .lSSlideOuter .lSPager.lSGallery {
        width: 50% !important;
        margin-left: 70%;
        transform: translateX(-70%) !important;
    }
}

.blg_grid_thumb img.img-fluid{
    width: 100%;
    height: 245px !important;
    object-fit: cover;
}
.pckg_mob{
    border: 1px solid #dee2e6;
    padding: 0;
}

@media (max-width:423px){
    .small_screen_details{
     margin-top: 500px;
    }
 }

 @media (min-width:992px){
    .pckg_mob{
        display: none;
    }
 }
 @media (max-width:991px){
    .pckg{
        display: none;
    }
 }
