@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

/* 30 jan */

.bb-fs-n {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 100px 76px;
}

.bb-fs-n span:first-child {
  font-family: "Figtree";
  font-weight: 600;
  font-style: Bold;
  font-size: 56px;
  line-height: 115%;
  letter-spacing: 0%;
  color: #056663;
}

.bb-fs-n span:nth-child(2) {
  font-family: "Figtree";
  font-weight: 700;
  font-style: Bold;
  font-size: 56px;
  line-height: 115%;
  letter-spacing: 0%;
  color: #056663;
}

.clinic-mn-n {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  padding: 40px 80px;
}

.clinic-mn-n span {
  font-family: "Figtree";
  font-weight: 600;
  font-style: Bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1%;
  text-align: center;
  color: #000000;
}

.cl-bx {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cl-bx span {
  background-color: #e3f5f3;
  font-family: "Figtree";
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #056663;
  padding: 12px 24px;
  border-radius: 12px;
  cursor: pointer;
}
.cl-bx span.active {
  background-color: #056663;
  color: #ffffff;
}
.clinic-sc-n {
  padding: 40px 76px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 46px;
}

.bx-cl-n {
  display: flex;
  /* flex-direction: column; */
  background-color: #e6f4f3;
  border-radius: 40px;
  height: 380px;
  width: 100%;
}

.fs-cl-sc {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 95px 108px 95px 60px;
}

.fs-cl-sc span:first-child {
  font-family: "Figtree";
  font-weight: 500;
  font-style: Bold;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
}

.fs-cl-sc span:nth-child(2) {
  font-family: "Figtree";
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
  opacity: 0.6;
}

.sec-cl-sc {
  width: 40%;
}

.sec-cl-sc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

/* 30 jan end*/

/* 2 feb */

.btn-cl-n {
  display: flex;
  gap: 16px;
  padding-top: 36px;
}

.bok-on-cl {
  width: 250px;
  background-color: #066764;
  border-radius: 12px;
  padding: 12px 20px;
  text-align: center;
  cursor: pointer;
}

.bok-txt-cl span {
  font-family: "Figtree";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px !important;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff !important;
  text-align: center !important;
}

.bn-cl-nn {
  font-family: "Figtree";
  font-weight: 600;
  font-style: Bold;
  font-size: 52px!important;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: #066764 !important;
}

.cl-bb-nm {
  font-family: "Figtree";
  font-weight: 500;
  font-size: 30px !important;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F1F1F !important;
  padding-top: 12px;
}

.fit-cl-new{
  top: 200px;
  z-index: 9;
  gap:8px
}

/* 2 feb end */

@media only screen and (max-width: 768px) {
  .below-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 80px 20px;
  }
  .below-desc {
    font-family: "Figtree";
    font-size: 26px;
    font-style: Bold;
    font-weight: 700;
    line-height: 110.00000000000001%;
    color: #056663;
  }
  .clinic-branch-section {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 20px 20px;
  }
  .clinic-first-section {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .clinic-branch-head {
    color: #1f1f1f;
    font-family: "Figtree";
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    line-height: 100%;
  }
  .clinic-branch-boxes {
    width: 100% !important;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0px 20px 0px;
  }
  .clinic-branch-boxes {
    display: flex;
    gap: 12px;
    /* flex-wrap: wrap; */
  }
  .cl-bx-item {
    background-color: #e3f5f3;
    font-family: "Figtree";
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #056663;
    padding: 12px 24px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .cl-bx-item.active {
    background-color: #056663;
    color: #ffffff;
  }

  /* Hide scrollbar but keep functionality */
  .clinic-branch-boxes::-webkit-scrollbar {
    display: none;
  }

  .clinic-branch-boxes::-webkit-scrollbar-track {
    background: transparent;
  }

  .clinic-branch-boxes::-webkit-scrollbar-thumb {
    background: #056663;
    border-radius: 2px;
  }

  /* .clinic-branch-boxes span {
    min-width: 140px;
    flex-shrink: 0;
    background-color: #056663;
    border-radius: 12px;
    padding: 12px 20px;
    color: #ffffff;
    font-family: "Figtree";
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
  } */
  .clinic-second-section {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 0px 0px 0px;
  }

  .clinic-branch-box {
    width: 100%;
    height: 100%;
    /* background: blue; */
    border-radius: 16px;
    position: relative;
  }

  .clinic-branch-box img {
    width: 100% !important;
    height: 400px !important;
    /* height: 100% !important; */
    position: relative;
    object-fit: cover;
    border-radius: 16px !important;
  }

  .clinic-nm {
    position: absolute !important;
    height: 88px;
    width: 100%;
    height: auto;
    background: #1f1f1f;
    color: #ffffff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 0% !important;
  }
  .clinic-nm span {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    padding: 20px 20px;
    font-family: "Figtree";
    color: #ffffff;
    font-weight: 500;
  }
  .pd-ab {
    padding: 4px 0 0 0 !important;
    font-size: 16px !important;
    line-height: 120%;
    font-weight: 400;
  }
  .clinic-btn-nm {
    display: flex;
    gap: 10px;
    padding: 0px 0 20px 0px;
  }
  .btn-spn-one {
    width: 100%;
    height: 100%;
    background-color: #056663;
    padding: 12px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    color: #ffffff;
    font-family: "Figtree";
    font-weight: 700;
    text-align: center;
    border: none !important;
  }
  .btn-spn-two {
    width: 100%;
    height: 100%;
    background-color: #056663;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    color: #ffffff;
    font-family: "Figtree";
    font-weight: 700;
    text-align: center;
    border: none !important;
  }

  .bn-main-clinic {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* margin-bottom: 40px; */
  }
  .bn-new {
    color: #066764 !important;
    font-family: "Figtree";
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    z-index: 9;
  }
  .bn-new-tw {
    color: #1f1f1f !important;
    font-family: "Figtree";
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    z-index: 9;
  }

  .fit-cl-new{
    top: 35px !important;
  }
  .bn-cl-nn{
    font-family: "Figtree";
font-weight: 700;
font-style: Bold;
font-size: 26px !important;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

  }
  .cl-bb-nm{
    font-family: "Figtree";
font-weight: 600;
font-style: SemiBold;
font-size: 20px !important;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #1F1F1F;
padding-top: 6px;

  }
}
