.slider-main-container {
flex-wrap:wrap;
display: flex;

width: 80%;

margin-left: auto;

margin-right: auto;

position: relative;

height: 100%;

padding:12px;

/* background-color: #eaeaea; */
}

.slider-left-slider, .slider-right-slider {
	width:48%;
	position: relative;
}

.slider-right-bottom1 , .slider-right-bottom2 {
	width:50%;
	position: relative;
}

.slider-right-bottom2 {
	margin-left: 1%;
}

.slider-main-container picture {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	right: 0;
	bottom:0;
	top:0;
}


.slider-main-container a {
	color: #fff;
	background: rgb(84,98,32);
	background: linear-gradient(90deg, rgba(84,98,32,1) 0%, rgba(105,119,52,1) 35%, rgba(116,134,48,1) 100%);
	position: absolute;
	right: 0;
	/* left: 0; */
	top: 6px;
	text-align: center;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	/* border-radius: 32px; */
	width: 77px;
	/* display: block; */
	box-shadow: 0px 1px 20px 2px #00000073;
}

.slider-main-container a:hover {
	color: #fff;
	
}


.slider-right-top {
	height: 48%;
	    margin-left: 1%;
    margin-bottom: 1%;
	position: relative;
}


.slider-right-bottom {
	height: 51%;
	margin-left: 1%;
    display: flex;
}

.half-shadow {
	   
    position: absolute;
    /* z-index: 0; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

a.quran-outside {
    right: 156px;
    width: 144px;
}

a.quran-inside {
    width: 136px;
    right: 10px;
}

 


#rev_slider_home li {
    background: url('/css/sliderbgw.jpg');
}


@media (max-width:600px) {
	.slider-main-container,.slider-left-slider, .slider-right-slider ,.slider-right-top, .slider-right-bottom ,.slider-right-bottom1 , .slider-right-bottom2 {
		width: 100%;
		
	}
	
	.slider-right-bottom, .slider-right-top {
		margin-left: 0px; 
		margin-top: 1%;
	}
	
}

