/* css for added green section in homepage */

.bg-green {
    background: url(https://staging.mybusinessdata.com.au/images/green-bg-new.jpg) no-repeat center;
    background-size: cover;
    flex: 1;
    padding-top: 80px !important;
    padding-bottom: 80px!important;
}

.page-home h1 {
    font-weight: 500!important;
}

.sample-data{
    font-weight: 500!important;
}

a.btn.bnt-white {
    background: #fff;
    border-radius: 3px;
    padding: 28px 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}


span.bold {
    font-weight: 800;
}

h2.heading-white {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 39px;
    padding-bottom: 35px;
    font-weight: 300;
}

.pd-cust {
    padding: 0 20px;
}

.w-cust{
    width:50%!important;
}

.mr-25 {
    margin-right: 25px;
}

.page-home h1 {
    padding-top: 40px;
}

@media (max-width: 1651px) {
    .button-info a {
        margin-bottom: 25px;
    }

    a.btn.bnt-white {
        font-size: 18px;
    }

    .w-cust{
        width:60%!important;
    }
}

@media (max-width: 1197px) {

    .mr-25 {
        margin-right: 0;
    }

}


@media (max-width: 1024px) {

    h2.heading-white {
        font-size: 32px;
    }

    .w-cust{
        width: 70%!important;
    }


}