.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;
}
.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: 10px;
}
ul.box_list {
    list-style-type: square;
    color: #1B9BD7;
}
ul > li > span {
    color: #333;
    font-size: 15px;
}
/*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;
}
/*BANK TABLE*/
.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 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: 17px;
    float: right;
}
.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;
}
/* FORM PENDAFTARAN */
.sign_form_wrapper {
    background-color: #1B9BD7;
    color: #fff;
    display: table;
    font-size: 15px;
    margin: 15px 0;
    padding: 30px 35px;
}
.heading_summary {
    margin-top:0px;
    text-transform: uppercase;
}
.content_summary {
    
}
.form-control {
    border-radius: 0px;
}
.c_fieldstyle {
    border-bottom: 5px solid #CCCBCA;
    font-style: italic;
    height: 40px;
}
.sign_form_wrapper h4 {
    font-weight: 600;
    font-size: 19px;
}
.submitbutton_wrapper {
    text-align: center;
    padding-top: 20px;
}
.btn-primary.submit_button {
    border-color:#EE4036;
}
button.btn-primary:active:focus {
    background-color:orangered;
    border-bottom: 4px solid #EE4036;
}
button.btn-primary:focus {
    background-color:orangered;
    border-bottom: 4px solid #EE4036;
}
.submit_button {
    background-color: #F38020;
    border-bottom: 4px solid #EE4036;
    height: 40px;
    width: 100%;
    display: block;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.submit_button:hover {
    background-color: #F38020;
    border-bottom: 4px solid #EE4036;
    height: 40px;
    width: 100%;
}
.submit_button a {
    text-align: center;
    color: #fff;
    width: 100%;
}
@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;
        margin-top: 20px;
        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;
        margin-top: 20px;
    }
    .footer_style .phone-wrap li {
        display: block;
    }
}