
.new-header{
	background-color: #00226e;
	padding: 15px 0;
}
.article-had{
/*	background-color: #00226e;*/
	padding-top: 70px;
/*	height: 465px;*/
	margin-bottom: 60px;
	position: relative;

}
.primoxb{
	position: relative;
}
.article-had::before{
	height: 465px;
	background-color: #00226e;
	width: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	content: "";position: absolute;
}
.article-had{
	text-align: center;
	color: #fff;
}
.article-had h1{
	font-size: 52px;
	color: #fff;font-weight: 600; 
	
}
.article-had h1 span{
	color: #fff;
	clear: both;
	display: block;
	width: 100%;
	overflow: hidden;
	
}
.article-had p{
	font-size: 15px;
	color: #fff;
	margin:15px 0 40px 0;
}
.header-img img{
	border-radius: 20px !important;
	width: 100%;
}
.article-content{
	margin-bottom: 25px;
}
.article-content p{
	margin-bottom: 15px;
	font-size: 15px;opacity: 0.9;
}
.article-box h2{
	font-size: 26px;
	color: #000;font-weight: 700; 	margin-bottom: 15px;
}
.number-box{
	overflow: hidden;
	margin-bottom: 15px;
}
.num{
	width: 33px;
	height: 33px;
	border-radius: 90px;
	float: left;
	margin-right: 12px;
	background-color: #eb253d;
	display: flex;align-items: center;justify-content: center;color: #fff;font-size: 17px;font-weight: 600;
}
.number-text{
	overflow: hidden;
}
.number-text h3{
	font-size: 16px !important;font-weight: 600 !important;
	margin: 9px 0 11px 0 !important;
}
.number-text p{
	font-size: 16px;font-weight: 400;
	margin:0 0 15px 0;
	opacity: 0.8;
}
.feattures-section{
	padding: 20px;
	border-radius: 20px;
	background-color: #e5edff;
	min-height: 240px;
	margin-bottom: 30px;
}
.feattures-section h4{
	color: #000;font-size: 16px;font-weight: 600;
	margin:0 0 11px 0;
}
.feattures-section p{
font-size: 16px !important;font-weight: 400 !important;
	opacity: 0.7 ;
}
.feattures-section ul {
	list-style: none !important;
	overflow: hidden;
}
.feattures-section ul li{
	position: relative;padding-left: 15px;
	font-size: 15px;
	margin-bottom: 10px;
}

.feattures-section p{
	color: #00226e !important;
	opacity: 1 !important;
}
.feattures-section ul li::before{
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	background-color: #374151;
	content: "";
	border-radius: 90px;
}
.red-clr p{
	color: #00226e !important; 
}
.red-clr h4{
/*	color: #00226e !important;*/
}
.blue-clr h4{
	color: #00226e !important;
}
.red-clr{
	background-color: #fff5f5;
}
.article-sub-features h2{
	font-size: 24px !important;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
	
}

.article-sub-features p{
	margin-bottom: 15px;
    font-size: 15px;
    opacity: 0.7;
}
.article-features-box{
	background-color: #f6f6f6;
	padding: 16px;
	border-radius: 15px;
	margin-bottom: 25px;
}
.article-features-box-icon img{
	width: 25px;
	width: auto !important;
}
.article-features-box-icon{
	width: 48px;
	height: 48px;
	background-color: #ffdde1;
	display: flex;align-items: center;justify-content: center;
	overflow: hidden;
	float: left;
	margin-right: 16px;border-radius: 10px;
}
.article-features-box h5{
	color: #00226e  !important;
    opacity: 1 !important ;
    font-size: 16px !important;
    font-weight: 600 !important;
    overflow: hidden !important;
    min-height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-con{
	padding: 40px 25px;
	background-color: #00226e;
	text-align: center;margin-bottom: 80px;
	border-radius: 20px;font-weight: 600;
}

.article-con h6 span{
	overflow: hidden;display: block;
	width: 100%;
	clear: both;
}
.article-con h6{
	color: #fff;
	font-size: 19px;
}
.left-menu ul li{
	display: block;
	clear: both;
	overflow: hidden
	;margin-bottom: 15px;
}


.article-sub-features1 h5{
	display: inherit;font-weight: 400;
	overflow: hidden;
}

.article-sub-features1 h5 span{
	font-weight: 600;
}
.article-sub-features h3{
	font-size: 19px !important;
	margin-bottom: 15px !important;	font-weight: 600 !important;
	opacity: 0.8 !important;
}
.scrolled .left-nav{
position: fixed;
    background-color: #fff;
    top: 0;
    width: 250px;
	padding-top: 25px;
}

@media only screen and (max-width: 1800px){
	

}

@media only screen and (max-width: 1500px){
}
@media only screen and (max-width: 1199px){
		
}
@media only screen and (max-width: 992px) {
	
}
@media only screen and (max-width: 767px) {
	

}
@media (max-width: 480px) {
	.article-had h1 {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}
	.article-had::before{
		display: none;
	}
	.article-had {
		background-color: #00226e;
	padding-bottom: 25px;padding-top: 20px;
	}
	.left-nav{
		margin-bottom: 15px;
	}
	.feattures-section {
  
    min-height: inherit;
 
}
	.scrolled .left-nav {
    position: inherit;
    
    width: 100%;padding-top: 0;
}
	.article-had {

        padding-top: 20px;
    }
	.article-had {
        background-color: #00226e;
        padding-bottom: 25px;
        padding-top: 20px;        margin-bottom: 20px;
    }
	.article-con {
    padding: 20px;
    margin-bottom: 20px;
  
}
	#return-to-top {

    right: 15px;
   
}
	
	}



