/*******************************************************
 *
 * Doctor Loan Program
 *
 *******************************************************/
.ip-banner {
    display: none;
}

.grecaptcha-badge {
    opacity: 0!important;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.footer-contact-us {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex:before, .flex:after {
    display: none;
}

.dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.dir-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
}

.dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
}

.al-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.al-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.al-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.ju-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ju-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ju-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ju-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.attachment-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.attachment-fixed canvas {
    background-attachment: fixed!important;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.attachment-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.attachment-scroll canvas {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-img {
    display: block;
    position: relative;
}

.site-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.site-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transition: var(--default-transition);
    -o-transition: var(--default-transition);
    transition: var(--default-transition);
}

.custom-container {
    padding: 0 15px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.ip-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    max-width: 378px;
    font-size: 12px;
    letter-spacing: 0.150em;
    line-height: 1;
    color: #fff;
    font-family: var(--title-font);
    background-color: #9b172d;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding: 0 10px;
    border: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-btn:before, .ip-btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-btn:after {
    left: auto;
    right: 0;
}

.ip-btn.is-gray:before, .ip-btn.is-gray:after {
    background-color: #a7a7a7;
}

.ip-btn:focus, .ip-btn:hover {
    color: #fff !important;
    background-color: #236092 !important;
}

.ip-btn:focus:after, .ip-btn:focus:before, .ip-btn:hover:after, .ip-btn:hover:before {
    background-color: #236092 !important;
}

.ip-title {
    display: block;
    position: relative;
}

.ip-title.is-center {
    text-align: center;
}

.ip-title h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #236092;
    font-family: var(--title-font);
}

.ip-title.is-white h2 {
    color: #fff;
}

/* Hero */
.hero-container {
    display: block;
    position: relative;
    font-size: 0;
    padding: 90px 0 150px;
    margin-top: 74px;
}

.hero-bg canvas {
    background-position: right center;
}

.hero-container .custom-container {
    max-width: 1336px;
}

.hero-content {
    display: block;
    position: relative;
    width: 100%;
    max-width: 990px;
    z-index: 5;
}

@media(min-width: 992px) {
    .hero-content__cols {
        columns: 2;
        column-gap: 40px;
        margin-top: 30px;
    }    
}

.hero-content h2 {
    font-size: 52px;
    line-height: 1.3462;
    color: #fff;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 30px;
}

.hero-content h2 span {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    margin: 15px 0;
}

.hero-content p {
    font-size: 14px;
    line-height: 1.715;
    letter-spacing: 0.050em;
    color: #fff;
    margin-bottom: 40px;
    width: 750px;
    max-width: 100%;
}

.hero-content a.ip-btn {
    max-width: 265px;
}

/* Who Qualifies */
.wq-container, .wq-content-container, .wq-content, .wq-content-inner {
    display: block;
    position: relative;
}

.wq-container {
    font-size: 0;
    padding: 108px 0 104px;
    background-color: #efefef;
}

.wq-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.wq-row.is-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.wq-buttons {
    order: 1;
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

@media(min-width: 992px) {
    .wq-buttons {
        position: absolute;
        bottom: 0;
        left: calc(50% + 40px);
        z-index: 3;
        margin-top: 0;
    }
}
.wq-buttons .ip-btn {
    width: 344px;
}

.wq-buttons .ip-btn::before, .wq-buttons .ip-btn::after{
    background: #a7a7a7;
}

.wq-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    order: 2;
}

.wq-col:first-child {
    width: 56.141%;
    z-index: 2;
}

.wq-col:last-child {
    width: 43.859%;
}

.wq-content-container .ip-title {
    text-align: right;
    margin: 40px 0 43px;
    padding-right: 55px;
}

.wq-content-container .ip-title h2 {
    display: inline-block;
    text-align: left;
}

.wq-content p {
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    display: block;
    margin-bottom: 35px;
}

.wq-content ul {
    list-style: disc;
}

.wq-content ul li {
    font-size: 18px;
    line-height: 20px;
    color: #000000;    
}

.wq-content ul li strong {
    font-size: 18px;
    line-height: 1;
    color: #000;
    display: block;
    margin-bottom: 0;
    letter-spacing: normal;
}

.wq-content ul li:not(:last-child) {
    margin-bottom: 12px;
}

@media(min-width: 992px) {
    .wq-content {
        z-index: 2;
        margin-top: 150px;
    }    
}

.wq-row.is-reversed .wq-content {
    margin-top: -80px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.wq-content-inner {
    padding: 60px 45px 53px 60px;
}

.wq-content-inner:before {
    position: absolute;
    content: '';
    top: calc(100% - 108px);
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url(../../images/jumbo-loans-v2/shadow.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.wq-content-inner a.ip-btn {
    max-width: 292px;
}

.wq-content:before {
    position: absolute;
    content: '';
    bottom: -42px;
    right: -42px;
    width: 242px;
    height: 255px;
    border: 5px solid #c4c4c4;
    opacity: .45;
    z-index: -1;
    pointer-events: none;
}

.wq-content:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    pointer-events: none;
}

.wq-accent-logo {
    width: 530px;
    height: auto;
    left: -257px;
    top: 30px;
}

.wq-accent-logo canvas {
    opacity: 0.03;
    filter: invert(1) brightness(0);
}

.wq-content ul {
    margin-bottom: 35px;
    padding-left: 20px;
}

.wq-content-img {
    margin-right: -40px;
}

.wq-row.is-reversed .wq-content-img {
    margin-top: 105px;
    margin-left: 0 !important;    
}
@media(min-width: 992px) {
    .wq-row.is-reversed .wq-content-img {
        width: calc(100% + 40px);
    }
}

.wq-content-img:before {
    position: absolute;
    content: '';
    top: -42px;
    left: -42px;
    width: 242px;
    height: 255px;
    border: 5px solid #c4c4c4;
    opacity: .45;
    z-index: 1;
    pointer-events: none;
}

.wq-container.is-blue .wq-content:before {
    right: auto;
    left: -42px;
}

.wq-container.is-blue .wq-content-img:before {
    right: -42px;
    left: auto;
}

.wq-container.is-blue .wq-row.is-reversed .wq-content-img:before {
    right: auto;
    left: -42px;
    bottom: -42px;
    top: auto;
}

.wq-container.is-blue .ip-title {        
    text-align: left;
    margin: 0 0 30px;
}

.wq-container.is-blue .wq-content-img {
    margin-right: 0;
    margin-left: -40px;
}

.wq-container.is-blue {
    background: linear-gradient(to bottom, #236092 0%, #243746 100%);
    padding: 108px 0 110px;
}

.wq-container.is-blue .wq-content p.box {
    padding: 14px 30px;
    border: 2px solid #d2d4d4;
    border-radius: 10px;
    margin: 20px 0 38px;
}

.wq-how {
    /* margin: 150px 0 115px; */
    margin: 9.375vw 0 7.187499999999999vw;
}

.wq-how-table {
    font-size: 12px;
    margin-top: 50px;
    position: relative;
}

.wq-how-table-inner {
    padding: 20px 30px;
    background: #fff;
    position: relative;
}

.wq-how-table::before {
    position: absolute;
    content: '';
    top: -40px;
    left: -40px;
    width: 243px;
    height: 200px;
    border: 5px solid #c4c4c4;
    opacity: .45;
    pointer-events: none;
}

.wq-how-table::after {
    content: '';
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 89px;
    background: #236092;
    top: 0;
    left: 0;
}

.wq-how-table table {
    width: 100%;
    position: relative;
    z-index: 1;
}

.wq-how-table table tr th {
    text-align: center;
    padding: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 1px #fff solid;
}

.wq-how-table table tr td {
    border: 1px #000 solid;
    border-bottom-color: #236092;
    padding: 25px;
    font-size: 16px;
    color: #303030;
}

.wq-how .ip-title, .wq-how .wq-refinancing {
    text-align: center !important;    
}

.wq-refinancing-content {
    background: #fff;
    position: relative;
}

.wq-refinancing-content::before {
    position: absolute;
    content: '';
    top: calc(100% - 95px);
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url(../../images/jumbo-loans-v2/shadow.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.wq-refinancing-content-inner {
    background: #fff;
    position: relative;
    padding: 20px;
    z-index: 2;
}

@media(min-width: 992px) {
    .wq-refinancing-content-inner {
        padding: 60px 50px;
    }
}

.wq-refinancing p {
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    display: block;
    margin-bottom: 35px;
}

.wq-refinancing h3 {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
} 

.wq-refinancing ul, .wq-refinancing ol {
    list-style: disc;
    margin-bottom: 15px;
    margin-left: 20px;
}

.wq-refinancing ol {
    list-style: decimal;
}

.wq-refinancing ul li, .wq-refinancing ol li {
    font-size: 15px;
    line-height: 28px;
    color: #303030;    
}

.wq-refinancing ul.ip-check-list {
    list-style: none;
    padding-left: 10px;
}

.wq-refinancing ul.ip-check-list li::marker{
    content: url(../../images/doctor-loan-program/check-alt.png) '   ';    
}

.ref-top {
    text-align: center;
}

.ref-cols {
    display: flex;
    justify-content: space-between;  
    flex-wrap: wrap;
}

.ref-col {
    width: 100%;
}

@media(min-width: 992px) {
    .ref-col {
        width: 32%;
    }
    
    .ref-col:first-child {
        margin-right: 20px;
    }    
}

.ref-btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.ref-btn .ip-btn {
    max-width: 345px;
}

.ref-btn .ip-btn::before, .ref-btn .ip-btn::after {
    background: #a7a7a7;
}

/* Featured In */
.fi-container {
    font-size: 0;
    padding: 90px 0 90px;
    background-color: #235f90;
    color: #fff;
}

.fi-container, .fi-main, .fi-title, .fi-img {
    display: block;
    position: relative;
}

.fi-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

.fi-img img {
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

.fi-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 15px;
}

.fi-title {
    text-align: center;
    margin-bottom: 50px;
}

.fi-title h2 {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-family: var(--title-font);
    text-transform: uppercase;
}

.fi-container .custom-container {
    max-width: 1510px;
}

/* FAQs */
.faq-container, .faq-main, .tab-accordion, .tab-body {
    display: block;
    position: relative;
}

.faq-container {
    font-size: 0;
    padding: 80px 0;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#236092), to(#243746));
    background: -o-linear-gradient(top, #236092 0%, #243746 100%);
    background: linear-gradient(to bottom, #236092 0%, #243746 100%);
}

.faq-accent-logo {
    width: 536px;
    height: auto;
    left: -65px;
    top: 33px;
}

.faq-accent-logo canvas {
    opacity: .03;
}

.faq-main .ip-title {
    margin-bottom: 64px;
}

#accordion {
    display: block;
    position: relative;
    z-index: 1;
}

#accordion:before {
    position: absolute;
    content: '';
    top: -40px;
    left: -40px;
    width: 243px;
    height: 200px;
    border: 5px solid #c4c4c4;
    opacity: .45;
    z-index: -1;
    pointer-events: none;
}

#accordion:after {
    position: absolute;
    content: '';
    bottom: -40px;
    right: -40px;
    width: 243px;
    height: 200px;
    border: 5px solid #c4c4c4;
    opacity: .45;
    z-index: -1;
    pointer-events: none;
}

.tab-accordion:not(:last-child) {
    margin-bottom: 10px;
}

.tab-accordion > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px;
    line-height: 1;
    color: #171717;
    font-family: var(--title-font);
    padding: 46px 44px;
    background-color: #fff;
    position: relative;
}

.tab-body {
    font-size: 18px;
    line-height: 1.445;
    color: #303030;
    padding: 0 115px 40px 44px;
    background-color: #fff;
    /* margin-top: -10px; */
}

.tab-body ul {
    display: block;
    margin-top: 20px;
}

.tab-body ul li:not(:last-child) {
    margin-bottom: 12px;
}

.tab-body ul li {
    display: block;
    position: relative;
    padding-left: 22px;
}

.tab-body ul li:before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}

.tab-body ol {
    list-style-type: none;
}

.tab-body ol li {
    display: block;
    position: relative;
    padding-left: 30px;
}

.tab-body ol li strong {
    font-weight: 500;
}

.tab-body ol li em {
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
}

.tab-body ol li:not(:last-child) {
    margin-bottom: 20px;
}

.tab-accordion > a em.ai-icon-arrow {
    width: 15px;
    height: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    background-image: url(../../images/la-refinance/ai-arrow-icon-a.png);
    right: 44px;
}

.tab-accordion a[aria-expanded="true"] em.ai-icon-arrow {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.faq-more-btn {
    display: block;
    position: relative;
    margin: 52px auto 0;
}

.faq-more-btn a {
    margin: 0 auto;
    max-width: 487px;
}

/* Refinance Form */
#refinance-form {
    background: #fff;
}

.rf-container, .rf-img-holder, .rf-form-container, .rf-form-tagline, .rf-form-widget, .rf-form-widget form, .rf-form, .rf-form-field {
    display: block;
    position: relative;
}

.rf-container {
    font-size: 0;
    padding: 89px 0 92px;
    overflow: hidden;
}

.rf-bg {
    background-color: #fff;
}

.rf-bg canvas {
    opacity: .05;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.rf-accent-logo {
    width: 536px;
    height: auto;
    left: auto;
    top: 15px;
    right: -120px;
}

.rf-accent-logo canvas {
    opacity: .5;
}

.rf-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rf-col {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
}

.rf-img-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 45px 45px;
    z-index: 5;
}

.rf-img-title h2 {
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
    font-family: var(--title-font);
}

.rf-col:first-child {
    width: 40.352%;
}

.rf-col:last-child {
    width: 59.648%;
}

.rf-img-holder, .rf-img {
    height: 100%;
}

.rf-img {
    background-color: #236193;
}

.rf-form-container {
    padding-right: 126px;
}

.rf-form-tagline {
    margin: 17px 0 20px;
    width: 97%;
}

.rf-form-tagline p {
    font-size: 14px;
    line-height: 1.715;
    letter-spacing: 0.050em;
    color: #000;
}

.rf-form-field input:not([type=submit]), .rf-form-field textarea {
    width: 100%;
    height: 70px;
    color: #727272!important;
    border: none;
    border-bottom: 1px solid #929292;
    padding: 0 8px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    letter-spacing: 0.050em;
    line-height: normal;
}

.rf-form-field {
    margin-bottom: 18px;
}

.rf-form-field textarea {
    resize: none;
    height: 102px;
    padding: 25px 8px 10px;
}

.rf-form-field.form-submit {
    margin: 39px 0 0;
}

.rf-form-field.form-submit button.ip-btn {
    max-width: 190px;
    color: #fff!important;
}

.rf-img-holder:before {
    position: absolute;
    content: '';
    bottom: -40px;
    left: -40px;
    width: 242px;
    height: 255px;
    border: 5px solid #c4c4c4;
    opacity: .45;
    z-index: 1;
    pointer-events: none;
}

.rf-form-widget .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    margin: 0 auto;
}

.rf-form-widget .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 12px;
    color: #000!important;
    text-align: center;
}

.rf-form-widget .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    width: auto;
    font-size: 12px;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
}

/* Contact Us */
.ip-contact-us {
    margin: 0;
    padding: 74px 0 78px;
    background: #efefef;
}

.ip-contact-us .ip-cu-btn-wrap.cu-btn-wrap {
    margin-bottom: 0;
}

.ip-contact-us .cu-btn-title h2 {
    text-transform: capitalize;
}

.ip-contact-us .cu-btn a:not(:hover)::before, .ip-contact-us .cu-btn a:not(:hover)::after {
    background: #a7a7a7;    
}

/* Why */
#why-los-angeles-doctors-choose {}

.wladc-container {
    padding: 94px 0 144px;
    background: #efefef;
    position: relative;
}

.wladc-accent-logo {
    width: 536px;
    height: auto;
    left: -250px;
    top: 30px;
    
}

.wladc-accent-logo canvas {
    filter: invert(1) brightness(0);
    -webkit-filter: invert(1) brightness(0);
    opacity: .03;
}

.wladc-title {
    text-align: center;
    margin-bottom: 60px;
}

.wladc-content {
    position: relative;
}

.wladc-content:before {
    position: absolute;
    content: '';
    top: calc(100% - 113px);
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url(../../images/jumbo-loans-v2/shadow.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.wladc-content::after {
    position: absolute;
    content: '';
    bottom: -40px;
    right: -40px;
    width: 243px;
    height: 200px;
    border: 5px solid #c4c4c4;
    opacity: .45;    
    pointer-events: none;
}

.wladc-content-inner {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 55px 80px;
    display: flex;    
    flex-wrap: wrap;    
}

@media(min-width: 992px) {
    .wladc-content-inner {
        gap: 90px;
    }
    .wladc-content-col {
        width: calc(50% - 45px);
    }
}

.wladc-reason {
    margin-bottom: 40px;
}

.wladc-reason h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

.wladc-reason h3::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    width: 32px;
    height: 24px;
    background-image: url(../../images/doctor-loan-program/check.png);
}

.wladc-reason p {
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    display: block;
    margin-bottom: 25px;
}

.wladc-reason ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 45px;
}

.wladc-reason ul li {
    font-size: 17px;    
    color: #303030;
    line-height: 30px;
}

.wladc-buttons .ip-btn {
    margin: 8px 0;
    max-width: 344px;
}

.wladc-buttons .ip-btn::before,.wladc-buttons .ip-btn::after {
    background: #a7a7a7;
}

/* Why */
#loan-closings {}

.lc-container {
    padding: 94px 0 144px;
    background: #efefef;
}

.lc-title {
    text-align: center;
    margin-bottom: 75px;
}

.lc-slide-controls {    
    position: relative;    
}

.lc-slide-controls button {
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.lc-slide-controls button:not(:last-child) {
    margin-right: 10px;
}

.lc-slide-controls button em[class*="ai-icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 14px;
    height: 25px;
    background-image: url(../../images/la-refinance/ai-arrow-icon-black.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.lc-slide-controls button.prev em[class*="ai-icon-"] {
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
    -ms-transform: translate(-50%,-50%) rotate(180deg);
    transform: translate(-50%,-50%) rotate(180deg);
}

.lc-slide-controls button:hover {
    background-color: #9b172d;
    border-color: #9b172d;
}

.lc-slide-controls button:hover em[class*="ai-icon-"] {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.lc-row {
    display: flex;
    flex-wrap: wrap;
}

.lc-col {
    width: 100%;
    position: relative;
}

.lc-col:first-child::before {
    position: absolute;
    content: '';
    top: -42px;
    right: -42px;
    width: 242px;
    height: 255px;
    border: 5px solid #c4c4c4;
    opacity: .45;
    z-index: 0;
    pointer-events: none;
}   

.lc-content-slide ul li {
    font-size: 18px;
    line-height: 30px;
    color: #303030;
}

@media(min-width: 992px) {
    .lc-row {
        justify-content: space-between;
    }
    .lc-col {
        width: 50%;
    }

    .lc-col:first-child {
        max-width: 450px;
    }

    .lc-col:last-child {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }     
    
    .lc-content-slide {
        padding: 0 20px;
    }
    .lc-slide-controls {
        padding-left: 20px;
    }
}

/* Popup Form */
.mr-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
}

.mr-popup-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
}

.mr-popup-main {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    background: #fff;
    padding: 30px 30px 50px;
}

.mr-popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 19px;
    color: #696969;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 14px;
    border-bottom: 1px solid #696969;
    border-top: 1px solid #696969;
}

.mr-popup-close-btn:hover {
    color: #236092;
    border-color: #236092;
}

.mr-popup.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.mr-popup.active .mr-popup-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.mr-popup-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.mr-popup-caption {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.mr-popup-caption span {
    display: block;
}

.mr-popup-caption span:not(:last-child) {
    margin-bottom: 10px;
}

.mr-popup-title h2 {
    font-size: 30px;
    text-align: center;
    color: #236092;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.mr-popup-caption span {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.050em;
}

.mr-popup-form {
    display: block;
    position: relative;
}

.mr-popup-form-widget {
    display: block;
    position: relative;
}

.mr-popup-form-widget form {
    display: block;
    position: relative;
}

.mr-popup-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mr-popup-col {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 15px);
}

.mr-popup-row.full label,.mr-popup-col label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.mr-popup-row input:not([type=submit]), .mr-popup-row.full textarea {
    border: none;
    border-bottom: 2px solid #696969;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    outline: none!important;
    color: #000!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    text-transform: uppercase;
    height: 31px;
}

.mr-popup-row.full {
    display: block;
}

.mr-popup-row:not(:last-child) {
    margin-bottom: 20px;
}

.mr-popup-row.full textarea {
    height: 75px;
    padding: 15px 0;
    resize: none;
}

.mr-popup-row.full input[type=submit] {
    display: block;
    position: relative;
    width: 198px;
    height: 53px;
    font-weight: 500;
    font-size: 15px;
    line-height: 47px;
    text-decoration: none!important;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    color: #323232;
    border-color: #323232;
    border: 1px solid rgba(50,50,50,.40);
    border-left: 3px solid #323232;
    border-right: 3px solid #323232;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: var(--title-font);
}

.mr-popup-form-widget div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mr-popup-form-widget .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 10px auto 0;
}

.mr-popup-form-widget .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 11px;
    width: 160px;
}

.mr-popup-form-widget .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mr-popup-row.full input[type=submit]:hover {
    background: #236092;
    border-color: #236092;
    color: #fff!important;
}

.mr-popup-close-btn:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50%;
    background: #696969;
    top: 0;
    left: 0;
}

.mr-popup-close-btn:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 50%;
    background: #696969;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.mr-popup-close-btn span {
    font-weight: 700!important;
}

.mr-popup-close-btn:hover:after,
.mr-popup-close-btn:hover:before {
    background: #236092;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
    .hero-container {
        padding: max(5.625vw,90px) 0 max(9.375vw,150px);
    }
}
@media only screen and (max-width: 1560px) {
    .fi-container .custom-container {
        max-width: 100%;
        padding: 0 50px;
    }

}

@media only screen and (max-width: 1440px) {
    .hero-container .custom-container {
        max-width: 1200px;
    }

    .hero-content h2 {
        font-size: 45px;
    }

    .hero-content h2 span {
        font-size: 18px;
    }

    .ip-title h2, .rf-img-title h2 {
        font-size: 35px;
    }

    .rf-form-container {
        padding-left: 90px;
    }

    .rf-form-tagline {
        margin: 26px 0 20px;
    }

    .fi-item {
        padding: 0 30px;
    }

    .fi-slide {
        margin: 0 -30px;
    }
}

@media only screen and (max-width: 1366px) {
    .wq-content:before {
        bottom: -30px;
        right: -30px;
    }

    .wq-container.is-blue .wq-content:before {
        left: -30px;
    }

    .wq-content-img:before {
        top: -30px;
        left: -30px;
    }

    #accordion:before {
        top: -30px;
        left: -30px;
    }

    #accordion:after {
        bottom: -30px;
        right: -30px;
    }

    #accordion:before, #accordion:after, .rf-img-holder:before, .wq-content:before, .wq-content-img:before {
        width: 220px;
        height: 220px;
    }

    .wq-container.is-blue .wq-content-img:before {
        right: -30px;
    }

    .wq-content-inner:before {
        top: calc(100% - 113px);
    }

    .rf-img-holder:before {
        bottom: -30px;
        left: -30px;
    }

    .rf-accent-logo, .faq-accent-logo {
        width: 500px;
    }

    .wq-accent-logo {
        width: 465px;
        bottom: -10px;
    }

    .custom-container {
        max-width: 1100px;
    }

    .rf-form-container {
        padding-left: 50px;
    }

    .rf-form-field input:not([type=submit]), .rf-form-field textarea {
        height: 60px;
        font-size: 13px;
    }

    .rf-form-field textarea {
        height: 90px;
        padding: 16px 8px 10px;
    }

    .tab-body {
        font-size: 17px;
        line-height: 1.4;
    }

    .tab-accordion > a {
        font-size: 20px;
    }

    .wq-content-inner {
        padding: 60px 45px 50px 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .hero-container .custom-container {
        max-width: 1100px;
    }

    .hero-container {
        padding: 80px 0;
    }

    .custom-container {
        max-width: 1000px;
    }

    .wq-content-inner {
        padding: 40px 40px;
    }

    .wq-content ul li {
        padding-left: 30px;
        font-size: 16px;
    }

    .rf-form-container {
        padding-left: 0;
        padding-right: 103px;
    }

    .wq-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .wq-content ul li:before {
        /* top: 0px; */
    }

    .wq-content ul li strong {
        font-size: 16px;
        line-height: 1.3;
    }

    .ip-btn {
        max-width: 340px;
    }

    .hero-content h2 {
        font-size: 43px;
    }

    .rf-img-title {
        padding: 0 30px 30px;
    }

    .rf-accent-logo, .faq-accent-logo {
        width: 430px;
    }

    .wq-accent-logo {
        width: 400px;
    }

    .fi-container .custom-container {
        padding: 0 40px;
    }

    .wq-container.is-blue .wq-content p.box {
        padding: 14px 20px;
        margin: 20px 0 30px;
    }

    .wq-content ul {
        margin-bottom: 25px;
    }

    .wq-content-inner a.ip-btn {
        max-width: 260px;
    }

    .rf-form-field.form-submit button.ip-btn {
        max-width: 380px;
    }

    .wladc-content-inner {
        padding: 38px 30px 38px 60px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .wq-content-img {
        margin-right: -40px;
    }

    .custom-container {
        max-width: 930px;
    }

    .wq-content:before {
        /* bottom: -20px; */
        /* right: -20px; */
    }

    .wq-container.is-blue .wq-content:before {
        /* left: -20px; */
    }

    .wq-content-img:before {
        /* top: -20px; */
        /* left: -20px; */
    }

    .wq-content-inner {
        padding: 40px 35px;
    }

    .wq-content ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .wq-content ul li {
        padding-left: 25px;
        font-size: 12px;
    }

    .ip-btn {
        height: 65px;
        max-width: 305px;
        font-size: 11px;
        letter-spacing: 0.100em;
    }

    .ip-title h2, .rf-img-title h2 {
        font-size: 33px;
    }

    #accordion:before {
        top: -20px;
        left: -20px;
    }

    #accordion:after {
        bottom: -20px;
        right: -20px;
    }

    .faq-main .ip-title {
        margin-bottom: 40px;
    }

    .tab-accordion > a {
        font-size: 18px;
        padding: 30px 30px 30px;
    }

    .tab-accordion > a em.ai-icon-arrow {
        right: 30px;
    }

    .tab-body {
        font-size: 15px;
        padding: 0 30px 30px;
    }

    .tab-accordion > a em.ai-icon-arrow {
        width: 13px;
        height: 16px;
    }

    .tab-body ol li {
        padding-left: 20px;
    }

    .faq-more-btn a {
        max-width: 330px;
    }

    .hero-container .custom-container {
        max-width: 940px;
    }

    .hero-content h2 {
        font-size: 35px;
        margin-bottom: 17px;
    }

    .hero-content h2 span {
        font-size: 16px;
    }

    .hero-content {
        max-width: 600px;
    }

    .hero-container {
        margin-top: 65px;
    }

    .hero-content p {
        margin-bottom: 25px;
    }

    .wq-content ul {
        margin-bottom: 25px;
    }

    .wq-content-inner a.ip-btn {
        /* max-width: 365px; */
    }

    .wq-content ul li strong {
        font-size: 15px;
    }

    .rf-img-title {
        padding: 0 25px 25px;
    }

    .rf-img-holder:before {
        bottom: -20px;
        left: -20px;
    }

    .rf-form-container {
        padding-left: 39px;
    }

    .rf-form-tagline {
        margin: 20px 0 15px;
    }

    .rf-form-field {
        margin-bottom: 15px;
    }

    .faq-container {
        padding: 70px 0;
    }

    .faq-more-btn {
        margin: 50px auto 0;
    }

    .wq-content-inner:before {
        top: calc(100% - 110px);
        height: 143px;
    }

    .fi-container .custom-container {
        padding: 0 30px;
    }

    .fi-item {
        padding: 0 20px;
    }

    .fi-slide {
        margin: 0 -20px;
    }

    .fi-title h2 {
        font-size: 18px;
    }

    .hero-content a.ip-btn {
        max-width: 300px;
    }

    .wq-container.is-blue .wq-content-img:before {
        /* right: -20px; */
    }

    .wq-content-container .ip-title {
        margin: 25px 0;
        padding-right: 30px;
    }

    .wq-container.is-blue .ip-title {
        padding-left: 30px;
        margin: 0 0 25px;
    }

    .wq-content p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media only screen and (max-height: 550px) {
    .mr-popup-wrapper {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-height: 780px) {
    .mr-popup-wrapper {
        display: block;
    }

    .mr-popup-main {
        margin: 30px auto;
    }
}

@media only screen and (min-width: 320px) and (max-height: 780px) {
    .mr-popup-wrapper {
        display: block;
    }

    .mr-popup-main {
        margin: 30px auto;
    }
}

@media only screen and (max-width: 991px) {
    *[class*="col-md"] {
        width: 100%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-2 {
        width: 16.66666666%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666666%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .header-wrapper {
        background: #236193;
        padding: 17px 0;
        min-height: 86px;
    }

    .logo img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .header-contacts span a {
        color: #fff;
    }

    .burger-menu-icon span {
        background-color: #fff;
    }

    .burger-menu-icon {
        border: 1px solid rgba(255,255,255,.15);
    }

    .hero-container {
        /* margin-top: 86px; */
        padding: 43px 0 579px;
    }

    .hero-content h2 {
        font-size: 35px;
        width: 100%;
        margin-bottom: 13px;
    }

    .hero-content h2 span {
        font-size: 18px;
    }

    .ip-btn {
        max-width: 378px;
        height: 70px;
        font-size: 12px;
        letter-spacing: 0.150em;
    }

    .hero-bg canvas {
        background-position: bottom center;
        background-image: url(../../images/doctor-loan-program/hero-img-mobile.jpg) !important;
        background-size: contain;
        background-color: #03060f;
    }

    .ip-title h2, .rf-img-title h2 {
        font-size: 30px;
        letter-spacing: normal;
    }

    .wq-col {
        display: block;
        width: 100%!important;
    }

    .wq-row {
        flex-direction: column-reverse!important;
        margin-bottom: 60px;
    }

    .wq-content-img {
        margin: 0 auto!important;
    }

    .wq-content:before {
        bottom: -27px;
        right: -27px;
        width: 242px;
        height: 255px;
    }

    .wq-container .custom-container {
        padding: 0 30px;
        max-width: 567px;
    }

    .wq-content-img:before {
        top: -27px;
        right: -27px;
        opacity: 0;
    }

    .wq-container {
        padding: 40px 0 55px;
    }

    .wq-content-inner {
        padding: 30px 30px;
    }

    .wq-content ul li:not(:last-child) {
        margin-bottom: 22px;
    }

    .wq-content ul li strong {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 4px;
    }

    .wq-content ul li:before {
        top: 3px;
    }

    .wq-content ul li {
        font-size: 14px;
        padding-left: 30px;
        line-height: 1.6;
    }

    .wq-content-inner .ip-btn {
        max-width: 286px;
        margin: 0 auto;
        padding: 0 20px;
        line-height: 1.3;
    }

    .wq-content ul {
        margin-bottom: 25px;
    }

    .wq-content-container .ip-title {
        display: none;
    }

    .wq-col .ip-title {
        margin: 0 0 26px;
        text-align: left;
    }

    .wq-content-inner:before {
        top: calc(100% - 107px);
        height: 130px;
    }

    .wq-accent-logo {
        bottom: auto;
        top: 50px;
        width: 508px;
        left: auto;
        right: 0;
        margin: 0 auto;
    }

    .faq-container {
        padding: 37px 0 34px;
    }

    .faq-main .ip-title {
        margin-bottom: 23px;
    }

    .tab-accordion > a {
        padding: 24px 45px 24px 18px;
        line-height: 1.3;
    }

    .tab-body {
        padding: 0 18px 23px;
    }

    .tab-accordion > a em.ai-icon-arrow {
        right: 18px;
    }

    .faq-more-btn {
        margin: 20px auto 0;
    }

    .custom-container {
        max-width: 480px;
    }

    .faq-more-btn a {
        max-width: 384px;
        line-height: 1.3;
    }

    .rf-col {
        display: block;
        width: 100%!important;
    }

    .rf-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rf-form-container {
        padding: 60px 0 0;
    }

    .rf-container {
        padding: 50px 0;
    }

    .rf-img-holder {
        width: calc(100% - 30px);
        margin: 0 auto;
        max-width: 460px;
    }

    .rf-img-holder:before {
        bottom: -30px;
        left: -30px;
        width: 242px;
        height: 255px;
    }

    .rf-form-field input:not([type=submit]), .rf-form-field textarea {
        font-size: 14px;
        height: 70px;
    }

    .rf-form-field textarea {
        height: 102px;
        padding: 25px 8px 10px;
    }

    .rf-form-field {
        margin-bottom: 18px;
    }

    .rf-form-field.form-submit button.ip-btn {
        max-width: 384px;
        line-height: 1.3;
    }

    .rf-accent-logo {
        top: 30px;
        right: auto;
        left: -100px;
        width: 508px;
    }

    .hero-container .custom-container {
        max-width: 520px;
    }

    .rf-form-tagline {
        width: 100%;
    }

    .faq-accent-logo {
        left: 0;
        top: 29px;
        bottom: 0;
        margin: 0 auto;
        max-width: 350px;
        right: 0;
        height: auto;
    }

    .hero-bg:before {
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    }

    .hero-content h2 br {
        display: none;
    }

    .hero-content a.ip-btn {
        max-width: 378px;
    }

    .hero-content p {
        margin-bottom: 20px;
    }

    #accordion:after, #accordion:before {
        opacity: 0;
    }

    .faq-accent-logo canvas {
        background-size: contain;
        background-position: top center;
    }

    .rf-accent-logo canvas {
        background-position: right center;
    }

    .wq-col .ip-title h2 br {
        display: none;
    }

    .rf-form-field.form-submit button {
        margin: 0 auto;
    }

    .tab-body ul li {
        padding-left: 15px;
    }

    .tab-body ul li:before {
        top: 8px;
        width: 4px;
        height: 4px;
    }

    .hero-bg canvas.hidden-xs.hidden-sm {
        display: block!important;
        background-position: right 10% center;
    }

    .hero-bg canvas.hidden-lg.hidden-md {
        display: none!important;
    }

    .fi-container .custom-container {
        padding: 0 15px;
        max-width: 568px;
        margin: 0 auto;
    }

    .fi-title h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .fi-slide {
        margin: 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 530px;
    }

    .fi-item {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% / 2);
        padding: 9px 15px;
    }

    .fi-container {
        padding: 50px 0;
    }

    .fi-title {
        margin-bottom: 27px;
    }

    .fi-img img {
        margin: 0 auto;
        display: block;
    }

    .fi-item:first-child {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .fi-item:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .fi-item:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .fi-item:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .fi-item:last-child {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .wq-content-inner a.ip-btn {
        max-width: 100%;
    }

    .wq-container.is-blue {
        padding: 40px 0 80px;
    }

    .wq-container.is-blue .ip-title {
        padding: 0;
        margin: 0 0 55px;
    }

    .wq-container.is-blue .wq-content-img:before {
        opacity: .45;
        right: -50px;
    }

    .ip-title h2 br {
        display: none;
    }

    .lc-content-slider {
        margin-top: 30px;
    }

    .wladc-container {
        padding: 54px 0 80px;
        background: #efefef;
        position: relative;
    }

    .wq-how {
        margin: -20px 0 50px;
    }

    .ref-btn {
        margin-top: 10px;
    }

    .lc-container {
        padding: 50px 0;
    }

    .lc-slide-controls {
        text-align: center;
        margin-top: 30px;
    }

    .wq-how-table:nth-child(n+4) {
        margin-top: 0;
    }
    .wq-how-table:nth-child(n+4)::before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    *[class*="col-sm"] {
        width: 100%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-2 {
        width: 16.66666666%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-5 {
        width: 41.66666666%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .wq-content:before {
        right: -50px;
    }

    .wq-content-img:before {
        right: -50px;
    }

    .rf-img-holder:before {
        left: -60px;
    }

    .mr-popup-wrapper {
        padding: 15px;
    }

    .mr-popup-main {
        padding: 50px 15px;
    }

    .mr-popup-close-btn {
        padding: 8px;
        font-size: 13px;
    }

    .mr-popup-col {
        width: calc(50% - 5px);
    }

    .hero-container {        
        padding: 43px 0 379px;
    }    
}

@media only screen and (max-width: 480px) {
    .mr-popup-col {
        width: 100%;
    }

    .mr-popup-row {
        display: block;
    }

    .mr-popup-col:not(:last-child) {
        margin-bottom: 20px;
    }    

    .hero-container {        
        padding: 43px 0 279px;
    }     
}

@media only screen and (max-width: 413px) {
    .hero-content h2 {
        width: 100%;
        font-size: 30px;
    }

    .ip-title h2, .rf-img-title h2 {
        font-size: 30px;
    }

    .wq-container .custom-container {
        padding: 0 20px;
    }

    .wq-content ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .wq-content ul li strong {
        font-size: 16px;
    }

    .wq-content ul li {
        font-size: 13px;
        padding-left: 25px;
    }

    .wq-content ul li:before {
        width: 12px;
        height: 14px;
    }

    .tab-accordion > a {
        padding: 22px 45px 21px 15px;
        font-size: 17px;
    }

    .tab-body {
        padding: 0 15px 20px;
        font-size: 14px;
    }

    .rf-img-holder {
        width: calc(100% - 20px);
    }

    .rf-img-holder:before, .wq-content:before, .wq-content-img:before {
        width: 190px;
        height: 190px;
    }

    .rf-img-title {
        padding: 0 20px 20px;
    }

    .rf-form-container .ip-title h2 br {
        display: none;
    }

    .hero-container {
        padding: 40px 0 261px;
    }

    .hero-content h2 {
        font-size: 28px;
    }

    .hero-content p {
        line-height: 1.6;
    }

    .wq-content-inner {
        padding: 30px 20px;
    }

    .fi-item {
        padding: 9px 10px;
    }

    .hero-content a.ip-btn {
        line-height: 1.3;
    }

    .wq-container.is-blue .ip-title {
        margin: 0 0 40px;
    }

    .wq-container.is-blue .wq-content p.box {
        padding: 14px 14px;
    }

    .wq-content p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .wq-container.is-blue {
        padding: 40px 0 80px;
    }
}

@media only screen and (max-width: 375px) {
    .wq-container.is-blue {
        padding: 40px 0 80px;
    }
}
