:root {
    --dark-green: #00414C;
}

html,
body {
    min-height: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding-top: 74px;
}

body main .page-main {
    display: block;
    margin: 0;
}

body .page-main>.container {
    margin: auto;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: absolute !important;
    height: 74px;
    width: 100%;
    z-index: 1;
    background: #fff;
    top: 0;
}

header>* {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call {
    display: flex;
    gap: 10px;
    align-items: center;
}


.call p {
    margin: 0;
}

.call .call_num {
    font-size: 20px;
}

.call a {
    font-weight: 700;
    color: var(--dark-green);
}

.page-main {
    /* position: relative; */
}

.page-main>.container {
    display: flex;
}

.page-left {
    flex-basis: 40%;
}

.page-right {
    flex-basis: 60%;
    background: #fff;
    position: relative;
}

a {
    color: #00414c;
}

a:hover {
    text-decoration: underline;
    color: #00414c
}

.non-decoration a {
    text-decoration: none;
}

.raf-steps .wp-block-column {
    padding: 15px;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    text-align: center;
}

body {}

header {
    position: fixed !important;
}

.raf-left-section {
    background: url(../images/raf-banner.jpg) center/cover;
    height: 100%;
    min-height: 100%;
    height: 100vh;
    position: fixed;
    width: 40%;
    top: 74px;
    left: 0;
}

.raf-left-section:before {
    background: #F7EE8E;
    background: linear-gradient(180deg, rgba(247, 238, 142, 1) 0%, rgba(247, 238, 142, 1) 35%, rgba(247, 238, 142, 0) 60%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.raf-left-section .wp-block-group__inner-container {
    position: relative;
    max-width: 500px;
    margin: 40px auto;
    color: var(--dark-green);
    padding: 0 15px;
}

.raf-left-section h1 {
    font-weight: 700;
    background: var(--dark-green);
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    margin: 0 0 20px;
    font-size: 40px;
}

.raf-left-section .banner-refer {
    padding-left: 30%;
}

.raf-left-section h2 {
    font-weight: 700;
    font-size: 38px;
    margin: 0 0 13px;
}

.raf-left-section h2 strong {
    font-weight: 700;
    background: var(--dark-green);
    color: #fff;
    padding: 0 10px;
}


.raf-right-section {
    padding: 35px 0 0px 30px;
    /* width: 60%; */
}

.raf-right-section h2 {

    color: #00414c;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 1rem;

}

.raf-steps {
    margin-top: 30px;
}

.raf-steps .non-decoration a {
    white-space: nowrap;
}

.raf-steps a:hover {
    text-decoration: underline;
}

.raf-steps.wp-block-columns {
    flex-wrap: nowrap !important;
}

.raf-steps .wp-block-image {
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
    background: #E6ECED;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.raf-right-section h3 {
    font-weight: 700;
    font-size: 24px;
    color: #05414d;
}

.raf-right-section .raf-steps h4 {
    font-weight: 700;
    font-size: 20px;
    color: #05414d;
}

.need-help {
    padding: 20px 30px;
    background-color: #05414d;
    border-radius: 10px;
}

.need-help .wp-block-button__link {
    text-decoration: none;
}

.need-help .wp-block-button__link:hover {
    background-color: #7bc792;
}

.need-help .wp-block-button__link:before {
    background: url(../images/phone2.svg) center/20px auto no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.need-help h3,
.need-help p {
    color: #fff;
}

.why-rm {
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    padding: 20px 30px;
}

.why-rm h3 {
    font-size: 18px;
}

.img-list {
    padding-left: 0;
}

.img-list li {
    background: url(../images/tick_large.png) 0 3px / 17px auto no-repeat;
    padding: 0 0 0 30px;
    margin: 8px 0;
    list-style: none;
}

.btn-color-yellow a,
.btn-color-yellow a:active,
.btn-color-yellow a:visited {
    background-color: #fddd03;
    color: #00414c;
    border-radius: 8px;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.cta_btn_medium a {
    font-size: 1.143em;
    padding: 12px 25px
}

.terms-condition h5 {
    color: #00414c;
    font-weight: 700;
    font-size: 15px;
}

.terms-condition p,
.terms-condition li {
    font-size: 14px;
}



footer {
    border-top: 1px solid #ddd;
    padding: 8px 0;
    z-index: 1;
    position: relative;
    background: #fff;
}

footer .container {
    padding: 0;
}

.fnav {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 2px 15px;
}

.fnav li {
    list-style: none;
}

.fnav li a {
    text-decoration: none;
    color: var(--dark-green);
    font-size: 14px;
}

.fnav li a:hover {
    text-decoration: underline;
}

.fnav li.faddress a {
    font-size: 13px;
}

.otgs-development-site-front-end {
    display: none;
}

@media (min-width:1600px) {
    .raf-right-section {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .page-main>.container {
        display: flex;
        padding: 0;
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-right .first-section,
    .page-right .form-start-section {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .page-main {
        /* position: relative; */
        overflow: hidden;
        min-height: 100%;
        display: flex;
    }
}

@media (max-width:991.98px) {

    .logo_heb img {
        max-width: 230px
    }

    .call * {
        font-size: 0 !important;
    }

    .call .phone {
        display: none;
    }

    .call a {
        background: var(--dark-green) url(../images/phone_white.svg) no-repeat center/22px auto;
        width: 42px;
        height: 42px;
        display: block;
        border-radius: 6px;
    }

    .page-main .container {
        flex-direction: column;
        padding: 0;
        width: 100%;
        max-width: none;
        display: block;
    }

    .page-left {
        min-height: auto;
        flex-basis: 100%;
    }

    .page-right {
        flex-basis: 100%;
    }

    .raf-left-section {
        width: 100%;
        height: 375px;
        min-height: auto;
        position: relative;
        top: 0;
        max-height: none;
    }

    .raf-left-section .wp-block-group__inner-container {
        transform: scale(.8);
        margin: 0 auto;
    }

    .raf-right-section {
        width: auto;
        padding: 30px 15px 0;
    }

    .raf-right-section h2 {
        font-size: 30px;
    }

    .raf-steps br {
        display: none;
    }

    footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:767.98px) {
    .raf-steps.wp-block-columns {
        flex-wrap: wrap !important;
    }


}

@media (max-width:575px) {
    .raf-left-section .banner-refer {
        padding-left: 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .raf-left-section .banner-refer {
        padding-left: 0;
    }
}