@media (min-width: 1200px) {

}
@media (min-width: 992px) {
    .section_4 .nav-pills li a span {
        width: auto;
        border-bottom: solid 2px #A6101B;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {

}
@media (min-width: 992px) and (max-width: 1023px) {
    .private_office span span {
        display: none;
    }
    .private_office span {
        height: 30px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding-top: 2px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header .call {
        color: #000000;
        font-weight: 600;
        font-size: 16px;
    }
    .private_office span span {
        display: none;
    }
    .private_office span {
        height: 30px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding-top: 2px;
    }
    .title {
        font-size: 25px;
        line-height: 36px;
    }
    header{
        height: 120px;
    }
    .car {
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: none;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    header{
        height: 280px;
    }
    .call_after {
        padding-bottom: 33px;
    }
    .title {
        font-size: 25px;
        line-height: 36px;
    }
    footer .col-12 {
        text-align: center;
    }
    .section_6 img {
        width: 100%;
    }
    .section_6 .card_title {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .section_6 .card-title_after {
        font-weight: 500;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        text-align: center;
    }
    .car {
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: none;
    }
    .section_4 #pills-tabContent li {
        font-size: 14px;
        padding: 15px 0 2px 34px;
    }
    .title-after-bold {
        font-size: 38px;
        font-weight: 700;
    }
}
@media (min-width: 320px) and (max-width: 575px) {
    .title {
        font-size: 25px;
        line-height: 36px;
    }
    header{
        height: 280px;
    }
    .call_after {
        padding-bottom: 33px;
    }
    .car {
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: none;
    }
    .car li {
        font-size: 14px;
    }
    .title-after {
        font-size: 14px;
    }
    .section_4 #pills-tabContent ul {
        padding: 0;
    }
    .section_4 #pills-tabContent li {
        font-size: 14px;
        padding: 15px 0 2px 34px;
    }
    .section_4 .nav-pills li a {
        font-size: 13px;
    }
    .section_7 .card-header .btn {
        font-size: 13px;
    }
    footer .col-12 {
        text-align: center;
    }
    .section_6 img {
        width: 100%;
    }
    .section_6 .card_title {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .section_6 .card-title_after {
        font-size: 14px;
        font-weight: 500;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        text-align: center;
    }
    .btn-tab {
        text-align: center;
    }
    .title-after-bold {
        font-size: 38px;
        font-weight: 700;
    }
}

@media (min-width: 320px) and (max-width: 992px) {
.hidden-xs-sm {
    display: none;
}
    .text-center-xs-sm {
        text-align: center;
    }
}