@media only screen and (max-width: 990px) {

    .main-menu .logo img {
        margin-right: 10px;
        width: 190px;
    }

    .main-menu .the-menu ul li {
        display: inline-block;
        margin-left: 10px;
        margin-top: 10px;
    }

}

@media only screen and (max-width: 767px) {

    .up-bar .right-bar ul {
        display: none;
    }

    .up-bar .left-bar ul {
        text-align: center;
        float: none;
    }

    .main-menu .the-menu ul {
        display: none;
    }

    .main-menu .bars i {
        margin-bottom: 12px;
        font-size: 28px;
        margin-left: 10px;
    }

    .main-menu .bars .search {
        display: inline-block;
        color: #d12a26;
    }

    .searchbox form {
        width: 90%;
    }

    .searchbox .closing {
        left: 4px;
        height: auto;
        width: 25px;
        top: -28px;
        padding-top: 2px;
        border-radius: 5px;
        font-size: 16px;
    }

    .subscribe form {
        float: none;
        width: 100%;
    }

    .society-news .articles .the-article img {
        width: 120px;
        margin: 0 auto;
        height: 120px;
        display: block;
    }

    .society-news .articles .the-article {
        text-align: center;
    }

    .society-news .articles .the-article .content p {
        padding-left: 0px;
    }

    .footer .call-us ul {
        margin-bottom: 10px;
    }

    .vedio-section iframe {
        height: 400px;
    }

    .vedio-section {
        padding: 10px;
    }

    .footer .logo img {
        margin-top: 30px;
    }

    .the-section .section-content .overlay {
        width: 100%;
    }

    .the-section .section-content .overlay p {
        font-size: 10px;
    }

    .the-section .section-content img {
        height: 380px;
    }

    .about-us {
        width: 100%;
    }

    .about-us .logo {
        padding: 15px;
    }

    .about-us .logo img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .main-menu .logo img {
        width: 210px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .the-section .carousel .carousel-inner .carousel-caption h3 {
        font-size: 14px;
    }

    .the-section .carousel .carousel-inner .carousel-caption p {
        font-size: 12px;
    }

    .pagination a {
        padding: 5px 10px;
    }

    .one-article .art-head ul {
        width: 100%;
        margin-bottom: 19px;
        text-align: center;
    }

    .a2a_kit {
        line-height: 32px;
        margin: 0 auto;
        display: block;
        text-align: center;
        float: none;
        width: 150px;
    }
}
