.standard {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.header_top_right {
    width: 76%;
}

.tabs_content {
    width: 69.4%;
}

.col5_box {
    max-width: 95px;
}

@media only screen and (min-width:979px) and (max-width:1270px) {

    .header_top_right_3 ul li a {
        font-size: 13px;
    }

    .banner_text {
        top: 25%;
    }

    .tabs_content {
        width: 59.8%;
    }

    .col2_right {
        transform: scale(0.7);
        transform-origin: right top;
    }

    .col5_box {
        max-width: 74px;
    }

    .footer_side .header_top_right_2 {
        width: 16%;
    }

    /* Other Pages */
    .tabSection_main .tabsLeft ul li{
        font-size: 15px;
    }
}