/*============product start============*/
.Card--banner--wrapper .Card--banner--service.product-banner{
    background: url(../imgs/zencare-banner.png) no-repeat center center;
}
.zen-features p{
    font-size: 1.8rem;
}
.zen-features .icon{
    width: 110px;
}
.zen-module{
    background:#f7f7f7;
}
.zen-module p{
    font-size: 1.8rem;
}
.zen-module li {
    margin-top: 1.4rem;
}
.zen-module li::marker {
    font-size: 1.2rem;
}
.request-bg{
    background: url(../imgs/quote-bg.png) no-repeat center center;
    background-size: cover;
    min-height: 600px;
}
.request-bg .text-grey{
    font-size: 1.8rem;
    color: #9BA8BA;
}
.request-bg .icon{
    width: 100%;
    max-width: 120px;
    max-height: 120px;
}
.request-bg .request-quote{
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 3.8rem auto 0 auto;
}
.request-bg .request-quote .field{
    width: 100%;
    height: 60px;
    padding: 1.5rem 260px 1.5rem 1.5rem;
    font-size: 1.8rem;
    border-radius: 0.6rem;
    outline: none;
    border: none;
}
.request-bg .request-quote .quote-btn{  
  border: 0;
  background: url(../imgs/skew-btn.png) no-repeat center center;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  position: absolute;
  right: 0;
  width: 240px;
  height: 100%;
  background-size: 100% 100%;
  border-radius: 0.5rem;
}
/*============product end============*/