.surgery-banner {
  background-image: url(../image/sur.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding: 60px 0px;
  text-align: center;
  position: relative;
}

.new_img {
  width: 30% !important;
  margin: 45px auto 44px auto !important;
}

.new_txt {
  margin-top: 54px;
}

.brain-div {
  width:100%;
  
  position: relative;
  margin: 48px 0 30px 0px;
}

.brain-div img {
  width: 100%;
  height: 100%;
}

.brain-txt {
  position: absolute;
  padding: 7px;
  width: 70%;
  top: 52%;
  left: 59%;
  transform: translate(-50%, -50%);
}

.para-txt {
  position: absolute;
  top: 8%;
  left: 18%;
}

.para-txt h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 0px;
}

.ne_1::after {
  left: 26% !important;
}

.circle-new {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}

.circle_one {
  width: 16%;
  width: 187px;
  height: 187px;
  border-radius: 50%;
  border: 3px dashed var(--primary-color);

  transition: 0.5s;
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.circle_one:hover {
  transform: translate(0, -10px);
}

.circle_one p {
  width: 93% !important;
  text-align: center !important;
  font-size: 14px !important;
  color: #444444 !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  line-height: 22px !important;
  margin: 19px auto 0 auto !important;
}
