@import url("/qatar_ch/assets/front_assets/fonts/fonts.css");
body,
html {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Droid Arabic Kufi';
  font-weight: 400;
  outline: none !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.slider-x {
  direction: ltr !important;
}

.slick-prev {
  left: -70px;
}

.slick-next {
  right: -15px;
}

.slick-next:before, .slick-prev:before {
  content: '' !important;
  height: 80px;
  width: 70px;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/12.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  opacity: 1;
}

.slick-next:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

body {
  direction: rtl;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/1.png");
  background-attachment: fixed;
  background-size: 100% 70%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.body-page {
  padding-top: 130px;
}

.lng-txt {
  font-size: 18px;
  line-height: 2;
}

.page-header {
  font-size: 25px;
  position: relative;
  padding-bottom: 25px;
  text-align: center;
  font-weight: bold;
  color: #F0A830;
  margin-bottom: 0;
}

.page-min-header {
  text-align: center;
  margin: 0;
  font-size: 21px;
  color: #888;
  margin-top: -26px;
  margin-bottom: 24px;
}

.page-box {
  width: 90%;
  margin: auto;
  border-radius: 10px;
  border: #F0A830 2px solid;
  position: relative;
  padding: 15px;
}

.page-box .page-model-header {
  margin: 0 -15px;
  margin-top: -15px;
  padding: 55px 15px;
  background-position: center;
  background-size: cover;
  border-radius: 7px 7px 0 0;
  position: relative;
  overflow: hidden;
}

.page-box .page-model-header .content {
  z-index: 3;
  position: relative;
  text-align: center;
}

.page-box .page-model-header .content span {
  color: #F0A830;
}

.page-box .page-model-header .content p {
  margin: 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.page-box .page-model-header::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}

.page-box::after {
  content: '';
  width: 420px;
  height: 34px;
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/7.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/qatar_ch/assets/front_assets/img/nav.png");
  background-position: center;
  background-size: cover;
  padding: 0px 3%;
  border-bottom: #8E1737 3px solid;
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  z-index: 50;
  padding-right: 147px;
}

.top-nav::before {
  content: '';
  height: 100%;
  left: 0;
  width: calc(100%);
  background-image: url("/qatar_ch/assets/front_assets/img/nav.png");
  background-size: cover;
  background-position: right;
  z-index: 3;
  position: absolute;
}

.top-nav .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-nav .left .tail {
  height: 128px;
  width: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 5;
  background-image: url("/qatar_ch/assets/front_assets/img/nav-tail.png");
}

.top-nav .left .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 78px;
  position: relative;
  z-index: 6;
}

.top-nav .left .brand .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
}

.top-nav .left .brand .content p {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #8E1737;
}

.top-nav .left .brand .content span {
  font-size: 16px;
  color: #555;
}

.top-nav .left .brand .img {
  position: fixed;
  z-index: 6;
  width: 200px;
  height: 175px;
  padding-left: 0;
  padding-top: 4px;
  top: 0;
  right: 0;
  text-align: center;
}

.top-nav .left .brand .img img {
  height: 120px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-nav .right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 1px;
  position: relative;
  z-index: 6;
}

.top-nav ul.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 78px;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.top-nav ul.links li {
  position: relative;
}

.top-nav ul.links li:hover .dropdown {
  display: block;
}

.top-nav ul.links a {
  color: #8E1737;
  display: block;
  padding: 5px 12px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          font-size: 18px;
}

.top-nav ul.links a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.top-nav ul.links .dropdown {
  position: absolute;
  right: 0;
  top: 78px;
  min-width: 200px;
  background: #fff;
  border: #8E1737 3px solid;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 8px 5px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 8px 5px;
  z-index: 15;
  display: none;
  overflow: hidden;
}

.top-nav ul.links .dropdown a {
  height: auto;
  padding: 8px 24px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  white-space: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.top-nav ul.links .dropdown a:hover {
  background: #f7f7f7;
}

.home-slider-pr .slick-prev {
  left: 0px !important;
  z-index: 10;
  top: 100px;
}

.home-slider-pr .slick-next {
  right: 50px !important;
  z-index: 10;
  top: 100px;
}

.home-slider-pr .home-slider .slider-item {
  background-size: cover;
  background-position: center;
  height: 500px;
  position: relative;
}

.home-slider-pr .home-slider .slider-item .content {
  position: absolute;
  right: 0;
  text-align: right;
  padding: 25px 5%;
  padding-top: 50px;
  width: 50%;
  z-index: 10;
}

.home-slider-pr .home-slider .slider-item .content h1 {
  font-size: 40px;
  margin: 0;
  color: #fff;
  text-shadow: #000 0px 3px 8px;
}

.home-slider-pr .home-slider .slider-item .content .category {
  font-size: 18px;
  color: #fff;
  text-shadow: #000 0px 3px 8px;
}

.home-slider-pr .home-slider .slider-item::after {
  content: '';
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 80%;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/3.svg");
  background-size: cover;
  background-position: bottom;
  bottom: 0px;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.home-slider-pr .home-slider .slider-item::before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.about-section {
  padding: 15px 5%;
}

.about-section .to-top {
  margin-top: -130px;
}

.about-section img {
  margin: auto;
  width: 80%;
  display: block;
}

.header {
  font-size: 25px;
  position: relative;
  padding-bottom: 25px;
  text-align: center;
  font-weight: bold;
  color: #F0A830;
}

.header::after {
  content: '';
  width: 200px;
  height: 30px;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/7.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.header2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 0;
  color: #8E1737;
}

.prays-section {
  background-image: url("/qatar_ch/assets/front_assets/img/pray/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding: 25px 5%;
  position: relative;
  padding-top: 62px;
}

.prays-section .dar-logo {
  position: absolute;
  top: 64px;
  right: 68px;
  height: 154px;
}

.prays-section .pray-aya {
  position: absolute;
  height: 110px;
  left: 0;
  right: 0;
  margin: auto;
  top: 45px;
}

.prays-section .aya {
  text-align: center;
  font-family: 'Uthmani';
  font-size: 35px;
  color: #fff;
  margin: 0;
}

.prays-section .aya img {
  height: 60px;
  vertical-align: middle;
  margin: 0 10px;
}

.prays-section .aya img.l {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.prays-section::after {
  content: '';
  width: 100%;
  height: 50px;
  
  background-image: url("/qatar_ch/assets/front_assets/img/zk/7.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -25px;
  right: 0;
}

.prays-section::before {
  content: '';
  width: 100%;
  height: 50px;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/7.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  right: 0;
}

.pray-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pray-times li {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 32%;
  height: 204px;
  position: relative;
  margin-bottom: 35px;
}

.pray-times li span {
  position: absolute;
  top: 26%;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 25px;
  color: #fff;
}

.pray-times li b {
  position: absolute;
  top: 43%;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 28px;
  color: #fff;
}

.word-today {
  position: relative;
}

.word-today::after {
  position: absolute;
  right: 0;
  top: 20px;
  width: 185px;
  height: 420px;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/10.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  opacity: 0.5;
}

.word-today .word-t-p {
  text-align: center;
  font-size: 30px;
  width: 70%;
  margin: auto;
  padding: 15px;
  position: relative;
}

.word-today .word-t-p::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/11.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

section.news {
  background-image: url("/qatar_ch/assets/front_assets/img/slider2.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding: 15px 0;
  position: relative;
}

section.news .ms-new {
  position: absolute;
  width: 100%;
  right: 0;
  top: -50%;
  z-index: 10;
}

section.news .box {
  position: relative;
  z-index: 2;
}

section.news::after {
  content: '';
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.news-slider-pr {
  padding: 0 5%;
}

.news-item {
  width: 300px;
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: #F0A830 0 0px 0px 1px;
          box-shadow: #F0A830 0 0px 0px 1px;
  border-radius: 10px;
  overflow: hidden;
  background-size: 350px;
  position: relative;
  direction: rtl;
}

.news-item .content {
  padding: 10px 15px;
  position: relative;
  z-index: 2;
}

.news-item .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  position: relative;
}

.news-item .date {
  color: #666;
  font-size: 15px;
}

.news-item .name {
  margin: 0;
  color: #8E1737;
  font-weight: bold;
  line-height: 1.8;
  min-height: 58px;
}

.news-item .btns a {
  text-align: center;
  color: #000;
  display: block;
  font-weight: bold;
}

.news-item::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/10.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  bottom: -145px;
  left: 0;
  z-index: 0;
  position: absolute;
  opacity: 0.3;
}

.news-item.is-video .img::after {
  content: '';
  width: 100px;
  height: 100px;
  background-image: url("/qatar_ch/assets/front_assets/img/icons/play.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.news-item:hover.is-video .img::after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

section.courses {
  padding: 0 5%;
}

.course-item {
  width: 90%;
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: #F0A830 0 0px 0px 1px;
          box-shadow: #F0A830 0 0px 0px 1px;
  border-radius: 10px;
  overflow: hidden;
  background-size: 350px;
  position: relative;
  direction: rtl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-item .content {
  padding: 10px 15px;
  position: relative;
  z-index: 2;
}

.course-item .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.course-item .desc {
  margin: 0;
  margin-bottom: 10px;
  color: #222;
  font-size: 15px;
  line-height: 1.6;
}

.course-item .date {
  color: #666;
  font-size: 14px;
}

.course-item .name {
  margin: 5px 0;
  color: #8E1737;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}

.course-item .btns a {
  text-align: center;
  color: #000;
  display: block;
  font-weight: bold;
}

.course-item::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/10.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  bottom: -145px;
  left: 0;
  z-index: 0;
  position: absolute;
  opacity: 0.3;
}

.cal-page .pray-box {
  background-image: url("/qatar_ch/assets/front_assets/img/pray.jpg");
  background-position: bottom;
  background-size: 100% auto;
}

.cal-page .pray-times {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cal-page .pray-times li {
  width: 120px;
  margin-right: 1%;
  margin-left: 1%;
}

.goals-section {
  width: 100%;
  padding: 15px 4%;
  background-image: url("/qatar_ch/assets/front_assets/img/pray/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.goals-section li {
  padding: 5px 0;
  color: #fff;
  font-size: 17px;
}

.news-tags {
  border-left: #ddd 1px solid;
}

.news-tags a {
  display: block;
  padding: 5px;
  color: #666;
  padding-right: 20px;
}

.news-tags a b {
  color: #F0A830;
}

.news-tags a.active {
  color: #8E1737;
  font-weight: bold;
}

.news-tags .content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header-box {
  background-image: url("/qatar_ch/assets/front_assets/img/falak.jpg");
  background-position: 100% 98%;
  background-size: 101% auto;
  padding-bottom: 220px;
}


.header-box.news-header {
  padding-bottom: 0;
  min-height: 340px;
  background-position: center;
  border-bottom: #8E1737 10px solid;
  position: relative;
}

.header-box.news-header .content {
  z-index: 3;
  position: absolute;
  bottom: 25px;
  width: 90%;
  right: 0;
  left: 0;
  margin: auto;
}

.header-box.news-header .content .date {
  display: inline-block;
  padding: 5px 15px;
  background: #8E1737;
  border-radius: 50px;
  color: #fff;
}

.header-box.news-header .content p {
  color: #fff;
  font-size: 28px;
  margin: 0;
  margin-top: 10px;
}

.header-box.news-header::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.784751)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.784751) 0%, rgba(0, 0, 0, 0) 100%);
}

.calendar-pr {
  width: 500px;
  height: 500px;
  background-size: contain;
  background-position: center;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/8_2.svg");
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.calendar-pr > .calendar {
  width: 100% !important;
}

.calendar-pr.calendar-light {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}

.calendar-pr.calendar-light .calendars .calendars-month a {
  color: #222 !important;
}

.calendar-pr.calendar-light .calendars .calendars-month td .calendars-today {
  color: #fff !important;
}

.calendar-pr.calendar-light .calendars .calendars-month td {
  border: 1px solid #d8d8d8;
}

.calendar-pr.calendar-light .calendars .calendars-month td .calendars-other-month {
  background: rgba(0, 0, 0, 0.15);
}

.calendars {
  width: 100% !important;
  margin: auto;
  background: none;
  border: none !important;
  border-radius: 15px;
  overflow: hidden;
}

.calendars .calendars-month-row > .calendars-month {
  width: 100%;
  height: 100%;
}

.calendars .calendars-month-header,
.calendars .calendars-month-header select,
.calendars .calendars-month-header input,
.calendars .calendars-month-header select,
.calendars .calendars-month-header input {
  height: unset !important;
  background: #8E1737;
  font-size: 18px;
  padding: 4px;
}

.calendars a.calendars-cmd {
  padding: 10px;
  height: unset !important;
  text-align: center;
  background-color: none !important;
}

.calendars .calendars-nav,
.calendars .calendars-ctrl {
  background-color: none;
}

.calendars .calendars-nav {
  background-image: url("/qatar_ch/assets/front_assets/img/zk/5.svg");
  background-size: 850px;
  background-color: #8E1737;
  position: relative;
}

.calendars .calendars-nav::after {
  content: attr(data-month);
  position: absolute;
  z-index: 5;
  color: #fff;
  width: 40%;
  white-space: nowrap;
  right: 0;
  left: 0;
  top: 9px;
  font-size: 14px;
  margin: auto;
  font-weight: normal;
  text-align: center;
}

.calendars .calendars-cmd:hover {
  background: rgba(255, 255, 255, 0.1);
}

.calendars .calendars-month th,
.calendars .calendars-month th a {
  background: #F0A830 !important;
  height: 42px;
  border: none;
}

.calendars .calendars-month td,
.calendars .calendars-month a {
  background: none;
  color: #fff;
}

.calendars .calendars-month td {
  border: 1px solid rgba(255, 255, 255, 0.071);
}

.calendars .calendars-month td .calendars-other-month {
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
}

.calendars .calendars-month td .calendars-today {
  background: #8E1737;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calendars .calendars-month {
  border: none;
}

.calendars .calendars-month table {
  height: 360px;
  table-layout: fixed;
}

.calendars .calendars-month a {
  position: relative;
  font-size: 22px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 11px;
  padding-bottom: 14px;
}

.calendars .calendars-month a::after {
  content: attr(data-greg);
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #8E1737;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calendars .calendars-cmd-today {
  display: none;
}

body .calendar-pr .calendars .calendars-month td.is-today {
  background: #8E1737 !important;
}

body .calendar-pr .calendars .calendars-month td.is-today a {
  color: #fff !important;
}

body .calendar-pr .calendars .calendars-month td.is-today a::after {
  background: #F0A830;
}

.hr1 {
  height: 20px;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/7.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  margin: 8px 0;
}

.txt-btn {
  color: #8E1737;
  font-weight: bold;
  padding: 0 15px;
  border-radius: 9px;
  border: #8E1737 1px solid;
}

.slider-item {
  padding: 15px 0;
}

.btn1 {
  background: #8E1737;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 9px 20px;
  padding-left: 35px;
  display: inline-block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 0;
          box-shadow: rgba(0, 0, 0, 0.3) 0 3px 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: #F0A830 2px solid;
  vertical-align: middle;
  min-width: 170px;
}

.btn1 span {
  position: relative;
  z-index: 2;
  font-size: 17px;
  color: #fff;
}

.btn1::after {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/4.png");
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 3;
  position: absolute;
}

.btn1::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/5.svg");
  background-size: 350px;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

.btn1:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btn1.green {
  background-color: #157015;
}

.sc-btn {
  background: #8E1737;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 0;
          box-shadow: rgba(0, 0, 0, 0.3) 0 3px 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: #F0A830 2px solid;
  width: 54px;
  height: 54px;
}

.sc-btn img {
  height: 25px;
}

.sc-btn::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/5.svg");
  background-size: 350px;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

.sc-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.sc-btn.green {
  background-color: #157015;
}

.tbl-btn {
  font-size: 17px;
  color: #222;
  padding: 0 5px;
}

.select2-ele {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 9px 20px;
  padding-left: 35px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: #F0A830 2px solid;
  min-width: 170px;
  vertical-align: middle;
}

.select2-ele::after {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/4.png");
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 3;
  position: absolute;
}

.select2-ele::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/5.svg");
  background-size: 350px;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

.select2-ele .select2-container {
  width: 100% !important;
  min-width: 120px;
  z-index: 5;
  background: none;
}

.select2-ele .select2-container--default .select2-selection--single {
  background: none;
  border: none !important;
}

.select2-ele .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222 !important;
}

.select2-container--default .select2-results__group {
  font-weight: bold !important;
}

.select2-container--default .select2-results > .select2-results__options {
  text-align: right;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 6px 0 7px;
}

.input1 {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 9px 20px;
  padding-left: 35px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: #F0A830 2px solid;
  min-width: 170px;
  vertical-align: middle;
}

.input1::after {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/4.png");
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 3;
  position: absolute;
}

.input1::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/5.svg");
  background-size: 350px;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

.input1 textarea,
.input1 input {
  width: 100%;
  border: none;
  background: none;
  position: relative;
  z-index: 5;
  font-size: 15px;
}

.input1 textarea {
  height: 60px;
  resize: none;
}

.input1.with-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 350px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.input1.with-btn input {
  width: 10px;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.input1.with-btn button {
  background: none;
  border: none;
  color: #8E1737;
  padding: 0 10px;
  cursor: pointer;
  font-size: 22px;
  position: relative;
  z-index: 5;
}

.sm-input {
  min-width: 0;
  width: 100%;
}

.sm-input.select2-ele .select2-container {
  min-width: 0 !important;
}

form.frm1 {
  width: 100%;
}

form.frm1 .input1 {
  width: 100%;
  margin-bottom: 15px;
}

.syotimer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.syotimer-cell {
  display: inline-block;
  border: #e2e2e2 1px solid;
  border-radius: 10px;
  background: #fff;
  width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  margin: 3px;
}

.syotimer-cell .syotimer-cell__value {
  font-size: 24px;
  line-height: 1.4;
}

.syotimer-cell .syotimer-cell__unit {
  font-size: 14px;
  color: #555;
}

.grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 3%;
}

.grid-box .news-item {
  margin-bottom: 45px;
}

.grid-box .course-item {
  width: 47%;
  margin-bottom: 45px;
}

.grid-box.single-line .course-item {
  width: 98%;
}

.grid-box.single-line .course-item .img {
  width: 300px;
}

.grid-box.single-line .course-item .content {
  width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.table1 {
  width: 70%;
  margin: auto;
}

.table1 td {
  padding: 15px;
  min-width: 95px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.table1 td .hidden-col {
  font-size: 14px;
  min-width: 80px !important;
  font-weight: bold;
  display: none;
}

.table1 tr {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.table1 tr td {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(197, 197, 197, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(197, 197, 197, 0.2), rgba(255, 255, 255, 0));
}

.table1 tr td:nth-child(1) {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#8e1737), to(#b32b4f));
  background: linear-gradient(0deg, #8e1737, #b32b4f);
  color: #fff;
  position: relative;
}

.table1 tr td:nth-child(1)::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/5.svg");
  background-size: 450px;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

.table1 tr:hover {
  background: rgba(0, 0, 0, 0.04);
}

.table1 thead th {
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(#8e1737), to(#b32b4f));
  background: linear-gradient(0deg, #8e1737, #b32b4f);
  position: relative;
}

.table1 thead th::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/5.svg");
  background-size: 450px;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

.table1.reverse tr td:nth-child(1) {
  color: #222;
  text-align: right;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(197, 197, 197, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(197, 197, 197, 0.2), rgba(255, 255, 255, 0));
}

.table1.mini-table {
  width: 100%;
}

.table1.mini-table td {
  text-align: center !important;
  padding: 6px;
  font-size: 20px;
}

.table1.mini-table td:nth-child(1) {
  font-size: 16px;
}

.lib-table {
  width: 100%;
}

.lib-table .date {
  font-size: 14px;
  color: #888;
  margin: 0;
}

.lib-table .name {
  color: #222;
  font-size: 22px;
  margin: 0;
  font-weight: bold;
}

.lib-table .auther {
  margin: 0;
  color: #424242;
}

.lib-table .auther b {
  font-weight: bold;
  color: #8E1737;
  margin-left: 6px;
}

.lib-table .tbl-btn {
  font-size: 20px;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}

.pager a {
  display: block;
  padding: 5px;
  margin: 0 5px;
  border-radius: 5px;
  background: #f8f8f8;
  color: #222;
  min-width: 45px;
  text-align: center;
  border: #8E1737 1px solid;
  position: relative;
}

.pager a.active {
  background: #8E1737;
  color: #fff;
  border-color: #F0A830;
}

.pager a.active::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/5.svg");
  background-size: 350px;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

.gallery-box {
  background-image: url("/qatar_ch/assets/front_assets/img/pray/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding: 25px 5%;
  position: relative;
}

.images-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.images-box .img-item {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px;
  overflow: hidden;
  position: relative;
}

.images-box .img-item img {
  width: 100%;
  height: 190px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: #F0A830 2px solid;
}

.images-box .img-item p {
  color: #222;
  margin: 0;
}

.images-box .img-item::after {
  content: '';
  width: 100px;
  height: 100px;
  background-image: url("/qatar_ch/assets/front_assets/img/icons/zoom.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}

.images-box .img-item:hover::after {
  opacity: 1;
}

.video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.video-box .img-item {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px;
  overflow: hidden;
  position: relative;
}

.video-box .img-item img {
  width: 100%;
  height: 190px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: #F0A830 2px solid;
}

.video-box .img-item p {
  color: #222;
  margin: 0;
}

.video-box .img-item::after {
  content: '';
  width: 100px;
  height: 100px;
  background-image: url("/qatar_ch/assets/front_assets/img/icons/play.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.video-box .img-item:hover::after {
  opacity: 1;
}

.contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.contact-list li i {
  color: #fff;
  font-size: 22px;
}

.contact-list li > div {
  width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contact-list li > div span {
  display: block;
  padding-right: 15px;
}

.contact-list li > div span:nth-child(1) {
  font-weight: bold;
}

.contact-list li > div span:nth-child(2) {
  font-size: 18px;
}

.lg-outer {
  direction: ltr;
}

.pray-time-box {
  width: 100%;
}

.pray-time-box .prop-1 {
  margin-bottom: 10px;
}

.pray-time-box .prop-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pray-time-box .prop-1 ul li {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 19px;
  border-radius: 5px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 1px;
  margin: 0 3px;
}

.pray-time-box .prop-1.mini {
  margin-bottom: 0;
  padding: 4px 2px;
  background: rgba(142, 23, 55, 0.5);
}

.pray-time-box .prop-1.mini li {
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.4);
  font-size: 13px;
}

.pray-time-box .day-pr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.pray-time-box .day-pr .day-today {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 38px;
  margin: 0;
  line-height: 1;
}

.pray-time-box .day-pr .day-item {
  width: 270px;
  padding: 5%;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/15.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.pray-time-box .day-pr .day-item .content {
  position: relative;
  top: 12%;
}

.pray-time-box .day-pr .day-item .num {
  font-size: 50px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1;
}

.pray-time-box .day-pr .day-item .month {
  display: block;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.pray-time-box .times-pr {
  padding: 3px;
  border: #F0A830 2px solid;
  border-radius: 10px;
}

.pray-time-box .times-pr .t-title {
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.pray-time-box .times-pr ul.times-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pray-time-box .times-pr ul.times-ul li {
  width: 31%;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}

.pray-time-box .times-pr ul.times-ul li span {
  font-size: 15px;
  display: block;
  font-size: 19px;
  padding: 2px 0;
}

.pray-time-box .times-pr ul.times-ul li span:nth-child(1) {
  background-image: url("/qatar_ch/assets/front_assets/img/zk/5.svg");
  background-size: 450px;
  background-color: #8E1737;
  color: #fff;
}

.pray-time-box .times-pr ul.times-ul li span:nth-child(2) {
  background: #fff;
  color: #222;
  font-weight: bold;
  font-size: 24px;
  padding: 7px 0;
  line-height: 1;
}

.pray-time-box .cities-pr {
  border: 2px #F0A830 solid;
  border-top-color: transparent;
  margin-top: 5px;
  border-radius: 0 0 10px 10px;
}

.pray-time-box .cities-pr .tabs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  padding-bottom: 15px;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  margin-bottom: 15px;
}

.pray-time-box .cities-pr .tabs-box .tab-item {
  padding: 3px 10px;
  color: #fff;
  opacity: 0.5;
  border: none;
  background: none;
  font-size: 17px;
  margin: 0 10px;
}

.pray-time-box .cities-pr .tabs-box .tab-item.active {
  background: rgba(142, 23, 55, 0.3);
  border-radius: 5px;
  opacity: 1;
}

.pray-time-box .cities-pr .cities-box {
  position: relative;
  width: 100%;
  height: 52px;
  overflow: hidden;
}

.pray-time-box .cities-pr .cities-box ul {
  position: absolute;
  white-space: nowrap;
}

.pray-time-box .cities-pr .cities-box ul li {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 10px;
  margin: 0 5px;
  padding: 0 15px;
  cursor: pointer;
  font-size: 19px;
}

.pray-time-box .cities-pr .cities-box ul li.active {
  background: #F0A830;
  color: #fff;
}

.convert-sec .results-pr p {
  font-weight: bold;
  font-size: 18px;
}

.ramadan-page .ramadan-moon {
  display: block;
  margin: auto;
  height: 155px;
}

.ramadan-page .ramadan-dar {
  position: absolute;
  right: 25px;
  top: 150px;
  height: 100px;
}

.footer {
  background-color: #1b1b1b;
  color: #fff;
  position: relative;
  margin-top: 60px;
  border-top: #8E1737 8px solid;
}

.footer .dream-link {
  position: absolute;
  left: 19px;
  bottom: 12px;
  font-size: 14px;
  font-family: -webkit-pictograph;
}

.footer::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/qatar_ch/assets/front_assets/img/zk/5.svg");
  background-size: 1050px;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  opacity: 0.3;
}

.footer .content {
  position: relative;
  z-index: 5;
}

.footer .row {
  margin: 0;
  padding: 15px 3%;
}

.footer .sm-desc {
  color: #fff;
  line-height: 1.9;
  font-size: 13px;
}

.footer .part {
  width: 100%;
}

.footer .part .logo {
  width: 90px;
}

.footer .part .brand {
  text-align: center;
  margin: 0;
}

.footer .part .brand div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 9px;
}

.footer .part .brand p {
  margin: 0;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
}

.footer .part .brand span {
  font-size: 16px;
  color: #fff;
}

.footer .part .brand img {
  height: 65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

.footer .part ul li {
  padding: 6px 0;
}

.footer .part ul a {
  color: #d8d8d8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: capitalize;
}

.footer .part ul a:hover {
  color: #fff;
}

.footer .part .contact-info {
  list-style: none;
}

.footer .part .contact-info li i {
  width: 20px;
}

.footer .part .contact-info li span {
  padding: 0 8px;
  font-weight: bold;
  min-width: 90px;
  display: inline-block;
}

.footer .part .contact-form {
  display: block;
  width: 100%;
}

.footer .part .contact-form input[type=text] {
  width: 100%;
  padding: 10px 15px;
  background-color: #272727;
  border-radius: 5px;
  border: #1a1a1a 1px solid;
  color: #fff;
  margin-bottom: 8px;
}

.footer .copy-right {
  width: 100%;
  background: rgba(142, 23, 55, 0.2);
  padding: 15px;
}

.footer .copy-right p {
  color: #d8d8d8;
  text-align: center;
  font-size: 12px;
  margin: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 55px;
}

::-webkit-scrollbar-thumb {
  background: #8E1737;
  border-radius: 55px;
}

.mhr1 {
  opacity: 0.3;
}


.lib-table p {
    width: 100%;
}

.book label{
     margin: auto!important;
}
.book p {
    width: 100%;
}
.book .input1::after {
    display: none;
}

.lib-table td  a{
    position: relative;
    z-index: 48;
    font-size: unset !important;
}

#nav {
    min-height: 130px;
}


@media print {
  body * {
    visibility: hidden;
  }
  #book, #book * {
    visibility: visible;
  }
  #book {
    position: absolute;
    left: 0;
    top: 0;
  }
}


#book {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#book td, #book th {
  border: 1px solid #ddd;
  padding: 8px;
}

#book tr:nth-child(even){background-color: #f2f2f2;}

#book tr:hover {background-color: #ddd;}

#book th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

/* print library search result*/
@media print {
  body * {
    visibility: hidden;
  }
  #book-search, #book-search * {
    visibility: visible;
  }
  #book-search {
    position: absolute;
    left: 0;
    top: 0;
  }
  #book-search .ta-c,#book-search thead{
      display:none;
  }
  #book-search .author{
        font-size: 13px;
        line-height: 15px;
  }
  .auther.row{
        font-size: 13px;
        line-height: 15px;
  }
  #book-search .name{
      font-size: 15px;
      line-height: 18px;
  }
  #book-search .table1 td{
      padding:unset;
  }
  #book-search .book-card {
    break-inside: avoid;
    border-bottom: solid 1px black;
  }
    #book-search b {
        font-weight: 500 !important;
        font-size: 13px !important;
    }
    .search-book-header{
        display:block!important;
        margin-top: unset;
        margin-bottom: unset;
    }
    #book-search hr{
       height: 1px;
       background: transparent;
       width: 100%;
       border: none;
       border-top: solid 1px #aaa;
    }
    #book-search tfoot.report-footer {
        display:table-footer-group;
    } 
  
}


.search-book-header{
    display: none;
}


@media (max-width: 600px) {
    
    .top-nav .left .brand .img img {
        max-height: 80px;
        padding-top: 0px;
        margin-top: -20px;
    }
    body .top-nav .left .brand .content p {
        font-size: 15px!important;
    }
    .top-nav .left .brand .content span {
        font-size: 17px!important;
    }
    .pray-time-box .prop-1.mini li {
        font-size: 13px !important;
    }
    .pray-time-box .cities-pr .tabs-box .tab-item{
        font-size: 15px !important;
    }
    .calendars-month span {
        font-size: 13px;
    }
    body .news-item .date {
        font-size: 10px !important;
    }
    .news-item .btns a {
        font-size: 13px !important;
    }
    .course-item .img {
        max-width: 100px !important;
    }
    .course-item .date {
        font-size: 10px !important;
    }
    .course-item .name {
        font-size: 14px !important;
    }
    .course-item .desc {
        font-size: 11px !important;
        margin: 0px !important;
    }
    .course-item .btns a{
        font-size: 14px !important;
    }
 
}


@media only screen and (max-width: 600px) {
    
    .mtm-10{
        margin-top:10px;
    }
    .book-t{
        width:100% !important;
        max-width: 100% !important;
    }
    .book-b{
        width:100% !important;
        max-width: 100% !important;
    }
}
strong {
    font-weight: bold;
}
p
{
    width:100%;
}
@media print {
    html, body {
      height:100vh; 
      margin: 0 !important; 
      padding: 0 !important;
      overflow: hidden;
    }
    #book:last-child {
        page-break-after: auto;
        page-break-before: always;
    }
    
}

/*# sourceMappingURL=styles.css.map */



