.helpful-area .helpful-card .helpful-card-icon img
{
	width:50px;
}

.urgent-area .card .card-body
{
	background:linear-gradient(179deg, #143c88, #153e8d);
}

.urgent-area .card .card-body h5
{
	color:#fff;
	font-weight: 600;
}

.urgent-area .card .card-body ul
{
	padding-top:15px;
}

.urgent-area .card .card-body ul li
{
	background:none;
	color:#fff;
	font-size: 14px;
}

.web-stats
{
	background:#143c88;
}

.web-stats .counter 
{
    padding: 20px 0;
    border-radius: 5px;
}
.web-stats .counter h2
{
	color:#fff;
	font-weight:500;
}

.web-stats .counter .cnt-one::after
{
	content:'K+';
	color:#fff;
}

.web-stats .counter .cnt-two::after
{
	content:'+';
	color:#fff;
}

.web-stats .counter .cnt-three::after
{
	content:'+';
	color:#fff;
}

.web-stats .counter .cnt-four::after
{
	content:'+';
	color:#fff;
}

.web-stats .count-title 
{
    font-size: 30px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.web-stats .count-text 
{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    color:#fff;
}

.helpful-area
{
	padding-top:80px;
	padding-bottom:80px;
}

.section-page-slider .slider-overlay
{
	position: absolute;
    width: 100%;
    top: 0;
    display: grid;
    align-items: center;
    height: 100%;
}

.section-page-slider .slider-overlay p
{
	font-size: 16px;
	color:#000;
	font-style: italic;
}

.section-page-slider .slider-overlay hr
{
	width: 150px;
    height: 4px;
    background: #98c735;
    opacity: 1;
    margin: 15px 0;
}

.section-page-slider .slider-overlay .slide-theme-btn
{
	margin-top:30px;
}

.section-page-slider .slider-overlay .slide-theme-btn a
{
	background: #98c735;
    padding: 15px 20px;
    border-radius: 5px;
    color:#fff;
    font-weight: 500;
}

.question-area
{
	background: #153e8c!important;
}

.question-area h4
{
	color:#98c735;
}

.question-area .list-group .list-group-item
{
	background:none;
	color: #fff;
	font-size: 15px;
	border-bottom:none;
}

.question-area .list-group .list-group-item img
{
	width:20px;
	margin-right:5px;
}

@media only screen and (max-width: 767px) {
  .header-right .search-bar
  {
    display:none;
  }
}

.ds-page-meta
            {
                margin-top:10px;
            }
            .ds-page-meta span
            {
                color:#98c736;
            }