/*Hero section three*/

.hero-section-three {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14rem 0 5.6rem 0;
}

.hero-section-three .herosection {
    display: flex;
    max-width: 1600px;
    width: 90%;
    margin-bottom: 1rem;
}

.hero-section-three .herosection .col {
    flex-basis: 50%;
    margin-top: 8vw;
}

.hero-section-three .herosection .col .breadcrump {
    width: 100%;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    margin-top: -5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 2rem;
}

.hero-section-three .herosection .col .breadcrump .green {
    color: #00c100;
}

.hero-section-three .herosection .col h1 {
    margin-bottom: 3.2rem;
    font-size: 5.2rem;
}

.hero-section-three .herosection .col p {
    font-size: 2rem;
}

.hero-section-three .herosection .col img {
    width: 90%;
    transform: scale(1.1);
    transform-origin: 0 100%;
}

.hero-section-three .herosection .col .home-img {
    transform-origin: 0 180%;
}

.hero-section-three .herosection .col .home-img.business-img {
    transform-origin: -67% 175%;
}

.hero-section-three .herosection .col .action-group {
    margin-top: 5.7rem;
}

.hero-section-three .herosection .col .action-group .hero-pricing {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    gap: 2rem;
}

.hero-section-three .herosection .col .action-group .hero-pricing p {
    font-size: 3.2rem;
    font-weight: 500;
}

.hero-section-three .herosection .col .action-group .hero-pricing h3 {
    font-size: 2.1rem;
    text-decoration: line-through;
}

.hero-section-three .herosection .col .action-group .quick-benifits {
    margin: 2rem auto 0;
    display: flex;
    gap: 1rem;
    padding: 1.9rem 0;
}

.hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item {
    display: flex;
    margin-right: 1rem;
    align-items: center;
    gap: 0.5rem;
}

.hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item p {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #00381b;
}

.hero-section-three .herosection .col-business {
    flex-basis: 68%;
}

.action-group-2 {
    padding: 1.1rem 1.6rem 0.9rem 1.6rem;
    border-radius: 5rem;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
    font-family: Josefin Sans, sans-serif;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: none;
    cursor: pointer;
    line-height: 100%;
}

.hero-section-three .herosection .home-hero-wrapper .info-pill-green p.info-pill-green-text {
    font-family: Lato, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: #f2f0e4;
}

.hero-section-three .herosection .home-hero-wrapper .info-pill-green p.info-pill-green-text .bright,
.hero-section-one .herosection .home-hero-wrapper .info-pill-green p.info-pill-green-text .bright {
    font-family: Josefin Sans, sans-serif;
    font-size: 1.6rem;
}

.hero-section-three .herosection .home-hero-wrapper .info-pill p.info-pill-text {
    font-family: Lato, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0;
    text-align: center;
    color: #4b5563;
}

.hero-section-three .herosection .home-hero-wrapper .info-pill p.info-pill-text .red {
    color: #fc6128;
}

@media only screen and (min-width: 1700px) and (max-width: 1760px) {
    .hero-section-three {
        justify-content: end;
    }

    .hero-section-three .herosection {
        max-width: 95%;
    }

    .hero-section-three .herosection__info {
        padding-left: 0;
    }

    .hero-section-three .herosection__info__content {
        width: 80%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .hero-section-three .herosection {
        max-width: 95%;
    }

    .hero-section-three .herosection__info {
        padding-left: 0;
    }

    .hero-section-three .herosection__info__content {
        width: 85%;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .hero-section-three .herosection__info__content {
        width: 94%;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1700px) {
    .hero-section-three .herosection__info__content {
        width: 100%;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .hero-section-three .herosection__info__content {
        width: 100%;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 95%;
    }
}

@media only screen and (min-width: 1260px) and (max-width: 1400px) {
    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 95%;
    }

    .hero-section-three .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1260px) {
    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 4.6rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 95%;
        font-size: 1.8rem;
    }

    .hero-section-three .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 1150px) and (max-width: 1300px) {
    .hero-section-three {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-three .herosection {
        display: flex;
        max-width: 1600px;
        padding-top: 14rem;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-section-three .herosection .col {
        flex-basis: 50%;
    }

    .hero-section-three .herosection .col h1 {
        margin-bottom: 3.2rem;
        font-size: 4.6rem;
    }

    .hero-section-three .herosection .col p {
        font-size: 1.8rem;
    }

    .hero-section-three .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits {
        margin: 2rem auto 0;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1150px) {
    .hero-section-three {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-three .herosection {
        display: flex;
        max-width: 1600px;
        padding-top: 14rem;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-section-three .herosection .col {
        flex-basis: 50%;
    }

    .hero-section-three .herosection .col h1 {
        margin-bottom: 3.2rem;
        font-size: 4.4rem;
        width: 110%;
    }

    .hero-section-three .herosection .col p {
        font-size: 1.6rem;
    }

    .hero-section-three .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits {
        margin: 2rem auto 0;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    .action-group-parent {
        display: flex;
        flex-wrap: wrap;
    }
}


@media only screen and (min-width: 360px) and (max-width: 900px) {
    .hero-section-three {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-three .herosection {
        display: flex;
        flex-direction: column;
        max-width: 1600px;
        width: 90%;
        margin-bottom: 10rem;
    }

    .hero-section-three .herosection .col {
        flex-basis: 50%;
    }

    .hero-section-three .herosection .col h1 {
        margin-top: 8vw;
        margin-bottom: 3.2rem;
        font-size: 4.4rem;
        width: 110%;
    }

    .hero-section-three .herosection .col p {
        font-size: 1.6rem;
    }

    .hero-section-three .herosection .col .action-group {
        margin-top: 5.7rem;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits {
        margin: 2rem auto 0;
        display: flex;
        gap: 1rem;
        padding: 1.9rem 0;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item {
        display: flex;
        margin-right: 1rem;
        align-items: center;
        gap: 0.5rem;
    }

    .hero-section-three .herosection .col .action-group .quick-benifits .quick-benifit-item p {
        font-family: Josefin Sans, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: center;
        color: #00381b;
    }
}

@media only screen and (min-width: 1070px) and (max-width: 1200px) {
    .hero-section-three .herosection__info {
        padding: 8vw 0 10vw 4vw;
    }

    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 4.4rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1070px) {
    .hero-section-three .herosection__info {
        width: 100%;
        padding: 8vw 0 10vw 4vw;
    }

    .hero-section-three .herosection__info__content {
        width: 100%;
        font-size: 4.4rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 95%;
        font-size: 1.6rem;
    }

    .hero-section-three .herosection__info__heading {
        margin-top: 0;
    }

    .hero-section-three .herosection .herosection-image {
        width: 50vw;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .hero-section-three .herosection {
        flex-direction: column;
    }

    .hero-section-three .herosection__info {
        width: 95%;
        padding: 5rem 0 0 0;
        margin-left: 5%;
    }

    .hero-section-three .herosection__info__content {
        width: 70%;
        font-size: 5rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 70%;
        font-size: 2rem;
    }

    .hero-section-three .herosection .herosection-image {
        width: 80vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .hero-section-three .herosection {
        flex-direction: column;
    }

    .hero-section-three .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 90%;
        font-size: 2rem;
    }

    .hero-section-three .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .hero-section-three .herosection {
        flex-direction: column;
    }

    .hero-section-three .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 5rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 90%;
        font-size: 2rem;
    }

    .hero-section-three .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .hero-section-three .herosection {
        flex-direction: column;
    }

    .hero-section-three .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 4rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
    }

    .hero-section-three .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .hero-section-three .herosection {
        flex-direction: column;
    }

    .hero-section-three .herosection__info {
        padding: 5rem 0 0 4vw;
    }

    .hero-section-three .herosection__info__content {
        width: 90%;
        font-size: 4rem;
        margin-bottom: 2rem;
    }

    .hero-section-three .herosection__info__sub-content {
        width: 90%;
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }

    .hero-section-three .herosection .herosection-image {
        width: 90vw;
        margin-left: auto;
    }

    .new-hero-image {
        width: 100%;
        margin-bottom: 10vh;
    }

    .hero-section-three .herosection .col h1 {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    .hero-section-three .herosection .col h1 {
        width: 100%;
    }

    .hero-section-three .herosection .col img {
        width: 100%;
        transform: scale(1);
        transform-origin: 0 100%;
    }

    .info-pill-green {
        right: 0;
    }
}

/*End of hero section three*/
