html, body {
	min-height: 100%;
}
body, div, form, input, p { 
	padding: 0;margin: 0;outline: none;font-family: Roboto, Arial, sans-serif;font-size: 14px;color: #666;line-height: 22px;
}
h1 {
	font-weight: 400;
}
h4 {
	margin: 22px 0 4px;color: #095484;
}
.testbox {
	display: flex;justify-content: center;align-items: center;height: inherit;padding: 3px; position: absolute; margin-left: 10%;
}
.feedbackbox {
	display: flex;justify-content: center;align-items: center;height: inherit;padding: 3px;
}
form {
	width: 100%;padding: 20px;background: #fff;box-shadow: 0 2px 5px #ccc; 
}
input {
	width: calc(100% - 10px);padding: 5px;border: 1px solid #ccc;border-radius: 3px;vertical-align: middle;
}
input:hover, textarea:hover {
	outline: none;border: 1px solid #095484;
}
.first-name {
	margin-bottom: 22px;
}
span {
	color: red;
}
th, td {
	width: 16%;padding: 15px 0;border-bottom: 1px solid #ccc;text-align: center;vertical-align: unset;line-height: 18px;font-weight: 400;word-break: break-all;
}
.first-col {
	width: 25%;text-align: left;
}
table {
	width: 100%;
}
select{
	width:50%;
}
textarea {
	width: calc(100% - 6px);
}
.btn-block {
	margin-top: 20px;text-align: center;
}
button {
	width: 150px;padding: 10px;border: none;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #095484;font-size: 16px;color: #fff;cursor: pointer;
}
button:hover {
	background-color: #0666a3;
}
@media (min-width: 568px) {
	th, td {
		word-break: keep-all;
	}
}
@media only screen and (max-width: 768px) {
  .testbox {
	  margin-left: 6px !important; margin-right: 6px !important;
  }
}
.logo{ width:110px; height:115px; margin:0% auto; background:url('new_logo.png') left center; animation:play 4s steps(2) infinite;}
.logo a{ display:block; text-indent:-99999px; height:115px;}
@keyframes play{
	100%{background-position:-2314px;}
}
.hcenter{
	text-align: center;
}
input:hover, textarea:hover, select:hover {
      outline: none; border: 1px solid #095484;
}
select {
      padding: 7px 0; border-radius: 3px; border: 1px solid #ccc; background: #e6eef7;
}
.suggestions{ resize: none;}
a.canvasjs-chart-credit {
    display: none;
}
/* Create two equal columns that floats next to each other */
.row{
	display: flex;
}
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}