@media (max-width: 2560px) {
  div#integrationCarousel .col-4 {
    width: 467px !important;
  }
}

@media (min-width: 1920px) {
  .circle_img {
    left: 98%;
    top: 268rem;
  }
}

@media (min-width: 1880px) {
  .circle_img {
    /* left: 98% !important; */
    top: 268rem;
  }

  .faq-section .question_img {
    left: clamp(0%, 0vw, 30%) !important;
  }

  .faq-section .second_question_img {
    right: clamp(0%, 0vw, 30%) !important;
  }

  .frame_img {
    top: 45rem;
    left: 20rem;
  }

  /* div.carousel-container div.features.integration {
    padding-top: 0px !important;
  } */
}

@media (min-width: 1600px) {
  .faq-section h1 {
    font-size: 39px !important;
  }

  /* .banner {
        top: 446rem  !important;
    } */

  /* div.carousel-container div.features.integration {
    padding-top: 0px !important;
  } */
}

@media (max-width: 1599px) {
  .faq-section .second_question_img,
  .faq-section .question_img,
  .frame_img,
  .circle_img {
    display: none !important;
  }

  .mt-7 {
    margin-top: 0 !important;
  }

  .plugins::before,
  .plugins::after {
    display: none !important;
  }

  .support::after {
    display: none !important;
  }

  .features.integration.faq-section::before,
  .features.integration.faq-section::after {
    display: none !important;
  }

  .highlighted-section::before,
  .highlighted-section::after {
    display: none;
  }

  div.carousel-container div.features.integration {
    padding-top: 0px !important;
  }
}

@media (min-width: 1345px) and (max-width: 1599px) {
  .faq-section .second_question_img,
  .faq-section .question_img,
  .frame_img,
  .circle_img {
    display: none;
  }

  .faq-section h1 {
    font-size: 33px !important;
  }

  /* .banner {
        top: 444rem !important;
    } */

  div.carousel-container div.features.integration {
    padding-top: 0px !important;
  }
}

@media (max-width: 1320px) {
  .pattern_img,
  .pattern2_img,
  .pattern3_img,
  .pattern4_img {
    display: none;
  }

  .api_section {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
  }

  div.carousel-container div.features.integration {
    padding-top: 0px !important;
  }
}

@media (min-width: 1300px) and (max-width: 1343px) {
  .rectangle_img {
    width: 95%;
  }

  .faq-section h1 {
    font-size: 31px !important;
  }

  /* .banner {
        top: 447rem  !important;
    } */

  div.carousel-container div.features.integration {
    padding-top: 0px !important;
  }
}

@media (min-width: 1206px) and (max-width: 1199px) {
  .faq-section h1 {
    font-size: 29px !important;
  }

  /* .banner {
        top: 456rem !important;
    } */

  div.carousel-container div.features.integration {
    padding-top: 0px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .rectangle_img {
    width: 98%;
    /* Slightly smaller width */
  }

  .faq-section h1 {
    font-size: 30px !important;
  }

  .cust_support_img {
    padding-left: 7vw !important;
  }

  /* .banner {
        top: 452rem !important;
    } */

  div.carousel-container div.features.integration {
    padding-top: 0px !important;
  }
}

@media (max-width: 1232px) {
  /* Header Navigation */
  .menu-container {
    display: none !important;
  }

  #menu-toggle {
    display: block !important;
    /* position: relative; */
    z-index: 1001;
  }

  .header-container {
    padding: 10px 15px;
  }

  /* .header-row {
    width: 100% !important;
    padding: 0 15px;
    align-items: center;
  } */

  .logo-container img {
    max-width: 120px;
    height: auto;
  }

  #mobile-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 60px;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  #mobile-menu ul li {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(0, 122, 193, 0.1);
  }

  #mobile-menu ul li:last-child {
    border-bottom: none;
  }

  div.carousel-container div.features.integration {
    padding-top: 0px !important;
  }
}

@media (min-width: 1055px) and (max-width: 1218px) {
  a.home-free-consultation-btn {
    margin-top: 10px;
  }
}


@media (max-width: 1198px) and (max-width: 1054px) {
  .support .integra_p {
    width: 90% !important;
  }

  .rectangle_img {
    width: 98%;
    /* Slightly smaller width */
  }

  .faq-section h1 {
    font-size: 25px !important;
  }

  .d-flex {
    flex-wrap: wrap !important;
  }

  .w-70 {
    width: 100% !important;
  }

  .banner {
    margin-top: -160px !important;
  }

  .faq-section h1 {
    font-size: clamp(24px, 5vw, 32px) !important;
    /* Adjust font size dynamically between 24px to 32px based on the viewport width */
  }

  div.carousel-container div.features.integration {
    padding-top: 0px !important;
  }

  div.h-800 {
    height: 600px;
  }

  div.bg.hero_banner div.banner_wrapper img {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .plugins .plugin-label {
    justify-content: center;
    margin-top: 20px;
  }

  .menu-container ul {
    display: flex;
    justify-content: end;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .support .integra_p {
    width: 90% !important;
  }

  .wordpress-plugin-grid {
    grid-template-columns: repeat(3, minmax(300px, 1fr)) !important;
  }

  .cust_support_img {
    padding-left: 0 !important;
  }

  .highlighted-section {
    display: none !important;
  }

  .real_time {
    margin-top: 20px;
  }

  div.carousel-container div.features.integration {
    padding-top: 0px !important;
  }

  div.h-800 {
    height: 600px;
  }
}

@media (max-width: 1024px) {
  .wordpress-plugin-grid {
    grid-template-columns: repeat(3, minmax(300px, 1fr)) !important;
  }

  .rectangle_img {
    width: 99% !important;
  }

  .faq-section h1 {
    font-size: clamp(24px, 5vw, 26px) !important;
  }

  .support .integra_p {
    width: 90% !important;
  }

  div#integrationCarousel .col-4 {
    width: 100% !important;
  }

  .wsus__categories_item_2 {
    padding: 7px !important;
  }

  .blog .vector2_img {
    margin-left: 16rem !important;
  }

  .real_time_section .real_time {
    order: 2 !important;
    margin-bottom: 76px;
  }

  .real_time_section img.gold_price_img {
    order: 1 !important;
  }

  .pattern_img,
  .pattern2_img,
  .pattern3_img,
  .pattern4_img {
    display: none !important;
  }

  .api_section {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .patients .arrow-container {
    position: relative;
    left: -20rem;
  }

  .patients .w-50 {
    width: 100% !important;
  }

  div.carousel-container div.features.integration {
    padding-top: 0px !important;
  }
}

@media (max-width: 1023px) {
  .global-footer {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .global-footer__container {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 16px;
    flex-wrap: wrap;
  }

  .global-footer-info-links {
    margin-top: 32px;
  }

  .global-footer-stats {
    margin-left: 0%;
    padding-left: 0;
  }

  .is-hidden-desktop {
    display: block !important;
  }

  .global-footer-stats {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    padding-left: 0;
  }

  .global-footer-stats__content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .global-footer-stats__list {
    margin-top: 0;
  }

  .global-footer-stats__logo {
    margin-right: 16px;
  }

  .global-footer__container:last-child {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .global-footer-company-links {
    margin-top: 8px;
    margin-right: 16px;
  }

  .global-footer-social {
    white-space: nowrap;
  }

  .global-footer-info-links__list {
    max-width: 600px;
  }

  .global-footer-company-links__list-item:not(:last-child) {
    margin-right: 8px;
  }

  .global-footer-company-links__copyright,
  .global-footer-company-links__price-disclaimer {
    max-width: 380px;
  }

  .menu-container ul li {
    margin-right: 20px;
  }

  div.carousel-container div.features.integration {
    padding-top: 0px !important;
  }
}

@media (max-width: 991px) {
  .real_time .badge {
    display: inline-block;
    margin-top: 40px;
  }

  .MetalPrice_img {
    max-width: 490px;
  }

  .api_section {
    display: none !important;
  }

  .menu-container {
    display: none !important;
  }

  #menu-toggle {
    display: block !important;
  }

  .signup-wrapper a {
    margin-top: 12px !important;
  }

  .vector_img {
    margin-left: 0px !important;
  }

  .tech .mt-13 {
    padding-left: 15px !important;
  }

  .wordpress-plugin-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
    padding: 0 10px;
  }

  .plugins,
  .category,
  .features,
  .social_media,
  .testimonial-section,
  .support {
    /* margin-bottom: 30px !important; */
    margin-bottom: 0px;
  }

  .int_bg {
    margin-bottom: 0 !important;
  }

  .logo-container img {
    width: 240% !important;
    margin-top: 10px !important;
    margin-left: -31px !important;
    margin-bottom: 5px !important;
  }

  .tech {
    padding: 2rem !important;
  }

  .real_time h1 {
    font-size: calc(40px + 6 * ((100vw - 320px) / 680)) !important;
    /* margin-top: 50px !important; */
    line-height: 44px !important;
  }

  .header-container {
    padding: 0 !important;
  }

  .sticky-header {
    position: relative !important;
  }

  .wordpress_plugin h1,
  .wordpress_plugin h1 span {
    font-size: calc(28px + 6 * ((100vw - 320px) / 680)) !important;
    list-style: 25px !important;
  }

  .real_time_section {
    margin-bottom: 10px !important;
  }

  #integrationCarousel .slick-dots {
    bottom: 19px !important;
  }

  .support .row {
    display: flex;
    flex-direction: column-reverse;
    /* Reverse the order */
  }

  .vertical-menu-row .row.left-row {
    justify-content: space-between !important;
    margin-top: 20px !important;
  }

  .vertical-menu-row {
    padding: 0 0 15px !important;
  }

  .row.left-row .title {
    margin-top: 20px !important;
  }

  .blog h1 {
    width: 100% !important;
  }

  .arrow-container {
    display: none !important;
  }

  .menu-vertical li {
    line-height: 30px !important;
  }

  .blue_common_btn {
    width: 100% !important;
  }

  .header-row {
    width: 85% !important;
    /* margin-left: 37px; */
    margin-left: 0px;
  }

  div.header-row button.menu-btn{
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-img {
    margin-top: 0 !important;
  }

  .wordpress_bg {
    width: 337px !important;
  }

  .int_p {
    line-height: 25px !important;
  }

  .intig_p {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .wordpress_white_logo {
    /* top: 35px !important; */
  }

  .international .wordpress_white_logo,
  .encrypted .wordpress_white_logo {
    /* top: 30px !important; */
  }

  .integration h1 span,
  .tech h1 span {
    line-height: 30px !important;
  }

  .wordpress_plugin h1,
  .integration h1 {
    line-height: 40px !important;
  }

  .wordpress_plugin h1 span {
    line-height: 0 !important;
  }

  .padding-left {
    padding-left: 30px !important;
  }

  .footer-04 {
    padding-top: 2em !important;
  }

  div.carousel-container div.features.integration {
    padding-top: 0px !important;
  }
}

@media (max-width: 767px) {
  /* Hero Section */
  .hero_banner .container {
    padding: 20px;
  }

  .h-800 {
    height: auto !important;
    min-height: 400px;
  }

  .real_time_section {
    flex-direction: column;
  }

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

  .real_time h1 {
    font-size: calc(24px + 6 * ((100vw - 320px) / 680)) !important;
    line-height: 1.3 !important;
    margin: 20px 0;
  }

  .real_time p {
    font-size: 16px;
    line-height: 1.6;
    margin: 15px 0;
  }

  .real_time .badge {
    display: none !important;
  }

  .MetalPrice_img {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
  }

  /* Grid Layouts */
  .wordpress-plugin-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    padding: 0 10px;
  }

  .integra_p {
    color: #4d4d4d;
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.5px;
    width: 50%;
    margin: 0 auto !important;
    text-align: center;
  }

  .vertical-menu-row,
  .row.left-row {
    display: block !important;
  }

  .vertical-menu-row .title {
    font-weight: 600;
    font-size: 20px;
  }

  .vector2_img,
  .vector_img,
  .vector5_img {
    display: none !important;
  }

  .MetalPrice_img {
    width: 80% !important;
    height: auto !important;
    left: 50% !important;
    top: 120px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  #mobile-menu:not(.d-none) {
    /* left: 37rem !important; */
  }

  .gold_price_img {
    width: 100px !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: -110px !important;
    top: 15em !important;
    display: block !important;
    text-align: center !important;
  }

  .support_img {
    left: 21rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    top: 9em !important;
  }

  .rates_img {
    top: 18em !important;
    left: -54px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .feature_img {
    width: 100% !important;
    height: auto !important;
    left: 50% !important;
    top: 100px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .real_time h1 {
    margin-right: 0 !important;
    margin-top: 10px !important;
  }

  #mobile-menu:not(.d-none) {
    /* left: 20rem; */
  }

  .header-row {
    width: 75% !important;
  }

  .wordpress_bg {
    width: 100% !important;
  }

  .lead-magnet-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .faq-question {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .features.integration.faq-section {
    margin-bottom: 0px !important;
  }

  div.faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  footer.global-footer {
    padding: 0px 0px 25px 0px;
  }

  footer.global-footer small.global-footer-company-links__copyright {
    margin-top: 5px;
  }

  /*==================*/
  .lead-magnet-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .faq-question {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .features.integration.faq-section {
    margin-bottom: 0px !important;
  }

  div.faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  footer.global-footer {
    padding: 0px 0px 25px 0px;
  }

  footer.global-footer small.global-footer-company-links__copyright {
    margin-top: 5px;
  }

  div#notification-bar {
    gap: 0px;
  }

  div.bg.hero_banner div.container div.h-800 {
    height: auto;
  }

  div.plugins div.container p.plugin-label {
    margin-top: 0px !important;
  }

  div.banner_wrapper img.MetalPrice_img {
    margin-bottom: 0px !important;
  }

  div.container div.wordpress-plugin-grid {
    padding-left: 0px;
    padding-right: 0px;
  }

  div.main-content .plugins {
    margin-bottom: 0px !important;
  }

  div.main-content div.features.preciousuite {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  div.carousel-container div.features.integration {
    padding-top: 50px !important;
  }

  div.integration div.grid {
    gap: 16px;
  }
}

@media (max-width: 634px) {
  .breadcrumbs {
    margin-top: 20px;
  }

  .lead-magnet-content h3 {
    color: #fff;
    text-align: left;
  }

  .global-footer-info-links__list {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .global-footer__container {
    display: flex;
    flex-wrap: wrap;
    /* Optional: helps on smaller screens */
  }

  .global-footer-social {
    order: 0 !important;
  }

  .global-footer-company-links {
    order: 1;
  }

  .global-footer-social {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
    margin-right: auto;
  }

  .global-footer-company-links {
    margin-top: 16px;
    margin-right: 0;
    text-align: center;
  }

  .is-hidden-tablet-and-above {
    display: block !important;
  }

  .global-footer ul {
    margin-top: 5px !important;
  }

  .h-mt3 {
    margin-top: 24px !important;
  }

  .global-footer-company-links__copyright,
  .global-footer-company-links__price-disclaimer {
    margin-top: 24px;
  }

  .global-footer-stats__content {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
  }

  .global-footer-stats {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 0;
  }

  .real_time h1 {
    margin-right: 0 !important;
    margin-top: 15px !important;
  }

  .integra_p {
    color: #4d4d4d;
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.5px;
    width: 50%;
    margin: 0 auto !important;
    text-align: center;
  }

  .wordpress-plugin-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (max-width: 580px) {
  a.home-free-consultation-btn {
    margin-top: 10px;
  }
}

@media (max-width: 515px) {
  .breadcrumbs {
    margin-top: 20px;
  }

  .cust_support_img {
    max-width: 100% !important;
    margin: 0 !important;
  }

  .lead-magnet-content h3 {
    color: #fff;
    text-align: left;
  }

  .integra_p {
    color: #4d4d4d;
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.5px;
    width: 50%;
    margin: 0 auto !important;
    text-align: center;
  }

  .card h3 {
    font-size: 24px;
    color: #333;
    margin: 15px 0;
    letter-spacing: -0.5px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  /* Grid Layouts */
  .wordpress-plugin-grid {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px !important;
  }

  .grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
    margin: 15px auto;
  }

  .card {
    padding: 20px;
  }

  .card h3 {
    font-size: 20px;
    margin: 10px 0;
  }

  .card p {
    font-size: 16px;
    line-height: 1.5;
  }

  /* Product Cards */
  .product-card {
    width: 100%;
    margin: 10px 0;
  }

  .product-image {
    max-height: 80px;
  }

  .product-name {
    font-size: 16px;
  }

  /* Images */
  .MetalPrice_img {
    width: 95% !important;
    top: 80px !important;
    display: none !important;
  }

  /* Blog Section */
  .blog-slider .slick-slide {
    margin: 10px;
  }

  .blog_img {
    height: 200px;
  }

  .blog h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .blog_p {
    font-size: 14px !important;
    line-height: 1.5;
  }

  .plugin-label {
    margin-top: 35px !important;
  }

  .gold_price_img {
    width: 70px !important;
    top: 10em !important;
  }

  .support_img {
    width: 70% !important;
    max-width: 65px !important;
    left: 8rem !important;
    top: 11em !important;
  }

  .rates_img {
    top: 15em !important;
    width: 108px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 55px !important;
  }

  .feature_img {
    width: 90% !important;
    top: 60px !important;
  }

  #mobile-menu:not(.d-none) {
    /* left: 10rem !important; */
  }

  .blog .vector2_img {
    margin-left: 13rem !important;
    width: 25% !important;
  }

  .footer-container {
    padding: 50px 20px 20px !important;
  }

  .contact {
    margin-left: 3px !important;
  }

  .click_img {
    display: none !important;
  }

  #menu-toggle {
    font-size: 25px !important;
  }

  .menu-img {
    width: 9% !important;
    margin-top: 6px !important;
  }

  .btn-outline-primary {
    padding: 0 8px !important;
  }

  .feature_wrapper::after {
    left: 15% !important;
  }

  .feature_wrapper::before {
    left: 58% !important;
  }

  .integra_p {
    color: #4d4d4d;
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.5px;
    width: 100%;
    margin: 0 auto !important;
    text-align: left;
  }

  .card h3 {
    font-size: 24px;
    color: #333;
    margin: 15px 0;
    letter-spacing: -0.5px;
    text-align: center;
  }

  .lead-magnet-content h3 {
    color: #fff;
    text-align: left;
  }

  footer.global-footer div.global-footer__container {
    display: grid;
  }

  footer.global-footer small.global-footer-company-links__copyright {
    max-width: 100%;
  }

  footer.global-footer div.global-footer-company-links {
    margin-top: 0px;
  }
}

/* âœ… Final adjustments for 380px and below */
@media (max-width: 380px) {
  /* Buttons and Interactive Elements */
  .white_btn,
  .blue_common_btn,
  .read_btn,
  .blogcategoryBtn {
    padding: 10px 20px;
    font-size: 16px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
  }

  .white_btn .know_arrow,
  .blue_common_btn .know_arrow {
    width: 20px;
    margin-left: 10px;
  }

  /* Touch-friendly dropdown */
  .dropdown-menu-custom {
    width: 90vw;
    padding: 10px;
  }

  .dropdown-toggle {
    padding: 12px;
  }

  /* Touch-friendly navigation */
  #mobile-menu ul li a {
    padding: 12px 0;
    font-size: 16px;
  }

  /* Improved touch targets */
  .faq-question {
    padding: 15px 10px;
    min-height: 44px;
  }

  .faq-icon {
    padding: 10px;
    font-size: 24px;
  }

  /* Plugins section spacing */
  div.plugins {
    margin-top: 50px;
  }

  div.wordpress-plugin-grid {
    padding-left: 0px;
    padding-right: 0px;
  }

  div.main-content div.plugins {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0px !important;
  }

  div.features.preciousuite {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0px !important;
  }

  .lead-magnet-container {
    gap: 0px;
  }

  .lead-magnet-container .lead-magnet-image img {
    margin-bottom: 0px;
  }
}

/* âœ… Final adjustments for 320px and below */
@media (max-width: 320px) {
  .MetalPrice_img {
    width: 90% !important;
    top: 60px !important;
  }

  .gold_price_img {
    width: 60px !important;
    top: 8em !important;
    left: -80px !important;
  }

  .support_img {
    width: 60% !important;
    max-width: 90px !important;
    left: 10rem !important;
    top: 7em !important;
  }

  .rates_img {
    top: 11em !important;
    width: 110px !important;
    left: -100px !important;
  }

  .feature_img {
    width: 85% !important;
    top: 50px !important;
  }

  .cust_support_img {
    max-width: 97% !important;
    padding-left: 2vw !important;
  }

  .wordpress-plugin-grid {
    padding: 0 !important;
    margin-left: -5px !important;
  }

  .vector2_img {
    margin-left: 0 !important;
  }

  .integration {
    margin-top: 10px !important;
  }

  .arrow-container {
    margin-top: -33px !important;
  }

  .logo-container img {
    width: 240% !important;
    margin-top: 10px !important;
    margin-left: -31px !important;
  }

  .patients .arrow {
    left: -197px !important;
  }

  .vector2_img {
    width: 38% !important;
  }

  .arrow-container {
    display: none !important;
  }

  #integrationCarousel .wordpress_bg {
    width: 290px !important;
    height: 390px !important;
  }

  #integrationCarousel .d_flex {
    flex-wrap: wrap;
  }

  .plus_logo {
    margin-left: 90px !important;
  }

  .vector_img {
    width: 49% !important;
  }

  .wordpress_plugin h1 {
    line-height: 23px !important;
  }

  .integration h1,
  .integration h1 span {
    line-height: 35px !important;
    font-size: calc(28px + 6 * ((100vw - 320px) / 680)) !important;
  }

  .integra_p {
    font-size: 16px !important;
  }

  .integration .mb-60 {
    margin-bottom: 30px !important;
    text-align: left;
    width: 100%;
    margin-left: 10px !important;
  }

  .card h3 {
    font-size: 25px;
    margin: 15px 0;
    letter-spacing: -0.5px;
    text-align: center;
  }

  .card p {
    font-size: 16px;
    color: #545454;
    margin: 0;
    line-height: 28px;
    letter-spacing: -0.5px;
    text-align: left;
  }

  .integration .mb-53 {
    margin-bottom: 15px !important;
  }

  .patients .rectangle_img {
    height: 100% !important;
  }

  .tech h1 span {
    line-height: 12px !important;
    font-size: calc(28px + 6 * ((100vw - 320px) / 680)) !important;
  }

  .tech .tech_text .testimonial-text {
    margin-top: 12px !important;
    margin-left: 15px !important;
  }

  .tech .latest .testimonial-text {
    margin-left: 0 !important;
  }

  .integration .mt-65 {
    margin-top: -5px !important;
  }

  .features .mt-65 {
    margin-top: 30px !important;
  }

  .real_time h1 {
    font-size: calc(28px + 6 * ((100vw - 320px) / 680)) !important;
    margin-top: 0px !important;
    line-height: 36px !important;
  }

  .category h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .round_blue_img {
    margin-left: 18px !important;
  }

  .wordpress_white_logo {
    /* left: 100px !important; */
  }

  .secure .d_flex {
    flex-wrap: wrap !important;
  }

  .wordpress_bg .int_p {
    margin-left: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
    line-height: 25px !important;
  }

  .wordpress_bg .intig_p {
    font-size: 17px !important;
    line-height: 30px !important;
    margin-left: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }

  .tech {
    padding: 1rem !important;
  }

  .global-footer__separator {
    background-color: #262626 !important;
    border: none !important;
    display: block !important;
    height: 2px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  hr {
    height: 0 !important;
    width: auto !important;
    margin-left: -8px !important;
  }

  .menu-img {
    width: 10% !important;
  }

  .header-row {
    width: 75% !important;
  }

  /* #menu-toggle {
        right: 5px !important;
    } */
  .menu-img {
    margin-top: 0 !important;
  }

  .wordpress-plugin-grid .mt-20 {
    margin-top: 0 !important;
  }

  .filelabel {
    margin: -4px 0 14px 0 !important;
  }

  .padding-left {
    padding-left: 15px !important;
  }

  .footer-04 {
    padding-top: 1em !important;
  }

  .banner_wrapper::after {
    left: 17% !important;
  }

  .feature_wrapper::before {
    left: 55% !important;
  }

  .wordpress_plugin h2,
  .category h2,
  .blog h2,
  .review_head h2,
  .integration h2,
  .lead-magnet h3,
  .blog-header h1,
  .comment-box h2 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin: 0;
    text-align: left;
  }

  .lead-magnet .plugin-label {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px !important;
  }

  .lead-magnet-content p {
    color: #fff;
    font-family: Work Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
  }

  .white_btn.today {
    border: 2px solid #fff;
    color: #fff;
    text-align: left;
    font-size: 14px;
  }

  .know_arrow {
    margin: 0 0 0 15px;
    width: 20px;
  }

  .notification-bar {
    gap: 0.5px;
  }

  .white_btn {
    font-size: 14px;
  }

  .wordpress_plugin {
    margin-bottom: 16px;
  }

  div.main-content div.plugins {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  div.features.preciousuite {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  p.plugin-label.why-choose-precioux-label {
    margin-top: 0px !important;
  }

  div.integration div.grid {
    gap: 16px;
  }

  div.features.preciousuite {
    margin-bottom: 0px !important;
  }

  div.carousel-container div.features.integration {
    margin-top: 0px !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  div.carousel-container div.int_bg.blog {
    padding: 0px;
  }
}
