    .wrapp_btn{
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .btn-left{
        position: relative;
        right: 10px;
    }
    .btn-right{
        position: relative;
        left: 10px;
    }
    .custom-fa{
        position: relative;
        top: -27px;
        right: -100%;
        cursor: pointer;
    }
    .btn-price{
        display: inline;
        cursor: pointer;
        text-transform: uppercase;
        color: #fff;
        background: #0998cd;
        padding: 6px 15px;
        border: 1px solid #0998cd;
        width: 100%;
        box-sizing: border-box;
        text-decoration: none;
        font-size: 14px;
        font-family: DejaVuSans;
        font-weight: 200;
    }

    .b-container{
        width:200px;
        height:150px;
        background-color: #ccc;
        margin:0px auto;
        padding:10px;
        font-size:30px;
        color: #fff;
        z-index: 999;
    }
    .b-popup{
        display: none;
        width:100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        overflow:hidden;
        position:fixed;
        top:0px;
        left: 0;
        z-index: 999;
    }
    .b-popup .b-popup-content{
        margin:40px auto 0px auto;
        width:45%;
    }

    .content_box{
        background: #fff;
        /*padding: 50px;*/
    }
