.service-lawn-care-page {
    --INTER-FONT: "Inter", sans-serif;
    --DMSANS-FONT: "DM Sans", sans-serif;
    --Neutral-Dark-Charcoal: #222222;
    --Neutral-Charcoal: #414141;
}

.service-lawn-care-page .sub-banner {
    height: 100% !important;
    position: relative;
}

.service-lawn-care-page .sub-banner img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.service-lawn-care-page .banner-content {
    position: absolute;
    top: 50% !important;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.service-lawn-care-page .sub-banner h1 {
    text-align: left;
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    font-size: 68px;
    font-weight: 500;
    line-height: 74.8px;
    letter-spacing: normal;
    margin-bottom: 16px;
    color: #ffffff;
    margin-top: 0;
}

.service-lawn-care-page .sub-banner .subhead {
    text-align: left;
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    line-height: 26px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 32px;
    color: #ffffff;
    width: 437px;
}

.service-lawn-care-page .sub-banner .default-btn {
    margin: 0;
    width: 209px;
}

.service-lawn-care-page .default-btn .primary-btn {
    width: 209px;
    min-width: 100%;
}

.service-lawn-care-page .anchor-btn {
    color: var(--Neutral-Dark-Charcoal, #222222);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 257px;
    max-width: 257px;
    width: 100%;
    min-height: 48px;
    max-width: 48px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    border-radius: 40px;
    height: 100%;
    border: none;
    text-decoration: none;
}

.service-lawn-care-page .anchor-btn:hover,
.anchor-btn:active {
    background: #19C063;
    text-decoration: none;
}

.service-lawn-care-page .anchor-btn:focus {
    outline: none;
}

.service-lawn-care-page h2.service-lable-header {
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    font-size: 48px;
    font-weight: 500;
    line-height: 52.8px;
    letter-spacing: normal;
    text-align: left;
    margin-top: 46px;
    margin-bottom: 16px;
    color: var(--Neutral-Dark-Charcoal, #222222);
}

.service-lawn-care-page .service-text {
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--Neutral-Charcoal, #414141);
    word-wrap: break-word;
    margin-bottom: 0;
}

.service-lawn-care-page .service-lawn {
    margin-top: 56px;
}

.service-lawn-care-page .service-card-grp {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, minmax(auto, auto));
}

.service-lawn-care-page .service-card-body {
    background-color: var(--Neutral-Dew, #F2FBF5);
    padding: 24px;
    border-radius: 24px;
    height: 100%;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
}

.service-lawn-care-page .service-card .service-card-title {
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: normal;
    color: var(--Neutral-Dark-Charcoal, #222222);
}

.service-lawn-care-page .service-card .service-card-text {
    color: var(--Neutral-Charcoal, #414141);
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    flex-grow: 1;
}

.service-lawn-care-page .tab-heading {
    padding-top: 0;
}

.service-lawn-care-page .green-strip{
    margin-top: 88px;
    margin-bottom: 88px;
}
.service-lawn-care-page .find-branch {
    padding-top: 88px;
    padding-bottom: 88px;
}

.service-lawn-care-page .service-qualities .our-service {
    flex: 22%;
}

.service-lawn-care-page .service-qualities .our-service .our-service-title {
    font-family: var(--DMSANS-FONT, "DM Sans", sans-serif);
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: normal;
    text-align: left;
    padding-right: 15%;
    color: var(--Neutral-Dark-Charcoal, #222222);
}

.service-lawn-care-page .service-qualities .our-service .our-service-text {
    font-family: var(--INTER-FONT, "Inter", sans-serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--Neutral-Charcoal, #414141);
}


.service-lawn-care-page .see-more-container,
.service-lawn-care-page .service-learn-more-btn {
    display: none;
}

.service-lawn-care-page .see-more {
    display: flex !important;
    justify-content: center;
}

.service-lawn-care-page .see-more .see-more-btn {
    color: #222;
    background-color: transparent;
    border: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Neutral-Dark-Charcoal, #222222);
}

.service-lawn-care-page .link_btn {
    background-color: transparent;
    color: #222222;
    border: 1px solid #222222;
    border-radius: 100px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-lawn-care-page .link_btn:hover {
    background-color: #414141;
    color: #ffffff;
}

.service-lawn-care-page a.link_btn {
    text-decoration: none;
}

.service-lawn-care-page .green-strip .green-ribbon {
    width: 100%;
    background: #1EE576;
    padding: 32px 0;
}

.service-lawn-care-page .green-ribbon h4 {
    color: #000000;
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
    margin-bottom: 8px;
}

.service-lawn-care-page .green-strip .green-ribbon p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 624px;
    margin-bottom: 0;
}

.service-lawn-care-page .green-strip .green-ribbon .green-rib-row {
    display: flex;
    align-items: center;
}

.service-lawn-care-page .green-ribbon h4 {
    color: #000000;
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
    margin-bottom: 8px;
}

.service-lawn-care-page .service-model .modal-content .modal-body a {
    color: #00873C;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.service-lawn-care-page .green-strip .black-btn .secondary-btn.btn {
    margin-top: 24px;
}

.service-lawn-care-page .service-card {
    margin-bottom: 32px;
}

@media only screen and (max-width: 600px) {

    .service-lawn-care-page .container {
        padding: 0 16px;
    }
    .service-lawn-care-page .service-qualities .our-service .our-service-title{
        font-size: 24px;
        line-height: 28.8px 
    }

    .service-lawn-care-page .sub-banner img {
        max-height: 100%;
        height: auto;
        position: relative;
        z-index: -1;
    }

    .service-lawn-care-page .green-strip{
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .service-lawn-care-page .find-branch {
        padding-top: 48px;
        padding-bottom: 48px;
        margin: 0;
    }

    .service-lawn-care-page .service-card-grp {
        grid-template-columns: unset;
    }

    .service-lawn-care-page .service-card-btn button.btn.outline-btn {
       width: 165px !important;
    }

    .service-lawn-care-page .black-btn .secondary-btn.btn {
        font-family: "DM Sans", sans-serif;
        line-height: 22px;
        padding: 0px 80px;
        max-width: 100%;
    }

    /* .service-lawn-care-page .service-qualities .our-service .our-service-head {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: unset;
    } */

    .service-lawn-care-page .service-qualities .our-service .our-service-head img {
        width: 80px;
        height: 80px;
        float: right;
    }

    .service-lawn-care-page .service-qualities .our-service .our-service-text {
        width: 65%;
    }
    
    .our-service-head p{
        max-width: 238px;
    }

    /* .service-lawn-care-page .see-more-mb {
        margin-top: 24px;
    } */

    .service-lawn-care-page .see-more-container,
    .service-lawn-care-page .service-learn-more-btn {
        display: block;
        width: 100%;
        margin: 0;
    }

    .service-lawn-care-page .service-learn-more-btn {
        margin-top: 8px;
    }

    .service-lawn-care-page h2.service-lable-header {
        font-size: 36px;
        line-height: 38.52px;
        margin-top: 48px;
    }

    .service-lawn-care-page .service-lawn {
        margin-top: 24px;
    }

    .service-lawn-care-page .service-card-grp {
        gap: 24px;
    }

    .service-lawn-care-page .service-qualities .our-service {
        flex: 100%;
        margin-top: 32px;
        margin-bottom: 16px;
    }
    .service-lawn-care-page .service-qualities .our-service:last-child {
        margin-bottom: 0;
    }
    .service-lawn-care-page .service-card{
        display: block;
        margin-top: 0;
    }
    .service-lawn-care-page .service-qualities  h2.service-lable-header{
        font-size: 42px;
        line-height: 44.10px;
        margin-bottom: 0px;
    }
    .service-lawn-care-page .service-card {
        width: 100%;
        margin-bottom: 24px;
    }

    .service-lawn-care-page .service-model .modal-content{
        padding: 24px 48px 24px 16px;
        border-radius: 0px;
        max-height: 821px;
        overflow-y: auto;
    }
    .service-lawn-care-page .service-model .modal-body {
        padding-right: 24px;
    }
    
    .service-lawn-care-page .service-model .modal-title {
        font-size: 18px;
        line-height: 21.6px;
    }
    .service-model .modal-content .modal-header .btn-close{
        top: 8px;
        right: 8px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .service-lawn-care-page .service-card-grp {
        grid-template-columns: repeat(2, minmax(auto, auto));
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .service-lawn-care-page .sub-banner {
        height: 520px !important;
        background: linear-gradient(180deg, rgba(29, 33, 18, 0) 32.71%, #1D2112 49.14%);
    }

    .service-lawn-care-page .sub-banner .banner-content {
        background: linear-gradient(180deg, rgba(29, 33, 18, 0) 32.71%, #1D2112 49.14%);
        top: unset !important;
        transform: unset;
        bottom: 40px;
    }

    .service-lawn-care-page .sub-banner h1 {
        font-size: 42px;
        line-height: 44.1px;
        text-align: center;
        letter-spacing: normal;
        margin-bottom: 0;
    }

    .service-lawn-care-page .sub-banner .subhead {
        font-size: 18px;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        line-height: 21.6px;
        letter-spacing: normal;
        width: 100%;
        margin-bottom: 50px;
    }

    .service-lawn-care-page .default-btn {
        margin: 0 auto !important;
    }

    .green-strip .black-btn {
        text-align: center;
    }

    .service-lawn-care-page .default-btn .primary-btn {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .service-lawn-care-page .tab-heading {
        text-align: left;
        font-size: 36px;
        line-height: 107%;
        padding-left: 0;
    }
}

@media only screen and (min-width: 601px) and (max-width: 990px) {
    .service-lawn-care-page .service-qualities .our-service {
        flex: 30% !important;
    }

    .our-service:last-child p.our-service-text {
        width: 45%;
    }
    .service-lawn-care-page .sub-banner h1 {
        font-size: 52px;
        line-height: 48px;
        letter-spacing: normal;
    }
    
    .service-lawn-care-page .service-card-grp{
        gap: 15px;
    }
    .service-lawn-care-page .service-qualities .our-service .our-service-title{
        font-size: 24px;
        line-height: 30px;
    }
    
}

@media only screen and (max-width: 767px) {

    #your-role .we-serve-tab .mobi-padding{
        padding-left: 16px;
        padding-right: 16px;
    }

    .service-lawn-care-page .sub-banner {
        background: linear-gradient(180deg, rgba(29, 33, 18, 0) 32.71%, #1D2112 42.14%);
    }

    .service-lawn-care-page .sub-banner img {
        position: relative;
        z-index: -1;
    }

    .green-ribbon h4 {
        font-size: 24px !important;
        line-height: 32px !important;
        text-align: center !important;
        margin-bottom: 8px !important;
    }

    .green-strip .green-ribbon p {
        text-align: center;
    }
    .service-qualities .container{
        padding: 0 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-card-btn{
        bottom: 10px;
        width: 165px;
    }
}

.service-model .modal-content {
    border-radius: 16px;
    padding: 40px 56px 32px 40px;
    border: none;
}
.service-model .modal-header {
    border-bottom: none;
    padding: 0;
}
.service-model .modal-title {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #222222;
    padding-bottom: 16px;
}
.service-model .modal-header .btn-close {
    position: absolute;
    right: 24px;
    top: 24px;
    opacity: 1;
    width: 32px;
    height: 32px;
    margin: -.5rem -.5rem -.5rem auto !important;
}
.service-model .modal-body{
    padding: 0;
}
.service-model .modal-body p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #222222;
    margin-bottom: 24px;
}
.service-model .modal-body a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    color: #00873C;
}

.service-lawn-care-page .service-model .modal-header{
    border-bottom: none;
}

@media(min-width: 769px){
.page-node-type-services-landing .commercial-hero-banner {
    margin-bottom: 42px;
}
}

@media(max-width: 768px) {
    .service-card.hidden-mobile {
        display: none;
    }    
    .page-node-type-services-landing .commercial-hero-banner {
        margin-bottom: 0;
    }
    .page-node-type-services-landing .service-lawn-care-page .services-list {
        margin-top: 0px !important;
    }
    .page-node-type-services-landing .service-left-section .service-text{
        margin-bottom: 16px;
    }
}

.page-node-type-services-landing .service-lawn-care-page .service-lawn .outline-btn{
    width: 165px;
}
.page-node-type-services-landing .service-lawn-care-page .services-list{
    margin-top:16px
}
.service-lawn-care-page .service-qualities .services-list .our-service .our-service-head p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color:#414141;
    text-align:left;
}