/* Laptop */

@media (min-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1440px) {
    
}

@media (max-width:1199px) {
}


/* Normal (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 767px) and (max-width: 1199px) {}

@media (min-width: 767px) and (max-width: 991px) {}

@media (min-width: 320px) and (max-width: 991px) {
    .header-area .nav-link {
        font-size: 15px; 
        margin-bottom: 10px; 
    } 
    .btn-com,
    header .navbar .btn-quote {
        font-weight: 500;
        font-size: 14px;
    }
    .page-title {
        font-size: 25px;
    }
    .news-side .news-side-title {
        font-size: 17px;
    }
    .research-wrapper .search-box select, .research-wrapper .search-box input[type="text"] {
        height: 50px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
    .news-side .news-widget-com {
        padding: 20px 15px 25px 20px;
    }
    .news-describe h3 a {
        font-size: 15px;
        line-height: 20px;
    }
    .footer-area h5{
        font-size: 18px;
    }
    .news-side .top-categ-widget > ul li a {
        font-weight: 600;
   
    }
    .banner-img {
        display: none;
    }
    .banner-content h1 {
        font-size: 35px;
    }
    .banner-wrapper {
        padding: 5rem 0px;
        min-height: 400px;
    }
    .count-wrapper .experience h3 {
        font-size: 25px;
    }
    .count-wrapper .experience p {
        font-size: 15px;
        font-weight: 500;
    }
    .count-wrapper {
        padding: 60px 0px;
    }
    .agency-img{
        display: none;
    }
    .agency-content {
        width: 100%;
        padding: 25px;
    }
    .c-title {
        font-weight: 600;
        font-size: 25px;
    }
    .c-title span {
    
        font-weight: 600;
        font-size: 16px;
    }
    .section-title {
        font-size: 25px;
    }
    .client-area .client-name h5 {
        font-size: 16px;
    }
    .news-wrapper {
        padding-bottom: 0px;
    }
    .c-title span {
        border-left: 4px solid var(--bg);
        padding: 15px 10px;
    }
    .c-title span::after, 
    .c-title span::before {
        height: 5px;
       
    }

    .properties-area,
    .help-area {
        padding: 50px 0px;
    }
    .step .owl-theme .owl-nav .owl-prev {
        left: 0px;
    }
    .step .owl-theme .owl-nav .owl-next {
        right: 0px;
    }
}


/* small devices (320px)*/

@media (max-width: 767px) {
   
}

@media (min-width: 320px) and (max-width: 576px) {
    .sm-none {
        display: none;
    }
    .sm-block {
        display: block;
    }
}