body {
    background: #F6EBB7 !important;
}
.to_align{margin:0 auto; width: 640px;}
.header_box h5 {
    font-family: arial;
    font-size: 16px;
    margin: 0;
}
.header_box{
    background-color: white;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.87);
    padding: 24px;	
}

.banner_block {
    //background-image: url("../images/smart.jpg");
    background-position: center center;
    background-size: cover;
    color: rgba(255, 255, 255, 1);
}
.kips-logo {
    max-width: 150px;
}
.banner_block {
    padding: 25px 0;
    text-align: center;
}
.header_top{
    position: absolute;
    transform: translateY(0px);
    transition: transform 500ms cubic-bezier(0, 0, 0.2, 1) 0s;
    width: 100%;

}	
.form_card{
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    margin-bottom: 48px;
    word-wrap: break-word;}
.form_top_border{
    background-color: rgb(224, 188, 16);
    color: rgba(0, 0, 0, 1);
	height: 8px;
}
.form_card_content{
    color: rgba(0, 0, 0, 0.87);
    padding: 34px 17px;	
}
.card_content_content{
	margin-bottom: 22px;
	padding: 0 17px;
	color: rgba(0, 0, 0, 0.87);
}
.card_content_content h1{
    box-sizing: border-box;
    font-size: 32px;
    line-height: 135%;
    max-width: 100%;
    min-width: 0;
}
.card_content_content p{
    font-size: 13px;
    line-height: 135%;
    margin-top: 22px;
    white-space: pre-wrap;
}
.card_block_img{
	text-align:center;
}
.card_block_img img{
    border: medium none;
    max-width: 100%;
}
.freebirdFormviewerViewFormContent{
	padding: 34px 17px;
}
.detail_heading h3 {
    background: rgb(12, 112, 60) none repeat scroll 0 0;
    color: #fff;
    margin: 0 -17px;
    padding: 10px 12px;
	font-size: 24px;
}
.head_block1{margin-top:22px;}
.head_block1 .form-group input {
    max-width: 350px;
}
.c-select {
    max-width: 250px !important;
    width: 100%;
}
.footer_btton_block{
	padding:  0 0 15px 0;
	}
.form-group select {
    width: 60%;
}
.form-group textarea {
    width: 60%;
}	

.table_qustansw {
    width: 100%;
    max-width: 950px;
    margin: 0px auto;
}
.table_qustansw table {
    width: 100%;
    margin: 0px;
}
.table_qustansw table tr th {
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    text-align: center;
    background: #d33030;
    color: #fff;
    padding: 12px 0px;
    font-weight: 500;
}
.table_qustansw table tr td {
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    padding: 6px 15px;
    color: #333;
	border: 1px solid #eee
}
.table_qustansw table tr td a {
    text-decoration: none;
    color: #333;
    font-weight: normal;
}
.table_qustansw table tr td a:hover {
    color: #2db7f3;
    transition: 0.3s;
}