.heroSection {
  position: relative;
  background: url("../images/bannertopbg.webp") no-repeat center center / cover;
  padding-top: 100px;
}
.header.scrolled .branding {
  background: #0f4a49;
  transition: background-color 0.3s ease, padding 0.3s ease,
    box-shadow 0.3s ease;
}
.header .branding {
  position: absolute;
}
.herobgimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.slideContentLeft {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: var(--spacing-lg);
}
.border_top {
  border-top: 1px solid #ddd;
}
.whychoosedermacircles {
  background: rgba(241, 244, 246, 1);
  padding: 40px 0;
}
/* Remove scroll & align all images in row */
.certificatescroll {
  display: flex;
  gap: 20px;
  overflow: visible !important; /* No scroll */
  justify-content: center;
}

/* Each certificate behaves as a column */
.certificate {
  flex: 1;
  max-width: 33.33%; /* 3 in a row */
}

/* Image must NOT crop */
.certificate img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--white-color);
  border: 1px solid var(--default-color);
  padding: 8px;
}
.sociallinks.doctor_social {
  margin: 1rem 0;
}
/* MOBILE: show 1 image per row */
@media (max-width: 767px) {
  .certificatescroll {
    flex-direction: column;
    align-items: center;
  }

  .certificate {
    max-width: 100%;
    width: 100%;
  }
}
.commonrequests {
  margin-top: 0px !important;
}
.abcontent {
  width: 86%;
  margin-top: var(--spacing-lg);
}
.abcontent .mainheading {
  color: #fff;
  padding-bottom: 5px;
}
.profile {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  padding-bottom: var(--spacing-sm);
}
.degree {
  font-size: 18px;
  background: #13233d;
  font-weight: 500;
  margin-bottom: var(--spacing-sm);
  background-color: var(--accent-color);
  padding: 7px 15px;
  display: inline-block;
}
.abcontent p {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
  padding-top: var(--spacing-sm);
}
.mtops {
  margin-top: var(--spacing-lg);
}
.doctorpic {
  text-align: right;
  height: 100%;
  display: flex;
  justify-content: center;
}
 .doctorpic img {
  height: 100%;
  object-fit: cover;
}
.abcontent ul {
  list-style: none;
  padding-left: 0;
}
.abcontent ul li {
  color: #fff;
  font-size: 1rem;
  padding: 3px 0 3px 26px;
  position: relative;
}
.abcontent ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/listicon.webp) no-repeat left center;
  background-size: 18px 18px, cover;
}
/* Start of abdoctorbgprofile */
.abdoctorbgprofile {
  padding: 0px;
  margin: 0px;
}
.abdoctorbgprofile img {
  width: 100%;
}
section.heroSection {
  padding-bottom: 0px;
}

/* Start of whychoose */
.whychoose {
  padding: 50px 0px;
  overflow: visible;
  height: auto;
}
.whychoose .mainheading {
  line-height: 55px;
}
.whychoose .mainheading span {
  color: var(--accent-color);
}
.boxleft {
  margin-right: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.boxwrapper {
  margin-top: 20px;
  padding-bottom: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.carding {
  top: 30px;
  position: sticky;
  border-radius: 1px;
  border: 1px solid #d0d0d0;
  z-index: 1;
  min-height: 270px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
  background-color: white;
  color: #333;
  padding: 40px 60px;
  margin-bottom: 30px;
}
.carding .subheading {
  padding: 0 0 20px 0;
  font-size: 28px;
  font-family: var(--heading-font);
}
.abcircle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: var(--surface-color);
  content: "";
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.abcircle img {
  filter: brightness(0) invert(1);
}
.carding p span {
  color: var(--accent-color);
}
.carding:nth-child(1n),
.carding:nth-child(2n),
.carding:nth-child(3n),
.carding:nth-child(4n),
.carding:nth-child(5n) {
  top: 120px;
}
.carding:nth-child(5n) .carding {
  top: 0px !important;
}
.carding:last-child {
  position: relative !important;
  top: -30px !important;
  margin-bottom: 0px;
}

/* Start of knowmoreaboutdoctorsection */
.knowmoreaboutdoctorsection {
  padding: 50px 0px 3rem 0px;
  text-align: center;
  overflow: unset;
}
.knowmoreaboutdoctorsection h1 span {
  color: var(--accent-color);
}
.knowmoreaboutdoctorsection p {
  font-size: 1rem;
  line-height: 1.8;
}
.awardsection {
  background: rgba(246, 246, 246, 1);
  padding: 3rem 0%;
}
.flexcontainers {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.awardcolumn {
  overflow: hidden;
  flex: 0 1 calc(35% - 1.5rem);
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  transition-duration: 0.2s;
  transition-property: transform;
  background-color: #fff;
  margin-top: var(--spacing-md);
}

.educationsection {
  background-color: #f1f4f6;
  padding: 3rem 0px;
}
.educationbox {
  padding: 40px;
  background-color: var(--white-color);
  box-shadow: 0px 10px 20px 10px #0000000a;
  min-height: 100%;
  border-radius: 1px;
  border: 1px solid #d0d0d0;
}
.circleplaceholder {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 12px 0px;
  background: var(--surface-color);
}
.circleplaceholder img {
  width: 65%;
  height: auto;
  filter: brightness(0) invert(1);
}
.educationbox .eduheading {
  line-height: 1.6;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 5px;
  font-family: var(--heading-font);
}
.educationbox p {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 0px;
  font-size: 1rem;
}
.educationbox p span {
  color: var(--accent-color);
  display: block;
}
.educationbox ul {
  margin: 0px 0 0 20px;
  padding: 0px;
}
.educationbox ul li {
  margin: 0px;
  padding: 3px 0px;
  list-style-type: square;
  font-size: 1rem;
}

/* Optional Custom CSS */
.nav-tabs {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 0px;
  border-radius: 0px;
}
.nav-tabs .nav-link {
  color: var(--default-color);
  border: 1px solid #ccc;
  margin: 0 5px;
  border-radius: 0px;
}
.nav-tabs .nav-link.active {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--default-color);
  position: relative;
}
/* Bottom Arrow for Active Tab */
.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--accent-color); /* Same as active tab background */
}
.tab-content {
  margin-top: 2.5rem;
}
.card {
  border: none;
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border-radius: 0px;
  min-height: 100%;
  padding: 2rem;
}
.card:hover {
  transform: translateY(-5px);
}
.circle-placeholder {
  width: 150px;
  height: auto;
  text-align: center;
  margin: 0 0 12px 0px;
}
.circle-placeholder img {
  width: 80%;
  height: auto;
}
.circle-placeholder2 {
  margin: 0 0 12px 0px;
}
.card-title {
  font-weight: bold;
  font-size: 1rem;
}
.card-text span {
  color: var(--accent-color);
}

.whyleft {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.whydoctorsection .content {
  background: rgba(241, 244, 246, 1);
  padding: 40px;
}

.whydoctorsection .content .formheading {
  font-weight: 400;
  padding-bottom: var(--spacing-sm);
  font-size: 40px;
}
.whydoctorsection .content .mainheading {
  line-height: 1.4;
  font-weight: 400;
}
.whydoctorsection .content .mainheading span {
  color: var(--accent-color);
  display: block;
}
.whydoctorsection .content p {
  text-align: left;
  line-height: 1.9;
}

/* Strat of area */
.servicecategorypage {
  padding: var(--spacing-lg 0px) 0px;
  background-color: #f1f4f6;
}
.servicecategorypage .mainheading {
  text-align: center;
  font-weight: 400;
}
.servicecategorypage .mainheading span {
  color: var(--accent-color);
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.serviceitem {
  border-radius: 1px;
  overflow: hidden;
  flex: 0 1 calc(33.333% - 1.5rem);
  justify-content: center;
  box-sizing: border-box;
  transition-duration: 0.2s;
  transition-property: transform;
}
.serviceitem .serviceimg {
  border-radius: 1px;
  overflow: hidden;
  position: relative;
}

.serviceitem .serviceimg img {
  transition: 0.6s;
}

.details {
  background: rgba(255, 255, 255, 1);
  padding: 22px 30px 30px;
  margin: -50px 40px 50px 0px;
  transition: all ease-in-out 0.3s;
  position: relative;
  border-top: var(--accent-color) 5px solid;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
  /* box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.08); */
}
.details .sheading {
  font-weight: 600;
  margin: 5px 0 10px 0;
  font-size: 20px;
  font-family: var(--heading-font);
  color: #222;
  text-decoration: none;
  transition: ease-in-out 0.3s;
}

.details div {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 12px;
}
.viewallbtn {
  background-color: transparent;
  color: #414042;
  font-size: 16px;
  padding: 6px 1.2rem;
  border: #a9a9a9 1px solid;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
.viewallbtn:hover {
  background-color: #f04e30;
  color: #fff;
  border: #f04e30 1px solid;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: 16px;
  font-family: inherit;
}

/* "Learn More" button specific styles */
button.learn-more {
  width: 8rem;
  height: auto;
}

/* Circular background styles */
button.learn-more .circle {
  transition: all 0.45s;
  position: relative;
  display: block;
  margin: 0;
  float: right;
  width: 2rem;
  height: 2rem;
  background: var(--surface-color);
  border-radius: 1.625rem;
}

/* Icon base styles */
button.learn-more .circle .icon {
  transition: all 0.45s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

/* Arrow icon styles */
button.learn-more .circle .icon.arrow {
  transition: all 0.45s;
  right: 0.9rem;
  width: 1rem;
  height: 0.125rem;
  background: none;
}

/* Arrow icon before pseudo-element (creates arrowhead) */
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

/* Button text styles */
button.learn-more .button-text {
  transition: all 0.45s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 1.65rem 0 0rem;
  color: #1e1e1e;
  font-weight: 500;
  line-height: 0.6;
  text-align: left;
}

/* Hover effects for the button */
/* button:hover .circle {width: 100%;}
button:hover .circle .icon.arrow {background: #fff;transform: translate(0rem, 0);}
button:hover .button-text {color: #fff;} */

/* Start of Mini Desktop Screen */
@media screen and (max-width: 1300px) and (min-width: 1201px) {
  .abcontent {
    width: 97%;
    margin-top: var(--spacing-0);
  }
  .abcontent p {
    line-height: 1.6;
  }
  .abcontent ul li {
    padding: 2px 0 2px 26px;
  }
  .knowmoreaboutdoctorsection {
    padding: 2rem 0px 3rem 0px;
  }
  .knowmoreaboutdoctorsection p {
    font-size: 18px;
  }
  .educationsection {
    padding: 2rem 0px 3rem 0px;
  }
  .educationbox {
    padding: 25px;
    min-height: 100%;
    margin: 10px 0px;
  }
  .educationbox .eduheading {
    font-size: 20px;
  }
  .educationbox ul li {
    padding: 2px 0px;
  }
  .whychoose {
    padding: 3rem 0px 3rem 0px;
  }
  .whychoose .mainheading {
    line-height: 44px;
    margin-bottom: 5px;
    font-size: 35px;
  }
  .degree {
    padding: 7px 5px;
  }
  .boxleft p {
    padding-bottom: 1rem;
  }
  .boxwrapper {
    padding-bottom: 0px;
    max-width: 600px;
  }
  .carding {
    padding: 20px 45px;
    margin-bottom: 15px;
    min-height: 225px;
  }
  .carding:nth-child(1n),
  .carding:nth-child(2n),
  .carding:nth-child(3n),
  .carding:nth-child(4n),
  .carding:nth-child(5n) {
    top: 100px;
  }
  .carding .subheading {
    padding: 0 0 8px 0;
    font-size: 24px;
  }
  .servicecategorypage {
    padding: var(--spacing-lg) 0px;
  }
  .serviceitem {
    flex: 0 1 calc(33.33% - 1rem);
  }
  .servicecategorypage .mainheading {
    padding-bottom: 5px;
  }
  .details {
    padding: 22px 20px 20px;
    margin: -20px 20px 20px 0px;
  }
  .details p {
    font-size: 18px;
  }
  .details .sheading {
    margin: 0px 0 10px 0;
    font-size: 20px;
  }
}

/* Start of Mini Desktop Screen */
@media screen and (max-width: 1200px) and (min-width: 1101px) {
  .abcontent {
    width: 97%;
    margin-top: var(--spacing-0);
  }
  .abcontent p {
    line-height: 1.6;
  }
  .abcontent ul li {
    padding: 0px 0 0px 26px;
  }
  .knowmoreaboutdoctorsection {
    padding: 2rem 0px 3rem 0px;
  }
  .educationsection {
    padding: 2rem 0px;
  }
  .educationbox {
    padding: 25px;
    min-height: 100%;
    margin: 10px 0px;
  }
  .educationbox .eduheading {
    font-size: 20px;
  }
  .educationbox ul li {
    padding: 2px 0px;
  }
  .whychoose {
    padding: 3rem 0px 3rem 0px;
  }
  .whychoose .mainheading {
    line-height: 44px;
    margin-bottom: 5px;
    font-size: 35px;
  }
  .degree {
    padding: 7px 5px;
  }
  .boxleft p {
    padding-bottom: 1rem;
  }
  .boxwrapper {
    padding-bottom: 0px;
    max-width: 600px;
  }
  .carding {
    padding: 20px 45px;
    margin-bottom: 15px;
    min-height: 225px;
  }
  .carding:nth-child(1n),
  .carding:nth-child(2n),
  .carding:nth-child(3n),
  .carding:nth-child(4n),
  .carding:nth-child(5n) {
    top: 100px;
  }
  .carding .subheading {
    padding: 0 0 8px 0;
    font-size: 24px;
  }
  .servicecategorypage {
    padding: var(--spacing-lg) 0px;
  }
  .serviceitem {
    flex: 0 1 calc(33.33% - 1rem);
  }
  .servicecategorypage .mainheading {
    padding-bottom: 5px;
  }
  .details {
    padding: 22px 20px 20px;
    margin: -20px 20px 20px 0px;
  }
  .details .sheading {
    margin: 0px 0 10px 0;
    font-size: 20px;
  }
}

/* Start of IPad Pro Screen */
@media screen and (max-width: 1100.98px) and (min-width: 992px) {
  .abcontent {
    width: 97%;
    margin-top: var(--spacing-0);
  }
  .abcontent p {
    line-height: 1.6;
  }
  .abcontent ul li {
    padding: 0px 0 0px 26px;
  }
  .doctorpic {
    position: absolute;
    bottom: 0px;
  }
  .knowmoreaboutdoctorsection {
    padding: 4rem 0px 3rem 0px;
  }
  .abcontent .mainheading {
    text-align: center;
  }
  .educationsection {
    padding: 2rem 0px;
  }
  .educationbox {
    padding: 25px;
    min-height: 100%;
    margin: 10px 0px;
  }
  .educationbox p {
    font-size: 1rem;
  }
  .educationbox .eduheading {
    font-size: 20px;
  }
  .educationbox ul li {
    padding: 2px 0px;
    font-size: 1rem;
  }
  .whychoose {
    padding: 1.5rem 0px 1.5rem 0px;
  }
  .whychoose .mainheading {
    line-height: 44px;
    margin-bottom: 5px;
    font-size: 35px;
  }
  .degree {
    font-size: 16px;
    padding: 7px 5px;
  }
  .boxleft p {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
  .boxwrapper {
    padding-bottom: 0px;
    max-width: 600px;
  }
  .carding {
    padding: 20px 45px;
    margin-bottom: 15px;
    min-height: 225px;
  }
  .carding p {
    font-size: 1rem;
  }
  .carding:nth-child(1n),
  .carding:nth-child(2n),
  .carding:nth-child(3n),
  .carding:nth-child(4n),
  .carding:nth-child(5n) {
    top: 100px;
  }
  .carding .subheading {
    padding: 0 0 8px 0;
    font-size: 24px;
  }
  .servicecategorypage {
    padding: var(--spacing-lg) 0px;
  }
  .serviceitem {
    flex: 0 1 calc(50% - 1rem);
  }
  .servicecategorypage .mainheading {
    padding-bottom: 5px;
  }
  .details {
    padding: 22px 20px 20px;
    margin: -20px 20px 20px 0px;
  }
  .details .sheading {
    margin: 0px 0 10px 0;
    font-size: 20px;
  }
  .details p {
    font-size: 1rem;
  }
}

/* Start of IPad Screen */
@media screen and (max-width: 991.99px) and (min-width: 768px) {
  .heroSection {
    background-color: var(--darkbluebg);
    overflow: hidden;
  }
  .heroSection .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .doctorpic {
    text-align: center;
  }
  .doctorpic img {
    width: 60%;
    background-color: #fff;
    padding: 15px 15px 0px 15px;
  }
  .degree {
    font-size: 16px;
    padding: 7px 10px;
  }
  .knowmoreaboutdoctorsection {
    padding: 2rem 0px 2rem 0px;
  }
  .abcontent .mainheading {
    text-align: center;
  }
  .educationsection {
    padding: 2rem 0px;
  }
  .educationbox {
    padding: 25px;
    min-height: auto;
    margin: 10px 0px;
  }
  .educationbox p {
    font-size: 1rem;
  }
  .educationbox .eduheading {
    font-size: 20px;
  }
  .educationbox ul li {
    padding: 2px 0px;
    font-size: 1rem;
  }
  .whychoose {
    padding: 1.5rem 0px 1.5rem 0px;
  }
  .whychoose .mainheading {
    line-height: 40px;
    margin-bottom: 5px;
  }
  .degree {
    font-size: 16px;
    padding: 7px 5px;
  }
  .boxleft p {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
  .boxwrapper {
    padding-bottom: 0px;
    max-width: 600px;
  }
  .carding {
    padding: 20px 45px;
    margin-bottom: 15px;
    min-height: 225px;
  }
  .carding p {
    font-size: 1rem;
  }
  .carding:nth-child(1n),
  .carding:nth-child(2n),
  .carding:nth-child(3n),
  .carding:nth-child(4n),
  .carding:nth-child(5n) {
    top: 100px;
  }
  .carding .subheading {
    padding: 0 0 8px 0;
    font-size: 24px;
  }
  .servicecategorypage {
    padding: var(--spacing-lg) 0px;
  }
  .serviceitem {
    flex: 0 1 calc(50% - 1rem);
  }
  .servicecategorypage .mainheading {
    padding-bottom: 5px;
  }
  .details {
    padding: 22px 20px 20px;
    margin: -20px 20px 20px 0px;
  }
  .details .sheading {
    margin: 0px 0 10px 0;
    font-size: 18px;
  }
  .details p {
    font-size: 1rem;
  }
}

/* Start of Mini IPad Screen */
@media screen and (max-width: 767px) and (min-width: 600px) {
  .heroSection {
    background-color: var(--darkbluebg);
    overflow: hidden;
  }
  .heroSection .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .doctorpic {
    text-align: center;
  }
  .doctorpic img {
    width: 65%;
    background-color: #fff;
    padding: 15px 15px 0px 15px;
  }
  .knowmoreaboutdoctorsection {
    padding: 2rem 0px 2rem 0px;
  }
  .abcontent .mainheading {
    text-align: center;
  }
  .educationsection {
    padding: 2rem 0px;
  }
  .educationbox {
    padding: 25px;
    min-height: auto;
    margin: 10px 0px;
  }
  .educationbox p {
    font-size: 1rem;
  }
  .educationbox .eduheading {
    font-size: 20px;
  }
  .educationbox ul li {
    padding: 2px 0px;
    font-size: 1rem;
  }
  .whychoose {
    padding: 1.5rem 0px 1.5rem 0px;
  }
  .whychoose .mainheading {
    line-height: 35px;
    margin-bottom: 5px;
  }
  .degree {
    font-size: 16px;
    padding: 7px 5px;
  }
  .boxleft p {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
  .boxwrapper {
    padding-bottom: 0px;
  }
  .carding {
    padding: 20px 45px;
    margin-bottom: 15px;
    min-height: 225px;
  }
  .carding p {
    font-size: 1rem;
  }
  .carding:nth-child(1n),
  .carding:nth-child(2n),
  .carding:nth-child(3n),
  .carding:nth-child(4n),
  .carding:nth-child(5n) {
    top: 100px;
  }
  .carding .subheading {
    padding: 0 0 8px 0;
    font-size: 24px;
  }
  .servicecategorypage {
    padding: var(--spacing-lg) 0px;
  }
  .serviceitem {
    flex: 0 1 calc(50% - 1rem);
  }
  .servicecategorypage .mainheading {
    padding-bottom: 5px;
  }
  .details {
    padding: 22px 20px 20px;
    margin: -20px 20px 20px 0px;
  }
  .details .sheading {
    margin: 0px 0 10px 0;
    font-size: 18px;
  }
  .details p {
    font-size: 1rem;
  }
}

/* Start of Iphone/Mobile Screen */
@media screen and (max-width: 599.98px) and (min-width: 320px) {
  .heroSection {
    background-color: var(--darkbluebg);
    overflow: hidden;
    padding-top: 90px;
  }
  .heroSection .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .abcontent {
    margin-top: 12px;
    text-align: center;
    width: 100%;
  }
  .profile {
    font-size: 20px;
    padding-bottom: var(--spacing-sm);
  }
  .degree {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
  }
  .mtops {
    margin-top: var(--spacing-md);
  }
  .abcontent ul {
    margin-bottom: 10px;
  }
  .abcontent ul li {
    font-size: 15px;
    padding: 0px 0 0px 21px;
    text-align: left;
  }
  .abcontent ul li::before {
    background-size: 16px 16px, cover;
  }
  .doctorpic {
    text-align: center;
  }
  .doctorpic img {
    width: 65%;
    background-color: #fff;
    padding: 15px 15px 0px 15px;
  }
  .abcontent p {
    font-size: 15px;
    line-height: 1.7;
  }
  .herobgimage {
    height: auto;
  }
  .breadcrumb {
    justify-content: center;
  }
  .knowmoreaboutdoctorsection {
    padding: 1rem 0px;
  }
  .knowmoreaboutdoctorsection p {
    font-size: 15px;
    line-height: 1.7;
  }
  .awardcolumn {
    flex: 0 1 calc(48% - 1.5rem);
  }
  .flexcontainers {
    gap: 1rem;
  }

  /* Start of tabsection */
  .tab-content {
    margin-top: 1.5rem;
  }
  .card {
    padding: 12px;
  }
  .circle-placeholder {
    width: 72px;
    height: 72px;
    margin: 0 0 5px 0px;
  }
  .nav-tabs-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .nav-tabs-wrapper::-webkit-scrollbar {
    display: none;
  }
  .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: flex-start;
  }
  .nav-tabs li {
    display: inline-block;
    min-width: max-content;
  }
  .circle-placeholder img {
    width: 100%;
  }
  .nav-tabs .nav-link {
    margin: 0 2px;
    font-size: 15px;
  }
  .details .sheading {
    font-size: 18px;
  }
  .whydoctorsection .quotesbg {
    min-height: 100%;
  }
  .whydoctorsection .content {
    padding: 15px;
  }
  .whydoctorsection .content p {
    line-height: 1.7;
    margin-bottom: 0px;
  }
  .flex-container {
    flex-wrap: unset;
    gap: unset;
    justify-content: unset;
    display: block;
    white-space: nowrap;
    overflow: scroll;
    padding: 15px 15px 0px 15px;
  }
  .flex-container::-webkit-scrollbar {
    display: none;
  }
  .serviceitem {
    width: 85%;
    overflow: hidden;
    display: inline-block;
    flex: 0 1 85%;
    margin-right: 5px;
  }
  .details {
    padding: 15px 20px 20px;
    margin: -25px 20px 25px 0px;
  }
  .details p {
    white-space: normal;
  }
  .educationsection {
    padding: 1.5rem 0px;
  }
  .educationbox ul {
    margin: 0px 0 0 18px;
  }
  .educationbox ul li {
    padding: 2px 0px;
    font-size: 15px;
  }
  .educationbox {
    padding: 20px;
    min-height: auto;
    margin-bottom: 12px;
  }
  .educationbox .eduheading {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .educationbox p {
    line-height: 1.4;
    font-size: 15px;
  }
  .whychoose {
    padding: 1rem 0px;
  }
  .whychoose .mainheading {
    line-height: 35px;
    padding-bottom: 10px;
  }
  .boxleft p {
    font-size: 15px;
  }
  .abcircle {
    top: 0%;
    left: 50%;
  }
  .carding:nth-child(1n),
  .carding:nth-child(2n),
  .carding:nth-child(3n),
  .carding:nth-child(4n),
  .carding:nth-child(5n) {
    top: 125px;
  }
  .carding:nth-child(5n) .carding {
    top: 0px !important;
    margin-bottom: 0px !important;
  }
  .carding:last-child {
    top: 0px !important;
    margin-bottom: 0px !important;
  }
  .carding p {
    font-size: 15px;
  }
  .carding {
    padding: 40px 15px 10px 15px;
    margin-bottom: 45px;
  }
  .boxwrapper {
    padding-bottom: 0px;
    max-width: 100%;
    margin: 40px auto 0 auto;
  }
  .carding .subheading {
    padding: 10px 0 10px 0;
    font-size: 20px;
  }
}
