.top-h{width: 79%;float: left;margin-left: 10px;}
.logo-img {
    float: left;
    width: 30%;
}
.header h1 {
    float: left;
    width: 70%;
    font-size: 30px;
    text-align: center;
    color: #000;
    top: 25px;
    position: relative;
}
.header {
    background: unset !important;
    background-color: #f5f4f4 !important;
}
.menu-side{float: right;width: 19%; height:715px;margin-left: 10px;}
  #progress{
        
        width:100% !important;
        margin-left:0px !important;
    }
@media screen and (max-width: 767px) {
    #progress{
        
        width:100% !important;
        margin-left:0px !important;
    }
	fieldset {
    width: 100%;
}
.iview-controlNav div.iview-items{display:none;}

	#cont{overflow-x:hidden !important;}
	.container{width:100% !important;}
	#iview{width:97% !important;}
.top-h {
    width: 100%;
	float: unset;
	margin:0;
	}
	
	.logo-img {
    float: unset;
    width: 100%;
}
.logo-img img {
    margin: 0 auto;
    display: block;
}
.header h1 {
    float: unset;
    width: 100%;
    font-size: 22px;
    text-align: center;
    color: #000;
    top: 0;
    position: relative;
    margin: 0 0 15px;
}
	.header {
    background: unset !important;
    background-color: #f5f4f4 !important;
	padding: 5px;
    float: unset !important;
	width:auto !important;
	height:auto !important;
}
.menu-side{float: unset;width: 100%; height:auto;margin: 0px;}
.iview-controlNav{right: 0 !important;left: 0 !important;}
.iview-controlNav div.iview-items{padding: 0 !important;}
}