.mgcrd-nav ul.navMobHide li:hover a, 
.mgcrd-nav ul.navMobHide li:focus a, 
.mgcrd-nav ul.navMobHide li.active a {
	color: #fff;
    background: #232020 !important;
}
.mgcrd-nav.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}
p.magnuspace {
	color: #282828;
}
.mgcrd-list .list-heading, 
.mgcrd-heading-right {
	font-family: Lato-Bold;
	font-weight: 700;
}
.btn-know-more {
	padding: 2px;
	border-radius: 0;
}
.mgcrd-accordion .panel-heading h4 {
	font-size: 18px;
	font-weight: 700;
}
.mgcrd-accordion .panel-heading h4 a::after {
	content: '\e935' !important;
	font-family: 'icomoon';
	font-size: 18px !important;
	color: #fff;
	transform: rotate(180deg);
	top: 0 !important;
}
.mgcrd-accordion .panel-heading h4 a.collapsed::after {
	content: '\e935' !important;
	font-family: 'icomoon';
	font-size: 18px !important;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0 !important;
    z-index: 1;
    color: #fff !important;
    transform: rotate(0deg);
    transition: .3s;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
.col-md-6 {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	flex: 0 0 50%;
}
.col-sm-4 {
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.reach-us-list h2 {
	font-weight: 700;
}
.border-right {
	border-right: 1px solid #dee2e6 !important;
}
.mgcrd-listing li.list-heading {
	color: #282828;
}
.mgcrd-accordion .card-img {
	margin: 20px 0;
}
a.whitehover {
	color: #ae285d;
}
a.pdf-data {
	text-decoration: none;
    position: relative;
}
.features-list .features-content h1 {
	font-size: 26px;
	font-family: Lato-Bold;
	font-weight: 700;
	margin-bottom: 15px;
	color: #282828;
}
.features-list .features-content h5 {
	font-size: 16px;
	font-family: Lato-Bold;
	font-weight: 600;
	margin-bottom: 15px;
	color: #ae285d;
}
.features-listing li {
	font-size: 15px;
	font-family: Lato-Regular;
	font-weight: 400;
	padding: 8px 0 8px 15px;
	color: #282828;
}
.features-listing li.list-heading {
    font-weight: 600;
    padding-left: 0;
    font-size: 16px;
    color: #ae285d;
}
.features-list .features-content p {
	color: #282828;
}
.col-12 {
	width: 100%;
}
.features-list .features-img img {
	border-radius: 50%;
}
.reach-us-list a,
.reach-us-list p {
	color: #282828 !important;
}
.reach-us-list h2 {
	color: #981c50 !important;
}
.link-primary,
.link-primary:hover {
	text-decoration: none !important;
}
/* a {
	color: #ed1164;
} */
.tieredTable {
	height: 100%;
}
.list-benefits {
	margin-top: 1rem;
}

.copyright-wrap .footer-list .footer-link {
	color: #ffffff;
}

.copyright-wrap .footer-list .footer-link:hover {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .mgcrd-nav .navselect {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
		font-weight: 700;
    }
	.mgcrd-nav ul.navMobHide {
		padding: 0;
	}
	.mgcrd-section .mgcrd-left img {
		justify-self: center;
	}
	.elig-list h5 {
		font-weight: 700;
	}
	.col-sm-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-6 {
		flex: 0 0 100%;
	}
	.features-list .features-img img {
		justify-self: center;
	}
	.features-list .features-content h1 {
		font-size: 20px;
	}
}
/********************************darkmode*******************************/
.darkmode *,
.darkmode p.magnuspace,
.darkmode .features-list .features-content h1,
.darkmode .features-list .features-content h5,
.darkmode .features-listing li,
.darkmode .features-list .features-content p
 {
	color: #fff;
}
.darkmode a {
	color: #68EBB2;
}
.darkmode .features-list {
	border-bottom-color: #fff;
}
.darkmode .mgcrd-nav ul.navMobHide li a:hover, 
.darkmode .mgcrd-nav ul.navMobHide li a:focus, 
.darkmode .mgcrd-nav ul.navMobHide li.active a,
.darkmode .mgcrd-nav ul.navMobHide li a.active {
	background-color: #68EBB2 !important;
}
.darkmode .mgcrd-nav ul.navMobHide li a {
	color: #282828;
}
.darkmode .mgcrd-nav ul.navMobHide li.active a,
.darkmode .mgcrd-nav ul.navMobHide li a.active,
.darkmode .mgcrd-nav ul.navMobHide li a:hover {
	color: #282828 !important;
}
.darkmode .features-listing li:before {
	background-color: #fff;
}
.darkmode .elig-list .mgcrd-listing li.list-heading,
.darkmode .elig-list .mgcrd-listing li,
.darkmode .elig-list h5,
.darkmode .elig-note,
.darkmode .offers-list a p {
	color: #68EBB2 !important;
}
.darkmode .mgcrd-accordion .panel-body {
	background-color: #282828;
}
.darkmode .mgcrd-heading-left {
	color: #ae285d !important;
}
.darkmode .features-list .btn-mgcrd-borderedblk {
	border-color: #68EBB2;
	color: #68EBB2 !important;
}
/********************************darkmode*******************************/