/*========================== start max width ==========================*/
@media only screen and (max-width: 1200px) {
    .main-search{
        height: auto;
    }
    .menu-responsive-logo {
        max-width: 170px;
    }
}

@media only screen and (max-width: 992px) {
    .progress-wrap.active-progress {
        display: none;
    }

    .footer-social {
        margin-bottom: 70px;
    }

    #productTable-pane .list-inline-item {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .developer-image {
        height: 200px;
    }

    .main-header {
        padding: 80px 0 60px;
    }

    .area-image {
        height: 180px;
    }

    .main-header {
        padding: 80px 0 60px;
    }

    .map-section {
        height: 350px;
    }

    .area-header {
        padding: 100px 0 60px;
    }

    .gallery-item {
        height: 200px;
        margin-bottom: 15px;
    }

    .map-container {
        height: 300px;
    }

    .action-icons {
        opacity: 1;
    }

    .newsletter-form {
        padding: 2rem !important;
    }

    .newsletter-bg-element {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .contact-social{
        display: none !important;
    }
}

@media only screen and (max-width: 400px) {
    =
}

@media only screen and (min-width: 1470px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1470px;
    }

    .mega-container {
        max-width: 1470px;
    }
}

@media print {
    #printPageButton {
        display: none;
    }

    @page :first {
        margin: 0;
    }

    @page :left {
        margin: 2cm 1.5cm 2cm 2cm;
    }

    @page :right {
        margin: 2cm 2cm 2cm 1.5cm;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #000 !important;
        border-bottom: 1px solid #000 !important;
    }
}

/*========================== end max width ==========================*/
/*========================== start min width ==========================*/
@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 992px) {

}

/*========================== end min width ==========================*/
