@media (max-width: 768px) {
    .showcase-wrap-one {
        padding: 10px 0 100px;
    }
}

.hatc-title {
    margin-right: 15px;
}


@media (min-width: 1600px) {
    .container {
        padding-right: 21rem;
        padding-left: 21rem;
        max-width: none;
    }
}


@media (min-width: 992px) {
    .header .text-container {
        margin-top: 6.5rem;
        text-align: left;
    }
}

.header .p-large {
    margin-bottom: 1.08rem;
    color: #fff;
    letter-spacing: .9px;
    font-size: 1.07rem;
    margin: 0;
    margin-bottom: 40px;
    text-align: left;
}

@media (min-width: 1200px) {
    .header .header-content {
        padding-top: 10rem;
        padding-bottom: 6.5rem;
    }
}

@media (min-width: 992px) {
    .header .text-container {
        margin-top: 5.5rem;
        text-align: left;
    }
}

/*@media (min-width: 1200px) {*/
/*    .cards-1 div.card:nth-child(4n+3) {*/
/*        margin-right: 8rem;*/
/*        margin-left: 8rem;*/
/*    }*/
/*}*/

.btn-solid-lg1 {
    display: inline-block;
    border-radius: 2rem;
    margin-top: 0.4rem;
    font-weight: 600 !important;
    position: relative;
    padding: 1.34rem 1.65rem 1.34rem 1.65rem;
    color: #231916;
    background: #fff;
    font: 1rem / 0 "Montserrat", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: 1s;
    letter-spacing: 1.8px;
}

.homehero_financefigures ul li span.highlight {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
    font-size: 32.3px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: .3125rem;
    color: var(--theme-color);
}

.showcase {
    background: url('../images/showcase-bg.jpg?v=1.0.3') center center no-repeat;
    background-size: cover;
    margin-top: 6.4rem;
}

@media (max-width: 768px) {
    .showcase {
        padding: 20px 0;
    }
}

.showcase h1 {
    color: #231916;
}

.showcase p {
    color: #747F8B;
}

.device {
    display: block;
    position: absolute;
    top: 160px;
    left: -10%;
    min-height: 371px;
    width: 604px;
}

@media (max-width: 768px) {
    .device {
        display: none;
    }
}

.device::after {
    min-height: 371px;
    width: 604px;
    display: block;
    background: url("../images/iphone-skeleton2.png?v=1.0.3") center center no-repeat;
    background-size: cover;
}


.showcase2 {
    background: url("../images/showcase-bg2.png?v=1.0.3") no-repeat center center fixed;
    background-size: cover;
    margin-bottom: 10.3rem;
}

.showcase2 h1 {
    margin: 0 0 20px 0;
    color: #231916;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}

.showcase2 p {
    margin-bottom: 25px;
    color: #747F8B;
    letter-spacing: 0.2px;
    text-align: center;
}

.showcase2-btn {
    display: flex;
    justify-content: center;
}

.showcase2-btn .btn-solid-lg {
    background: var(--theme-color);
    border: none;
}

.counter .list-unstyled .fas {
    color: var(--theme-color);
    font-size: 0.5rem;
    line-height: 1.375rem;
}

.btn-solid-lg5 {
    background: var(--theme-color);
}


.counter #counter .counter-value {
    color: var(--theme-color);
}

.basic-2 h2 {
    background: none;
    color: #231916;
}

h1 img.title_logo {
    width: 258px;
    margin-right: 1.1rem;
    padding-bottom: 0.6rem;
}

@media (max-width: 768px) {
    .homehero_financefigures ul li span.highlight {
        font-size: 1rem;
        padding-left: 0.7rem;
    }
}
.title-tip{
    font-size: 40px;
}
.header .p-large{
    padding-right: 50px;
}
.p-heading>span{
    margin-right: 10px;
}

@media (min-width: 768px) {
    .counter #counter {
        text-align: left;
        white-space: nowrap;
    }
}
.counter #counter{
    padding-left: 10px;
}
.counter #counter .cell:nth-child(1){
    width: 8rem;
    margin-right: 65px;
}
.counter #counter .cell:nth-child(2){
    width: 14rem;
}
@media (max-width: 768px) {
    .counter #counter .cell {
        display: inline-block;
        width: 11rem;
        margin: 0px 0px;
    }
}