/*
File Name : Main Css;
Author : Saqib Mughal;


*/

body{
	margin: 0;
	font-family: 'Noto Nastaliq Urdu';
}


img{border-radius: 0;}
/***********************************************
-----() HEADER
***********************************************/
.header_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
#searchform {
    display: flex;
    border: 1px solid #ebebeb;
    margin-bottom: 0;
}
#searchform button {
    background: transparent;
    color: #ddd;
    font-size: 16px;
    width: 36px;
}
#searchform input {
    background: transparent;
    box-shadow: none;
    padding: 8px 10px;
    text-align: right;
    width: calc(100% - 36px);
}
#searchform button {
    background: transparent;
    color: #ddd;
    font-size: 16px;
    padding: 8px 10px;
}
.main_options {
    margin: 0;
    padding: 0 10px 0px 0;
    display: flex;
    align-items: flex-end;
}
.main_options li {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}
.main_options li:last-child{
	padding-right: 0;
	padding-bottom: 0;
}
.user_option {
    margin: 0;
    padding: 0 0 10px;
}
.user_option li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #ebebeb;
}
.user_option li:last-child{
	border-right: 0;
}
.bar_btn {
    display: inline-block;
    color: #8c0e3d;
    font-size: 24px;
    line-height: 1;
    margin-left: 15px;
    margin-bottom: 10px;
}
.header_options {
    display: flex;
    align-items: flex-end;
}
.header_logo {
    width: 400px;
    padding-bottom: 10px;
}
.header_options {
}


.header_options {
    bottom: 20.5px !important;
}
.header_search{
	width: calc(100% - 750px);
	max-width: 300px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.header_bottom {
    border-top: 1px solid #eeeeee;
}
.social_links ul {
    margin: 0;
    padding: 0;
}

.main_menu {
    margin: 0;
    padding: 0;
}
.main_menu li{
	list-style: none;
	display: inline-block;
	padding: 0 0px;
}
.main_menu li.current_page_item a{
    background-color: #8d103c;
    color: #fff;
}
.header_bottom_inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.site_header {
    padding-top: 10px;
}
.logo_img {
    box-shadow: 0px -1px 6px 0 #bdbdbd8a;
}
.main_menu li a{
	color: #000;
	font-size: 14px;
    padding: 0 15px;
    transition: 0.3s;
}
.main_menu li a:hover{
  /*  background-color: #8d103c; */
    color: #8d103c;
    text-decoration: none;
}
.user_option li a {
    font-size: 24px;
    line-height: 1;
}
.main_options li a {
    font-size: 24px;
    line-height: 1;
}
/******************************************
---() Footer
******************************************/
.newslatter_area {
    background-color: #272727;
    padding: 20px 0 0;
}
.newslatter_area h1{
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
}
.nlatter_form {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
div.wpcf7 .ajax-loader{
	width: 100%;
	margin: 0;
}
.nlatter_form input[type="email"] {
    font-size: 22px;
    padding: 5px 15px;
    line-height: 1;
    text-align: right;
    background-color: transparent;
    border: 1px solid #4a4a4a;
    color: #fff;
    width: 100%;
}
.nlatter_form input[type="submit"]{
	font-size: 22px;
	padding: 7px 25px;
	min-height: 50px;
}
.nlatter_btn{
	width: 100px;
}
.nlatter_field{
	width: calc(100% - 110px);
}
.nlatter_form .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}
.newslatter_form {
    width: 50%;
    max-width: 420px;
}
.social_links_icons {
    margin: 0;
    padding: 0;
}
.social_links_icons li{
	list-style: none;
	display: inline-block;
}
.social_links_icons li a {
   /* background-color: #8d103c; */
    color: #fff;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 0px;
}
.newslatter_area_inner {
    display: flex;
}
.newslatter_social{
	width: calc(50% - 30px);
}
.footer_contact_area {
    background-color: #191919;
    padding: 80px 0 20px;
}
.footer_contact_area_inner {
    display: flex;
    justify-content: space-between;
}
.footer_pages_links{
	width: calc(40% - 30px);
	max-width: 100%;
	margin: 0 auto;
    text-align: right;
}
.footer_contant_form {
    width: 60%;
    text-align: right;
}
.footer_heading {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.footer_heading::before {
    content: '';
    width: 40px;
    height: 3px;
    display: inline-block;
    background-color: #8d103c;
    position: absolute;
    top: -30px;
    right: 0;
}
.contactf .form_field span {
    width: 100%;
    display: block;
}

.contactf .form_field span {
    width: 100%;
    display: block;
}
.contactf .form_field span input,
.contactf .form_field span textarea{
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 4px;
	color: #000;
	text-align: right;
	font-size: 22px;
	padding: 5px 15px;
	line-height: 1;
	height: unset;
	min-height: unset;
	max-height: unset;
}
.contactf .form_field textarea {
	height: 160px !important;
}
.form_btn input[type="submit"] {
    font-size: 22px;
    padding: 7px 40px;
    border-radius: 4px;
}
.footer_menu {
    margin: 0;
    padding: 0;
}
#footer_menu li {
    list-style: none;
}
.footer_menu li a {
    color: #fff;
    font-size: 22px;
}
.footer_copyright p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.footer_copyright{
	background-color: #121212;
	border-top: 1px solid #282727;
	padding: 15px 0;
}
/************************************************
----() Home Template
*************************************************/
.header_border {
    width: 100%;
    display: block;
}
.header_border img{
    width: 100%;
    max-width: 100%;
}
.home_slide{
    width: 100%;
}
.home_slide img{
    max-width: 100;
}
/********* New Products Are ************/

div#txt_responsive .loop_box_box {
    width: 24%;
    background-color: #f7f7f8;
    margin-left: 10px;
}

.np_section{
    padding: 60px 0 0px;
    background-color: #f8f8f8;
}
.section_heading {
    text-align: center;
    color: #010101;
    font-size: 50px;
    margin: 0;
    line-height: 1;
    position: relative;
}
.section_heading span {
    display: block;
    font-size: 30px;
    letter-spacing: 0.5px;
    margin-top: 5px;
}
.section_heading::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #8d103c;
    margin-bottom: 0;
    position: absolute;
    left: calc(50% - 25px);
    top: -5px;
}
.np_section_inner {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}
.np_category{
    width: calc(50% - 15px);
    text-align: left;
}
.op_area,
.lp_area {
    width: 100%;
    display: inline-block;
}
.np_category a {
    display: inline-block;
}
.np_products{
    width: calc(50% - 15px);
}
.np_category img {
    box-shadow: 10px 10px 15px 0px #9b9b9b;
}
.np_product_box {
    /*display: flex;*/
    margin-bottom: 30px;
    justify-content: space-between;
}
.np_product_image h1 {
    /*position: absolute;*/
    width: 100%;
    /*background: #00000082;*/
    top: 0;
    font-size: 16px;
    color: #8d103c;
    font-weight:bold;
    text-align: right;
}
.np_product_image h1 a {
    color: #8d103c;
    display: block;
   /* padding: 7px 10px 10px; */
    line-height: 1;
    font-weight:bold;
}
.np_product_content p {
    margin: 0;
    font-size: 22px;
    text-align: right;
    color: #000;
}
.np_product_image {
    /*position: relative;*/
    width: 220px;
}
/*.np_product_content {*/
/*    width: calc(100% - 250px);*/
/*}*/
.np_btn {
    font-size: 22px;
    color: #666;
    line-height: 1;
    display: inline-block;
    margin: 10px 0 0;
    background: #8d103c;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    font-size: 24px;
    line-height: 1;
}
.np_product_image img {
    box-shadow: 3px 3px 7px 0 #0006;
}
.pws_section {
    padding: 60px 0;
}
.section_heading1 h1 {
    margin: 0 10px 50px;
    text-align: center;
    font-size: 36px;
}
.pws_section_inner {
    display: flex;
    justify-content: space-between;
}
.pws_content{
    /*width: calc(100% - 300px);*/
    width:100%;
    text-align: left;
    position: relative;
}
.pws_sidebar {
    width: 270px;
    display:none;
}
.op_product_list {
    margin: 0 -8px;
}
.op_product {
    padding: 0 8px;
}
.op_product_content h3 {
    text-align: center;
    margin: 10px 0 10px 0;
    font-size: 18px;
}
.op_product_content h3 a{
    color: #000;
}
.op_area {
    padding-bottom: 30px;
}
.home-widget-container {
    list-style: none;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-right: 30px;
}
.home-widget-container:last-child{
    border-bottom: 0;
}
.home-widget-title {
    color: #111;
    font-size: 30px;
    text-align: right;
    margin-bottom: 0;
}
.home-widget-container ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.home-widget-container ul li{
    padding: 0 0px 0 0;
}
.home-widget-container ul.menu li a{
    font-size: 22px;
}
.home-widget-container ul li::before {
    content: "\f053";
    float: right;
    margin-right: 0;
    color: #000;
    opacity: 0.5;
    font-size: 13px;
    margin-top: 3px;
    margin-left: 5px;
}
.p_border{
    text-align: center;
}
.p_border img{
    margin: 0 auto;
    max-width: 580px;
}
.section_heading1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.book_list {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.loop_box_box {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.loop_box_image img {
    width: 100%;
}
.loop_box_content a{
    text-decoration: none !important;
}
.loop_box_content h2 {
    margin: 0;
    text-align: center;
    padding-bottom: 15px;
}
.loop_box_content h2 a{
    color: #000;
    font-size: 16px;
}
.loop_box_content {
    text-align: right;
}
.loop_box_btn {
    background: #8d103c;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    font-size: 24px;
    line-height: 1;
}
.archive_page_header h1 {
    font-size: 36px;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 30px;
}
.archive_page_layout {
    padding: 40px 0 50px;
}
.book_page_layout {
    padding: 40px 0 50px;
}
/*.single_book {
    display: flex;
    justify-content: space-between;
}*/
/*.single_book_images {
    width: 40%;
}*/
.single_book_content {
    /*width: calc(60% - 30px);*/
    text-align: right;
}
.single_book_content h2 a{
    color: #000;
    font-size: 28px;
}
/*.single_book_content h1 {
    margin: 0;
    padding-bottom: 15px;
    line-height: 1;
    font-size: 40px;
}*/
/*.single_book_content p {
    font-size: 22px;
    color: #111;
    margin: 0;
    padding-bottom: 10px;
}*/
.selected_page_layout{
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}
.selected_page_content{
    width: calc(100% - 310px);
    text-align: right;
}
.selected_page_sidebar {
    width: 280px;
}
.selected_page_content h1{
    margin: 0;
    padding-bottom: 15px;
    line-height: 1;
    font-size: 46px;
    text-align: center;
}
.selected_page_content p {
    font-size: 24px;
    color: #111;
    margin: 0;
    padding-bottom: 10px;
}
.selected_select_row{
    margin-bottom: 10px;
}
.selected_select_row select {
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 0px 10px;
    border: 2px solid #8d103c;
    border-radius: 4px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}
.contact_page_layout {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}
.contact_page_form{
    width: calc(100% - 310px);
}
.contact_page_info{
    width: 280px;
}
.cp_form_col {
    width: calc(50% - 15px);
}
.cp_form_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.cp_form label {
    text-align: right;
    font-size: 16px;
    color: #000;
    width: 100%;
    display: block;
    padding-bottom: 5px;
}
.cp_form span {
    width: 100%;
}
.cp_form span input,
.cp_form span textarea{
    width: 100%;
    text-align: right;
    background-color: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    border-radius: 4px;
}
.cp_form span textarea{
    height: 180px;
}
.cp_form span input:focus,
.cp_form span textarea:focus{
    background-color: #ededed;
}
.cp_form_btn input {
    font-size: 16px;
    line-height: 1;
    padding: 18px 33px 15px;
    display: inline-block;
    border-radius: 3px;
}
.contact_page_info_inner {
    text-align: right;
    background-color: #e6e6e6;
    padding: 20px 20px 5px;
    border-radius: 8px;
}
.contact_page_info_inner h2{
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
}
.cp_info_row h3 {
    color: #8d103c;
    font-size: 16px;
    margin: 0;
    line-height: 1;
}
.cp_info_row a {
    color: #000;
    font-size: 14px;
    display: inline-block;
}
.cp_info_row {
    margin: 20px 0;
    display: block;
}
.account_page_layout {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}
.account_page_sidebar {
    width: 280px;
}
.account_page_content{
    width: calc(100% - 310px);
}
h1.ap_sidebar_title {
    font-size: 46px;
    text-align: center;
    margin: 0;
    padding-bottom: 15px;
}
.ap_user_name {
    background-color: #e6e6e6;
    padding: 15px;
}
.ap_user_name h1 {
    margin: 0;
    text-align: right;
    font-size: 36px;
}
.ap_dashboar_options {
    padding: 10px 15px;
    border: 1px solid #e680a4;
    text-align: right;
    min-height: 500px;
}
.ap_dashboar_options ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.ap_dashboar_options ul li {
    list-style: none;
    margin: 10px 0;
}
.ap_dashboar_options ul li a{
    display: inline-block;
    color: #000;
    font-size: 24px;
}
a.ap_bold_btn {
    display: block;
    text-align: center;
    padding: 5px 20px;
    background: #8d103c;
    color: #fff;
    font-size: 22px;
    border-radius: 50px;
}
a.ap_light_btn {
    font-size: 22px;
    color: #000;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 8px 30px 10px;
    border-radius: 50px;
    line-height: 1;
    margin-bottom: 10px;
}
.mobile_menu {
    padding: 0;
    margin: 0;
}
.mobile_menu li{
    list-style: none;
}
.mobile_menu li a {
    font-size: 24px;
    color: #000;
    text-align: right;
    padding: 5px 10px;
    display: block;
    border-top: 1px solid #ddd;
}
.menu_close_btn {
    display: inline-block;
    font-size: 24px;
    color: #8c0e3d;
}
.menu_close {
    text-align: right;
    padding: 0 15px;
}
.mobile_menu_area {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    min-height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
.mobile_menu_area.active{
    visibility: visible;
    opacity: 1;
}
.content-area.full_width_page {
    width: 100%;
    margin: 40px 0 0 0;
    float: unset;
}
.single_book_content ol {
    margin: 0;
    padding: 0;
}
.footer_copyright p{
    text-align: left;
}
.single_article_meta p {
    display: inline-block;
    margin: 0 0px 15px 20px;
    border-radius: 5px;
    font-size: 16px;
}
.mahnama_article_box,
.loop_box_box {
   /* border-bottom: 1px solid #f0f0f0;*/
    display: block;
    width: 33.33%;
    margin-bottom: 30px;
    padding: 10px 15px;
    text-align: center !important;
}
.mahnama_article_box:last-child,
.loop_box_box:last-child{
    border-bottom: 0;
   /* margin-bottom: 0; */
}
.pmpro_table th, .pmpro_table td {
    margin: 0;
    padding: 10px 20px;
    
}
section.np_section.sticky_pad {
    padding-top: 100px;
}
.pmpro_table th{
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
.pmpro_table td{
    font-size: 22px;
    color: #000;
}
.pmpro_table .pmpro_btn-select {
    border: 0 !important;
    box-shadow: none !important;
    border-color: transparent !important;
    background: transparent;
    color: #8d103c !important;
}
p.pmpro_actions_nav {
    display: none;
}
.pmpro_checkout h3 span.pmpro_checkout-h3-name {
    font-size: 36px;
    color: #000;
    display: block;
    margin-bottom: 5px;
    line-height: 1;
}
#pmpro_form .pmpro_checkout h3{
    line-height: 1;
    font-size: 1rem;
    margin-bottom: 10px;
}
.pmpro_checkout h3 span.pmpro_checkout-h3-msg{
    font-size: 20px;
    font-style: normal;
}
form.pmpro_form label{
    font-size: 20px;
    color: #3a3a3a;
}
form.pmpro_form input[type=submit],
.login-submit input[type=submit] {
    font-size: 22px !important;
    letter-spacing: 1px;
    padding: 8px 20px;
    border-radius: 2px;
}
.pmpro_submit hr {
    background: transparent;
    margin: 0 0 5px;
}
form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password] {
    display: inline-block;
    max-width: 90%;
    font-size: 20px;
    padding: 7px 15px;
    box-shadow: none;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.pmpro_checkout-fields p {
    font-size: 18px;
    color: #3a3a3a;
    margin: 0;
}
form.pmpro_form label,#loginform label{
    text-align: right;
    font-size: 20px;
    color: #3a3a3a;
}
input[type=submit]{

}
.pmpro_message {
    font-size: 20px;
    text-align: right;
}
.box_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.entry-title {
    font-size: 56px;
    text-align: center;
    margin: 0 0 30px;
}
.site-main {
    margin: 25px 0 30px;
}
.mahnama_article_list,
.writer_article_list,
.series_article_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.loop_box_content p {
    margin: 0;
    font-size: 16px;
}
.loop_box_content.style2 h2 {
    margin: 0;
    padding: 0 0 5px;
}
.loop_box_content.style2 p{
    display: inline-block;
    margin-left: 10px;
    line-height: 1.3;
}
.single_article_content p {
    font-size: 22px;
}
.single_article_image {
    padding-bottom: 0px;
}
.single_article_image img{
    margin-bottom: 20px;
}
.single_mahnama_area {
    display: flex;
    justify-content: space-between;
}
.single_mahnama_image {
    width: 300px;
}
.single_mahnama_articles{
    width: calc(100% - 330px);
}
.site_table th {
    font-size: 22px;
    color: #000;
}
.site_table td a.table_title{
    color: #000;
    font-size: 16px;
}
.site_table td{
    color: #000;
    font-size: 16px;
}
.single_mahnama_pdf {
    padding-top: 50px;
}
.single_mahnama_pdf img {
    max-width: 80px;
}
.article_pagination{
    margin-top: 30px;
}
.product-template-default #secondary {
    display: none;
    width: unset;
    float: unset;
}
.product-template-default #primary {
    width: 100%;
    float: unset;
    margin-left: 0;
}
.product_title.entry-title {
    font-size: 32px;
    text-align: right;
    line-height: 1.3;
}
.storefront-product-pagination {
    display: none;
}
.my_tabs {
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #eee;
}
.my_tabs li {
    display: inline-block;
}
.my_tabs li a {
    font-size: 16px;
    line-height: 1;
    padding: 10px 20px;
    border-bottom: 1px solid transparent;
    display: inline-block;
    top: 1px;
    position: relative;
}
.my_tabs li a.active{
    border-color: #8d103c;
}
.my_tab_content{
    display: none;
}
.my_tab_content.active{
    display: block;
}
.newslatter_form h3 {
    color: #fff;
    margin-bottom: 0;
}

i.fa-home {
    font-size: 24px;
    margin-right: 10px;
}

.switcher {
    text-align: right !important;
    width: 80px !important;
    padding-bottom: 20px;
}

.side_linkdiv {
    width: 100%;
    padding: 20px 10px;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 5px;
}

.side_linkdiv li {
    font-size: 18px;
    letter-spacing: 2px;
    list-style: arabic-indic;
    
}

.side_linkdiv a
{
    color: #000;
    font-size: 18px;
    font-weight: 500; 
}
.sidebar_btm {
    width: 100%;
    padding: 20px 10px;
    background-color: #fafafa;
    margin-top: 5px;
    border: 1px solid #fafafa;
    border-radius: 5px;
}

.sidebar_btm a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.custom_image img {
    width: 100%;
}
.side_linkdiv h3 {
    color: #df2828;
}
.sidebar_btm h3
{
     color: #df2828;
}

.header_logo img {
    width: 300px !important;
}
p.coming_sopage a {
    font-size: 16px;
    font-weight: 500;
    margin-left: 35%;
}
.series_article_list .loop_box_image img {
    width: 60%;
    border: 1px solid #ccc;
    margin: auto;
}

.single_allign {
    text-align: center;
}

.loop_box_content.style2 {
    text-align: center;
}
.loop_box_content.style2 h2 {
    text-align: center;
}


/* css for pagination */


.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #8d103c;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #272727;
}
.navigation {
    text-align: center;
    width: 80%;
}


.loop_box_box div a img {
    border: 1px solid #8c0e3d;
    padding: 1px;
}

.loop_box_box.im-lop img {
    width: 80%;
    height: auto;
    margin-right: 10%;
}
.scrolldownnicon {
    margin-bottom: 15px;
}
    /* custom pop up css */



#display_popup
{
 font-size:20px;
 cursor:pointer;
}
#popup_box
{
 visibility:hidden;
 display:none;
 width:30%;
 background-color:#BDBDBD;
 position:fixed;
 left:35%;
 top:30%;
 border-radius:10px;
 border:2px solid grey;
 box-shadow:0px 0px 10px 0px grey;
 font-family:helvetica;
}
#popup_box #cancel_button
{
 float:right;
 margin-top:4px;
 margin-bottom:4px;
 margin-right:5px;
 background-color:grey;
 border:none;
 color:white;
 padding:5px;
 border-radius:1000px;
 width:25px;
 border:1px solid #424242;
 box-shadow:0px 0px 10px 0px grey;
 cursor:pointer;
}
#popup_box #info_text
{
 padding:10px;
 clear:both;
 background-color:white;
 color:#6E6E6E;
}
#popup_box #close_button
{
 margin:0px;
 padding:0px;
 width:70px;
 height:30px;
 line-height:30px;
 font-size:16px;
 background-color:grey;
 color:white;
 border:none;
 margin-bottom:10px;
 border-radius:2px;
 cursor:pointer;
}
.page-id-13922 div#primary {
    width: 100% !important;
    text-align: center;
}

/* custom pop up css end */

div#mobile-view-portable-no {
    display: none;
}

.site_table th {
    font-size: 20px !important;
}

	.single_article_image ul li {
    list-style: none;
}

.contactf .form_field span input, .contactf .form_field span textarea {
    font-family: inherit;
}
.form_btn input[type="submit"] {
    font-family: inherit;
}


.single_article_image ul {
    margin: 0;
}


/* new naveed css */
.Custom_Pop_Section1 {
    width: 33%;
    float: right;
}
.Custom_Pop_Section1 p {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    text-align:center;
}

.Custom_Pop_Section1 ul {
    list-style: none;
}

.Custom_Pop_Section1 ul li a {
    color: #fff !important;
}

.Custom_Pop_Section1 ul li {
    float: right;
    width: 50%;
}
div#popmake-17675 {
    padding: 30px 100px;
    padding-bottom:10px;
}
.Custom_Pop_Section1 button {
    width: 60%;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-pinterest {
  background: #cb2027;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-instagram
{
 background-color: #E1306C;
    color: #fff;
}
i.fab {
    padding: 6px 6px;
    border-radius: 5px;
}
.sticky_bar_header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.sticky_bar_header li a {
   
}
.sticky_bar_header li a:hover
{
    
}
.sticky_bar_header .menu-vaival-menu-container ul ul {
   
}
.file-266 input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    padding: 10px 10px;
    color: #fff;
}
.cp_form_btn.btn_Submit_forme input {
    width: 40%;
    border-radius: 10px;
}
.cp_form_btn.btn_Submit_forme {
    text-align: center;
}

.right-sidebar .widget-area {
    width: 100% !important;
    
}
div#txt_responsive form {
    text-align: left;
    width: 100%;
}

div#responisve_sli_pro {
    padding-top: 10px;
}

div#txt_heading_team {
    text-align: center;
    padding: 50px 0;
}

#txt_responsive select#taskOption {
    width: 15%;
    padding: 0px 10px;
    border-radius: 5px;
    background-color: #fbfbfb;
    border-color: #8d103c;
}

#search-2 input.search-field {
    background-color: #fbfbfb;
    border: 1px solid #8d103c;
    border-radius: 10px;
}

.col-md-3 div#secondary {
    border: 5px solid #8d103c;
    padding: 2em 1em;
    border-radius: 8px;
}
.btn_wocommerce_Section {
    text-align: center;
}
.btn_wocommerce_Section a {
    padding: 5px 40px;
    border: 1px solid #8d103c;
    font-size: 18px;
    border-radius: 8px;
    text-decoration: none !important;
}
#txt_responsive_0 .loop_box_box {
    float: left;
}
.single-article .sticky_bar_header {
    position: relative;
}
.row.reve_order_mob1 {
    display: none;
}
/* slider main css */

/* Slideshow container */

.slideshow-container {
    position: relative;
    background: #93c9ea91;
    width: 60%;
    margin: 0 auto;
    direction: ltr;
    border-radius: 8px;
    margin-top: 20px;
}

.slideshow-container h3 {
    text-align: center;
    padding-top: 20px;
}
/* Slides */
.mySlides {
  display: none;
  padding: 60px 0;
  text-align: center;
}

/* Next & previous buttons */
.prevs, .nexts {
  cursor: pointer;
     position: absolute;
    top: 50%;
    /* width: 35px; */
    /* margin-top: -20px; */
    padding: 10px 10px 16px;
    color: #888;
    font-weight: bold;
    /* font-size: 15px; */
    border-radius: 0 3px 3px 0;
    user-select: none;
    line-height: 0;
    text-decoration: none !important;
}

/* Position the "next button" to the right */
.nexts {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevs:hover, .nexts:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

@media screen and (min-width: 1200px) {
    /* Styles go here */

.page-id-22284 div#content .container {
    width: 100%;
    max-width: 100%;
    padding: 20px 100px;
}
.tax-series div#content .container
{
     width: 100%;
    max-width: 100%;
    padding: 20px 100px; 
}
}

@media screen and (min-width: 1200px) {
    /* Styles go here */

    .page-id-22284 #content .container {
        width: 100%;
        max-width: 100%;
        padding: 20px 100px;
    }
    
    .tax-series #content .container {
        width: 100%;
        max-width: 100%;
        padding: 20px 100px; 
    }
}

