body {
  background: #f5f5f5;
}
.page-wraper {
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  min-height: 100vh;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.header.header-fixed,
.menubar-area.footer-fixed {
  left: 0;
  right: 0;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.header.style-4 {
  min-height: 70px;
}
.header.style-4 .header-content {
  margin: 5px 0 0;
}
.page-content {
  padding-top: 50px;
}
.catagore-bx .dz-media {
  margin: 0 auto 5px;
}
.tagline-bar p {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  line-height: 20px;
}
.header.bg-img-mobile {
  background-image: url(/images/rsph/header.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body iframe {
  width:100%;
  min-height:720px;
}
.card-item.style-8 .dz-content .item-name{
  font-size:14px;
  line-height:1.2;
}
.reviews-info.sm{
  color:#fff;
}
.menubar-area.style-8 .menubar-nav .nav-link:hover{
  color:#E60000;
}
.catagore-bx a:hover{
  color:#33a326;
}
@media only screen and (max-width: 767px) {
  .header.header-fixed,
  .menubar-area.footer-fixed {
    max-width: 100%;
  }
}
