.about-banner {
  background-image: url(../image/Mask\ group.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding: 60px 0px;
  text-align: center;
  position: relative;
}

.doctor-text {
  margin-bottom: 100px;
}

.doctor {
  width: 90%;
  margin: 0 auto;
}
.doctor span {
  display: block;
}
.doctor span img {
  width: 100%;
}

.about-doctor {
  text-align: justify;
  margin-top: 14%;
}

.about-doctor p {
  font-size: 16px;
  color: #444444;
  font-weight: 500;
  line-height: 28px;
  margin: 4% 0 9% 0;
}

.interest {
  margin-top: 5%;
}

.interest-box {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #c7e6f6;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 0px 23px;
}

.interest-circle {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
}

.interest-txt {
  padding: 79px 41px 40px 41px;
  text-align: left;
}

.interest-txt h3 {
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 17px;
}

.interest-txt h4 {
  color: var(--secondary-color);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.interest-txt ul {
  margin-bottom: 25px;
}

.interest-txt ul li {
  list-style-type: circle !important;
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.best {
  background-image: url(../image/best.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 83px 0px;
  text-align: center;
  margin-bottom: 100px;
}

.best-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.best .banner-heading {
  width: 60%;
}

.img-box {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.best-box {
  width: 15%;
  padding: 21px 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffff;
  transition: 0.5s;
    cursor: pointer;
}

.best-box:hover{
  transform: translate(0, -10px);
}

.best-box img {
  margin-bottom: 15px;
}

.best-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 0.5px;
  margin-bottom: 0px;
  line-height: 22px;
}

.mission {
  text-align: center;
  margin-bottom: 12%;
}

.mission-content {
  margin-top: 8%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}

.one {
  margin-bottom: 6%;
}

.con-2 {
  margin-top: 4%;
}

.mission-box {
  width: 47%;
  height: 217px;
  border: 1px solid #000000;
  border-radius: 5px;
  position: relative;
  padding: 31px 55px;
  text-align: justify;
  z-index: 10;
}
.mission-box h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 14px;
}

.mission-box p {
  font-size: 16px;
  color: #444444;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.mission-box::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 160px;
  border-radius: 25px;
  background-color: var(--primary-color);
  top: 50%;
  transform: translateY(-50%);
  left: -1%;
}

.hex-box {
  width: 114px;
  height: 114px;
  padding: 1px;
  position: absolute;
  top: 69%;
  left: 94%;
  clip-path: polygon(49% 1%, 100% 27%, 100% 72%, 53% 100%, 0 76%, 0 28%);
  background-color: #000000;
  z-index: 12;
}
.two {
  top: -1%;
  left: -9%;
}
.hex-box-2 {
  width: 112px;
  height: 112px;
  position: absolute;
  clip-path: polygon(49% 1%, 100% 27%, 100% 72%, 53% 100%, 0 76%, 0 28%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  z-index: 12;
  font-size: 25px;
}

.mission-img {
  margin-right: 10%;
  width: 27%;
}
.mission-img img {
  width: 100%;
}

.hex-img {
  position: absolute;
  top: 5%;
  left: 101%;
}

.img-2 {
  margin: -5% 0 0 5%;
}

.img {
  top: -70% !important;
  left: -17.4% !important;
}

.mission-box-two {
  width: 47%;
  height: 217px;
  border: 1px solid #000000;
  border-radius: 5px;
  position: relative;
  padding: 31px 55px;
  text-align: justify;
  z-index: 10;
  margin-right: 81px;
}
.mission-box-two h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 14px;
}

.mission-box-two p {
  font-size: 16px;
  color: #444444;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.mission-box-two::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 160px;
  border-radius: 25px;
  background-color: var(--primary-color);
  top: 50%;
  transform: translateY(-50%);
  right: -1%;
}

.counter-1 {
  background-image: url(../image/counterbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.counter-con {
  display: flex;
  justify-content: space-between;
}

.counter-box {
  text-align: center;
  color: var(--secondary-color);
  font-size: 25px;
}

.counter {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 15px;
}

.counter-box p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
}

.counter-box svg {
  font-size: 32px;
  margin-bottom: 24px;
}

.question {
  background-color: rgba(77, 164, 216, 0.5325);
  padding: 61px 41px;
  margin-bottom: 100px;
}

.question .gbl_heading {
  margin-bottom: 49px;
}

.accord-btn {
  width: 100%;
  background-color: #fff;
  padding: 20px 12px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 15px;
}

.accord-one {
  margin-bottom: 24px;
}

.accord-con {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.accord-con p {
  width: 98%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 26px;
  color: #444444;
}

.accord-btn h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--secondary-color);
  margin-bottom: 0px;
}

.accord-img {
  width: 65%;
  margin: 8% auto 0 auto;
}

.accord-img span {
  display: block;
}

.accord-img span img {
  width: 100%;
}
