.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;
}
.bottom_margin {
    margin-bottom: 25px;
}
h4.modal-title {
    color: #231F20;
    font-size: 23px;
    font-weight: 600;
}
.blue_mark {
    color:#115FA3; 
}
/*Accordion*/
.accordion {
    width:100%; 
    margin: 0 auto;
}
.accordion-toggle {
    border-bottom: 2px solid #115FA3;
    cursor: pointer;
    margin: 0;
    padding: 10px 0;
    position: relative;
}
.accordion-toggle.active:after {
    content:"";
    position:absolute;
    left:0;
    top:17px;
    width:0;
    height:0;
    border-bottom:5px solid #1B9BD7;
    border-left:5px solid rgba(0,0,0,0);
    border-right:5px solid rgba(0,0,0,0);
    display: block;
}
.accordion-toggle:before {
    content:"";
    position:absolute;
    left:0;
    top:17px;
    width:0;
    height:0;
    border-top:5px solid #115FA3;
    border-left:5px solid rgba(0,0,0,0);
    border-right:5px solid rgba(0,0,0,0);
    display: block;
    font-weight: 400;
    color: black;
}
.accordion-toggle.active:before {
    display:none;
}
.accordion-content {
    display: none;
}
.accordion-toggle.active {
    color: #ff0000;
    font-weight: 500;
}
p.text_faqacc {
    font-size: 18px;
    padding-left:20px;
    color: #115FA3;
}
p.text_acc {
    padding-left: 20px;
    font-size: 16px;
}
h4 > span.text_acc {
    padding-left:20px;
    color: #115FA3;
}
@media (max-width: 1199px) {
    .footer_style {
        margin-bottom: 20px;
        height: 180px;
    }
}
@media (max-width: 991px) {
    .footer_style {
        height: auto;
    }
    .footer_style .phone-wrap li {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .footer_style .phone-wrap li {
        display: block;
    }
}
@media (max-width: 480px) {
    .title_csr_caption {
    font-size: 22px;
    }
    .maincsr_feature_caption {
        height: 43%;
    }
    .csr_feature_caption {
        background: rgba(45, 45, 45, 0.6);
        height: 100%;
    }
    img.thumb_csr {
        width: 100%;
    }
    .margin10 {
        margin-bottom: 10px;
    }
}