/* ------------------------------------
    Bootstrap media query
------------------------------------ */


/*Desktop 992-1199*/

@media (min-width: 992px) and (max-width: 1300px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-inner.padding-top-165 {
        padding-top: 0;
    }
}


/*Tab 768-991*/

@media (max-width: 991px) {
    .header-area .title {
        font-size: 40px;
        line-height: 50px;
    }
    .terms-content .title,
    .section-title .title span,
    .section-title .title {
        font-size: 38px;
        line-height: 48px;
    }
    .header-img {
        display: inline-block;
        padding-top: 60px;
    }
    .inner-img,
    .inner-img.desktop-right {
        text-align: center;
    }
    .inner-img.desktop-right {
        padding-top: 60px;
    }
    .inner-img.desktop-left {
        padding-bottom: 80px;
    }
    .header-inner.padding-top-165 {
        padding-top: 0;
    }
    .btn-wrapper .boxed-btn {
        padding: 12px 35px;
    }
    .safety.padding-top-120.padding-bottom-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .navbar-area .nav-container .nav-right-content .btn-wrapper {
        margin-left: 50px;
    }
    .navbar-area .nav-container .nav-right-content ul li {
        margin: 0 15px;
    }
    .mobile-reverse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .contact-area-wrap {
        padding: 55px 60px 60px;
    }
}


/*Mobile 576-768*/

@media (max-width: 600px) {
    .navbar-area .nav-container .nav-right-content .btn-wrapper {
        margin-left: 0;
    }
    .request-page-form .btn-wrapper .boxed-btn,
    .navbar-area .nav-container .nav-right-content .btn-wrapper .boxed-btn {
        padding: 12px 35px;
        border-radius: 10px;
    }
}

@media (max-width: 450px) {
    .contact-area-wrap {
        padding: 55px 30px 60px;
    }
    .terms-content .title,
    .section-title .title span,
    .section-title .title {
        font-size: 32px;
        line-height: 42px;
    }
    .terms-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 420px) {
    .list-item.style-02 {
        top: inherit;
        bottom: 80px;
    }
    .section-title .title span,
    .section-title .title {
        font-size: 30px;
        line-height: 40px;
    }
}