.hero-section {
    position: relative;
}

.row-fluid {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    width: 100%;
}

.left-col-fluid,
.right-col-fluid {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 400;
    padding: 90px 0 130px;
    width: 50%;
}

.left-col-fluid {
    justify-content: flex-end;  
    padding-right: 90px;
    padding-left: 30px;
}

.right-col-fluid {
    background-position: top left;
    padding-left: 120px;
    padding-right: 30px;
}

.left-col-fluid:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 300;
    opacity: .9;
}

.hero_heading_bkg_primary .left-col-fluid:before {
    background: var(--hero-primary-background-color);
    background: var(--hero-primary-background-color-gradient);
}

.hero_heading_bkg_primary .right-col-fluid:after {
    background: var(--hero-secondary-background-color);
}

.left-col-fluid .left-col,
.right-col-fluid .right-col {
    width: 560px;
    max-width: 100%;
    position: relative;
    z-index: 400;
    align-self: center;
}

.right-col-fluid:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 290;
}

.hero_heading_bkg_image .left-col-fluid:before {
    background: var(--hero-secondary-background-color);
}

.hero_heading_bkg_image .right-col-fluid:after {
    background: var(--hero-primary-background-color);
    background: var(--hero-primary-background-color-gradient);
    opacity: .9;
}

.heading_align_center .hero-left {
    text-align: center;
}

.hero-section h1 {
    color: var(--hero-title-color);
    text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
.hero-text {
    color: var(--hero-text-color);
    font-size: 17px;
}

.hero-text ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    display: block;
}

.hero-text ul li:before {
    content: "\e90d";
    font-family: 'local-business' !important;
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 0px;
    z-index: 4;
    line-height: 1;
    color: var(--hero-check-color);
    background: var(--hero-check-background-color);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.no-check-style .hero-text ul li:before {
    display: none;
}

.hero_heading_bkg_primary .hero-left .hero-text {
    color: var(--hero-primary-text-color);
}

.hero_heading_bkg_image .right-col .hero-text {
    color: var(--hero-primary-text-color);
}

.hero_heading_bkg_image .right-col .hero-text ul li:before {
    color: var(--hero-check-color-primary);
}

.hero-text ul li:last-child {
    margin: 0
}

.list-two-column .hero-text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
}

.list-two-column .hero-text ul li {
    padding: 40px 0 0;
    width: calc(1/2*100% - (1 - 1/2)*30px);
    margin: 0;
}

.list-two-column .hero-text ul li:before {
    width: 100%;
    font-size: 25px;
}

.hero-left .cta-buttons.component {
    margin-top: 50px;
}

.hero-section .breadcrumbs-holder {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 500;
    width: 100%;
}

.hero-section .breadcrumbs {
    background: #fff;
    position: relative;
    color: var(--breadcrumb-color-on-hero);
}

.hero-section .breadcrumbs a {
    color: var(--breadcrumb-color-on-hero);
}

.hero-section .breadcrumbs:before {
    content: '';
    width: 60px;
    height: 100%;
    display: block;
    position: absolute;
    left: -59px;
    bottom: 0;
    background: #fff;
    z-index: 500;
    clip-path: polygon(99% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-section .breadcrumbs:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: -100%;
    top: 0;
    background: #fff;
}

.hero-section  .breadcrumbs span.separator {
    border-top: 2px solid var(--breadcrumb-color-on-hero);
    border-left: 2px solid var(--breadcrumb-color-on-hero);
}

.hero-section .breadcrumbs div:last-of-type,
.hero-section .breadcrumbs div:last-of-type a {
    color: var(--breadcrumb-active-color-on-hero);
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .right-col-fluid {
        padding-left: 80px;
    }

    .left-col-fluid {
        padding-right: 70px;
    }
}

@media only screen and (min-width: 992px) {
    .left-col-fluid {
        clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
    }

    .right-col-fluid {
        clip-path: polygon(7% 0%, 100% 0, 100% 100%, 0 100%);
    }
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .right-col-fluid {
        clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
    }
}

@media only screen and (max-width: 991px) {
    .row-fluid {
        flex-wrap: wrap;
    }

    .left-col-fluid {
        padding: 60px 20px 30px;
    }

    .left-col-fluid,
    .right-col-fluid {
        width:100%;
    }

    .right-col-fluid {
        padding-bottom: 100px;
        padding: 30px 20px 80px;
    }

    .left-col-fluid .left-col, 
    .right-col-fluid .right-col {
    max-width: 700px;
        width: 100%;
        margin: 0 auto
    }

    .hero-text {
        font-size: 16px;
    }
}


@media only screen and (max-width: 767px) {
    .list-two-column .hero-text ul li {
        width: 100%;
    }

    .hero-section .breadcrumbs {
        margin-left: 45px;
        padding-left: 10px;
    }

    .hero-section .breadcrumbs:before {
        width: 50px;
        left: -49px;
    }

    .hero-section .breadcrumbs:after {
        width: 30px;
        right: -29px;
    }
}
