header {
  position: fixed;
}

/* CSS HEADER */

header {
  background: linear-gradient(180deg, #000000ed 0%, #00000000 100%);
  position: fixed;
}
header .nav_links > ul > li > a {
  color: #fff;
}
.hamburger span {
  background-color: #fff;
}

.about_doc_img img {
  width: 100%;
}

.about_banner {
  position: relative;
}

.banner_content {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

.about_breadcum {
  margin-bottom: 5px;
}

.about_breadcum li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
}

.about_breadcum li a {
  color: #eda068;
  padding-right: 16px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}

.about_breadcum li a::before {
  content: "";
  position: absolute;
  right: 0px;
  background-image: url(../images/right.webp);
  width: 8px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.doctor_name {
  font-weight: 600;
  line-height: 1;
  font-size: 50px;
  color: #fff;
  font-family: var(--heading-font);
  text-transform: uppercase;
}

.designation {
  color: var(--first-color);
  font-size: 20px;
  font-family: var(--heading-font);
  text-transform: uppercase;
}

.banner_content p {
  color: #fff;
}

.common_form {
  display: block;
  width: 100%;
  padding: 0;
  background-color: #fff;
  border-bottom: none;
}

.common_form .about_doc_form {
  display: block;
  width: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border-bottom: 1px solid var(--first-color);
  margin-top: -50px;
  box-shadow: 0px 15px 25px 0px #72593d1a;
  position: relative;
}

/* START-CSS */

.space-50 {
  padding: 50px 0px;
}
.about-clinic-section .heading {
  font-size: 50px;
  margin-bottom: 20px;
}

.ico-content-bx {
  border: 2px solid #eda068;
  display: grid;
  grid-template-columns: auto auto;
}
.icon-bx {
  display: flex;
  padding: 10px;
  border-right: 2px solid #eda068;
  gap: 10px;
  border-bottom: 2px solid #eda068;
  transition: 0.5s;
}
.icon-bx:hover {
  background-color: #eda068;
}

.icon-bx:nth-child(2) {
  border-right: none;
}

.icon-bx:nth-child(3) {
  border-bottom: none;
}

.icon-bx:nth-child(4) {
  border-bottom: none;
  border-right: none;
}

.icon-bx .icon {
  min-width: 92px;
  min-height: 92px;
  max-width: 92px;
  max-height: 92px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #eda068;
  padding: 20px;
}

.icon-bx:hover .icon {
  background-color: #fff;
}

.icon-bx .txt {
  align-content: center;
  font-size: 14px;
  font-weight: 500;
}

/* image-right-content */

.hr {
  border-top: 1px solid #d1d1d1;
}

.image-right-content .heading {
  margin-bottom: 20px;
}
.doctor_list {
  text-align: left;
  gap: 1rem;
}

.doctor_list li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.doctor_list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease-in-out;
  background-image: url(../images/check.webp);
}
.btn-read {
  margin-top: 20px;
  display: flex;
}
.btn-read a {
  background: #eda068;
  padding: 14px 20px;
  color: #fff;
  transition: 0.5s;
}
.btn-read a:hover {
  background-color: var(--second-color);
  color: #000;
}

.image-right-content {
  position: relative;
}

.image-right-content::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #eda068;
  height: 100%;
  width: 375px;
  z-index: -1;
}

.img-core-value {
  position: relative;
}

.img-core-value .shape-point {
  position: absolute;
  top: -20px;
  left: -20px;
  max-width: 150px;
  max-height: 150px;
  z-index: -1;
}

.img-core-value::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 135px;
  height: 135px;
  background-color: #eda068;
  border-top-left-radius: 68px;
}

.img-core-value::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 135px;
  height: 135px;
  background-color: #eda068;
  border-top-left-radius: 68px;
  border-top-right-radius: 68px;
  z-index: -1;
}

.value-content .heading {
  margin-bottom: 20px;
}

.accordion-item {
  border-bottom: 1px solid #a5a5a5;
}
.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  padding: 15px;
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.accordion-header .indicator {
  color: #eda068;
  font-size: 20px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fff;
  padding: 0 15px;
}
.accordion-content p {
  margin-bottom: 5px;
}
.accrodion-value {
  border: 1px solid #a5a5a5;
}

.bglight {
  background-color: #f5f5f5;
}

.team-item img {
  border: 1px solid #b5b5b5;
  padding: 5px;
}

.our-team-section .team-loop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  text-align: center;
}

.team-item .item-content {
  margin-top: 20px;
}

.team-item .item-content .name-member {
  font-size: 32px;
  font-weight: 400;
  color: #171717;
  font-family: var(--heading-font);
  text-transform: uppercase;
  transition: all 0.3s;
}
.team-item .item-content .name-member:hover {
  color: #eda068;
}
.team-item .item-content .edu-member {
  font-size: 25px;
  color: #eda068;
  font-family: var(--heading-font);
  text-transform: uppercase;
}

.team-item .item-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.team-item .item-content .btn-read {
  justify-content: center;
}

.our-team-section .heading {
  font-size: 50px;
  margin-bottom: 20px;
}

.heading-paragraph {
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.why-choose-icon-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.why-icon-item {
  background-color: #fff6ec;
  padding: 20px;
  text-align: center;
  transition: 0.5s;
}

.why-icon-item:hover {
  background-color: #eda068;
}

.why-icon-item .icon {
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
  border: 2px solid #eda068;
  min-width: 125px;
  min-height: 125px;
  max-width: 125px;
  max-height: 125px;
  line-height: 100px;
  margin: 0 auto;
}

.why-icon-item .icon img {
  max-width: 70%;
}

.why-icon-item .heading-item {
  font-size: 20px;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin: 10px 0px;
}

/* SERVICES SECTIONS */

/* service section start  */
.services_what_we_do {
  padding: 50px 0px;
  background-color: #fff6ec;
}
.services_what_we_do .service_hd_box {
  text-align: center;
  padding-bottom: 25px;
}
.service_hd_box .heading {
  margin-bottom: 10px;
}
.services_what_we_do .desc {
  width: 50%;
  margin: auto;
}
.services_what_we_do .wrapper {
  padding-left: 1rem;

  max-width: 100%;

  width: 100%;

  position: relative;
}

.services_what_we_do .wrapper .carousel {
  display: grid;

  grid-auto-flow: column;

  grid-auto-columns: calc((100% / 4) - -70px);

  overflow-x: auto;

  scroll-snap-type: x mandatory;

  scroll-behavior: smooth;

  scrollbar-width: none;

  padding: 0rem 0em 1.5rem;

  gap: 1.5rem;
}

.services_what_we_do .desc {
  width: 50%;

  margin: auto;
}

.services_what_we_do .service-body {
  padding: 0px 0px 35px;

  text-align: center;

  position: relative;

  transition: all 300ms linear 0ms;

  box-shadow: 0 8px 18px #eee;

  background-color: var(--white);

  scroll-snap-align: start;

  cursor: pointer;

  display: flex;

  align-items: center;

  flex-direction: column;
}

.services_what_we_do .wrapper .carousel .card {
  border-radius: 0px;

  border: none;
}

.wrapper .carousel::-webkit-scrollbar {
  display: none;
}

.wrapper .carousel.no-transition {
  scroll-behavior: auto;
}

.wrapper .carousel.dragging {
  scroll-snap-type: none;

  scroll-behavior: auto;
}

.wrapper .carousel.dragging .card {
  cursor: grab;

  user-select: none;
}

.services_what_we_do .service-body .service-icon {
  transition: all 300ms linear 0ms;

  width: 110px;

  height: 110px;

  background-color: var(--white);

  border-radius: 50%;

  margin: auto;

  margin-bottom: 25px;

  margin-top: -50px;

  position: relative;

  box-shadow: 0 12px 20px #00000014;

  display: flex;

  align-items: center;

  justify-content: center;
}

.services_what_we_do .service-body .service-icon img {
  width: 55px;
}

.services_what_we_do .service-body:hover .service-icon {
  transform: translateY(-10px);
}

.services_what_we_do .service-body .service-title {
  font-size: 30px;

  text-transform: uppercase;

  margin-bottom: 6px;

  font-weight: 500;

  font-family: var(--heading-font);

  color: var(--heading-color);

  padding: 0 15px;

  line-height: 1.2;
}

.services_what_we_do .service-body .service-except {
  line-height: 1.714;
  flex-grow: 1;
  margin-bottom: 12px;
  padding: 0 15px;
}

.services_what_we_do .service-body a.read_more_btn {
  display: inline-block;

  padding: 10px 20px;

  background-color: var(--first-color);

  color: var(--white);

  text-transform: uppercase;

  font-weight: 500;

  margin-top: 10px;

  border: 1px solid var(--first-color);

  transition: all 300ms linear 0ms;
}

.services_what_we_do .service-body a.read_more_btn:hover {
  color: var(--first-color);

  background-color: var(--second-color);
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .services_what_we_do .wrapper .carousel {
    grid-auto-columns: calc((100% / 3) - -70px);
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .services_what_we_do .wrapper .carousel {
    padding: 0;
    grid-auto-columns: calc((100% / 3) - -70px);
  }
  .about-clinic-section .heading {
    font-size: 32px;
  }

  p {
    font-size: 14px;
  }
  .icon-bx {
    flex-direction: column;
    padding: 5px;
    text-align: center;
  }

  .icon-bx .icon {
    margin: 0 auto;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
  }

  .icon-bx .txt {
    font-size: 12px;
  }

  .common_form .about_doc_form {
    padding: 10px;
  }

  .heading {
    font-size: 32px;
  }

  .image-right-content::after {
    content: unset;
  }

  .btn-read a {
    padding: 10px 15px;
    font-size: 13px;
  }

  .img-core-value::before {
    width: 85px;
    height: 85px;
  }

  .img-core-value::after {
    width: 100px;
    height: 100px;
  }

  .accordion-content p {
    font-size: 12px;
  }

  .accordion-header {
    padding: 10px;
    font-size: 18px;
  }

  .img-core-value .shape-point {
    max-width: 100px;
    max-height: 100px;
  }

  .our-team-section .heading {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .team-item .item-content .name-member {
    font-size: 18px;
  }
  .team-item .item-content .edu-member {
    font-size: 16px;
  }

  .team-item .item-content p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .services_what_we_do .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - -140px);

    padding: 0;
  }
  .services_what_we_do {
    padding: 30px 0;
  }
  .image-right-content .img-center {
    padding-top: 20px;
  }
  .common_form .about_doc_form {
    margin-top: 0;
  }

  .doctor_name {
    font-size: 32px;
  }

  .banner_content p {
    font-size: 13px;
  }

  .about-clinic-section .heading {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .about-clinic-section .about-content {
    text-align: center;
    margin-top: 10px;
  }

  .icon-bx {
    flex-direction: column;
    text-align: center;
  }

  .icon-bx .icon {
    margin: 0 auto;
  }
  .image-right-content {
    text-align: center;
  }

  .image-right-content::after {
    content: unset;
  }

  .image-right-content .btn-read {
    justify-content: center;
  }

  .our-value-sec {
    text-align: center;
  }

  .our-value-sec .value-content {
    padding-top: 50px;
  }

  .our-value-sec .value-content .accrodion-value {
    text-align: left;
  }

  .img-core-value::after,
  .img-core-value::before {
    width: 80px;
    height: 80px;
  }
  .our-team-section {
    padding: 30px 0;
  }
  .our-team-section .team-loop {
    grid-template-columns: repeat(1, 1fr);
  }

  .our-team-section .heading {
    font-size: 32px;
  }

  .team-item .item-content .name-member {
    font-size: 24px;
  }

  .team-item .item-content .edu-member {
    font-size: 20px;
  }

  .team-item .item-content p {
    font-size: 14px;
  }

  .why-choose-icon-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .services_what_we_do .desc {
    width: 100%;
  }
}
