﻿@media (min-width:768px ) {

    .pt-md-6 {
        padding-top: 3rem !important;
    }

    .pt-md-7 {
        padding-top: 3.5rem !important;
    }

    .pt-md-8 {
        padding-top: 4rem !important;
    }

    .pt-md-9 {
        padding-top: 4.5rem !important;
    }

    .pt-md-10 {
        padding-top: 5rem !important;
    }

    .pt-md-11 {
        padding-top: 5.5rem !important;
    }

    .pt-md-15 {
        padding-top: 7.5rem !important;
    }

    .pt-md-20 {
        padding-top: 10rem !important;
    }

    .pt-md-25 {
        padding-top: 12.5rem !important;
    }

    .pt-md-30 {
        padding-top: 15rem !important;
    }

    .pt-md-35 {
        padding-top: 17.5rem !important;
    }

    .pt-md-40 {
        padding-top: 20rem !important;
    }

    .pt-md-45 {
        padding-top: 22.5rem !important;
    }

    .pt-md-50 {
        padding-top: 25rem !important;
    }

    .pb-md-6 {
        padding-bottom: 3rem !important;
    }

    .pb-md-7 {
        padding-bottom: 3.5rem !important;
    }

    .pb-md-8 {
        padding-bottom: 4rem !important;
    }

    .pb-md-9 {
        padding-bottom: 4.5rem !important;
    }

    .pb-md-10 {
        padding-bottom: 5rem !important;
    }

    .pb-md-11 {
        padding-bottom: 5.5rem !important;
    }

    .pb-md-15 {
        padding-bottom: 7.5rem !important;
    }

    .pb-md-20 {
        padding-bottom: 10rem !important;
    }

    .pb-md-25 {
        padding-bottom: 12.5rem !important;
    }

    .pb-md-30 {
        padding-bottom: 15rem !important;
    }

    .pb-md-35 {
        padding-bottom: 17.5rem !important;
    }

    .pb-md-40 {
        padding-bottom: 20rem !important;
    }

    .pb-md-45 {
        padding-bottom: 22.5rem !important;
    }

    .pb-md-50 {
        padding-bottom: 25rem !important;
    }
}

/* Responsive */
@media (min-width: 992px) {

    .pt-lg-6 {
        padding-top: 3rem !important;
    }

    .pt-lg-7 {
        padding-top: 3.5rem !important;
    }

    .pt-lg-8 {
        padding-top: 4rem !important;
    }

    .pt-lg-9 {
        padding-top: 4.5rem !important;
    }

    .pt-lg-10 {
        padding-top: 5rem !important;
    }

    .pt-lg-11 {
        padding-top: 5.5rem !important;
    }

    .pt-lg-15 {
        padding-top: 7.5rem !important;
    }

    .pt-lg-20 {
        padding-top: 10rem !important;
    }

    .pt-lg-25 {
        padding-top: 12.5rem !important;
    }

    .pt-lg-30 {
        padding-top: 15rem !important;
    }

    .pt-lg-35 {
        padding-top: 17.5rem !important;
    }

    .pt-lg-40 {
        padding-top: 20rem !important;
    }

    .pt-lg-45 {
        padding-top: 22.5rem !important;
    }

    .pt-lg-50 {
        padding-top: 25rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important;
    }

    .pb-lg-7 {
        padding-bottom: 3.5rem !important;
    }

    .pb-lg-8 {
        padding-bottom: 4rem !important;
    }

    .pb-lg-9 {
        padding-bottom: 4.5rem !important;
    }

    .pb-lg-10 {
        padding-bottom: 5rem !important;
    }

    .pb-lg-11 {
        padding-bottom: 5.5rem !important;
    }

    .pb-lg-15 {
        padding-bottom: 7.5rem !important;
    }

    .pb-lg-20 {
        padding-bottom: 10rem !important;
    }

    .pb-lg-25 {
        padding-bottom: 12.5rem !important;
    }

    .pb-lg-30 {
        padding-bottom: 15rem !important;
    }

    .pb-lg-35 {
        padding-bottom: 17.5rem !important;
    }

    .pb-lg-40 {
        padding-bottom: 20rem !important;
    }

    .pb-lg-45 {
        padding-bottom: 22.5rem !important;
    }

    .pb-lg-50 {
        padding-bottom: 25rem !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (max-width: 575.98px) {

    .app-btn {
        padding: 8px 10px !important;
    }
}

@media (max-width: 992px) {

    .single-service-style-two {
        margin-bottom: 35px !important;
    }

    .feature-style-four .row:first-child [class*=col-]:first-child {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
        text-align: left !important;
    }

    .feature-style-four .feature-content {
        margin-top: 50px !important;
    }

    .feature-style-four .row + .row {
        margin-top: 80px !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .app-btn {
        padding: 15px 20px !important;
    }

    .hero-title {
        font-size: 2rem !important;
    }

    .hero-description {
        font-size: 1rem !important;
    }

    .section-title {
        font-size: 2rem !important;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}
