.why_choose_usmdl{
  padding-top: 50px;
  padding-bottom: 20px;
}
.why_choose_usmdl .section-head {
  margin-bottom: 30px;
}
.why_choose_usmdl .section-head h2 {
  position: relative;
  padding: 0;
  color: #fd4f00; /*== #f91942 color code of heading ==*/
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}
.why_choose_usmdl .section-head h2:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #fd4f00;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.why_choose_usmdl .section-head h2 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}
.why_choose_usmdl .section-head p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-family: jost,sans-serif;
  margin-bottom: 0;
}
.why_choose_usmdl .wcu_item {
  background: #fff;
  text-align: center;
  padding: 25px 25px;
  -webkit-box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
  box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
}
.why_choose_usmdl .wcu_item .wcu_icon {
  font-size: 30px;
  margin-bottom: 25px;
  color: #ff5100;
  width: 60px;
  height: 60px;
  line-height: 66px;
  border-radius: 50px;
  display: inline-block;
}
.why_choose_usmdl .wcu_item .wcu_icon1 {
  background: rgba(247, 198, 5, 0.20);
}
.why_choose_usmdl .wcu_item .wcu_icon2 {
  background: rgba(255, 77, 28, 0.15);
}
.why_choose_usmdl .wcu_item .wcu_icon3 {
  background: rgba(0, 147, 38, 0.15);
}
.why_choose_usmdl .wcu_item .wcu_icon4 {
  background: rgba(0, 108, 255, 0.15);
}
.why_choose_usmdl .wcu_item .wcu_icon5 {
  background: rgba(146, 39, 255, 0.15);
}
.why_choose_usmdl .wcu_item .wcu_icon6 {
  background: rgba(23, 39, 246, 0.15);
}
.why_choose_usmdl .wcu_item .wcu_icon i {
  vertical-align: text-top;
}
.why_choose_usmdl .wcu_item h3.wcu_title {
  font-size: 60px;
  margin-bottom: 0;
  position: relative;
}
.why_choose_usmdl .wcu_item.wcu_item4 .wcu_title:after {
  content: '+';
}
.why_choose_usmdl .wcu_item.wcu_item5 .wcu_title:after,
.why_choose_usmdl .wcu_item.wcu_item6 .wcu_title:after{
  content: '%';
}
.why_choose_usmdl .wcu_item h5.wcu_subtitle {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
}
.why_choose_usmdl .wcu_item p {
  font-family: jost,sans-serif;
  margin-bottom: 0;
}

/* .why_choose_usmdl .wcu_item:hover {
background: #ff5100;
box-shadow: 0 8px 20px 0px rgb(0 0 0 / 20%);
transition: all 0.5s ease 0s;
}
.why_choose_usmdl .wcu_item:hover span.wcu_icon {
background: #fff;
border-radius: 10px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.why_choose_usmdl .wcu_item:hover h5, .why_choose_usmdl .wcu_item:hover p {
color: #fff;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
} */


@media (max-width: 767px) {
  .why_choose_usmdl .section-head h2 {
    font-size: 30px;
  }
}





