/* Enter Your Custom CSS Here */

.surah-meaning {
	font-size: 20px;
	color: #37e4fb;
}

.rspn-hdr {
    margin-top: 0 !important;
}

.theme-taqwa .style2 .topbar .scl1,
.theme-taqwa .style1 .topbar .scl1 {
    float: unset !important;
}

/* Responsiveness */

@media screen and (max-width: 480px) {
	
	header.style1 {
		position: relative !important;
	}
    
    header.style2,
		header.style1{
			display: inherit !important;
					z-index: 1;
		}

		header.style2 .logo-inf-sec,
		header.style1 .logo-inf-sec,
		header.style2 .menu-sec,
		header.style1 .logo-menu-sec {
			display: none !important;
		}
	
	header.style1 .topbar {
    background-color: #3d3c3b !important;
}
	
	.quiz-template-sidebar #nav_menu-2 {
			display: none;
		}
	
	header.style1 .topbar {
		background-color: #37e4fb;
	}
	
	.topbar ul.tp-lnks {
			display: none;
	}
	
}