.procedure.affix-top {
    position: fixed !important;
    top: -65px;
    width: 100%;
    z-index: 999999 !important;
    -webkit-animation: mymove 0.5s both; /* Safari 4.0 - 8.0 */
    animation: mymove 0.5s both;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {top: -65px;}
    to {top: 0px;}
}

/* Standard syntax */
@keyframes mymove {
    from {top: -65px;}
    to {top: 0px;}
}
.processnav_caption.processnav_itemtitle {
    position: relative;
    background-color: #0C65A2;
    padding: 0;
    min-height: 65px;
    margin: 0;

    /*border-left: 1px solid #5F2656;*/
}
.processnav_itemnumber {
    position: absolute;
    font-family: iransans;
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 32px;
    top: 20px;
    color: #9fcae7;
    right: 10px;
}
#smm-masir .sppb-col-md-2 {
    border-left: 1px solid #323849;
}
.processnav_itemtext a {
    color: #9fcae7 !important;
}
.processnav_itemtext {
    color: #fff;
    font-size: 60%;
    text-align: right;
    padding-right: 40px;
    display: block;
    padding-top: 15px;
    float: right;
    white-space: normal;

}

.ulprocedure {
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
    /*max-width: 1300px;*/
    margin: 0 auto;
    overflow-y: hidden;
    scrollbar-color: #282D3A #3B4357;
    scrollbar-width: thin;
}
.ulprocedure2{
    width: 100%;
    /*max-width: 1300px;*/
    margin: 0 auto;
    position: relative;
    transition: 0.5s ease all;
}
::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #3B4357;
}

::-webkit-scrollbar-thumb {
    background: #282D3A;
}

::-webkit-scrollbar-corner {
    background: #3B4357;
}
.ulprocedure ul{
    padding: 0;
    margin: 0;
}
.processnav_item {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.procedure{
    background-color: #282D3A;
}
.processnav_item.processnav_itemfirst{
background-color: #3B4357;
    padding: 4%;
    color: #fff;
    white-space: normal;
    min-height: 200px;
}
.processnav_item.processnav_itemfirst.itemfirstscroll{
    min-height:unset !important;
    padding: 1.2%;
    font-size: 12px;
}

.ulprocedure2:hover .smm-arrow{
    visibility: visible;
}
.smm-arrow {
    position: absolute;
    height: 100%;
    border: none;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.24);
    color: #999;
    font-size: 25px;
    visibility: hidden;
    cursor: pointer;
}
.smm-arrow.leftArrow {
    left: 0;
}
.smm-arrow.rightArrow {
    right: 0;
}

@media (max-width: 767px) {
    .processnav_item.processnav_itemfirst {
        min-height: 70px !important;
    }
    .ulprocedure {
        margin: 0;
        padding: 0;
        overflow: unset;
        white-space: unset;
        width: 100%;
        margin: 0 auto;

    }
    .ulprocedure2{
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0 15px;
    }
    .processnav_item {
        display: block;
        vertical-align: middle;
        width: 100%;
        margin-bottom: 5px;
    }
    .smm-arrow{
        display: none;
    }
}
/*@media (min-width: 1200px){*/
    /*.smm-arrow{*/
        /*display: none;*/
    /*}*/
/*}*/