@media (max-width: 1500px) {
}

@media (max-width: 1399.98px) {
  .menu > .nav-item + .nav-item {
    margin-left: 18px;
  }
  .service-area-two .single-service > div:nth-child(2) {
    padding-left: 30px;
  }
  .service-area-two .single-service > div:nth-child(1) {
    padding-right: 30px;
  }
  .single-blog-area .post-wrapper {
    gap: 20px;
  }
  .map-area .main-map .popup-2 {
    right: 0;
  }

  .testimonial-slider .slick-list {
    padding: 0 15px;
  }
}
@media (max-width: 1199.98px) {
  .navbar {
    padding: 12px 0;
  }
  .navbar-collapse {
    padding: 0px;
    padding-right: 2px;
  }
  .navbar .menu > .nav-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(237, 237, 237, 0.5);
    display: block;
  }
  .navbar .menu > .nav-item > .nav-link.active::before {
    display: none;
  }
  .navbar .menu > .nav-item + .nav-item {
    margin-left: 0;
  }
  .navbar .menu > .nav-item.submenu .dropdown-menu::before {
    display: none;
  }
  .navbar .menu > .nav-item.submenu .dropdown-menu .nav-item {
    padding: 0 40px 0 15px;
  }
  .menu > .nav-item.submenu .dropdown-menu {
    padding: 12px 0;
  }
  .menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
    margin-top: 10px;
  }
  .navbar-collapse {
    background-color: #fff;
    padding: 10px;
  }
  .navbar .menu {
    padding: 5px 0px;
  }
  .navbar .menu .nav-item .mobile_dropdown_icon {
    position: absolute;
    right: 0px;
    top: 0;
    color: #231f20;
    line-height: 42px;
    font-size: 15px;
    display: inline-block;
    opacity: 0.8;
    padding: 0 10px;
  }
  .navbar .menu > .nav-item.submenu .dropdown-menu {
    box-shadow: none;
    margin-top: 5px;
    max-height: none !important;
  }
  .menu > .nav-item.active .mobile_dropdown_icon {
    color: #ac083f;
  }
  .navbar .right-nav {
    margin-left: 0;
    align-items: flex-start;
    flex-direction: column;
  }

  /* //////////////// */
  .banner-area-one .hero-img svg,
  .banner-area-six .hero-img svg {
    max-width: 100%;
  }
  .banner-area-one .hero-img,
  .banner-area-six .hero-img {
    text-align: center;
  }

  .banner-area-one h1,
  .banner-area-six h1 {
    font-size: 60px;
    line-height: 75px;
  }
  .banner-area-one,
  .banner-area-six {
    padding-bottom: 50px;
    padding-top: 140px;
  }
}

@media (max-width: 1120px) {
  .banner-area-one .hero-img svg {
    max-width: 100%;
    height: auto;
  }
  .banner-area-six .hero-img svg {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .contact-area .img-list {
    flex-direction: row;
  }

  .banner-area-two {
    text-align: center;
  }
  .banner-area-two .feature-list li {
    justify-content: center;
  }
  .banner-area-two .client-refferel {
    justify-content: center;
  }
  .service-area-two .single-service .main-img {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .service-area-two .single-service {
    border-bottom: 0;
  }

  .newsletter-area h2 {
    border-right: 0;
  }

  .blog-area .blog-navigation {
    flex-direction: column;
    margin: 0;
  }

  .blog-area .blog-navigation a {
    width: 100%;
    text-align: center;
  }

  .blog-area .nav-wrapper {
    padding: 10px 0;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #00000012;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-area .navbar-toggler {
    padding: 3px;
    border-radius: 8px;
    background: #00000026;
    border: none;
    outline: none;
  }

  .single-blog-area .post-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .single-blog-area .post-wrapper .left-sidebar,
  .single-blog-area .post-wrapper .right-sidebar {
    width: 100%;
  }

  .banner-area-four h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .banner-area-five {
    text-align: center;
  }
  .banner-area-five .theme-btn {
    width: 100%;
  }
  .banner-area-five .contact-form {
    margin-top: 20px;
  }

  .feature-area-four .contact-form {
    border-left: 0;
    padding-left: 0;
  }

  .service-area-two
    .single-service:not(.flex-lg-row-reverse)
    > div:nth-child(2) {
    padding-left: 15px;
  }
  .service-area-two .single-service.flex-lg-row-reverse > div:nth-child(2) {
    padding-right: 15px;
  }
  .service-area-two .single-service > div:nth-child(2) {
    padding-left: 15px;
  }
  .service-area-two .single-service.flex-lg-row-reverse > div:nth-child(1) {
    padding-left: 15px;
  }
  .service-area-two .single-service > div:nth-child(1) {
    padding-right: 15px;
  }
  .service-area-two .single-service {
    padding: 20px 0;
  }

  .feature-area-nine .filter-widget > * {
    width: 100%;
    flex: auto;
  }

  .feature-area-eight .feature-box {
    padding: 20px;
  }
  .testimonial-widget {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-area-two .banner-img {
    margin: 50px;
  }
  .testimonial-area-two .testimonial-wrapper {
    padding-left: 15px;
    border-left: 0;
  }

  .testimonial-area-two h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 25px;
  }
  .testimonial-widget-two .testimonial-details {
    border-top: 1px solid #ffffff1a;
    padding-top: 20px;
  }
  .service-area-two .navigation-links {
    border-bottom: 0px;
    gap: 0;
    padding: 0;
    margin-top: 30px;
  }
  .service-area-two .navigation-links a {
    width: 100%;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
  }

  .map-area .main-map .map-popup {
    display: none;
  }
  .contact-area .img-list {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .contact-area .img-list img {
    flex: 1 0 0;
    width: 100%;
    max-width: 50%;
  }

  .feature-area-three .how-it-works-img::after {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
}
@media (max-width: 575.98px) {
  .sec-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-title h2,
  .feature-area-four h2,
  .about-us-service h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .banner-area-one h1,
  .banner-area-six h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .why-choose-area h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .why-choose-area .single-count-box h3 {
    font-size: 50px;
    line-height: 50px;
  }
  .why-choose-area .single-count-box,
  .about-us-home .about-elements-list .list-element {
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .service-area .service-box h4,
  .feature-area-one h4,
  .about-us-home .about-elements-list .list-element h4,
  .blog-widget h4,
  .feature-area-two .feature-box h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .faq-single-widget .faq-header h4 {
    font-size: 18px;
  }
  .footer-area-one .footer-cta h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .footer-area-one h5 {
    font-size: 18px;
  }
  .banner-area-one .hero-img svg {
    width: 100%;
    max-width: 100%;
  }
  .feature-area-one .feature-tab-element {
    padding: 5px 0px 5px 20px;
  }
  .testimonial-slider {
    margin-top: 20px;
  }

  .testimonial-area .testimonial-slider-arrows {
    gap: 10px;
    margin-top: 20px;
  }

  .banner-area-two .banner-img {
    margin: 50px 20px;
  }
  .banner-area-two .banner-img img:nth-child(2),
  .banner-area-two .banner-img img:nth-child(3),
  .banner-area-two .banner-img img:nth-child(4) {
    transform: scale(0.8);
  }

  .banner-area-two h1,
  .banner-area-three h1,
  .banner-area-four h1,
  .banner-area-five h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .testimonial-area-two h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .testimonial-widget-two .testimonial-details .divider {
    display: none;
  }
  .testimonial-widget-two .testimonial-details .rating {
    margin-bottom: 10px;
  }
  .testimonial-widget-two .testimonial-details .company {
    order: 1;
    margin-top: 10px;
  }
  .testimonial-widget-two .testimonial-details {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 10px;
  }
  .testimonial-widget-two .testimonial-details .postion {
    font-weight: 400;
  }

  .feature-area-three .tab-content::after {
    width: 93vw;
    height: 93vw;
  }

  .single-blog-area .post-content-details h3 {
    font-size: 28px;
  }

  .banner-area-three {
    text-align: center;
  }
  .newsletter-area .newsletter-form {
    flex-direction: column;
  }
  .about-us-service {
    padding: 160px 0;
  }

  .feature-area-eight .feature-box {
    padding: 20px;
  }
  .testimonial-widget {
    padding: 20px;
  }
  .testimonial-widget {
    width: calc(100vw - 30px);
  }
  .progress-step-widget {
    width: 100%;
  }
  .custom-modal .modal-content {
    padding: 26px;
  }
  .footer-2 .footer-top .divider {
    display: none;
  }
  .checkout-summery .summery-list li .summery-label {
    font-size: 13px;
  }
  .checkout-summery .summery-list li .summery-value .cr-price {
    font-size: 20px;
  }
  .checkout-summery .summery-list li .summery-value .cr-price span {
    font-size: 14px;
  }
  .checkout-summery .curr-price .price,
  .checkout-summery .og-pricing .price {
    font-size: 22px;
  }
  .contact-link {
    font-size: 15px;
  }
  .form-widget .form-title {
    font-size: 20px;
  }
  .section-title-2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
  }
  .section-title-2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }
  .form-widget {
    padding: 20px;
  }
  .theme-btn-2 {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .section-title h2,
  .feature-area-four h2,
  .about-us-service h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .banner-area-one h1,
  .banner-area-six h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .why-choose-area h2 {
    font-size: 34px;
    line-height: 48px;
  }
  .why-choose-area .single-count-box h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .about-us-service {
    padding: 120px 0;
  }
}
