.right-sidebar-join{
    padding: 35px 0px;
    background-color: #fd8200;
}
.right-sidebar-join:after{
    width: 91px;
    height: 34px;
    content: " ";
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url("../../images/right-sidebar/bottom-line.png");
}
.right-sidebar-join .title{
    font-size: 45px;
    color: #fff;
    background: #fd8200 !important;
    margin-bottom: 12px;
}
.right-sidebar-join .title .glyphicon-circle-arrow-right{
    color: #fff;
    font-size: 45px;
    padding-right: 0px;
    vertical-align: middle;
}
.right-sidebar-join .slogan{
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}
.right-sidebar-area .right-sidebar-easy-steps {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
}
.right-sidebar-area .easy-steps-title{
    color: #f9811f;
    font-size: 31px;
}
.right-sidebar-area ol.easy-steps {
    list-style: none;
    counter-reset: item;
    text-align: left;
    /*padding-left: 60px;*/
}
.right-sidebar-area ol.easy-steps > li {
    counter-increment: item;
    margin-bottom: 10px;
    color: #999;
    font-size: 18px;
    line-height: 10px;
}
.right-sidebar-area ol.easy-steps > li:before {
    margin-right: 5px;
    content: counter(item);
    background: #333;
    border-radius: 100%;
    color: #eee;
    width: 1.6em;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 28px;
    line-height: 45px;
}
.right-sidebar-area ol.easy-steps > li span {
    font-size: 23px;
    color: #eee;
    display: block;
    margin-left: 50px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*  TABLET
/*-----------------------------------------------------------------------------------*/ 
@media (max-width: 768px) {
    .right-sidebar-area ol.easy-steps > li span{
        margin-left: 10px; 
        margin-top: 20px;
    }
}
/*-----------------------------------------------------------------------------------*/
/*  PHONE
/*-----------------------------------------------------------------------------------*/ 
@media (max-width: 576px) { 
    
} 