$media: screen;
$feature_min: min-width;
$feature_max: max-width;
$value_one: 576px;
$value_two: 767px;
$value_three: 768px;
$value_four: 991px;
$value_five: 992px;
$value_six: 1199px;
$value_seven: 1200px;
$value_eight: 1355px;
$value_nine: 1550px;

/* Max width 767px */
@media only #{$media} and ($feature_max : $value_two) {

    body {
        font-size: 13.5px;
    }
    p {
        font-size: 13.5px;
    }
    .ptb-100 {
        padding: {
            top: 60px;
            bottom: 60px;
        };
    }
    .pt-100 {
        padding-top: 60px;
    }
    .pb-100 {
        padding-bottom: 60px;
    }
    .ptb-70 {
        padding: {
            top: 30px;
            bottom: 30px;
        };
    }
    .pt-70 {
        padding-top: 30px;
    }
    .pb-70 {
        padding-bottom: 30px;
    }
    .default-btn {
        padding: 11px 40px 11px 25px;
        font-size: 13.5px;

        i {
            right: 25px;
            font-size: 12px;
        }
        &:hover {
            i {
                right: 20px;
            }
        }
    }
    .section-title {
        max-width: 100%;
        margin: {
            left: 0;
            right: 0;
            bottom: 40px;
            top: -2px;
        };
        .sub-title {
            font-size: 13px;
        }
        h2 {
            font-size: 22px;
        }
        p {
            max-width: 100%;
            margin-top: 12px;
        }
        &.style-two {
            padding-left: 0;
            text-align: center;
            margin-bottom: 40px;

            h2 {
                font-size: 22px;

                &::before {
                    display: none;
                }
            }
            p {
                max-width: 100%;
            }
        }
        &.style-three {
            h2 {
                span {
                    padding: {
                        left: 10px;
                        right: 10px;
                    };
                }
            }
        }
        &.style-four {
            text-align: center;
            margin-bottom: 40px;

            h2 {
                font-size: 22px;
            }
            &::before {
                left: 50%;
                transform: translateX(-50%);
            }
        }
    }
    .form-control {
        font-size: 13.5px;
    }

    .top-header-area {
        text-align: center;

        .container-fluid {
            max-width: 100%;
        }
        &.top-header-style-two {
            .container-fluid {
                max-width: 100%;
            }
        }
        &.top-header-style-three {
            .container-fluid {
                max-width: 100%;
            }
        }
    }
    .top-header-contact-info {
        text-align: center !important;

        .email {
            padding-left: 20px;
            margin: {
                right: 10px;
                top: 10px;
            };
            i {
                top: 4.5px;
            }
        }
        .number {
            padding-left: 20px;
            margin-top: 10px;

            i {
                top: 4px;
            }
        }
        .lang-switcher {
            padding-left: 18px;
            margin: {
                left: 10px;
                top: 10px;
            };
        }
    }

    .search-overlay {
        .search-overlay-form {
            max-width: 290px;
            width: 290px;

            form {
                .input-search {
                    height: 50px;
                    font-size: 15px;
                }
                button {
                    font-size: 18px;
                }
            }
        }
    }

    .header-area {
        &.p-responsive-relative {
            position: relative;
        }
    }

    .startup-banner-area {
        .container-fluid {
            max-width: 100%;
            padding: {
                left: 0;
                right: 0;
            };
        }
    }
    .startup-banner-inner {
        padding: {
            top: 60px;
            left: 15px;
            right: 15px;
            bottom: 60px;
        };
    }
    .startup-banner-content {
        padding-right: 0;
        text-align: center;

        .sub-title {
            font-size: 13px;
        }
        h1 {
            margin-bottom: 18px;
            font-size: 25px;
        }
        p {
            max-width: 100%;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .startup-banner-image {
        padding-left: 0;
        margin-top: 30px;
    }
    .marketing-banner-area {
        padding: {
            top: 60px;
            bottom: 60px;
        };
    }
    .marketing-banner-content {
        text-align: center;
        padding-right: 0;

        .sub-title {
            font-size: 13px;
        }
        h1 {
            margin-bottom: 18px;
            font-size: 25px;
        }
        p {
            max-width: 100%;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .marketing-banner-image {
        margin-top: 30px;
    }
    .business-banner-area {
        padding: {
            top: 60px;
            bottom: 60px;
        };
        .container {
            max-width: 100%;
        }
        &::before {
            display: none;
        }
    }
    .business-banner-content {
        padding-right: 0;
        text-align: center;
        max-width: 100%;

        .sub-title {
            font-size: 13px;
        }
        h1 {
            margin-bottom: 12px;
            font-size: 25px;
        }
        p {
            max-width: 100%;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .business-banner-image {
        margin-top: 30px;

        img {
            border-radius: 0;
        }
    }
    .app-banner-area {
        padding: {
            top: 60px;
            bottom: 60px;
        };
        .container {
            max-width: 100%;
        }
    }
    .app-banner-content {
        text-align: center;

        h1 {
            margin-bottom: 20px;
            font-size: 25px;
        }
        .btn-box {
            margin-top: 25px;

            .store-btn {
                padding: 10px 10px 10px 45px;
                font-size: 12px;
                text-align: start;
                margin: {
                    left: 3px;
                    right: 3px;
                };
                &:first-child {
                    margin-left: 0;
                }
                img {
                    left: 10px;
                    width: 25px;
                }
                span {
                    font-size: 14px;
                }
            }
        }
    }
    .app-banner-image {
        padding-left: 0;
        margin-top: 35px;
    }
    .saas-banner-area {
        padding-top: 60px;

        .container-fluid {
            padding: {
                left: 15px;
                right: 15px;
            };
        }
    }
    .saas-banner-content {
        text-align: center;
        max-width: 100%;
        margin-left: 0;

        .sub-title {
            font-size: 13px;
        }
        h1 {
            margin-bottom: 18px;
            font-size: 25px;
        }
        p {
            max-width: 100%;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .saas-banner-image {
        margin-top: 35px;
    }
    .personal-portfolio-banner-area {
        padding: {
            top: 60px;
            bottom: 60px;
        };
        .container {
            max-width: 100%;
        }
    }
    .personal-portfolio-banner-content {
        text-align: center;
        
        .sub-title {
            font-size: 13px;
            padding-left: 0;

            &::before {
                display: none;
            }
        }
        h1 {
            margin-bottom: 15px;
            font-size: 25px;
        }
        h4 {
            margin-bottom: 15px;
            font-size: 16px;
        }
        p {
            max-width: 100%;
        }
    }
    .personal-portfolio-banner-image {
        margin-top: 30px;
    }
    .consulting-banner-area {
        padding: {
            top: 235px;
            bottom: 60px;
        };
        .container {
            max-width: 100%;
        }
        &::before {
            display: block;
        }
    }
    .consulting-banner-content {
        text-align: center;
        max-width: 100%;
        
        h1 {
            margin-bottom: 15px;
            font-size: 25px;
        }
        p {
            max-width: 100%;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .it-agency-banner-area {
        .it-agency-inner-banner {
            padding: {
                top: 230px;
                bottom: 60px;
            };
        }
    }
    .it-agency-banner-content {
        max-width: 100%;
        
        h1 {
            margin-bottom: 15px;
            font-size: 25px;
        }
        p {
            max-width: 100%;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .banner-video-box {
        max-width: 100%;
        margin-top: 60px;

        .video-btn {
            width: 60px;
            height: 60px;
            font-size: 25px;
        }
    }
    .shop-banner-area {
        background-position: left center;
        padding: {
            top: 60px;
            bottom: 60px;
        };
    }
    .shop-banner-content {
        .sub-title {
            font-size: 15px;
            margin-bottom: 8px;
        }
        h1 {
            margin-bottom: 12px;
            font-size: 25px;
        }
        h4 {
            font-size: 16px;
        }
        .default-btn {
            margin-top: 20px;
        }
    }
    .blog-banner-area {
        padding: {
            top: 60px;
            bottom: 60px;
        };
    }
    .blog-banner-item {
        margin-bottom: 30px;

        .content {
            max-width: 100%;
            padding: 20px 15px;
            top: 0;
            background-color: rgba(255, 255, 255, 1);
            position: relative;
            transform: translateY(0);

            h3 {
                font-size: 16px;
            }
            .meta {
                li {
                    a {
                        i {
                            top: 6px;
                        }
                    }
                }
            }
        }
    }
    .blog-banner-item-list {
        .single-blog-banner-item {
            .image {
                height: auto;
                background-image: unset !important;

                img {
                    display: inline-block;
                }
            }
            .content {
                padding: {
                    left: 0;
                    bottom: 0;
                    top: 20px;
                };
                h3 {
                    margin-bottom: 12px;
                    font-size: 16px;
                }
                .date {
                    i {
                        top: 2px;
                    }
                }
            }
        }
    }
    .furniture-banner-item {
        padding: {
            top: 60px;
            bottom: 95px;
        };
    }
    .furniture-banner-content {
        padding: 20px 15px;
        max-width: 100%;
        text-align: center;
        border-width: 2px;

        h1 {
            margin-bottom: 12px;
            font-size: 25px;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .furniture-banner-slides {
        &.owl-theme {
            .owl-dots {
                top: auto;
                transform: translateY(0);
                bottom: 30px;
                left: 0;
                right: 0;

                .owl-dot {
                    display: inline-block;
                    margin: 0 5px;

                    span {
                        width: 35px;
                    }
                }
            }
        }
    }
    .minimal-portfolio-banner-area {
        padding: {
            top: 150px;
            bottom: 140px;
        };
    }
    .minimal-portfolio-banner-content {
        max-width: 100%;

        .typewrite {
            margin-bottom: 25px;
            padding: 6px 15px;
            font-size: 13px;
        }
        h1 {
            font-size: 25px;
            margin-bottom: 25px;
        }
    }
    .shape1, .shape13, .shape2, .shape3, .shape4, .shape5, .shape6, .shape7, .shape8, .shape9, .shape16, .shape17, .divider, .shape18, .shape19 {
        display: none !important;
    }
    .shape10 {
        max-width: 290px;
    }

    .features-area {
        padding: {
            top: 60px;
            bottom: 30px;
        };
    }
    .single-features-box {
        padding: {
            left: 0;
            right: 0;
        };
        .icon {
            font-size: 40px;
            margin-bottom: 20px;
            transform: translateY(0) !important;
        }
        h3 {
            font-size: 16px;
            transform: translateY(0) !important;
        }
        p {
            transform: translateY(0) !important;
        }
        .link-btn {
            left: 0;
            bottom: 0 !important;
            opacity: 1;
            transform: unset;
            margin-top: 15px;
            position: relative;
            visibility: visible;

            i {
                top: 5px;
                font-size: 11px;
            }
        }
    }
    .features-box {
        padding: 20px 15px;

        h3 {
            font-size: 16px;
        }
        .icon {
            width: 60px;
            height: 60px;
            font-size: 30px;
            line-height: 60px;
            margin-bottom: 20px;
        }
    }
    .single-features-item {
        text-align: center;
        padding-left: 0;

        .icon {
            position: relative;
            font-size: 35px;
            display: inline-block;
            margin-bottom: 15px;
        }
        h3 {
            font-size: 16px;

            br {
                display: none;
            }
        }
    }
    .shape15 {
        display: none;
    }
    .features-item {
        padding: 20px 15px;

        h3 {
            font-size: 16px;
        }
        .icon {
            font-size: 25px;
            margin-right: 10px;
        }
    }

    .startup-about-area {
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 60px;

        .container-fluid {
            max-width: 100%;
        }
    }
    .startup-about-image {
        margin-right: 0;
        padding: 0;

        .video-btn {
            left: 50%;
            width: 60px;
            height: 60px;
            font-size: 22px;
            transform: translateY(-50%) translateX(-50%);

            &::after, &::before {
                border-width: 1px;
            }
        }
    }
    .startup-about-content {
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
        max-width: 100%;

        .sub-title {
            font-size: 13px;
        }
        h2 {
            font-size: 22px;
        }
        .features-list {
            padding-left: 0;
            list-style-type: none;

            li {
                font-weight: 600;
            }
        }
    }
    .marketing-about-image {
        margin-right: 0;
    }
    .marketing-about-content {
        padding-left: 0;
        text-align: center;
        margin-top: 30px;

        .sub-title {
            font-size: 13px;
        }
        h2 {
            font-size: 22px;
        }
        .features-list {
            padding-left: 0;
            list-style-type: none;

            li {
                font-weight: 600;
            }
        }
    }
    .business-about-image {
        padding-right: 0;
    }
    .business-about-content {
        padding-left: 0;
        text-align: center;
        margin-top: 30px;

        .sub-title {
            font-size: 13px;
        }
        h2 {
            font-size: 22px;
        }
    }
    .shape11, .shape12 {
        display: none;
    }
    .app-about-content {
        padding-right: 0;

        h3 {
            margin-bottom: 15px;
            font-size: 16px;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .app-about-image {
        padding-left: 0;
        margin-top: 30px;
    }
    .saas-about-image {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .saas-about-content {
        padding-left: 0;

        .sub-title {
            font-size: 13px;
        }
        h2 {
            font-size: 22px;
        }
    }
    .it-agency-about-image {
        margin-right: 0;
        text-align: end;
        padding: {
            right: 0;
            bottom: 0;
        };
        .main-image {
            padding: {
                bottom: 100px;
                right: 0;
                left: 80px;
            };
            img {
                &:nth-child(2) {
                    right: 0;
                    left: 0;
                    position: relative;
                    top: 0;
                }
                &:nth-child(1) {
                    left: 0;
                    bottom: 0;
                    z-index: 2;
                    max-width: 200px;
                    position: absolute;
                }
            }
        }
    }
    .it-agency-about-content {
        padding-left: 0;
        text-align: center;
        margin-top: 30px;

        .sub-title {
            font-size: 13px;
        }
        h2 {
            font-size: 22px;
        }
        .features-list {
            padding-left: 0;
            list-style-type: none;

            li {
                font-weight: 600;
            }
        }
    }

    .single-services-box {
        .content {
            padding: 15px;

            .icon {
                font-size: 35px;
                margin-bottom: 15px;
                transform: translateY(0) !important;
            }
            h3 {
                font-size: 16px;
                transform: translateY(0) !important;
            }
            p {
                transform: translateY(0) !important;
            }
            .link-btn {
                left: 0;
                bottom: 0 !important;
                opacity: 1;
                transform: unset;
                margin-top: 13px;
                position: relative;
                visibility: visible;
    
                i {
                    top: 5px;
                    font-size: 11px;
                }
            }
        }
        &::before {
            background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0, rgba(35, 35, 37, 0.7) 50%, rgba(22, 22, 23, 0) 75%, rgba(0, 0, 0, 0) 100%);
        }
    }
    .single-services-item {
        .content {
            padding: {
                top: 20px;
                left: 0;
                right: 0;
            };
            h3 {
                font-size: 16px;
            }
        }
    }
    .services-tabs {
        .nav {
            margin-bottom: 20px;
            border-bottom: 1px solid #eeeeee;
            padding-bottom: 10px;

            .nav-item {
                margin: {
                    left: 10px;
                    right: 10px;
                    bottom: 20px;
                };
                .nav-link {
                    font-size: 14px;

                    .icon {
                        width: 60px;
                        height: 60px;
                        line-height: 60px;
                        font-size: 25px;
                        padding-right: 5px;
                        margin-bottom: 12px;
                    }
                }
            }
        }
    }
    .single-main-services {
        .content {
            padding-right: 0;
            text-align: center;
            margin-bottom: 30px;

            h3 {
                font-size: 19px;
            }
            p {
                max-width: 100%;
            }
        }
    }
    .services-box {
        padding: 20px 15px;

        .icon {
            font-size: 40px;
            margin-bottom: 20px;
        }
        h3 {
            font-size: 16px;
        }
    }
    .services-item {
        h3 {
            font-size: 16px;
            margin-top: 20px;
        }
        .hover-content {
            padding: 20px 15px;

            .link-btn {
                i {
                    top: 6px;
                }
            }
        }
    }
    .col-lg-3 {
        &:nth-child(2), &:nth-child(4) {
            .services-box {
                margin-top: 0;
            }
        }
        &:nth-child(5), &:nth-child(7) {
            .services-box {
                margin-top: 0;
            }
        }
    }
    .single-it-services-box {
        padding: 20px 15px;
        text-align: center;

        .icon {
            left: 0;
            top: 0;
            font-size: 35px;
            display: block;
            position: relative;
            margin-bottom: 20px;
        }
        h3 {
            font-size: 16px;
        }
    }

    .services-details-desc {
        h3 {
            font-size: 17px;
        }
    }

    .screenshot-wrap {
        .screenshot-frame {
            display: none;
        }
    }
    .screenshot-slides {
        &.owl-theme {
            padding-top: 40px;

            .owl-nav {
                [class*=owl-] {
                    left: 15px;
                    width: 30px;
                    line-height: 30px;
                    height: 30px;
                    font-size: 15px;
                    top: 0;
                    transform: translateY(0);

                    &.owl-next {
                        left: auto;
                        right: 15px;
                    }
                }
            }
        }
    }

    .expertise-box {
        text-align: center;

        .icon {
            width: 60px;
            height: 60px;
            font-size: 30px;
            line-height: 60px;
            margin: {
                left: auto;
                right: auto;
                bottom: 20px;
            };
        }
        h3 {
            font-size: 16px;
        }
    }

    .categories-box {
        h3 {
            font-size: 16px;
            padding: {
                left: 15px;
                right: 15px;
            };
        }
    }
    .categories-slides {
        &.owl-theme {
            .owl-nav {
                opacity: 1;
                visibility: visible;
                margin-bottom: 30px;

                [class*=owl-] {
                    margin: 0 5px;
                    position: relative;
                    left: 0;
                    top: 0;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    transform: unset;

                    &.owl-next {
                        right: 0;
                    }
                }
            }
        }
    }

    .who-we-are-content {
        padding: 20px 15px;
        text-align: center;

        .sub-title {
            font-size: 13px;
        }
        h2 {
            font-size: 16px;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .who-we-are-image {
        .video-btn {
            width: 60px;
            height: 60px;
            font-size: 20px;
        }
    }

    .categories-area {
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 55px;
    }
    .single-categories-box {
        h3 {
            top: 15px;
            left: 15px;
            font-size: 15px;
            padding: 7px 20px;
        }
    }

    .startup-works-area {
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        padding-top: 60px;
        margin-bottom: 60px;

        .section-title {
            padding-top: 0;
            text-align: center;
            margin-bottom: 40px;

            h2 {
                font-size: 22px;
            }
        }
    }
    .startup-works-content {
        text-align: center;
        position: relative;
        border-top: 1px solid #eeeeee;
        margin-top: 15px;
        padding: {
            top: 50px;
            right: 0;
        };
        h3 {
            font-size: 16px;
            margin-bottom: 12px;
        }
        .custom-owl-nav {
            margin-top: 0;

            [class*=owl-] {
                margin: 0 3px;
                font-size: 13px;
                padding: 6px 20px 6px !important;
                position: absolute;
                left: 0;
                top: -15px;

                &.custom-owl-next {
                    left: auto;
                    right: 0;
                }
            }
        }
    }
    .startup-works-image {
        margin: {
            left: 0;
            top: 15px;
        };
        padding: {
            top: 0;
            right: 0;
            bottom: 0;
        };
    }
    .single-works-box {
        .works-image {
            .works-overlay {
                h3 {
                    font-size: 16px;
                }
            }
        }
    }
    .works-box {
        h3 {
            opacity: 1;
            visibility: visible;
            top: auto;
            transform: translateY(0);
            bottom: 0;
            font-size: 16px;
            padding: 10px;
            margin: {
                left: 0;
                right: 0;
                top: 0;
            };
        }
    }
    .works-box-btn {
        margin-top: 5px;
    }
    .single-works-item {
        .content {
            padding: {
                left: 15px;
                right: 15px;
            };
            .link-btn {
                width: 40px;
                height: 40px;
                line-height: 40px;
            }
            h3 {
                font-size: 16px;
            }
        }
    }

    .how-it-works-content {
        padding-right: 0;

        ul {
            li {
                padding-left: 50px;

                i {
                    font-size: 30px;
                }
                h3 {
                    font-size: 16px;
                }
            }
        }
    }
    .how-it-works-image {
        margin-top: 30px;
    }

    .single-process-box {
        padding: 25px 15px;

        h3 {
            font-size: 16px;
        }
    }

    .funfacts-inner {
        padding: {
            left: 15px;
            right: 15px;
        };
        &.border-radius {
            &.ptb-70 {
                padding-bottom: 10px;
            }
        }
    }
    .single-funfacts-box {
        text-align: center;
        padding: 20px 10px;

        .icon {
            position: relative;
            top: 0;
            line-height: 1;
            transform: translateY(0);
            left: 0;
            font-size: 30px;
            margin-bottom: 15px;
            display: block;
        }
        h3 {
            font-size: 30px;
        }
        &.without-bg-color {
            border-right: none;
            margin-right: 0;
            padding: 0;
        }
        &.text-center {
            border-right: none;
            padding: 0;
        }
    }

    .single-products-box {
        .image {
            .buttons-list {
                li {
                    transform: translateY(0);
                    visibility: visible;
                    opacity: 1;

                    a {
                        .tooltip-label {
                            &::before {
                                bottom: -12px;
                            }
                        }
                        &:hover {
                            .tooltip-label {
                                top: -40px;
                            }
                        }
                    }
                }
            }
        }
        .content {
            h3 {
                font-size: 16px;
            }
            .rating {
                margin-bottom: 10px;
                font-size: 12px;
            }
            .price {
                span {
                    font-size: 14px;
                }
            }
        }
    }

    .startup-testimonials-area {
        .container-fluid {
            max-width: 100%;
        }
    }
    .startup-testimonials-image {
        padding: 0;

        .main-image {
            animation: unset !important;
        }
    }
    .startup-testimonials-content {
        padding: {
            left: 15px;
            right: 15px;
            bottom: 30px;
            top: 30px;
        };
        .icon {
            margin-bottom: 15px;
            font-size: 30px;
        }
        p {
            font-size: 15px;
        }
        .info {
            margin-top: 20px;
            padding-top: 20px;

            h3 {
                font-size: 15px;
                margin-bottom: 7px;
            }
        }
    }
    .startup-testimonials-slides {
        &.owl-theme {
            .owl-nav {
                right: 0;
                bottom: 0;
                transform: unset;
                position: relative;
                padding-bottom: 30px;

                [class*=owl-] {
                    margin: 0 3px;
                    font-size: 13px;
                    padding: 6px 20px 6px !important;
                }
            }
        }
    }
    .marketing-testimonials-image {
        margin: {
            left: 0;
            right: 0;
            bottom: 30px;
        };
    }
    .marketing-testimonials-content {
        padding-bottom: 0;
        
        .icon {
            margin-bottom: 15px;
            font-size: 30px;
        }
        p {
            font-size: 15px;
        }
        .info {
            margin-top: 20px;

            h3 {
                font-size: 15px;
                margin-bottom: 7px;
            }
        }
    }
    .marketing-testimonials-slides {
        &.owl-theme {
            .owl-nav {
                right: 0;
                bottom: 0;
                margin-top: 25px;
                transform: unset;
                position: relative;

                [class*=owl-] {
                    margin: 0 3px;
                    font-size: 13px;
                    padding: 6px 20px 6px !important;
                }
            }
        }
    }
    .business-testimonials-image {
        margin: {
            right: 0;
            bottom: 40px;
        };
    }
    .business-testimonials-content {
        .icon {
            margin-bottom: 15px;
            font-size: 30px;
        }
        p {
            font-size: 15px;
        }
        .info {
            margin-top: 20px;

            h3 {
                font-size: 15px;
                margin-bottom: 7px;
            }
        }
    }
    .testimonials-slides {
        &.owl-theme {
            padding: {
                left: 0;
                right: 0;
            };
            .owl-nav {
                margin-top: 30px;

                [class*=owl-] {
                    padding: 6px 20px 6px !important;
                    left: 0;
                    top: 0;
                    transform: unset;
                    position: relative;
                    font-size: 13px;
                    margin: 0 4px;
                }
            }
        }
    }
    .testimonials-inner {
        padding: {
            left: 15px;
            right: 15px;
        };
        .testimonials-slides {
            &.owl-theme {
                .owl-nav {
                    [class*=owl-] {
                        margin: 0 5px;
                        font-size: 15px;
                        width: 35px;
                        height: 35px;
                        line-height: 35px;
                    }
                }
            }
        }
        &.it-agency-color {
            padding: {
                left: 0;
                right: 0;
            };
        }
        &.minimal-portfolio-color {
            padding: {
                left: 0;
                right: 0;
            };
        }
        &.shop-color {
            padding: {
                left: 0;
                right: 0;
            };
        }
    }
    .testimonials-item {
        max-width: 100%;

        .icon {
            margin-bottom: 15px;
            font-size: 30px;
        }
        p {
            font-size: 15px;
        }
        .info {
            margin-top: 20px;

            img {
                width: 70px !important;
                height: 70px;
            }
            .title {
                h3 {
                    font-size: 15px;
                    margin-bottom: 7px;
                }
            }
        }
    }
    .saas-testimonials-slides {
        &.owl-theme {
            margin-top: 30px;
            padding: {
                left: 0;
                right: 0;
            };
            .owl-nav {
                margin-top: 20px;

                [class*=owl-] {
                    top: 0;
                    left: 0;
                    margin: 0 6px;
                    font-size: 20px;
                    transform: unset;
                    position: relative;

                    &.owl-next {
                        right: 0;
                    }
                }
            }
        }
    }
    .saas-testimonials-item {
        padding: 20px 15px;
        text-align: center;

        .info {
            margin-bottom: 20px;
            justify-content: center;
            text-align: start;

            img {
                width: 65px !important;
                height: 65px;
            }
            .title {
                text-align: start;

                h3 {
                    font-size: 15px;
                }
            }
        }
        p {
            font-size: 14px;
        }
    }
    .testimonials-box {
        padding: 20px 15px;

        .icon {
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 25px;
            margin-bottom: 15px;
        }
        p {
            font-size: 14px;
        }
        .info {
            margin-top: 20px;

            h3 {
                font-size: 15px;
            }
        }
    }

    .single-skills-box {
        padding: 20px;
    }

    .short-brief-area {
        .row {
            .col-lg-6 {
                &:last-child {
                    .short-brief-content {
                        border-bottom: none;
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
    .short-brief-content {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 30px;

        .timeline-content {
            h3 {
                font-size: 16px;
                margin-bottom: 12px;
            }
        }
        .timeline-item {
            padding-left: 30px;
        }
        .timeline-info {
            .sub-title {
                margin-bottom: 10px;

                span {
                    font-size: 15px;
                }
            }
        }
    }

    .video-box {
        .video-btn {
            top: 50%;
            transform: translateY(-50%) translateX(-50%);
            width: 55px;
            height: 55px;
            font-size: 20px;
        }
    }

    .single-team-member {
        .content {
            padding: 20px 15px;

            &::before {
                opacity: 1;
                visibility: visible;
            }
            h3 {
                font-size: 16px;
                transform: translateY(0) !important;
            }
            span {
                transform: translateY(0) !important;
            }
            .social {
                bottom: auto;
                opacity: 1;
                visibility: visible;
                top: -30px;

                li {
                    a {
                        font-size: 15px;
                    }
                }
            }
        }
    }
    .single-team-box {
        .image {
            .social {
                margin-bottom: 0;
                opacity: 1;
                visibility: visible;
                padding: 20px;
            }
        }
        .content {
            margin-top: 20px;

            h3 {
                font-size: 16px;
            }
        }
    }
    .team-member {
        .content {
            padding: 20px 15px;
            margin-top: 0;

            &::before {
                opacity: 1;
                visibility: visible;
            }
            h3 {
                font-size: 16px;
                transform: translateY(0) !important;
            }
            span {
                transform: translateY(0) !important;
            }
            .social {
                visibility: visible;
                bottom: auto;
                opacity: 1;
                top: -30px;

                li {
                    a {
                        font-size: 15px;
                    }
                }
            }
        }
    }
    .team-box {
        .content {
            visibility: visible;
            position: relative;
            padding: 20px 15px;
            opacity: 1;
            bottom: 0;
            
            h3 {
                font-size: 16px;
            }
            .social {
                li {
                    a {
                        font-size: 17px;
                    }
                }
            }
        }
    }

    .single-pricing-box {
        text-align: center;
        padding: 20px 15px;

        .pricing-header {
            margin-bottom: 20px;
            padding-bottom: 20px;

            h3 {
                font-size: 30px;

                span {
                    font-size: 13px;
                }
            }
        }
        .features-list {
            max-width: 176px;
            text-align: start;
            margin: {
                bottom: 20px;
                left: auto;
                right: auto;
            };
            li {
                padding-left: 20px;

                i {
                    top: 3.5px;
                }
            }
        }
    }
    .pricing-box {
        padding: 25px;

        .pricing-header {
            margin: -25px -25px 25px;
            padding: 25px;

            h3 {
                font-size: 16px;
            }
            .price {
                font-size: 30px;

                span {
                    font-size: 13px;
                }
            }
        }
        .features-list {
            margin-bottom: 25px;
        }
        &.bg-black {
            .pricing-header {
                padding: 0 0 25px;
            }
        }
    }
    .pricing-tabs {
        margin-top: 0;

        .nav {
            margin-bottom: 40px;

            .nav-item {
                .nav-link {
                    padding: 11px 30px;
                    font-size: 14px;
                }
            }
        }
    }
    .pricing-item {
        padding: 20px 15px;

        .pricing-header {
            margin: -20px 0 20px;
            padding: 20px 15px;

            h3 {
                font-size: 16px;
            }
            .price {
                font-size: 30px;

                span {
                    font-size: 13px;
                }
            }
        }
        .features-list {
            margin-bottom: 20px;
        }
    }

    .single-clients-box {
        a {
            padding: 10px;
        }
    }

    .services-details-content {
        text-align: center;

        h2 {
            font-size: 22px;
        }
    }
    .services-details-video {
        margin: {
            left: 0;
            top: 30px;
        };
        iframe {
            height: 162px;
        }
    }

    .showMoreItemsList + .button-box button {
        margin-top: 0;
        padding: 11px 30px;
        font-size: 14px;
    }

    .single-featured-video-box {
        .content {
            h3 {
                font-size: 16px;
            }
        }
    }
    .featured-video-item-list {
        .single-featured-video-item {
            .image {
                height: auto;
                background-image: unset !important;

                img {
                    display: inline-block;
                }
            }
            .content {
                padding: {
                    top: 20px;
                    left: 0;
                    bottom: 0;
                };
                h3 {
                    font-size: 16px;
                }
            }
        }
    }

    .latest-posts-area {
        .widget-area {
            margin: {
                top: 10px;
                bottom: 30px;
            };
        }
    }
    .single-latest-post-box {
        .post-content {
            padding: {
                top: 20px;
                left: 0;
                right: 0;
            };
            h3 {
                font-size: 16px;
            }
            .link-btn {
                i {
                    top: 6px;
                }
            }
        }
    }

    .what-we-do-content {
        text-align: center;

        .section-title {
            text-align: center;
            margin-bottom: 0;

            p {
                margin-top: 12px;
            }
        }
        .single-what-we-do-box {
            margin-top: 30px;
        }
    }
    .single-what-we-do-box {
        .icon {
            font-size: 35px;
            margin-bottom: 20px;
        }
        h3 {
            font-size: 16px;
        }
    }
    .what-we-do-image {
        margin-top: 30px;
    }

    .shorting-menu {
        margin-bottom: 15px;

        .filter {
            font-size: 14px;
            margin: {
                bottom: 15px;
                right: 10px;
                left: 10px;
            };
        }
    }
    .works-slides-style-one, .works-slides-style-two {
        &.owl-theme {
            .owl-nav {
                opacity: 1;
                visibility: visible;

                [class*=owl-] {
                    left: 15px;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    font-size: 16px;

                    &.owl-next {
                        left: auto;
                        right: 15px;
                    }
                }
            }
            .owl-dots {
                margin-top: 30px;

                .owl-dot {
                    span {
                        width: 15px;
                        height: 15px;
                        margin: 0 3px;
                    }
                }
            }
        }
    }

    .portfolio-details-desc {
        h3 {
            font-size: 17px;
        }
        .image {
            padding-right: 0;
        }
        .content {
            margin-top: 0;
            margin-bottom: 15px;
        }
    }
    .portfolio-details-info {
        padding: 20px;
        margin: {
            left: 0;
            top: 30px;
        };
        ul {
            li {
                .icon {
                    top: 6px;
                    font-size: 20px;
                }
                span {
                    margin-bottom: 8px;
                    font-size: 15px;
                }
            }
        }
    }
    .portfolio-details-slides {
        &.owl-theme {
            .owl-nav {
                opacity: 1;
                visibility: visible;

                [class*=owl-] {
                    left: 15px;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    font-size: 16px;

                    &.owl-next {
                        left: auto;
                        right: 15px;
                    }
                }
            }
        }
    }

    .portfolio-details-left {
        a {
            padding-left: 20px;
            font-size: 13px;
        }
    }
    .menu-icon {
        font-size: 18px;
    }
    .portfolio-details-right {
        a {
            padding-right: 20px;
            font-size: 13px;
        }
    }

    .widget-area {
        margin-top: 40px;

        .widget {
            .widget-title {
                font-size: 16px;
                padding-bottom: 10px;
            }
        }
        .widget_service_categories {
            ul {
                li {
                    a {
                        i {
                            font-size: 11px;
                        }
                    }
                }
            }
        }
        .widget_about_author {
            .about-author {
                padding: 20px 15px;
            }
        }
        .widget_noke_posts_thumb {
            .item {
                padding-left: 95px;

                .thumb {
                    width: 80px;

                    .fullimage {
                        width: 80px;
                    }
                }
                .info {
                    .title {
                        font-size: 13px;
                    }
                }
            }
        }
        .widget_recent_posts {
            .item {
                .title {
                    font-size: 14px;
                }
            }
        }
        .widget_newsletter {
            padding: 20px 15px;

            h4 {
                font-size: 17px;
            }
        }
        .widget_tag_cloud {
            .tagcloud {
                a {
                    font-size: 13px !important;
                }
            }
        }
        &.extra-padding {
            padding-left: 0;

            &.left-sidebar {
                padding-right: 0;
                margin: {
                    top: 0;
                    bottom: 40px;
                };
            }
        }
        .widget_price_filter {
            .collection_filter_by_price {
                padding-right: 15px;
            }
        }
        .widget_colors {
            ul {
                li {
                    a {
                        span {
                            &:nth-child(1) {
                                width: 15px;
                                height: 15px;
                            }
                        }
                    }
                }
            }
        }
        .widget_top_rated_products {
            .item {
                .info {
                    .title {
                        margin-bottom: 6px;
                        font-size: 13px;
                    }
                }
            }
        }
    }

    .products-details-desc {
        padding-left: 0;
        margin-top: 30px;

        h3 {
            margin-bottom: 15px;
            font-size: 16px;
        }
        .products-review {
            .rating {
                font-size: 13px;
            }
        }
        .price {
            font-size: 14px;
        }
    }
    .products-details-tabs {
        margin-top: 30px;

        .single-tabs-box {
            h2 {
                font-size: 17px;
            }
            .inner-box {
                h3 {
                    font-size: 16px;
                    margin-bottom: 15px;
                }
                .table-striped {
                    tbody tr td {
                        font-size: 13px;
                        white-space: nowrap;
                    }
                }
                .products-review-comments {
                    .user-review {
                        padding-left: 0;

                        .sub-comment {
                            margin-bottom: 6px;
                        }
                        img {
                            top: 0;
                            left: 0;
                            position: relative;
                            margin-bottom: 15px;
                        }
                    }
                }
                .review-form-wrapper {
                    form {
                        button {
                            margin-top: 20px;
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }

    .cart-table-desc {
        table {
            thead {
                tr {
                    th {
                        font-size: 14px;
                        white-space: nowrap;
                    }
                }
            }
            tbody {
                tr {
                    td {
                        padding-right: 20px;
                        white-space: nowrap;
                        font-size: 13px;
                        text-align: center;
                    }
                }
            }
        }
    }
    .cart-buttons-desc {
        .shopping-coupon-code {
            .form-control {
                padding-left: 10px;
            }
            button {
                padding: 0 15px;
                font-size: 12px;
            }
        }
        .text-end {
            text-align: center !important;
            margin-top: 30px;
        }
    }
    .cart-totals-desc {
        margin-top: 30px;
        padding: 20px 15px;

        h3 {
            font-size: 16px;
            padding: {
                top: 15px;
                left: 15px;
                right: 15px;
                bottom: 14px;
            };
            margin: {
                left: -15px;
                right: -15px;
                bottom: 20px;
                top: -20px;
            };
        }
        .default-btn {
            margin-top: 20px;
        }
    }

    .billing-details-desc {
        padding: 20px 15px;

        h3 {
            font-size: 16px;
            padding: {
                top: 15px;
                left: 15px;
                right: 15px;
                bottom: 14px;
            };
            margin: {
                left: -15px;
                right: -15px;
                bottom: 20px;
                top: -20px;
            };
        }
        .form-group {
            .nice-select {
                font-size: 13px;

                .list {
                    .option {
                        font-size: 14px;
                    }
                }
            }
        }
    }
    .order-details-desc {
        margin-top: 30px;
        padding: 20px 15px;

        h3 {
            font-size: 16px;
            padding: {
                top: 15px;
                left: 15px;
                right: 15px;
                bottom: 14px;
            };
            margin: {
                left: -15px;
                right: -15px;
                bottom: 20px;
                top: -20px;
            };
        }
        .default-btn {
            margin-top: 20px;
        }
    }

    .blog-details-desc {
        .article-content {
            .entry-meta {
                margin-top: -10px;

                ul {
                    li {
                        margin: {
                            right: 10px;
                            top: 10px;
                        };        
                    }
                }
            }
            h3 {
                font-size: 16px;
                line-height: 1.5;
                margin: {
                    bottom: 12px;
                    top: 20px;
                };
            }
        }
        .article-footer {
            text-align: center;

            .article-tags {
                flex: 0 0 100%;
                max-width: 100%;

                .d-flex {
                    display: block !important;
                }
                p {
                    display: block;
                    margin-bottom: 0;
                }
                a {
                    margin-top: 10px;
                }
            }
            .article-share {
                flex: 0 0 100%;
                max-width: 100%;
                margin-top: 20px;

                .social {
                    text-align: center;
                }
            }
        }
    }
    blockquote {
        padding: 20px !important;

        &::after, &::after {
            width: 1px;
        }
        p {
            font-size: 14px !important;
        }
    }
    .comments-area {
        margin-top: 25px;

        .comments-title {
            font-size: 16px;
        }
        .comment-author {
            font-size: 14px;

            .avatar {
                top: 0;
                left: 0;
                display: block;
                position: relative;
                margin-bottom: 12px;
            }
        }
        .comment-body {
            .reply {
                a {
                    font-size: 12px;
                }
            }
        }
        .comment-body {
            padding-left: 0;
        }
        .comment-respond {
            margin-top: 25px;

            .comment-reply-title {
                font-size: 16px;
            }
            .comment-form-author {
                width: 100%;
                padding-right: 0;
            }
            .comment-form-email {
                width: 100%;
                padding-left: 0;
            }
            input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
                font-size: 14px;
                padding-left: 12px;
            }
            textarea {
                padding-top: 12px;
            }
            .comment-form-cookies-consent {
                label {
                    font-size: 14px;
                }
            }
            .form-submit {
                input {
                    font-size: 13px;
                }
            }
        }
    }

    .faq-accordion {
        .accordion-item {
            .accordion-button {
                padding: 15px 15px 15px 40px;
                font-size: 14px;

                &::after {
                    left: 15px;
                    top: 20px;
                    width: 12px;
                    height: 12px;
                    background-size: 12px;
                }
            }
            .accordion-body {
                padding: 0 15px 15px 40px;
            }
        }
    }

    .facility-content {
        padding-right: 0;
        margin-bottom: 30px;

        .item {
            padding-left: 0;
            text-align: center;

            i {
                line-height: 1;
                font-size: 35px;
                position: relative;
                margin-bottom: 20px;
                display: inline-block;
            }
            h3 {
                font-size: 16px;
            }
        }
    }

    .cta-content {
        max-width: 100%;

        h2 {
            font-size: 22px;
        }
        p {
            max-width: 100%;
            margin-top: 15px;
        }
        .default-btn {
            margin-top: 10px;
        }
    }
    .call-to-action-content {
        text-align: center;

        h2 {
            font-size: 22px;
        }
    }
    .call-to-action-btn {
        text-align: center;
        margin-top: 25px;
    }
    .call-to-action-inner {
        padding: {
            left: 15px;
            right: 15px;
        };
    }

    .profile-authentication-area {
        height: auto;
        padding: {
            bottom: 70px;
            top: 130px;
        };
    }
    .signin-form {
        max-width: 100%;
        text-align: center;
        padding: 20px 15px;

        h2 {
            font-size: 25px;
            margin-bottom: 25px;
        }
        form {
            .lost-your-password-wrap {
                text-align: start;
                margin-top: 15px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            button {
                padding: 12px 30px;
                font-size: 14px;
            }
            .dont-account {
                margin-top: 20px;
            }
            .sign-in-with-button {
                margin-top: 20px;
            }
        }
    }
    .signup-form {
        max-width: 100%;
        text-align: center;
        padding: 20px 15px;

        h2 {
            font-size: 25px;
            margin-bottom: 25px;
        }
        form {
            .lost-your-password-wrap {
                text-align: start;
                margin-top: 15px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            button {
                padding: 12px 30px;
                font-size: 14px;
            }
            .dont-account {
                margin-top: 20px;
            }
            .sign-in-with-button {
                margin-top: 20px;
            }
        }
    }

    .noke-grid-sorting {
        margin-bottom: 30px;
        text-align: center;

        .ordering {
            text-align: center;
            margin-top: 15px;

            select {
                font-size: 14px;
            }
        }
    }

    .app-download-area {
        .col-lg-6 {
            &:nth-child(1) {
                order: 2;
            }
            &:nth-child(2) {
                order: 1;
            }
        }
    }
    .app-download-content {
        text-align: center;

        .sub-title {
            font-size: 13px;
        }
        h2 {
            font-size: 22px;
        }
        .btn-box {
            margin-top: 25px;

            .store-btn {
                padding: 10px 10px 10px 45px;
                font-size: 12px;
                text-align: start;
                margin: {
                    left: 3px;
                    right: 3px;
                };
                &:first-child {
                    margin-left: 0;
                }
                img {
                    left: 10px;
                    width: 25px;
                }
                span {
                    font-size: 14px;
                }
            }
        }
    }
    .app-download-image {
        padding-right: 0;
        margin-top: 30px;
    }

    .trending-style-image {
        margin-right: 0;
        padding: {
            bottom: 0;
            right: 0;
        };
        img {
            &:nth-child(2) {
                position: relative;
                margin-top: 30px;
                width: auto;
            }
        }
    }
    .trending-style-content {
        text-align: center;
        padding-left: 0;
        margin-top: 30px;

        .sub-title {
            font-size: 13px;
        }
        h2 {
            margin-bottom: 13px;
            font-size: 22px;
        }
        h3 {
            font-size: 15px;
            margin-bottom: 13px;
        }
        .default-btn {
            margin-top: 5px;
        }
    }

    .page-title-area {
        padding: {
            top: 60px;
            bottom: 70px;
        };
        &.style-three {
            padding: {
                top: 60px;
                bottom: 60px;
            };
        }
        &.style-four {
            padding: {
                top: 60px;
                bottom: 60px;
            };
            &::before {
                background: {
                    image: unset !important;
                    color: rgba(255, 255, 255, .85);
                };
            }
        }
        &.style-two {
            padding: {
                bottom: 60px;
                top: 245px;
            };
        }
    }
    .page-title-content {
        &.text-start {
            text-align: center !important;
        }
        h2 {
            font-size: 25px;
        }
        ul {
            margin-top: 10px;

            li {
                font-size: 14px;
            }
        }
    }

    .privacy-policy-content {
        h3 {
            font-size: 16px;
            margin-bottom: 13px;
        }    
    }

    .terms-conditions-content {
        h3 {
            font-size: 16px;
            margin-bottom: 13px;
        }
    }

    .error-content {
        h3 {
            font-size: 20px;
            margin: {
                bottom: 15px;
                top: 30px;
            };
        }
        .default-btn {
            margin-top: 20px;
        }
    }

    .coming-soon-image {
        height: auto;
        background-image: unset !important;

        img {
            display: inline-block;
        }
    }
    .coming-soon-content {
        height: auto;
        padding: {
            top: 60px;
            bottom: 60px;
            left: 15px;
            right: 15px;
        };
        h2 {
            font-size: 25px;
            margin-top: 25px;
        }
        #timer {
            margin-top: 10px;

            div {
                width: 95px;
                height: 100px;
                font-size: 30px;
                margin-top: 20px;

                span {
                    font-size: 14px;
                }
                &:first-child {
                    margin-left: 10px;
                }
                &:last-child {
                    margin-right: 10px;
                }
            }
        }
        form {
            max-width: 100%;
            margin-top: 30px;

            .default-btn {
                position: relative;
                right: 0;
                bottom: 0;
                display: block;
                width: 100%;
                padding: 13px 20px;
                margin-top: 15px;
            }
            .input-newsletter {
                padding: 0 0 0 15px;
                height: 50px;
                font-size: 13px;
            }
        }
    }

    .single-blog-post {
        .content {
            padding: 15px;

            .meta {
                li {
                    i {
                        top: 3px;
                    }
                }
            }
            h3 {
                font-size: 16px;
            }
        }
    }
    .single-post-item {
        .post-content {
            padding: 20px 15px;

            .meta {
                margin-bottom: 3px;

                li {
                    padding-left: 19px;
                    margin: {
                        right: 10px;
                        bottom: 10px;
                    };
                }
            }
            .tag {
                margin-bottom: 12px;
            }
            h3 {
                font-size: 16px;
            }
            .link-btn {
                i {
                    top: 6px;
                }
            }
        }
        &.without-box-shadow {
            .post-content {
                padding: {
                    left: 0;
                    right: 0;
                };
            }
        }
    }
    .blog-section-title {
        text-align: center;
        margin-bottom: 40px;
        
        .sub-title {
            font-size: 13px;
        }
        h2 {
            font-size: 22px;
        }
        .default-btn {
            margin-top: 5px;
        }
    }

    .pagination-area {
        margin-top: 10px;

        .page-numbers {
            width: 35px;
            height: 35px;
            line-height: 33px;
            font-size: 15px;
        }
    }

    .single-contact-info-box {
        padding: 20px 15px;
        text-align: center;

        .icon {
            font-size: 30px;
            margin-bottom: 20px;
        }
        h3 {
            font-size: 16px;
            margin-bottom: 12px;
        }
        &.style-two {
            .icon {
                width: 60px;
                height: 60px;
                font-size: 25px;
                margin-bottom: 20px;
            }
        }
    }
    .contact-form {
        padding: 20px;
    }

    .footer-area {
        padding-top: 60px;

        &.marketing-footer {
            .footer-top {
                margin-bottom: 60px;
                padding-bottom: 0;
            }
        }
        &.business-footer {
            .footer-top {
                margin-bottom: 60px;
                padding: {
                    top: 50px;
                    bottom: 50px;
                };
            }
        }
    }
    .footer-top {
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 30px;

        .logo {
            margin-bottom: 25px;
        }
        .content {
            &.d-flex {
                display: block !important;
            }
            h3 {
                font-size: 16px;
                margin-bottom: 25px;
            }
        }
    }
    .single-footer-widget {
        h3 {
            font-size: 16px;
        }
        &.pl-4 {
            padding-left: 0;
        }
        &.pl-2 {
            padding-left: 0;
        }
        &.style-two {
            h3 {
                padding-left: 0;

                &::before {
                    display: none;
                }
            }
        }
    }
    .copyright-area {
        margin-top: 30px;
        padding: {
            top: 20px;
            bottom: 20px;
        };
        .text-start {
            text-align: center!important;
            margin-bottom: 15px;
        }
        .social-links {
            text-align: center;
            margin-top: 15px;
        }
    }
    .go-top {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .productsQuickView {
        .modal-dialog {
            max-width: 100%;
        }
        .modal-content {
            padding: 15px;

            button {
                &.btn-close {
                    font-size: 15px;
                }
            }
            .products-content {
                margin-top: 25px;

                h3 {
                    font-size: 16px;
                }
                .price {
                    font-size: 14px;
                }
                .products-add-to-cart {
                    margin-top: 20px;
                }
                .social-share {
                    margin-top: 25px;
                }
            }
        }
    }

}

/* Min width 576px to Max width 767px */
@media only #{$media} and ($feature_min : $value_one) and ($feature_max : $value_two) {
    
    .top-header-area {
        .container-fluid {
            max-width: 540px;
        }
        &.top-header-style-two {
            .container-fluid {
                max-width: 540px;
            }
        }
        &.top-header-style-three {
            .container-fluid {
                max-width: 540px;
            }
        }
    }

    .startup-banner-inner {
        padding: {
            left: 25px;
            right: 25px;
        };
    }
    .startup-banner-content {
        max-width: 540px;
        margin: {
            left: auto;
            right: auto;
        };
        padding: {
            left: 15px;
            right: 15px;
        };
    }
    .startup-banner-image {
        max-width: 540px;
        margin: {
            left: auto;
            right: auto;
        };
        padding: {
            left: 15px;
            right: 15px;
        };
    }
    .business-banner-area {
        .container {
            max-width: 540px;
        }
    }
    .app-banner-area {
        .container {
            max-width: 540px;
        }
    }
    .saas-banner-area {
        .container-fluid {
            max-width: 540px;
        }
    }
    .personal-portfolio-banner-area {
        .container {
            max-width: 540px;
        }
    }
    .consulting-banner-area {
        .container {
            max-width: 540px;
        }
    }

    .screenshot-wrap {
        .screenshot-frame {
            display: block;
            height: 500px;
            width: 240px;
            top: 40px;
        }
    }
    .screenshot-slides {
        &.owl-theme {
            .owl-nav {
                [class*=owl-] {
                    left: 0;

                    &.owl-next {
                        left: auto;
                        right: 0;
                    }
                }
            }
        }
    }

    .startup-about-area {
        .container-fluid {
            max-width: 540px;
        }
    }

    .single-services-box {
        .content {
            padding: 25px;
        }
    }

    .single-blog-post {
        .content {
            padding: 25px;
        }
    }

    .works-area {
        .container-fluid {
            max-width: 540px;
        }
    }

    .facility-content {
        display: flex;
        flex-wrap: wrap;
        margin: {
            right: -15px;
            left: -15px;
            bottom: 0;
        };
        .item {
            flex: 0 0 50%;
            max-width: 50%;
            margin-bottom: 30px !important;
            padding: {
                left: 15px;
                right: 15px;
            };
        }
    }

    .startup-testimonials-area {
        .container-fluid {
            max-width: 540px;
        }
    }

    .trending-style-image {
        padding: {
            right: 100px;
            bottom: 80px;
        };
        img {
            &:nth-child(2) {
                position: absolute;
                margin-top: 0;
                width: 250px;
            }
        }
    }

    .productsQuickView {
        .modal-dialog {
            max-width: 430px;
        }
        .modal-content {
            padding: 30px;
        }
    }

}

/* Min width 768px to Max width 991px */
@media only #{$media} and ($feature_min : $value_three) and ($feature_max : $value_four) {

    body {
        font-size: 14.5px;
    }
    p {
        font-size: 14.5px;
    }
    .ptb-100 {
        padding: {
            top: 80px;
            bottom: 80px;
        };
    }
    .pt-100 {
        padding-top: 80px;
    }
    .pb-100 {
        padding-bottom: 80px;
    }
    .ptb-70 {
        padding: {
            top: 50px;
            bottom: 50px;
        };
    }
    .pt-70 {
        padding-top: 50px;
    }
    .pb-70 {
        padding-bottom: 50px;
    }
    .default-btn {
        font-size: 14.5px;
    }
    .section-title {
        max-width: 550px;
        margin-bottom: 50px;

        h2 {
            font-size: 30px;
        }
        &.style-two {
            text-align: center;
            padding-left: 0;
            margin: {
                left: auto;
                right: auto;
                bottom: 50px;
            };
            h2 {
                &::before {
                    display: none;
                }
            }
        }
        &.style-four {
            text-align: center;

            h2 {
                font-size: 25px;
            }
            &::before {
                left: 50%;
                transform: translateX(-50%);
            }
        }
    }

    .top-header-area {
        .container-fluid {
            max-width: 720px;
        }
        &.top-header-style-two {
            .container-fluid {
                max-width: 720px;
            }
        }
        &.top-header-style-three {
            .container-fluid {
                max-width: 720px;
            }
        }
    }

    .noke-responsive-nav {
        .others-option {
            display: flex !important;
        }
    }
    .others-option-for-responsive {
        display: none;
    }

    .startup-banner-area {
        .container-fluid {
            max-width: 100%;
            padding: {
                left: 0;
                right: 0;
            };
        }
    }
    .startup-banner-inner {
        padding: {
            top: 80px;
            bottom: 80px;
            left: 25px;
            right: 25px;
        };
    }
    .startup-banner-content {
        max-width: 720px;
        text-align: center;
        margin: {
            left: auto;
            right: auto;
        };
        padding: {
            left: 15px;
            right: 15px;
        };
        p {
            margin: {
                left: auto;
                right: auto;
            };
        }
        h1 {
            margin-bottom: 20px;
            font-size: 35px;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .startup-banner-image {
        max-width: 720px;
        padding: {
            left: 15px;
            right: 15px;
        };
        margin: {
            left: auto;
            right: auto;
            top: 30px;
        };
    }
    .marketing-banner-area {
        padding: {
            top: 70px;
            bottom: 70px;
        };
    }
    .marketing-banner-content {
        padding-right: 0;
        text-align: center;

        p {
            margin: {
                left: auto;
                right: auto;
            };
        }
        h1 {
            margin-bottom: 15px;
            font-size: 35px;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .marketing-banner-image {
        margin-top: 30px;
    }
    .business-banner-area {
        padding: {
            top: 80px;
            bottom: 80px;
        };
        .container {
            max-width: 720px;
        }
        &::before {
            display: none;
        }
    }
    .business-banner-content {
        padding-right: 0;
        text-align: center;
        max-width: 100%;

        p {
            margin: {
                left: auto;
                right: auto;
            };
        }
        h1 {
            margin-bottom: 15px;
            font-size: 36px;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .business-banner-image {
        margin-top: 30px;
    }
    .app-banner-area {
        padding: {
            top: 80px;
            bottom: 80px;
        };
        .container {
            max-width: 720px;
        }
    }
    .app-banner-content {
        text-align: center;
        
        p {
            margin: {
                left: auto;
                right: auto;
            };
        }
        h1 {
            margin-bottom: 15px;
            font-size: 40px;
        }
        .btn-box {
            margin-top: 20px;

            .store-btn {
                text-align: start;

                span {
                    font-size: 16px;
                }
            }
        }
    }
    .app-banner-image {
        padding-left: 0;
        margin-top: 35px;
    }
    .personal-portfolio-banner-area {
        padding: {
            top: 80px;
            bottom: 80px;
        };
        .container {
            max-width: 720px;
        }
    }
    .personal-portfolio-banner-content {
        text-align: center;

        .sub-title {
            padding-left: 0;
            font-size: 16px;

            &::before {
                display: none;
            }
        }
        p {
            margin: {
                left: auto;
                right: auto;
            };
        }
        h4 {
            margin-bottom: 15px;
            font-size: 20px;
        }
        h1 {
            margin-bottom: 15px;
            font-size: 40px;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .personal-portfolio-banner-image {
        margin-top: 30px;

        img {
            width: 100%;
        }
    }
    .shape1, .shape2, .shape3, .shape4, .shape5, .shape6, .shape7, .shape8, .shape9, .shape16, .shape17, .shape18, .shape19 {
        display: none !important;
    }
    .saas-banner-area {
        padding-top: 80px;

        .container-fluid {
            max-width: 720px;
            padding: {
                left: 15px;
                right: 15px;
            };
        }
    }
    .saas-banner-content {
        margin-left: 0;
        text-align: center;
        max-width: 100%;

        h1 {
            margin-bottom: 15px;
            font-size: 40px;
        }
        p {
            margin: {
                left: auto;
                right: auto;
            };
        }
    }
    .saas-banner-image {
        margin-top: 35px;
    }
    .consulting-banner-area {
        padding: {
            top: 215px;
            bottom: 80px;
        };
        .container {
            max-width: 720px;
        }
        &::before {
            display: block;
        }
    }
    .consulting-banner-content {
        text-align: center;
        max-width: 100%;

        h1 {
            margin-bottom: 15px;
            font-size: 35px;
        }
        p {
            margin: {
                left: auto;
                right: auto;
            };
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .it-agency-banner-area {
        .it-agency-inner-banner {
            padding: {
                top: 200px;
                bottom: 230px;
            };
        }
    }
    .it-agency-banner-content {
        max-width: 100%;

        h1 {
            font-size: 40px;
            margin-bottom: 15px;
        }
        .default-btn {
            margin-top: 8px;
        }
    }
    .banner-video-box {
        max-width: 100%;
        margin-top: -130px;
    }
    .shop-banner-area {
        padding: {
            top: 100px;
            bottom: 100px;
        };
    }
    .shop-banner-content {
        .sub-title {
            font-size: 20px;
        }
        h1 {
            margin-bottom: 15px;
            font-size: 40px;
        }
        h4 {
            font-size: 20px;
        }
        .default-btn {
            margin-top: 25px;
        }
    }
    .blog-banner-area {
        padding: {
            top: 80px;
            bottom: 80px;
        };
    }
    .blog-banner-item {
        margin-bottom: 30px;

        .content {
            padding: 25px;
            max-width: 510px;

            h3 {
                font-size: 20px;
            }
        }
    }
    .blog-banner-item-list {
        .single-blog-banner-item {
            .image {
                background-image: unset !important;
                height: auto;

                img {
                    display: inline-block;
                }
            }
            .content {
                padding: {
                    top: 20px;
                    bottom: 0;
                    left: 0;
                };
                h3 {
                    font-size: 18px;
                }
            }
        }
    }
    .furniture-banner-item {
        padding: {
            top: 100px;
            bottom: 100px;
        };
    }
    .furniture-banner-content {
        border-left-width: 3px;
        padding: 30px;

        h1 {
            font-size: 35px;
        }
    }
    .minimal-portfolio-banner-area {
        padding: {
            bottom: 170px;
            top: 200px;
        };
    }
    .minimal-portfolio-banner-content {
        max-width: 600px;

        .typewrite {
            padding: 8px 20px;
            margin-bottom: 25px;
            font-size: 15px;
        }
        h1 {
            font-size: 35px;
            margin-bottom: 25px;
        }
    }

    .features-area {
        &.ptb-70 {
            padding-bottom: 20px;
        }
    }
    .single-features-box {
        padding: {
            left: 0;
            right: 0;
        };
        .icon {
            font-size: 40px;
            transform: translateY(0) !important;
        }
        h3 {
            font-size: 18px;
            transform: translateY(0) !important;
        }
        p {
            transform: translateY(0) !important;
        }
        .link-btn {
            left: 0;
            opacity: 1;
            transform: unset;
            margin-top: 13px;
            position: relative;
            visibility: visible;
            bottom: 0 !important;

            i {
                top: 6.5px;
            }
        }
    }
    .features-box {
        padding: 25px 20px;

        h3 {
            font-size: 18px;
        }
        .icon {
            width: 80px;
            height: 80px;
            font-size: 40px;
            line-height: 80px;
        }
    }
    .single-features-item {
        padding-left: 55px;

        .icon {
            font-size: 40px;
        }
        h3 {
            font-size: 17px;
        }
    }
    .features-item {
        padding: 25px 20px;

        .icon {
            font-size: 30px;
        }
        h3 {
            font-size: 18px;
        }
    }

    .startup-about-area {
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 80px;

        .container-fluid {
            max-width: 720px;
        }
    }
    .startup-about-image {
        margin-right: 0;
        padding: 0;

        .video-btn {
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }
    }
    .startup-about-content {
        padding-left: 0;
        text-align: center;
        max-width: 100%;
        margin-top: 30px;

        h2 {
            font-size: 30px;
        }
        .features-list {
            padding-left: 0;
            list-style-type: none;

            li {
                font-weight: 600;
            }
        }
    }
    .marketing-about-image {
        margin-right: 0;
    }
    .marketing-about-content {
        padding-left: 0;
        text-align: center;
        margin-top: 30px;

        h2 {
            font-size: 30px;
        }
        .features-list {
            padding-left: 0;
            list-style-type: none;

            li {
                font-weight: 600;
            }
        }
    }
    .business-about-image {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .business-about-content {
        padding-left: 0;
        text-align: center;

        h2 {
            font-size: 30px;
        }
    }
    .app-about-content {
        padding-right: 0;

        h3 {
            font-size: 19px;
            margin-bottom: 15px;
        }
    }
    .app-about-image {
        padding-left: 0;
        margin-top: 30px;
    }
    .saas-about-image {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .saas-about-content {
        padding-left: 0;

        h2 {
            font-size: 30px;
        }
    }
    .it-agency-about-image {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 0;
    }
    .it-agency-about-content {
        padding-left: 0;
        text-align: center;
        margin-top: 35px;

        h2 {
            font-size: 30px;
        }
        .features-list {
            padding-left: 0;
            list-style-type: none;

            li {
                font-weight: 600;
            }
        }
    }

    .expertise-box {
        text-align: center;

        .icon {
            width: 70px;
            height: 70px;
            line-height: 70px;
            font-size: 35px;
            margin: {
                left: auto;
                right: auto;
            };
        }
        h3 {
            font-size: 18px;
        }
    }

    .who-we-are-content {
        text-align: center;
        padding: 30px;

        h2 {
            font-size: 20px;
        }
        .default-btn {
            margin-top: 5px;
        }
    }

    .single-services-box {
        .content {
            padding: 20px;

            .icon {
                font-size: 40px;
                margin-bottom: 15px;
                transform: translateY(0) !important;
            }
            h3 {
                font-size: 18px;
                transform: translateY(0) !important;
            }
            p {
                transform: translateY(0) !important;
            }
            .link-btn {
                left: 0;
                opacity: 1;
                transform: unset;
                margin-top: 13px;
                position: relative;
                visibility: visible;
                bottom: 0 !important;
    
                i {
                    top: 6px;
                }
            }
        }
        &::before {
            background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0, rgba(35, 35, 37, 0.7) 50%, rgba(22, 22, 23, 0) 75%, rgba(0, 0, 0, 0) 100%);
        }
    }
    .single-services-item {
        .content {
            padding: {
                left: 0;
                right: 0;
            };
            h3 {
                font-size: 18px;
            }
        }
    }
    .services-tabs {
        .nav {
            margin-bottom: 35px;
            border-bottom: 1px solid #eeeeee;
            padding-bottom: 20px;

            .nav-item {
                margin: {
                    left: 15px;
                    right: 15px;
                    bottom: 30px;
                };
                .nav-link {
                    font-size: 16px;

                    .icon {
                        width: 70px;
                        height: 70px;
                        font-size: 30px;
                        line-height: 70px;
                        margin-bottom: 15px;
                    }
                }
            }
        }
    }
    .single-main-services {
        .content {
            padding-right: 0;
            text-align: center;

            h3 {
                font-size: 21px;
            }
            p {
                max-width: 100%;
            }
        }
        .image {
            margin-top: 30px;
        }
    }
    .services-box {
        padding: 25px 20px;

        .icon {
            font-size: 50px;
        }
        h3 {
            font-size: 18px;
        }
    }
    .col-lg-3 {
        &:nth-child(2), &:nth-child(4) {
            .services-box {
                margin-top: 0;
            }
        }
        &:nth-child(5), &:nth-child(7) {
            .services-box {
                margin-top: 0;
            }
        }
    }
    .services-item {
        h3 {
            font-size: 18px;
            margin-top: 20px;
        }
        .hover-content {
            padding: 20px;
        }
    }
    .single-it-services-box {
        padding: 25px 20px 25px 70px;

        .icon {
            left: 20px;
            top: 25px;
            font-size: 35px;
        }
        h3 {
            font-size: 18px;
        }
    }

    .single-categories-box {
        h3 {
            font-size: 16px;
            left: 20px;
            top: 20px;
        }
    }
    .categories-box {
        h3 {
            font-size: 17px;
            padding: {
                left: 15px;
                right: 15px;
            };
        }
    }
    .categories-slides {
        &.owl-theme {
            .owl-nav {
                opacity: 1;
                visibility: visible;
                margin-bottom: 30px;

                [class*=owl-] {
                    margin: 0 5px;
                    position: relative;
                    left: 0;
                    top: 0;
                    transform: unset;

                    &.owl-next {
                        right: 0;
                    }
                }
            }
        }
    }

    .startup-works-area {
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        padding-top: 80px;
        margin-bottom: 80px;

        .section-title {
            padding-top: 0;
            text-align: center;
            margin: {
                bottom: 50px;
                left: auto;
                right: auto;
            };
            h2 {
                font-size: 30px;
            }
        }
    }
    .startup-works-content {
        margin-top: 18px;
        position: relative;
        text-align: center;
        border-top: 1px solid #eeeeee;
        padding: {
            right: 0;
            top: 55px;
        };
        h3 {
            font-size: 18px;
        }
        .custom-owl-nav {
            margin-top: 0;

            [class*=owl-] {
                margin: 0 3px;
                font-size: 13px;
                padding: 6px 20px 6px !important;
                position: absolute;
                left: 0;
                top: -18px;

                &.custom-owl-next {
                    left: auto;
                    right: 0;
                }
            }
        }
    }
    .startup-works-image {
        padding: 0;
        margin: {
            left: 0;
            top: 15px;
        };
    }
    .single-works-box {
        .works-image {
            .works-overlay {
                h3 {
                    font-size: 18px;
                }
            }
        }
    }
    .works-box {
        h3 {
            top: auto;
            transform: translateY(0);
            bottom: 0;
            font-size: 18px;
            opacity: 1;
            visibility: visible;
            margin: {
                top: 0;
                right: 0;
                left: 0;
            };
        }
    }

    .single-featured-video-box {
        .content {
            h3 {
                font-size: 18px;
            }
        }
    }
    .featured-video-item-list {
        .single-featured-video-item {
            .image {
                height: auto;
                background-image: unset !important;

                img {
                    display: inline-block;
                }
            }
            .content {
                padding: {
                    bottom: 0;
                    left: 0;
                    top: 20px;
                };
                h3 {
                    font-size: 18px;
                }
            }
        }
    }

    .latest-posts-area {
        .widget-area {
            margin-top: 10px;
        }
    }
    .single-latest-post-box {
        .post-content {
            padding: {
                top: 20px;
                right: 0;
                left: 0;
            };
            h3 {
                font-size: 18px;
            }
        }
    }

    .facility-content {
        display: flex;
        flex-wrap: wrap;
        padding-right: 0;
        margin: {
            right: -15px;
            left: -15px;
            bottom: 0;
        };
        .item {
            flex: 0 0 50%;
            max-width: 50%;
            margin-bottom: 30px !important;
            text-align: center;
            padding: {
                left: 15px;
                right: 15px;
            };
            i {
                line-height: 1;
                position: relative;
                margin-bottom: 20px;
                display: inline-block;
                font-size: 40px;
            }
            h3 {
                font-size: 18px;
            }
        }
    }

    .short-brief-area {
        .row {
            .col-lg-6 {
                &:last-child {
                    .short-brief-content {
                        border-bottom: none;
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
    .short-brief-content {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 30px;

        .timeline-content {
            h3 {
                font-size: 18px;
                margin-bottom: 12px;
            }
        }
        .timeline-info {
            .sub-title {
                margin-bottom: 10px;

                span {
                    font-size: 17px;
                }
            }
        }
    }

    .shorting-menu {
        .filter {
            font-size: 15px;
            margin: {
                left: 15px;
                right: 15px;
            };
        }
    }

    .widget-area {
        margin-top: 40px;

        .widget {
            .widget-title {
                font-size: 17px;
            }
        }
        .widget_about_author {
            .about-author {
                padding: 25px;
            }
        }
        .widget_noke_posts_thumb {
            .item {
                .info {
                    .title {
                        font-size: 14px;
                    }
                }
            }
        }
        .widget_newsletter {
            h4 {
                font-size: 18px;
            }
        }
        .widget_tag_cloud {
            .tagcloud {
                a {
                    font-size: 13px !important;
                }
            }
        }
        .widget_recent_posts {
            .item {
                .title {
                    font-size: 14px;
                }
            }
        }
        &.extra-padding {
            padding-left: 0;

            &.left-sidebar {
                padding-right: 0;
                margin: {
                    top: 0;
                    bottom: 40px;
                };
            }
        }
    }

    .services-details-content {
        text-align: center;

        h2 {
            font-size: 30px;
        }
    }
    .services-details-video {
        margin: {
            left: 0;
            top: 30px;
        };
        iframe {
            height: 387px;
        }
    }

    .single-funfacts-box {
        text-align: center;
        padding: 30px;

        .icon {
            position: relative;
            left: 0;
            line-height: 1;
            top: 0;
            transform: translateY(0);
            font-size: 40px;
            display: block;
            margin-bottom: 15px;
        }
        h3 {
            margin-bottom: 5px;
            font-size: 35px;
        }
        &.without-bg-color {
            margin-right: -15px;
            padding: {
                top: 5px;
                bottom: 5px;
                left: 0;
            };
        }
        &.text-center {
            padding: 0;
            border-right: none;
        }
    }
    .funfacts-inner {
        padding: {
            left: 20px;
            right: 20px;
        };
        &.border-radius {
            &.ptb-70 {
                padding-bottom: 20px;
            }
        }
    }

    .single-skills-box {
        padding: 25px 20px;
    }

    .how-it-works-content {
        padding-right: 0;
        
        ul {
            li {
                padding-left: 60px;

                h3 {
                    font-size: 18px;
                }
                i {
                    font-size: 40px;
                }
            }
        }
    }
    .how-it-works-image {
        margin-top: 30px;
    }

    .short-brief-content {
        h3 {
            font-size: 18px;
            margin-bottom: 13px;
        }
    }

    .screenshot-wrap {
        .screenshot-frame {
            border-radius: 20px;
            width: 215px;
            height: 448px;
        }
    }
    .screenshot-slides {
        &.owl-theme {
            .owl-nav {
                [class*=owl-] {
                    left: -27px;
                    width: 30px;
                    line-height: 30px;
                    height: 30px;
                    font-size: 15px;

                    &.owl-next {
                        left: auto;
                        right: -27px;
                    }
                }
            }
        }
    }

    .single-post-item {
        .post-content {
            padding: 20px 0 0;
        }
    }

    .single-clients-box {
        a {
            padding: 20px;
        }
    }

    .what-we-do-content {
        .section-title {
            text-align: center;
            margin-bottom: 0;

            p {
                max-width: 540px;
                margin: {
                    left: auto;
                    right: auto;
                };
            }
        }
        .single-what-we-do-box {
            margin-top: 30px;
        }
    }
    .single-what-we-do-box {
        text-align: center;

        .icon {
            font-size: 35px;
            margin-bottom: 25px;
        }
        h3 {
            font-size: 18px;
        }
    }
    .what-we-do-image {
        margin-top: 30px;
    }

    .single-process-box {
        padding: 30px 20px;

        h3 {
            font-size: 18px;
        }
    }

    .startup-testimonials-area {
        .container-fluid {
            max-width: 720px;
        }
    }
    .startup-testimonials-content {
        padding: 40px 30px;

        .icon {
            font-size: 40px;
        }
        p {
            font-size: 16px;
        }
        .info {
            h3 {
                font-size: 16px;
            }
        }
    }
    .startup-testimonials-image {
        padding: 0;
    }
    .startup-testimonials-slides {
        &.owl-theme {
            .owl-nav {
                margin-top: 0;
                position: relative;
                right: 0;
                bottom: 0;
                transform: unset;
                padding-bottom: 40px;

                [class*=owl-] {
                    margin: 0 3px;
                    font-size: 13px;
                    padding: 6px 20px 6px !important;
                }
            }
        }
    }
    .marketing-testimonials-image {
        margin: {
            left: 30px;
            right: 30px;
            bottom: 40px;
        };
    }
    .marketing-testimonials-content {
        padding-bottom: 0;

        .icon {
            font-size: 40px;
        }
        p {
            font-size: 16px;
        }
        .info {
            h3 {
                font-size: 16px;
            }
        }
    }
    .marketing-testimonials-slides {
        &.owl-theme {
            .owl-nav {
                margin-top: 30px;
                position: relative;
                right: 0;
                bottom: 0;
                transform: unset;

                [class*=owl-] {
                    margin: 0 3px;
                    font-size: 13px;
                    padding: 6px 20px 6px !important;
                }
            }
        }
    }
    .business-testimonials-area {
        background: {
            repeat: repeat;
            size: contain;
        };
    }
    .business-testimonials-image {
        margin: {
            right: 0;
            bottom: 35px;
        };
    }
    .business-testimonials-content {
        .icon {
            font-size: 40px;
        }
        p {
            font-size: 16px;
        }
        .info {
            h3 {
                font-size: 16px;
            }
        }
    }
    .testimonials-slides {
        &.owl-theme {
            padding: {
                left: 90px;
                right: 90px;
            };
            .owl-nav {
                [class*=owl-] {
                    margin: 0 3px;
                    font-size: 13px;
                    padding: 6px 20px 6px !important;
                }
            }
        }
    }
    .testimonials-inner {
        padding: {
            left: 25px;
            right: 25px;
        };
        .testimonials-slides {
            &.owl-theme {
                .owl-nav {
                    [class*=owl-] {
                        font-size: 17px;
                        width: 40px;
                        height: 40px;
                        line-height: 40px;
                    }
                }
            }
        }
    }
    .testimonials-item {
        .icon {
            font-size: 40px;
        }
        p {
            font-size: 16px;
        }
        .info {
            margin-top: 20px;

            .title {
                h3 {
                    font-size: 16px;
                }
            }
        }
    }
    .saas-testimonials-item {
        padding: 25px;

        .info {
            .title {
                h3 {
                    font-size: 16px;
                }
            }
        }
        p {
            font-size: 15px;
        }
    }
    .saas-testimonials-slides {
        &.owl-theme {
            margin-top: -50px;
            padding: {
                left: 40px;
                right: 40px;
            };
            .owl-nav {
                [class*=owl-] {
                    left: 0;
                    font-size: 18px;

                    &.owl-next {
                        left: auto;
                        right: 0;
                    }
                }
            }
        }
    }
    .testimonials-box {
        padding: 25px 20px;

        .icon {
            width: 70px;
            height: 70px;
            font-size: 30px;
            line-height: 70px;
        }
        p {
            font-size: 15px;
        }
        .info {
            margin-top: 20px;

            h3 {
                font-size: 16px;
            }
        }
    }

    .single-products-box {
        .image {
            .buttons-list {
                li {
                    transform: translateY(0);
                    visibility: visible;
                    opacity: 1;

                    a {
                        .tooltip-label {
                            &::before {
                                bottom: -12px;
                            }
                        }
                        &:hover {
                            .tooltip-label {
                                top: -40px;
                            }
                        }
                    }
                }
            }
        }
        .content {
            h3 {
                font-size: 18px;
            }
            .rating {
                margin-bottom: 10px;
                font-size: 15px;
            }
            .price {
                span {
                    font-size: 16px;
                }
            }
        }
    }

    .trending-style-image {
        margin-right: 0;
    }
    .trending-style-content {
        padding-left: 0;
        text-align: center;
        margin-top: 30px;

        .sub-title {
            font-size: 13px;
        }
        h2 {
            font-size: 30px;
        }
        h3 {
            font-size: 17px;
        }
    }

    .single-pricing-box {
        padding: 30px;

        .pricing-header {
            margin-bottom: 20px;
            padding-bottom: 20px;

            h3 {
                font-size: 35px;
            }
        }
    }
    .pricing-box {
        .pricing-header {
            h3 {
                font-size: 18px;
            }
            .price {
                font-size: 35px;
            }
        }
    }
    .pricing-tabs {
        .nav {
            .nav-item {
                .nav-link {
                    font-size: 14px;
                }
            }
        }
    }
    .pricing-item {
        .pricing-header {
            h3 {
                font-size: 18px;
            }
            .price {
                font-size: 35px;
            }
        }
    }

    .single-team-member {
        .content {
            &::before {
                opacity: 1;
                visibility: visible;
            }
            h3 {
                font-size: 18px;
                transform: translateY(0) !important;
            }
            span {
                transform: translateY(0) !important;
            }
            .social {
                bottom: auto;
                opacity: 1;
                visibility: visible;
                top: -30px;

                li {
                    a {
                        font-size: 15px;
                    }
                }
            }
        }
    }
    .single-team-box {
        .image {
            .social {
                margin-bottom: 0;
                opacity: 1;
                visibility: visible;
                padding: 20px;
            }
        }
        .content {
            margin-top: 20px;

            h3 {
                font-size: 18px;
            }
        }
    }
    .team-member {
        .content {
            margin-top: 0;
            
            &::before {
                opacity: 1;
                visibility: visible;
            }
            h3 {
                font-size: 18px;
                transform: translateY(0) !important;
            }
            span {
                transform: translateY(0) !important;
            }
            .social {
                bottom: auto;
                opacity: 1;
                visibility: visible;
                top: -30px;

                li {
                    a {
                        font-size: 15px;
                    }
                }
            }
        }
    }
    .team-box {
        .content {
            visibility: visible;
            position: relative;
            opacity: 1;
            bottom: 0;
            
            h3 {
                font-size: 18px;
            }
        }
    }

    .video-box {
        .video-btn {
            width: 70px;
            height: 70px;
            font-size: 25px;
        }
    }

    .cta-content {
        h2 {
            font-size: 30px;
        }
        p {
            margin-top: 15px;
        }
        .default-btn {
            margin-top: 10px;
        }
    }
    .call-to-action-content {
        text-align: center;

        h2 {
            font-size: 30px;
        }
    }
    .call-to-action-btn {
        text-align: center;
        margin-top: 30px;
    }
    .call-to-action-inner {
        padding: {
            left: 25px;
            right: 25px;
        };
    }

    .blog-section-title {
        text-align: center;
        margin-bottom: 50px;

        h2 {
            font-size: 30px;
        }
    }
    .single-blog-post {
        .content {
            padding: 20px;

            h3 {
                font-size: 18px;
            }
        }
    }
    .single-post-item {
        .post-content {
            .meta {
                margin-bottom: 3px;

                li {
                    padding-left: 20px;
                    margin: {
                        right: 10px;
                        bottom: 10px;
                    };
                }
            }
            h3 {
                margin-bottom: 12px;
                font-size: 18px;
            }
            .link-btn {
                i {
                    top: 6px;
                }
            }
        }
    }

    .app-download-area {
        .col-lg-6 {
            &:nth-child(1) {
                order: 2;
            }
            &:nth-child(2) {
                order: 1;
            }
        }
    }
    .app-download-content {
        text-align: center;
        margin-bottom: 35px;
        
        h2 {
            font-size: 30px;
        }
        p {
            max-width: 540px;
            margin: {
                left: auto;
                right: auto;
            };
        }
        .btn-box {
            .store-btn {
                text-align: start;

                span {
                    font-size: 16px;
                }
            }
        }
    }
    .app-download-image {
        padding-right: 0;
    }

    .works-area {
        .container-fluid {
            max-width: 720px;
        }
    }
    .single-works-item {
        .content {
            h3 {
                font-size: 18px;
            }
        }
    }

    .portfolio-details-desc {
        h3 {
            font-size: 20px;
        }
    }
    .portfolio-details-info {
        padding: 30px;
        margin: {
            left: 0;
            top: 30px;
        };
        ul {
            li {
                padding-left: 38px;

                span {
                    font-size: 16px;
                }
            }
        }
    }
    .portfolio-details-slides {
        &.owl-theme {
            .owl-nav {
                opacity: 1;
                visibility: visible;
            }
        }
    }

    .page-title-area {
        padding: {
            top: 100px;
            bottom: 110px;
        };
        &.style-four {
            padding: {
                top: 100px;
                bottom: 100px;
            };
        }
        &.style-two {
            padding: {
                top: 210px;
                bottom: 100px;
            };
        }
        &.style-three {
            padding: {
                top: 240px;
                bottom: 100px;
            };
        }
    }
    .page-title-content {
        h2 {
            margin-bottom: 0;
            font-size: 35px;
        }
        ul {
            margin-top: 15px;

            li {
                font-size: 15px;
            }
        }
    }

    .pagination-area {
        margin-top: 15px;

        .page-numbers {
            width: 40px;
            height: 40px;
            line-height: 38px;
            font-size: 16px;
        }
    }

    .services-details-desc {
        h3 {
            font-size: 20px;
        }
    }

    .faq-accordion {
        .accordion-item {
            .accordion-button {
                font-size: 16px;
            }
        }
    }

    .products-details-desc {
        padding-left: 0;
        margin-top: 30px;

        h3 {
            font-size: 18px;
        }
        .products-review {
            .rating {
                font-size: 13px;
            }
        }
        .price {
            font-size: 15px;
        }
    }
    .products-details-tabs {
        margin-top: 40px;

        .single-tabs-box {
            h2 {
                font-size: 20px;
            }
            .inner-box {
                h3 {
                    font-size: 18px;
                }
                .table-striped {
                    tbody {
                        tr {
                            td {
                                font-size: 15px;
                            }
                        }
                    }
                }
            }
        }
    }

    .cart-table-desc {
        table {
            tbody {
                tr {
                    td {
                        white-space: nowrap;
                    }
                }
            }
        }
    }
    .cart-totals-desc {
        margin-top: 30px;
    }

    .billing-details-desc {
        h3 {
            font-size: 18px;
        }
    }
    .order-details-desc {
        margin-top: 30px;

        h3 {
            font-size: 18px;
        }
    }

    .profile-authentication-area {
        height: auto;
        padding: {
            bottom: 100px;
            top: 160px;
        };
    }
    .signin-form {
        padding: 35px;
        text-align: center;

        form {
            .remember-me-wrap {
                text-align: start;
            }
        }
    }
    .signup-form {
        padding: 35px;
        text-align: center;

        form {
            .remember-me-wrap {
                text-align: start;
            }
        }
    }

    .privacy-policy-content {
        h3 {
            font-size: 18px;
        }
    }

    .terms-conditions-content {
        h3 {
            font-size: 18px;
        }
    }

    .error-content {
        h3 {
            font-size: 22px;
            margin: {
                bottom: 15px;
                top: 35px;
            };
        }
        .default-btn {
            margin-top: 20px;
        }
    }

    .coming-soon-image {
        height: auto;
        background-image: unset !important;

        img {
            display: inline-block;
        }
    }
    .coming-soon-content {
        height: auto;
        padding: {
            top: 100px;
            bottom: 100px;
        };
        h2 {
            font-size: 30px;
        }
    }

    .works-slides-style-one, .works-slides-style-two {
        &.owl-theme {
            .owl-nav {
                opacity: 1;
                visibility: visible;
            }
        }
    }

    .blog-details-desc {
        .article-content {
            h3 {
                font-size: 20px;
            }
        }
    }
    .comments-area {
        .comments-title {
            font-size: 20px;
        }
        .comment-respond {
            .comment-reply-title {
                font-size: 20px;
            }
        }
    }

    .single-contact-info-box {
        padding: 30px;
        text-align: center;

        .icon {
            font-size: 35px;
            margin-bottom: 20px;
        }
        h3 {
            font-size: 18px;
            margin-bottom: 12px;
        }
        &.style-two {
            .icon {
                width: 70px;
                height: 70px;
                font-size: 30px;
                margin-bottom: 20px;
            }
        }
    }

    .footer-area {
        padding-top: 80px;

        &.business-footer {
            .footer-top {
                margin-bottom: 80px;
                padding: {
                    top: 60px;
                    bottom: 60px;
                };
            }
        }
    }
    .footer-top {
        text-align: center;
        margin-bottom: 50px;
        padding-bottom: 50px;

        .logo {
            margin-bottom: 30px;
        }
        .content {
            text-align: start;

            h3 {
                font-size: 18px;
            }
        }
    }
    .single-footer-widget {
        h3 {
            font-size: 18px;
        }
        &.pl-4 {
            padding-left: 0;
        }
        &.pl-2 {
            padding-left: 0;
        }
        &.style-two {
            h3 {
                padding-left: 0;

                &::before {
                    display: none;
                }
            }
        }
    }
    .copyright-area {
        margin-top: 50px;

        .text-start {
            text-align: center !important;
            margin-bottom: 15px;
        }
        .social-links {
            text-align: center;
            margin-top: 15px;
        }
    }

    .productsQuickView {
        .modal-dialog {
            max-width: 700px;
        }
        .modal-content {
            padding: 20px;

            button {
                &.btn-close {
                    font-size: 15px;
                }
            }
            .products-content {
                h3 {
                    font-size: 18px;
                }
                .price {
                    font-size: 15px;
                }
            }
        }
    }

}

/* Min width 992px to Max width 1199px */
@media only #{$media} and ($feature_min : $value_five) and ($feature_max : $value_six) {

    body {
        font-size: 15px;
    }
    p {
        font-size: 15px;
    }
    .ptb-100 {
        padding: {
            top: 90px;
            bottom: 90px;
        };
    }
    .pt-100 {
        padding-top: 90px;
    }
    .pb-100 {
        padding-bottom: 90px;
    }
    .ptb-70 {
        padding: {
            top: 60px;
            bottom: 60px;
        };
    }
    .pt-70 {
        padding-top: 60px;
    }
    .pb-70 {
        padding-bottom: 60px;
    }

    .top-header-area {
        .container-fluid {
            max-width: 960px;
        }
        &.top-header-style-two {
            .container-fluid {
                max-width: 960px;
            }
        }
        &.top-header-style-three {
            .container-fluid {
                max-width: 960px;
            }
        }
    }

    .noke-responsive-nav {
        .others-option {
            display: flex !important;
        }
    }
    .others-option-for-responsive {
        display: none;
    }

    .startup-banner-area {
        .container-fluid {
            max-width: 960px;
        }
    }
    .startup-banner-content {
        padding-right: 0;

        h1 {
            font-size: 50px;
        }
    }
    .startup-banner-inner {
        padding: {
            top: 100px;
            bottom: 100px;
            left: 30px;
            right: 30px;
        };
    }
    .startup-banner-image {
        padding-left: 0;
    }
    .marketing-banner-content {
        padding-right: 0;

        h1 {
            font-size: 50px;
            margin-bottom: 20px;
        }
        p {
            max-width: 100%;
        }
    }
    .business-banner-area {
        padding: {
            top: 90px;
            bottom: 90px;
        };
        .container {
            max-width: 960px;
        }
        &::before {
            opacity: 0.3;
        }
    }
    .business-banner-content {
        padding-right: 0;
        max-width: 100%;

        h1 {
            font-size: 48px;
            margin-bottom: 20px;
        }
        p {
            max-width: 100%;
        }
    }
    .app-banner-area {
        .container {
            max-width: 990px;
        }
    }
    .app-banner-content {
        h1 {
            font-size: 50px;
            margin-bottom: 20px;
        }
        p {
            max-width: 100%;
        }
        .btn-box {
            margin-top: 20px;

            .store-btn span {
                font-size: 16px;
            }
        }
    }
    .app-banner-image {
        padding-left: 0;
    }
    .saas-banner-area {
        .container-fluid {
            max-width: 990px;
            padding: {
                left: 15px;
                right: 15px;
            };
        }
    }
    .saas-banner-content {
        margin-left: 0;
        max-width: 100%;

        h1 {
            font-size: 50px;
            margin-bottom: 20px;
        }
        p {
            max-width: 100%;
        }
    }
    .personal-portfolio-banner-area {
        .container {
            max-width: 960px;
        }
    }
    .personal-portfolio-banner-content {
        h1 {
            font-size: 52px;
        }
        h4 {
            font-size: 25px;
        }
    }
    .consulting-banner-area {
        padding: {
            top: 270px;
            bottom: 150px;
        };
        .container {
            max-width: 960px;
        }
    }
    .consulting-banner-content {
        max-width: 635px;

        h1 {
            font-size: 40px;
            margin-bottom: 20px;
        }
        .default-btn {
            margin-top: 5px;
        }
    }
    .it-agency-banner-area {
        .it-agency-inner-banner {
            padding: {
                top: 250px;
                bottom: 300px;
            };
        }
    }
    .it-agency-banner-content {
        max-width: 100%;

        h1 {
            font-size: 50px;
        }
    }
    .banner-video-box {
        max-width: 100%;
    }
    .shop-banner-area {
        padding: {
            top: 150px;
            bottom: 150px;
        };
    }
    .shop-banner-content {
        .sub-title {
            font-size: 25px;
        }
        h1 {
            font-size: 50px;
        }
        h4 {
            font-size: 25px;
        }
    }
    .blog-banner-item {
        .content {
            padding: 20px;
            max-width: 480px;

            h3 {
                font-size: 22px;
            }
        }
    }
    .blog-banner-item-list {
        .single-blog-banner-item {
            .content {
                padding: {
                    top: 0;
                    bottom: 0;
                    left: 15px;
                };
                h3 {
                    margin-bottom: 12px;
                    font-size: 15px;
                }
            }
        }
    }
    .furniture-banner-item {
        padding: {
            top: 150px;
            bottom: 150px;
        };
    }
    .furniture-banner-content {
        h1 {
            margin-bottom: 15px;
            font-size: 40px;
        }
    }
    .minimal-portfolio-banner-area {
        padding: {
            top: 230px;
            bottom: 200px;
        };
    }
    .minimal-portfolio-banner-content {
        max-width: 730px;

        .typewrite {
            font-size: 18px;
        }
        h1 {
            font-size: 50px;
            margin-bottom: 30px;
        }
    }

    .single-features-box {
        padding-left: 0;
        padding-right: 0;
    }
    .single-features-item {
        padding-left: 65px;
    }
    .features-item {
        padding: 25px;
    }

    .startup-about-area {
        .container-fluid {
            max-width: 960px;
        }
    }
    .startup-about-image {
        margin-right: 0;
        padding: {
            top: 60px;
            left: 29px;
            bottom: 60px;
        };
        .video-btn {
            left: 55%;
            transform: translateY(-50%) translateX(-55%);
        }
    }
    .startup-about-content {
        padding-left: 0;
        max-width: 100%;

        h2 {
            font-size: 38px;
        }
    }
    .marketing-about-image {
        margin-right: 0;
    }
    .marketing-about-content {
        padding-left: 0;
    }
    .business-about-image {
        padding-right: 0;
    }
    .business-about-content {
        padding-left: 0;
    }
    .saas-about-image {
        padding-right: 0;
    }
    .saas-about-content {
        padding-left: 0;
    }
    .it-agency-about-image {
        margin-right: 0;
        padding: 0;

        .main-image {
            padding-bottom: 100px;

            img {
                &:nth-child(2) {
                    max-width: 300px;
                }
            }
        }
    }
    .it-agency-about-content {
        padding-left: 0;
    }

    .startup-works-area {
        .section-title {
            max-width: 650px;
            text-align: center;
            padding-top: 0;
            margin: {
                left: auto;
                right: auto;
                bottom: 60px;
            };
            h2 {
                font-size: 40px;
            }
        }
    }
    .startup-works-content {
        padding-top: 0;
        padding-right: 0;
    }
    .startup-works-image {
        margin-left: 0;
        padding: 0;
    }
    .startup-works-slides {
        .row {
            align-items: center;
        }
    }

    .single-services-item {
        .content {
            padding: {
                left: 0;
                right: 0;
            };
        }
    }
    .services-tabs {
        .nav {
            margin-bottom: 50px;

            .nav-item {
                margin: {
                    left: 16px;
                    right: 16px;
                };
                .nav-link {
                    font-size: 17px;
                }
            }
        }
    }
    .single-main-services {
        .content {
            padding-right: 0;

            h3 {
                font-size: 30px;
            }
            p {
                max-width: 100%;
            }
        }
    }
    .col-lg-3 {
        &:nth-child(2), &:nth-child(4) {
            .services-box {
                margin-top: 0;
            }
        }
        &:nth-child(5), &:nth-child(7) {
            .services-box {
                margin-top: 0;
            }
        }
    }
    .services-item {
        h3 {
            font-size: 20px;
        }
        .hover-content {
            padding: 20px;
        }
    }

    .facility-content {
        padding-right: 0;
    }

    .single-funfacts-box {
        padding: {
            top: 30px;
            bottom: 30px;
            left: 75px;
            right: 20px;
        };
        .icon {
            left: 20px;
            font-size: 40px;
        }
        h3 {
            font-size: 35px;
        }
        .sub-title {
            font-size: 14.5px;
        }
        &.without-bg-color {
            margin-right: 0;
            padding-left: 60px;
        }
    }

    .app-screenshot-area {
        &::before {
            height: 100px;
        }
    }
    .screenshot-slides {
        &.owl-theme {
            .owl-nav {
                [class*=owl-] {
                    left: -25px;
                    width: 35px;
                    line-height: 35px;
                    height: 35px;
                    font-size: 15px;

                    &.owl-next {
                        left: auto;
                        right: -25px;
                    }
                }
            }
        }
    }
    .screenshot-wrap {
        .screenshot-frame {
            width: 175px;
            height: 355px;
        }
    }

    .categories-box {
        h3 {
            padding: {
                left: 20px;
                right: 20px;
            };
        }
    }
    .categories-slides {
        &.owl-theme {
            .owl-nav {
                [class*=owl-] {
                    left: -40px;

                    &.owl-next {
                        left: auto;
                        right: -40px;
                    }
                }
            }
        }
    }

    .startup-testimonials-area {
        .container-fluid {
            max-width: 960px;
        }
    }
    .startup-testimonials-image {
        background-color: transparent;
        padding: {
            top: 0;
            bottom: 23px;
            left: 0;
        };
        .main-image {
            animation: unset !important;
            margin-bottom: 15px;
        }
    }
    .startup-testimonials-content {
        padding: {
            left: 0;
            right: 0;
            bottom: 30px;
            top: 30px;
        };
        p {
            font-size: 15px;
        }
        .info {
            margin-top: 20px;
            padding-top: 20px;

            h3 {
                font-size: 17px;
            }
        }
    }
    .startup-testimonials-slides {
        &.owl-theme {
            .owl-nav {
                bottom: 0;
                right: 80%;
                transform: translateX(80%);
            }
        }
    }
    .marketing-testimonials-image {
        margin: {
            right: 30px;
            left: 0;
        };
    }
    .marketing-testimonials-content {
        padding-bottom: 50px;

        p {
            font-size: 16px;
        }
        .info {
            margin-top: 20px;

            h3 {
                font-size: 17px;
            }
        }
    }
    .marketing-testimonials-slides {
        &.owl-theme {
            .owl-nav {
                bottom: 40px;
                right: 20%;
                transform: translateX(20%);
            }
        }
    }
    .business-testimonials-image {
        margin-right: 0;
    }
    .testimonials-slides {
        &.owl-theme {
            padding: {
                left: 100px;
                right: 100px;
            };
        }
    }
    .business-testimonials-content {
        p {
            font-size: 18px;
        }
    }
    .saas-testimonials-slides {
        &.owl-theme {
            margin-top: -65px;
        }
    }
    .testimonials-box {
        padding: 20px;
    }
    .shape1, .shape2, .shape3, .shape4, .shape5, .shape6, .shape7, .shape8, .shape9, .shape16 {
        display: none !important;
    }

    .page-title-area {
        padding: {
            top: 100px;
            bottom: 110px;
        };
        &.style-three {
            padding: {
                top: 250px;
                bottom: 110px;
            };
        }
        &.style-two {
            padding: {
                bottom: 100px;
                top: 220px;
            };
        }
        &.style-four {
            padding: {
                top: 120px;
                bottom: 120px;
            };
        }
    }

    .who-we-are-content {
        padding: 25px;

        h2 {
            font-size: 20px;
        }
        .default-btn {
            margin-top: 5px;
        }
    }

    .app-download-area {
        .row {
            &.align-items-center {
                align-items: unset !important;
            }
        }
    }

    .call-to-action-inner {
        padding: {
            left: 30px;
            right: 30px;
        };
    }

    .services-details-content {
        h2 {
            font-size: 38px;
        }
    }
    .services-details-video {
        margin-left: 0;

        iframe {
            height: 251px;
        }
    }

    .single-pricing-box {
        padding: 30px;

        .pricing-header {
            h3 {
                font-size: 40px;
            }
        }
    }

    .featured-video-item-list {
        .single-featured-video-item {
            .content {
                padding: {
                    top: 5px;
                    bottom: 5px;
                    left: 15px;
                };
                h3 {
                    font-size: 17px;
                }
            }
        }
    }

    .single-clients-box {
        a {
            padding: 20px;
        }
    }

    .coming-soon-content {
        padding: {
            left: 15px;
            right: 15px;
        };
        #timer {
            div {
                width: 100px;
                height: 100px;
                font-size: 30px;
            }
        }
        form {
            max-width: 100%;
        }
    }

    .trending-style-content {
        padding-left: 0;
    }
    .trending-style-image {
        padding-right: 80px;
        margin-right: 0;

        img {
            &:nth-child(2) {
                width: 250px;
            }
        }
    }

    .widget-area {
        .widget_about_author {
            .about-author {
                padding: 20px;
            }
        }
        .widget_noke_posts_thumb {
            .item {
                padding-left: 95px;

                .thumb {
                    width: 80px;

                    .fullimage {
                        width: 80px;
                    }
                }
                .info {
                    .title {
                        font-size: 14px;
                    }
                }
            }
        }
    }

    .blog-section-title {
        h2 {
            font-size: 35px;
        }
    }
    .single-blog-post {
        .content {
            .meta {
                li {
                    i {
                        top: 2px;
                    }
                }
            }
        }
    }
    .single-post-item {
        .post-content {
            padding: 20px;

            .meta {
                margin-bottom: 3px;

                li {
                    margin: {
                        right: 10px;
                        bottom: 10px;
                    };
                }
            }
        }
    }

    .portfolio-details-info {
        padding: 20px;
    }

    .products-details-desc {
        padding-left: 0;
    }

    .single-contact-info-box {
        padding: 25px;
    }

    .footer-area {
        padding-top: 90px;
    }
    .footer-top {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
    .single-footer-widget {
        &.pl-4 {
            padding-left: 0;
        }
        &.pl-2 {
            padding-left: 0;
        }
        &.style-two {
            h3 {
                padding-left: 40px;

                &::before {
                    width: 25px;
                }
            }
        }
    }
    .copyright-area {
        margin-top: 60px;
    }

    .productsQuickView {
        .modal-dialog {
            max-width: 830px;
        }
        .modal-content {
            padding: 25px;
        }
    }

}

/* Min width 1200px to Max width 1355px */
@media only #{$media} and ($feature_min : $value_seven) and ($feature_max : $value_eight) {

    .top-header-area {
        .container-fluid {
            max-width: 1140px;
        }
        &.top-header-style-two {
            .container-fluid {
                max-width: 1140px;
            }
        }
        &.top-header-style-three {
            .container-fluid {
                max-width: 1140px;
            }
        }
    }

    .navbar-area {
        &.navbar-style-three {
            .noke-nav {
                .container-fluid {
                    max-width: 1140px;
                }
            }
        }
        &.navbar-style-two {
            .noke-nav {
                .container-fluid {
                    max-width: 1140px;
                }
            }
        }
        &.navbar-style-four {
            .noke-nav {
                .container-fluid {
                    max-width: 1140px;
                }
            }
        }
        &.navbar-style-five {
            .noke-nav {
                .container-fluid {
                    max-width: 1140px;
                }
            }
        }
    }
    .noke-nav {
        .container-fluid {
            max-width: 1140px;
        }
    }

    .startup-banner-area {
        .container-fluid {
            max-width: 100%;
        }
    }
    .startup-banner-inner {
        padding: 100px 40px;
    }
    .startup-banner-content {
        h1 {
            font-size: 55px;
        }
    }
    .marketing-banner-content {
        h1 {
            font-size: 55px;
        }
        p {
            max-width: 510px;
        }
    }
    .business-banner-area {
        .container {
            max-width: 1140px;
        }
    }
    .business-banner-content {
        padding-right: 0;
        max-width: 100%;

        h1 {
            font-size: 55px;
        }
    }
    .app-banner-area {
        .container {
            max-width: 1140px;
        }
    }
    .app-banner-content {
        h1 {
            font-size: 49px;
        }
    }
    .personal-portfolio-banner-area {
        .container {
            max-width: 1140px;
        }
    }
    .personal-portfolio-banner-content {
        h1 {
            font-size: 60px;
        }
        h4 {
            font-size: 30px;
        }
    }
    .consulting-banner-area {
        .container {
            max-width: 1140px;
        }
    }
    .consulting-banner-content {
        max-width: 715px;

        h1 {
            font-size: 45px;
        }
    }
    .it-agency-banner-content {
        h1 {
            font-size: 55px;
        }
    }
    .blog-banner-item-list {
        .single-blog-banner-item {
            .content {
                padding: {
                    bottom: 3.3px;
                    top: 3.3px;
                };
                h3 {
                    font-size: 16px;
                }
            }
        }
    }

    .startup-about-area {
        .container-fluid {
            max-width: 100%;
        }
    }
    .it-agency-about-image {
        .main-image {
            img:nth-child(2) {
                max-width: 300px;
            }
        }
    }

    .startup-testimonials-area {
        .container-fluid {
            max-width: 100%;
        }
    }
    .marketing-testimonials-slides {
        &.owl-theme {
            .owl-nav {
                right: 20%;
                bottom: 55px;
                transform: translateX(20%);
            }
        }
    }

    .services-tabs {
        .nav {
            .nav-item {
                margin: {
                    left: 25px;
                    right: 25px;
                };
            }
        }
    }
    .single-main-services {
        .content {
            h3 {
                font-size: 35px;
            }
        }
    }

    .who-we-are-content {
        h2 {
            font-size: 20px;
        }
    }

    .app-screenshot-area {
        &::before {
            height: 150px;
        }
    }
    .screenshot-wrap {
        .screenshot-frame {
            width: 210px;
            height: 430px;
        }
    }
    .screenshot-slides {
        &.owl-theme {
            .owl-nav {
                [class*=owl-] {
                    left: -34px;

                    &.owl-next {
                        left: auto;
                        right: -34px;
                    }
                }
            }
        }
    }

    .services-box {
        padding: 30px 20px;
    }

    .startup-works-area {
        .section-title {
            padding-top: 20px;
            margin-bottom: -180px;
        }
    }
    .startup-works-content {
        padding-top: 210px;
    }

    .featured-video-item-list {
        .single-featured-video-item {
            .content {
                padding: {
                    top: 6px;
                    bottom: 6px;
                };
                h3 {
                    font-size: 17px;
                }
            }
        }
    }

    .call-to-action-content {
        h2 {
            font-size: 35px;
        }
    }
    
    .single-post-item {
        .post-content {
            .meta {
                margin-bottom: 3px;

                li {
                    margin: {
                        right: 10px;
                        bottom: 10px;
                    };
                }
            }
        }
    }

    .facility-content {
        padding-right: 0;
    }

    .single-funfacts-box {
        &.without-bg-color {
            margin-right: 15px;
        }
    }

}

/* Min width 1535px */
@media only #{$media} and ($feature_min : $value_nine) {

    .top-header-area {
        &.top-header-style-two {
            .container-fluid {
                max-width: 1470px;
            }
        }
    }

    .navbar-area {
        &.navbar-style-three {
            .noke-nav {
                .container-fluid {
                    max-width: 1450px;
                }
            }
        }
        &.navbar-style-four {
            .noke-nav {
                .container-fluid {
                    max-width: 1470px;
                }
            }
        }
    }
    .noke-nav {
        .container-fluid {
            max-width: 1470px;
        }
    }

    .startup-banner-area {
        .container-fluid {
            max-width: 1470px;
        }
    }
    .startup-banner-inner {
        padding: {
            top: 140px;
            bottom: 140px;
            left: 120px;
            right: 120px;
        };
    }
    .shape3 {
        right: 34.3%;
        bottom: 7%;
    }

    .startup-about-area {
        .container-fluid {
            max-width: 1470px;
        }
    }
    .startup-about-image {
        padding: {
            left: 100px;
            bottom: 100px;
        };
    }
    
    .startup-works-image {
        padding: {
            top: 100px;
            right: 100px;
            bottom: 100px;
        };
    }
    .shape6 {
        top: 67px;
    }

    .startup-testimonials-area {
        .container-fluid {
            max-width: 1470px;
        }
    }
    .startup-testimonials-image {
        padding: {
            top: 100px;
            left: 100px;
            bottom: 100px;
        };
    }
    .shape7 {
        left: 40px;
        top: 30px;
    }
    .shape8 {
        bottom: 70px;
        left: 70px;
    }
    .shape9 {
        right: 0;
        top: 85px;
    }
    .shape16 {
        right: 150px;
    }

}