.services {
  width: 100%;
  display: table;
  margin-top: -175px;
}
.services .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 768px) {
  .services-card {
    float: left;
    margin: 0 1%;
    margin: 0 10px;
    width: calc(33.3333% - 13.3333px);
  }
}
@media all and (max-width: 767px) {
  .services .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .services-card {
    float: none;
    -ms-flex: 1 100%;
        flex: 1 100%;
    margin: 10px 0;
    max-width: 510px;
  }
}
.services-card {
  background: #fff;
  text-align: center;
  padding: 50px 0;
  border-radius: 5px;
  box-shadow: 0 20px 25px rgba(127, 127, 127, 0.1);
  display: block;
  text-decoration: none;
}
.services-card img {
  max-width: 64px;
  height: 64px;
}
.services-card h2 {
  font-size: 22px;
  color: #030201;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
.services-card:first-child {
  margin-left: 0;
}
.services-card:last-child {
  margin-right: 0;
}
.services-card:hover {
  box-shadow: 2px 2px 30px 5px rgba(127, 127, 127, 0.3);
}
.top_section_bg {
  background: #f3f6fa;
}
@media screen and (min-width: 576px) {
  .top_bg {
    background: url(/wp-content/themes/comparisun-clear-theme/assets/images/top_bg.jpg) 40% center / cover no-repeat;
    min-height: 800px;
  }
}
@media screen and (max-width: 575px) {
  .top_bg {
    background: #f8f8f8 !important;
  }
  .services {
    margin-top: 0;
  }
}
.hero_image_content {
  margin: auto;
  padding: 100px 0 0;
}
.hero_image_content h1 {
  font-weight: 700;
  font-size: 44px;
  color: #030201;
  margin-bottom: 60px;
  line-height: 1.2;
  text-align: left;
}
@media all and (max-width: 767px) {
  .hero_image_content {
    text-align: center;
  }
  .hero_image_content h1 {
    text-align: center;
  }
}
.compare_providers {
  color: #fff;
  font-size: 16px;
  background: #ff5858;
  background: linear-gradient(to right, #ff5858, #f09819);
  text-align: center;
  border-radius: 50px;
  text-transform: initial;
  display: inline-block;
  line-height: 16px;
  font-weight: 500;
  padding: 20px 30px;
  box-shadow: 0 20px 25px rgba(253, 227, 227, 0.7);
  text-decoration: none;
}
.compare_providers:hover,
.compare_providers:focus {
  background: #ff5858;
  color: #fff;
}
.frontpage_section {
  padding: 20px 0 40px;
}
.frontpage_section h2 {
  font-size: 42px;
  color: #030201;
  margin: 30px 5px;
  line-height: 1;
  text-align: left;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .frontpage_section h2 {
    text-align: center;
  }
}
.service_review {
  text-align: center;
  background: #fff;
  box-shadow: 0px 8px 25px rgba(124, 124, 124, 0.1);
  padding: 10px 5px 15px;
  text-decoration: none;
  border-radius: 5px;
}
.service_review:hover {
  box-shadow: 2px 2px 30px 5px rgba(127, 127, 127, 0.3);
}
.service_review h3 {
  color: #030201;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.service_review .review_stars_empty {
  margin: 5px auto 15px;
  font-size: 16px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5858), color-stop(1, #f09819));
  background-image: gradient(linear, left top, right top, color-stop(0, #ff5858), color-stop(1, #f09819));
  color: transparent;
  -webkit-background-clip: text;
}
.service_review .review_full {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5858), color-stop(1, #f09819));
  background-image: gradient(linear, left top, right top, color-stop(0, #ff5858), color-stop(1, #f09819));
  color: transparent;
  -webkit-background-clip: text;
}
.service_review .review_name {
  color: #030201;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}
.ie .review_stars_empty {
  color: #ff5858;
}
.ie .review_full {
  color: #ff5858;
}
.read_review {
  color: #b7bec8;
  font-size: 16px;
  border: 1px solid #b7bec8;
  border-radius: 50px;
  line-height: 35px;
  padding: 0px 20px;
  height: 35px;
  text-decoration: none;
  font-weight: 400;
  display: table;
  margin: 0 auto;
}
.service_review:hover .read_review {
  color: #fff;
  background: #b7bec8;
}
.service_img {
  height: 80px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.service_img img {
  max-height: 80px;
  width: auto;
}
.latest_review_section {
  background: #f3f6fa;
}
.articles_section h2 {
  color: transparent;
}
@media all and (min-width: 768px) {
  .ie .bxslider > a {
    -ms-flex: 4 24%;
        flex: 4 24%;
    margin: 0 0.5%;
    width: 24%;
    max-width: 24%;
  }
}
