/* Apprvode partners page css */

.container .master,
.container .thumbnails {
    margin: auto;
    width: 100%;
    border: 2px solid #ccc;
    padding: 5px;
}

.container .master {
    padding-bottom: 0;
    position: relative;
}

.SimplySysData {
    padding: 20px 0 40px 20px;
}

.container .master img {
    z-index: 1;
    width: 100%;
    height: 99%
}

.container .master .fa-chevron-right {
    right: 5px;
    left: auto;
}

.container .thumbnails {
    overflow: hidden;
}

.thumbnails-container+.container .thumbnails img {
    float: left;
    width: 19.2%;
    outline: 2px solid #bbb;
    /* opacity: .6; */
    cursor: pointer;
    transition: all .6s ease-in-out;
}

.container .thumbnails img:last-child {
    margin-right: 0!important;
}

.container .thumbnails img.active {
    outline: 2px solid #e63946;
    opacity: 1;
}

.imageContent {
    position: absolute;
    top: 50%;
    left: 2.5%;
    transform: translateY(-50%);
    max-width: 340px;
}

.imageSections {
    position: relative;
}

.container .thumbnails {
    border: 0px !important;
}

.container .thumbnails .thumbnailsImages img {
    border-radius: 50%;
    max-width: 130px;
    width: 100%;
    outline: 0;
    padding: 10px;
    margin: 5px auto 0 auto;
}

.container .thumbnails .thumbnailsImages p {
    text-align: center;
    padding-top: 10px;
}

.thumbnailsImages {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imageSections h1.finish-title {
    margin-bottom: 10px;
}

.imageSections p.finish-body {
    margin-bottom: 30px;
}

.finish-title-container img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.imageContent h1.finish-title {
    margin-bottom: 0;
}

.thumbnailsImages_Product {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thumbnailsImages_Product img {
    min-width: 200px;
    outline: 0px !important;
    margin-bottom: 20px;
}


/* thumbnail carousel css  */
/* 
slider css */

slider_proper .thumbnailsImages img {
    max-width: 100px;
    padding: 10px;
    margin: 5px auto 0 auto;
    display: block;
}
.slider_proper .slick-arrow {
    background: transparent;
}

.slider_proper button.slick-prev {
    left: -18px;
}

.slider_proper button.slick-next {
    right: -19px;
}