

.cg-slider-section{

    .inner {position: relative;}

     .img-wrap img{border-radius: 20px;
        @media(max-width:991px){border-radius: 10px;}
    }

    .slick-dots {position: absolute;bottom: 22px;left: 0;right: 0;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;z-index: 1;

        @media(max-width:991px){bottom: 0px;}

        li {display: inline-block;margin: 0 4px;padding: 0;

            button {padding: 0;width: 20px;height: 20px;border-radius: 50%;background-color: transparent;opacity: 1;border: none;text-indent: -9999px;cursor: pointer; background: #FFF;
                
                @media(max-width:991px){width: 10px;height: 10px;}
            }

        }

        li.slick-active button {opacity: 1;background: #C61E25;}

    }

}