.tumor-banner {
  background-image: url(../image/tumor1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding: 60px 0px;
  text-align: center;
  position: relative;
}

.after::after {
  left: 16% !important;
}

.p-box {
  margin-top: 61px;
  position: relative;
  width: 89%;
  height: 275px;
  margin-bottom: 30px;
  transition: 0.5s;
  cursor: pointer;
}

.p-box:hover {
  transform: translate(0, -10px);
}

.box-1 {
  width: 100%;
  height:100%;
 
  background-color: #f5f5f5;
  padding: 35px 15px 35px 39px;
  border-radius: 15px;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.box-1 h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 7px 0 14px 0;
  color: var(--secondary-color);
}

.box-1 p {
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  line-height: 23px !important;
  color: #444444 !important;
}

.box-2 {
  position: absolute;
  z-index: 9;
  top: -14px;
  left: 20px;
  width: 228px;
  height: 96px;
  background-color: var(--primary-color);
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.box-3 {
  position: absolute;
  z-index: 9;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 228px;
  height: 96px;
  background-color: var(--primary-color);
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.img-1 {
  z-index: 12;
  position: absolute;
  top: 50%;
  right: -9%;
  transform: translateY(-50%);
}

.img-2 {
  z-index: 12;
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
}

.c-box {
  background-color: var(--secondary-color);
}

.cause {
  background-image: url(../image/Cause2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 65px 0px;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.cause .para {
  margin: 0 0 46px 23%;
  width: 57%;
}
.parent-list {
  display: flex;
  justify-content: space-between;
  margin-left: 24%;
  text-align: left;
}

.parent-list ul {
  width: 48%;
  margin: 0 auto;
}

.parent-list ul li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 20px;
}

.parent-list ul li h5 {
  font-size: 18px;
  font-weight: 600;
  color: #191919;
  letter-spacing: 0.5px;
  line-height: 22px;
}

.icon_1{
  width: 35px;
  height:35px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 13px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.treat{
  margin-bottom: 100px;
}

.treat-con{
  margin-top: 50px;
}

.treat h4{
  text-align: left;
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary-color);
    letter-spacing: 0.5px;
    margin-top: 64px;
    position: relative;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.treat h4::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--secondary-color);
  top: 53%;
  transform: translateY(-50%);
  left: 32% !important;
}

.box-n{
  width: 100%;
  height: 135px;
  padding: 20px 28px;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: 0.5s;
    cursor: pointer;
}

.box-n:hover{
  transform: translate(0, -10px);
}

.box-n img{
  margin-right: 15px;
}

.box-n h5{
font-size: 15px;
font-weight: 600;  
letter-spacing: 0.5px;
line-height: 23px;
color: #000000;
margin-bottom: 0px;
}


