.nav-menu-align {
  display: flex;
  align-items: center;
}
.hero-service-heading {
  border-radius: 50%;
  padding: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #ffffff;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .hero-service-heading {
    width: 120px;
    height: 120px;
  }
}

/*  */

.page-banner .page-banner-content h1 {
  font-weight: 700;
  color: #fff;
}
.page-banner.overlay:after {
  background-color: #80a6a6a6 !important;
}

/* Mobile Navbar */

.main-menu .menu-item.active a {
  /* color: #80a6a6a6; */
  /* color: #f0f5fa; */
  background: linear-gradient(to right, #387b6a, #387b6a);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  border-radius: 5px;
}

.mobile-navbar {
  display: none;
}

@media screen and (max-width: 1199px) {
  .mobile-navbar {
    display: block;
  }
}
.navbar-head-fixed {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
/* .mobile-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
} */
/* .toggle-btn {
  cursor: pointer;
  font-size: 25px;
}
.nav-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: #222;
  display: flex;
  flex-direction: column;
  padding: 20px;
  transition: left 0.3s ease-in-out;
} */
/* .nav-menu a {
  color: white;
  text-decoration: none;
  padding: 10px 0;
  font-size: 18px;
}
.nav-menu a:hover {
  background: #444;
} */
/* .nav-menu.active {
  right: 0;
} */

/* About Page */
.missio-vission-container {
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media screen and (max-width: 768px) {
  .missio-vission-container {
    flex-direction: column;
    gap: 40px;
  }
}
.mission-vision-box {
  height: 200px;
  /* Adjust the height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #7da3a3;
  width: 360px;
  height: 460px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.chemo-box {
  /* Adjust the height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #7da3a3;
  width: 360px;
  height: fit-content;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card-image {
  height: 50%;
  width: 100%;
  display: flex;
  padding: 10px;
  padding-top: 20px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(174, 212, 211, 1) 4%,
    rgba(243, 248, 248, 1) 85%,
    rgba(255, 255, 255, 1) 100%
  );
}
.card-text {
  padding: 0px 20px 0px 20px;
  height: 50%;
  width: 100%;
}
.card-text h2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 8px;
}
.card-text p {
  margin-top: 8px;
  line-height: 25px;
}
.card-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* ========== privacy-policy ============ */

.section-lgb {
  padding: 60px 8px;
}
.section-lgb h5 {
  margin-bottom: 4px;
  margin-top: 20px;
}
.section-lgb ul li {
  list-style-type: disc;
  margin-left: 30px;
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .section-lgb {
    padding: 120px 8px;
  }
}

/* Contact  Page */
.contact-map-page .map-container {
  padding: 5px;
  border-radius: 20px;
}
.single-info-item .info h5:hover {
  color: #7fa5a5;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea {
  resize: none;
}

/* ========Blogs ============= */

.cust-blog-container {
  margin-top: 60px;
  margin-bottom: 60px;
  row-gap: 60px;
}
.cust-image-container {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  max-height: 500px;
  border: 1px solid #aad0cf;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.cust-image-container .img-fluid {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  #blog-container .img-fluid {
    width: 70%;
    max-width: 70% !important;
  }
}
.blog-title a {
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .cust-image-container .cust-blog-title {
    font-size: 18px !important;
    font-weight: 400;
  }
}
.cust-image-container .cust-blog-title {
  font-size: 24px;
  font-weight: 500 !important;
  line-height: 40px;
  margin-bottom: 20px;
}
.cust-image-container:hover img {
  scale: 1.02;
  transition: all 0.3s ease-in-out;
}
.cust-image-container img {
  transition: all 0.3s ease-in-out;
}

.cust-blog-container .cust-readme-btn {
  margin-top: 10px;
}
.cust-blog-container .cust-readme-btn:hover a {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

/* Home Service */

.proficiency-box {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(auto-fit, 1fr));
}
@media screen and (min-width: 768px) {
  .proficiency-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    column-gap: 100px;
  }
}
@media screen and (min-width: 1180px) {
  .proficiency-box {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    column-gap: 60px;
  }
}
.proficiency-card {
  /* background: #f3f8f8; */
  background: #f0f5fa;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  /* border: 1px solid #9bc5c4; */
  border: 1px solid #2d6473;
}
.proficiency-card:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.proficiency-card img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}

.logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  max-width: 768px;
  margin: 0 auto;
  gap: 30px;
  row-gap: 50px;
  justify-content: center;
}

.logo-box {
  width: 27%;
  max-width: 27%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.logo-box:hover {
  scale: 1.1;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 560px) {
  .logo-container {
    flex-direction: row;
    gap: 80px;
  }

  .logo-box {
    /* width: 200px; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }

  .logo-box:hover {
    scale: 1.1;
    transition: all 0.3s ease-in-out;
  }
}

.partners-desc-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 80px;
  flex-wrap: wrap;
}
.partners-desc-container .partner-box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.bg-orange-btn {
  background-color: #f26d34 !important;
}
.bg-orange-btn:hover {
  opacity: 0.9;
  background-color: #f26d34 !important;
}
@media screen and (min-width: 768px) {
  .partners-desc-container .partner-box {
    width: 30%;
    margin: 0;
  }
  .partners-desc-container {
    flex-direction: row;
    justify-content: center;
  }
  .partners-desc-container .partner-box h4 {
    font-size: 15px;
  }
  .partners-desc-container .partner-box p {
    font-size: 16px;
  }
}
.partners-desc-container .partner-box img {
  width: 70px;
}
.partners-desc-container .partner-box p {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .partners-desc-container .partner-box h4 {
    font-size: 18px;
  }
  .partners-desc-container {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .partners-desc-container .partner-box {
    width: 26%;
  }
}

/* Oncologist  */
.oncologist-box {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
}
.oncologist-card {
  display: flex;
  width: 260px;
  flex-direction: column;
  justify-content: start;
}
.oncologist-card .oncologist-img {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.oncologist-card .oncologist-img .oncologist-profile {
  position: absolute;
  background: #78499c;
  bottom: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
}
.oncologist-card .oncologist-img .oncologist-profile:hover {
  scale: 1.05;
  transition: all 0.1s ease-in-out;
}
.oncologist-card .oncologist-img .oncologist-profile i {
  color: rgb(255, 255, 255);
}
.oncologist-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.oncologist-card-text {
  margin-top: 10px;
}
.oncologist-card-text h6,
.oncologist-card-text p {
  text-align: center;
}
.oncologist-card-text h6 {
  font-size: 18px;
}
/* Responsiveness */
/* About CTA */
.about-cta-container {
  margin-top: 400px;
}
.about-cta .cta-char-1 {
  width: 300px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(50% + 4px);
}

.about-cta .cta-char-2 {
  display: none;
}
.cta-section .container {
  position: relative;
  margin-top: 0px;
}
.cta-gap {
  margin: 300px 0 100px 0 !important;
}
.cta-img-top {
  position: absolute;
  /* bottom: 24px; */
  bottom: 163px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .cta-img-top {
    bottom: 108px;
    width: 500px;
    max-width: 500px;
  }
}
@media screen and (min-width: 1080px) {
  .about-cta .cta-char-1 {
    left: 200px;
    bottom: -18px;
  }
  .cta-gap {
    margin: 400px 0 100px 0 !important;
  }
  .cta-img-top {
    bottom: 55px;
    max-width: 500px;
    width: 500px;
  }
  .about-cta .cta-char-2 {
    display: block;
    right: 50px;
    bottom: 0px;
    width: 300px;
    position: absolute;
  }
  .about-cta-container {
    margin-top: 300px;
  }
}
@media screen and (min-width: 1600px) {
  .cta-img-top {
    bottom: 70px;
  }
}
/* Breast Cancer Page */

.four-point-box {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 50px;
}

.four-point-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  /* padding-right: 20px; */
  max-width: 300px;
  margin: 0 auto;
}

.four-point-content img {
  width: 60px;
}
.four-point-content p,
.breast-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .four-point-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .four-point-box-b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 40px;
    margin-top: 50px;
  }
  .four-point-box-b .four-point-content {
    min-width: 170px;
    max-width: 170px;
    margin: 0;
  }
  .four-point-content p,
  .breast-title {
    text-align: center;
  }
  .four-point-content {
    justify-content: start;
    align-items: center;
    margin-right: auto;
    gap: 10px;
  }
  .four-point-content img {
    margin: 0 auto;
  }
}
.features-image-breast-com {
  display: none;
}

@media screen and (min-width: 991px) {
  .features-image-breast-com {
    display: flex;
  }
  .features-image-breast-mob {
    display: none;
  }
  .survivor-custom-size {
    max-width: 400px !important;
    margin: 0 auto;
  }
}
.block-with-text a {
  width: 100%; /* Adjust width as needed */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits text to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.no-border {
  border: none;
}

/* OPD Consultation */
.opd-steps-container {
  display: flex;
  align-items: start;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
}
.opd-steps-container .opd-steps p {
  margin-bottom: 0px !important;
}

.opd-steps {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 620px) {
  .opd-steps {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 14px;
  }
}
.opd-steps div {
  text-wrap: nowrap;
  /* margin-bottom: 10px; */
}
.opd-steps p {
  margin-bottom: 0px !important;
}

/* ////////////////////////////////////////// */

/* Centers */

.centers-box {
  border: 1px solid #26594ddb;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 260px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 15px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.centers-box:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.centers-box h6,
.why-opd-box h6 {
  text-align: center;
  font-size: 18px;
  margin: 10px auto;
}
.centers-box p,
.why-opd-box p {
  text-align: center;
}

/* OPD Box */
.why-opd-box-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.why-opd-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .why-opd-box-container {
    gap: 0px;
  }
}
@media screen and (min-width: 1440px) {
  .why-opd-box-container {
    gap: 50px;
  }
  .centers-box {
    max-width: 280px;
  }
}
/* --------------------------------- */

.cust-final-banner-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .cust-final-banner-box {
    flex-direction: row;
  }
}

.cust-final-banner-box .cust-final-banner-box-text-side {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  /* padding-left: 50px; */
}
.cust-final-banner-box .cust-final-banner-box-text-side a {
  max-width: fit-content;
}

/* Oncologist Section */
.oncologist-display-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .oncologist-display-box {
    margin: 40px auto;
  }
  .oncologist-card {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .oncologist-display-box {
    flex-direction: row;
    gap: 40px;
    margin: 40px auto;
  }
}
/* Sidebar */
.oncologist-display-box .sidebar {
  min-width: 250px;
}

.oncologist-display-box .sidebar h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.oncologist-display-box .sidebar .city-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.oncologist-display-box .sidebar .city-list li {
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* Hover State */
.oncologist-display-box .sidebar .city-list li:hover {
  background: #fa7c46;
  color: #ffffff;
  transform: translateX(5px);
}

/* Active State */
.oncologist-display-box .sidebar .city-list li.active {
  background: #fa7c46;
  color: #ffffff;
  border-color: #fa7c46;
}

/* Main Content */
.oncologist-display-box .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 60px;
  padding: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .oncologist-display-box .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    row-gap: 60px;
    padding: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .oncologist-display-box .content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .oncologist-display-box .content {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-content p {
    max-width: 500px;
  }
}

.hover-content .social-link li a i {
  color: #fff;
}
.hover-content .social-link li a i:hover {
  color: #acd3d2;
}
.about-one_content-box p {
  margin-bottom: 0px !important;
}
.about-one_content-box .quote-img {
  float: right;
}

.page-banner .container {
  padding-top: 50px;
}
.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.center-add {
  max-width: 260px;
}
.center-add h2,
.center-add p {
  text-align: center;
}
.center-add p {
  margin-top: 12px;
}
.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid red;
  padding: 10px 20px;
  border-radius: 30px;
  background: #ffdd81;
  border: 3px solid #cc9400;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.btn-style:hover {
  background: #cc9400;
  color: #ffdd81;
}
.cust-banner-color {
  background-color: #f0f5fa;
  min-height: fit-content;
  height: 600px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .cust-banner-color {
    min-height: fit-content;
    max-height: 700px;
  }
  .cust-final-banner-box {
    gap: 0px;
  }
  .page-banner .container {
    padding-top: 0px;
  }
}
/* Scroll bar */

body {
  --sb-track-color: #2b657649;
  --sb-thumb-color: #2d6473;
  --sb-size: 8px;
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  background: #f26d34;
  border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

.rounded-img {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}
.rounded-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.why-choose-purple {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.why-choose-left {
  width: 45%;
  padding-right: 100px;
}
.why-choose-right {
  width: 55%;
}
.who-we-are-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.who-we-are-content .about-one_image-box {
  min-height: 100%;
  position: relative;
}
.who-we-are-content .about-one_image-box img {
  border-radius: 25px;
}

.count-box2 {
  border: 1px solid #2d6473;
  padding: 10px 15px;
  border-radius: 20px;
  min-width: 180px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 520px) {
  .count-box2 {
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.page-banner-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: fit-content;
  height: 500px;
  margin-top: 95px;
  padding: 60px 0;
}
.page-banner-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  margin-top: 95px;
  background-image: linear-gradient(
    45deg,
    #292929,
    #3b3b3bc8,
    #35353588,
    #2d2d2d00,
    #2d2d2d00,
    #2d2d2d00,
    transparent
  );
}
@media screen and (min-width: 1920px) {
  .page-banner-container:after,
  .page-banner-container {
    height: 600px;
  }
}
.page-banner-container .banner-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-banner-container .bannner-content {
  position: absolute;
  z-index: 1;
  top: 80%;
  left: 50px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  transform: translateY(-50%);
}
.page-banner-container .bannner-content h2 {
  color: #fff;
}
.left-right-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  /* border: 1px solid; */
  flex-direction: column;
}
.left-right-container .text-side {
  /* width: 48%; */
  padding: 20px;
}
.left-right-container .img-side {
  /* width: 48%; */
  height: 200px;
  display: flex;
  /* justify-content: center; */
}
.left-right-container .img-side img {
  max-height: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.purpose-container.container {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.text-justify {
  text-align: justify;
}

.cust-ml-auto {
  margin-left: auto;
}

.cust-center-add-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
.cust-address-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 520px) {
  .count-box2 {
    min-width: 112px;
  }
  .single-counter-item .text h2.number {
    font: 600 32px "Montserrat", sans-serif;
  }
  .proficiency-box {
    gap: 16px;
  }
  .testimonials-video-msg-container {
    flex-direction: column;
  }
  .text-justify {
    text-align: justify;
  }
  .purpose-container.container {
    flex-direction: column;
  }
  .left-right-container {
    flex-direction: column;
  }
  .left-right-container .text-side {
    width: 100%;
  }
  .left-right-container .img-side {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    margin-right: auto !important;
    margin: 20px 0;
  }
  .cust-ml-auto {
    margin-left: 0px;
  }
  .cust-center-add-box {
    gap: 30px;
  }
  .cust-address-box {
    gap: 30px;
  }
  .why-opd-box-container {
    gap: 30px;
  }
  .opd-steps-container {
    gap: 10px;
  }
  .four-point-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .four-point-box p {
    font-size: 14px;
  }
  .banner-card-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .testimonials-video-msg-container {
    flex-direction: column;
  }
  .purpose-container.container {
    flex-direction: column;
  }
  .four-point-box {
    max-width: 460px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .why-choose-right {
    display: flex;
    justify-content: center;
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-left {
    padding: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .section-title h2 {
    text-wrap: nowrap;
  }
}

/* custom Space */

.cust-pt-140 {
  padding-top: 140px;
}
.cust-pt-130 {
  padding-top: 130px;
}
.cust-pt-120 {
  padding-top: 120px;
}
.cust-pt-110 {
  padding-top: 100px;
}
.cust-pt-100 {
  padding-top: 100px;
}
.cust-pt-95 {
  padding-top: 95px;
}
.cust-pt-90 {
  padding-top: 90px;
}
.cust-pt-85 {
  padding-top: 85px;
}
.cust-pt-80 {
  padding-top: 80px;
}
.cust-pt-65 {
  padding-top: 65px;
}
.cust-mt-65 {
  margin-top: 65px;
}
.cust-pt-lg {
  padding-top: 60px;
}
.cust-pb-lg {
  padding-bottom: 60px;
}
@media screen and (max-width: 540px) {
  .cust-pt-65 {
    padding-top: 20px;
  }
  .cust-mt-65 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cust-pt-65 {
    padding-top: 0px;
  }
  .cust-mt-65 {
    margin-top: 30px;
  }
  .cust-pt-lg {
    padding-top: 30px;
  }
  .cust-pb-lg {
    padding-bottom: 30px;
  }
}

.left-right-container .img-side {
  height: auto;
  width: 100%;
  padding: 0 20px;
  margin: 20px 0 0 0;
  max-width: 100%;
}

.purpose-container.container {
  flex-direction: column;
}
.left-right-container .img-side img {
  width: 100%;
  object-fit: cover;
  margin: auto;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .purpose-container.container {
    flex-direction: row;
  }
  .left-right-container {
    justify-content: start;
  }
  .purpose-container .left-right-container {
    max-width: 50% !important;
  }
}
.purpose-container .left-right-container {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 768px) {
  .page-banner-container .bannner-content {
    left: 6% !important;
  }
}
.oncologist-display-box img {
  object-position: top;
}

.doctor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 1rem;
  border-radius: 10px;
  border: 1px solid #ccc;
  width: 240px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: white;
}

.doctor-card-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 564px) {
  .doctor-card-group {
    justify-content: center;
  }
}
.doctor-card .image-wrapper {
  aspect-ratio: 1/1;
  width: 100px;
  overflow: hidden;
  border-radius: 50%;
  background: hsl(166, 30%, 70%);
}
.doctor-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.doctor-card .city {
  width: 100%;
  background-color: #faf6f1;
  color: hsl(0, 0%, 50%);
  font-size: 0.8rem;
  padding: 0.3rem;
  position: relative;
}

.doctor-card .heading {
  font-weight: 600;
  font-size: 1rem;
  color: hsl(166, 30%, 30%);
}

.doctor-card .designation {
  font-size: 0.8rem;
  color: hsl(0, 0%, 20%);
}

.doctor-card .qualification {
  margin: 0;
  font-size: 0.8rem;
}
