.article-ratings-social-share {
	display:none !important;
}
#sp-header{
	background:url('/images/bg.png') no-repeat;
	background-size: 100% 100%;
	text-align:center;
}
#sp-header .logo {
    height: 136px;
}
.logo-image {
    margin-top: 6px;
}
#sp-header .col-lg-1{
	flex: 0 0 25%;
	max-width: 25%;
}
#sp-header .col-lg-4{
	flex: 0 0 50%;
	max-width: 50%;
}
#sp-header .col-lg-6{
	flex: 0 0 100%;
	max-width: 100%;
}
#sp-header.header-sticky {
    position: fixed;
    z-index: 99;
}
#sp-header.header-sticky{
	height: 132px;
	background-size: 100% 74%;
}
#sp-header.header-sticky #sp-logo{
	max-height: 70px;
}
#sp-header.header-sticky .logo,
#sp-header.header-sticky .logo-image {
    height: 70px;
	margin-top:0;
}
#sp-menu{
	background-image: linear-gradient(#c50000, #a20000);
	text-align:center;
}
body.rtl .sp-megamenu-parent {
    float: initial;
}
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span{
	line-height:55px;
}
.sp-megamenu-parent > li > a {
    color: #fff;
	position:relative;
}
.sp-megamenu-parent > li > a:after{
	content:"";
	position:absolute;
	width:0;
	transition: width 2s;
}
.sp-megamenu-parent > li.active > a:after,
.sp-megamenu-parent > li > a:hover:after{
	content:"";
	position:absolute;
	width: 0px;
	border-bottom: 2px solid #ffffff;
	right: 15px;
	bottom: 10px;
	transition: width 1s;
	width: 60px;
}

#sp-main-body {
    padding: 50px 0;
}
.article-header h1{
	font-size: 30px !important;
	margin-bottom:30px;
}
.sppb-article-page-wrapper .sppb-row-container{
	padding:0;
}

a.fox-visa-link,
.sppb-btn.sppb-btn-default{
		background-image: linear-gradient(#4ba614,#018c00);
		color:white;
		font-size:17px;
		font-weight:700;
		padding:20px 0;
}
a.fox-visa-link{
		padding:10px;
		border-radius:5px;
		display: inline-block;
}


#sp-bottom {
    background: #171717;
    color: #fff;
    padding: 20px 0 0 0;
}
#sp-bottom .sp-module {
    margin-bottom: 10px;
}
#sp-bottom1 ul{
	display:flex;
	justify-content: space-evenly;
}

#sp-footer .container-inner {
    padding: 20px 0 0 0;
}
#sp-footer1{
	text-align:left;
}
#sp-footer{
    background: #171717;
    color: #fff;
}
#sp-footer2 p:before{
	content:"\f023";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	margin-left: 8px;
}



.sppb-addon-single-image.fullwidth img{
	width:100% !important;
}

/* breezingforms */
body.com-breezingforms ul.form_nav{
	display:flex;
	justify-content: space-between;
	padding:0;
}
.bfQuickMode div[id^="right_section_page"], 
.bfQuickMode div[id^="left_section_page"]{
	width: 100% !important;
	max-width: 50%;
}


ul.form_nav li{
  	list-style-type:none;
	background:#eeeeee;
	padding: 4px 8px;
	border-radius: 5px;
}
ul.form_nav li.current{
	background:#00288e;
}
ul.form_nav li.current span{
	color:#fff;
}



@media (max-width: 767px) {
	ul.form_nav::after {
  		content: "";
  		flex: auto;
	}
  	ul.form_nav li{
  		padding: 4px 4px;
  		flex: 0 0 32%;
      	margin-bottom:4px;
  	}
    ul.form_nav li span{
		font-size:14px;
    }
	body.com-breezingforms ul.form_nav{
		flex-wrap:wrap;
	}
	.bfQuickMode div[id^="right_section_page"], 
	.bfQuickMode div[id^="left_section_page"]{
		max-width: 100% !important;
	}
	#sp-header{
		height: 95px;
		background-size: 100% 104%;
	}
	#sp-header #sp-logo{
		max-height: 70px;
	}
	#sp-header .logo,
	#sp-header .logo-image {
		height: 70px;
	}
	.logo-image {
		margin-top: 0;
	}
	#offcanvas-toggler {
		height: 25px;
		line-height: 25px;
	}
	body.rtl #offcanvas-toggler.offcanvas-toggler-right {
		float:right;
		margin-left: 20px;
	}
	#sp-footer #sp-footer1,
	#sp-footer #sp-footer2 {
		text-align: center;
	}

}






