b{
  font-weight: 500;
}
header{
  box-shadow: 0 2px 5px rgba(0,0,0, 0.07);
}
.feedback-slider{
  height: 70px;
  padding: 0 30px;
  list-style: none;
}
.feedback-slider .slick-list{
  height: 100% !important;
}
.feedback-slider .slick-list li{
  height: 70px !important;
  font-size: 18px;
  position: relative;
}
.feedback-slider-inner{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.feedback-slider .slick-list li a{
  font-weight: 500;
}
.m-widget4__sub.price{
  display: none;
}
.m-subheader {
  position: relative;
  padding-top: 80px;
}
.m-subheader .m-subheader__title{
  text-decoration: underline;
  font-size: 32px;
}
.m-subheading{
  font-size: 60px;
  font-weight: 500;
}
.m-subheading span{
  font-weight: 600;
}
.section-heading{
  margin: 40px 0 20px;
}
.m-body .m-content{
  padding: 30px 30px 0;
}
.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title{
  display: block;
}
.m-portlet .m-portlet__head .m-portlet__head-caption{
  display: block;
  padding-top: 15px;
}
.report-by{
  position: absolute;
  right: 30px;
  top: 10px;
  text-align: center;
  border: 1px solid;
  padding: 6px;
}
.report-by a{
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  margin-top: 8px;
  display: block;
  transition: 0.2s;
  text-align: center;
}
.report-by a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.report-by img{
  display: block;
  height: 50px;
  margin: 0 auto;
}
.report-by span{
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
  color: #000;
}
@media (max-width: 992px){
  .feedback-slider{
    height: 60px;
  }
  .feedback-slider .slick-list li{
    height: 60px !important;
  }
  .m-body .m-content{
    padding: 30px 20px 0;
  }
}
@media (max-width: 768px){
  .report-by{
    position: static;
    margin-top: 30px;
  }
  .m-header{
    height: 80px !important;
  }
  .m-subheader {
    padding-top: 30px;
  }
  .m-body{
    padding-top: 80px !important;
  }
  .feedback-slider{
    height: 80px;
  }
  .feedback-slider .slick-list li{
    height: 80px !important;
    font-size: 16px;
  }
  .m-subheader .m-subheader__title{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .m-subheading{
    font-size: 24px;
  }
  .section-heading{
    margin: 20px 0 10px;
  }
}
