/*
::
:: Theme Name: Rule - Lawyer & Attorney HTML Template
:: Email: Nourramadan144@gmail.com
:: Author URI: https://themeforest.net/user/ar-coder
:: Author: ar-coder
:: Version: 1.0
::
*/

/* :: Medium devices */
@media (max-width: 1900px) {
    
   
    /* :: About Us */
    .about .text-box{
        margin-bottom: 50px;
    }
    .about .text-box .core-about-us li h4{
        font-size: 14px;
    }
    
    /* :: Performance And Quote */
    .quote,
    .subscribe{
        margin-top: 50px;
    }
    
    /* :: Footer */
    .footer .logo,
    .footer .links{
        margin-bottom: 30px;
    }
    
    /* :: About Home 2 & 3 */
    .about-home-3 .faqs,
    .about-home-3 .text-box{
        margin: 0 0 50px 0;
    }
    
    /* :: FAQs */
    .faqs{
        /*margin-top: 50px;*/
    }
    .faq .faqs.one{
        margin-top: 0;
    }
    
    /* :: Single Blog */
    .blog.area .add-comments .inner-add-comments-box .btn-1{
        margin-bottom: 50px;
    }
    
}

/* :: Small devices */
@media (max-width: 768px) {
    
    /* :: Header */
    .header .banner .handline{
        font-size: 31px;
    }
    
    /* :: Footer */
    .footer .working-hours{
        margin-bottom: 30px;
    }
    
    /* :: About Home 2 & 3 */
    .about-home-2 .img-box img{
        margin-top: 50px;
        width: 100%;
    }
}

/* :: Extra small devices */
@media (max-width: 575px) {
    .header-index .box-index-header .buttons a:first-of-type{
        margin-right: 5px;
        margin-bottom: 5px;
    }
    /* :: Top Bar */
    .top-bar .right-top-bar{
        display: none;
    }
    .top-bar .left-top-bar li a {
        padding: 15px 8px;
    }
    
    /* :: Header */
    .header .case-study{
        display: none;
    }
    
    /* :: Features */
    .features .features-box.owl-theme .owl-nav{
        display: none;
    }
    
    /* :: About Us */
    .about .text-box .core-about-us li {
        float: none;
        width: auto;
    }
    
    /* :: Contact */
    .contact .buttons a:first-of-type{
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    /* :: 404 Error Page */
    .page-404-area h2{
        font-size: 180px;
    }
}