.container.toph_banner {
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
    bottom: 9px;
    font-size: 35px;
    font-weight: 600;
    text-transform:uppercase;
    display: table;
}
.toph_banner {
    background-image: url(../img/toph-faq.png);
    background-size: cover;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    height: 225px;
    margin-bottom: 20px;
}
.toph_bg {
    display: table-cell;
    background: rgba(45, 45, 45, 0.5);
    color:#fff;
    padding-right: 35px;
    padding-left: 35px;
    min-height: 225px;
    vertical-align: middle;
}
.headingtitle_style {
    margin-top: 20px;
    margin-bottom: 20px;
}
.title_jaringan_prima {
    clear: both;
    color:#1B9BD7;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.title_jaringan_prima.download_text {
    font-size: 17px;
    text-transform: none;
    float: right;
    line-height: 40px;
}
.logo_prima_definition {
    text-align: center;
    margin-bottom: 15px;
    float: left;
    display: flex;
}
.logo_prima_definition > img {
    width: 160px;
    height: 100%;
    margin-right: 10px;
}
.description_definition {
    font-size: 15px;
    margin-bottom: 30px;
}
ul.box_list {
    list-style-type: square;
    color: #1B9BD7;
}
ul > li > span {
    color: #333;
    font-size: 15px;
}
.feature_heading {
    font-size: 25px;
    color: #666;
}
/*SEARCH BOX*/
.SearchIcon
{
    color:#fff;
}
.SearchButton
{
    background-color:#115FA3;
    border-radius:0px;
}
.SearchButton:hover{
    background-color:#115FA3;
}
.form-control {
    border-radius: 0px;
}
.search_bank {
    margin-bottom: 20px;
    width: 300px;
}
.FilterButton {
    background-color:transparent;
    border-radius:0px;
    color:#115FA3;
    float: left;
}
.FilterButton:hover {
    background-color:transparent;
    color:#1B9BD7;
}
.btn-primary.FilterButton {
    border-color:#ccc;
}
.input-group .form-control.SearchBar {
    width: 63%;
    float: right;
}
/*PAGINATION*/
.pagination {
    margin: 0 0 15px 0;
}
.pagination > .active > a {
    color: #fff !important;
}
.pagination > li > a {
    margin-left: 7px;
}
.pagination > .active > a {
    background-color: #1B9BD7;
}
.pagination > li:first-child > a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination_block {
    max-width:10px;
    color: #333;
}
/*BANK CODE RESPONSIVE TABLE*/
table thead{    
    background-color: #115FA3;
    color: white;
}
table thead th{
    border-color: white;
    border: 2px solid white;
    text-align: center;
    vertical-align: middle; 
}
table.table_detail {
    display: table;
}
tbody.cbank_height {
    height: 560px;
    overflow-y: auto;
}
th.tableh_bank {
    width:28.2%;
    height: 90px;
    border-right: 2px solid #fff;
    display: table-cell;
    vertical-align: middle;
}
th.tableh_kode {
    width: 15%;
    border-right: 2px solid #fff;
}
td.bank_namecol {
    width:15%;
    text-align: center;
}
td.bank_textcol {
    width:13%;
    text-align: center;
}
td.bank_codecol {
    width: 15%;
    text-align: center;
}
.blue_mark {
    color:#115FA3; 
}
.btn-primary.FilterButton_bank {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #115FA3;
    color: #115FA3;
}
.btn-primary.FilterButton_bank:hover {
    border: 1px solid #e0e0e0;
}



/* .table>tbody>tr>td {
    padding: 3px 0;   
}
.cbank_height .bank_textcol {
    padding: 15px 0;   
}
.cbank_height .bank_codecol {
    padding: 15px 0;   
}
.table-fixed thead {
    width: 100%;
}
.table-fixed tbody {
    overflow-y: auto;
    width: 100%;
}
table {
    width: 100%;
}
thead, tbody, tr, td, th { 
    display: block;
}
tr:after {
     content: ' ';
     display: block;
     visibility: hidden;
     clear: both;
}

thead th {
    height: 30px;
    text-align: left;
}

tbody {
    height: 273px;
    overflow-y: auto;
}
th.nama_bank {
    width: 64%;
    float: left;
}
tbody td, thead th {
    float: left;
}
.code_bankcol {
    width: 36%;
}
.table>thead>tr>th {
    border-bottom: 0px solid #115FA3;
    background-color: #115FA3;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 20px;
    height: 40px;
}
.table > tbody > tr > td {
    border-top:0px;
} */
/*
.bank_namecol {
    width: 25%;
    height: inherit;
    font-size: 17px;
}
.bank_textcol {
    width: 25%;
    height: inherit;
    font-size: 17px;
}
*/
/* .cbank_height tr {
    text-align: center;
    display: block;
    min-height: 55px;
}
.cbank_height tr td {
    min-height: 55px;
} */
/* table thead{    
    background-color: #115FA3;
    color: white;
}
table thead th{
    border-color: white;
    border: 2px solid white;
    text-align: center;
    vertical-align: middle; 
}
table.table_detail {
    display: table;
} */
/* tbody.cbank_height {
    height: 560px;
    overflow-y: auto;
} */
/* th.tableh_bank {
    width:28.2%;
    height: 90px;
    border-right: 2px solid #fff;
    display: table-cell;
    vertical-align: middle;
}
th.tableh_kode {
    width: 15%;
    border-right: 2px solid #fff;
} */
/* td.bank_namecol {
    width:20%;
    text-align: center;
}
td.bank_textcol {
    width:13%;
}
td.bank_codecol {
    width: 15%;
    text-align: center;
} */
/* .blue_mark {
    color:#115FA3; 
} */
/*TABLE ATM TUTORIAL*/
.list_bank_table {
    margin-top: 20px;
}
tbody.atmtutorial_height {
    height: 260px;
}
.atmtutorial_height .atm_textcol {
    padding: 20px;
    border-left: 2px solid #1B9BD6;  
}
.atmtutorial_height tr {
    text-align: center;
    display: block;
    min-height: 55px;
    padding-bottom: 3px;
    border-bottom: 1px solid #1B9BD7;
    padding-top: 6px;
}
.atmtutorial_height tr td {
    min-height: 65px;
}
.atm_namecol {
    width: 20%;
    height: inherit;
    font-size: 17px;
}
.atm_namecol > img {
    padding:7px 0;
}
.atm_textcol {
    width: 75%;
    height: inherit;
    font-size: 17px;
}
/*HIGHLIGHT BOX*/
.highlight_blue_box {
    background-color: #1B9BD7;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 35px;
}
.btn-primary.product_view_button {
    background-color: #F38020;
    border-bottom: 4px solid #EE4036;
    border-radius: 0px;
    height: 40px;
    width: 140px;
    font-weight: 600;
    font-size: 15px;
    float: right;
    margin-left: 10px;
    text-transform: uppercase;
}
.btn-primary.product_view_button.button_booklet {
    /* float: left; */
    width: auto;
}
.tutorial_style {
    margin-bottom: 15px;
}
.btn-primary {
    border-color: transparent;
}
.btn-primary:hover {
    border-color: transparent;
}
.btn-primary.product_view_button a {
    text-align: left;
    color: #fff;
}
.btn-primary.product_view_button:hover {
    background-color: #FFA154;
    border-bottom: 4px solid #EE4036;
    height: 40px;
}
@media (max-width: 1199px) {
    .logo_prima_definition > img {
    width: 150px;
    }
    tbody.atmtutorial_height {
    height: 202px;
    }
    .footer_style {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .logo_prima_definition > img {
    width: 115%;
    }
    tbody {
    height: 100%;
    }
    tbody.atmtutorial_height {
    height: 210px;
    }
}
@media (max-width: 767px) {
    .logo_prima_definition {
        float: left;
    }
    .description_definition {
        
    }
    tbody {
    height: 100%;
    }
    tbody.atmtutorial_height {
        height: 100%;
    }
    .tutorial_style > img {
        width: 100%;
    }
    .highlight_blue_box {
        text-align: center;
    }
    .btn-primary.product_view_button {
        float: none;
        text-align: center;
        width: 80%;
    }
}
@media (max-width: 480px) {
    tbody {
    height: 100%;
    }
    .cbank_height .bank_textcol {
    padding: 15px 0;
    font-size: 15px;
    }
    tbody.atmtutorial_height {
        height: 100%;
    }
    .highlight_blue_box {
        text-align: center;
    }
    .btn-primary.product_view_button {
        float: none;
        text-align: center;
    }
    .footer_style .phone-wrap li {
        display: block;
    }
}