.progress {
    height: 3px;
    background-color: #eee;}
iframe#main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 50px;
}
.centered-modal.in {
	display: flex !important;
	padding: 0 !important;
}
.modal-dialog{
  margin: auto;
  padding: 0;
}
.modal-content {
  height: 100%;
  width: 100%;
  display: table;
}
.modal-body {
  height: 100%;
  width: 100%;
  display: table-row;
}
#modal-iframe {
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.page-footer .page-footer-inner {
    color: #fff;
    text-align: center;
    font-size: 14px;
    float: none;
    padding: 30px 0;
    width: 100%;
    line-height: 30px;
}
.faq-content-1 .faq-section {

    padding: 20px 30px 30px;

}
.modal .modal-header{
	background: url(/assets/pages/img/popup.png) top center no-repeat;
    background-color: #ff6400;
    border: none;
    height: 135px;
}
.close {
    width: 20px;
    height: 20px;
}

.iframe_block_h4 {
font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #ff6400;
	line-height:25px;
}
.text-left {
    text-align: left !important;
}
.form .form-body, .portlet-form .form-body{padding:0px;}