/* Franchise Funding */
#wrapper.fundability img{
    max-width: 80vw;
}

.fundability #tool-header{
    color: #000;
    align-items: initial;
    position: relative;
    min-height: 75vh;
    background: #FFF;
    background: linear-gradient(144deg,#FFF calc(65% - 1px),#0D5DE5 65%);
}

.fundability #tool-header .fund-shape{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 60%;
    margin: 0;
}

.fundability .fund-head{
    justify-content: space-between;
    align-items: center;
}

.fundability .start-btn{
    width: auto;
}

.fundability #tool-header p{
    font-size: 2rem;
}

.fundability #tool-header .btn, .fundability #tool-main .btn{
    display: inline-block;
    max-width: 15rem;
    min-width: auto;
    font-size: 1.2rem;
    line-height: 1.2;
    background-color: #0D5DE5;
    color: #fff;
    padding: 1rem 1.25rem;
    border-radius: 0.25rem;
}

.fundability .fund-options .fund-option-item{
    background-color: #0F1E62;
    color: #fff;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}

.fundability .fund-options .fund-option-item:not(:last-child){
    border-right: 1px solid #8f8f8f;
}

.fundability .fund-options .fund-option-item p{
    margin-bottom: 0;
    font-size: 1.5rem;
    max-width: 80%;
    text-align: center;
    font-weight: 600;
}

.fundability #tool-main p{
    font-size: 1.2rem;
}

.fundability .grey-bg p{
    color: #000;
}

.fundability .opt .opt-row{
    justify-content: space-between;
}

.fundability .opt-item{
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 5px;
    height: 100%;
}

.fundability .opt-item-img img{
    margin: 0 auto 1rem !important;
    min-height: 87px;
}

.fundability .opt-item p{
    font-size: 1rem !important;
}

.fundability .steps-item{
    background-color: #fff;
    position: relative;
    height: 100%;
}

.fundability .steps-item .steps-title{
    border-bottom: 1px solid;
}

.fundability .steps-item .steps-title p{
    padding-top: 3rem;
}

.fundability .steps-desc{
    padding: 10px;
    font-size: 1rem !important;
}

.fundability .steps-item .step-no{
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #FF9900;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.fundability .brands{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fundability .journey-row{
    background-color: #fff;
    padding: 1rem;
}

.fundability .journey-row p{
    font-size: 1rem !important;
}

.fund-options .row {
    margin: 0;
}

@media only screen and (max-width:992px) {
    .fundability .opt .opt-row{
        justify-content: left;
    }

    .fundability .opt-row>div{
        margin-top: 1rem;
    }

    .fundability h1.heading{
        font-size: 2.5rem;
    }
}

@media only screen and (max-width:767px) {
    .fundability #tool-header .fund-shape{
        display: none;
    }

    .fundability .brands{
        flex-wrap: wrap;
        /* padding: 0 1rem; */
    }

    .fundability .brands img{
        max-width: 50% !important;
        margin: 0 !important;
        padding: 1rem;
    }

    .fundability #tool-header{
        padding-top: 2rem;
    }

    .fundability #tool-header p{
        font-size: 1.2rem;
    }

    .fundability .fund-options{
        width: 100%;
        margin: 0;
    }
    #wrapper.fundability img{
        max-width: 50vw;
        margin: 0 auto 2rem;
    }
    .fundability .brands {
        justify-content: center;
    }
    .fundability #tool-header .btn, 
    .fundability #tool-main .btn{
        font-size: 1rem;
        max-width: 100%;
    }

    .fundability h1.heading {
        font-size: 2rem;
    }

    .fundability .steps .row>div{
        margin-top: 3rem;
    }

    .fundability .start-btn{
        text-align: center;
    }
}