.sgr-slider.v3 .slide {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    color: white;
}
.sgr-slider.v3 .slide .overlay {
    position: absolute;
    height: 75%;
    width: 110%;
}
.sgr-slider.v3 .slide .text-area {
    z-index: 10;
    position: relative;
    padding: 20px;
    font-size: larger;
}
.sgr-slider.v3 .slide .text-area h3 {
    font-size: 1.6rem;
    line-height: 2.3rem;
}
.sgr-slider.v3 .slick-dots {
    bottom: 36px !important;
}
.sgr-slider.v3 .slick-dots li {
    width: 150px;
    height: 10px;
}
@media (max-width: 1200px) {
    .sgr-slider.v3 .slick-dots li {
        width: 100px;
    }
}
@media (max-width: 768px) {
    .sgr-slider.v3 .slick-dots li {
        width: 50px;
    }
}
.sgr-slider.v3 .slick-dots li.slick-active button {
    background: #000 !important;
    height: 13px !important;
}
.sgr-slider.v3 .slick-dots li button {
    background: black;
    width: 100%;
    border-radius: 20px;
    padding: 0 !important;
    height: 3px;
    transition: 0.6s ease;
    content: "";
}
.sgr-slider.v3 .slick-dots li button:before {
    content: "" !important;
}
.sgr-slider.v3 .sgembed {
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 992px) {
    .sgr-slider.v3 .slide .overlay {
        width: 100%;
        height: 110%;
    }
}
@media only screen and (max-width: 576px) {
    .sgr-slider.v3 .slide .overlay {
        height: 90%;
        width: 150%;
    }
    .sgr-slider.v3 .slide .text-area {
        width: 100%;
    }
}
/* upadted css for the slider */
.slick-track {
    display: flex !important;
}
.sgr-slider.v3 .slide {
    height: auto !important;
}
.sgr-slider.v3 .slick-slider {
    height: auto !important;
}
@media only screen and (max-width: 600px) {
    .sgr-slider.v3 .product-box {
        height: auto !important;
        background-position: center;
    }
    .sgr-slider.v3 .slide .container {
        padding-bottom: 70px;
    }
}
.button-block {
    padding-left: 0 !important;
    right: 3%;
    position: absolute;
    z-index: 999999;
    bottom: -12px;
    z-index: 999999;
}
