body.widget-snippet .new-patient-welcome .bottom-content p,
body.widget-snippet .new-patient-welcome .top-content p{
opacity:unset;
}

.new-patient-welcome{
  max-width:1400px;
  margin:0 auto 100px ;
}
.new-patient-welcome h3{
  font-size: 35px;
line-height: 30px;
font-family: Outfit;
font-style: normal;
font-weight: 600;
color: #2a2663;
margin: 0 0 20px;
}
.new-patient-welcome .top-content h4, .new-patient-welcome .bottom-content h4{
  font-size: 25px;
line-height: 30px;
font-family: Outfit;
font-style: normal;
font-weight: 600;
color: #2a2663;
margin:30px 0 10px;
}
.new-patient-welcome .top-content p, .new-patient-welcome .bottom-content p {
    padding: 0 0 20px;
    margin: 0;
    color: #000;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.new-patient-welcome .top-content p b, .new-patient-welcome .bottom-content p b{
  font-weight: 500;
}
.new-patient-welcome .top-content p a, .new-patient-welcome .bottom-content p a{
  color: #f0516f;
}
.new-patient-welcome .top-content p a:hover, .new-patient-welcome .bottom-content p a:hover{
  color: #84cdb4;
  text-decoration: underline;
}
.new-patient-welcome .bottom-content ul li, .new-patient-welcome .top-content ul li{
  font-family: Outfit;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: rgba(0, 0, 0, 0.80);
padding: 0 0 10px 5px;
}
.new-patient-welcome .bottom-content ul li:after, .new-patient-welcome .top-content ul li:after{
  background-color:rgba(37, 37, 37, 0.8);
}
.new-patient-welcome .top-content ul  {
margin-bottom: 0;
padding: 0 0 0 20px;
}
.new-patient-welcome .bottom-content ul{
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.new-patient-welcome .top-content h5, .new-patient-welcome .bottom-content h5{
  font-size: 25px;
line-height: 30px;
font-family: Outfit;
font-style: normal;
font-weight: 600;
color: #2a2663;
margin:30px 0 15px;
}

.new-patient-welcome .top-content h6, .new-patient-welcome .bottom-content h6{
  padding: 0;
  margin: 0;
  color: #292663;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight:600;
  line-height: 30px;

}
