html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	background-color: #fc9;
	color: #000;
	font-weight: bold;
	text-align: center !important;
	margin-bottom: 0;
	margin-top: 4px;
	font-family: Helvetica, sans-serif !important;
}

* {
	transition: all .3s;
}

a {
	text-decoration: none !important;
	color: inherit;
}

/*header*/
.my-header {
	border-radius: 10px 0 10px 10px;
	margin-bottom: 3px !important;
	border: 2px solid #eb008b;
	box-shadow: 0px 0px 9px -1px #ffeddc;
	padding: 1px 2px;
}

.my-header img {
	height: 160px;
	width: auto;
	margin: -28px 0 -34px;
}

/*opwn and close*/
.open-close {
	border-radius: 10px 0 10px 10px;
	margin-bottom: 2px !important;
	border: 2px solid #eb008b;
	box-shadow: 0px 0px 9px -1px #ffeddc;
	padding: 20px 5px 22px;
}

.open-close h2 {
	color: #fff;
	font-size: 32px;
	background-image: linear-gradient(45deg, #9C27B0, #E91E63, #9C27B0);
	display: inline-block;
	padding: 10px 20px 10px;
	margin: 0;
	border-radius: 10px;
}

.open-close h3 {
	color: #1A237E;
	font-size: 29px;
	margin: 0 0 20px;
}

/* my-card */
.my-card {
	border-radius: 10px 0 10px 10px;
	margin-bottom: 2px !important;
	border: 2px solid #9C27B0;
	box-shadow: 0px 0px 9px -1px #ffeddc;
	padding: 0px 0 2px;
	overflow: hidden;
}

.my-card h3 {
	color: #fff;
	font-size: 32px;
	margin: 0;
	padding: 2px 0 1px;
}
.headering-1 h3 {
	background-color: #50005b;
}
.headering-2 h3 {
		background-color: yellow;
		color: #000;
}
/*.headering-2 h3 {
		background-color: yellow;
}*/
.headering-3 h3 {
		background-color: #0f005b;
}
.my-card h2 {
	color: #232323;
	margin: 10px 0;
	font-size: 22px;
}

/*footer*/
.my-footer {
	border-radius: 10px 0 10px 10px;
	margin-bottom: 2px !important;
	border: 2px solid #eb008b;
	box-shadow: 0px 0px 9px -1px #ffeddc;
	padding: 0px 5px 22px;
}

.my-footer .top-div {
	z-index: 81;
}

.my-footer .top-div a {
	z-index: 41;
	cursor: pointer;
}

.my-footer .top-div a.aa1 {
}

.my-footer .top-div a.aa2 {
}

.my-footer .top-div a.aa3 {
}

.my-footer .top-div a.aa4 {
}

.my-footer .my-img {
	z-index: -10;
}

.my-footer .my-img img {
	height: 160px;
	width: auto;
	margin: -28px 0 -34px;
	z-index: -9;
}

.my-footer .two-btn {
}

.my-footer .two-btn a {
	border: 2px solid #E91E63;
	padding: 3px 8px 4px;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	background-color: #e91e63;
	font-weight: 500;
	display: inline-block;
}

.my-footer .two-btn a.bb1 {
}

.my-footer .two-btn a.bb2 {
}

.my-footer .last-para {
	margin: 20px 0 0;
}

.my-footer .last-para p {
	margin: 6px 0 0;
	font-size: 20px;
	font-weight: 400;
	color: #151515;
}

@media only screen and (max-width:500px) {
	.my-header img {
		height: 90px;
		width: auto;
		margin: -16px 0 -19px;
	}

	/* para	 */
	.open-close {
		padding: 8px 0 10px;
	}

	.open-close h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.open-close h2 {
		font-size: 22px;
	}

	/* my crad  */
	.my-card h3 {
		font-size: 24px;
	}

	.my-card h2 {
		font-size: 17px;
	}

	/*footer*/
	.my-footer {
		padding-bottom: 10px;
	}

	.my-footer .my-img img {
		height: 100px;
		width: auto;
		margin: -16px 0 -19px;
	}

	.my-footer .two-btn a {
		font-size: 14px;
		padding: 5px 5px 6px;
	}

	.my-footer .last-para p {
		font-size: 16px;
	}

}
@media only screen and (max-width: 375px) {

} /* end media */
@media only screen and (max-width: 320px) {
.my-footer .two-btn a{
	font-size: 12px;
	padding: 3px;
}
} /* end media */