html,
body {
    display: block;
    height: 100%;
    width: 100%;
    /* The html and body elements cannot have any padding or margin. updated by Neha*/
		margin: 0;
		overflow-y; scroll;
}
/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -37px;
    /* Pad bottom by footer height */
    padding: 0 0 37px;
    position: relative;
    display: table;
    width: 100%;
}
/* Set the fixed height of the footer here */
#footer {
    height: 37px;
    background: #596171;
    display: table;
    width: 100%;
}
body{
		font-family: 'Raleway', sans-serif; 
		overflow-y: scroll;
}
a:focus{
    outline: none;
}
 a:hover{
    text-decoration: none;
}
 .row{
    margin: 0;
}


/*Start Header CSS*/
.header-wrapper{
    border-bottom: 1px solid #d0d2d6;
    background: none;
}
.header {
    background: rgba(255, 255, 255, .8);
    padding: 0 25px;
		display: inline-block;
    width: 100%;
}
.header .logo {
    padding: 10px 0;
    display: table;
}
/*End Header CSS*/

/*Start Footer CSS*/
#footer{
    padding: 0 25px;
}
 #footer p{
    font-family: 'Roboto', sans-serif;
		font-size: 12px;
		font-weight: 400;
		color: #fff;
		padding: 10px 0 0;
}
 #footer p.footer-right{
    float: right;
}
 #footer p a{
    font-family: 'Roboto', sans-serif;
		font-size: 12px;
		font-weight: 400;
		color: #fff;
}
/*End Footer CSS*/



/*Start Thankyou CSS*/
.error-section{
		width: 300px;
		margin: 40px auto;
}
.error-section h2{
		font-family: 'Roboto', sans-serif;
    font-size: 120px;
    font-weight: 700;
		color: #596171;
		text-align: center;
		margin: 0 0 10px 0;
}
.error-section p b {
		font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
		color: #596171;
		text-align: center;
		line-height: 40px;
}
.error-section p{
		font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
		color: #596171;
		text-align: center;
		margin: 0 0 10px 0;
}

.error-section .btn-block{
		display: table;
		margin: 40px auto;
		width: auto;
}
.error-section .btn-block a{
		background: #d7a312;
		color: #fff;
		width: 200px;
		padding: 9px 0;
		text-align: center;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 400;
		display: inline-block;
		border-radius: 5px;
		cursor: pointer;
		border: none;
		margin: 0 10px !important;
}
error-section {
    margin: 40px auto;
    padding: 0 20px;
}
/*End Thankyou CSS*/
