.disc-banner {
  background-image: url(../image/disk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding: 60px 0px;
  text-align: center;
  position: relative;
}

.new_txt:after {
  left: 34% !important;
}

.disc-box {
  width: 100%;
  height: 120px;
  margin-top: 50px;
  padding: 18px 55px 18px 177px;
  background-color: rgba(249, 122, 10, 0.35);
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: center;
  transition: 0.5s;
    cursor: pointer;
}

.disc-box:hover{
  transform: translate(0, -10px);
}

.disc-box p {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  line-height: 22px !important;
  color: #444444 !important;
  margin-top: 0px !important;
}

.child-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 133px;
  height: 120px;
  background-color: var(--primary-color);
  padding: 23px 31px;
  border-radius: 15px 0 0 15px;
}

.child-box img {
  width: 100%;
}

.child-box::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border: 15px solid transparent;
  border-bottom-color: var(--primary-color);
  left: 100%;
  transform: rotate(90deg);
  top: 44px;
}

.problem {
  background-image: url(../image/prob.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 55px 0px;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.problem .gbl_heading {
  margin-left: 71px;
}

.problem .line {
  left: 53%;
}

.problem .para {
  margin: 0 0 46px 23%;
  width: 65%;
}

.problem ul {
  margin-top: 37px;
  width: 48%;
  margin: 0 auto;
}

.problem ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.problem ul li h5 {
  font-size: 18px;
  font-weight: 600;
  color: #191919;
  letter-spacing: 0.5px;
  line-height: 22px;
}

.problem ul li img {
  margin-right: 20px;
}

.parent-list {
  display: flex;
  justify-content: space-between;
  margin-left: 24%;
  text-align: left;
}

.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: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #191919;
  line-height: 25px;
  margin-bottom: 0;
}

.symptom ul {
  margin-top: 40px;
}

.symptom ul li {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}

.list-icon {
  
  font-size: 29px;
  color: var(--primary-color);
  margin-right: 15px;
}


.list-txt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #444444;
}



