/*============================= Small MOBILE Devices================================ */

@media(min-width:767px) {}


/*============================= MOBILE Devices================================ */

@media(max-width:767px) {
    .mob-plr-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .mob-mb30 {
        margin-bottom: 30px;
    }
    .top-header .t-info {
        text-align: center;
    }
    .top-header .t-info li a {
        color: #fff;
        font-size: 12px;
    }
    .top-header .t-info li {
        margin-left: 0px;
    }
    ul.f_social.text-right {
        text-align: center;
    }
    .logo img {
        width: 100px;
        border-radius: 0px 0px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        background-color: #f5f5f5!important;
    }
    .bannerheading h1 {
        font-weight: 700 !important;
        font-size: 36px;
    }
    .about_btz {
        margin-bottom: -30px;
    }
    .pagebanner {
        min-height: inherit;
        margin-top: 138px;
    }
    .aboutsec {
        padding: 0;
    }
    .staticsSec {
        text-align: center;
    }
    .about-intro {
        background-position: 100px 0;
        background-size: contain;
    }
    .teaminner {
        margin-bottom: 30px;
        padding-top: 29px;
    }
    .pagetitle h2 {
        font-size: 21px;
    }
    .timeline-article h1 {
        font-size: 26px;
    }
}


/*============================= Medium Devices, Tablets ================================ */

@media(min-width:768px) and (max-width:991px) {
    .logo img {
        width: 117px;
        border-radius: 0px 0px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        background-color: #f5f5f5!important;
    }
    .what-we-inner p {
        min-height: 174px;
    }
    .pagebanner {
        min-height: inherit;
        margin-top: 95px;
    }
    .teaminner {
        margin-bottom: 30px;
        padding-top: 29px;
    }
}


/*============================= Medium Devices, Desttop ================================ */

@media(min-width:992px) and (max-width:1199px) {
    .what-we-inner p {
        min-height: 174px;
    }
    .pagebanner {
        min-height: inherit;
        margin-top: 95px;
    }
    .teaminner {
        margin-bottom: 30px;
        padding-top: 29px;
    }
    .title h1 {
        color: #093e53;
        font-size: 25px;
    }
}