body{
	
}
.bg{
	background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../img/bg2.jpg");
	background-size: cover;
	background-position: center;
}
.head1{
	padding:1% 0%;
	color: #fff;
	text-align: center;
}
.head1 h1{
	font-size: 2em;
	font-weight: 800;
	letter-spacing: 3px;
}
.head1 p{
	font-size: 1.5em;
}
.table-scroll {
	position:relative;
	max-width:1	600px;
	margin:auto;
	overflow:hidden;
	border:1px solid #A4C0ED;
}
.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}
.table-scroll th, .table-scroll td {
	padding:5px 10px;
	border:1px solid #e9ecef;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll thead, .table-scroll tfoot {
	background:#000;
}
.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}
.clone td, .clone th {
	border-color:transparent
}
.clone tbody th {
	visibility:visible;
	color:#000;
}
.clone .fixed-side {
	color: #fff;
	border:1px solid #f8f9fa;
	background:#0066ff;
	visibility:visible;
}
.clone thead, .clone tfoot{background:transparent;}

.my-btn{
	width: 100%;
	float: left;
	color: #fff;
	text-decoration: none;
}
.my-menu{
	width: 100%;
	float: left;
}
.my-menu ul{
	padding: 0;
	margin: 0;
	display: flex;
}
.my-menu ul li{
	display: inline-block;
	width: 100%;
	margin: 10px 5px;
}
.my-menu ul li a{
	float: left;
	background: #0066ff;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	color: #fff;
	border-radius: 50px;
	font-weight: bold;
}
.my-bg{
	background: #0066ff;
	border-radius: 20px;
	color: #fff;
}

.my-bg2{	
	background: #D6E6FF;
	border: 1px solid #A4C0ED;
	border-radius: 20px;
}
.mybtn{
	position: fixed;
	bottom: 10px;
	right: 10px;
}




@media (min-width: 576px) {
	.head1 h1{
	font-size: 2em;
	}
	.mybtn{
	position: fixed;
	bottom: 10px;
	right: 10px;
	}
}

@media (min-width: 768px) {
	.head1 h1{
	font-size: 3em;
	}
	.mybtn{
	position: fixed;
	bottom: 10px;
	right: 10px;
	}
}

@media (min-width: 992px) {
	.head1 h1{
	font-size: 4em;
	}
	.mybtn{
	position: fixed;
	bottom: 10px;
	right: 10px;
	}
}

@media (min-width: 1200px) {
	.head1 h1{
	font-size: 5em;
	}
	.mybtn{
	position: fixed;
	bottom: 10px;
	right: 10px;
	}
}