.prof-box {
    width: 75%;
}

@media (max-width:650px) {
    .prof-box {
        width: 92%;
    }

    .banner.style-1 {
        background-position: 67% 100%;
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    left:  20px;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    /* cursor: se-resize; */
    background: #25D366;
    /* display: none; */
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    
}

.carousel-control-next,
.carousel-control-prev {
    border: 0;
    background: none;
}

.swiper {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 66px;
    height: fit-content;
    /* background-color: #ffffff; */
}

.gallery-side {
    background-position: center;
    background-size: cover;
    width: 300px;
    /* height: 300px; */
}

.gallery-side img {
    display: block;
    width: 100%;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #08959a;
}

.select-product {
    width: 48%;
}

.select-product select {
    /* width: 100%; */
    height: 40px;
    border: 1px solid #f6f9fb;
    color: #555555;
    outline: none;
    -webkit-appearance: none;
    z-index: 1;
    background: transparent;
    padding-left: 20px;
    font-size: 14px;

}

.cover-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
}

.cover-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}