/* 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
}
.setH{

	font-size: 28px;
	font-weight: 600;
	font-family: Helvetica, sans-serif;
}

/* .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 #6f8d9f
}

.border-b-v {
	border-bottom: 2px solid navy
}

.violet-bg {
	background: #810069
}

.mfnc-ul h2 span {
	color: #222;
	font-size: 30px;
	font-weight: bolder;
	font-style: italic;
	font-family: 'Gelasio', serif
}

.mfnc-ul h5 {
	color: navy;
	font-size: 25px;
	font-family: 'Montserrat', sans-serif
}

table {
	margin: 10px 0 0 0;
	width: 100%;
	border-radius: 5px
}

td {
	border: 1px solid #999;
	background-color: #fff;
	text-align: center;
	color: #000;
	font-weight: 800;
	padding: 5px 0;
	font-family: myfont1;
	font-style: italic;
	font-size: 22px
}

th {
	text-align: center;
	color: #fff;
	font-family: myfont1;
	padding: 5px 0;
	font-style: italic;
	font-size: 20px
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth
}

body {
	background-color: #fc9;
	text-align: center;
	padding: 3px 10px;
	margin: 0;
	scroll-behavior: smooth;
	font-style: italic;
	font-family: Helvetica, sans-serif;
	font-weight: 700
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

a:hover,
a {
	text-decoration: none
}

/* .logo-div {
	border: 2px solid #eb008b;
	border-radius: 10px 0 10px 10px;
	margin-bottom: 2px;
	box-shadow: 0 0 10px -3px #000;
	overflow: hidden
}

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

.para1 {}
 */
.para1 h4 {
	font-size: 26px;
	background-image: linear-gradient(45deg, #9c27b0, #e91e63, #9c27b0);
	color: #fff;
	padding: 2px 0 2px;
	border-radius: 5px;
	margin-bottom: 6px;
	border: 2px solid #87169a;
	margin-top: 9px
}

.para1 p {
	font-size: 15px;
	padding: 6px 10px 0
}

.para1 p:last-child {
	padding-bottom: 6px
}

.para1 div {
	border: 2px solid #eb008b;
	border-radius: 10px 0 10px 10px;
	margin-bottom: 2px;
	overflow: hidden;
	box-shadow: 0 0 10px -3px #000;
	border-color: #1a237e
}

.chart-table table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #eb008b;
	border-radius: 0px 0px 0px 0px;
	margin-bottom: 2px;
	overflow: hidden;
	box-shadow: 0 0 0px -3px #000;
	background-image: linear-gradient(90deg, #f6f6f6 50%, white 50%)
}

.chart-table thead {
	background-image: linear-gradient(45deg, #009688, #4caf50)
}

.chart-table th {
	color: #fff;
	padding: 9px 0;
	font-size: 20px;
	width: 50%;
	display: none
}

.chart-table td {
	text-align: center;
	color: #000;
	font-weight: 800;
	padding: 9px 0;
	width: 50%;
	font-size: 22px
}

.chart-table table,
.chart-table td,
.chart-table th {
	border: 1px solid #c9c9c9;
	font-weight: 500
}

.chart-table .my-div {
	display: flex;
	background: linear-gradient(45deg,#3f51b5,#00bcd4);
    margin: 10px 0 10px;
    border-radius: 8px;
    border: 2px solid #0c558a;
}

.chart-table .my-div .aa {
	border-right: 1px solid #3f51b5;
	margin-bottom: 0;
}

h4.aa,
h4.bb {
	width: 50%;
	color: #fff;
	padding: 9px 0;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}

.chart-table .my-div .bb {
	border-left: 1px solid #fff
}

.go-top a {
	background-image: linear-gradient(45deg, #4caf50, #4caf50);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 30px;
	text-shadow: 1px 1px 2px #282828;
	padding: 4px 17px 3px;
	transition: all .3s;
	transform: scale(1);
	margin: 15px 0;
	display: inline-block;
	box-shadow: 0 0 10px -6px #000;
	border: 2px solid #037908
}

.go-top a:hover {
	box-shadow: 0 0 10px -4px #000
}

footer {
	background-color: #ffc285;
	border-radius: 10px 0 10px 10px;
	box-shadow: 0 0 10px -3px #000;
	border: 2px solid #a127ac
}

footer h4 {
	font-size: 32px;
	color: #e91e63;
	line-height: 2;
	font-style: normal;
	text-shadow: 1px 1px 2px #fff;
	padding-top: 10px
}

footer .ftr-btn-div {
	display: flex;
	justify-content: center
}

footer .btn {
	color: #fff;
	padding: 4px 14px 2px;
	font-size: 20px;
	border-radius: 50px;
	text-shadow: 1px 1px 2px #444;
	font-style: normal;
	transition: all .3s;
	transform: scale(1);
	border: 2px solid #950435;
	background: #e71e62
}

footer .btn:hover {
	border: 2px solid #781182;
	background: #a127ac
}

footer .btn-back {
	margin: 0 6px
}

footer h5 {
	color: #e91e63;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 6px;
	text-shadow: 1px 1px 2px #fff
}

footer h6 {
	font-size: 22px;
	color: #e91e63;
	padding-bottom: 14px;
	text-shadow: 1px 1px 2px #fff
}

.serv-name {
	background: #ffc285;
	font-size: 16px;
	color: #e91e63;
	text-shadow: 1px 1px 2px #fff;
	margin: 5px 0;
	box-shadow: 0 0 10px -3px #000;
	padding: 10px 0;
	border-radius: 10px 0 10px 10px;
	border: 2px solid #a127ac
}

@media(max-width:576px){
	h4.aa, h4.bb{

		font-size: 14px;
	}
}

/* .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
} */