@media screen and (min-width:1381px) {
}

@media screen and (max-width:1499px) {
}

@media screen and (max-width:1380px) {
    h1, .h1 {
        font-size: 44px;
    }
}

@media (min-width:993px) and (max-width:1199px) {
    .navigation .navbar-nav > li.nav-item > a.nav-link {
        padding: 0px 6px;
    }

    h1, .h1 {
        font-size: 40px;
    }

    .navigation .navbar-nav > li.nav-item {
        margin-left: 0px;
    }

    .pageTopBanner .bTitle {
        line-height: 52px;
    }

    .list-inline.btns-list {
        padding: 30px 0;
    }

    h3, .h3 {
        font-size: 21px;
    }

    h2, .h2 {
        font-size: 32px;
        font-weight: 700;
    }

    h4, .h4 {
        font-size: 20px;
    }

    .pb-5, .py-5 {
        padding-bottom: 1.5rem !important;
    }

    .pt-5, .py-5 {
        padding-top: 1.5rem !important;
    }

    .mb-5, .my-5 {
        margin-bottom: 1.5rem !important;
    }

    .mt-5, .my-5 {
        margin-top: 1.5rem !important;
    }

    .navigation .navbar-nav > li.nav-item > a.nav-link:before {
        left: 15px;
        right: 15px;
    }

    .pageTopBanner {
        padding-top: 65px !important;
    }

    .section-3-img {
        max-width: 150%;
        margin-bottom: 10px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .navbar-brand.logo {
        padding: 0;
    }

    ..pageTopBanner {
        margin-top: 30px;
    }

    .header.navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navigation .navbar-nav > li.nav-item > a.nav-link {
        font-size: 12px;
        padding: 0;
    }

    .navigation .navbar-nav > li.nav-item > a.nav-link {
        margin: 0;
        margin-top: 6px;
        margin-right: 24px;
    }

    .navigation .navbar-nav > li.nav-item {
        font-size: 13px;
        margin-left: 5px;
    }

    .sec-1 {
        padding-bottom: 0px;
    }


    .navbar-nav > li.nav-item {
        font-size: 15px;
        margin-left: 15px;
    }


    .navbar-brand.logo h1 {
        font-size: 20px;
        line-height: 30px;
    }

        .navbar-brand.logo h1 small {
            font-size: 13px;
        }

    .navigation .navbar-nav > li.nav-item > a.nav-link {
        padding: 0px 6px;
    }

    .pageTopBanner {
        margin-top: 105px;
    }

    .navigation .navbar-nav > li.nav-item {
        font-size: 14px;
        margin-left: 3px;
    }

        .navigation .navbar-nav > li.nav-item > a.nav-link > i {
            margin-left: 0px;
        }

    h1, .h1 {
        font-size: 34px;
    }

    .pageTopBanner .bTitle {
        line-height: 48px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    h2, .h2 {
        font-size: 26px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    .sliderReview {
        max-width: 420px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    .p-4 {
        padding: 1rem !important;
    }

    .pt-5 {
        padding-top: 1.5rem !important;
    }

    .pb-5 {
        padding-bottom: 1.5rem !important;
    }

    .sec-1-box img {
        max-width: 250px;
    }

    .sec-1-box img {
        max-height: 65px;
    }

    .mb-5 {
        margin-bottom: 1.5rem !important;
    }

    .list-inline.btns-list {
        padding: 25px 0;
    }

    .pb-4 {
        padding-bottom: 1rem !important;
    }

    .pt-4 {
        padding-top: 1rem !important;
    }

    .py-5 {
        padding-bottom: 1.5rem !important;
    }

    .pt-5, .py-5 {
        padding-top: 1.5rem !important;
    }

    .mb-5, .my-5 {
        margin-bottom: 1.5rem !important;
    }

    .mt-5, .my-5 {
        margin-top: 1.5rem !important;
    }

    .sliderReview .owl-dots {
        bottom: -30px;
    }

    .navigation .navbar-nav > li.nav-item > a.nav-link:before {
        left: 5px;
        right: 5px;
    }

    ul.service-list li span {
        font-size: 18px;
    }

    .pageTopBanner {
        padding-top: 60px !important;
    }

    .section-3-img {
        max-width: 210%;
    }
}

@media (max-width:767px) {
    .header .navbar-toggler span {
        background-color: #000;
    }

    .header {
        background-color: #fff;
    }

    .section-3-box {
        margin-top: -224px;
    }

    .pageTopBanner {
        margin-top: 30px;
    }

    .navbar-toggler:hover, .navbar-toggler:focus {
        outline-style: none;
    }

    .navbar-toggler .bar1, .navbar-toggler .bar2, .navbar-toggler .bar3 {
        width: 35px;
        height: 4px;
        background-color: #ffffff;
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }

    .header.navbar-bg .navbar-toggler .bar1, .header.navbar-bg .navbar-toggler .bar2, .header.navbar-bg .navbar-toggler .bar3 {
        background-color: #222D39;
    }

    .navbar-toggler[aria-expanded="true"] .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    .navbar-toggler[aria-expanded="true"] .bar2 {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    .navigation .navbar-nav > li.nav-item {
        margin-left: 0;
        border-bottom: #222225 solid 1px;
    }

        .navigation .navbar-nav > li.nav-item > a.nav-link > i {
            margin-left: 0;
            float: right;
            font-weight: 700;
            font-size: 18px;
        }

    .navigation .megamenu {
        padding: 15px 15px 0;
    }

        .navigation .megamenu .dropdown-header {
            padding: 0;
        }

        .navigation .megamenu > div > li > ul > li > a {
            padding: 3px 0;
        }

        .navigation .megamenu > div > li > ul {
            margin-bottom: 15px;
        }

    .navigation .navbar-nav > li.nav-item > a.nav-link {
        padding: 0px 6px;
    }

        .navigation .navbar-nav > li.nav-item > a.nav-link:before {
            display: none;
        }

    .navbar-brand.logo {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0px;
    }

        .navbar-brand.logo img {
            top: 5px;
        }

        .navbar-brand.logo h1 {
            font-size: 24px;
            line-height: 32px;
        }

            .navbar-brand.logo h1 small {
                font-size: 12px;
            }

    h1, .h1 {
        font-size: 30px;
    }

    .pageTopBanner .bTitle {
        line-height: 40px;
    }

    .list-inline.btns-list {
        padding: 15px 0 25px;
    }

    .sec-1-box {
        margin-top: 25px;
    }

    h3, .h3 {
        font-size: 21px;
    }

    p {
        font-size: 15px;
    }

    .p-4 {
        padding: 1rem !important;
    }

    h2, .h2 {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    .row.news-list > div {
        margin-bottom: 20px;
    }

    .header .navbar {
        padding: 0px;
    }

    .pb-5, .py-5 {
        padding-bottom: 1.5rem !important;
    }

    .sliderReview {
        max-width: 70%;
    }

    .mt-5, .my-5 {
        margin-top: 1.5rem !important;
    }

    .mb-5, .my-5 {
        margin-bottom: 1.5rem !important;
    }

    .btn.btn-download-middle {
        font-size: 20px;
        padding: 10px 40px;
    }

    .pt-5, .py-5 {
        padding-top: 1.5rem !important;
    }

    .pb-4, .py-4 {
        padding-bottom: 1rem !important;
    }

    .pt-4, .py-4 {
        padding-top: 1rem !important;
    }

    .mt-4, .my-4 {
        margin-top: 1rem !important;
    }

    .hm-section-4 .row .col:not(:first-child) {
        margin-top: 20px;
    }

    .about-info-desc {
        margin-left: 0px;
        margin-top: -160px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .sliderReview .owl-dots {
        bottom: -30px;
    }

    .contact-frm label {
        font-size: 16px;
        margin-top: 0px;
    }

    .contact-frm .form-control {
        height: 44px;
        font-size: 15px;
    }

    .contact-address {
        margin-top: 20px;
    }

    .fooCopyrights {
        text-align: center !important;
    }

        .fooCopyrights p {
            text-align: center !important;
        }

        .fooCopyrights .list-inline {
            text-align: center !important;
        }

    .page-section-one {
        background-size: auto 120%;
        background-color: #e6ecf0;
    }

    .innerTopBanner {
        background: none;
    }

    .page-section-one .bg-white {
        text-align: center !important;
    }

        .page-section-one .bg-white img {
            margin: 0 auto;
        }

    .pageTopBanner .bTitle {
        margin-top: 25px;
    }

    .hm-section-1 .row.position-relative {
        text-align: center;
    }

        .hm-section-1 .row.position-relative img {
            margin: 0 auto;
        }

    .hm-section-2 .bg-white {
        text-align: center;
    }

        .hm-section-1 .row.position-relative img, .hm-section-2 .bg-white img {
            margin: 0 auto;
        }

    .contact-address ul.list-unstyled li {
        padding: 10px 0;
    }

    .section-3-img {
        max-width: 150%;
        margin-bottom: 10px;
    }
}

@media (max-width:576px) {
}

@media (max-width:575px) {
    h1, .h1 {
        font-size: 24px;
    }

    .navbar-brand.logo h1 {
        font-size: 15px;
    }

    .navbar-brand.logo img {
        max-width: 48px;
    }

    .navbar-brand.logo span {
        font-size: 20px;
    }






    .pageTopBanner .bTitle {
        line-height: 36px;
        padding-bottom: 0;
    }

    .btn.btn-download-middle {
        font-size: 15px;
        padding: 10px 18px;
    }

    .sec-1-box img {
        max-width: 80px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    .list-inline.btns-list {
        padding: 0px 0 25px;
    }

    .pb-5, .py-5 {
        padding-bottom: 1.2rem !important;
    }

    .hm-section-2 .container {
        padding-right: 30px;
    }

    h2, .h2 {
        font-size: 20px;
    }

    h4, .h4 {
        font-size: 15px;
    }

    .pt-5, .py-5 {
        padding-top: 1.2rem !important;
    }

    .sliderReview {
        max-width: 100%;
    }

    .footerBox .row .col {
        max-width: 100%;
    }

    .footerBox h5 {
        padding-bottom: 0;
    }

    .fooCopyrights p.text-left, .fooCopyrights .list-inline.text-right {
        text-align: center !important;
    }

    .about-info-desc {
        margin-top: -70px;
    }

    .navbar-brand.logo img {
        max-width: 42px;
    }
}

@media (max-width:415px) {
    .navbar-brand.logo span {
        font-size: 17px;
    }
}
