@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans Regular'), local('DroidSans-Regular'), url(s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Sans';
}
#footer {
	padding: 5px 5%;
	width: 90%;
	margin: auto;
	background: #1b1c21;
	position: fixed;
}
#rightside {
	width: 100%;
	text-align: center;
}
#leftside {
	width: 100%;
	color: white;
}
#leftside li {
	list-style: none;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 2px 10px;
	width: auto;
	min-width: 120px;
	text-align: center;
}
#leftside ul li a {
	color: white;
	text-decoration: none;
}

.btn .img {
	display: none;
}
body {
	background-image: url("img.jpeg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-family: 'Lato', sans-serif;
	overflow:hidden;
}
.button {
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 8px 4px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	font-family: 'Lato', sans-serif;
}
.button2 {
	padding: 12px 68px;
}
.button2 {
	padding: 12px 15px;
}
.button2:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.btn {
	text-align: center;
	padding-top: 2vh;
	height: 39vh;
}
select option {
	color: #000;
}

.image-text {
	text-align: center;
	color: #f00;
	font-size: 16px;
	padding-top: 30px;
	margin-top: 60px;
	margin-bottom: -40px;
}
.image-text h2 {
	padding: 10px 0px 0px 0px;
	font-size: 20pt;
	font-family: 'Courier';
	letter-spacing: 3px;
}
@media screen and (max-width: 600px) and (min-width: 300px) {
	#rightside {
		width: 90%;
	}
	#leftside {
		width: 90%;
		float: left;
		color: white;
	}
	#rightside div {
		font-size: 100%;
		word-break: break-all;
	}
	
	.infodiv{
	 		width: 60%; 
	 		margin: auto;
	 }
}


table {
	width: 100%;
}
table thead tr th a {
	text-decoration: none;
	color: #fff;
}
table thead tr th {
	height: 30px;
}

/*About us page css*/

.bg {
	background-image: url("luck.jpg");
	min-height: 85%;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.caption {
	position: absolute;
	left: 0;
	top: 10%;
	width: 100%;
	text-align: center;
	color: #000;
}
.caption span.border {
	padding: 18px;
	font-size: 30px;
	font-weight:bold;
	letter-spacing: 2px;
}

/*Online payment css*/
input[type=text] {
    width: 70%;
    padding: 10px 15px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 20px;
}
.comman-div{
	width: 70%; 
	top: 17%; 
	position: absolute; 
	left: 15%; 
	height: 30vh;
	background: rgba(242, 242, 242, 0.32);
	padding: 20px;  
	text-align: justify;
	border-radius: 25px;
	padding-bottom: 200px;
	overflow-y:auto;
}
.comman-div:hover{
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/*Customer details css*/
.ctable {
 		width:100%;
 		text-align:left;  	
 		background:#fff;
 		margin-bottom:0px;
 		border-collapse: collapse;
 		opacity: 0.8;
 	}
 	.ctable td{
 		border:1px solid #e8e8e8;
 		background:#fff;
 		
 		line-height: 1.5;
 		padding: 2px;
 	}
 	.ctable th{
 		border:2px solid #e8e8e8;
 		background:#fff;
 		margin: 0px;
 		padding: 5px;
 		line-height: 1.5;
 	}
 	
 	.infodiv{
 		width: 90%; 
 		margin: auto;
 	}
 	
