.hero-section {
    position: relative;
    z-index: 100;
    background-color: var(--hero-background-color);
    overflow: hidden;
}

.hero-image-add.hero-section {
    margin-top: -50px
}

.hero-section:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 400px;
    background-image: var(--hero-wave);
    background-size: cover;
    background-position: center bottom   
}

.hero-section-inner {
    display:  grid;
    grid-template-columns: 50%;
    padding-top: 140px;
}

.hero-section-inner-content {
    position: relative;
    z-index: 95;
    padding-bottom: 120px;
}

.hero-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 90%;
    left: 40%;
    z-index: 80;
}

.hero-image:before {
    content: '';
    width: 400px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 10;
    background: linear-gradient(90deg, var(--hero-background-color) 20%, rgba(245, 245, 245, 0) 100%);
}

.breadcrumbs-holder + .hero-section-inner {
    padding-top: 30px;
}

.hero-section h1 {
    color: var(--hero-title-color);
    position: relative;
}


.breadcrumbs-holder + h1 {
    margin-top: 50px
}

/* Pad*/

.add-pad .hero-section-inner-content {
    background-color: var(--hero-text-pad-background-color);
    color: var(--hero-text-pad-color);
    padding: 30px;
    border-radius: 16px 16px 120px 16px;
}

.add-pad .hero-section-inner-content h1,
.add-pad .hero-section-inner-content .hero-text {
    color: var(--hero-text-pad-color);
}

.add-pad.check .hero-text ul li:before,
.add-pad.check-empty .hero-text ul li:before,
.add-pad.check-circle .hero-text ul li:before,
.add-pad.check-square .hero-text ul li:before,
.add-pad.dot .hero-text ul li:before {
    color: var(--hero-text-pad--color);
}

.add-pad.dot .hero-text ul li:before {
    background: var(--hero-text-pad--check-color);
}


/* text position */

.align-left .hero-section-inner {
    text-align: left;
}

.align-center .hero-section-inner {
    text-align: center;
    justify-content: center;
}

.align-center  .hero-section-inner {
    grid-template-columns: 62%;
}



.hero-text {
    color: var(--hero-text-color);
    font-size: 18px;
}

.hero-text ul li {
    position: relative;
    margin-bottom: 15px;
    display: block;
}

.align-left.check .hero-text ul li,
.align-right.check .hero-text ul li,
.align-left.check-empty .hero-text ul li,
.align-right.check-empty .hero-text ul li,
.align-left.check-circle .hero-text ul li,
.align-right.check-circle .hero-text ul li,
.align-left.check-square .hero-text ul li,
.align-right.check-square .hero-text ul li {
    padding-left: 45px;
}

.align-right.dot .hero-text ul li,
.align-left.dot .hero-text ul li {
    padding-left: 20px;
}

.check .hero-text ul li:before,
.check-empty .hero-text ul li:before,
.check-circle .hero-text ul li:before,
.check-square .hero-text ul li:before,
.dot .hero-text ul li:before {
    font-family: 'local-business' !important;
    font-size: 17px;
    line-height: 1;
    color: var(--hero-check-color);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}

.check-square .hero-text ul li:before {
    border-radius: 0;
    width: 16px;
    height: 16px;
}

.dot .hero-text ul li:before {
    vertical-align: middle;
    content: "";
    background: var(--hero-check-color);
    width: 7px;
    height: 7px;
}

.align-left.check .hero-text ul li:before,
.align-right.check .hero-text ul li:before,
.align-left.check-empty .hero-text ul li:before,
.align-right.check-empty .hero-text ul li:before,
.align-left.check-circle .hero-text ul li:before,
.align-right.check-circle .hero-text ul li:before,
.align-left.check-square .hero-text ul li:before,
.align-right.check-square .hero-text ul li:before,
.align-left.dot .hero-text ul li:before,
.align-right.dot .hero-text ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
}

.align-right.dot .hero-text ul li:before,
.align-left.dot .hero-text ul li:before {
    top: 10px;
}

.check .hero-text ul li:before {
    content: "\e903";
}

.check-empty .hero-text ul li:before {
    content: "\e90d";
}

.check-circle .hero-text ul li:before,
.check-square .hero-text ul li:before {
    content: "\e903";
    background: var(--hero-check-circle-background-color);
    color: var(--hero-check-circle-color);
    line-height: 1.8;
    text-align: center;
    font-size: 14px;
}

.check-square .hero-text ul li:before {
    line-height: 1.4;
    font-size: 12px;
}

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

.list-two-column .hero-text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: left;
    margin-bottom: 30px;
}

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

.list-two-column.dot .hero-text ul li {
    padding-top: 20px;
}

.list-two-column.check-empty .hero-text ul li:before,
.list-two-column.check-circle .hero-text ul li:before,
.list-two-column.check-square .hero-text ul li:before,
.list-two-column.dot .hero-text ul li:before {
    font-size: 25px;
}

.check-circle.list-two-column .hero-text ul li:before {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 2;
}

.list-two-column.dot .hero-text ul li:before {
    width: 12px;
    height: 12px;
}

.hero-text > *:last-child {
    margin-bottom: 0;
}

.align-center .hero-section-inner .cta-buttons {
    justify-content: center;
}

.hero-section-inner .btn.primary {
    color: var(--button-primary-color-on-hero);
    background: var(--button-primary-bkg-color-on-hero);
    border-color: var(--button-primary-border-color-on-hero);
}

.hero-section-inner .btn.primary:hover,
.hero-section-inner .btn.primary:focus,
.hero-section-inner .btn.primary:active {
    color: var(--button-primary-color-hover-on-hero);
    background: var(--button-primary-bkg-color-hover-on-hero);
    border-color: var(--button-primary-border-color-hover-on-hero);
}

.hero-section-inner .btn.icon-phone-ringing {
    color: var(--button-phone-color-on-hero);
    background: var(--button-phone-bkg-color-on-hero);
    border-color: var(--button-phone-border-color-on-hero);
    padding: 0;
    font-size: 22px;
}

.hero-section-inner .btn.icon-phone-ringing:before {
    color: var(--button-phone-icon-color-on-hero);
    font-size: 25px;
}

.hero-section-inner .btn.icon-phone-ringing:hover,
.hero-section-inner .btn.icon-phone-ringing:focus,
.hero-section-inner .btn.icon-phone-ringing:active {
    color: var(--button-phone-color-hover-on-hero);
    background: var(--button-phone-bkg-color-hover-on-hero);
    border-color: var(--button-phone-border-color-hover-on-hero);
}

/* button pad */
.add-pad .hero-section-inner .btn.primary {
    color: var(--button-primary-color-on-hero-text-pad);
    background: var(--button-primary-bkg-color-on-hero-text-pad);
    border-color: var(--button-primary-border-color-on-hero-text-pad);
}

.add-pad .hero-section-inner .btn.primary:hover,
.add-pad .hero-section-inner .btn.primary:focus,
.add-pad .hero-section-inner .btn.primary:active {
    color: var(--button-primary-color-hover-on-hero-text-pad);
    background: var(--button-primary-bkg-color-hover-on-hero-text-pad);
    border-color: var(--button-primary-border-color-hover-on-hero-text-pad);
}

.add-pad .hero-section-inner .btn.icon-phone-ringing {
    color: var(--button-phone-color-on-hero-text-pad);
    background: var(--button-phone-bkg-color-on-hero-text-pad);
    border-color: var(--button-phone-border-color-on-hero-text-pad);
    padding: 0;
    font-size: 22px;
}

.add-pad  .hero-section-inner .btn.icon-phone-ringing:before {
    color: var(--button-phone-icon-color-on-hero-text-pad);
}

.add-pad .hero-section-inner .btn.icon-phone-ringing:hover,
.add-pad .hero-section-inner .btn.icon-phone-ringing:focus,
.add-pad .hero-section-inner .btn.icon-phone-ringing:active {
    color: var(--button-phone-color-hover-on-hero-text-pad);
    background: var(--button-phone-bkg-color-hover-on-hero-text-pad);
    border-color: var(--button-phone-border-color-hover-on-hero-text-pad);
}


@media only screen and (max-width: 991px) {
    .hero-text {
        font-size: 17px;
    }

    .align-right .hero-section-inner-content {
        order: 1;
    }

    .align-right .hero-image {
        order: 2;
    }

}

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

    .hero-image-add.hero-section {
        margin: 0;
    }

    .hero-section-inner {
        padding-top: 40px;
    }
    
    .hero-section-inner-content {
        padding-bottom: 40px;
    }

    .hero-section-inner {
        grid-template-columns: 100%;
    }

    .hero-image {
        display: none;
    }

    .align-center .hero-section-inner {
        grid-template-columns: 90%;
    }
}