/* CSS Custom */

.text-balance {
    margin-left: 10px;
}

.text-balance h4 {
    font-size: 25px;
    font-weight: 900;
    color: white;
    text-decoration: underline;
}

.text-balance p {
    color: white;
}

input.txtzipcode-inner-new {
    background-color: white;
    border-color: #d5d5d5;
    border-style: double;
    width: 45%;
    height: 35px;
}

.formcontrol-inner-new {
    margin-top: 10px;
}

input.sendbtn-inner-new {
    background-color: #0060ac;
    border-color: #ffffff;
    border-style: double;
    width: 20%;
    height: 35px;
    color: white;
}

.title-enterate-blue-new {
    background-color: #0060ac;
}

.banner-inner-about img {
    width: 100%;
    margin: 0;
    padding: 0;
    background-size: cover;
}

.text-in-banner-inner-about {
    position: absolute;
    margin-top: -270px;
    margin-left: 100px;
}

.text-in-banner-inner-about h1 {
    font-weight: 900;
    color: #0060ac;
    font-size: 70px;
}

.divisor-line {
    width: 60px;
    background-color: #0060ac;
    height: 5px;
}

.divisor-line-black {
    width: 60px;
    background-color: #000000;
    height: 5px;
}


.text-block-one h2 {
    color: #0060ac;
}

.background-white {
    background-color: white;
}

.text-block-two h2 {
    color: #0060ac;
}

.text-block-two {
    padding-top: 108px;
    padding-bottom: 102px;
}

.img-inner {
    padding-top: 70px;
    padding-bottom: 70px;
}

.box-inner {
    background-color: white;
    height: max-content;
    margin-top: 70px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
}

.support-description {
    padding: 5px;
    color: white;
}

.support-description h4 {
    font-weight: 900;
    color: white;
    font-size: 30px;
}

.support-description p {
    color: white;
    font-size: 16px;
}

.support-area .single-support {
    border-right: 1px solid #ddd;
    flex: 0 0 25%;
    padding: 35px 17px;
}

.text-block-three h2 {
    text-align: center !important;
    font-weight: 900 !important;
}

.text-block-three p {
    text-align: center !important;
}

.divisor-line-blue {
    width: 60px;
    background-color: #0060ac;
    height: 5px;
    text-align: center;
    margin: auto;
}

.timeline {
    width: 100%;
    height: 40px;
    background: linear-gradient(to right, #0060ac, #00ac80);
    border-radius: 25px;
}

.timeline-cut-1 {
    width: 100%;
    height: 40px;
    border-radius: 25px;
    background-image: -webkit-radial-gradient(-55px 50%, circle closest-corner, rgb(255 255 255 / 0%) 0, rgb(50 38 38 / 0%) 78px, #00a882 80px, #0065a9 300px);

}

.timeline-cut-2 {
    width: 100%;
    height: 40px;
    border-radius: 25px;
    background-image: -webkit-radial-gradient(-55px 50%, circle closest-corner, rgb(255 255 255 / 0%) 0, rgb(50 38 38 / 0%) 78px, #0065a9 80px, #051fb9 300px);

}

.timeline-cut-3 {
    width: 100%;
    height: 40px;
    border-radius: 25px;
    background-image: -webkit-radial-gradient(-55px 50%, circle closest-corner, rgb(255 255 255 / 0%) 0, rgb(50 38 38 / 0%) 78px, #051fb9 80px, #18afdc 300px);

}

.timeline h6 {
    color: white;
    padding: 8px;
}


.timeline-cut-1 h6 {
    color: white;
    padding: 8px;
}

.timeline-cut-2 h6 {
    color: white;
    padding: 8px;
}

.timeline-cut-3 h6 {
    color: white;
    padding: 8px;
}

.support-area .single-support-timeline {
    flex: 0 0 20%;
    padding: 0px;
}

.bdr-top {
    border-top: 0px solid #ddd;
}

.form-input-box input {
    background-color: #fafafa;
    border-color: #0080c0;
    padding: 10px;
    width: 100%;
    border-style: solid;
    border-radius: 10px;
    margin-top: 20px;
}

.form-input-box textarea {
    background-color: #fafafa;
    border-color: #0080c0;
    padding: 10px;
    width: 100%;
    height: 100px;
    border-style: solid;
    border-radius: 10px;
    margin-top: 20px;
}

.btn-box button:hover {
    width: 100%;
    background-color: #8bc9ff;
    color: white;
    border: 0px;
    margin-top: 25px;
    padding: 10px;
    border-radius: 10px;
}

.btn-box button {
    width: 100%;
    background-color: #157bd3;
    color: white;
    border: 0px;
    margin-top: 25px;
    padding: 10px;
    border-radius: 10px;
}

.marketplace {
    background-color: #4c4c4d;
    height: 140px;
    margin-bottom: 40px;
}

.marketplace-text p {
    color: #e5e5e5;
    font-size: 16px;
    margin-left: -40px;
}

.marketplace-text h3 {
    color: white;
    font-size: 25px;
    margin-top: 30px;
    margin-left: -40px;
    font-weight: 900;
}


.image-marketplace {
    position: relative;
    margin-top: -35px;
    z-index: 100;
    text-align: center;
}

.custom-inner-features img {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* autor: @miguelcampossv */

/* Large Devices*/
@media (min-width:2042px) and (max-width:2162px) {
    .text-in-banner-inner-about {
        margin-top: -440px;
        margin-left: 450px;
    }
}

@media (min-width:1800px) and (max-width:1919px) {
    .text-in-banner-inner-about {
        margin-top: -390px;
        margin-left: 340px;
    }
}


@media (min-width:1600px) and (max-width:1799px) {
    .text-in-banner-inner-about {
        margin-top: -350px;
        margin-left: 275px;
    }
}

/*Medium Devices*/
@media (min-width:1400px) and (max-width:1599px) {
    .text-in-banner-inner-about {
        margin-top: -320px;
        margin-left: 180px;
    }
}

/* Small Devices */
@media (min-width: 320px) and (max-width:767px) {

    .clearfix {
        padding: 25px;
    }

    .support-description p {
        color: white;
        font-size: 16px;
        width: 195px;
    }

    .custom-inner img {
        width: 100%;
        margin-top: 25px;
    }

    .custom-inner-features img {
        width: 100%;
        margin-top: 25px;
    }


    .text-in-banner-inner-about {
        position: absolute;
        margin-top: -90px;
        margin-left: 15px;
    }

    .text-in-banner-inner-about h1 {
        font-weight: 900;
        color: #0060ac;
        font-size: 24px;
    }

    .text-in-banner-inner-about span {
        font-size: 10px;
    }

    .box-inner {
        background-color: white;
        height: 450px;
        margin-top: 20px;
    }

    .text-block-two {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .support-area .single-support {
        padding: 10% 100%;
    }

    .d-flex {
        padding: 10px 30px;
        margin: 10px 20px;
    }

    .support-desc {
        width: 290px;
    }

    .marketplace-text p {
        color: #e5e5e5;
        font-size: 14px;
        text-align: center;
        margin: 0px;
    }

    .marketplace-text h3 {
        color: white;
        font-size: 18px;
        /* margin-top: -18px; */
        margin-left: 0px;
        font-weight: 900;
        text-align: center;
    }

    .marketplace {
        background-color: #4c4c4d;
        height: 240px;
        margin-bottom: 40px;
    }

    .image-marketplace img {
        width: 30%;
    }

    input.txtzipcode-inner-new {
        background-color: white;
        border-color: #d5d5d5;
        border-style: double;
        width: 55%;
        height: 35px;
    }

    input.sendbtn-inner-new {
        background-color: #0060ac;
        border-color: #ffffff;
        border-style: double;
        width: 40%;
        height: 35px;
        color: white;
    }

    .support-icon {
        margin-top: 15px;
    }
}