.page-template-page-house-visit-form .site-header{
	display: none;
}

.page-template-page-house-visit-form .wizard-heading-div h2 {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
}

.page-template-page-house-visit-form .roh-wizard-page .sf-wizard ul.sf-nav.clearfix {
    text-align: center;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    margin-top: 17px;
    justify-content: center;
}

.page-template-page-house-visit-form .c-header-row {
	border-bottom: 8px solid #ff5f67;
}

.page-template-page-house-visit-form .sf-t4 .sf-nav li {
    font-size: 16px;
    color: #808080;
    text-align: left;
    margin: 0px 18px;
    padding: 0px 0px 45px;
    font-weight: 400;
}

.page-template-page-house-visit-form .sf-t4 .sf-nav li.sf-active {
	color: #000;
    border-bottom: 4px solid #ff5f67;
}

.page-template-page-house-visit-form .roh-wizard-page .sf-wizard .sf-nav-wrap.clearfix.sf-nav-smmob.sf-nav-top {
    margin-bottom: 32px;
}

.page-template-page-house-visit-form #wizard-main-wrapper .c-header-row .wizard-nav-btn, .page-template-page-house-visit-form #wizard-main-wrapper .c-header-row .prev-btn {
    background: #1acac4;
}

.page-template-page-house-visit-form .c-header-row a.btn.btn-secondary.fill-with-myInfo {
    border: 1px solid #ff5f67;
    padding: 11px 46px;
    color: #ff5f67;
}

.page-template-page-house-visit-form .sf-t4.sf-fade .sf-nav-on-top .sf-viewport {
    border: none;
}

.page-template-page-house-visit-form .sf-fieldwrap .sf-step {
    padding: 0px;
}

.page-template-page-house-visit-form .roh-wizard-page form.wizard-class .sf-viewport {
    width: 550px;
}

.page-template-page-house-visit-form .w-field-body .row {
    margin: 0 -15px;
}

.page-template-page-house-visit-form .w-field-body h1 {
    font-size: 32px;
    color: #e94335;
	margin-bottom: 21px;
}

.page-template-page-house-visit-form .w-field-body h2 {
    font-size: 24px;
    font-family: Open Sans;
    font-weight: bold;
    color: #4d4d4d;
}

.page-template-page-house-visit-form .w-field-body .form-group:first-child {
    margin-top: 11px;
}

.page-template-page-house-visit-form .w-field-body .form-group {
    margin-top: 19px;
	position: relative;
}

.page-template-page-house-visit-form .w-field-body .form-group label {
    color: #808080;
}

.page-template-page-house-visit-form .roh-wizard-page form.wizard-class .sf-controls.clearfix {
    width: 550px;
	margin: 24px auto 0;
}

.page-template-page-house-visit-form #wizard-main-wrapper .wizard-nav-btn, .page-template-page-house-visit-form #wizard-main-wrapper .prev-btn {
	background: #1acac4;
}

.page-template-page-house-visit-form input[type='radio']:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -2px;
    left: 0px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #d1d1d1;
}

.page-template-page-house-visit-form input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -2px;
    left: 0px;
    position: relative;
    background-color: #ff5f67;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.page-template-page-house-visit-form input[type='radio'] {
    visibility: hidden;
}

.page-template-page-house-visit-form .form-check.form-check-inline label {
    font-weight: normal;
    color: #000 !important;
	padding-left: 11px;
}

h2.m-top {
    margin-top: 50px;
}

.page-template-page-house-visit-form .file-upload-wrapper {  
  position: relative;
  width: 100%;
  height: 46px;
}
  
.page-template-page-house-visit-form .file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 85px);
    pointer-events: none;
    z-index: 20;
    height: 46px;
    line-height: 28px;
    color: #808080;
    border-radius: 5px 0px 0px 5px;
    font-weight: 300;
    border: 1px solid #d4d4d3;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
  
.page-template-page-house-visit-form .file-upload-wrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 46px;
    background: #ff5f67;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height: 46px;
    padding: 0 36px;
    content: '\f093';
    font-family: 'fontawesome';
    border-radius: 0 5px 5px 0;
}
  
.page-template-page-house-visit-form .file-upload-wrapper:hover:before {
    background: darken(#4daf7c, 10%);
}

.page-template-page-house-visit-form .file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 46px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.page-template-page-house-visit-form .sf-step > .sf-step-el {
	overflow: visible;
}

.page-template-page-house-visit-form .white-wizard-card {
    background: #fafaf8;
    border: none;
    border-radius: 5px;
    padding: 2px 20px 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    margin-top: 0px !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
    box-shadow: none;
    width: calc(100% + 40px);
}

.page-template-page-house-visit-form button.sf-multiple-btn {
    background: #ff5f67;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 0px 53px;
    height: 42px;
    line-height: 42px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.page-template-page-house-visit-form .w-field-body .form-control.amount-sgd {
	    padding-left: 40px;
    text-align: right;
}

.page-template-page-house-visit-form .currency_symbol {
    color: #808080;
    position: absolute;
    padding: 10px 10px 10px 22px;
    top: 47px;
    transform: translateY(-50%);
    font-size: 17px;
}

.page-template-page-house-visit-form .table tr:first-child td {
    font-size: 14px;
}

.page-template-page-house-visit-form .table td, .page-template-page-house-visit-form .table th {
    min-width: 100px;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
    border-right: 2px solid #999892;
    font-size: 12px;
}

.page-template-page-house-visit-form .table td:last-child {
    border-right: none;
}

.page-template-page-house-visit-form table.table.table-striped.big td {
    font-size: 14px;
}

.big ul {
    padding-left: 15px;
    line-height: 18px;
}

.page-template-page-house-visit-form .table-striped.big tbody tr:nth-of-type(even) {
    background: #e6e4dd;
}

.page-template-page-house-visit-form .table-striped tbody tr td {
    border-top: none;
}

.page-template-page-house-visit-form .table-striped.big tbody tr:nth-of-type(odd) {
    background-color: #fafaf8;
}

.page-template-page-house-visit-form .table-striped tbody tr:first-child {
    background: #cccbc4;
}

.page-template-page-house-visit-form .table-striped tbody tr:nth-child(2) {
    background: #fafaf8;
}

.page-template-page-house-visit-form .table-striped tbody tr:nth-child(3) {
    background: #e6e4dd;
}

.page-template-page-house-visit-form table.table.table-striped {
	margin-bottom: 28px;
}

.page-template-page-house-visit-form .monthly-income .file-upload-wrapper:after {
	width: calc(100% - 49px);
}

.page-template-page-house-visit-form .monthly-income .file-upload-wrapper:before {
	padding: 0 17px;
}

.page-template-page-house-visit-form .monthly-income .w-field-body .form-group {
    margin-top: 13px;
}

.monthly-income .row .row .col-sm-6 .form-group {
    margin-top: 3px;
    margin-bottom: 3px;
}

.monthly-income .row .row .col-sm-6 .form-group.m-bottom {
	margin-bottom: 10px;
}

.page-template-page-house-visit-form .c-header-row a.btn.btn-secondary.fill-with-myInfo:hover {
    background: #ff5f67;
    color: #fff;
}

.page-template-page-house-visit-form .w-field-body .row.columns-seperate .form-group {
    margin-bottom: 0px;
    margin-top: 3px;
}

.employment_cpf_field_copy.white-wizard-card .row .form-group, .assistance_sources_field_copy.white-wizard-card .row .form-group {
    margin-bottom: 0px;
    margin-top: 3px;
}

.income_assessment_field_copy.white-wizard-card .row .form-group {
    margin-bottom: 0px;
    margin-top: 3px;
}

.income_assessment_field_copy.white-wizard-card {
    padding-top: 10px;
    padding-bottom: 22px;
}

.income_assessment_field_copy.white-wizard-card h3 {
    margin-top: 21px;
}

.income_assessment_field_copy.white-wizard-card .row:nth-child(3) .form-group {
    margin-bottom: 8px;
}

@media (max-width: 991px) {
.page-template-page-house-visit-form .c-header-mobile-row nav.woocommerce-MyAccount-navigation.navbar.navbar-expand-lg.navbar-light.bg-light button.navbar-toggler[aria-expanded=true] {
    box-shadow: 0px 10164px 0px 9754px rgba(0, 0, 0, 0.5) !important;
}
	
.page-template-page-house-visit-form .mobile-button a.btn.btn-secondary.fill-with-myInfo {
    width: 100%;
	margin: 10px 0 0 0;
	border-color:  #ff5f67;
    color: #ff5f67;
}

.page-template-page-house-visit-form #wizard-main-wrapper .mobile-button .wizard-nav-btn, .page-template-page-house-visit-form #wizard-main-wrapper .mobile-button .prev-btn {
    width: 100%;
}

.page-template-page-house-visit-form .c-header-mobile-row nav.woocommerce-MyAccount-navigation.navbar.navbar-expand-lg.navbar-light.bg-light.mobile {
    border-top: 1px solid #e6e6df;
    padding: 10px 15px 0px;
}

.page-template-page-house-visit-form .navbar-collapse.collapse.show {
    border-top: 1px solid #e6e6df;
    padding: 0 15px;
    margin: 0 -15px;
}

.page-template-page-house-visit-form .c-header-mobile-row .sf-nav-number {
    display: none;
}

.page-template-page-house-visit-form .roh-wizard-page form.wizard-class .sf-viewport {
    width: 100%;
}

.page-template-page-house-visit-form nav.woocommerce-MyAccount-navigation button.navbar-toggler {
    padding: 6px 0px 15px;
}

.page-template-page-house-visit-form .woofc-count.woofc-count-bottom-right {
    display: none;
}

.form-group div .form-check-inline {
    display: block;
}

.form-check-inline+.form-check-inline {
    margin-left: 0px;
}

.page-template-page-house-visit-form .table td, .page-template-page-house-visit-form .table th {
    min-width: auto;
    line-height: 20px;
}

.page-template-page-house-visit-form .w-field-body div div .row .col-sm-6 {
	width: 50%;
    padding: 0 7.5px;
}

.page-template-page-house-visit-form .monthly-income .col-sm-6 {
	width: 100% !important;
	padding: 0 15px !important;
}

.income_assessment_field_copy.white-wizard-card .row:first-child {
    margin: 0 -15px;
}

.assistance_sources_field_copy.white-wizard-card .row, .income_assessment_field_copy.white-wizard-card .row {
    margin: 0 -7.5px;
}

.big ul {
    margin-bottom: 0px;
}

.page-template-page-house-visit-form .white-wizard-card {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px);
}

.page-template-page-house-visit-form .c-header-mobile-row span.sf-nav-subtext {
    padding-left: 0px;
}

.w-field-body h1 {
    display: none;
}

.page-template-page-house-visit-form .w-field-body h2 {
    font-size: 20px;
    line-height: 26px;
}

h2.m-top {
    margin-top: 30px;
}

h3 {
    font-size: 20px;
}
}