  body {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
      font-style: normal;
  }

  :root {
      --primary-color: #db5237;
      --secoundery-color: #34A89B;
  }

  ul,
  li {
      list-style: none;
      margin: 0;
      padding: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      margin: 0;
      padding: 0;
  }

  img {
      max-width: 100%;
  }

  p {
      margin: 0;
      padding: 0;
      letter-spacing: 0px;
      font-size: 16px;
      line-height: 28px;
      color: #333333;
      font-weight: 500;
      margin-bottom: 10px;
  }

  a,
  a:hover {
      text-decoration: none;
      color: #db5237;
      transition: all 0.3s ease-in;
  }

  .page-template-Condition .wraper_inner_banner {
      display: none;
  }

  .banner-section.treatment-banner {
      min-height: 500px;
  }

  .banner-section.treatment-banner .col-md-7 {
      margin: inherit;
  }

  .banner-section {
      width: 100%;
      background-size: cover !important;
      background-position: top center !important;
      background-repeat: no-repeat !important;
      padding: 80px 0 60px;
      min-height: 450px;
      display: flex;
      align-items: center;
      text-align: center;
  }

  .btn-page {
      text-transform: capitalize;
      position: relative;
      z-index: 1;
      background: #333;
      border: 1px solid #333;
      border-radius: 4px;
      font-size: 14px;
      line-height: 1;
      font-weight: 700;
      display: inline-flex;
      align-items: baseline;
      justify-content: center;
      text-align: center;
      padding: 12px 35px;
      overflow: hidden;
      transition: all .3s linear;
      color: #fff;
  }

  .banner-section .banner-content h6 {
      font-weight: 500;
      font-size: 22px;
      line-height: 32px;
      color: #db5237;
  }

  .banner-section .banner-content h1 {
      font-weight: 700;
      font-size: 36px;
      line-height: 50px;
      color: rgb(44, 49, 69);
  }

  .banner-section .banner-content p {
      font-weight: 400;
      color: #5E6271;
      width: 90%;
      margin: auto;
      margin: 10px 0;
  }

  .banner-section.treatment-banner .btn-page.theme-btn {
      background: #db5237;
      border: 1px solid #db5237;
  }

  .banner-section.treatment-banner .btn-page.theme-btn:hover {
      background-color: #333;
      color: #fff;
      border: 1px solid #333;
  }

  .banner-section.treatment-banner .btn-page.second:hover {
      background: #db5237;
      border: 1px solid #db5237;
      color: #fff;
  }

  /* ........overview.......... */
  .content-grid .content-body h6 {
      font-weight: 500;
      font-size: 20px;
      color: #db5237;
      position: relative;
  }

  .content-grid .content-body h3 {
      font-weight: 700;
      font-size: 28px;
      line-height: 40px;
      color: #2C3145;
      margin: 10px 0;
  }

  .content-grid .content-body p {
      font-weight: 500;
  }

  .about-grid .grid-image {
      display: flex;
      gap: 15px;
      align-items: center;
      flex-wrap: wrap;
  }

  .grid-image {
      width: 100%;
      height: 100%;
      position: relative;
  }

  .about-grid .grid-image .image-first {
      display: flex;
      justify-content: start;
      align-items: flex-end;
      gap: 10px;
  }

  .about-grid .image-first img {
      max-width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 20px;
  }

  .page-id-11425 .about-grid .image-first img {
      height: 340px;

  }

  .about-grid .grid-image .experience-card {
      background: #db5237;
      box-shadow: 0px 8px 24px 0px #959DA533;
      padding: 25px 15px;
      border-radius: 10px;
      width: calc(100% - 70%);
  }

  .about-grid .grid-image .experience-card i {
      font-size: 36px;
      font-weight: 600;
      color: #fff;
  }

  .about-grid .grid-image .experience-card h6 {
      color: #fff;
      font-size: 32px;
      font-weight: 600;
  }

  .about-grid .grid-image .experience-card p {
      color: #fff;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 600;
      margin-bottom: 0;
  }

  .about-grid .grid-image .image-sec {
      max-width: 70%;
      height: 240px;
      object-fit: cover;
      margin-left: auto;
  }

  .grid-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
  }

  .content-grid {
      width: 100%;
      height: 100%;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      padding: 80px 0;
  }

  .content-grid.about-grid.treatment-grid .image-first {
      justify-content: center;
      display: flex;
      border-radius: 20px;

  }

  .content-section {
      padding: 80px 0px;
      width: 100%;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background: #f3f3f3b5;
  }

  .content-section .scroll-item {
      position: sticky;
      top: 15%;
  }

  .content-section .tab-nav .tab-link.active {
      background: #36c0cb;
      border-color: #36c0cb;
      color: rgb(255, 255, 255) !important;
  }

  .content-section .tab-nav .tab-link {
      padding: 20px;
      font-size: 16px;
      font-weight: 600;
      line-height: 26px;
      color: rgb(62, 62, 62);
      background-color: rgb(255, 255, 255);
      border: 1px solid rgb(221, 221, 221);
      border-radius: 4px;
      transition: 0.4s;
      display: block;
      margin-bottom: 10px;
  }

  .content-section .rightside-content {
      padding-left: 70px;
  }

  .content-section .rightside-content .tab-content {
      padding-top: 20px;
  }

  .content-section .rightside-content .tab-content h2 {
      font-size: 30px;
      line-height: 40px;
      font-weight: 700;
      color: rgb(44, 49, 69);
      margin-bottom: 15px;
  }

  .content-section .rightside-content .tab-content p {
      line-height: 32px;
      margin-bottom: 15px;
      color: rgb(94, 98, 113);
  }

  .content-section .rightside-content .tab-content ul li {
      font-size: 16px;
      font-weight: 500;
      position: relative;
      padding-left: 25px;
      margin-bottom: 15px;
      display: block;
      line-height: 32px;
      color: rgb(94, 98, 113);
  }

  .content-section .rightside-content .tab-content h5 {
      font-weight: 600;
      font-size: 20px;
      margin-bottom: 15px;
  }

  .content-section .rightside-content .tab-content h3 {
      font-size: 24px;
      line-height: 40px;
      font-weight: 600;
      color: rgb(44, 49, 69);
      margin-bottom: 10px;
      margin-top: 20px;
  }

  .tab-content {
      scroll-margin-top: 120px;
  }

  .content-section .rightside-content .tab-content ul li::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 8px;
      width: 16px;
      height: 16px;
      background-image: url(https://www.jaipurneuro.com/wp-content/uploads/2026/03/svgviewer-output-12.svg);
      background-size: contain;
      background-repeat: no-repeat;
  }

  .our-testimonial-sec {
      background-color: #fff;
      padding: 80px 0;
  }

  .our-testimonial-sec .owl-theme .owl-controls .owl-buttons div.owl-prev {
      position: absolute;
      right: 42px;
      top: -25%;
  }

  .our-testimonial-sec .owl-theme .owl-controls .owl-buttons div {
      color: rgb(12, 12, 12);
      border-radius: 50%;
      opacity: 1;
      background-color: rgb(236, 241, 246);
      font-size: 20px;
      height: 32px;
      padding: 0px !important;
      line-height: 32px !important;
      width: 32px !important;
  }

  .our-testimonial-sec .owl-theme .owl-controls .owl-buttons div.owl-next {
      position: absolute;
      right: 0px;
      top: -25%;
  }

  .testimonial_row .owl-pagination {
      position: absolute;
      left: 50%;
      bottom: 0px;
      top: 108%;
  }

  .testimonial_row {
      align-items: start;
  }

  .read-more-btn.all-review a img {
      max-width: 20px;
      margin-right: 7px;
  }

  .read-more-btn.all-review {
      margin: 40px auto 0px;
      text-align: center;
  }

  .read-more-btn.all-review a {
      padding: 10px 30px;
  }

  .heading-content h2 {
      margin: 10px 0px 10px;
      font-size: 28px;
      font-weight: 700;
      color: rgb(35, 38, 43);
      line-height: 40px;
      text-transform: capitalize;
  }

  .testimonial-box {
      height: 100%;
      background-color: rgb(255, 255, 255);
      border-radius: 10px;
      border: 1px solid rgb(33, 122, 191);
      padding: 20px 15px 15px;
      margin: 0px 6px;
  }

  .testimonial-box .ri-star-s-fill {
      color: rgb(252, 191, 2);
  }

  .testimonial-box h4 {
      font-size: 16px;
      font-weight: 600;
      color: rgb(22 133 142);
      margin: 0px 0px 5px;
  }

  .testimonial-box p {
      line-height: 24px;
      margin: 0px;
  }

  .morecontent span {
      display: none;
  }

  .morecontent .morelink {
      display: inline-flex;
      justify-content: start;
      align-items: center;
      gap: 5px;
      padding: 0px 5px;
      color: rgb(219, 32, 32);
  }

  .morecontent .morelink i {
      font-size: 12px;
      vertical-align: baseline;
  }

  .testimonial-box p::-webkit-scrollbar {
      width: 5px;
  }

  .testimonial-box p::-webkit-scrollbar-track {
      background: rgb(241, 241, 241);
  }

  .testimonial-box p::-webkit-scrollbar-thumb {
      background: rgb(136, 136, 136);
  }

  .padding-sec.our-testimonial-sec h6 {
      font-weight: 500;
      font-size: 20px;
      color: #db5237;
      position: relative;
  }

  .reviews-box {
      margin-top: 20px;
  }

  .reviews-box a {
      display: flex;
      column-gap: 10px;
      font-size: 12px;
      font-weight: 600;
      color: rgb(68, 68, 68);
      align-items: center;
      max-width: max-content;
      border: 1px solid rgba(68, 68, 68, 0.24);
      background-color: #fff;
      padding: 9px 13px;
      border-radius: 5px;
  }

  .reviews-box a img {
      max-width: 85px;
  }

  .read-more {
      color: #db5237;
      font-weight: 600;
      margin-left: 5px;
      cursor: pointer;
  }

  .reviews-box a span {
      border-left: 1px solid rgb(199, 199, 199);
      padding-left: 15px;
      margin-left: 8px;
  }

  /* =============================
Appointment Section
============================= */

  .appo-book-sec {
      position: relative;
      padding: 80px 0;
      background-size: cover;
      background-position: center;
  }

  .appo-book-sec::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.55);
  }

  .appo-book-sec .container {
      position: relative;
      z-index: 2;
  }


  /* =============================
Appointment Card
============================= */

  .appointment-card {
      background: #fff;
      padding: 35px;
      border-radius: 12px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
      transition: 0.3s;
  }

  .appointment-card:hover {
      transform: translateY(-5px);
  }

  .appointment-card h4 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 20px;
  }

  .appointment-card ul {
      padding: 0;
      margin: 0;
      list-style: none;
  }

  .appointment-card ul li {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 15px;
      font-size: 15px;
  }

  .appointment-card ul li i {
      width: 38px;
      height: 38px;
      background: #0E606E;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 16px;
  }

  .appointment-card ul li a {
      text-decoration: none;
      color: #333;
  }

  .appointment-card ul li b {
      color: #000;
  }


  /* =============================
Appointment Form
============================= */

  .appointment-form {
      background: #fff;
      padding: 40px 35px;
      border-radius: 12px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  }

  .appointment-form h6 {
      color: #E4773A;
      font-weight: 600;
      margin-bottom: 5px;
      font-size: 18px;
  }

  .appointment-form h4 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 25px;
  }


  /* =============================
Form Fields
============================= */

  .appointment-form input {
      width: 100%;
      height: 50px;
      border-radius: 8px;
      border: 1px solid #ddd;
      padding: 0 15px;
      font-size: 14px;
      transition: 0.3s;
  }

  .appointment-form input:focus {
      border-color: #0E606E;
      outline: none;
      box-shadow: 0 0 0 2px rgba(14, 96, 110, 0.1);
  }


  /* =============================
Submit Button
============================= */

  .custom-btn-submit {
      width: 100%;
      height: 50px;
      border: none;
      background: #0E606E;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      border-radius: 8px;
      transition: 0.3s;
  }

  .custom-btn-submit:hover {
      background: #E4773A;
  }


  /* section overlay */

  .appo-book-sec {
      padding: 80px 0;
      background-size: cover;
      background-position: center;
      position: relative;
      z-index: 1;
  }

  .appo-book-sec:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
  }

  .appo-book-sec .container {
      position: relative;
      z-index: 2;
  }

  /* title */

  .contact-title {
      color: #fff;
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 35px;
  }

  /* contact layout */

  .contact-row {
      display: flex;
      flex-wrap: wrap;
      gap: 25px;
  }

  /* card */

  .contact-item {
      background: #fff;
      padding: 25px;
      border-radius: 10px;
      display: flex;
      gap: 15px;
      width: calc(50% - 13px);
      align-items: flex-start;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      transition: 0.3s;
  }

  .contact-item:hover {
      transform: translateY(-6px);
  }

  /* icon */

  .contact-icon {
      width: 50px;
      height: 50px;
      background: #0E606E;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      font-size: 22px;
      flex-shrink: 0;
      margin: initial;
  }

  .appo-book-sec .contact-text {
      margin: initial;
  }

  /* text */

  .contact-text h5 {
      font-size: 16px;
      margin-bottom: 4px;
      font-weight: 600;
  }

  .contact-text p {
      margin: 0;
      font-size: 14px;
      color: #555;
      line-height: 1.6;
  }

  .contact-text a {
      font-size: 14px;
      color: #333;
      text-decoration: none;
  }

  .contact-text a:hover {
      color: #E4773A;
  }

  /* responsive */

  @media(max-width:768px) {

      .contact-item {
          width: 100%;
      }

  }

  .all-treatments-outer {
      padding: 80px;
  }

  .all-treatments-box {
      background-color: #fff;
      padding: 20px 15px 15px;
      box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
      transition: all 500ms ease;
      height: 100%;
  }

  .all-treatments-box:hover {
      margin-top: -10px;
  }

  .all-treatments-box img {
      max-width: 75px;
      height: 75px;
      object-fit: contain;
      margin: 0px 0px 0px;
  }

  .all-treatments-box h3 {
      font-size: 18px;
      font-weight: 600;
      color: #db5237;
      line-height: 24px;
      margin: 10px 0px 6px;
  }

  .all-treatments-box p {
      line-height: 25px;
  }

  .all-treatments-outer h6 {
      font-weight: 500;
      font-size: 20px;
      color: #db5237;
      position: relative;
  }

  #faq {
      padding: 60px 0px;
      background: #eeeeee;
  }

  #faq .section-title {
      margin-bottom: 40px;
      text-align: center;
  }

  .section-title .title {
      font-weight: 700;
      font-size: 36px;
      line-height: 50px;
      text-transform: capitalize;
      color: #2C3145;
  }

  .section-title p {
      margin-bottom: 36px;
      line-height: 28px;
      font-size: 14px;
      font-weight: 500;
      color: #888888;
  }

  .accordion-faq {
      box-shadow: 0px 8px 24px 0px #959DA533;
      border-radius: 20px;
      padding: 15px 25px;
      position: relative;
      z-index: 2;
      z-index: 1;
      background-color: #fff;
  }

  .accordion-faq .accordion .accordion-item {
      background: #fff;
      border: 0;
      border-bottom: 1px solid #0000000D;
      border-radius: 5px;
      overflow: hidden;
      padding: 0;
  }

  .accordion-faq .accordion .accordion-item .accordion-button:not(.collapsed) {
      box-shadow: none;
      background: #fff;
      color: #217abf;
  }

  .accordion-faq .accordion .accordion-item .accordion-button {
      font-weight: 500;
      font-size: 16px;
      line-height: 30px;
      text-transform: capitalize;
      color: #000000;
      padding: 10px 10px;
      background-color: #fff;
  }


  .accordion-faq .accordion .accordion-item .accordion-body {
      padding-top: 0;
  }

  .accordion-faq .accordion .accordion-item .accordion-body p {
      font-weight: 500;
      font-size: 14px;
      line-height: 28px;
      text-transform: capitalize;
  }

  .page-template-Condition footer p,
  .footer-address {
      font-size: 14px;
  }