@media (min-width: 1920px) {
    .quote-details {
        padding: 12% 30% 12% 10%;
    }
    .company-faq {
        padding: 12% 10% 12% 30%;
    }
    .client-details {
        padding: 12% 10% 12% 30%;
    }
    .company-content {
        padding: 12% 30% 12% 10%;
    }
}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
    .counter {
        text-align: center;
        width: 100%;
    }
}

/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .counter {
        text-align: center;
        width: 100%;
    }
    .price-div {
        position: relative;
        width: 100%;
        margin: 0;
    }
    .sech-div {
        position: relative;
        width: 100%;
        margin: 0;
    }
    .sechedule-img {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

/* small mobile :320px. */

@media (max-width: 767px) {
    .price-div {
        border: 5px solid #774b1f;
        padding: 30px;
        margin-top: 0px;
        margin-left: 0px;
        position: relative;
        width: auto;
    }
    .sech-div {
        padding: 30px;
        position: relative;
        margin-top: 0px;
        margin-left: 0;
        width: auto;
        height: auto;
    }
    .counter {
        width: 100%;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer-icons {
        float: none;
    }
    .main-menu ul {
        display: inline-grid;
        width: 100%;
        text-align: center;
    }
    .main-slider h2 {
        font-size: 33px;
    }
}

/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    .layer-1-2 h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .intro-area-4 .layer-1-2 h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .service-content h4 {
        font-size: 16px;
    }
    .breadcrumb .section-headline h3 {
        font-size: 34px;
    }
    .project-area .container-full .section-headline p {
        max-width: 360px;
    }
}