@CHARSET "UTF-8";

.footer-text {
	margin-left: 10%;
	color: #fff;
}

img{
	
	margin: 0px;
	padding: 0px;
	border: none;
}	

.footerBackground {
	height: 30px;
    width: 100%;
    background-color: #F5F5F5;
    float: left;
    position: fixed;
    z-index: 100;
    border-bottom: 20px solid #F5F5F5;
    border-radius: 0 0 50px 50px;
    bottom: 70px;
}

.footer {
	/* height: 70px; */
	width: 100%;
	background-color: #5d5d5d;
	float: left;
	position: fixed;
	bottom: 0;
	z-index: 99;
/* 	border-top:1px solid #d6d6d6; */
	padding-top: 10px;
	margin:auto;
}

.img-hkt-logo {
	height: auto;
	width: auto;
	margin-top: 0px;
	float: right;
	margin-right: 15%;
	margin-top:-50px;
}

.footer-img-container {
	width: 100%;
}

.submit-btn-container{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	max-width: 720px;
	width: 100%;
	float: none;
	text-align: right;

}

.submit-btncsl {
	margin-top: 25px;
	margin-right: 15px;
	margin-top: 25px;
	width: 160px;
  	height: 47.7px;
	border: none;
	outline: none;
	font-size: 16px;
	background-repeat: no-repeat;
/* 	background: url("../images/orange_but.png") no-repeat; */
	cursor: pointer;
	color: white;
	font-weight: bold;
    background-color: #333;
    border-radius: 24px;
}

.submit-btn1010 {
	margin-top: 25px;
	margin-right: 15px;
	margin-top: 25px;
	width: 100px;
	height: 30px;
	border: none;
	outline: none;
	font-size: 14px;
	background-repeat: no-repeat;
/* 	background: url("../images/yellow_but.png") no-repeat; */
	cursor: pointer;
	color: black;
	font-weight: bold;
    background-color: #024f91;
    border-radius: 16px;
}

.submit-btn-backcsl {
	margin-top: 25px;
	margin-right: 15px;
	margin-top: 25px;
	width: 160px;
  	height: 47.7px;
	border: none;
	outline: none;
	font-size: 16px;
	background-repeat: no-repeat;
/* 	background: url("../images/orange_but.png") no-repeat; */
	cursor: pointer;
	color: #333;
	font-weight: bold;
    background-color: #f4f7f8;
    border-radius: 24px;
}

.submit-btn-back1010 {
	margin-top: 25px;
	margin-right: 15px;
	margin-top: 25px;
	width: 100px;
	height: 30px;
	border: none;
	outline: none;
	font-size: 14px;
	background-repeat: no-repeat;
/* 	background: url("../images/yellow_but.png") no-repeat; */
	cursor: pointer;
	color: black;
	font-weight: bold;
    background-color: #ddd;
    border-radius: 16px;
}
