.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;
}
div.search_bar {
    margin-bottom: 15px;
}
.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;
}
h4.modal-title {
    color: #231F20;
    font-size: 23px;
    font-weight: 600;
}
.form-control {
    border-radius: 0px;
}
.c_fieldstyle {
    border-bottom: 5px solid #CCCBCA;
    font-style: italic;
    height: 40px;
}
.navbar-nav > li.submit_button a {
    padding: 10px 15px;
}
.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%;
    position: relative;
    top: 20px;
}
.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%;
}
div.form-group {
    margin-bottom: 12px;
}
.contact_margin {
   margin-bottom: 5px; 
}
.title_contac_bold {
    font-size: 19px;
    font-weight: 700;
    padding-top: 10px;
    color: #1B9BD7;
}
.contact_address {
    font-size: 13px;
}
.list_inline > li > p {
    height: 45px;
}
.textcontact_style {
    font-size: 16px;
    font-weight:lighter;
    color: #115FA3;
    line-height: 47px;
}
.glyphicon.glyphicon-earphone.icon_box_c {
    font-size: 20px;
}
.glyphicon.glyphicon-envelope.icon_box_c {
    font-size: 20px;
}
.icon_box_c {
    background-color:#1B9BD7;
    padding: 12px;
    margin-right: 5px;
    color: #fff;
    vertical-align: middle;
}
.contact_style {
    height: 90px;
}
.contact_style > .list-inline {
    position: relative;
    top: 21px;
}
.blue_mark {
    color:#115FA3; 
}
.bottom_margin {
    margin-bottom: 25px;
}
@media (max-width: 1199px) {
    .submit_button {
    position: absolute;
    top: 90px;
    right: 15px;
    }
    .footer_style {
    padding: 25px 15px;
    margin-bottom: 20px;
    }
    .glyphicon.glyphicon-earphone.icon_box_c {
    font-size: 15px;
    }
    .glyphicon.glyphicon-envelope.icon_box_c {
    font-size: 15px;
    }
    .textcontact_style {
    font-size: 14px;
    line-height: 39px;
    }
}
@media (max-width: 991px) {
    
}
@media (max-width: 767px) {
    .submit_button {
    position: relative;
    top: -55px;
    right: 0px;
    width: 30%;
    float: right;
    }
    .submit_button:hover {
    position: relative;
    top: -55px;
    right: 0px;
    width: 30%;
    float: right;
    }
}
@media (max-width: 480px) {
    .footer_style .phone-wrap li {
    display: block;
    }
}