body {
	/* background-color: #fc9; */
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Roboto', sans-serif
}

.pink-border {
	border: 2px solid #ff006c;
	border-radius: 10px
}
.pink-border h2{

	font-weight: 600;
	font-size: 29px;
}


/* .logo {
	height: 120px
} */

.h3-header {
	font-family: 'Gelasio', serif
}

.mfnc-ul {
	list-style: none
}

.mfnc-ul li {
	text-decoration: none;
	padding: 20px
}

.mfnc-ul li a {
	text-decoration: none
}

.violet-border {
	border-radius: 10px;
	/* border: 2px solid #ff006c; */
	border: 2px solid navy;
}

.border-b-v {
	/* border-bottom: 2px solid #ff006c; */
	border-bottom: 2px solid navy;
}
.cstm-size .border-b-v big{

	font-size: 25px;
}

.violet-bg {
	background: #810069;
}
h4.violet-bg{

	font-weight: 700;
}
.mfnc-ul h2 span {
	color: #222;
	font-size: 25px;
	font-weight: bolder;
	font-style: italic;
	font-family: 'Gelasio', serif
}
.color-change h5 {
    color: red;
    font-size: 25px;
	font-weight: 700;
    font-family: 'Montserrat',sans-serif;
}
.mfnc-ul h1 {
	color: red;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif
}

/* .logo {
	border: 2px solid #eb008b;
	border-radius: 10px 0 10px 10px;
	margin: 2px;
	overflow: hidden
}

.logo amp-img {
	width: 220px;
	height: auto;
	padding: 6px 0 0
} */

.button2 {
	background-color: #a0d5ff;
	color: #220c82;
	padding: 10px 30px;
	font-size: 16px;
	margin: 20px auto;
	border-radius: 10px;
	border: 2px solid #0000005c;
	font-weight: 800;
	text-shadow: 1px 1px #00bcd4;
	box-shadow: 0 8px 10px 0 rgb(0 0 0 / 20%), 0 6px 8px 0 rgb(0 0 0 / 19%);
	display: inline-block;
	transition: all .3s
}

.ad-div11 {
	text-align: center;
	margin: 0 0 10px
}

.chart-list {
	border: 2px solid #eb008b;
	border-radius: 10px 0 10px 10px;
	margin-bottom: 2px;
	width: 50%;
	margin: 0 auto 10px;
	text-align: center;
	font-weight: 600
}

.chart-list.ab1 {
	border-color: #003c6c
}

.chart-list h4 {
	color: #fff;
	padding: 5px 10px 3px;
	font-size: 24px;
	border-top-left-radius: 7px;
	margin: 0
}

.chart-list.ab1 h4 {
	background-color: #024c88
}

.chart-list a {
	display: block;
	font-size: 22px;
	padding: 5px 7px 4px;
	text-decoration: none
}

.chart-list.ab1 a {
	border-bottom: 2px solid #024c88;
	color: #003c6c
}

footer {
	background-color: #fff;
	color: red;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
	border: 4px groove purple;
	border-radius: 10px 0 0 0;
	text-shadow: 1px 1px gold;
	margin: 3px
}

footer>div {
	border-bottom: 2px solid #b2ddff;
	padding: 10px 0;
	margin-bottom: 10px
}

footer>div a {
	text-decoration: none
}

footer>div a:hover {
	text-decoration: none
}

footer .ftr-icon {
	text-decoration: none;
	font-size: 35px;
	text-transform: uppercase;
	color: #007bff
}

footer p {
	margin: 10px 0 10px;
	line-height: 35px
}

footer p span {
	color: #36f
}