.arrow-right{
    float: right !important;
}

.arrow-pic{
    background-image: url("../../img/custom/arrow.png");
    background-size: cover;
}

.barcode-content{
    margin: auto;
    padding-top: 50px;
    width: 70%;
}

.barcode-gen-info{
    border-bottom: solid 1px;
}

.barcode-info-box{
    display: flex;
}

.barcode-section{
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.barcode-section-header{
    text-align: center;
}

.box-one{
    margin: 1em;
}

.flow-circle{
    height: 2em !important;
    width: 2em !important;
    line-height: 1em !important;
    padding-top: 0.5em !important;
    transition: all .2s ease-in-out;
}

.flow-arrow{
    width: 20%;
}

span.flow-circle:hover{
    transform: scale(1.3);
}

.flow-line {
    position: absolute;
    color: white;
}

.flow-pic{
    width: 100%;
}

.hero-contact-a{
    color:white;
}

.hero-contact-btn{
    bottom: 20px;
    position: absolute;
}

.hero-info{
    color:white;
}

.hero-section{
    background-image: url("../../img/custom/barcodeBannerB.png");
    background-size: cover;
    color: white;
    margin-top: 100px;
    padding-bottom: 100px;
    position: relative;
    width: 100%;
}

.hero-text{
    margin-left: 50px;
    padding-left:10px;
    width: 700px;
    padding-top: 50px;
}

.modal-body{
    margin-bottom: 50px;
}

.modal-img{
    margin: auto;
}

.s-process-v2 {
    position: relative;
}

.s-process-v2:before {
    position: absolute;
    top: 1rem;
    left: 55%;
    width: 90%;
    height: 0.1rem;
    background: #ffffff;
    content: " ";
    margin-top: -.03125rem;
}

@media (max-width: 47.9em) {
    .s-process-v1:before {
        display: none;
    }
}

.s-process-v2:last-child:before {
    display: none;
}