.primary-level .heroimage {
    width: 50%;
    height: 90%;
    position: absolute;
    bottom: 0;
    /* margin-left: 0%; */
}

.primary-level .heroimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.primary-level div#hero-section {
    position: relative;
    /* min-height: 316px; */
}

.primary-level .heroimage {
    left: 0px;
    width: 50%;
    height: 90%;
    position: absolute;
    top: 0%;
    /* margin-left: 0%; */
    object-fit: cover;
}

.primary-level .heroimage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
}

.primary-level #sec_4 {
    min-height: auto;
}

.primary-level .sec_4_badges {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    right: 8%;
    top: 110%;
    width: 100px;
}

.primary-level a.sec_6_lm {
    position: relative;
    margin-top: 15px;
    display: inline-block;
}

.primary-level .allhsssection {
    min-height: auto;
    padding: 0px;
    background-size: 100%;
    /* margin-bottom: 15px; */
    position: relative;
    padding-bottom: 20px;
}

.primary-level #empower-section .zipheader {
    color: #019587;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    line-height: 24px;
}

.primary-level .paddingvartical {
    padding: 30px 0px 50px 0px;
}

.primary-level .threeslider .owl-next {
    background: transparent;
    background-image: url(/img/2025hss/hss17.webp) !important;
    width: 25px;
    height: 25px;
    right: 0px;
    background-size: contain !important;
    background-color: transparent !important;
}

.primary-level .threeslider .owl-prev {
    background: transparent;
    background-image: url(/img/2025hss/hss18.webp) !important;
    width: 25px;
    height: 25px;
    left: 0px;
    background-size: contain !important;
    background-color: transparent !important;
}

.primary-level .threeslider .owl-next span,
.primary-level .threeslider .owl-prev span {
    display: none;
}

.primary-level div#hero-section .col-md-7 {
    max-width: 75%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.primary-level .hero-section-content {
    margin-left: 18%;
    font-size: 11px;
    font-weight: 400;
}

.primary-level #hero-section a.sec_6_lm {
    font-size: 11px;
    padding: 3px 10px;
    margin-left: 19%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.primary-level .herobook.two {
    margin-left: auto;
    width: 35%;
    margin-top: -53px;
    margin-bottom: 20px;
}

.primary-level #hero-section h2 {
    color: #019587;
    font-weight: 600;
    max-width: 220px;
    margin-left: auto;
    font-size: 18px;
}

.primary-level div#empower-section img {
    max-width: 60%;
    margin-left: auto;
    margin: unset;
    margin-left: auto;
}

.primary-level .sec_4_badges.column-flex {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-left: auto;
    /* margin-top: 0px; */
    left: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.primary-level .sec_4_badges.column-flex div {
    width: 100px;
}

/* 
.sec_4_badges.column-flex div:first-child {
    margin-left: 40px;
} */

.primary-level div#empower-section img {
    max-width: 58%;
    margin-left: auto;
    margin: unset;
    margin-left: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.primary-level #empower-section .empower-section-content p {
    font-size: 13px;
    max-width: 214px;
    position: relative;
    z-index: 1;
    line-height: 1.5;
    /* position: relative; */
    font-weight: 400;
}

.primary-level .empower-section-content p {
    font-weight: 400;
}

.primary-level body.primary-level .floatingsection {
    display: none;
}

.primary-level .header-flex h2 {
    font-size: 18px;
}

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
}

@media (min-width:567px) {
    .primary-level #hero-section h2 {
        color: #019587;
        font-weight: 600;
        max-width: 300px;
        margin-left: 10%;
        font-size: 25px;
        text-align: left;
    }

    .primary-level p {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .primary-level h2 {
        font-size: 25px !important;
    }

    .primary-level .hero-section-content {
        font-size: 16px !important;
    }

    .primary-level .heroimage {
        width: 38% !important;
    }

    .primary-level #empower-section .empower-section-content p {
        max-width: 304px;
    }

    .primary-level div#empower-section {
        min-height: 350px;
    }

}
@media (max-width:566px){
    .primary-level .sec_4_badges.column-flex {
    max-width: 300px;
}
}