.page-title-parallax {
    background-image: linear-gradient(to top, #cfe5f880, #39384D), url('../images/covid19/hero.jpg');
    background-size: cover;
    padding: 120px 0;
}

.covid-image {
    background: #ffffff;
    box-shadow: 20px -20px 60px #d9d9d9, -20px 20px 60px #ffffff;
    border-radius: 8px;
}

.hero-banner-text h1 {
    text-transform: capitalize !important;
}

.express .content-wrap {
    /* padding-top: 50px !important; */
}

.fbox-icon i {
    font-size: 25px !important;
}

#page-title.page-title-parallax h1 {
    letter-spacing: -1px !important;
}

.express .content-wrap .container .row.mt-5.clearfix {
	position: relative;
    padding-bottom: 150px;
}

.wp-pagenavi {
    margin: 47px auto 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi .current {
    margin-right: 15px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #2f6798;
    color: #fff;
}

.wp-pagenavi a {
    padding: 5px 10px;
    color: #444;
    margin-right: 15px;
}

@media screen and (max-width: 991px) {
    .hero-banner-text {
        padding-top: 80px !important;
        margin-top: 0 !important;
    }

    #page-title {
        padding: 80px 0 !important;
    }

    .mt-991 {
        margin-top: 30px;
    }

    .express-last-section {
        padding: calc(50px - 1rem) 0 50px 0 !important;
    }
}
.telenet-grp{
	padding-bottom: 80px;
    background: #f5f5f5;
}
.tn-g {
	display: flex;
	align-items: center;
}
.tn-g > div {
	width: 100%;
}
.tn-g-in {
	/*width: 440px;*/
	padding: 2em 1em;
	font-size: 14px;
	text-align: center;
	position: relative;
}
.tn-g-in img {
	vertical-align: middle;
	max-width: 100px;
}
.af-co {
	padding: 1em;
}
.af-co ul {
	/*display: flex;*/
	flex-wrap: wrap;
}
.af-co li {
	white-space: nowrap;
	margin: .5em;
	color: #333333;
	font-size: 14px;
}
.af-co li::before {
    content: "▶ ";
    color: rgb(172, 106, 0);
    font-size: 8px;
    vertical-align: middle;
}
.af-co li a {
	color: #333333;
}
.af-co li a:hover {
	color: #e8b247;
}
@media screen and (max-width: 640px) {
	.telenet-grp .tn-g {
		display: block;
	}
}
