

p {
    color: #303030;
}

.header-area .main-nav .nav li:nth-child(6) a:hover, 
.background-header .main-nav .nav li:nth-child(6) a:hover {
    color: #4b8ef1 !important;
}

.section-heading h2 {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.section-heading h2 em{
    font-style: normal;
    color: #4b8ef1;
}

footer {
    background-image: url(../images/footer-bg.webp);
 
}

.header-area .main-nav .nav li:nth-child(6){
    padding-left: 0px;
}

/*********************************/
/* help page */
.block-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    padding: 0;
}

.block-item {
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04);
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(244, 244, 244, 1);
    display: flex;
    flex: 1 0 306px;
    flex-direction: column;
    justify-content: center;
    margin: 0 5px 30px;
    cursor: pointer;
    max-width: 100%;
    height: auto ;
    box-sizing: content-box;
    box-shadow: -2px 2px 8px;
}
@media screen and (min-width: 768px){
.block-item {
    height: 212px;
    flex: 1 0 48%;
    max-width: 500px;
}
}
.block-item-inner {
    padding: 15px;
}
.block-item a{
	color: #000;
}
.block-content p{
	font-size: 16px;
}
.block-item-inner i {
    font-size: 30px;
    float: right;
    width: 40px;
    color: #f4834c;
}
.block-item-inner h5{
    color: #003995;
    font-size: 20px;
}

.block-item-inner span.article-num{
	font-size: 16px;
	    color: #f4834c;
}


.help-div{
    
}
/*************************************/
/* register */
.form-horizontal .form-group {
     margin-right: 0px; 
     margin-left: 0px; 
}

.sec-title {
    background-color: #4d8cf0;
    color: #fff;
    padding: 10px;
}
.block-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    padding: 0;
}

.knowledge .accordion-button{
    font-size: 18px;
}
.knowledge .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 18px;
    line-height: 40px;
    background-color: #ecf6ff;
}
.accordion-button,.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffede4;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    margin-bottom: 10px;
}
