@media screen and (max-width:1200px) {
    header nav .nav-item {
        margin: 0 5px;
    }

    header nav .search-form input {
        width: 200px;
    }

    .intro .title {
        padding-left: 100px;
    }

    .services .service .icon {
        top: -80px;
    }

    .services .service .icon img {
        width: 70% !important;
    }

    footer .third-section .symbols a {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width:991px) {
    .intro {
        background-position: left;
    }

    .intro .title {
        font-size: 80px;
    }

    .contact-us .border-left-purple {
        border: none;
    }
}

@media screen and (max-width:900px) {
    .services .service {
        height: 250px;
    }

    .intro .title {
        font-size: 70px;
    }
}

@media screen and (max-width:768px) {
    .intro {
        height: 500px;
    }

    .services .service {
        height: 280px;
    }

    .services .service .icon {
        top: -70px;
    }

    .services .service .icon img {
        width: 70% !important;
    }
}

@media screen and (max-width:650px) {
    .intro {
        height: 450px;
    }

    .services .service {
        height: 250px;
    }
}

@media screen and (max-width:575px) {
    .intro {
        height: 400px;
    }

    .intro .title {
        padding: 0 10px;
        font-size: 60px;
    }

    .services .service {
        height: 400px;
    }

    .discount-code .details img {
        width: 50% !important;
    }
}

@media screen and (max-width:450px) {
    .services .service {
        height: 350px;
    }

    .contact-us .map iframe {
        height: 350px;
    }
}

@media screen and (max-width:400px) {
    .intro {
        height: 350px;
    }

    .services .service {
        height: 300px;
    }

    .contact-us .map iframe {
        height: 250px;
    }
}