
body{
  overflow-x: hidden!important;
}
.aneurysm-banner {
  background-image: url(../image/Hero\ Sections.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding: 60px 0px;
  text-align: center;
  position: relative;
}

.txt_new::after {
  left: 38% !important;
}

.box {
  width: 100%;
  height: 80%;
  background-color: var(--primary-color);
  padding: 18px 21px;
  margin-top: 50px;
  border-radius: 50px 0 50px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: 0.5s;
    cursor: pointer;
}

.box:hover{
  transform: translate(0, -10px);
}

.box-img {
  width: 11%;
  margin-left: 13px;
}

.box-img img {
  width: 100%;
}

.inner-box {
  text-align: center;
  width: 80%;
  height: fit-content;
  background-color: #ffffff;
  padding: 19px 28px;
  border-radius: 50px 0 50px 0;
  margin-top: -2%;
}

.inner-box p {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #444444 !important;
  letter-spacing: 0.5px !important;
  line-height: 22px !important;
  margin-top: 0px !important;
}

.new-txt {
  color: #222222;
  font-weight: 700;
}

.cause {
  background-image: url(../image/Cause.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 77px 0px;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.cause .gbl_heading {
  color: #fff;
}

.cause .line {
  background-color: #fff;
}

.cause .para {
  width: 73%;
  color: #fff;
  font-weight: 500;
}

.cause-content {
  margin-top: 50px;
}

.point {
  position: relative;
  margin-bottom: 30px;
}

.point-img {
  width: 100%;
}

.point-img img {
  width: 100%;
}

.point-txt {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

.point-txt h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff; 
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}



.symptom {
  margin-bottom: 100px;
}

.symptom h4 {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: var(--secondary-color);
  letter-spacing: 0.5px;
  position: relative;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.symptom h4::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--secondary-color);
  top: 53%;
  transform: translateY(-50%);
  left: 35%;
}

.symptom p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #191919;
  line-height: 25px;
}
.symptom ul {
  margin-top: 40px;
}

.symptom ul li {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.list-icon {
  font-size: 29px;
  color: var(--primary-color);
  margin-right: 15px;
}
.list-txt {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #444444;
}
