/*CSS*/
.slogan1 {
	margin-top: 35%;
	margin-left: 10%;
	position: absolute;
	width: 75%;
}
.track {
	width: 100%;
	background: #fff;
	height: 50px;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	text-indent: 5%;
	/*color: #bbbcaa;*/
}
.trackbtn {
	outline: none;
	cursor: pointer;
	width: 100%;
	background: cornflowerblue;
	margin-top: 10px;
	border: none;
	height: 40px;
	color: #fff;
	text-transform: uppercase;
	font-size: larger;
	border-radius:5px;
	font-weight:bold;
}
.trackbtn:hover
{
	opacity:0.85;
}
.para1 {
	color: #fff;
	font-size: smaller;
	margin-top: 10px;
	text-align: center;
}
.div2 {
	margin-top: 20%;
/* margin-left: 10%; */
position: absolute;
width: 85%;
}
.para2 {
	text-align: center;
	margin-top: 10%;
	font-weight: 600;
	font-size: x-large;
	color: #fff;
}
.myimg {
	border-radius: 10px;
	width: 100px;
	height: auto;
	margin-bottom: 10%;
	margin: 0 auto;
}
.mygreenicon {
	color: green;
	font-size: x-large;
}
.status {
	font-weight: bold;
	text-transform: uppercase;
}
.myfont {
	font-size: x-large;
}
.bac {
	background: brown;
	color: white;
}
.bacFont {
	font-weight: normal;
}
/* .tableslide2
{
	font-size: 14px;
	text-align:center;
	background: white;
} */
.myrowslide
{
	color:#00a2ff;
	background:#f4f4f4
}
.newimg
{
	opacity:1;
	border-radius:10px;
	margin-bottom:10px;
}
.centerfont
{
	text-align: center;
}
.awefont
{	
	font-size: xx-large;
}
.cur
{
	cursor:pointer;
}