/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .testimonialModule iframe {
        height: 100%;
    }
    .testimonialModule {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page_inner {
        padding-top: 20px;
    }
    .slider-height-2 {
        height: 85px;
    }
 
}


@media (min-width:1500px) and (max-width:1600px) {
    .header-right-wrapper {
        margin-right: 50px
    }
}


@media only screen and (min-width:550px) and (max-width:767px) {
    .slider-button a.white-btn {
        margin-left: 0;
        margin-top: 15px
    }
   
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-text h2 {
        font-size: 24px;
    }
    .banner-text {
        position: absolute;
        top: 16px;
        left: 26px;
        right: 50px;
    }
    .banner-img a img {
        height: 180px;
    }
    .slider-height-2 {
        height: 160px;
    }
}