/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    nav {
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        background: #14180e8a;
    }

    nav .wrapper {
        padding: 40px 0px;
    }

    .wrapper .logo img {
        width: 130px;
    }

    .home-content {
        position: relative;
        padding: 140px 40px;
        color: #ffffff;
    }
.service-inner img{
    width:100%;
}
    .hero .content {
        position: relative;
        z-index: 2;
        padding: 80px 10px 25px 50px;
    }

    h1 {
        font-size: 2rem;
    }

    .glob-lr {
        padding: 40px 30px;
    }

    .title {
        font-size: 24px;
    }

    .music-notes img {
        /* width: 120px; */
        width: 100%;
        opacity: 0.4;
    }

    .column-pg {
        -ms-flex: 100%;
        flex: 50%;
    }

    .mb-bottom {
        margin-bottom: 20px;
    }

    .footer-sec .main {
        margin: 10px;
        padding-top: 35px;
        padding-bottom: 13px;
    }

    .left-pdd {
        padding-left: 16px;
    }

    .mb-none {
        display: none;
    }

    .client-logo img {
        margin-bottom: 15px;
        width: 80px;
    }

    .client-logo {
        background: white;
        position: relative;
        top: -35px;
        z-index: 9;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 1px 1px 0px 1px #d4d1d1;
    }

    .form-section {
        padding: 0px !important;
    }

    .close {
        position: absolute;
        top: 6px;
    }

    .steps {
        padding: 6px 0px;
    }

    figure.effect-steve img {
        width: 100%;
        height: auto;
    }

    .counter h3 {
        font-size: 40px;
    }

    .steps span {
        font-size: 18px;
        background-color: #e9e9d0;
        padding: 9px 11px;
        border-radius: 50%;
        margin-right: 15px;
    }

    .steps h3 {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .steps p {
        font-size: 15px;
    }

    .generic-title h2 {
        font-size: 20px;
    }

    .generic-title p {
        font-size: 13px;
    }

    .effect-1 .effect-text p {
        color: #ffffff;
        font-size: 12px;
    }

    .copyright {
        display: block;
        justify-content: space-between;
        padding: 20px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}