/* Custom Css*/
* {
  font-family: 'Marvel', sans-serif;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none !important;
}
body, html { overflow-x:hidden; }

@font-face {
  font-family:web2_b;
  src: url("../fonts/web2_b.otf"),
  url("../fonts/web2_b.ttf") format("opentype");
}

/*.header {
  background-image: url(../images/headImage.jpg);
  height: 700px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
 
}
*/
.header .header-content {
  padding-top: 40px;
}

.header .form-control.searchInput {
  padding: 30px !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  font-size: 22px;
  border-radius: 60px;
  margin-top: 30px;
}

.navbar{
  background-color: #ffd220 !important;
  padding: 0px;
  z-index: 1;
 

}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px 20px;
  font-size: 20px;
  color: #000 !important;
  text-transform: uppercase;
   line-height: 50px;
   font-weight: 700;


}
.navi.mr-auto,.navi.mx-auto{
margin-right: 60px;
    margin-left: 60px;
}

.navbar-expand-lg .navbar-nav .active, .navbar-expand-lg .navbar-nav .active .nav-link {
  background-color: #343435 !important;
  color: #fff !important;
 }

.container {
  max-width: 1200px !important;
}

.content {
  padding: 40px 0px;
  background-color: #d1d3d4;
}

.light .content {
  padding: 40px 0px;
  background-color: #d1d3d4;
}

.dark .content {
  padding: 40px 0px;
  background-color: #333;
}

.footer {
  width: 100%;
  background-color: #282c2f;
}

.footer .line {
  background-color: #ffd220;
  width: 100%;
  height: 15px;
}

.footer .footer-content {
  padding: 30px 0px;
}

.footer .footer-content .footer-menu li {
  list-style: none;
  line-height: 40px;
}

.footer .footer-content .footer-menu li a {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
}

.footer .footer-content .detail-menu li {
  margin-top: 15px;
}

.footer .footer-content .detail-menu .fa {
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #33383b;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  margin-right: 20px;
}

.footer .footer-content .detail-menu .detail {
  display: inline-block;
  color: #fff;
  font-size: 17px;
}

.footer .footer-content .social-menu li {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #34383b;
  text-align: center;
}

.footer .footer-content .social-menu li a,.footer .footer-content .social-menu li .fa {
  line-height: 40px;
  color: #fff;
}

.footer .footer-content .footer-title {
  font-size: 24px !important;
  color: #fff;
}

.footer .footer-content .footer-content {
  font-size: 16px;
  color: #fff;
  display: block;
}

p.developed-text{
  color: #ffffff;
  font-size: 16px;
  text-align: right !important;
}
p.developed-text a{
  color: #ffd220;
  text-align: right !important;
}
.footer-bottom ul li{
  display: inline-block;
}
.footer .footer-bottom .fa{
  
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffd220 !important;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  margin-right: 20px;
  color: #000 ;
}
/* Homepage Content Design CSS */
.content .box-menu {
  width: 100%;
  margin-left: 25px;
}
  .nav-tabs .nav-item {
      font-size: 24px;
  }
.content .box-menu li{
    display: inline-block;
    width: 24%;
    padding: 30px 40px;
    background-color: #343435;
    text-align: center;
}

.content .box-menu li:hover, .content .box-menu li.active {
  background-color: #7c7e7f;
}

.content .box-menu li:first-child {
  border-radius: 120px 0px 0px 120px;
}

.content .box-menu li:last-child {
  border-radius: 0px 120px 120px 0px;
}

.content .box-menu li a {
  display: block;
}

.tab-content{
    padding-bottom: 0px;
  }

.content .box-menu li .title {
  color: #fff;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}
/* Surah box CSS */
.readQuranLink .number span {
  color: #fff !important;
}
/* Read Quran CSS */
.surah-box {
  background-color: #ffd220;
  border-radius: 30px;
  padding: 20px;
  width: 90%;
  margin-top: 10px;
  direction: rtl;
  margin-right: 15px;
}

.surah-box .number {
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  background-color: #343435;
  margin-right: -80%;
  margin-top: 30%;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
}

.surah-box .number span {
  display: block;
  transform: rotate(-45deg);
  font-family: calibri;
}

.surah-box h1 {
  font-size: 45px;
  text-align: right;
  margin-bottom: 0px !important;
}

.surah-box .detail {
  text-align: right;
  font-size: 20px;
  font-family: web2_b !important;
}

.surah-box .play {
  padding-top: 15%;
}

.page-item .page-link {
  color: #232323;
  font-size: 18px !important;
  font-weight: 800;
}

.page-item.disabled .page-link {
  /*border-radius: x20px;*/
    border: 1px solid #DEE2E6;

}

.page-item.active .page-link {
background-color: #ffff;
    color: #232323;
   
    font-weight: 800;
    margin-left: 0px;
    border: 1px solid #DEE2E6;
}
/* About */
.about-content {
  margin: 100px 0px;
}

.about-content .heading {
  font-size: 55px;
  padding: 20px;
  background-color: #343434;
  color: #ffd220;
  display: inline;
  text-transform: uppercase;
}

.about-content .content {
  font-size: 19px;
}

.about-content .emailBtn {
  background-color: #ffd220;
  padding: 20px;
  font-size: 30px;
  color: #343434;
}

.readQuranLink * {
  color: initial !important;
  text-decoration: none;
}

.readQuranLink *:hover {
  color: initial !important;
  text-decoration: none;
}

.readQuranLink .number span {
  color: #fff !important;
}
/* Read Quran CSS */
.read-quran-heading {
  background-color: #ffd220;
  padding: 10px 20px;
  width: 100%;
  font-size: 60px;
  color: #343435;
}

.read-quran-options {
  padding: 20px 0px;
  border-bottom: 1px solid #343434;
}

.read-quran-options .title {
  color: #232323;
  font-size: 20px;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 9px;
  border-radius: 5px;
  background: #333333;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fcd025;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fcd025;
  cursor: pointer;
}

.ayaat-box {
  height: 1094px;
  background-color: #fff;
  overflow-y: auto;
  padding: 0px;
}

.surah-name-box {
  padding: 50px;
  font-size: 70px;
  background-image: url(../images/image_name.jpg);
  background-size: cover;
  color: #fad41b;
  text-shadow: 5px 0 3px #000;
  text-align: center;
}

.ayaat-box .box {
  padding: 30px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.ayaat-box .box .numbers {
  font-size: 20px;
  font-weight: 800;
}

.ayaat-box .box .ayat {
  font-size: 24px;
  font-weight: 800;
  text-align: right;
}

.share-btn {
  font-size: 20px;
}

.translation-box {
  padding: 5px 0px;
  width: 100%;
  font-size: 18px;
  padding: 15px 0px;
}

.translation-box.rtl {
  text-align: right;
}

.translation-box.ltl {
  text-align: left;
}

.btn.btn-secondary {
  border-radius: 0px !important;
  background-color: #c0c0c0 !important;
  color: #232323;
  border-color: transparent !important;
}

.tafseer-box .btn-link {
  font-size: 20px;
}

.hide {
  display: none;
}

.prayer-left img {
  float: left;
}

.prayer-center {
  background-color: #ffffff;
  width: 960px;
  height: 141px;
}

.prayer-right img {
  float: right;
}

.tafseer-box .card-header {
  border-radius: 0px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-radio {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-radio:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 1px;
  background-color: #333;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider-radio {
  background-color: #fad41b;
}

input:focus+.slider-radio {
  box-shadow: 0 0 1px #fad41b;
}

input:checked+.slider-radio:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider-radio.round {
  border-radius: 34px;
}

.slider-radio.round:before {
  border-radius: 50%;
}

.radio-box {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #232323;
  cursor: pointer;
}

.radio-box.active {
  border: 3px solid #fad41b;
}

.juzBox {
  text-align: center;
  padding: 0px 20px;
  display: block;
  text-decoration: none;
}

.juzBox h2 {
  padding: 4px 0px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #373737;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  margin-bottom: 0px;
}

.juzBox h2 .number {
  padding: 4px 24px;
  background-color: #fad41b;
  border-radius: 20px;
  margin-left: 10px;
}

.juzBox .juz_name_box {
  background-color: #fdd31f;
  padding-top: 20px;
  border-radius: 30px 30px 0px 0px;
  font-size: 40px;
  color: #232323;
  padding-bottom: 0px;
  text-align: center;
}

.juzBox .juz_name_box .bottom {
  background-color: #343434;
  padding: 5px;
  color: #fff;
  border-radius: 30px 30px 0px 0px;
  text-align: center;
  font-size: 19px;
  font-family: web2_b !important;
}

.language-mb {
  width: 25%;
  margin-top: 20px;
}

.langBox {
  font-size: 60px;
  background-color: #ffd21a;
  /*font-family: web2_b !important;*/
  color: #343434;
  border: 7px solid #343434;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  display: block;
  font: bold;
}

.langBox:hover {
  color: #232323 !important;
}

.languageList {
  width: 100%;
  height: 250px;
  border: 1px solid #c0c0c0;
  overflow-y: auto;
  margin-top: 10px;
}

.languageList ul {
  padding-left: 0px;
}

.languageList ul li {
  list-style-type: none;
  padding: 10px 20px;
  font-size: 18px;
  background-color: #f1f1f1;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}

.languageList ul li.active, .languageList ul li:hover {
  background-color: #ffd21a;
  color: #232323;
  cursor: pointer;
}

.tafseerList {
  width: 100%;
  height: 600px;
  border: 1px solid #c0c0c0;
  overflow-y: auto;
  margin-top: 10px;
}

.tafseerList ul {
  padding-left: 0px;
}

.tafseerList ul li {
  list-style-type: none;
  padding: 10px 20px;
  font-size: 18px;
  background-color: #f1f1f1;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}

.tafseerList ul li a {
  color: #232323;
  display: block;
}

.tafseerList ul li.active, .tafseerList ul li:hover {
  background-color: #ffd21a;
  color: #232323;
  cursor: pointer;
}

.tafseerBox {
  background-color: #ffd21a;
  color: #343434;
  border: 4px solid #343434;
  text-align: left;
  width: 100%;
  padding: 10px;
  display: block;
  font: bold;
}

.search-control {
  padding: 10px 20px;
  border-radius: 0px !important;
  height: auto !important;
}

.search-btn {
  background-color: #ffd21a;
  color: #141414;
  padding: 8px 30px;
  border-radius: 0px !important;
}
/*About Us*/
.about-title-heading {
  background: #343435;
  max-width: 460px;
  margin-top: 100px;
}

.about-title-heading h1 {
  color: #ffd220;
  text-align: center;
  padding: 10px 0px;
  text-transform: uppercase;
}

.about-description p {
  margin: 30px 0px;
  font-size: 24px;
}

.email-send-btn {
  background: #ffd220;
  padding: 15px 50px;
  color: #343435;
  border: none;
  font-weight: bold;
}

.about-img img {
  margin-top: 40px;
}

.surah-pagination {
  max-width: 1000px;
  margin: 0 auto;
}

.juz-pagination {
  max-width: 200px;
  margin: 0px auto;
}


/*End About us*/
/*All Country*/
.box-section .all-countries .countries-title {
  background: #343435;
  text-align: center;
  max-width: 700px;
  margin: 20px auto 20px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
}
.country-row{margin-top:20px;}

.country-row .country-col{
  width: 100%;
}
.country-row .country-col p{
  font-size: 14px;
}
.country-list {
  margin-bottom: 30px;
}

.country-left img {
  float: left;
  height: 60px;
}

.country-center {
  background-color: #ffffff;
  height: 60px;
  width: 780px;
}

.country-center h1 {
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
  display: block;
  font-weight: 800;
}

.country-right img {
  float: right;
  height: 60px;
}

.asia-row {
  display: flex;
  justify-content: center;
}

.asia-left img {
  float: left;
  height: 44px;
}

.asia-center {
  background-color: #343435;
  height: 44px;
  text-align: center;
  padding: 0px 15px;
}

.asia-right img {
  float: right;
  height: 44px;
}

.box-section .all-countries .asia-center h3 {
  color: #ffffff;
  padding: 5px 0px;
}

.box-section .all-countries-list {
  display: grid;
  grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
  margin-top: 30px;
}

.box-section .all-countries-list p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.box-section .all-countries-list p img {
  padding-right: 10px;
}

h1.cities-heading {
  font-size: 24px;
  color: #000000 !important;
  font-weight: 800;
}

img.search-img {
  float: left;
  height: 60px;
}

.box-section .all-countries .search-cities input[type=text] {
  background-color: #ffd220 !important;
  font-size: 20px;
    padding: 15px 0px 15px 30px;
    text-align: left !important;
  
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: none;
  width: 250px;
  font-weight: bold;
  color: #000000 !important;
  margin-bottom: 0px;
  outline: none;
}

/*All Country Completed*/
/* Start CSS All City Page */
.box-section .all-cities .all-cities-title {
  background: #343435;
  text-align: center;
  margin: 50px auto;
  padding: 0px 0px;
  border-radius: 50px;
  max-width: 750px;
}

.box-section .all-cities .all-cities-title h1 {
  padding: 10px 0px;
  background-image: url(../images/conact-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}

.box-section .all-cities .all-cities-title span img {
  position: absolute;
  left: 85px;
  top: 70px;
}

.states {
  margin-top: 30px;
}

.box-section .all-cities .search-cities input[type=text] {
  background-color: #ffd220 !important;
  font-size: 24px;
  padding: 12px 0px;
  width: 250px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: none;
  font-weight: bold;
  color: #000000 !important;
  margin-bottom: 0px;
  outline: none;
}

.box-section .all-cities .cities-col-1 {
  margin-bottom: 20px;
  box-sizing: border-box;
}

.cities-col-1 h4 {
  margin-bottom: 20px;
}

.cities-col-1 h4 a {
  font-size: 24px;
  color: #0056b3 !important;
  /*text-decoration: underline !important;*/
  font-weight: 900;
}

.box-section .all-cities .cities-col-1 p {
  font-size: 20px;
  color: #000000 !important;
}

.box-section .all-cities .pagination-list {
  margin: 30px auto;
  max-width: 800px;
}

/*.box-section .all-cities .pagination-list ul li a.page-link1 {
  margin: 0px 5px;
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  background: #343435;
  border-radius: 20px;
  color: #fff;
}*/

/*.box-section .all-cities .pagination-list ul li a.page-link {
  margin-left: 5px;
  border: 1px solid #343435;
  border-radius: 40px;
  color: #343435;
}*/

/*.box-section .all-cities .pagination-list ul li a.page-previous {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  background: #ffd220;
  border-radius: 20px;
  color: #343435;
  margin: 0px 5px;
}*/

.cities {
  margin-top: 30px;
}

.page-link:hover {
  background: none;
  border: none;
}


/* END All City Page Css */
/*Contact Us Page start*/
.box-section .contact-us .contact-us-title {
  max-width: 770px;
  background: #585859;
  border-radius: 40px;
  margin: 50px auto;
}

.contact-row {
  display: flex;
  justify-content: center;
}

.contact-left img {
  float: left;
  height: 100px;
}

.contact-center {
  background-color: #ffffff;
  width: 580px;
  height: 100px;
  text-align: center;
}

.contact-right img {
  float: right;
  height: 100px;
}

h1.contact-address {
  line-height: 100px;
  font-size: 50px;
  font-weight: 800;
}

.box-section .contact-us .icon {
  font-size: 30px;
  color: #000000 !important;
  float: left;
  position: relative;
  top: 20px;
  border: 5px solid #585859;
  padding: 24px 30px;
  border-radius: 50%;
  background: #ffd220;
  right: 10px;
}

.box-section .contact-us .content h3 {
  color: #000000 !important;
  font-size: 30px;
  font-weight: 800;
}

.box-section .contact-us .content p {
  color: #000000 !important;
  font-size: 20px;
  font-weight: 800;
}

input[type=text], input[type=email] {
  padding: 30px 0px;
  text-align: center;
  margin-bottom: 10px;
}

.submit-class {
  margin-top: 30px;
}

.btn-submit {
  background: #ffd220;
  padding: 15px 50px;
  border: 2px solid #000;
  border-radius: 10px;
}

.box-section .contact-us .contact-form {
  padding:30px 0px;

}

/*PRAYER TIME*/
.box-section .prayer-times .prayer-times-title {
  margin: 50px auto 10px;
  color: #fff;
  max-width: 650px;
}

.box-section .prayer-times .prayer-times-title h1 {
  margin-bottom: 0px;
}

.box-section .prayer-times span.prayer {
  background: #ffd220;
  padding: 0px 12px 15px 0px;
}

.box-section .prayer-times span.prayer img {
  margin-left: -30px;
}

.box-section .prayer-times span.time-karachi {
  background: #343435;
  padding: 0px 10px 15px;
}

.box-section .prayer-times .other-country-title {
  margin: 0 auto;
  background: #ffffff;
  margin-left: 20px;
  padding: 5px 0px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  width: 200px;
}

.time-prayer {
  margin-top: 80px;
  padding: 0px 200px;
}

.box-section .all-time h4.fajar {
  background-color: #ffd220;
  padding: 1px 3px;
  width: 81px;
  text-align: center;
  margin-left: 60px;
  font-size: 20px;
  border-bottom-right-radius: 5px;
  margin-top: -30px;
}

.box-section .all-time .fajar-times {
  background-color: #343435;
  padding: 1px 3px;
  width: 81px;
  text-align: center;
  margin-left: 60px;
  font-size: 20px;
  border-bottom-right-radius: 5px;
  margin-top: -7px;
  color: #ffffff;
}
 
/*Quaran CSS START*/
.box-section .quran-page .quran-title h1 {
  margin-top: 60px;
  text-align: center;
  border-radius: 20px;
  max-width: 790px;
  background: #343435;
  padding: 10px 0px;
  color: #ffd220;
  text-transform: uppercase;
  border-radius: 10px;
}

.box-section .quran-page .quran-1 {
  margin-left: 0px;
}

.box-section .quran-page span.juzz {
  background: #343435;
  color: #ffd220 !important;
  padding: 5px 12px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 800;
  font-size: 20px;
}

.box-section .quran-page .col-sm-2 {
  padding: 0px;
}

.scrol {
  overflow-y: scroll;
  float: left;
  height: 630px;
}

.box-section .quran-page span.meem {
  font-size: 20px;
  background: #ffd220;
  padding: 5px 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #000000 !important;
  font-weight: 800;
  margin-left: -5px;
}

.box-section .quran-page .font-setting {
  margin-top: 60px;
}

.box-section .quran-page .font-setting p {
  font-weight: 600;
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 1px;
}

.scrol-menu-para p {
  background: #ffff;
  height: 100px;
  padding-right: 20px;
  padding-top: 20px;
  margin-left: 30px;
}

.scrol-menu-para h3 {
  text-align: left;
  margin-left: 30px;
  font-size: 20px;
}
/*Quran css completed*/
.surah-img {
  background: #fff;
  margin-top: 20px;
  padding: 20px 0px 20px 25px;
}

span.play-btn {
  padding: 7px 20px;
  background: #343435;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #ffd220;
}

span.play-time {
  padding: 7px 20px;
  background: #ffd220;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #343435;
}

.download-video h5 {
  background: #343435;
  margin-right: 22px;
  margin-top: 0px;
  color: #fff;
  font-size: 15px;
  padding: 8px 3px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
}

.surah-video-bottom-1 {
  background-color: #343435;
  color: #ffd220;
  padding: 2px 6px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 10px;
}

.surah-video-bottom-2 {
  background-color: #ffd220;
  color: #343435;
  padding: 2px 18px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.video-lower-bottom h4 {
  margin-top: 10px;
  background-color: #ffd220;
  padding: 6px 0px;
  border: 2px solid #343435;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

input[type=radio] {
  height: 25px;
  width: 25px;
  background-color: #f1e7c8;
  margin-left: 10px;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.slidecontainer {
  width: 100%;
  float: right;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #ffd220 !important;
  ;
     outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #ffd220 !important;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #222;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 2px;
  background: red;
  cursor: pointer;
}

/*complete Quran page */
/* Surah Page */
.box-section .surah .surah-tab .surah-all-tab {
  margin-top: 40px;
}

.box-section .surah .surah-tab .surah-all-tab {
  background-color: #343435;
  list-style: none;
  margin-right: 5px;
  background-color: #343435;
  list-style: none;
  margin-right: 5px;
  height: 200px;
  float: left;
  margin-right: 5px;
}

.box-section .surah .surah-tab .surah-all-tab:first-child {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.box-section .surah .surah-tab .surah-all-tab:last-child {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.box-section .surah .surah-tab .surah-all-tab .img-1 {
  width: 150px;
  background: #ffd220;
  border-radius: 50%;
  top: 24px;
  left: 10px;
  height: 150px;
  position: relative;
}

.box-section .surah .surah-tab .surah-all-tab .img-1 img {
  position: absolute;
    /* right: -20px;
     */
  max-width: 160px;
  top: 20px;
}

.box-section .surah .all-surah {
  margin-top: 50px;
  padding-bottom: 50px;
}

.box-section .surah .all-surah .all-surah-1 .juz-1 {
  text-align: center;
  background: #343435;
  padding: 1px 30px;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.box-section .surah .all-surah .all-surah-1 .one {
  background: #ffd220;
  padding: 1px 20px;
  color: #343435;
  font-weight: bold;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.box-section .surah .all-surah .all-surah-1 h4 {
  text-align: center;
  margin-bottom: 0.2rem;
}

.box-section .surah .all-surah .alaf-meem-1 h3 {
  text-align: center;
  margin-top: 0px;
  background: #ffd220;
  padding: 24px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 30px;
  font-weight: 900;
  color: #000000 !important;
}

.box-section .surah .all-surah .alaf-meem-1 p {
  text-align: center;
  margin-top: 20px;
  background: #343435;
  padding: 5px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
  margin-top: -15px;
}
/*Surah css*/
.box-section .surah .al-fatihah {
  margin: 50px 0px;
}

.box-section .surah .al-fatihah .al-fatihah-1 {
  padding: 20px 0px;
  background: #ffd220;
  border-radius: 10px;
  margin: 10px 30px;
}


.box-section .surah .al-fatihah .al-fatihah-1 .al-fatihah-right h4 {
  margin-right: 60px;
}

.box-section .surah .al-fatihah .al-fatihah-1 .al-fatihah-right p {
  text-align: center;
  font-weight: bold;
}

.box-section .surah .al-fatihah .al-fatihah-1 .al-fatihah-left p {
  text-align: center;
  margin-left: 80px;
  font-weight: bold;
}

.box-section .surah .al-fatihah .al-fatihah-1 .al-fatihah-left {
  text-align: center;
}

.play-surah {
  position: absolute;
  top: -28px;
  right: 0px;
  margin-right: 12px;
  width: 70px;
  padding: 20px 12px;
  border-radius: 20px;
  background-image: url(../images/play.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
}


.box-section .main-page .all-time .col-sm-222 {
  width: 16.5%;
}

/*Home css */
.box-section .main-page .main-page-title .prayer-times-title {

  /*margin-left: -130px;*/
}

.box-section .main-page .main-page-title .prayer-times-title h1 {
  color: #000000 !important;
  font-weight: 800;
  
}

.text-center-nav{
 /* width: 520px;
  margin:12px auto;*/
  display: flex;
  justify-content: center;
}
.box-section .main-page .main-page-title .prayer-times-title h4{
  margin-left: -50px;
    margin-top: -12px;
}
.box-section .main-page .main-page-title .prayer-times-title h4 a {
  font-size: 20px;
  font-weight: bolder;
  color: #000000 !important;

}

.box-section .main-page .main-page-title .timing-date-home {
  background-image: url(../images/comhome.png);
  background-repeat: no-repeat;
  background-position: center;
 
}

.box-section .main-page .main-page-title .timing-date-home .other-country-title {
  padding: 0px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}

.box-section .main-page .main-page-title .timing-date-home .other-country-title1 {
  padding: 0px;
  color: #ffffff;
}

      
#clock {
  position: relative;
  height: 200px;
  margin: 0 auto 0 auto;
  background: url(/public/assets/images/clock-desktop.png?) no-repeat center;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
       
       .sec, .min, .hour {
         position: absolute;
         width: 30px;
         height: 200px;
         top: 0px;
         
         }
       
       .sec {
         background: url(/public/assets/images/sechand.png) no-repeat center;
       /*  z-index: 3;*/
           }
          
       .min {
         background: url(/public/assets/images/minhand.png) no-repeat center;
       /*  z-index: 2;*/
           }
          
       .hour {
         background: url(/public/assets/images/hourhand.png) no-repeat center;
         /*z-index: 1;*/
           }
           .mbhide {
    
    background: #ffffff !important;
    color: #000000 !important;
    border: none;
}
#monthly-prayers tbody tr:nth-child(even), tbody tr.new-month td:nth-child(even) {
  background-color: #fefefe;
}

#monthly-prayers td {
  height: 1.5em;
  font-size: 1rem;
  text-transform: capitalize;
  padding: 10px 36px;
}

.new-month td, .row-title td {
  height: 1.4em;
  background: #6c6c6c;
  font-size: .9em;
  font-weight: 700;
  color: #ffffff;
}

.row-body td:nth-child(1), .row-body td:nth-child(2), .row-body td:nth-child(3) {
  background: #6c6c6c;
  color: #fefefe;
}

#monthly-prayers tbody tr:nth-child(even), tbody tr.new-month td:nth-child(even) {
  background-color: #fefefe;
}

tr.row-today td {
  font-weight: 600;
  background-color: #3b98bd !important;
  color: #fff !important;
}

tbody td, tbody th {
  padding: .5rem .25rem .625rem;
}

.prayer-row-title td:nth-child(1), .prayer-row-title td:nth-child(3) {
  background: #6c6c6c;
}

.nav-tabs {
  border-bottom: none;
}

.box-section .main-page .up-comming-prayer {
  margin: 20px 0px;
}

.box-section .main-page .up-comming-prayer .up-comming-prayer-main {
  background-color: #565657;
  padding: 0px 0px;
  border-radius: 100px;
  max-width: 1100px;
  margin: 0 auto;
}

.box-section .main-page .up-comming-prayer .up-comming-prayer-inner {
  padding: 10px 0px;
  width: 100%;
}

.box-section .main-page .up-comming-prayer .up-comming-prayer-inner h4 {
  text-align: center;
  max-width: 300px;
  margin: 0px auto;
  color: #fff;
  padding: 10px 0px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: url(../images/upcomingbg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.box-section .main-page .all-time .line-time-home {
  border: 2px solid #ffd220;
  top: 68px;
  position: relative;
}

.box-section .main-page .popular {
  padding-top: 0px;
}

.box-section .main-page .popular .popular-inner-heading .popular-bg-home2 h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 70px;
  text-align: center;
  line-height: 60px;
  padding-top: 5px;
}
.box-section .main-page .main-page-title{
  margin-top: 30px;
}

.box-section .main-page .main-page-title .prayer-times-title1 {
  background: url(../images/prayerbghome-1.png?) no-repeat center;
  text-align: center;
}

.box-section .main-page .main-page-title .prayer-times-title1 .prayer-home .prayer-bg-home {
  font-weight: 600;

}

.up-comming-prayer-inner h1 {
  display: inline-block;
  float: left;
  text-align: right !important;
  width: 50%;
  font-weight: 900;
  font-size: 60px;
}

#clockDiv {
  display: inline-block !important;
  float: right !important;
  width: 47% !important;
  text-align: left !important;
}

.box-section .main-page .surah-yasin .col-111 {
  width: 20%;
}
 
.popular-left img {
  float: left;
  height: 70px;
}

.popular-center {
  background-color: #545455;
  width: 1030px;
  height: 70px;
}

.popular-right img {
  float: right;
  height: 70px;
}

.box-section .main-page .surah-yasin {
  padding: 20px 0px 0px;
}

.box-section .main-page .surah-yasin {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  direction: rtl;
}

.box-section .main-page .surah-yasin .col-23 {
  width: 25%;
}

.box-section .main-page .surah-yasin .col-23 .surah-yasin-inner {
  background: #ffd220;
  padding: 10px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
}

.horizontal-line {
  border: 2px solid #b1b2b3;
  width: 100%;
}

.box-section .main-page .all-time {
  width: 100%;
  padding-bottom: 10px;
}

.box-section .main-page .all-time .col-sm-2 {
  width: 50%;
}

.details-line {
  border: 2px solid #ffd220;
  width: 100%;
  position: relative;
  top: 106px;
}

.details-line1 {
  border: 2px solid #ffd220;
  width: 100%;
  position: relative;
  top: 333px;
}

.box-section .main-page .all-time .hexagon-wrapper h4.home-fajar {
  background-color: #ffd220;
  padding: 1px 3px;
  width: 81px;
  text-align: center;
  margin-left: 60px;
  font-size: 20px;
  border-bottom-right-radius: 5px;
  margin-top: -30px;
}

.box-section .main-page .all-time .hexagon-wrapper h4.home-fajar-times {
  background-color: #343435;
  padding: 1px 3px;
  width: 81px;
  text-align: center;
  margin-left: 60px;
  font-size: 20px;
  border-bottom-right-radius: 5px;
  margin-top: -7px;
  color: #ffffff;
}

.prayer-times-details {
  background-image: url(/public/assets/images/details-img.png);
  background-repeat: no-repeat;
  background-position: center;
}

.prayer-times-details h1 {
  text-align: center;
  font-weight: 800;
}

span.prayer-bg-home {
  margin-left: 10px;
}

span.time-details {
  color: #ffffff;
  margin-left: 70px;
}

span.time-karachi-details {
  color: #ffffff;
}

.details-fajar {
  background-color: #ffd220;
  padding: 1px 3px;
  width: 81px;
  text-align: center;
  margin-left: 146px;
  font-size: 20px;
  border-bottom-right-radius: 5px;
  margin-top: -30px;
}

.details-fajar-times {
  background-color: #343435;
  padding: 1px 3px;
  width: 81px;
  text-align: center;
  margin-left: 146px;
  font-size: 20px;
  border-bottom-right-radius: 5px;
  margin-top: -7px;
  color: #ffffff;
}

.detail-inner {
  width: 100%;
}

.details-left {
  background-color: #ffd220;
  height: 64px;
    /* width: 22%; */
  float: left;
}

.details-center {
  background-color: #313132;
  color: #fff;
  height: 64px;
  float: left;
}

.time-detail {
  width: 100%;
  float: right;
}

.box-section .main-page .main-page-title .timing-date-home.details-date {
  margin-top: 0px;
  margin-left: 70px;
}
.nav-link {
    display: block;
    padding: .5rem .5rem;
}
.nav-tabs .nav-link.active {
  background-color: none !important;
}

.footer {
  width: 100%;
  background-color: #282c2f;
}

.footer .line {
  background-color: #ffd220;
  width: 100%;
  height: 15px;
}

.footer .footer-content {
  padding: 30px 0px;
}

.footer .footer-content .footer-menu li {
  list-style: none;
  line-height: 40px;
}

.footer .footer-content .footer-menu li a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.footer .footer-content .detail-menu li {
  margin-top: 15px;
}

.footer .footer-content .detail-menu .fa {
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #33383b;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  margin-right: 20px;
}

.footer .footer-content .detail-menu .detail {
  display: inline-block;
  color: #fff;
  font-size: 17px;
}

.footer .footer-content .social-menu li {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #34383b;
  text-align: center;
}

.footer .footer-content .social-menu li a, .footer .footer-content .social-menu li .fa {
  line-height: 40px;
  color: #fff;
}

.footer .footer-content .footer-title {
  font-size: 24px !important;
  color: #fff;
}

.footer .footer-content .footer-content {
  font-size: 16px;
  color: #fff;
  display: block;
}

.footer .footer-content .search {
  border-radius: 80px;
  background-color: #949697;
  font-size: 22px;
  border: 0px;
  padding: 30px;
}

.langBox {
  font-size: 40px;
  background-color: #ffd21a;
  color: #343434;
  border: 7px solid #343434;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  display: block;
  font: bold;
}

.langBox p {
  font-size: 18px;
  font-weight: bold;
  display: inline;
  padding: 0px 10px;
  border-top: 1px solid #343434;
}

.langBox:hover {
  color: #232323 !important;
}

.languageList {
  width: 100%;
  height: 250px;
  border: 1px solid #c0c0c0;
  overflow-y: auto;
  margin-top: 10px;
}

.languageList ul {
  padding-left: 0px;
}

.languageList ul li {
  list-style-type: none;
  padding: 10px 20px;
  font-size: 18px;
  background-color: #f1f1f1;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}

.languageList ul li.active,.languageList ul li:hover {
  background-color: #ffd21a;
  color: #232323;
  cursor: pointer;
}

.tafseer-List {
  width: 100%;
  height: 250px;
  border: 1px solid #c0c0c0;
  overflow-y: auto;
  margin-top: 10px;
}

.tafseer-List ul {
  padding-left: 0px;
}

.tafseer-List ul li {
  list-style-type: none;
  padding: 10px 20px;
  font-size: 18px;
  background-color: #f1f1f1;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}

.tafseer-List ul li.active,.tafseer-List ul li:hover {
  background-color: #ffd21a;
  color: #232323;
  cursor: pointer;
}

.tafseerList {
  width: 100%;
  height: 600px;
  border: 1px solid #c0c0c0;
  overflow-y: auto;
  margin-top: 10px;
}

.tafseerList ul {
  padding-left: 0px;
}

.tafseerList ul li {
  list-style-type: none;
  padding: 10px 20px;
  font-size: 18px;
  background-color: #f1f1f1;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}

.tafseerList ul li a {
  color: #232323;
  display: block;
}

.tafseerList ul li.active,.tafseerList ul li:hover {
  background-color: #ffd21a;
  color: #232323;
  cursor: pointer;
}

.tafseerBox {
  background-color: #ffd21a;
  color: #343434;
  border: 4px solid #343434;
  text-align: left;
  width: 100%;
  padding: 10px;
  display: block;
  font: bold;
}

.search-control {
  padding: 10px 20px;
  border-radius: 0px !important;
  height: auto !important;
}

.search-btn {
  background-color: #ffd21a;
  color: #141414;
  padding: 8px 30px;
  border-radius: 0px !important;
}

.ayat-line-box {
  padding: 5px 5px;
  font-size: 28px;
  text-align: justify !important;
  direction: rtl !important;
  font-family: web2_b !important;
}

.ayat-line-box.center {
  display: inline-block;
  font-family: web2_b !important;
}

.ayat-line-box.right {
  float: right;
  font-family: web2_b !important;
  width: 100%;
    height: 650px;
    overflow-y: auto;
}

.para-box {
  font-size: 28px;
  text-align: justify !important;
  direction: rtl !important;
  font-family: web2_b !important;
}

.ayat-quran-mb h1 {
    font-family: web2_b !important;
}
.surah-name-box, .quran-alfatah , .read-surah-mb{
  font-family: web2_b !important;
}

.timings{
  display: flex;
  justify-content: center;
}
.month-year{
  display: flex;
  justify-content: center;
}

.hijri-gregorian{
  display: flex;
  justify-content: center;
}
.download-timetable{
    display: flex;
  justify-content: center;
}

.pagination{
  justify-content: center;
}
 .autoLocation {
     margin-left: 220px;
     font-weight: bolder;
     font-size: 20px;
     margin-top: 3px;
}

.monthlytablle-row{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link:visited {
    background-color: #343435 !important;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: #343435 !important;
    color: #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-link:active {
    background-color: #343435 !important;
    color: #fff !important;
}
.navbar-brand {
    padding-top:0;
    padding-bottom:0;
}
.setting{
    padding:0px 50px 0px 44px;
}
#loginform{
	border:4px solid #000 !important;
}
#mainsearch{
    position: relative;
}
#headersearch{
    width: 260px;


}
input[type=search]#headersearch{
        border:none;
        border-radius: none;
        outline: none;
        box-shadow: none;

    border-top-left-radius: 10px;
}
input[type=search]#headersearch:focus{
        border:none;
        border-radius: none;
        outline: none;
        box-shadow: none;
}
#basic-addon1{
    position: absolute;
    right: 10px;
    background: #fff !important;
    border: none;
    color: #555 !important;
    cursor: pointer;
    top: 11px;
}
#headersetting{
    background: #eee;
    padding: 11px;
    position: absolute;
    right: -40px;
	color:#555 !important;
    border-top-right-radius: 10px;
}
.form-control.a{
     border:none;
        border-radius: 0px;
        outline: none;
        box-shadow: none;
        padding: .375rem 1.25rem;
}
.form-control.a:focus{
    border:none;
        border-radius: 0px;
        outline: none;
        box-shadow: none;
}
.search-retults-container{
display:none;
}
.browse{
    position: absolute;
    background: #fff;
 
    width: 300px;
    overflow-y: scroll;
    max-height: 200px;

   

}
.browse ul {
    margin-top: 10px;
}
.browse ul li {
    display: block;
    width: 100%;
    white-space: nowrap;
    padding: 2px .625rem;
    margin-bottom:2px;
}
.browse ul li:hover{
  background-color:#ffd220
}
.browse ul li a{

    padding:.375rem .75rem;
    color: #495057;
    font-size: 1rem;
}

.search-retults-container .searchfooter {
    background-color: #fff;
    padding: .625rem;
    position: absolute;
    bottom: -200px;
    width: 300px;

}


.btn-primary{

  background-color:#ffd220 !important;
  color:#000 !important;
  border-color:#ffd220 !important;
}
.btn-primary:hover{

  background-color:#000 !important;
  color:#fff !important;
  border-color:#000 !important;
}

 p.readname{
    font-size: 20px;font-weight: bold;margin-bottom: 0px;
}
@media (min-width: 1281px) {
  
  #ayaat-box-parent{
    background-image: url(/public/assets/img/islamicBg.jpg);
    background-size: 108% 104%;
    padding: 23px 20px;
    background-position: center center;
}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  #ayaat-box-parent{
    background-image:url('/public/assets/img/islamicBg.jpg');
    background-size:100% 100%;
    padding:73px 65px;
}
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
 #ayaat-box-parent{
    background-image:url('/public/assets/img/islamicBg.jpg');
    background-size:100% 100%;
    padding:73px 65px;
}
  
}

table.uiGrid span {
    color: #fff !important;
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 
        .container-audio{
           width: 100% !important;
            position: fixed;
            bottom: 0px !important;
            z-index: 111111;
            max-width: 100%;
            min-width: 100%;
            left: 0px;
            margin-bottom: 0px !important;
        }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
        .container-audio{
           width: 100% !important;
            position: fixed;
            bottom: 0px !important;
            z-index: 111111;
            max-width: 100%;
            min-width: 100%;
            left: 0px;
            margin-bottom: 0px !important;
        }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
 
        .container-audio{
           width: 100% !important;
            position: fixed;
            bottom: 0px !important;
            z-index: 111111;
            max-width: 100%;
            min-width: 100%;
            left: 0px;
            margin-bottom: 0px !important;
        }
  
}
span#u_0_5 {
    color: #fff !important;
}
