.all-service-banner {
  background: #333333 url(../images/products/product-banner.png) center 0 no-repeat;
  background-size: cover;
  padding: 50px;
  height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;    
  position: relative;
}

.service-banner {
  max-width: 48%;
  margin: 0 auto;
  margin-top: 100px;
}

.all-service-banner h1 {
  font-size: 56px;
  line-height: 60px;
  color: #F4F6F9;
  font-family: 'graphikbold';

}

.all-service-banner p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 14px;
  font-family: 'graphikmedium';
}

/* product-detail start here */

.product-detail {
  background-color: #0025A5;
  position: relative;
  padding: 90px 0px 100px 0px;
}

.product-content h2 {
  font-size: 48px;
  line-height: 56px;
  color: #F4F6F9;
  font-family: 'graphikbold';
  position: relative;
  margin-bottom: 15px;
}

.product-content p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 30px;
  font-family: 'graphikmedium';
}

.product-img {
  text-align: right;
}

.product-img img {
  max-width: 100%;
}

.read-more {
  background-color: #49CC79;
  display: inline-block;
  margin-top: 60px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 14px;
  font-family: 'graphikmedium';
  padding: 18px 20px;
  min-width: 160px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}

.read-more.button_button__3HGS0 polyline {
  stroke: #fff;
}

.read-more:hover {
  color: #FFFFFF;
}


/* product-comment-sec start here */

.product-comment-sec {
  padding: 100px 0px 100px;
  position: relative;
}

.product-comment {
  background-color: #FFFFFF;
  border: 1px solid #E7EAF1;
  padding: 50px 70px;
  border-radius: 2px;
}

.product-comment-top p {
  font-size: 24px;
  line-height: 36px;
  color: #212121;
  font-family: 'graphiksemibold';
}

.product-user-content h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #212121;
  font-family: 'graphiksemibold';
}

.product-user-content p {
  color: #212121;
  font-size: 16px;
  line-height: 19px;
  font-family: 'graphikregular';
}

.product-comment-top {
  position: relative;
  padding-bottom: 120px;
}

.product-user {
  display: flex;
  align-items: center;
}

.product-user img {
  margin-right: 20px;
}

.service-content {
  height: calc(100% - 135px);
}

.service-box:hover {
  border: 1px solid transparent;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  cursor: pointer;
}

.img-left {
  margin-bottom: 30px;
}

.service-box h3 {
  font-size: 24px;
  line-height: 30px;
  color: #212121;
  margin-bottom: 20px;
  font-family: 'graphiksemibold';
}

.service-box p {
  color: #424242;
  font-family: 'graphik_regular';
  font-size: 16px;
  line-height: 24px;
}



@media (min-width: 1200px) {
  .container-sml {
    max-width: 940px;
  }
}

/* start media tablet css*/

@media (max-width: 991px) {

  .all-service-banner {
    padding: 50px 0px 50px;

  }
}

/* start media mobile css*/

@media (max-width: 767px) {

  .service-banner {
    max-width: 100%;
    margin-top: -50px;
  }

  .all-service-banner h1 {
    font-size: 34px;
    line-height: 38px;
  }

  .product-detail {
    background-color: #0025A5;
    position: relative;
    padding: 60px 0px
  }

  .all-service-banner {
    padding: 50px 15px;
    background: url(../images/products/product-banner-mobile.png) center 0 no-repeat;
    background-size: cover;
    max-height: 580px;
  }


  .product-comment-sec {
    padding: 60px 0px;
  }

  .product-content h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .product-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .read-more {
    margin-top: 30px;
  }

  .product-comment {
    padding: 20px 20px;
    border-radius: 2px;
  }

  .product-comment-top p {
    font-size: 20px;
    line-height: 25px;
  }

  .product-comment-top {
    padding-bottom: 40px;
  }

  .product-img {
    text-align: center;
    padding-top: 20px;
  }




}