/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [CAROUSELS]
        (CENTER ALIGNED SLICK SLIDER)

    [MEDIA QUERIES]

*/


/* [CAROUSELS] --------------------------------------------------- */

#banner {
    position: relative;
    padding: 0!important;
}
#banner .slick-slide > img{ width:100%; }
#banner .slick-slide .sliderContent .btn-primary{ color: #0A1950;
    background: #fff;
    font-weight: 600;
    border-radius: 50px; margin-top:40px; }
#banner .slick-slide .sliderContent .btn-primary:hover{ border:1px solid #fff; background: transparent; }
#banner .slick-slide .sliderContent .btn-primary:hover span{ color: #fff; }
#banner .slick-slide .sliderContent .btn-primary span{ color: #0A1950; margin-left:10px; transition:.3s linear; }
#banner .slick-slide .sliderContent .btn-primary:hover span{ transform: translateX(5px); transition:.3s linear; }


.carousel-inner img {
    margin: 0 auto;
}

.carousel-indicators li, .carousel-indicators li.active {
    margin:  0.06rem  0.25rem;
}

 

.carousel-control.left,
.carousel-control.right {
    background: none;
    width: 20%;
    min-width:  3.13rem;
}

.carousel-control .fa {
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}



.carousel-control-prev .fa,
.carousel-control-next .fa {
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}


/* (CENTER ALIGNED SLICK SLIDER) */

#banner .center {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
}

    #banner .center .slick-current img {
        opacity: 1;
    }

#banner .slider {
    margin: 0;
    padding-top: 0;
}

#banner .center img {
    opacity: 0.4;
    transition: all 300ms ease;
}

#banner .content {
    margin: auto;
    padding:  1.25rem 2.5rem;
    width: auto;
}

#banner .slick-slide {
    padding: 0;
}

#banner .slick-next:before,
#banner .slick-prev:before {
    font-size:  3.13rem;
}

#banner .slick-prev,
#banner .slick-next {
    background: none !important;
}

#banner .slick-dots {
    bottom:  0.63rem;
}

    #banner .slick-dots li {
        width:  0.94rem;
        height:  0.94rem;
    }

        #banner .slick-dots li button {
            width:  0.94rem;
            height:  0.94rem;
            color: #fff;
            background: #fff;
            border-radius: 50%;
        }

            #banner .slick-dots li button:before {
                width:  0.94rem;
                height:  0.94rem;
                color: #fff;
            }

        #banner .slick-dots li.slick-active button {
            color: #000;
            background: #000;
        }

            #banner .slick-dots li.slick-active button:before {
                color: #000;
            }

/* (CENTER ALIGNED SLICK SLIDER) END */

/* [CAROUSELS] END --------------------------------------------------- */




/* [MEDIA QUERIES] --------------------------------------------------- */


@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0;
    }
}
@media screen and (max-width:575.98px) {
    .carousel-indicators li, .carousel-indicators li.active {
        height: 0.31rem;
        width: 0.31rem;
    }
}

@media screen and (max-width:767.98px) {
    #banner .slick-dots {
        display: none;
    }
    .carousel-control-prev .fa,
    .carousel-control-next .fa {
        font-size: 1.5rem;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
    }
    .productsliderbs4 .slick-prev,
    .productsliderbs4 .slick-next {
        display: none !important;
    }
}


/* [MEDIA QUERIES] END --------------------------------------------------- */
