.sgr-slider.v3 h1 {
    color: #ffffff !important;
}
.sgr-slider.v3 h2 {
    color: #ffffff !important;
}
.sgr-slider.v3 h3 {
    color: #ffffff !important;
}
.sgr-slider.v3 h4 {
    color: #ffffff !important;
}
.sgr-slider.v3 .product-box {
    border-radius: 7px;
}
.sgr-slider.v3 .product-box img {
    border-radius: 7px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 11px 23px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 11px 23px 0px rgba(0, 0, 0, 0.65);
}
.sgr-slider.v3 .product-box p {
    z-index: 3;
}
.sgr-slider.v3 .product-box .embed-responsive {
    border: 2px solid #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 11px 23px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 11px 23px 0px rgba(0, 0, 0, 0.65);
}
.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: 30px;
    line-height: 43px;
    color: #ffffff;
}
.sgr-slider.v3 .slide .text-area .h4 {
    color: #ffffff;
}
.sgr-slider.v3 .slide .text-area h4 {
    color: #ffffff;
}
.sgr-slider.v3 .slick-dots li button {
    border-radius: 50px;
}
.sgr-slider.v3 .slick-dots li.slick-active {
    border: 0px !important;
}
.sgr-slider.v3 ul.slick-dots {
    color: rgba(0, 0, 0, 0) !important;
    bottom: 50px;
    z-index: 10;
    padding-left: 15px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 50px;
}
.sgr-slider.v3 li {
    background: none;
    width: 15px;
    height: 15px;
    margin-right: 30px;
}
.sgr-slider.v3 li button {
    padding: 5px;
    width: 40px;
    height: 10px;
    border-radius: 0px;
}
.sgr-slider.v3 li button:before {
    content: "" !important;
}
.sgr-slider.v3 li.slick-active {
    border: none;
}
.sgr-slider.v3 .accessibleBtn-play {
    margin-top: 30px;
}
.sgr-slider.v3 .accessibleBtn-play:after {
    color: #555555;
}
.sgr-slider.v3 .accessibleBtn-play:focus:after {
    color: #fff;
}
.sgr-slider.v3 .accessibleBtn-play:hover:after {
    color: #fff;
}
.sgr-slider.v3 .accessibleBtn-pause {
    margin-top: 30px;
}
.sgr-slider.v3 .accessibleBtn-pause:after {
    color: #555555;
}
.sgr-slider.v3 .accessibleBtn-pause:focus:after {
    color: #fff;
}
.sgr-slider.v3 .accessibleBtn-pause:hover:after {
    color: #fff;
}
.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%;
    }
}
@media only screen and (min-width: 992px) {
    .sgr-slider.v3 .slide .text-area {
        width: 45%;
    }
    .sgr-slider.v3 .slick-slider {
        height: 600px;
    }
}
@media only screen and (min-width: 768px) {
    .sgr-slider.v3 .slide .text-area {
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .sgr-slider.v3 .slide .text-area {
        width: 90%;
    }
}
/* upadted css for the slider */
.sgr-slider.v3.slider_1 .slick-dots li button {
    border-color: white !important;
}

.slick-track {
    display: flex !important;
}

.sgr-slider.v3 .slide {
    height: auto !important;
}
.sgr-slider.v3 .slick-slider {
    height: auto !important;
}
.sgr-slider.v3 .product-box img {
    border-radius: 7px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 11px 23px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 11px 23px 0px rgba(0, 0, 0, 0.65);
}

.slick-dots {
    max-width: 100%;
    display: flex;
    position: absolute !important;
    justify-content: center;
}

@media only screen and (max-width: 1092px) {
    .slick-dots {
        margin-top: 0px !important;
        bottom: 50px !important;
        padding: 0px !important;
    }

    .sgr-slider.v3 .product-box {
        max-width: 100% !important;
    }

    .sgr-slider.v3.slider_1 .slick-dots li.slick-active button {
        border-color: white !important;
        background: white;
    }
}
@media only screen and (max-width: 600px) {
    .product-box {
        height: auto !important;
        background-position: center;
    }

    .slide .container {
        padding-bottom: 70px !important;
    }
}