@media only screen and (max-width: 1200px) {
    .category-page-section-field-slider {
        padding: 0px 10px;
    }

    .category-page-section-field-review ul li h6 {
        margin-right: 8px;
    }

    .category-page-section-field-review ul li span i {
        font-size: 14px;
        margin-right: 4px;
    }

    .category-page-section-field-review ul li h6 {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .category-page-section-field-review-01 p {
        font-size: 13px;
    }

    .category-page-section-field-slider {
        padding: 30px 10px;
    }

    header ul li {
        display: inline-block;
        margin-right: 14px;
    }

    header .main-menu {
        margin: 5px 0 0 10px;
    }

    .caption h2 {
        font-size: 37px;
    }

    .nmain-banner .float-logos .flogo1 {
        top: 3%;
        left: 0;
        max-width: 200px;
    }

    .nmain-banner .float-logos .flogo3 {
        left: -12%;
        bottom: 3%;
        max-width: 220px;
    }
    .nmain-banner .float-logos .flogo2 {
        right: -10px;
        top: 30px;
        max-width: 210px;
    }
    .nmain-banner .float-logos .flogo4 {
        right: -7%;
        bottom: 8%;
        max-width: 200px;
    }
}
@media only screen and (max-width: 980px) and (min-width: 320px) {
    .our-banner.logoDesign-ban h1 {
        font-size: 20px;
        margin: 0px auto 5px;
    }

    .working-tab-wrapper {
        padding: 50px 0 50px 0;
    }

    .working-first-wrapper-text h5 {
        font-size: 20px;
        font-weight: 600;
    }

    section.working-first-wrapper {
        padding: 30px 0 30px 0;
    }

    .working-first-wrapper-feild button {
        padding: 8px 15px;
        font-size: 14px;
        font-weight: 500;
        border: none !important;
    }

    footer ul.links li a {
        padding-left: 6px;
    }

    footer ul li a {
        font-size: 12px;
    }

    footer ul.address li {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    footer ul.address li a {
        font-size: 14px;
        font-weight: 500;
    }

    footer ul.address li span {
        margin-bottom: 5px;
    }

    .working-second-wrapper ul li {
        font-size: 12px;
        padding: 0 0 0 15px;
    }

    .working-second-wrapper ul li::before {
        width: 6px;
        height: 6px;
        top: 7px;
    }

    .working-first-wrapper-text {
        margin-bottom: 15px;
    }

    .working-first-wrapper-feild input {
        padding: 9px 110px 9px 10px;
        font-size: 13px;
    }

    .working-page-tabs .nav-pills .nav-link.active,
    .working-page-tabs .nav-pills .show>.nav-link {
        padding: 10px 0 10px 10px;
    }

    .working-page-tabs .nav-pills .nav-link {
        padding: 10px 0 10px 10px;
        margin-bottom: 20px;
    }

    .working-page-tabs .nav a ul li:nth-of-type(2) {
        margin: 0 0 0 10px;
    }

    .working-page-tabs .nav-link ul li h6 {
        font-size: 30px;
    }

    .working-page-tabs .nav .active ul li h6 {
        font-size: 30px;
    }

    .working-page-tabs .nav-pills .nav-link ul li h5 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .good-firm img {
        max-width: 100px;
        margin-bottom: 20px;
        margin-right: 6px;
    }

    .good-firm img {
        max-width: 120px;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .menu li a:before {
        display: none;
    }

    .menu-bottom span:nth-child(2) {
        width: 70%;
    }

    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }

    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 9px;
        width: 100%;
    }

    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-bottom span:last-child {
        margin-bottom: 0;
    }

    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: right;
        position: absolute;
        z-index: 999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 15px;
        top: -30px;
    }

    .menu-bottom span {
        height: 3px;
        background: #000000;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }

    .menu-bottom.click span {
        background: #fff;
    }

    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 2px;
    }

    .main-menu {
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* background: -moz-linear-gradient(281deg, #1a1c4b 0, #1a1c4b 1%, #033c92 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a1c4b), color-stop(1%, #1a1c4b), color-stop(100%, #033c92));
        background: -webkit-linear-gradient(281deg, #1a1c4b 0, #1a1c4b 1%, #033c92 100%);
        background: -o-linear-gradient(281deg, #1a1c4b 0, #1a1c4b 1%, #033c92 100%);
        background: -ms-linear-gradient(281deg, #1a1c4b 0, #1a1c4b 1%, #033c92 100%);
        background: linear-gradient(169deg, #2b156a 0, #2b156a 1%, #190d3c 100%); */
        background: #000;
        height: 100%;
        z-index: 9999;
        padding-top: 20px;
    }

    .main-menu ul {
        padding: 0 0;
        width: 100%;
    }

    .menu li {
        display: block !important;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff9c;
        position: relative;
        text-align: left;
    }

    .menu li a {
        font-size: 14px !important;
        color: #fff !important;
        font-weight: 400 !important;
        padding: 8px 10px 8px 10px;
        display: inline-block;
        letter-spacing: 0.5px;
        text-align: left;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .menu li .dropdown-item {
        color: #000 !important;
    }


    .menu-open .main-menu {
        right: 0;
        margin: 0;
    }

    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }

    header .menu {
        opacity: 0;
    }

    header {
        padding: 10px 0;
    }

    header .logo img {
        max-width: 180px;
        width: 80px;
    }

    .our-banner h1 {
        font-size: 20px;
        margin: 0 0 10px;
        line-height: 26px;
    }

    .our-banner .btn-block a {
        font-size: 12px;
        padding: 13px 16px;
    }

    .our-banner .btn-block a i {
        margin-right: 6px;
        vertical-align: bottom;
    }

    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1 !important;
    }

    [data-aos="fade-up"] {
        transform: translate3d(0, 0, 0);
    }

    [data-aos="fade-down"] {
        transform: translate3d(0, 0, 0);
    }

    [data-aos="fade-right"] {
        transform: translate3d(0, 0, 0);
    }

    [data-aos="fade-left"] {
        transform: translate3d(0, 0, 0);
    }

    .our-banner {
        padding: 0;
        height: auto;
        margin-top: 0;
        height: 250px;
    }

    section {
        overflow: hidden;
    }

    h2 {
        font-size: 20px;
    }

    section.step-web-2 .form-wrapper h2 {
        font-size: 16px;
    }

    .thankyou-new h2 {
        font-size: 27px;
    }

    header .logo {
        max-width: 40%;
    }

    header .second-menu {
        margin: 0;
        padding: 0;
        background: 0 0;
    }

    header .main-menu {
        margin: 0;
    }

    header ul.info li img {
        max-width: 20px;
        margin-right: 0;
    }

    header ul.info li.chat a {
        font-size: 16px;
        font-weight: 500;
    }

    header ul.info li a {
        font-size: 16px;
        font-weight: 500;
    }

    header ul.info {
        text-align: center;
        border-top: 1px solid #e0e0e0;
        padding-top: 11px;
        margin-top: 10px;
        display: none;
    }

    header .container:nth-child(2) {
        display: none;
    }

    .our-pricing:after {
        display: none;
    }

    .our-pricing:before {
        display: none;
    }

    .our-cta .container:after,
    .our-cta .container:before {
        display: none;
    }

    .our-cta h2 {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        margin: 0 0 10px;
        line-height: 24px;
    }

    .our-cta h2 br {
        display: none;
    }

    .our-cta h2 span {
        color: #ff3d4a;
        font-weight: 800;
    }

    section.our-cta {
        padding: 20px 0;
    }

    .our-cta ul li a {
        font-size: 19px;
    }

    .our-cta ul li img {
        margin-right: 0;
        max-width: 20px;
    }

    .our-cta ul li.chat a {
        font-size: 16px;
        font-weight: 500;
    }

    .our-cta ul li {
        margin-right: 19px;
    }

    .our-cta ul li:last-child {
        margin: 0;
    }

    .stragery-branding .absolute {
        position: static;
        float: none;
    }

    .stragery-branding h2 {
        font-size: 26px;
    }

    .stragery-branding h2 br {
        display: none;
    }

    .stragery-branding p {
        font-size: 13px;
        line-height: 22px;
        margin: 0 0 5px;
    }

    .logo-bar:after {
        display: none;
    }

    section {
        padding: 30px 0;
    }

    .logo-branding {
        padding: 20px 0;
    }

    .stragery-branding:before {
        display: none;
    }

    .explore {
        font-size: 13px;
    }

    .our-creative:after,
    .our-creative:before {
        display: none;
    }

    .our-creative .container:after {
        display: none;
    }

    h2+h5 {
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    section.project-cta h5 {
        width: 100%;
        text-align: center;
    }

    .our-creative .box {
        margin: 0 auto 15px;
        width: 90%;
        display: table;
        float: none;
    }

    .our-creative .box h4 {
        font-size: 16px;
    }

    .our-creative .box img {
        max-height: 55px;
    }

    p {
        font-size: 13px;
    }

    .thankyou-new p {
        line-height: 22px;
        font-size: 15px;
    }

    .thankyou-new h2 small {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .thankyou-new p br {
        display: none;
    }

    .our-testimonial h2 {
        position: static;
        font-size: 28px;
        color: #120f62;
        text-align: center;
        margin: 0 0 18px;
    }

    .our-testimonial {
        padding: 30px 0 60px;
    }

    .comboPack:after,
    .comboPack:before {
        display: none;
    }

    .comboPack .btn:after,
    .comboPack .btn:before {
        display: none;
    }

    .our-banner p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    /*.our-banner .caption {*/
    /*    top: 30px;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*}*/
    .home-banner img {
        height: 250px;
        object-fit: cover;
    }

    .our-experties:before {
        display: none;
    }

    .our-banner a {
        font-size: 14px;
    }

    .our-experties .container:after {
        display: none;
    }

    section.marq {
        padding: 0;
    }

    .our-experties h2:after {
        display: none;
    }

    .our-experties h2 br {
        display: none;
    }

    .our-experties h6 {
        margin-bottom: 15px;
    }

    .our-experties h3 {
        font-size: 14px;
    }

    .awards-won h2 {
        padding-bottom: 15px;
    }

    .awards-won h2 br {
        display: none;
    }

    .awards-won p {
        font-size: 14px;
        font-weight: 400;
    }

    .project-cta {
        background-position: center;
    }

    section.project-cta .col-md-4,
    section.project-cta .col-md-8 {
        padding: inherit;
    }

    section.project-cta a.example_c.various {
        margin: 20px 0 0;
    }

    .project-cta h2 br {
        display: none;
    }

    .project-cta h2 {
        text-align: center;
        margin: 0 0 15px;
    }

    .contact-us h5 {
        margin: 0 0 5px;
        font-weight: 500;
        font-size: 16px;
    }

    .contact-us .col-md-6 .row .col-md-6 {
        width: 49%;
    }

    .contact-us h5 small {
        margin-bottom: 3px;
        display: block;
    }

    .contact-us p {
        margin-bottom: 15px;
    }

    .contact-us ul.social li {
        margin-bottom: 0;
    }

    .contact-us:after {
        display: none;
    }

    .contact-us ul.social li a {
        font-size: 14px;
    }

    iframe {
        height: 250px;
    }

    .contact-us {
        padding-bottom: 30px;
    }

    .logoDesign-ban [class*="col-"] img {
        display: none;
    }

    .our-banner.logoDesign-ban img {
        height: 250px;
    }

    .our-banner.logoDesign-ban h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .logo-branding h2 {
        margin-bottom: 6px;
    }

    .logo-branding h5 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .designSolution:before {
        display: none;
    }

    .designSolution h2 br {
        display: none;
    }

    .designSolution h2 {
        font-size: 20px;
    }

    .designSolution .box {
        margin: 0 auto 10px;
        height: 100%;
    }

    .designSolution .col-md {
        width: 49%;
        margin-bottom: 12px;
    }

    .designSolution .row {
        justify-content: center;
    }

    .designSolution:after {
        display: none;
    }

    .designSolution {
        padding: 30px 0 15px;
    }

    .our-portfolio:before {
        display: none;
    }

    .comboPack h2 {
        font-size: 30px;
        line-height: 33px;
    }

    .comboPack h2 br {
        display: none;
    }

    .comboPack ul li {
        margin-bottom: 2px;
    }

    .comboPack ul {
        margin-bottom: 10px;
    }

    .comboPack h3 span {
        font-size: 30px;
        line-height: 30px;
        display: inline-block;
    }

    .comboPack h3 {
        font-size: 22px;
        margin: 15px 0 10px;
    }

    .comboPack h3 strong {
        font-size: 30px;
        line-height: 30px;
    }

    .comboPack h4 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .comboPack h4 small {
        font-size: 22px;
        font-weight: 500;
        line-height: 25px;
    }

    .comboPack .col-md-6 {
        order: 1;
    }

    .comboPack .col-md-6.text-center {
        padding-right: inherit;
    }

    .comboPack .col-md-3 {
        order: 2;
    }

    .comboPack .col-md-3.appended {
        margin-top: 40px;
    }

    .our-banner .btn {
        font-size: 14px;
        margin-right: 5px;
        padding: 6px 20px;
    }

    a.btn.btn-red {
        font-size: 12px;
        padding: 7px 20px;
    }

    .new-pf div#filters button {
        font-size: 13px;
        margin-right: 8px;
    }

    .element-item {
        width: 41%;
        height: 156px;
        margin: 10px;
    }

    .grid .col-md-4:nth-child(3n) {
        margin-right: 18px;
    }

    .element-item img {
        object-fit: inherit;
    }

    .grid {
        padding: 0;
    }

    footer .mob-2 {
        width: 40%;
        padding-left: 0;
    }

    footer .col-md-2.mob-2 {
        padding-left: 5px;
    }

    footer .col-md-4 {
        margin-bottom: 30px;
    }

    footer {
        padding: 30px 0;
    }

    footer .mob-3 {
        width: 60%;
    }

    .mobile-second {
        display: block;
    }

    .about-banner img {
        height: 250px;
    }

    .our-pricing h2+h5 {
        margin: 0 0 10px;
    }

    /*.contact-banner .caption {*/
    /*    top: 18px;*/
    /*}*/
    .contact-banner .caption h1 {
        font-size: 20px;
        margin: 0 0 4px;
    }

    .contact-us h6 {
        margin: 20px 0 10px;
    }

    .webDesign-ban img {
        height: 220px;
    }

    .webDesign-ban [class*="col-"] img {
        display: none;
    }

    .popup-bann {
        display: none;
    }

    .popup-content {
        width: 100%;
        padding: 20px 15px;
    }

    .webDesign-ban h1 {
        font-size: 20px;
        font-weight: 600;
    }

    /*.webDesign-ban .caption {*/
    /*    top: 25px;*/
    /*}*/
    .digital-ban [class*="col-"] img {
        display: none;
    }

    .digital-ban img {
        height: 200px;
    }

    /*.digital-ban .caption {*/
    /*    top: 20px;*/
    /*}*/
    .our-marketing:after {
        display: none;
    }

    .our-marketing:before {
        display: none;
    }

    .offset-2 {
        margin: 0;
    }

    .our-marketing .row {
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .our-marketing h2 {
        font-size: 20px;
        margin: 20px 0 10px;
    }

    .our-marketing {
        padding: 0 0 20px;
        text-align: center;
    }

    .our-marketing .row+.row {
        flex-direction: column-reverse;
    }

    .our-marketing .row+.row img {
        margin-top: 30px;
    }

    .our-marketing .offset-1 {
        margin: 0;
    }

    .illus-banner img {
        object-position: center;
        display: none;
    }

    .illus-banner {
        background: #26ccca;
        padding: 30px 0;
        height: 250px;
    }

    .illus-banner .caption {
        position: static;
    }

    .mob-banner {
        background: #4916cd;
        padding: 20px 0;
    }

    .mob-banner .caption {
        position: static;
    }

    .mob-banner img {
        display: none;
    }

    .vid-banner {
        background: #2a2635;
        padding: 20px 0;
    }

    .vid-banner img {
        display: none;
    }

    .vid-banner .caption {
        position: static;
    }

    img.stepimg {
        display: none;
    }

    .step-logos figure {
        width: 95%;
    }

    .step-logos .col-md-2 {
        width: 33%;
    }

    .logo-cat h5 {
        font-size: 12px;
        min-height: 40px;
    }

    .color-pick ul li {
        width: 23%;
    }
}
@media only screen and (max-width: 1100px) {
    .our-banner h1 {
        font-size: 24px;
    }

    .slide-05 h2 strong {
        font-size: 30px;
    }

    .slide-05 h2 span {
        font-size: 24px;
    }

    .our-banner img {
        min-height: 570px;
        object-fit: cover;
    }

    .caption h2 {
        font-size: 28px;
    }

    .our-banner p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .example_c,
    .example_d {
        padding: 5px 20px;
        font-size: 14px;
        border-radius: 7px;
    }

    .working-second-portfolio-01 img {
        height: 210px;
    }

    .logo-maker-section-1-text h6 {
        font-size: 30px;
    }

    .logo-maker-section-1-text p {
        font-size: 16px;
        width: 100%;
    }

    .logo-maker-section-text-3 p {
        font-size: 15px;
        width: 80%;
    }

    .logo-maker-wrap-text-3 img {
        width: 18%;
    }

    .logo-maker-wrap-text-4 p {
        font-size: 15px;
    }

    .logo-maker-section-5-text h5 {
        font-size: 30px;
    }

    .faq-wrapper-text-01 p {
        font-size: 15px;
    }

    .logo-maker-section-2-text h6 {
        font-size: 30px;
    }

    .logo-maker-section-2-text p {
        font-size: 15px;
    }

    .our-banner.logoDesign-ban h1 {
        font-size: 22px;
        margin: 0px auto 20px;
    }

    .maker-pro-text p {
        font-size: 15px;
        width: 55%;
    }

    .maker-pro-text p {
        font-size: 15px;
        width: 85%;
    }

    .logo-marker-consultation-text p {
        font-size: 15px;
        width: 95%;
    }

    header .main-menu {
        margin: 5px 0 0 0px;
    }

    header ul.info {
        display: flex;
        align-items: end;
        flex-direction: column;
    }

    header ul.info li {
        margin-right: 3px;
    }

    header ul li a {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
    }

    header ul.info li.chat a {
        font-size: 14px;
        font-weight: 600;
    }

    header ul.info li.chat a {
        font-size: 14px;
        font-weight: 600;
    }

    header ul.info li+li img {}
}
@media only screen and (max-width: 991px) {
    footer .col-md-3+.col-md-3 {
        padding-left: 2%;
    }

    .our-creative .box img {
        width: 100%;
        height: 40px;
        object-fit: contain;
        object-position: left;
        margin-bottom: 10px;
    }

    header ul li {
        margin-right: 10px;
    }

    header ul.info li.chat a {
        font-size: 10px;
    }

    header ul.info li img {
        margin-right: 0px;
        max-width: 14px;
    }

    header ul.info li a {
        font-size: 10px;
    }

    .working-second-portfolio-text h5 {
        font-size: 24px;
        color: #120f62;
        font-weight: 700;
        text-align: center;
    }

    .our-testimonial:after {
        display: none;
    }

    .our-testimonial:after,
    .our-testimonial:before {
        content: "";
        background: url(https://artionix.com/assets/images/testimonial-before.webp);
        height: 341px;
        width: 780px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .menu-bottom {
        position: absolute;
        right: 0;
        top: 0;
    }

    header .logo img {
        max-width: 160px;
    }

    .ftr-form .form-side {
        padding-right: 0;
    }

    .ftr-form .img-side img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .ftr-form {
        padding: 20px 0 0;
    }

    .our-banner {
        height: auto;
    }

    .our-banner img {
        min-height: 420px;
    }
    .nmain-banner .img-holder {
        position: relative;
        max-width: 470px;
        margin: 60px auto 0;
    }
    .nmain-banner .content-side h1 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 575px) {
    ul.social-media {
        justify-content: start;
    }

    .our-banner a {
        font-size: 12px;
    }

    .our-banner h1 {
        font-size: 20px;
    }

    .caption h2 {
        font-size: 20px;
    }

    .our-banner p {
        font-size: 12px;
    }

    .caption {
        text-align: center;
        width: 100% !important;
    }

    .our-creative .box {
        text-align: center;
    }

    .our-creative .box img {
        object-position: center;
    }

    section.our-testimonial {
        text-align: center;
    }

    footer {
        text-align: left;
    }

    footer .col-01 {
        margin: 0 0 15px;
    }

    footer .col-04 {
        margin: 13px 0 0;
    }

    .our-banner img {
        filter: brightness(0.4);
        height: 250px;
    }

    ul.dropdown-show-2 {
        position: absolute;
        background: #000;
        width: 200px;
        z-index: 9;
        padding: 15px 10px;
        transform: scaleY(0);
        transition: 0.9s;
        transform-origin: top;
        top: 261px;
        left: 0;
        border: 1px solid #fff;
    }

    .working-second-wrapper ul li {
        width: 50%;
    }

    .working-text-wrap h5 {
        font-size: 25px;
        font-weight: 600;
    }

    .working-text-wrap p {
        font-size: 14px;
        font-weight: 400;
        width: 100%;
    }

    .working-text-wrap {
        margin-bottom: 20px;
    }

    .working-page-tabs .nav-pills .nav-link ul li p {
        font-size: 14px;
    }

    .working-second-portfolio-01 img {
        height: 155px;
    }

    .blog-main-pic {
        background-position: center !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .logo-maker-banner h1 {
        font-size: 18px !important;
        width: 100%;
    }

    .stragery-branding h2 {
        font-size: 30px;
    }

    .h2-style,
    h2 {
        font-size: 30px;
    }

    h2 {
        font-size: 30px;
    }

    .comboPack h2 span {
        font-size: 30px;
    }

    .our-testimonial h2 {
        font-size: 30px;
    }

    .logo-maker-section-1-text h6 {
        font-size: 20px;
    }

    .logo-maker-section-1-text p {
        font-size: 14px;
        font-weight: 400;
        width: 100%;
    }

    .maker-pro-text p {
        font-size: 15px;
        width: 100%;
    }

    .logo-maker-section-2-text h6 {
        font-size: 20px;
    }

    .logo-maker-section-2-text p {
        font-size: 14px;
        font-weight: 400;
        width: 100%;
    }

    .custom-padding {
        padding: 0px 25px;
    }

    .logo-marker-consultation-text p {
        font-size: 15px;
        font-weight: 400;
        width: 100%;
    }

    .logo-inner-consultation-text h5 {
        font-size: 20px;
    }

    .logo-inner-consultation-text {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .logo-inner-consultation-text p {
        font-size: 15px;
    }

    .logo-inner-consultation-text-01 h6 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .logo-inner-consultation-text-01 p {
        font-size: 15px;
    }

    .logo-maker-section-text-3 h5 {
        font-size: 20px;
    }

    .logo-maker-section-text-3 p {
        font-size: 15px;
        width: 100%;
    }

    .logo-maker-wrap-text-4 p {
        font-size: 15px;
        width: 100%;
    }

    .logo-maker-wrap-text-3 {
        margin: 0px 0px 50px 0px;
    }

    .logo-maker-section-5-text h5 {
        font-size: 20px;
    }

    .faq-wrapper-text {
        width: 100%;
    }

    .faq-wrapper-text-01 p {
        font-size: 15px;
    }

    .logo-maker-wrap-text-3 img {
        width: 50%;
    }

    .our-pricing .pack a.btn {
        padding: 10px 5px;
    }

    .slide-05 h2 strong {
        font-size: 26px;
    }

    .slide-05 h2 span {
        font-size: 22px;
    }

    .slider-txt strong {
        font-size: 20px;
        margin: 0 0 9px;
        line-height: 24px;
    }

    .slider-txt {
        margin: 15px 0 0;
    }
    .nmain-banner {
        padding: 40px 0;
    }
    .nmain-banner .img-holder {
        max-width: 290px;
        margin: 30px auto 0;
    }
    .nmain-banner .float-logos .flogo2 {
        right: -10px;
        top: 10px;
        max-width: 150px;
    }
    .nmain-banner .float-logos .flogo1 {
        top: 5%;
        left: -30px;
        max-width: 150px;
    }
    .nmain-banner .float-logos .flogo3 {
        left: -12%;
        bottom: -4%;
        max-width: 150px;
    }
    .nmain-banner .float-logos .flogo4 {
        right: -12%;
        bottom: 1%;
        max-width: 150px;
    }
    .slide-services .slider-nav img {
        max-width: 55px;
    }
    .sn-head {
        height: 135px;
    }
    .slide-services .slider-nav span {
        font-size: 15px;
        line-height: 19px;
    }
    .ser-info {
        padding: 0 15px;
    }
    .stragery-branding img {
        float: none;
        margin: 0 auto;
    }
    .ser-info .img-holder {
        margin: 30px 0 0;
        text-align: center;
    }
    .ncen-head {
        text-align: center;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .nsec-head h3 {
        font-size: 30px;
    }

    section.project-cta h2 {
        width: 100%;
    }
    .cr-box > div {
        max-width: 100%;
        padding: 30px;
    }
    .comboPack h3 {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .comboPack {
        background-position: left;
    }
    .comboPack ul {
        width: 100%;     
    }
    .comboPack ul ul {
        margin-top: 18px;
    }        
    .comboPack h2 span {
        margin: 0 0 20px !important;
    }
    .nport .element-item img {
        border-radius: 10px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 767px) {
    header ul.info {
        display: none;
    }

    .menu-bottom {
        top: -50px;
    }

    .contact-form.formbg {
        top: 40px;
        position: relative;
    }

    .formbg:before {
        left: 90px;
    }

    section.our-banner.service-banner.pack-ban.cate-ban {
        height: 850px;
    }

    section.our-banner.service-banner.pack-ban .caption {
        top: 4%;
    }

    section.our-banner.service-banner.pack-ban.cate-ban img {
        height: 850px;
    }

    section.our-banner.service-banner.pack-ban.cate-ban ul li img {
        height: auto;
    }

    section.cate-sec ul li {
        width: 49%;
    }

    section.cta h5 img {
        width: 38px;
    }

    section.cta h5 {
        font-size: 16px;
    }

    section.first-fold.third-fold {
        padding-top: 50px;
    }

    section.second-fold .con-wrap {
        left: 0px;
        bottom: -20px;
        padding: 0;
    }

    section.cate-sec.mate-sec ul li {
        width: 32.4%;
    }

    .mbl-set-wrap .mbl-set label.radio-label {
        top: -68px;
    }

    section.second-fold {
        padding: 50px 0 20px;
    }

    .element-item {
        height: 130px;
    }
}
/* Ensure nested dropdown appears correctly */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-left: -1px;
}