@media (min-width: 992px) and (max-width: 1199px){
    .login, .pass, .buttons{
        /*width: 404px;*/
    }
    .sign_up_form a{
        width: 225px;
    }
    .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;
    }
    .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: 45px;
    }
    .header-content-main div:first-child, .header-content-main div:last-child{
        /*display: inline-block;*/
    }
    .terms-popup-content{
        height: 85%;
    }

}