
body{
	background:#111;
}
.footer {
    position: relative;
	background: black;
}
/***header area***/
.topheadertxt {
    background-color: #4D0044;
    padding: 10px 0;
    margin: 6px 0;
    font-size: 2em;
    color: #FFF;
    font-weight: 600;
    line-height: 1.5em;
}
.toggle-content {
    /* margin-top: 30px; */
    display: block;
    padding: 30px;
    background-color: white;
    overflow: hidden;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
    background-clip: padding-box;
}
.logoinbox{
	margin-top:10px;
}
.responsmsgtxt{
	padding: 0.5em 0;
    color: #F44336;
    background: white;
	margin-bottom:0.2em;
}