
.manufacturing-process {
    xpadding-bottom:60%;
    float:left;
    width:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#fff;
    background-position:0 0;
    position: relative;
    margin-bottom: 200px;
}

.manufacturing-process-dot-wrapper {
    width: 0;
    height: 0;
    position: relative;
}


.manufacturing-process .caption{
    border-radius: 10px;
    background: rgba(234, 228, 215,1);
    display:inline-block;
    padding-left:8px;
    padding-right: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
    position: absolute;
    color: #000;
    text-align: center;
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.18px;
    z-index: 10;
    cursor: pointer;
}

.manufacturing-process-dot-vline {
    position: absolute;
    width: 1px;
    background-color: #e80008;
    height: 20px;
    z-index: 1;
}

.manufacturing-process-dot-hline {
    position: absolute;
    width: 1px;
    background-color: #e80008;
    height: 1px;
    z-index: 1;
}
.pulse {
    border: 2px solid #e80008;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 24px;
    width: 24px;
    /* animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 1.0;
    background-color: rgba(255,0,0,0.3); */
}

.processModal {
    padding: 36px !important;

    border-radius: 10px !important;
    border: 1px solid #FFF !important;
    background: #F4F4ED !important;

    /* glass */
    box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10) !important   ;
}

.processModalTitle {
    color: var(--Oxide-Red, #470226);
    /* Heading/H5 */
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.processModalBody {
    border: none;
    padding-top: 0;
    margin-top: 0;
    color: var(--Oxide-Red, #470226);

    /* Heading/Tagline */
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */

}

.processModalBody h4 {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.18px;
}

.processModalPolicyImage {
    width: 100%;
    height: 75px;
    background-position: center;
    background-repeat: none;
    background-size: cover;
    border-radius: 10px;
}

.processModalPolicyCol {
    height: 171px;
    padding: 8px;
    border-radius: var(--Border-radiaus, 10px);
    background: #FFF;
}

.processModalPolicyTitle {
    color: var(--Oxide-Red, #470226);
    margin-top: 8px;
    /* Heading/Tagline */
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
/* @keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
} */

@media (max-width: 480px) {


    .manufacturing-process .caption {
        padding-left:6px;
        padding-right: 6px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 13px;
        letter-spacing: -0.14px;
    }

    .pulse {
        height: 12px;
        width: 12px;
    }

    .manufacturing-process {
        margin-bottom: 100px;
    }
}
/* #########################  MINI ################################ */


@media (min-width: 481px) and (max-width: 768px) {
    .pulse {
        height: 12px;
        width: 12px;
    }

    .manufacturing-process .caption {
        padding-left:6px;
        padding-right: 6px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 15px;
        letter-spacing: -0.14px;
    }
}

/* ############################ RESPONSIVE ############################################### */



@media (min-width: 1280px) {
    .manufacturing-process .caption {
        padding-left:10px;
        padding-right: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 20px;
        letter-spacing: -0.14px;
    }
}