@media only screen and (max-width:990px) {
    .header .bars
    {
        display: none;
    }
    .header .logo
    {
        float: right;
    }
    .header .icons ul
    {
        margin-top: 20px;
        float: none;
        text-align: center;
    }
    .header .icons ul .bars
    {
        display: inline-block;
        float: revert;
        font-size: 14px;
    }
    .slider
    {
        background-size: 100% 100%;
        height: auto;
    }
    .slider .the-slider .owl-nav
    {
        font-size: 20px;
        right: 0px;
        top: 55%;
    }
    .slider .slider-content
    {
        padding-top: 30%;
        padding-bottom: 50px;
    }
    .slider .slider-content h3
    {
        font-size: 16px;
        text-align: center;
        line-height: 25px;
    }
    .slider .slider-content p
    {
        line-height: 25px;
        font-size: 12px;
        text-align: center;
    }
    .header .bars i
    {
        margin-top: 0px;
    }
    .header .icons ul li
    {
        margin-left: 20px;
    }
    .header .logo
    {
        float: none;
        display: block;
        text-align: center;
    }
    .header .logo img
    {
        display: block;
        margin: 0 auto;
    }
    .slider .the-slider .owl-dots
    {
        top: -20px;
    }
    .all-categories .the-one:after
    {
        display: none;
    }
    .the-sponsor img {
        width: 210px!important;
        height: 130px!important;
        border-radius: 5px;
        display: block;
        margin: 0 auto;
    }
    .the-sponsor h3 a
    {
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top: 15px;
    }
    .footer .footer-content ul li img
    {
        display: block;
        float: none;
    }
    .footer
    {
        text-align: center;
    }
    .sponsor-page .sponsor-slider img
    {
        height: 300px;
    }
    .sponsor-page .sponsor-info h3
    {
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }
   .the-sponsor h4
    {
        position: relative;
        top: 0px;
        left: 0px!important;
       font-size: 14px;
        text-align: center;
        width: 100%;
    }

}

@media only screen and (max-width:767px) {
    .search-box form input
    {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .search-box form button
    {
        top: 40px;
        font-size: 18px;
    }
   .the-sponsor h4
    {
        left: 0px;
    }
    .new-adv .the-adv ul li
    {
        margin-right: 5px;
        font-size: 12px;
    }
    .login form
    {
        width: 100%;
    }
    .login .links
    {
        text-align: center;
        width: 100%;
    }
    .login .links a
    {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .login {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .header .links a
    {
        font-size: 10px;
    }

    .myaccount .user ul li
    {
        display: block;
        width: 100%;
    }
    .myaccount .user ul .plus
    {
        margin-top: 0px;
    }
    .chat-message .chat-one p
    {
        width: 100%;
    }
    .chat-message .chat-two p
    {
        width: 100%;
    }
    .add-sponsor .adding-four form
    {
        width: 100%;
    }
    .add-sponsor .adding-four form .boxz
    {
        width: 25px;
    }
    .sponsor-page .comments .comments-veiw .flag
    {
        left: 10px;
    }

    .Search-model form label
    {
        width: 100%;
    }
    .Search-model form select
    {
        margin-bottom: 10px;
        margin-top: 10px;
        width: 150px;
    }
    .search-bk .searchbox form input
    {
        width: 100%;
        margin-bottom: 10px;
    }
    .search-bk .searchbox form select
    {
        width: 100%;
        margin-bottom: 10px;
    }
    .search-bk .searchbox
    {
        margin-top: 30px;
    }

}

@media only screen and (max-width:450px) {
    .sponsor-page .sponsor-slider img
    {
        height: 250px;
    }
    .sponsor-page .sponsor-info ul li
    {
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
    }
    .sponsor-page .para
    {
        font-size: 12px;
    }
    .sponsor-page iframe
    {
        height: 350px;
    }
    .sponsor-page .contact-info ul li
    {
        width: 28%;
        margin-bottom: 12px;
    }
    .sponsor-page .pagination a
    {
        margin-bottom: 15px;
        width: 100%;
    }


}