
/*Tab Sider CSS*/
.steelSmartLock_slider .caption{
    display: flex;
    flex-direction: column;
}
.steelSmartLock_slider .tab-buttons {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}
.steelSmartLock_slider .tab-buttons button {
    color: #54CA70;
    font-size: 22px;
    line-height: 40px;
    font-family: "Cerebri Sans Pro", Sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-basis: content;
    flex-shrink: 0;
    background: #ffffff;
    border: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    cursor: pointer;            
}
.steelSmartLock_slider .tab-buttons button.active {
    color: #ffffff;
    background-color: #54CA70;
}
.steelSmartLock_slider .tab-main-box{ padding-top: 1.5rem;}
.steelSmartLock_slider .tab-content { display: none;}
.steelSmartLock_slider .tab-content.active {
    display: block;
}
.steelSmartLock_slider .tabImg_part{}
.steelSmartLock_slider .steelSmartLock_header {
    border-bottom: 1px solid #333333;
    margin-bottom: 2rem;
}
.steelSmartLock_slider .steelSmartLock_header p,
.steelSmartLock_slider .steelSmartLock_tag span{
    color: #333333;
    font-family: "Cerebri Sans Pro", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}
.steelSmartLock_slider .steelSmartLock_info{padding-bottom: 35px;}
.steelSmartLock_slider h3 {
    color: #54CA70;
    font-size: 20px;
    font-family: "Cerebri Sans Pro", Sans-serif;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}
.steelSmartLock_slider h4 {
    color: #333333;
    font-size: 20px;
    font-family: "Cerebri Sans Pro", Sans-serif;
    font-weight: 700;
    line-height: 30px;
}
.steelSmartLock_slider p {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    font-family: "Cerebri Sans Pro";
    font-weight: 300;
    letter-spacing: 0.15px;
}
.steelSmartLock_slider .owl-theme .owl-nav [class*=owl-] {
    color: #fff !important;
    font-family: 'LineIcons' !important;
    line-height: 1 !important;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 40px;
    height: 44px;
    background-color: #54CA70 !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    transition: all 0.3s ease-in-out;
}
.steelSmartLock_slider .owl-nav .owl-prev{left: 0px;}
.steelSmartLock_slider .owl-nav .owl-next{right: 0px;}
.steelSmartLock_slider .owl-theme .owl-nav [class*=owl-].disabled{opacity: 0;}
.steelSmartLock_slider .owl-theme .owl-nav [class*=owl-] .ico{display: flex;}
.steelSmartLock_slider .owl-theme .owl-nav [class*=owl-] .ico svg{
    width: 20px;
    height: 20px;
}
.steelSmartLock_slider .owl-dots{margin-top: 50px;}

.steelSmartLock_slider .owl-theme .owl-dots .owl-dot.active span{
    background: #54CA70;
    border-color: #D9D9D9;
}

/* Steel Locker features */
.SteelFetSlider_sec{
    margin: auto;
    position: relative;
    padding-bottom: 30px;
}
.SteelFetSlider_sec .mySteelSwiper .swiper-slide{
    display: flex;
    height: auto;
    transition: transform 0.3s ease;
}
.SteelFetSlider_sec .mySteelSwiper .caption {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    background: #F9F9F9;
    border-radius: 40px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #F9F9F9;
    transition: transform 0.3s ease-in-out;
    padding: 35px;
    margin: 10px;
    position: relative;
}
.SteelFetSlider_sec .mySteelSwiper h2 {
    color: #54CA70;
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 500;
    margin: 1em 0 1.2em;
}
.SteelFetSlider_sec .mySteelSwiper .caption img{
    margin: 0 auto;
}

.SteelFetSlider_sec .mySteelSwiper .swiper-scrollbar {
    left: 0;
    height: 12px;
    background: #fff;
    box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin: 50px auto 1rem;
    cursor: pointer;
}
.SteelFetSlider_sec .mySteelSwiper .swiper-scrollbar-drag {
    width: 0%;
    height: 100%;
    background: #4085E9;
    border-radius: 50px;
    transition: width 0.2s linear;
}
/*Use case Slider*/

.useCase_slider h2{
    color: #54CA70;
    font-family: "Cerebri Sans Pro", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 2.5rem;
}
.useCase_slider p{
    color: #333333;
    font-family: "Cerebri Sans Pro", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.useCase_slider .owl-theme .owl-nav [class*=owl-] {
    color: #fff !important;
    font-family: 'LineIcons' !important;
    line-height: 1 !important;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 40px;
    height: 44px;
    background-color: #54CA70 !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    transition: all 0.3s ease-in-out;
}
.useCase_slider .owl-theme .owl-nav [class*=owl-].disabled{opacity: 0;}
.useCase_slider .owl-theme .owl-nav [class*=owl-] .ico{display: flex;}
.useCase_slider .owl-theme .owl-nav [class*=owl-] .ico svg{
    width: 20px;
    height: 20px;
}
.useCase_slider .owl-dots{margin-top: 50px;}
.useCase_slider .owl-theme .owl-dots .owl-dot,
.steelSmartLock_slider .owl-theme .owl-dots .owl-dot{
    background: none !important;
    border: none !important;
    width: auto;
    height: auto;
}
.useCase_slider .owl-theme .owl-dots .owl-dot span,
.steelSmartLock_slider .owl-theme .owl-dots .owl-dot span{
    width: 20px;
    height: 20px;
    background: #869791;
    border: 5px solid #869791;
    border-radius: 50%;
    margin: 0;
}
.useCase_slider .owl-theme .owl-dots .owl-dot.active span{
    background: #54CA70;
    border-color: #D9D9D9;
}

@media (min-width: 1024px){
    .SteelFetSlider_sec .mySteelSwiper .swiper-scrollbar {
        width: 35em; /* Fixed width */
    }
}
@media only screen and (max-width: 991.98px) {
    .SteelFetSlider_sec .mySteelSwiper .caption{margin: 5px;}
    .SteelFetSlider_sec .mySteelSwiper .swiper-scrollbar {
        width: 35em; /* Fixed width */
    }
}
@media only screen and (max-width: 767px) {
    .steelSmartLock_slider .tabImg_part,
    .useCase_slider .tabImg_part{
        margin-bottom: 2rem;
    }
    .useCase_slider h2{
        font-size: 30px;
        list-style: 40px;
    }
    .SteelFetSlider_sec .mySteelSwiper .swiper-scrollbar {
        width: 25em; /* Fixed width */
    }
}

@media only screen and (max-width: 640.98px) {
    .steelSmartLock_slider .tab-buttons, .steelSmartLock_slider .tab-main-box {
        display: contents;
    }
    .steelSmartLock_slider .tab-buttons button + button{margin-top: 1.5rem;}
    .steelSmartLock_slider .tab-content{padding: 1rem 0;}
}