.home-demo{
    margin-top:35px
}
.sideways {
    margin-top: 50px;
    border: none;
    overflow-y: auto;
    max-height: 525px;
    min-width: 135px;
}
.sideways li{
    border: 1px solid #ccc;
    margin-bottom:14px
}
.sideways li.active{
    border: 1px solid red;
} 
.sideways li a{
    padding:0;
    margin:0px 2px;
}
.sideways li img {
    height: 100px;
    width: 100px;
}
.owl-carousel{
    margin-bottom: 5rem;
}
.owl-carousel .productBigImg{
    padding:15px 15px 0 40px
}
/* .owl-nav{    position: absolute;left: 30%;top: unset;bottom: 10%;} */
.owl-nav {
    position: absolute;
    bottom: 5%;
    display: flex;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 30%;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    left: 40%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    font-size: 40px;
    color: #84afd4;
    width: 40px;
    line-height: 0;
    border-radius: 50px;
    background: #fff;
    border-radius: 50%;
    height: 40px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #84afd4;
    text-decoration: none;
}
.owl-theme .owl-dots{
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateX(-15%);
}
.big-img-text {
    width: 92%;
}
@media (max-width:1280px){
    .owl-carousel .productBigImg {
        padding: 15px 15px 0 60px;
    }

}
@media (max-width: 1200px){
    .big-img-text {
        width: 87%;
    }
}
@media (min-width: 1201px) and (max-width: 1360px) {
    .big-img-text {
        width: 89%;
    }
}
@media (max-width:991px){
    .owl-carousel .productBigImg {
        padding: 15px 15px 0 80px;
    }
    .owl-nav{
        position: absolute;
        left: 40%;
        top: unset;
        bottom: 10%;
    }
    .big-img-text {
        width: 85.3%;
    }
}
@media (max-width: 767px){
    .sideways {
        margin-top: 30px;
        border: none;
        /* justify-content: center; */
        display: flex;
    }
    .home-demo {
        margin-top: 15px;
    }.sideways {
        margin-top: 30px;
        border: none;
    }
    .sideways li {
        border: 1px solid #ccc;
        margin-bottom: 0px;
        margin-right:10px
    }
    .tabsImages{
        width:100%;
    }
    .RightSidepanel {
        padding-left: 1px;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 99%;
    }
    .big-img-text {
        width: 99%;
        right: 5px;
    }
}
@media (max-width: 576px){
    .big-img-text {
        width: 99%;
        right: 3px;
    }
}