    .slider-wrapper {
           max-width: 100%;
          padding-left: 5px;
          padding-right: 0px;
          padding-top: 0px;
          padding-bottom: 5px;
          border-radius: 3px;
    }

    i {
        display: inline-block;
    }

    img {
        width: 50%;
        height: 50%
    }
    
    .slider.slick-slider{
        height: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .slider.slick-slider .slick-list{
        height: 100%;
    }

     i img {
        height: 100%;
        object-fit: cover;
    }
    .sliderbg{
        width: 20%;
        height: 55px;
        border-left: 1px solid var(--main);
        width: 100px;
        font-size: 11px;
        border-radius: 5px;
        margin-bottom: 5px;
        box-shadow: 2px;
    }
    .slider a{
         color: #fff;
    }
        .slider{
            text-align: center !important;
        }
        .sliderbg:hover{
            background-color: #126e51;
        }


.mrq{
    overflow: hidden;
    color: #E935ED !important;
    background: #ffffff;
    border-radius: 5px;
    /* margin: -10px; */
    margin-left: -10px;
    margin-right: -10px;
    font-size: 15px;
	padding: 4px;
	border-left: 2px solid #e935ed;
	border-right: 2px solid #e935ed;
}
.footer-bs {
    background-color: #126e51;
	color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}