/* Add here all your CSS customizations */

a{
	cursor: pointer;
}
.padding0{
	padding: 0 !important;
}
.margin0{
	margin: 0 !important;
}
.bottom10{
	margin-bottom: 10px;
}
.bottom20{
	margin-bottom: 20px;
}
.bottom30{
	margin-bottom: 30px;
}
.bottom40{
	margin-bottom: 40px;
}
.bottom50{
	margin-bottom: 50px;
}
.top10{
	margin-top: 10px;
}
.top20{
	margin-top: 20px;
}
.top30{
	margin-top: 30px;
}
.top40{
	margin-top: 40px;
}
.top50{
	margin-top: 50px;
}
.radius4{
	border-radius: 4px;
}

.profile_page section.section{
	background:#fff !important;
}

.top_ad{
text-align:right;
}
.top_tabs .tabs ul.nav li a{
	padding: 10px 12px !important;
}

.top_tabs .tab-content ul li{
	float: left;
    width: 100%;
    padding-left: 0;
    margin: 0;
    line-height: 24px;
}
.top_tabs .tab-content ul li a{
	/*background:#e7e7e7 ;*/
	border-bottom: 1px solid #ccc;

	color:#000 !important;
	float: left;
    width: 100%;	
    padding: 5px 5px 5px 25px;
    text-decoration: none;
    -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
    -moz-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
    -o-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
    transition: all 0.5s;
}
.top_tabs .tab-content ul li a i{
	position:relative;
	left:7px !important;
	top: 9px !important ;
}
.top_tabs .tab-content ul li a:hover{
	background: #000;
	color: #fff !important;
}
.top_tabs .tab-content #exporters .col-md-4{
	width:20% !important;
}
.tabs .nav-tabs li a.text-center{
	color:#222 !important;
}
.tabs .nav-tabs li a.text-center i{
	color:#ff0000 !important;
}
#header .navbar-fixed-top{
	background: #000 !important;
	min-height: 10px !important;
	position: relative !important;
	margin-bottom: 0 !important;
	border: none;

}
#header .navbar-fixed-top ul li a{
	color: #999;
	font-size: 13px;
	padding-bottom: 7px;
    padding-top: 7px;	
}
#header .navbar-fixed-top ul li a:hover{
	color: #ff0000;
	background: #f7f7f7;
}
#header .navbar-fixed-top ul li.dropdown a i.fa-caret-down{
	position: relative;
	left: 5px;

}
#header .navbar-fixed-top .dropdown-menu > li > a{
	border-bottom: 1px solid #ccc;
    padding: 7px 20px !important ;
	color: #333;
}
#header .navbar-fixed-top .dropdown-menu > li > a:hover{
	color: #000 !important;
}

.header-top .dropdown-menu > li > a > i{
	margin-right: 5px;
}

.header-top .dropdown-menu{
	padding:0;
}

.navbar-fixed-top .navbar-toggle{
    margin-bottom: 0 !important;
    margin-right: 15px !important;
    margin-top: 2px !important;
    padding: 5px !important ;
    border-radius: 4px;
}

.sidebar .heading-primary, .sidebar .heading-primary a{
	background: #ff0000 none repeat scroll 0 0;
    color: #fff !important;
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
}
.sidebar .special_menus{
	background:#fff;
}
.sidebar .special_menus li a:hover{
	background: #000;
	color: #fff !important;
}

.sidebar .nav-tabs li a{
	padding:10px;
	color:#222 !important;
}
.sidebar .nav-tabs li a i, .sidebar .other_links ul.nav-list li a i{
	color:#ff0000 !important;
}

.sidebar .simple-post-list li .post-info a{
	color: #222;
}
.sidebar .simple-post-list li .post-info a:hover{
	color: #ff0000;
}
.middle_ads img{
	/*border:2px solid #ccc;*/
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    color:#09C;
    text-transform: uppercase;
    font-weight: bold;
}
.header-top .topSearchForm{
	padding: 3px 0;
}
.header-top a:after {
	/*position: absolute;
	font-family: FontAwesome;
	content: "\f0d7";
	font-size: 10px;
	position: absolute;
	top: 9px;
	right: 11px;*/
}
.header-top a.login_link{
 	background: #ff0000;
    color: #fff !important ;
    padding: 3px 10px;
    border-radius: 3px;
}
.header-top a.login_link:hover{
	color:#333 !important;
}
.counter, .video {
	margin: 0 !important;
}
section.section.section-video{
	background:#000 !important;
}
.slidenote {
    background: #fbec78 none repeat scroll 0 0;
    height: 140px;
    /*padding: 1em;*/
    width: 540px;
	z-index: 99999;
    right: -550px;
	display: block; 
	position: fixed; 
	bottom: 0px;
}
.slidenote #container{
	padding-left:20px;  
	height:100%;
}
.slidenote > a#note_close {
    border-radius: 100%;
    bottom: 10px;
    color: #000;
    padding: 0 5px;
    position: relative;
    right: 10px;
    background: #000;
    color: #fff;
	 border: 2px solid #fff;
	 cursor:pointer;
}
.slidenote .slidenote_heading {
    float: left;
    width: 100%;
}
article.post .post-meta > span i{
	color: #ff0000;
}

.footer-copyright ul li a{
	font-size: 0.9em;
	color: #ccc !important;
    position: relative;
    top: 15px;
}
.footer-copyright ul li a:hover{
	text-decoration: underline;
}
.profiles .business_title{
	color:#333;
	font-size: 16px;
}
.profiles .post p{
	 margin-bottom: 0;
    padding: 0 20px 0 0;
    text-align: left;
}
.profiles .b_logo{
	border:1px solid #999;
}

.profiles a.btn-primary,.scrollingBox a.btn-primary{
	margin-top:10px;
	border-radius:5px;
	text-transform:capitalize;
	margin-right:5px;
}
.scrollingBox a.btn-primary{
	color: #fff !important;
}
.profiles hr.solid{
	margin:0 !important;
}
.newsletter_box{
	margin-top:30px;
	 clear: both;
}
.newsletter_box a{
	position:relative;
}
.newsletter_box a:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0d7";
	font-size: 30px;
	position: absolute;
	right: 110px;
    top: 12px;
}

.sidebar .other_links ul.nav-list,.sidebar .other_links img{
	border: 1px solid #ccc;
}
.sidebar .other_links img{
	border-bottom: none;
}

.sidebar .other_links ul.nav-list li a::before{
	border:none !important ;
}
.sidebar .other_links ul.nav-list li a{
	 font-weight: 600;
    text-transform: uppercase;
    color: #222;
}
.sidebar .middle_ads{
	float: left;
	width: 100%;
}

.profile_page .special_menus{
	background:#f4f4f4 !important;
}
.send_email_div{
	margin-top:10px;
	padding-right:0;
	padding-left: 0;
}
.send_email_div button, .send_email_div a.btn {
	border-radius:4px;
}
.send_email_div button:first-child{
	margin-left:5px;
}
.business_profile .b_name{
	font-weight:600 !important;
}
.business_profile .short_desc{
	color:#666;
	text-transform:none;
}
.business_profile p img{
	margin: 0 5px;
} 

.business_profile p.drop-caps.drop-caps-style-2::first-letter {
    background-color: #ff0000 !important;
}
.business_ads{
	max-width:800px !important;
}
.contact_info .divider{
	margin:30px 0 !important;
}
.home_blogs .btn-flat{
	padding: 0 !important
}

.next_btn, .pre_btn {
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    position: fixed;
    bottom: 50%; 
    z-index: 99999; 
    border: 2px solid #fff;
    box-shadow: 0 0 2px 5px #ccc;
	background:#333;
	width: 100px;
}
.next_btn{
	right: 0px;
    border-right: none;
    border-radius: 30px 0 0 30px;
}
.next_btn > .link{
	border-radius: 30px 0 0 30px;
	text-align: center;
}
.pre_btn {
    left: 0px;
    border-left: none;
    border-radius: 0px 30px 30px 0px;
}
.pre_btn > .link{
	  border-radius: 0px 30px 30px 0px;
	  text-align: center;
}

.blog_page .post{
	border:none !important;
}

.blog_page .divider hr{
	width:100%;
	background:#000 !important;
}

.blog_page .post-content h2{
	margin-bottom:1px !important;
}

.blog_page .post-content h2 a{
	color:#222;
	font-size:25px;
}
.blog_page .post-content h2 a:hover{
	color: #ff0000;
}
.directories{
	margin-bottom: 40px;
	float: left;
}
.directory_menus {
	float: left !important;
}
.directories .dirImg{
	padding-top: 70px;
}
.directories .post_header{
	margin: 0 0 30px 0;
}
.directories .post_header h3{
	font-weight: 600;
    margin: 0;
    line-height: 60px;
        color: #ff0000;
}
.directories .post_header h3 span{
	color:#222;
	font-size:14px;
	font-weight:600;
	text-transform: capitalize;
}
.directories p.images
{
	margin-top:20px;
}

.directory_sidebar .heading-primary{
	background:#000 !important;
}
.directory_sidebar .special_menus{
	background:#ff0000 !important;
}
.directory_sidebar ul.nav-list li a{
	color: #fff;
	font-size:15px;
}
.directory_sidebar ul.nav-list li a:hover{
	color: #000 !important;
	background: #eee;
}
.directory_sidebar ul.nav-list li a::before {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #333;
    border-top: 8px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 3px 10px 10px -18px;
    position: absolute;
    width: 0;
}
.directory_active
{
	color: #000 !important;
	background: #eee;
}
.directories .topfeatures{
	background: url('../africa_directory/images/excel-download.png') no-repeat;
	background-position: right;
}
.directories .topfeatures li{
	border:none;
}
.pagination a,.pagination strong{
	padding: 5px 12px !important;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
    background-color: #555;
    border: 1px solid #333;
    margin-left: 2px !important;
    margin-right: 2px;
    border-radius: 3px !important;
}
.pagination strong, .pagination a:hover{
	background-color: #999;
	border-color: #777;
	color: #fff;
}

.tourism .embed-responsive-borders{
	border:1px solid #ccc;
}
.related_comp .recent-posts {
    padding: 0 10px;
    border-right: 1px solid #ccc;
}
.recent-posts h4{
	line-height: 20px !important ;
}
.related_comp .recent-posts h4 a{
	font-weight: 600;
	color: #333;
	font-size: 16px;
}
.related_comp .recent-posts h4 a:hover{
	color: #ff0000;
}
.related_comp .company .recent-posts p{
	clear: both;
}
.pricing .top_heading{
	border-bottom: 2px solid #ff0000;
}
.pricing .top_heading h1{
	font-size: 30px;
}
.pricing .top_heading h1 strong{
	color: #ff0000;
}
.pricing .top_heading h2{
	font-size: 24px;
}

.pricing .details p{
	text-align: justify;
}

.pricing .regular_ad ul.list li{
	width: 50%;
	float: left;
}
.pricing .regular_ad ul.list li a{
	color: #222;
}

.pricing .regular_ad ul.list li a:hover{
	color: #ff0000;
}

.pricing .pricing-table{
	padding: 0;
}
.pricing .pricing-table.pricing-table-sm h3 span{
	height: 80px;
	width: 80px;
}
.pricing .contact_info .divider i{
	margin:0 auto 0 -10px;
}
.rate_page_sidebar ul.simple-post-list{
	padding: 0 5px;
	margin-bottom: 15px;
	background: #eee;
}
.membership_table table tr{
	border-top: 1px solid #ccc;
}
.membership_table table thead tr{
	border-top: none;
}
.membership_table table thead tr th{
	text-align: center;
}
.solid_border{
	border-top: 2px solid #475057 !important ;	
}
.membership_table table thead tr th span{
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
.membership_table table tr th{
	padding: 20px;
	border:none;
	font-size: 16px;
	font-weight: 600;
}
.membership_table table tr td{
	padding:20px;
	text-align: center;
	/*background: #F2F2F2;*/
	border:none;
	border-right: 1px solid #ddd
}
.membership_table table tr td:last-child{
	border:none !important;
}

.membership_table table tr td span{
	font-weight: 600;
	font-size: 16px;
}
.membership_table table tr td span .fa-times{
	color: #000;
}
.membership_table table tr td span .fa-check{
	color: #ff0000;
}
.membership_table table tr td.pricing span{
	font-size: 18px;
	color: #000;
}
.membership_table table tr td a{
	border-radius: 4px;
}
.membership_table table th.silver{
	background: #49A5E1;	
	position: relative;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}

.membership_table table th.silver::after{
	content: '';
	display: block;  
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 20px solid #49A5E1;
	border-right: 100px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 100px solid transparent;
}
.membership_table table th.gold{
	background: #F8941A;
	position: relative;
	padding: 15px 0;
	text-align: center;
	color: #fff;	
}
.membership_table table th.gold::after{
	content: '';
	display: block;  
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 20px solid #F8941A;
	border-right: 100px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 100px solid transparent;
}
.membership_table table th.platinum{
	background: #4E9D22;	
	position: relative;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
.membership_table table th.platinum::after{
	content: '';
	display: block;  
	position: absolute;
	left: 0px;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 20px solid #4E9D22;
	border-right: 95px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 95px solid transparent;
}
.silver_color{
	background: #DFF1FB;
}
.gold_color{
	background: #FEDEA4;
}
.platinum_color{
	background: #D5EDB1;
}
.membership_table form select{
	width: 100%;
    height: 35px;
    background: transparent;
    border: 1px solid;
}
.membership_table form select option{
	background: transparent;
}
.membership_table form .pay_btn{
	border-radius: 4px;
}
.rates.call-to-action.call-to-action-in-footer{
	margin-bottom: 30px !important;
}
.rates.call-to-action.call-to-action-in-footer:before{
	display: none;
}
.rates.call-to-action .call-to-action-content{
	padding-top: 0;
}
.membership_page .pricing .regular_ad ul.list li{
	width: 33%;
}
.membership_page .directory_plans .heading .btn{
	position: relative;
	bottom: 40px;
}
.membership_page .directory_plans .dir_plan_box:first-child .plan .btn{
	margin-top: 198px;
}
.membership_page .directory_plans .center h3{
	padding-top: 60px;
}
.membership_page .directory_plans .center  h3 span{
	margin-top: 40px  ;
}
.membership_page .directory_plans .center .plan .btn{
	margin-top: 130px;
}
.membership_page .pricing-table li{
	padding: 5px 0;
}
.membership .owl-carousel .owl-item img{
	width: 100px;
    height: auto;    
}
.membership_page .panel-group .panel-heading a{
	color: #000 !important;
}
.popover-title  {
	padding: 8px 14px !important;
	font-size: 14px;
}

.advertise_table table thead tr th{
	text-align: center;
	background: #323232;
	color: #fff;
	vertical-align: middle;
	font-size: 16px;
}
.red_background{
	background: #C01900 !important;
	text-align: center;
	color: #fff !important ;
	font-weight: 600;
}
.advertise_table table tbody tr th,.advertise_table table tbody tr td{
	color: #000;
}
.no_border{
	border:none !important;
}

/**********Search Form start************/
.search_box{
	/*margin-top: 50px;*/
}
.search_box h2 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    margin-top: 30px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.search_box h2 .radio-inline {
	border: 1px solid#ff0000;
    padding: 0px 10px !important;
    text-transform: capitalize;
    border-radius: 2px;
    font-size: 18px;
    line-height: 1.5;
}
.search_box h2 input[type=radio] {
	display: none;
}
.search_box_active{
	color: #fff !important;
	border-bottom: 2px solid #000;
	background: #ff0000;
}

.searchSuggestion{
	background: #f7f7f7;
    box-shadow: 0px 2px 2px 2px #666;
    border-top: none;
    position: absolute;
    z-index: 99999;
    width: 100%;
    display:none;
    overflow: scroll;
    height: 400px;
    overflow: auto;
    text-align: left;
    top: 46px;
}
.searchSuggestion > li {
    cursor: pointer;
    margin: 0;
    padding: 8px 10px;
    width: 100%;
    color: #333;
    font-size: 13px;
    height: auto !important ; 
    list-style: none;
}
.searchSuggestion > li:hover {
	background: #ddd;
	color: #000;

}

.search_box .formbox{
 	background: #ff0000 ;
    border-radius: 10px;
    margin-top: 5px;
}

.search_box form {
	padding: 30px 30px 15px 30px;
}
.search_box .container .col-sm-3{
	margin:0;
	padding: 0
}
.search_box form input.input-control{
	border-radius: 4px 0 0 4px;
}
.search_box form .input-control{
	
	border-right: 1px solid #ebebeb;
	font-size: 13px;
    height: 48px;
    line-height: 48px;
    padding: 10px 16px;
    text-align: left;
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #ddd;
}
.search_box form .btn-group{
	width: 100%
}
.search_box form .btn-group .btn{
	background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 4px 4px 0;
    height: 48px;
    padding: 0;
    width: 100%;
}
.search_box form .btn-group .btn:hover{
	color: #ccc;
}
/**********Search Form end************/
/*.howitworks .timeline
{
	margin: 80px 5% 0 !important ;
	width: 80% !important ;
}
.howitworks .timeline::after{
	left: 13.3% !important;
}
.howitworks .timeline-box {
	width: 80% !important;
}
.howitworks .timeline-box .portfolio-item h4 i{
	color: #ff0000;
	margin-right: 10px;
}*/

.howitworks section.timeline .timeline-box{
	padding: 0;
}
.howitworks .second_box, .howitworks .fourth_box{
	margin-top: 200px !important ;
}

.howitworks .featured-box{
	border:0 !important ;
}
.howitworks .featured-boxes .col-sm-12{
	padding: 0;
}
.howitworks .featured-boxes .featured-box{
	margin-top: 0 !important;
}
.howitworks .featured-boxes-flat .featured-box .box-content{
	margin-top: 0 !important ;
}
.howitworks .featured-box .box_heading{
	color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.howitworks .featured-box ul{
	padding: 0;
     margin: 0 70px;
    list-style: none;
}
.howitworks .featured-box ul li{
	border-bottom: 1px solid #eee;
    line-height: 30px;
}
.howitworks .featured-box ul li i{
	color: #00A408;
}

.howitworks .special_box .featured-box ul{
	margin: 0 20px;
}
.howitworks .special_box .featured-box ul li{
	float: left;
	margin: 0 15px;
    border: none;
}
.howitworks .special_box .featured-box ul li i{
	display: block;
	font-size: 40px;
}
.howitworks .featured-box .small_info{
	margin: 20px 0 0px 0;
    line-height: 40px;
    padding: 0;
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
}
.howitworks img.logo{
	float:left;
	width:20%;
}
.howitworks .call-to-action h3
{
	line-height: 40px;
	font-size: 35px;
	position: relative;
    bottom: 30px;
}

.buy_sell_leads{
	padding-bottom: 80px !important ;
}
.buy_sell_leads .leads{
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	width: 49% ;
	margin:0 5px;
}
.buy_sell_leads .leads h2{
	border-bottom: 1px solid #999;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.buy_sell_leads .leads .col-md-12 .testimonial{
	margin: 0 !important ;
}
.buy_sell_leads .leads .lead_heading,.buy_sell_leads .leads .lead_date{
	 margin: 0 
}
.buy_sell_leads .leads .owl-carousel{
	margin-bottom: 0;
}
.buy_sell_leads .leads .lead_heading a{
	 color: #000;
    font-weight: 600;
}
.buy_sell_leads .leads .lead_heading a:hover{
	color: #ff0000;
}

.business_profile .list.list-icons.list-icons-style-3 li{
	padding-left: 0 !important;
}
.home_featured a.cname{
	text-decoration: none;
}
.home_featured a.cname:hover h5{
	color: #ff0000 ;
}
.home_featured .owl-carousel .owl-item img{
	width: 100%;
	height: 120px;
}
.home_featured .owl-carousel .owl-nav .owl-prev, .home_featured  .owl-carousel .owl-nav .owl-next{
	bottom: -20px;
}
.home_video .testimonial blockquote{
	padding: 0 8% !important;
}
.home_video .testimonial blockquote p{
	 padding: 0 0px;
    font-size: 18px;

}
a.more_cat_link{
	float: right;
}
.alignleft{
	float: left;
	margin: 5px 15px 0 0;
}
.alignright{
	float: right;
	margin: 5px 0 0 15px;
}
.home_cats{
	/*padding-top: 0px !important;*/
}
.home_cats .cat_list{
	list-style: none;
	padding: 0;
	margin:0;
}
.home_cats .cat_list li{
	float: left;
	width: 33.33%
}	
.home_cats .cat_list li a{
	background: linear-gradient(to top, #efefef, #f5f5f5);
	border:1px solid #e5e5e5;
	color: #333333;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 700;
	padding: 10px;
	float: left;
    width: 95%;
    margin-bottom: 10px;
    border-radius: 4px;
    line-height: 15px;
}
.home_cats .cat_list li a:hover{
	background: #ff0000;
	color: #fff;
}
.home_sidebar .side_newsletter {
    border: 10px solid #F81F3A;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 10px;
}
.home_sidebar .side_newsletter .fa.fa-envelope-o {
    color: #F81F3A;
    font-size: 40px;
}
.home_sidebar .side_newsletter h4{
  	color: #F81F3A;
    margin: 0;
}
/*.home_sidebar .side_newsletter .input-control{
	border: 1px solid #ccc;
    height: 40px;
    margin-top: 20px;
    background: #f7f7f7;
    width: 71%;

}
.home_sidebar .side_newsletter .btn{
	background: #c62837 none repeat scroll 0 0;
    border-color: #c62837;
    height: 40px;
    margin-left: -5px;
    margin-top: 7px;
    font-weight: 700;
}*/
.home_sidebar .side_newsletter #mlb2-2798737 .subscribe-form{
	padding: 0 !important;
}

.home_ads{
	padding: 0px 0 50px 0 !important;
}
.home_features{
	background: #000 !important;
	padding: 30px 0 !important;
	margin-bottom: 0 !important;
}
.home_features ul li{
	color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.home_features ul li a{
	color: #fff;
}
.home_features .call-to-action-btn{
	position: relative;
	top: 90px;
}
.home_promote{
	padding: 30px 0 50px;
}
.home_promote .feature-box-info h4, .home_promote .panel-title a{
	color: #000 !important;
}
.owl-prev, .owl-next{
	border-radius: 50% !important ;
}
.sub_heading_red{
	border-bottom: 3px double #ccc;
    padding-bottom: 10px;
    text-transform: capitalize !important;
    color: #ff0000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
h1.sub_heading_red{
	padding-bottom: 0 !important;
}
.sub_heading{
	padding-bottom: 10px;
    text-transform: capitalize !important;
    font-size: 20px;
    font-weight: 600;
     margin: 0;
}
.network_link{
	/*margin: 0 10px;*/
}
.network_link img{
	width: 11%;
}
.net_small_pic img{
	width: 8%;
}
.net_dubai_exporter img{
	width: 9%;
}
.bottom_ads{
	float: left;
}
.notification{
	margin:0 !important;
	color: #ff0000 !important;
    text-decoration: none !important;
    cursor: pointer;
    padding: 2px !important ;
    background: none !important ;
}
.notification:hover{
	background: none !important ;
	color: #ff0000;
}
.notification .fa-caret-down{
	display: none;
}
.notification i{
	 top: 3px;
    color: #ff0000 !important;
    font-size: 25px;
    position: relative;
    left: 10px;
}
.notification > span {
    bottom: 1px;
    color: #ff0000 !important;
    position: relative;
    right: 6px;
}
.notification .dropdown-menu li a:hover .notification{
	
} 
ul.not_list{
	background: #f7f7f7 none repeat scroll 0 0;
    box-shadow: 0 0 4px 1px #ccc;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 48px;
    z-index: 99999;
    width: 40%;
    text-align: left;
}
ul.not_list li {
	 line-height: 25px;
}
ul.not_list li a{
	border-bottom: 1px solid #ddd;
    font-size: 12px;
    float: left;
    padding: 10px;
    width: 100%;
    text-decoration: none !important;
}
ul.not_list li a:hover{
	background: #ddd;
	color: #000;
}
.side_htmlads{
	border: 1px solid #ccc;
    padding: 10px 22px 10px 20px;
}
.ads_report{
    background: #2f2f2f none repeat scroll 0 0;
    padding: 20px;
    margin-bottom: 30px;
}
.ads_report h1{
  color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.ads_report h1 span{
	 font-size: 22px;
    font-weight: normal;
    font-style: italic;
}
.ads_report table{
	text-align: center;
	margin:0;
	background: #fff;
	color: #000;
}
.ads_report table tr{
	border-top: 1px solid #ccc;
}
.ads_report table thead tr{
	border-top: none;
}
.ads_report table thead tr th{
	text-align: center;
	background: #F8EE31;
}
.ads_report table tbody tr th{
	background: #C3B49B;
}
.ads_report table tr th,.ads_report table tr td{
	border:2px solid #333;
	padding: 15px;
}
li.search_window {
	position: absolute;
    right: 0;
    top: 12px;
}
.search_window form input[type=text] {
    color: #000;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 13px;
    background-color: white;
    /*background-image: url('../img/searchicon.png');
    background-position: right; 
    background-repeat: no-repeat;*/
    padding:5px;
    float: right;
    height: 40px;
    width: 100%;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.search_window form input[type=text]:focus {
    /*width: 100%;*/
    background: #f7f7f7;
    
}

.search_window form button{
	background: none;
    border: medium none;
    color: #999;
    float: right;
    font-size: 18px;
    position: absolute;
    right: 3px;
    padding: 0;
    top: 6px;
}
.searchResult .profile_box .img-thumbnail{
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 10px;
}
.searchResult .profile_box .profileTitle{
	line-height: 20px;
}
.searchResult .profile_box .profileTitle a{
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    
}
.home_carousel .owl-item a:hover{
	text-decoration: none ;
}
.home_carousel .owl-item a:hover h5{
	color: #ff0000 ;
}
.tyredealersdubai .blogs .post-content a{
	margin: 0 2px;
}
.border1{
	border: 1px solid;
}
.relatedPosts .owl-carousel a{
	text-decoration: none;
	font-size: 18px;
	color: #000;
}
.relatedPosts .owl-carousel a:hover{
	color: #f00;
}
.relatedPosts .owl-carousel .post-info .post-meta{
	line-height: 24px;
	font-size: 14px;
}
.relatedPosts .owl-carousel .readMoreBtn{
	font-size: 14px;
	border-radius: 4px;
	border:none;
	padding: 3px 5px;
	color: #fff;
}
.relatedPosts .owl-carousel .readMoreBtn:hover{
	background: #000;
	color: #fff;
}

.sidebar.shop-sidebar .category-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar.shop-sidebar .category-list li {
	position: relative;
	line-height: 20px;
}
.sidebar.shop-sidebar .category-list li a {
	color: #777;
	font-size: 13px;
	line-height: 2.5;
	text-decoration: none;
}
.sidebar.shop-sidebar .category-list li.open > a {
	color: #f00;
}
.sidebar.shop-sidebar .category-list li a.plus {
	position: absolute;
	right: 1px;
	color: #ee3d43;
	font-size: 16px;
	line-height: 32px;
	font-family: 'FontAwesome';
}
.sidebar.shop-sidebar .category-list li a.plus:hover, .sidebar.shop-sidebar .category-list li a.plus:focus {
	text-decoration: none;
}
.sidebar.shop-sidebar .category-list li a.plus:before {
	content: "\f0fe";
}
.sidebar.shop-sidebar .category-list li ul {
	display: none;
	padding-left: 15px;
	margin: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.sidebar.shop-sidebar .category-list li.open > a.plus:before {
	content: "\f146";
}
.sidebar.shop-sidebar .category-list li.open > ul {
	display: block;
}
.sidebar.shop-sidebar .category-list li.open > ul li a.subCatActive{
	color: #f00;
}
.featuredExporter{
	margin-bottom: 20px !important;
}
.featuredExporter .panel-heading a{
	padding-right: 0 !important;
}
.featuredExporter .panel-body{
	padding: 0px !important;
}
.featuredExporter .panel-body ul li a{
    border-bottom: 1px solid #ccc;
    color: #777;
    float: left;
    padding: 4px 5px;
    text-decoration: none;
    width: 100%;
    font-size: 14px;	
}
.featuredExporter .panel-body ul li a:hover{
	background: #f00;
	color: #fff;
	border-color: #f00;	
}
.featuredExporter .panel-body ul li:last-child a{
	border: none;
}
.featuredExporter .directoryImg{
    border: 1px solid #ddd;
}
.featuredExporter .directoryImg a img{
	width: 100%;
}
.featuredExporter .abpFeatures ul li a{
	font-weight: bold;
	font-size: 14px !important;
}


.blogs .post-content h2 a{
	color: #000;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.blogs .post-content h2 a:hover,.blogs .post-content .postCats{
	color: #3769e6  !important; 	
}
.blogs .post-content p{
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 14px;
	line-height: 24px ;
	color: #555;
}
.blogs .post-content p blockquote,.blogs .post-content blockquote p{
	font-size: 20px;
	line-height: 30px;
}
.blogs .post-content .readMoreBtn{
	color: #fff !important;
	background: #f00;
    padding: 5px !important;
    text-decoration: none;
    border-radius: 4px;
}
.blogs .post-content .readMoreBtn:hover{
	background: #000;
}
.sidebarAds img{
	margin-bottom: 20px;
	width: 100%;
}

/************NEW CSS For New Home Page Start*************/
#header .header-nav-bar{
	padding-bottom: 0;
	min-height: 20px !important;
}
#header .header-nav-main{
	margin:0;
}
#header .header-nav-main.header-nav-main-light nav > ul > li > a {
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 8px !important;
    font-size: 16px;
}
#header .header-nav-main.header-nav-main-light nav > ul > li > a:hover{
	background: #f00;
	color: #fff !important;
}

/************NEW CSS For New Home Page End*************/

/*************** POPUP CSS Starts *****************/

/* Outer */
.popup {
    width:100%;
    height:100%;
    position:fixed; /*absolute*/
    z-index: 99999;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    display:none;
}
/* Inner */
.popup-inner {
    max-width:850px;
    width:100%;
    padding:15px;
    position:absolute;
    z-index: 99999;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:0	px;
    background:#fff;
}

/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    /*background:rgba(0,0,0,0.8);*/
    background: #f00;
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff !important;
    cursor: pointer;
    text-decoration: none !important;
}
 
/*.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
    color: #fff;
}*/
.popup .imgWindow{
    padding:0px;
    padding-right: 15px;
}
.popup .imgWindow h4{
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 16px;
}
.popup .imgWindow img{
	width: 100%;
	height: 420px;
	box-shadow: 0 0 2px 2px #ddd;
	padding: 5px;
}
.popup .formWindow{
	padding: 5px; 
	padding-bottom: 0;
	background: #383f48;
	border-radius: 5px;
}
.popup .formWindow h3{
	margin-bottom: 3px;
	color: white;
	padding: 8px;
	border: none;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.popup .formWindow form{
	background: #fff;
	border-radius: 5px 5px 0px 0px;
	padding: 5px 10px 0 10px;
}
.popup .formWindow form .form-group{
    margin-bottom: 10px;
}
.popup .formWindow form .form-control{
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    resize: none;
}
/*.popup .formWindow form input.btn {
    border: none;
    background: #333 none repeat scroll 0 0 !important;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 5px;
}
.popup .formWindow form button:hover {
	background: #000 !important;
}*/
.popup #title, .login_popup #title{
    background: #ff0000;
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.popup .loginlink{
	color: #4C77A4;
    font-size: 12px;
    font-weight: 600;
    font-weight: bold;
}
.popup .loginlink i{
	color: #555;
}
.popup #forgotLink,#login_popup #loginLink{
	font-size: 14px;
	font-weight: 600;
}
/*************** POPUP CSS Ends *****************/

#spiner img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.return_message{
	/*display: none;*/
}
.ads{
	padding: 0 !important ;
	/*float: left;*/
}
.input-group-btn {
    position: relative;
    font-size: 0;
    /* white-space: nowrap; */
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
#header .topSearchForm .input-group-btn button {
    background: transparent;
    border: 0 none;
    color: #CCC;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.postedDate{
	color: #999;
	display: block;
}
.leftSidebar{
	border-right: 1px dotted #ddd;
	border-left: 1px dotted #ddd;
}
.leftSidebar.shop-sidebar .panel.panel-default{
	box-shadow: none;
}
.leftSidebar .blogBox h4{
	border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    color: #f00;
}
.leftSidebar .blogBox .blog{
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
}
.leftSidebar .blogBox .blog h2{
	line-height: 20px;
	margin-bottom: 5px;
}
.leftSidebar .blogBox .blog h2 a{
	font-size: 15px;
    font-weight: bold;
    color: #191919 ;
}
.bottomCatBoxes{
	margin-top: 30px;
}
.bottomCatBoxes .catBox {
	border-right: 1px dotted #ddd;
}
.bottomCatBoxes .catBox:last-child{
	border: none;
}

.bottomCatBoxes .catBox h4{
    color: #f00;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}
.bottomCatBoxes .thumb-info{
	border:none;
}
.bottomCatBoxes .thumb-info img{
	height: 150px;
}
.bottomCatBoxes .thumb-info .thumb-info-title{
	padding: 5px;
}
.bottomCatBoxes .thumb-info .thumb-info-inner{
	text-transform: capitalize;
    font-size: 12px;
}
.bottomCatBoxes .catBox ul{
	margin: 0;
	padding:5px; 
	list-style: none;
}
.bottomCatBoxes .catBox ul li a{
	color: #3769e6;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #ddd;
    font-weight: 600;
    text-decoration: none;
    padding: 2px 0px;
    line-height: 22px;
    font-size: 12px;
}
.bottomCatBoxes .catBox ul li:last-child a{
	border:none;
}
.bottomCatBoxes .catBox ul li a:hover{
	color: #f00;
}
.evenBg{
	background: #f6f6f6;
}
.sidebar .tab-content{
	padding:10px 0;
}
.sidebar .tab-content .post .col-md-4,.sidebar .tab-content .post .col-md-8,.sidebar .tab-content .post .col-md-12{
	padding-left: 5px;
	padding-right: 5px;
}
.sidebar .tab-content article.post-large h2{
	line-height: 18px;
}
.sidebar .tab-content .blogs .post-content h2 a{
	font-size: 15px;
}
.sidebar .nav-tabs li a {
    padding:0 20px;
    color: #222 !important;
    font-weight: bold;
    text-transform: uppercase;
}
.homeLatestNews h4{
	border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    color: #f00;
    text-transform: uppercase;
    font-weight: bold;
}
.headerSocialNews{
	border:1px solid #ccc;
	margin-left: 0;
	margin-right: 0;
}
.headerSocialNews .ticker-heading {
    border-right: 1px solid #ccc;
    color: #ca0002;
    float: left;
    font: 700 12px/12px 'Open Sans Condensed', sans-serif;
    padding: 9px 9px 9px 0;
    text-transform: uppercase;
}
.headerSocialNews .ticker-list {
    display: block;
    float: left;
    margin-bottom: 0;
}
.headerSocialNews p .word-rotate,.headerSocialNews p .word-rotate a{
	font-weight: bold;
	margin-bottom: -11px;
	margin-left: 15px;
	color: #888;
	text-decoration: none;
}
.headerSocialNews .social-icons{
	float: right;
}
.headerSocialNews .social-icons li {
    border-radius: 0;
    margin: 0;
    width: 30px;
}
.headerSocialNews .social-icons li a{
	background: none;
	border-radius: 0;
	border-left: 1px solid #ccc;
	width: 34px;
}
.tpoBarMenus p a{
	padding: 10px 15px;
    color: #09C;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}


/* Responsive */
@media (max-width: 1024px) {
	.network_link img{
		width: 9.5% !important ;
	}
}
@media (min-width: 992px) {
	
}
@media (max-width: 992px) {
	.top_tabs .tab-content #exporters .col-md-4{
		width: 100% !important;
	}
	.buy_sell_leads .leads{
		width: 100% !important;
		margin: 10px 0 !important;
	}
}	
/********Tabs CSS start******/
@media (max-width: 768px) {

	.howitworks .timeline-box{
		margin-top: 100px !important;
	}
	.howitworks .special_box .featured-box ul{
		margin: 0 13px;
	}
	.howitworks .special_box .featured-box ul li{
		float: none;
		margin: 10px 15px;
    	border-bottom: 1px solid #eee;
	}
	.howitworks .featured-box .small_info{
		float: none;
		margin: 0;
   		line-height: 30px;
   		border: none;
	}
	.home_features .call-to-action-btn{
		top: 0;
	}
	.membership_table table th.silver::after, .membership_table table th.gold::after{
		border-width: 20px 76px 0;
	}
	.membership_table table th.platinum::after{
		 border-width: 20px 80px 0;
	}
	.directories .dirImg{
		padding-top: 0px;
	}
	.directories .dirImg img{
		width: 100% !important;
	}
	.directory_menus {
		width: 100% !important;
	}
	#header .header-nav-main.header-nav-main-light nav > ul > li > a {
		border:none;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	/* Home Intro */

	#header .navbar-nav{
		width: 100%;
	}
	#header .logo_div{
		width: 30%;
		float: left;
	}
	#header .top_ad{
		width: 70%;
		float: left;
	}
	#header .header-logo img {
		width: 80%;
	}
	#header .top_ad img{
		width: 80%;
		margin-top: 20px;
	}
	.video_text .row .col-md-4{
		width: 33.33%;
		float: left;
	}
	.video_text .row .col-md-3{
		float: left;
	}
	.video_text .row .col-md-3 i.fa-video-camera{
		font-size: 40px !important;
	}
	.video_text .row .col-md-4 .mb-lg{
		font-size: 20px;
	    line-height: 10px;
	    margin: 0;
	    padding: 0;
	}
	.blog_sidebar .col-md-8{
		margin-bottom: 20px;
		float: left;
	}
	.blog_sidebar .col-md-8 .col-md-4, .blog_sidebar .col-md-8 .col-md-6{
		width: 50%;
		float: left;
	}
	.blog_sidebar .sidebox{
		float: left;
	}
	#footer .col-md-9 .col-md-3{
		width: 33.33%;
		float: left;
	}
	#footer .footer_logo{
		float: left;
		margin-left: 20px;
	}
	#footer .footer-copyright .col-md-8 {
		float: left;
		width: 70%;
	}
	
	.slidenote {
		width: 250px; 
	}
	
	.profiles .recent-posts {
	    border-bottom: 1px solid #ccc;
	    float: left;
	    margin-bottom: 20px;
	}
	.profiles article.post{
		clear: both;
		float: left;
		margin-bottom: 10px;
	}
	.profiles .post p{
		padding:0;
	}
	.sidebar .heading-primary, .sidebar .heading-primary a{
		clear: both;
	}
	.newsletter_box a::after{
		right: 470px;
	}	
	.howitworks .call-to-action h3{
		font-size: 25px;
	}
	.home_ads .ad_box{
		width: 25%;
		float: left;
	}
	.home_sidebar .africa_directory {
	    float: left;
	    width: 50%;
	}
	.home_sidebar .side_newsletter {
	    margin-top: 0px;
	    padding: 0px;
	    width: 48%;
	    margin-left: 10px;
	}
}


@media (max-width: 767px) {
	#header{
		border-bottom: 1px solid #ccc;
	}
	.directories .ul_table ul li{
		width: 99%;
	}
	.directories .product_details, .directories .features, .directories .payment {
		margin: 0;
		margin-top: 30px;
	}
	#login_popup .imgWindow{
		width: 100%;
		/*border-bottom: 2px solid #ddd;*/
	}
	#login_popup .why_register{
		/*width: 100%;*/
		display: none;
	}
	.membership_page .pricing .regular_ad ul.list li{
		width: 100%;
	}
	.membership_table table th.platinum::after{
		 border-width: 20px 86px 0;
	}
	.membership_page .directory_plans .dir_plan_box:first-child .plan .btn,
	.membership_page .directory_plans .center .plan .btn {
		margin-top: 0px;
	}
	#collapse2PrimaryOne{
		display: none !important;
	}
}

/********Tabs CSS end******/



/********Mobile CSS start******/
@media (max-width: 480px) {
	#header{
		min-height: 100px !important;
	}
	#header .header-logo img{
		width: 100%;
	}
	#header .header-nav-bar .header-btn-collapse-nav{
		margin-top: -35px;
		float: left;
		z-index: 9999;
    	position: relative;
	}
	#header .top_ad{
		display: none;
	}
	.header-top .topSearchForm {
	    float: right;
	    margin-top: 10px;
	}
	.tpoBarMenus{
		padding: 0 !important;
	}
	#header .header-top p{
		border-bottom: 1px solid #ddd;
		padding-bottom: 5px;
    	margin-right: 0;
    	text-align: center;
	}
	.tpoBarMenus p a{
		padding: 10px 5px;
	}
	.search_box, .home_search_box{
		display: none;
	}
	.headerSocialNews{
		border-bottom: none;
	}
	.headerSocialNews p .word-rotate, .headerSocialNews p .word-rotate a{
		margin-left: 5px;
	}
	.headerSocialNews .ticker-heading{
		display: none;
	}
	.headerSocialNews .ticker-list{
		display: none;
	}
	.slidenote{
		width: 250px;
	}
	.blog_sidebar .col-md-8{
		margin-bottom: 20px;
		float: left;
	}
	.next_btn, .pre_btn{
		width: 30px;
		line-height: 30px;
		box-shadow: 0 0 1px 1px #ccc;
	}
	.pre_btn span, .next_btn > .link span{
		display: none;
	}
	.pre_btn > .link i{
		 position: relative;
   		 right: 3px;
	}
	.next_btn > .link i{
		 position: relative;
   		 left: 3px;
	}
	.newsletter_box a::after{
		right: 90px;
	}
	.howitworks .featured-box ul{
	    margin: 0 20px !important ;
	}
	.profiles .col-md-4 {
	    border-bottom: 1px solid #ccc;
	    float: left;
	    margin-bottom: 30px;
	    width: 100%;
	}
	.home_sidebar{
		float: left;
	}
	.home_ads .ad_box{
		margin-bottom: 10px;
	}
	.home_cats .cat_list li, .home_cats .cat_list li a{
		width: 100%;
	}

	.directories .features ul li{
		width: 100%;
	}
	.directories .blog-posts .img-responsive  {
		width: 30% !important;
		margin: 0 auto;
	}
	.directories .dirImg img{
		width: 100% !important;
	}
	.directories .post_header img{
		float: left !important;
	}
	.directories .post_header h3{
		line-height: 30px;
	}
	.importers_home .blog-posts .img-responsive{
		width: 100% !important;
	}
	.importers_home img.flag{
		display: none;
	}
	.membership_table table tr th, .membership_table table tr td{
		padding: 10px;
	}
	.howitworks img.logo {
	    float: none;
	    width: 100%;
	}
	.howitworks .call-to-action h3{
		bottom: 0;
    	font-size: 25px;
	}
	.textLabel{
		width: 100%;
		float: left;
	}
	input.textField, select.textField, input.textFieldFocus, select.textFieldFocus{
		float: left;
	    margin-left: 0;
	    width: 100%;
	}
	.textLabel > img {
	    margin-bottom: 10px;
	}
	textarea.textField,textarea.textFieldFocus{
		margin-left: 0;
	}
	.membership_table table th.silver::after, .membership_table table th.gold::after{
		border-width: 16px 69px 0;
	}
	.membership_table table th.platinum::after{
		border-width: 16px 76px 0;
	}
	input[type="checkbox"].textField, input[type="checkbox"].textFieldFocus
	{
		margin-left: 0px;
	    position: relative;
	    right: 84px;
    	height: 15px;
	}
	.pricing #bs{
		margin-left: 0 !important;
		margin-bottom: 20px;
	}
	.network_link img{
		width: 14% !important ;
	}
	.membership_page .directory_plans .heading .btn{
		display: none;
	}
	.directory_menus {
		width: 100% !important;
	}
	.directories .topfeatures{
		background:none;
	}	
	.directories .topfeatures li{
		border-bottom: 1px solid #DBDBDB;
	}
	.profilesSidebar,.profilesFooter{
		display: none;
	}
	.popup-inner{
		width: 90%;
	}
	.popup .formWindow{
		padding-bottom: 1px;
	}
	.popup .imgWindow img{
		width: 50%;
		height: auto;
		margin: auto;
		margin-bottom: 10px;
	}
	.bottomCatBoxes .catBox h4,.bottomCatBoxes .footer_logo h4 {
		margin-bottom: 5px !important;
    	margin-top: 20px;
	}
}
@media (max-width: 375px) {
	#bs{
		width:345px !important; 
	}

}
@media (max-width: 360px) {
	#bs{
		width:330px !important; 
	}
	.membership_table table th.platinum::after{
		border-width: 16px 74px 0;
	}
}
@media (max-width: 320px) {
	#bs{
		width:290px !important; 
	}
}
/********Mobile CSS end******/





