
@font-face {
  font-family: 'N-urdu';
  src:url("../font/urdu/NotoNastaliqUrdu-Regular.ttf");
  /* font-weight: bold; */
}

 .content .Urdu {
		font-family: 'N-urdu';
     font-style: normal;
    font-weight: 400!important;
    /* text-transform: uppercase; */
    font-size: 20px!important;
    text-align: right;
    line-height: 39px;
}
 .region-sidebar-first .Urdu a{
		font-family: 'N-urdu'!important;
     font-style: normal;
    font-weight: 400!important;
    /* text-transform: uppercase; */
    font-size: 25px!important;
    text-align: right;
    line-height: 39px;
}

/**************** Start CSS for Subscribe section ****************/
*{
  margin:0;
  padding:0;
}
#bottom-full .container{
  padding:1%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  border:1px solid;
  margin:1%;
}
#bottom-full .img_div{
width:35%;
}
#bottom-full .img_div img{
  width: 100%;
object-fit: cover;
}
#bottom-full .text_container{
width:60%; 
 text-align:center;
  padding:2%;
}

@media(max-width:600px){
  .container{
flex-direction:column;
  }
  .img_div{
margin-bottom:3%;
}

}

/**************** End CSS for Subscribe section ****************/

.view-id-audio_subscribe_on .content-label {
    font-family: 'Oswald';
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 400;
}

.page-pre-view a.left-c {
 float:left;
}

.page-pre-view a.right-c {
 float:right;
}

.page-pre-view,
.page-pre-view .col-md-6 {
   padding-right: 0px!important;
   padding-left: 0px!important;
}

.page-pre-view .btn-default {
    text-transform: uppercase !important;
    font-size: 13px;
    width: 106px !important;
    height: 34px !important;
    padding: 8px;
}
.field--name-field-category li:nth-child(2){
   display:none;
}

#edit-mysubmit {
 margin-top:47px;
}

/** Social link share **/
.fsocial .fa-facebook {
  color: #3B5998;
}
.fsocial .fa-twitter {
  color: #55ACEE;
}
.fsocial .fa-linkedin {
  color: #007bb5;
}
.fsocial .fa-youtube {
  color: #bb0000;
}
.fsocial .fa-instagram {
  color: #125688;
}
.fsocial .fa-pinterest {
  color: #cb2027;
}
.fsocial .fa-quora {
  color: #cb2027;
}
.fsocial .fa-telegram {
  color: #24A1DE;
}
.fsocial .fa-whatsapp {
  color: #25D366;
}

.fsocial .fa {
  padding: 10px;
  font-size: 25px;
  width: 45px;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #cccccc6e;
  height: 49px;
}
.fsocial .social-card {
	align-items: center;
	justify-content: center;
	width: 145px;
	height: 50px;
	border: 1px solid #ccc;
	margin: 15px 5px;
	background-color: #fff;
	transition: transform 0.2s, box-shadow 0.2s;
	float: left;
}
.fsocial span {
  padding-left: 10px;
}
.fsocial .social-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/** Social link share - end **/