/* media */
@media screen and (max-width:750px)
{



.jtext{
	padding: 20px;
    font-size: 2.5rem;
    font-weight: 350;
    line-height: 1.2;
}

/* Nav */

/* Style the links inside the navigation bar */
.navbar .ncontent {
  padding: 9px 15px;
  font-size: 13px;
}




#surahlist {
    	text-align:center;
		padding: 10px;
		direction: rtl;
}

.surahlist {
    padding: 10px 20px 10px 20px;
	background-color: #F1F1F0;
	width: 60px;
	display:inline-block;
	margin: 6px;
	font-size: 1.3rem;
    font-weight: 150;
    line-height: 1.0;
}

.surahname {
  padding: 12px;
  font-weight: 70;
}

.sno {
	font-size: 2.2rem;
	display:inline-block;
}

.sname {
	font-size: 2.8rem;
}

.ayat {
	font-size: 1.4rem;
}

.text {
	padding: 25px 20px 0px 0px;
	font-size: 1.6rem;

}

.aya {
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 1.2rem;
}

.tag {
	font-size: 0.8rem;
}

.tarjuma {
	padding-right: 21px;
	padding-left: 21px;
	font-size: 0.9rem;
    line-height: 1.6;
    font-family: 'nastliq';
	font-weight: normal;
	font-style: normal;
}

.surnav {

	font-size: 1.0rem;
    font-weight: 150;
    line-height: 1.1;
    font-family: 'amiri', serif;
}

.surah-body {
	padding: 10px;
}

.modal-title {
	font-size: 2.5rem;
    font-weight: 150;
    line-height: 1.0;
}

.close {
  position: absolute;
  left: 22px;
  top: 22px;
  width: 22px;
  height: 22px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
  cursor: pointer;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.closebtn {
  padding: 8px 15px;
  font-size: 10px;
  margin: 4px 2px;
}

.savebtn {
  padding: 8px 15px;
  font-size: 10px;
  margin: 4px 2px;
}

.modalheading {
  font-size: 15px;
  width: 90%;
  margin: 5%;
  padding-top: 6px;
}

.tagarea {
  font-size: 14px;
}

.notesarea {
  margin: 3%;
  width: 90%;
  height: 80px;
  padding: 8px 12px;
  font-size: 14px;
}
.searcharea {
  font-size: 14px;
}
}