/*============================= Small MOBILE Devices================================ */

@media(min-width:767px) {}


/*============================= MOBILE Devices================================ */

@media(max-width:767px) {
    .navbar-brand>img {
        width: 124px;
        margin-top: -6px;
    }
    .pagebanner {
        min-height: inherit;
    }
    .ctabox {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .call-to5 .icon-box i {
        font-size: 19px;
    }
    .call-to5 h4 a {
        font-size: 14px;
        font-weight: normal;
    }
    .f_widget.padd-l-60 {
        padding-left: 0;
    }
    .f_title {
        margin-top: 30px;
    }
    .top-header .t-info,
    .f_social {
        text-align: center;
    }
    .sliderwrapper .owl-nav button.owl-next {
        right: 0;
    }
    .sliderwrapper .owl-nav button.owl-prev {
        left: 0px;
    }
    .featured-services .right-side .service-box {
        width: 100%;
    }
    .featured-services .right-side .service-box.spacing {
        margin: 0;
        margin-bottom: 30px;
    }
    .service-box {
        margin-bottom: 30px;
    }
    .weofferbox img {
        width: 34px;
    }
    .weofferbox {
        padding: 0;
    }
    .nav-tabs>li>a {
        font-size: 13px;
    }
    .logo img {
        width: 120px;
    }
}


/*============================= Medium Devices, Tablets ================================ */

@media(min-width:768px) and (max-width:991px) {
    .navbar-brand>img {
        width: 124px;
        margin-top: -6px;
    }
    .pagebanner {
        min-height: inherit;
    }
    .featured-services .right-side .service-box figure figcaption {
        font-size: 12px;
    }
}


/*============================= Medium Devices, Desttop ================================ */

@media(min-width:992px) and (max-width:1199px) {}