/*------------------------------------------------------------

    RESPONSIVE STYLESHEET

------------------------------------------------------------*/

/*
@media (min-width: 1400px) {
    .container {
        max-width: 1250px;
    }
}
*/

@media only screen and (max-width: 1200px) {

    #header-primary .contact-block {
        margin-left: 30px;
    }
    #header-primary .contact-block .text {
        padding-left: 43px;
        font-size: 0.8rem;
    }
    #header-primary .contact-block i {
        top: 3px;
        font-size: 2rem;
    }

}

@media only screen and (max-width: 992px) {

    html {
        font-size: 14px;
    }
    .content-block {
        padding: 40px 0;
    }
    #header-primary .row > div:last-of-type {
        display: none;
    }
    #header-navigation {
        height: 0;
    }
    #header-navigation .container {
        padding: 0;
    }
    #navigation_menu {
        position: absolute;
        top: 0;
        background-color: #252525;
        width: 100%;
    }
    #header-navigation .navbar-nav > .nav-item > .nav-link {
        width: 100%;
    }
    #header-navigation .logo {
        height: 100px;
    }
    #content {
        padding-top: 70px;
    }

    
}

@media only screen and (max-width: 768px) {
    
    .home #slider .carousel-item {
        height: 250px;
    }
    #pest-solutions .row:last-of-type > div:not(:last-of-type) {
        margin-bottom: 45px;
    }
    #testimonials * {
        text-align: center !important;
    }
    #testimonials .row:last-of-type > div:first-of-type {
        display: none;
    }
    #page-title .row > div:last-of-type {
        margin-top: 15px;
        justify-content: flex-start;
    }
    #intro {
        background-position: 70% center !important;
        background-size: initial !important;
        box-shadow: inset 0 1000px rgba(255,255,255,.8) !important;
        text-align: center !important;
    }
    .why-choose-us .col-sm-5 {
    padding: 0 15px !important;
}
.why-choose-us .col-sm-1 {
    display: none;
}
    
    
}

@media only screen and (max-width: 480px) {

}