@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
* {
  outline: transparent !important;
}

body {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: "deshabhimani";
  font-size: 18px;
}

h2,
.h2 {
  /* font-size: 16px;
    font-weight: bold; */
  color: #bdc321;
}

/* h1,
.h1{
    font-size: 24px;
    line-height: 34px !important;
} */

h1 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: bold;
}

.top-header {
  background-color: #0033cc;
}

.btn-area a {
  background-color: #fedf22;
  line-height: normal;
  color: #000000;
  font-weight: bold;
  padding: 10px 28px;
  border-radius: 4px;
  margin: 0 6.5px;
  font-size: 16px;
  display: inline-block;
}

.logo {
  display: inline-block;
}

.login {
  float: right;
  margin-top: 3%;
}

.top-logo {
  padding: 18px 0;
}

.top-menu {
  background-color: #212121;
  /* padding: 20px 0; */
  font-weight: 500;
  /* position: absolute;
    top: 100px; */
  width: 100%;
}

.top-menu {
  position: relative;
  background-color: #212121;
  font-weight: 500;
  /* top: 50px; */
  width: 100%;
}

.ik_center {
  /* justify-content: center;
    display: flex !important; */
  margin: 0 0 0 50px;
  text-align: center;
  /* width: 100%; */
}

.position_abs {
  position: relative;
  display: block;
  height: 500px;
}

.top-menu ul li {
  list-style: none;
  color: #fff;
}

.navbar-toggler,
.navbar-brand {
  display: none;
}

.top-menu ul li a {
  /* font-size: 16px; */
  color: #fedf22;
  margin: 0 32.5px;
}

.top-menu .navbar {
  position: relative;
  min-height: auto;
  margin-bottom: 0;
}

.top-menu .navbar-nav {
  padding-left: 0;
  margin: 0 auto;
}

.top-menu .navbar-collapse {
  float: left;
}

.convert-head {
  background-color: #0235cc;
  padding: 12px 0;
  border-radius: 6px 6px 0px 0px;
  text-align: center;
}

.convert-head h5 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.full-section {
  padding: 6px 0;
}

.container {
  padding-right: 0;
  padding-left: 0;
}

.convert-body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,e4e4e4+99 */
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, #e4e4e4 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #e4e4e4 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f8f8f8 0%, #e4e4e4 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e4e4e4', GradientType=0);
  /* IE6-9 */
}

.label-head {
  font-size: 14px;
  color: #303030;
  font-weight: 600;
  margin-bottom: 7px;
  line-height: normal;
  width: 100%;
}

.convert-body {
  padding: 18px 20px;
}

/* .form-group {
    margin-bottom: 21px;
} */

p {
  margin-bottom: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("../img/arrow-down.png") white no-repeat 98.5% !important;
  /* !important used for overriding all other customisations */
  background: url("../img/arrow-down.png") white no-repeat calc(100% - 10px) !important;
  /* Better placement regardless of input width */
}

/*For IE*/

select::-ms-expand {
  display: none;
}

.amount-area {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}

.value-area {
  background-color: #e6e6e6;
  border: 1px solid #d2d2d24a;
  padding: 4px 17px;
  text-align: center;
  border-radius: 4px;
  margin: 20px 0;
}

.value-area p {
  color: #0235cc;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: normal;
  margin: 8px 0;
}

.country_code {
  min-width: 47px;
  display: inline-block;
  text-align: left;
  margin-right: 3px;
}

.cash-area {
  min-width: 75px;
  display: inline-block;
  text-align: left;
  margin-left: 12px;
}

.info-area span {
  color: #ff0000;
}

.info-area {
  font-size: 12.5px;
  line-height: 17px;
  font-weight: 500;
}

.convert-body {
  border-radius: 0px 0px 6px 6px;
  border: 1px solid #e1e1e1;
  border-top: 0;
}

.convert-body select,
.convert-body input,
.convert-body ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  color: #303030;
  font-weight: 500;
}

.convert-body ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  color: #303030;
  font-weight: 500;
}

.convert-body :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  color: #303030;
  font-weight: 500;
}

.convert-body :-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
  color: #303030;
  font-weight: 500;
}

.full-section .col-md-4 {
  width: 29.333333%;
}

.full-section .col-md-8 {
  width: 70.666667%;
}

.btn-section {
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #e4e4e4 99%);
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #e4e4e4 99%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #e4e4e4 99%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e4e4e4', GradientType=0);
}

.btn-blue a {
  background-color: #0033cc;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
}

.btn-blue {
  padding: 20px;
  margin-top: 24px;
}

.btn-area {
  margin: 0 -11px;
}

.glyphicon-chevron-left:before {
  content: url(../img/left-arrow.png);
}

.glyphicon-chevron-right:before {
  content: url(../img/right-arrow.png);
}

.carousel-control.right,
.carousel-control.left {
  background: transparent;
}

.carousel-caption {
  padding-bottom: 30px;
  width: 500px;
  left: auto;
  right: 12px;
  bottom: -21px;
}

.carousel-caption h4 {
  font-size: 30.8px;
  color: #000000;
  text-align: left;
}

.carousel-caption span.banner-bold {
  font-weight: 700;
}

.font-1 {
  margin-top: 6px;
  font-size: 40px;
  display: inline-block;
}

.font-2 {
  font-size: 38.69px;
}

.carousel-control {
  width: 10%;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #bdc321;
  border: 0;
}

.carousel-indicators li {
  width: 9px !important;
  height: 9px !important;
  border: 1px solid #545454;
}

.carousel-indicators li {
  margin: 0 5px;
}

.banner {
  border-radius: 6px;
  overflow: hidden;
}

.footer {
  background-color: #0033cc;
  padding: 26px 0;
}

.footer li {
  display: inline-block;
  color: #e7d031;
}

.right-list li {
  margin: 0 32.5px;
}

.left-list {
  font-size: 18px;
}

.right-list {
  font-size: 16px;
  margin-bottom: 0;
  text-align: right;
}

.left-list {
  margin-bottom: 0;
  padding-left: 0;
}

.right-list li:last-child {
  margin-right: 0;
}

.wSelect-theme-classic.wSelect {
  width: 100% !important;
}

.wSelect-arrow {
  background-image: url(../img/arrow-down.png) !important;
}

.wSelect-theme-classic.wSelect {
  background-color: #fff !important;
}

.nav > li > a {
  padding: 10px 10px !important;
}

.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}

.top-menu-position-none {
  position: relative;
}

.ik_top_menu ul li a {
  color: #fff !important;
  /* font-size: 14px; */
  margin: 0 5px;
}
.ik_top_menu ul li a:hover {
  color: #c2c017 !important;
}
.ik_top_menu .navbar-default {
  background-color: #212121;
  border-color: #e7e7e7;
  border: 0;
  z-index: 100;
}

.home_icon a {
  color: #bdc321 !important;
}

.ik_bg_img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0px;
  height: auto;
}

.ik_relative {
  position: relative;
}

.video_img {
  position: absolute;
  z-index: 100;
  height: 70px;
  width: 70px !important;
  margin: 0 auto;
  text-align: center;
  float: none;
  top: 30%;
  left: 38%;
}

.featured_img {
  overflow: hidden;
}

.ik_bg_img img {
  width: 100%;
}

.btn-warning {
  color: #fff;
  background-color: #bdc321;
  border-color: #bdc321;
}

#shape {
  height: 0;
  float: right;
  width: 300px;
  position: relative;
}

#shape input {
  height: 40px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 0;
}

/* #shape:before{
  content: '';
  background:url(../img/serch-before.png);
  background-size:cover;
  position:absolute;
  width: 17px;
  height: 40px;
  margin-left: -15px;
} */

.serch_div {
  position: absolute;
  top: 4px;
  right: 1px;
  cursor: pointer;
}

.serch_div img {
  width: 50px;
  height: 50px;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000000;
}

.sub_news_box {
  padding: 8px 10px 10px;
  background: #212121;
  color: #fff;
}

.sub_news_box h2 {
  margin-top: 10px;
}

.sub_news_box h4 {
  margin-top: 10px;
  /* line-height: 20px; */
  /* opacity: 0.8; */
  height: 40px;
}

.sub_news_box p {
  margin-top: 10px;
  line-height: 22px;
  /* opacity: 0.6; */
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.menu_home {
  background: url(../img/home.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin: 0 auto !important;
}

.mt-30 {
  margin-top: 6px;
}

.breadcrumbs li {
  float: left !important;
  width: auto !important;
}

.ik_time {
  margin-bottom: 20px;
}

.ik_time tr td {
  /* font-size: 14px; */
  padding: 5px 10px;
  border: 1px solid #bdc321;
  color: #bdc321;
  /* font-weight: 600; */
}

.zakath_box {
  width: 100%;
  background: url(../img/zakath-icon.jpg) left center no-repeat, #bdc321;
  height: 65px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.inheritance_box {
  width: 100%;
  background: url(../img/inheritance.jpg) left center no-repeat, #bdc321;
  height: 65px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.adkaar_box {
  width: 100%;
  background: url(../img/adkaar.jpg) center no-repeat, #bdc321;
  height: 65px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.quiz_box {
  width: 100%;
  background: url(../img/quiz.jpg) center no-repeat, #bdc321;
  height: 65px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.daily_box {
  width: 100%;
  background: url(../img/dialy-icon.jpg) left center no-repeat, #bdc321;
  height: 65px;
  margin-bottom: 20px;
}

.ik_logo_main {
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(141deg);
  padding: 20px;
  color: #fff;
  background: #1266ae;
  text-align: center;
  width: 400px;
  height: 500px;
  background: #fff;
  position: absolute;
  top: -110px;
  left: -343px;
  border-radius: 30px;
  z-index: 1000;
}

.ik_logo_main img {
  transform: rotate(219deg);
  top: 50px;
  left: 50px;
  margin-top: 14px;
  margin-left: -268px;
  filter: grayscale(0%);
}

.ik_carousel_caption {
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
}

h1 {
  line-height: 40px;
}

.video_box img {
  overflow: hidden;
  width: 100%;
}

.news_kaliyoonjal_img {
  /* height: 137px; */
  /* background: url(../img/video-4.jpg); */
  overflow: hidden;
  background-size: cover;
  background-position: center;
  /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
}

.news_jalakam_img {
  height: 150px;
  background: url(../img/video-5.jpg);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.news_vayanalokam_img {
  height: 150px;
  background: url(../img/video-6.jpg);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.news img {
  overflow: hidden;
  width: 100%;
  margin: 0px 0;
}

.news_box_main {
  padding: 0;
}

h5 {
  font-weight: 600;
  color: #bdc321;
}

.footer {
  background: #212121;
  padding: 15px;
}

.footer_menu {
  margin-left: 0;
  padding-left: 0;
}

.footer_menu li a {
  text-transform: uppercase;
  color: #bdc321;
  padding: 5px;
  /* font-weight: 600; */
}

.color_white {
  color: #fff;
}

.p_black {
  padding: 10px 10px;
  background: #bdc321;
  color: #333;
}

.p_black_grey {
  padding: 10px 10px;
  background: #4e4e47;
  color: #fff;
}

.p_black_grey p {
  color: #fff !important;
}

.search_div_box {
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 10000;
  top: 0;
  background: #fff;
  left: 0;
  display: none;
}

.ml_20 {
  margin-left: 20px;
}

.social_icons {
  float: right;
}

.sb-search {
  position: absolute;
  width: 0%;
  min-width: 40px;
  height: 40px;
  float: left;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -mos-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  right: 50px;
  top: 0px;
}

.news_box_main h3 {
  /* font-size: 15px !important;
    line-height: 22px !important; */
  margin-top: 0;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 44px;
  border: none;
  outline: none;
  background: #fff;
  width: 35%;
  height: 43px;
  margin: 0;
  z-index: 10;
  padding: 5px 5px 5px 20px;
  font-family: sans-serif;
  font-size: 16px;
  color: #2c3e50;
}
.fa-input {
  font-family: "Font Awesome 5 Free";
}

span.fa-input-icon {
  position: relative;
}

span.fa-input-icon:after {
  /* font-family: "Font Awesome 5 Free"; */
  content: "\f002";
  font-size: 18px;
  position: absolute;
  right: 12px;
  top: 12px;
  pointer-events: none;
  background-color: red;
  color: #fff;
}

input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder {
  color: #efb480;
}

.sb-icon-search,
.sb-search-submit {
  width: 40px;
  height: 46px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  background: #fff;
  /*IE needs this*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /*IE 5-7*/
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  color: #fff;
  background: #212121 url(../img/search-01.svg) center center;
  background-size: 40px;
  z-index: 90;
  font-size: 22px;
  font-family: "entypo", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.sb-search.sb-search-open {
  width: 90%;
}

.sb-search.sb-search-open .sb-icon-search {
  /* background: url(../img/close-01.svg) center center;
    background-size: 40px;
    color: #fff;
    z-index: 11; */
  display: none;
}

.sb-search.sb-search-open .sb-search-submit {
  z-index: 90;
}

.sub_news_box label {
  color: #bdc321;
}

.responsive_logo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0px auto;
  display: none;
}

.m_bottom li a img {
  margin-left: 6px;
  margin-bottom: 8px;
}

.sub_news_box img {
  /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
}

.carousel-inner img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.7;
  height: 500px !important;
  width: 100% !important;
}

.left_menu {
  background: #212121;
  padding: 15px;
}

.left_menu h4 {
  color: #bdc321;
  border-bottom: 3px solid #bdc321;
  padding-bottom: 10px;
}

.related_news {
  overflow: hidden;
}

.related_news img {
  width: 100%;
  overflow: hidden;
}

.left_menu p {
  margin-top: 10px;
  color: #fff;
  /* opacity: 0.7; */
}

.related_news_main {
  margin-bottom: 25px;
}

.left_menu .sub_news_box {
  padding: 0;
}

ul {
  list-style: none;
}

.sub_menu_ul li {
  padding: 7px 0;
  cursor: pointer;
}

.sub_menu_ul li a {
  cursor: pointer;
}

.ik_border_right {
  border-right: 1px solid #c3c3c3;
  height: 1111px;
}

.breadcrumbs {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  padding-top: 10px;
}

.breadcrumbs ul li {
  float: left;
  margin-right: 5px;
}

.breadcrumbs ul {
  padding: 0;
}
.breadcrumbs.video__page {
  float: none;
  display: table;
}

.ik_full_news {
  padding-left: 30px;
}

.sub_menu_ul {
  border-bottom: 3px solid #bdc321;
  padding-bottom: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.main_pd_0 {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.ik_grayscale img {
  max-width: 100%;
}

.carousel-caption {
  text-align: left;
}

.res_search {
  display: none;
}

.container {
  width: 100%;
}

.navbar-collapse {
  overflow: hidden;
}

.pd_l_0 {
  padding-left: 0 !important;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  margin-right: -15px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 0px;
  text-align: center;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 0px;
  text-align: center;
}

.carousel-control {
  top: 0%;
}

.news_box {
  padding-top: 6px;
  background: #212121;
}

.ik_carousel_caption h1 {
  margin-top: 0;
  color: #fff;
}
.ik_carousel_caption p {
  color: #fff;
}
.carousel-caption a:hover {
  text-decoration: none;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 3px;
  padding-left: 3px;
}

.video_section {
  margin-left: -6px;
  margin-right: 0;
}

.prev-page {
  position: absolute;
  left: -50px;
  top: 239px;
  background: #eaeaea;
  /* padding: 10px; */
  border-radius: 70px;
  width: 40px !important;
  height: 40px !important;
}

.next-page {
  position: absolute;
  right: -40px;
  top: 239px;
  background: #eaeaea;
  /* padding: 10px; */
  border-radius: 70px;
  width: 40px !important;
  height: 40px !important;
}

.prev-page img {
  text-align: center;
  margin: 6px auto;
  justify-content: center;
  display: flex;
}

.next-page img {
  text-align: center;
  margin: 6px auto;
  justify-content: center;
  display: flex;
}

.featured_img img {
  height: 170px;
  width: 100%;
}

.featured_img h3 a {
  font-size: 14px;
  /* line-height: 22px; */
  margin-top: 10px;
  color: #fff !important;
  text-decoration: none;
}

.featured_img p {
  margin-top: 10px;
}

.right_pd {
  padding: 0px 12px 0px 18px;
}

.ik_text {
  width: 100%;
  background: transparent;
  border: 1px solid #bdc321;
  padding: 10px 10px;
  color: #d5d3d3;
}

.search-page .heading_banner {
  padding-left: 40px;
}

.search-page .side_menu_holder .breadcrumbs {
  padding-left: 20px;
  margin-bottom: 20px;
}

.search-page .side_menu_holder ul li a p {
  margin-bottom: 5px;
}

.search-page .side_menu_holder ul li p {
  line-height: 25px;
}
.search-page ul li a p {
  font-size: 26px;
  font-weight: bold;
}

.searchbtn__mob__responsive {
  width: 44px;
  z-index: 100;
  height: 44px;
  background: #bdc321;
  border: 0;
  font-size: 18px;
  float: right;
  padding-top: 0px;
}

/**-------------- Developer Styles ------------------**/
.home-page-block a {
  text-decoration: none;
}

.sub_news_box .fixed-height {
  height: 66px;
}

.bgCover {
  background-size: cover;
  padding: 16% 0;
  background-position: center center;
}

.featured_img .title {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
}

.featured_img .title h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
}

.featured_img .description {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 54px;
}

.featured_img .description p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
  font-size: 12px;
}

.side_menu_holder p {
  /* text-align: left !important; */
  /* font-size: 14px; */
  color: #383838;
  line-height: 24px;
}

.ik_text img {
  max-width: 100%;
}

.px-40 {
  padding: 0 40px;
}
.news_box label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  color: #bdc321;
  padding-left: 10px;
  padding-top: 5px;
}
.right__sidebar__newsbox label {
  padding-left: 0px;
}
.news_box_main h3 {
  /* font-size: 14px !important;
	line-height: 22px !important; */
  margin-top: 0;
  margin-bottom: 7px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* padding-bottom: 10px; */
  /* font-weight: bold; */
}
.news_box_main p {
  color: #333;
  /* font-size: 12px !important;
	line-height: 19px !important; */
  margin-top: 0;
  max-height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* padding-bottom: 10px; */
  /* font-weight: bold; */
}
.sub_news_box .fixed-height {
  height: 105px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.status-messages .messages__item {
  font-size: 16px;
}
.web__poster img {
  max-width: 100%;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 5px;
}

.mob__poster {
  display: none;
}

.hijri_date {
  padding-top: 6px;
  margin-bottom: 10px;
}

.hijri_date ul {
  color: #bdc321;
  opacity: 1;
  padding: 5px 0;
}

.modal {
  font-family: "Open sans";
}
.video__label {
  width: 100%;
  background: #212121;
  color: #bdc321;
  padding: 8px;
  margin-bottom: 0px !important;
}

#subscription-modal .modal-title {
  display: inline;
}

.modal-header .close {
  margin-top: 6px;
}

/* .pager li > a, .pager li > span {​​​​​​​​
    padding: 10px 14px 0px;
}​​​​​​​​ */

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

.w-50 {
  width: 50%;
}

/* -------- Form styling ----------- */
.ik-panel {
  font-family: "Open Sans", sans-serif;
  border-color: #bdc321;
}
.ik-panel > .ik-panel-heading {
  color: #fff;
  background-color: #bdc321;
  border-color: #bdc321;
}
.ik-btn {
  color: #fff;
  background-color: #bdc321;
  border-color: #bdc321;
}
/* ------ Bootstrap 4 Like Classes -------*/
.justify-content-center {
  display: flex;
  justify-content: center;
}
.align-items-center {
  display: flex;
  align-items: center;
}
.mt-60 {
  margin-top: 60px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-15 {
  margin-top: 15px;
}
/* ---- Drupal Specific ----- */
.d-none {
  display: none;
}

.newsletter-subscription {
  background-color: #333333;
  border-color: #333333;
  font-size: 13px;
  font-family: "Open Sans";
  vertical-align: bottom;
}
.newsletter-subscription:hover {
  color: white;
}
.view-all-link:hover {
  color: white;
  text-decoration: none;
}
.view-all-link:visited {
  color: white;
  text-decoration: none;
}
.view-all-link {
  text-transform: none;
  text-decoration: blink;
  color: whitesmoke;
  /* margin-left: 24%; */
  font-size: 13px;
  float: right;
}

#site-menu ul:nth-child(3) {
  display: none;
}

* {
  user-select: none;
}
*::selection {
  background: none;
}
*::-moz-selection {
  background: none;
}
*::-webkit-selection {
  background: none;
}

@media print {
  body {
    display: none;
  }
}
