﻿body {
}
.head-black-vender {
    padding: 200px 00px 0px 00px;
    color: #F92275;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.flow {
    position: relative;
    height: 300px;
    top: -90px;
    left: 10%;
}

    .flow::before {
        content: "";
        position: absolute;
        top: 115px;
        left: 5%;
        width: 72%;
        height: 2px;
        background: #ff4d7d;
        z-index: 1;
    }

.step {
    position: relative;
    text-align: center;
    z-index: 2;
}


.circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #ff4d7d;
    background: #ffffff;
    color: #ff4d7d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 600;
}


.step p {
    color: #333337;
    margin-top: 10px;
    font-size: 18px;
    background-color: #f8f9fa;
    font-weight: 600;
    text-align: center;
}

.bottom-step p {
    color: #333337;
    margin-top: 10px;
    font-size: 18px;
    background-color: #f8f9fa;
    font-weight: 600;
    text-align: center;
}


.branch-vertical {
    position: absolute;
    top: 130px;
    left: 77%;
    width: 2px;
    height: 110px;
    background: #ff4d7d;
}

.branch-horizontal {
    position: absolute;
    top: 238px;
    left: 60%;
    width: 17%;
    height: 2px;
    background: #ff4d7d;
}

/* bottom steps */
.bottom-step {
    position: absolute;
    top: 220px;
    text-align: center;
}

.step1 {
    left: 5%;
}

.step2 {
    left: 23%;
}

.step3 {
    left: 41%;
}

.step4 {
    left: 59%;
}

.step5 {
    left: 77%;
}

.step1, .step2, .step3, .step4, .step5 {
    position: absolute;
    top: 100px;
    transform: translateX(-50%);
}


.step6 {
    left: 56%;
}

.step7 {
    left: 74%;
}

.step-fotter {
    font-size: 22px;
    padding: 10px 20px;
    background-color: #E4FFE5;
    color: #000000;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .flow {
        position: relative;
        height: 300px;
        top: -90px;
        left: 6%;
    }
}

@media (max-width: 768px) {
    .updated-heading-black {
        margin-bottom: 1%;
        font-size: 20px !important;
        color: black;
        font-size: 250%;
        font-weight: 600;
        text-align: center;
    }

    .flow {
        position: relative;
        height: 800px;
        top: 0px;
        left: 0%;
    }

        .flow::before,
        .branch-vertical,
        .branch-horizontal {
            display: none;
        }

    .step, .bottom-step {
        position: static;
        transform: none;
        margin-bottom: 25px;
    }

    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        height: 800px !important;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
    }

    .step p {
        color: #333337;
        margin-top: 10px;
        font-size: 14px;
        background-color: #f8f9fa;
        font-weight: 600;
        text-align: center;
    }

    .bottom-step p {
        color: #333337;
        margin-top: 10px;
        font-size: 14px;
        background-color: #f8f9fa;
        font-weight: 600;
        text-align: center;
    }

    .step-fotter {
        font-size: 14px;
        padding: 10px 20px;
        background-color: #E4FFE5;
        text-align: center;
        color: #000000;
        font-weight: 600;
    }
}

@media (max-width: 600px) {
   
    .box-text {
        font-size: 12px;
        color: #676767;
        text-align: center;
        margin-bottom: 10px;
    }
    .head-black-vender {
        padding: 150px 00px 0px 00px !important;
        color: #F92275;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .head-black-vender {
        padding: 150px 00px 0px 00px;
        color: #000000;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
    }
}
