@media only screen and (max-width: 1199px) {
    .navbar .navbar-nav>li>a {
        padding: 5px 8px !important;
        margin: 5px 0px !important;
    }

    .top_h_social li {
        margin-right: 7px;
    }

    .top_h_btn {
        padding: 8px 13px;
        font-size: 15px;
    }
}


@media only screen and (max-width: 1100px) {
    .banner_h {
        font-size: 52px;
    }

    .banner_sh {
        font-size: 28px;
    }
}

@media only screen and (max-width: 950px) {
    .banner_h {
        font-size: 40px;
        padding-bottom: 13px !important;
    }

    .banner_sh {
        font-size: 22px;
        padding-top: 20px !important;
    }
}


@media only screen and (max-width: 767px) {
    .navbar-toggle {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .navbar-brand img {
        height: 85px;
    }

    #header {
        position: static !important;
    }

    .navbar .navbar-nav>li>a {
        border: none;
    }

    .banner_h {
        font-size: 32px;
        padding-bottom: 10px !important;
    }

    .banner_sh {
        font-size: 22px;
        padding-top: 10px !important;
    }

    #box {
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    .banner_h {
        font-size: 30px;
        padding-bottom: 10px !important;
    }

    .banner_sh {
        font-size: 18px;
        font-weight: 500;
        padding-top: 10px !important;
    }

    .banner_content {
        right: 5%;
        top: 10%;
    }

    .p_p {
        font-size: 20px;
    }

    .focus_p {
        font-size: 22px;
        line-height: 40px;
    }

    .carousel-caption {
        padding-bottom: 0 !important;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        color: #ffffff;
        background: rgba(0, 0, 0, .0);
        border: 2px solid var(--secondary-color);
        opacity: 1;
        font-size: 13px;
        width: auto;
        padding: 6px;
    }
    .carousel-control {
        opacity: 1;
        width: 7.5%;
    }

}

@media only screen and (max-width: 500px) {
    .banner_h {
        font-size: 23px;
        padding-bottom: 10px !important;
    }

    .banner_sh {
        font-size: 16px;
        padding-top: 10px !important;
    }

}