/*
-------------------------------------------------------------------
========================== Labtop  ==========================
-------------------------------------------------------------------
*/
@media (min-width: 1025px) {
  .np-mobile-menu-btn {
    display: none;
  }

  .np-menu-mobile {
    display: none;
  }
}

/*
-------------------------------------------------------------------
========================== End Ipad Pro  ==========================
-------------------------------------------------------------------
*/
@media (max-width: 1024px) {
  .np-menu-mobile {
    display: none;
  }

  body {
    padding: 15px;
  }

  header.np-header nav.np-nav ul {
    gap: 20px;
  }

  header.np-header nav.np-nav {
    gap: 30px;
  }

  .np-title {
    font-size: 35px;
  }

  .np-up-title {
    font-size: 15px;
  }

  .np-home-services-head-title {
    flex: 1;
  }

  .np-list-cart {
    padding: 15px;
  }

  .np-list-cart-content>h3 {
    font-size: 20px;
  }

  .np-post-content>h4 {
    font-size: 20px;
  }

  .np-post-actions>p {
    font-size: 14px;
  }

  .np-post-actions>a {
    font-size: 14px;
  }

  section.np-block-quote .np-quote-block-content>h2 {
    font-size: 50px;
  }

  section.np-block-quote {
    max-height: 750px;
  }

  .np-mobile-menu-btn {
    display: none;
  }

  section.np-contact-wrapper .container {
    padding-inline: 15px;
  }

  section.np-contact-bg {
    max-height: 750px;
  }
}

/*
  -------------------------------------------------------------------
  ============================ Ipad Air  ============================
  -------------------------------------------------------------------
  */

@media (max-width: 820px) {
  .np-footer-address {
    text-align: center;
    margin-bottom: 40px;
  }

  .np-footer-links {
    text-align: center;
    margin-bottom: 40px;
  }

  .np-footer-links>a {
    display: block;
  }

  .np-footer-social {
    justify-content: center;
  }

  header.np-header nav.np-nav {
    display: none;
  }

  .np-mobile-menu-btn {
    background: transparent;
    border: none;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .np-header.is-scrolling {
    padding-inline: 20px;
    padding-block: 15px;
  }

  .np-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    padding: 30px;
    transition: .3s all ease-in-out;
    transform: translateX(-100%);
  }

  body.in {
    overflow: hidden;
  }

  body.in .np-menu-mobile {
    transform: translateX(0);
  }

  .np-menu-mobile .np-mm-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .np-menu-mobile .np-mm-header button.np-close-menu-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #FFF;
  }

  .np-menu-mobile .np-mm-header button.np-close-menu-btn>img {
    width: 25px;
  }

  .np-menu-mobile .np-mm-body ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }
.np-menu-mobile .np-mm-body ul>li ul >li a {
    font-size: 14px;
    padding: 14px 0px;
}

.np-menu-mobile .np-mm-body ul>li ul >li {
    width: 100%;
}
  .np-menu-mobile .np-mm-body ul>li>a {
    font-size: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1C135E;
    font-weight: 500;
    padding-block: 4vh;
  }

  .np-menu-mobile .np-mm-body ul>li {
    border-bottom: 1px solid rgba(98, 57, 253, 0.35);
    width: 80%;
    margin: 0 auto;
  }

  .np-mm-body {
    width: 100%;
    overflow: scroll;
  }

  .np-menu-mobile .np-mm-footer>a {
    width: 100%;
    padding: 18px 0px;
    display: flex;
    font-size: 20px;
    min-height: auto;
  }

  .np-menu-mobile .np-mm-footer {
    width: 100%;
  }

  /* Mobile dropdown */
  .np-menu-mobile .menu-item-has-children > a {
    position: relative;
  }

  .np-menu-mobile .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-right: 2px solid #1C135E;
    border-bottom: 2px solid #1C135E;
    transform: rotate(45deg);
    margin-left: 12px;
    vertical-align: middle;
    margin-top: -5px;
    transition: transform 0.2s ease;
  }

  .np-menu-mobile .menu-item-has-children.is-open > a::after {
    transform: rotate(-135deg);
    margin-top: 3px;
  }

  .np-menu-mobile .menu-item-has-children > .sub-menu {
    display: none;
    padding: 0;
    list-style: none;
    margin: 0;
  }

  .np-menu-mobile .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }

  .np-menu-mobile .sub-menu > li {
    border-bottom: none;
    width: 80%;
    margin: 0 auto;
  }

  .np-menu-mobile .sub-menu > li > a {
    font-size: 18px;
    padding-block: 1.5vh;
    color: rgba(28, 19, 94, 0.7);
    display: flex;
    justify-content: center;
  }

  .np-home-banner-content>h2 {
    text-align: center;
    font-size: 50px;
  }

  .np-home-banner-content {
    max-width: 100%;
    text-align: center;
  }

  .np-block-description-content {
    margin-top: 50px;
  }

  .np-home-why-choose-img {
    margin-top: 50px;
  }

  .np-page-head {
    height: 260px;
  }

  .np-page-head>h2 {
    font-size: 35px;
  }

  .np-block-description {
    padding-block: 20px;
  }

  .np-vision>h2 {
    font-size: 30px;
  }

  .np-vision>p {
    font-size: 15px;
    line-height: 26px;
  }

  .np-vision-wrapper .row {
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
  }

  .np-vision-wrapper .row [class^="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .np-page-head>p {
    font-size: 15px;
    font-weight: 500;
  }

  .pm-services-categories {
    gap: 10px;
  }

  .pm-services-categories>a {
    padding-inline: 8px;
    padding-block: 2px;
    font-size: 13px;
    min-height: 40px;
  }

  section.np-block-service .np-block-description-content {
    margin-bottom: 50px;
  }

  .np-block-service {
    padding-block: 30px;
  }

  .np-contact-form {
    margin-top: 50px;
  }



  .np-quote-content .np-quote-text {
    padding-left: 0;
  }

  .np-quote-content .np-quote-text>h2 {
    font-size: 50px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}


/*
  -------------------------------------------------------------------
  ========================== End Ipad Air  ==========================
  -------------------------------------------------------------------
  */

/*
  -------------------------------------------------------------------
  ============================== Ipad  ==============================
  -------------------------------------------------------------------
  */

@media (max-width: 768px) {}

/*
  -------------------------------------------------------------------
  ============================ End Ipad  ============================
  -------------------------------------------------------------------
  */

/*
  -------------------------------------------------------------------
  ============================= Mobile  =============================
  -------------------------------------------------------------------
  */

@media (max-width: 580px) {
  .np-title {
    font-size: 30px;
  }

  .np-home-services-head {
    display: block;
  }

  .np-home-services-head-title {
    margin-bottom: 20px;
  }

  .np-block-description .np-block-description-img {
    padding-right: 0;
  }

  .np-list-cart {
    align-items: flex-start;
  }

  .np-home-why-choose-img>img {
    height: 325px;
  }

  section.np-home-blog .np-post {
    margin-bottom: 40px;
  }

  .np-block-description .np-block-description-img>img {
    height: 260px;
  }

  .np-block-description {
    padding-block: 50px;
  }

  .np-page-head {
    height: 228px;
  }

  .np-page-head>h2 {
    font-size: 25px;
  }

  body {
    padding: 5px;
  }

  header.np-header {
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 9;
  }

  header.np-header a.np-logo>img {
    width: 140px;
  }

  .np-header.floated {
    padding-inline: 20px;
  }

  .np-header.floated {
    padding-inline: 20px;
  }

  .np-blog-wrapper .np-blog-container .np-title {
    font-size: 30px;
  }

  .np-blog-wrapper .np-blog-container .np-bolg-img>img {
    height: 410px;
  }

  .np-description {
    font-size: 14px;
    line-height: 25px;
  }

  .np-block-service .np-block-description-img {
    height: 391px;
  }

  .np-block-service {
    padding-block: 0;
  }

  section.np-block-quote {
    margin-top: 50px;
  }

  .np-contact-title .np-title {
    font-size: 30px;
  }

  .np-contact-details .np-description {
    font-size: 16px;
    line-height: 28px;
  }

  .np-contact-details {
    padding-right: 0;
  }

  .np-contact-form {
    padding: 30px;
  }

  .np-quote-content .np-logo img {
    width: 150px;
  }

  .np-quote-content {
    padding-inline: 30px;
  }

  .np-quote-content .np-logo {
    margin-bottom: 35px;
  }

  .np-quote-content .np-quote-text>h2 {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .np-contact-infos>p,
  .np-contact-infos>a {
    font-size: 15px;
    line-height: 23px;
  }

  .np-steper-box {
    padding: 25px;
  }

  h2.np-step-title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .np-checkbox {
    margin-bottom: 10px;
  }
 .np-home-banner-content>h2 {
    text-align: center;
    font-size: 28px;
  }
  .np-home-banner-content p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 20px;
    }
    .np-service-banner {
    padding: 0;
}

section.np-service-banner .np-title {
    color: #FFF;
    font-size: 25px;
    text-align: center;
}

.np-service-banner .container .row {
    width: 100%;
    margin: 0 auto;
}

.np-service-banner .container .row .col-8 {
    width: 100%;
    flex: 1;
    max-width: 100%;
}
section.np-block-quote .np-quote-block-content>h2 {
    font-size: 36px;
}
}

/*
  -------------------------------------------------------------------
  =========================== End Mobile  ===========================
  -------------------------------------------------------------------
  */

/*
  -------------------------------------------------------------------
  ========================== Small Mobile  ==========================
  -------------------------------------------------------------------
  */

@media (max-width: 375px) {}

/*
  -------------------------------------------------------------------
  ======================== End Small Mobile  ========================
  -------------------------------------------------------------------
  */