@media (min-width: 768px) and (max-width: 991px){
    .login, .pass, .buttons{
        /*width: 404px;*/
    }
    .sign_up_form a{
        width: 225px;
    }
    .account_link a{
        width: 220px;
    }
    .account_maintence a{
        width: 240px;
    }
    .account_maintence a:nth-of-type(2){
        padding-left: 14px;
        padding-right: 14px;
    }
    .footer-img1, .footer-img2, .footer-img3{
        display: inline-block;
        width: 28%;
        text-align: center;
    }
    .side-left-img, .side-right-img, .header-content div:first-child, .header-content div:last-child{
        display: none;
    }
    .footer-img{
        display: none;
    }
    .side-right, .side-left{
        text-align: center;
    }
    .footer > div{
        text-align: center;
    }
    .header img{
        width: 100%;
    }
    .owl-slide{
        margin-top: 25px;
    }
    .main-left-img, .main-right-img, .footer-img1, .footer-img2, .footer-img3{
        display: inline-block;
        /* width: 28%; */
    }
    .side-left-main, .side-right-main, .footer-main{
        text-align: center;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .header-content div:nth-child(2){
        margin-top: 35px;
    }
    .header-content-main div:first-child, .header-content-main div:last-child{
        display: none;
    }
    .main-left-img, .main-right-img{
        display: none;
    }
    #owl-logo .owl-next{
        top: 85px;
        right: 0px;
    }
    #owl-logo .owl-prev{
        top: 85px;
        left: 0px;
    }
}