/* ---------------- Aqua Button Css ---------------- */
.bgaqua {
    background-color: #44cafb;
    border-color: #44cafb;
    color: var(--dark-color);
    padding: 12px 15px;
    line-height: 1.2;
}

.bgaqua:has(+ *) {
    margin-bottom: 20px;
}

/* ------------------------- Finance Page Inner Banner ------------------------- */
.page-template-finance .inner-banner {
    margin-bottom: 100px;
}

/* ------------------ HM-USP Section ------------------ */
.hm-usp-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;

    & li {
        width: 33.33%;
        padding-left: 45px;
        padding-right: 45px;
        border-right: 1px solid #E1E2E5;
        margin-bottom: 0;
        text-align: center;

        &:after {
            content: none;
        }
    }
}

.hm-usp-wrapper li:last-child {
    border-right: none;
}

.hm-usp-img-wrap {
    margin-bottom: 20px;
}

.hm-usp-img-wrap img {
    margin: auto;
}

.hm-usp-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: var(--primary);
    margin-bottom: 10px;
    text-transform: capitalize;
}

.hm-usp-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: var(--dark-color);
}

/* --------------------- Finance CTA Section -------------------- */
.finance-page .current-stock-wrap {
    flex-wrap: wrap;
    padding: 30px 30px;
    margin-bottom: 0;
    background-color: #41726145;
    border-radius: 10px;
}

.finance-page .current-stock-wrap>.img-wrap {
    margin-right: 0;
    margin: auto;
}

.finance-page .current-stock-info-wrap {
    flex-grow: unset;
    width: 100%;
    text-align: center;

    p {
        max-width: 75%;
        margin: auto;
        margin-bottom: 15px;
    }

    a {
        text-align: center;
        font-size: 12px;
    }
}

.hm-usp-img-wrap img {
    filter: invert(39%) sepia(28%) saturate(548%) hue-rotate(108deg) brightness(93%) contrast(87%);
}

.half-section a.btn-theme.bgaqua,
.uniquedigitaltracking-sec .current-stock-wrap a.btn-theme.bgaqua {
    border-radius: 8px;
    font-weight: 600;
    color: #25282a;
    /* max-width: 360px; */
    border: 0px solid red;
    padding: 1rem 6rem 1rem 3rem;
    background: url('../images/circle-arrow-right.svg')no-repeat right 35px center #00c1d5
}

.half-section a.btn-theme.bgaqua:hover {
    background: url('../images/circle-arrow-right.svg')no-repeat right 35px center #4ed3e1;
    border: 0px solid transparent;
}



.uniquedigitaltracking-sec .current-stock-wrap a.btn-theme.bgaqua {
    border-radius: 8px;
    font-weight: 600;
    color: #25282a;
    /* max-width: 360px; */
    border: 0px solid red;
    padding: 1rem 3rem 1rem 3rem;
    background: #00c1d5
}

.uniquedigitaltracking-sec .current-stock-wrap a.btn-theme.bgaqua:hover {
    background: #4ed3e1;
    border: 0px solid transparent;
}











.uniquedigitaltracking-sec img.unidigitrack {
    filter: invert(39%) sepia(28%) saturate(548%) hue-rotate(108deg) brightness(93%) contrast(87%);
    max-width: 120px;
    margin: 0 0 20px 0;
}

.uniquedigitaltracking-sec .current-stock-info-wrap a {
    line-height: 1.2 !important;
    padding: 0;
    word-wrap: break-word;
    display: block;
}

.hm-usp-content {
    padding: 0 15px;
}

/* banner styles  */
section.inner-banner.finanacebanner {
    min-height: 596px;
    background: linear-gradient(126deg, #330f44 22.49%, #632678 63.92%, #492a7b 93.12%);
}

section.inner-banner.finanacebanner img.banner_bg {
    display: none;
}

section.inner-banner.finanacebanner .strattonfin_logo {
    position: absolute;
    right: 15px;
}

/* unique digital tracking section styles  */
.paddtop250 {
    /* padding-top: 200px !important; */
}

.uniquedigitaltracking-sec {
    margin: 0 0 100px 0;
    position: relative;
    z-index: 2;
}

.uniquedigitaltracking-sec .current-stock-wrap {
    background: #fff;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.15);

}

.img-content-sec.dark-bg.white_bg {
    background: #fff;
}

div.link_wrp {
    margin-bottom: 30px;
}


body.page-template-finance .current-stock-wrap div.link_wrp {
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
}

body.page-template-finance .current-stock-wrap div.link_wrp a {
    font-size: 18px;
    text-transform: uppercase;
}

body.page-template-finance .current-stock-wrap div.link_wrp a:hover {
    background: url('../images/circle-arrow-right.svg')no-repeat right 35px center #4ed3e1;
}

body.page-template-finance section.img-content-sec h3 {
    margin-bottom: 10px;
    font-weight: 400;
}

.uniquedigitaltracking-sec .current-stock-wrap h2.heading-36 {
    margin-bottom: 10px;
}

.checklist>li {
    font-size: 16px;
    color: #000;
}






@media (max-width: 1599.98px) {

    /* ------------------------- Finance Page Inner Banner ------------------------- */
    .page-template-finance .inner-banner {
        margin-bottom: 80px;
    }

    /* ------------------ HM-USP Section ------------------ */
    .hm-usp-wrapper {
        & li {
            padding-left: 40px;
            padding-right: 40px;
        }
    }
}

@media (max-width: 1439.98px) {

    /* ------------------------- Finance Page Inner Banner ------------------------- */
    .page-template-finance .inner-banner {
        margin-bottom: 60px;
    }
}

@media (max-width: 1199.98px) {

    /* ------------------------- Finance Page Inner Banner ------------------------- */
    .page-template-finance .inner-banner {
        margin-bottom: 40px;
    }

    /* ------------------ HM-USP Section ------------------ */
    .hm-usp-wrapper {
        padding-top: 10px;

        & li {
            padding-left: 0;
            padding-right: 0;
        }
    }
}

@media (max-width: 991.98px) {

    .hm-usp-img-wrap img {
        max-width: 70px;
    }

    .hm-usp-wrapper li {
        padding-left: 0;
    }

    section.inner-banner.finanacebanner .strattonfin_logo {
        max-width: 150px;
        bottom: 20px;
    }

    section.inner-banner.finanacebanner {
        min-height: 350px;
    }

    .uniquedigitaltracking-sec img.unidigitrack {
        max-width: 70px;
    }

}

@media (max-width: 767.98px) {

    /* ------------------ HM-USP Section ------------------ */
    .hm-usp-wrapper {
        & li {
            padding-left: 20px;
        }
    }
}

@media (max-width: 575.98px) {

    /* ------------------ HM-USP Section ------------------ */
    .hm-usp-wrapper:not(.slick-initialized)>li {
        width: 100%;
        border: 0px solid transparent;
        border-bottom: 1px solid #e1e2e5;
        padding: 0 0 15px 0;
        margin: 0 0 15px 0 !important;
    }

    /* .hm-usp-wrapper:not(.slick-initialized)>li:not(:nth-child(-n + 1)) {
        display: none;
    } */

    .half-section a.btn-theme.bgaqua {
        padding: 1rem 3rem 1rem 1rem;
        background: url(../images/circle-arrow-right.svg) no-repeat right 10px center #00c1d5;
    }

    .half-section a.btn-theme.bgaqua:hover {
        background: url(../images/circle-arrow-right.svg) no-repeat right 10px center #4ed3e1;
    }
}