@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(fonts/Roboto.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Raleway"), local("Raleway-Regular"), url(fonts/Raleway.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
  font-family: 'Myriad Pro Condensed';
  src: url(fonts/Myriad.eot);
  src: local("Myriad"), url(fonts/Myriad.woff) format("woff"), url(fonts/Myriad.ttf) format("truetype"), url(fonts/Myriad.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  touch-action: manipulation !important; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-carousel button.owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: 'Raleway',sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; }

.ldBar {
  position: relative; }

.ldBar.label-center > .ldBar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px #fff; }

.ldBar-label:after {
  content: "%";
  display: inline; }

.ldBar.no-percent .ldBar-label:after {
  content: ""; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.wrapper .section_first {
  position: relative;
  overflow-y: hidden; }
  .wrapper .section_first .image_section_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(150, 95, 22, 0) 50%, #fff 100%);
    opacity: .77; }
.wrapper .section_second .progress-wrapper {
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0; }
  .wrapper .section_second .progress-wrapper #ldBar {
    background-color: #f5f5f5;
    border-radius: 50%;
    position: relative;
    width: 7rem !important;
    height: 7rem !important;
    margin: 0 auto 30px; }
  .wrapper .section_second .progress-wrapper .ldBar-label {
    color: #09f;
    font-size: 1.5em;
    font-weight: 900; }
    .wrapper .section_second .progress-wrapper .ldBar-label.nocontent::after {
      content: ''; }
  .wrapper .section_second .progress-wrapper .start-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 3px #fff;
    color: #09f;
    font-size: 1.5em;
    font-weight: 900; }
  .wrapper .section_second .progress-wrapper .ldBar path.mainline {
    stroke-width: 5;
    stroke: #09f;
    stroke-linecap: round; }
.wrapper .section_second .form_container .form-body .panel-body .form-wrapper {
  margin: 85px auto 0 auto; }
  .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .has-error em.state-error {
    display: block !important;
    margin-top: 6px;
    padding: 0 3px;
    line-height: normal;
    color: #CC0000;
    font-size: 0.85em; }
  .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .has-error input, .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .has-error select {
    background-color: #FEEFE9 !important;
    border-color: #E46B66 !important; }
  .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .funnel-wrapper, .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .step-wrapper {
    width: 100%;
    overflow: hidden; }
  .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps ul[role=tablist]:first-of-type {
    display: none; }
  .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps h3 {
    font-size: 18px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #000;
    text-transform: capitalize;
    font-family: 'Roboto';
    font-weight: bold;
    text-align: center;
    display: none; }
    .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps h3.current {
      display: block; }
  .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps .inputGroup {
    display: block;
    margin: 10px 0;
    position: relative; }
    .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps .inputGroup label {
      font-family: Roboto;
      padding: 12px 30px;
      width: 100%;
      display: block;
      text-align: center;
      color: #fff;
      background: #0095ed;
      cursor: pointer;
      position: relative;
      z-index: 2;
      transition: all 200ms ease-in;
      overflow: hidden; }
      .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps .inputGroup label:before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: "";
        background-color: #3a955e;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        z-index: -1; }
      .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps .inputGroup label:after {
        width: 32px;
        height: 100%;
        content: "";
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 490.4 490.4" width="28" height="28" enable-background="new 0 0 490.4 490.4" xml:space="preserve"><g><path d="M245.2,490.4c135.2,0,245.2-110,245.2-245.2S380.4,0,245.2,0S0,110,0,245.2S110,490.4,245.2,490.4z M245.2,24.5 c121.7,0,220.7,99,220.7,220.7s-99,220.7-220.7,220.7s-220.7-99-220.7-220.7S123.5,24.5,245.2,24.5z" fill="white"/><path d="M138.7,257.5h183.4l-48,48c-4.8,4.8-4.8,12.5,0,17.3c2.4,2.4,5.5,3.6,8.7,3.6s6.3-1.2,8.7-3.6l68.9-68.9 c4.8-4.8,4.8-12.5,0-17.3l-68.9-68.9c-4.8-4.8-12.5-4.8-17.3,0s-4.8,12.5,0,17.3l48,48H138.7c-6.8,0-12.3,5.5-12.3,12.3 C126.4,252.1,131.9,257.5,138.7,257.5z" fill="white"/></g></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-color: #45a9f8;
        z-index: 2;
        position: absolute;
        padding: 22px 25px;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        transition: all 200ms ease-in; }
      .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps .inputGroup label:hover {
        background: #3a955e; }
        .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps .inputGroup label:hover:after {
          background-color: #50c17c; }
    .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps .inputGroup input {
      color: #fff;
      width: 32px;
      height: 32px;
      order: 1;
      z-index: 2;
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      visibility: hidden; }
    .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps .inputGroup input:checked ~ label {
      color: #fff; }
    .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps .inputGroup input:checked ~ label:before {
      -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
      transform: translate(-50%, -50%) scale3d(56, 56, 1);
      opacity: 1; }
    .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps .inputGroup input:checked ~ label:after {
      background-color: #17b978;
      border-color: #17b978; }
  .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps .select2-container {
    width: 100% !important; }
  .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps .select2-selection--single {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem; }
  .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .steps .input-text-holder input {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
    appearance: none;
    outline: 0;
    border: 1px solid #ced4da;
    font-size: 16px; }
  .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .actions {
    margin-top: 1rem; }
    .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .actions ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column; }
      .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .actions ul li a {
        width: 100%;
        padding: 12px 30px;
        background: #45a9f8;
        border: 1px solid #45a9f8;
        transition: all .5s ease-in-out 0s;
        color: #fff;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0;
        display: block;
        text-decoration: none;
        text-align: center;
        transition: all 200ms ease-in; }
        .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .actions ul li a:hover {
          background: #0095ed; }
      .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .actions ul li:nth-of-type(1) {
        order: 2; }
        .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .actions ul li:nth-of-type(1) a {
          width: 150px;
          max-width: 100%;
          padding: 7px;
          background: #45a9f8;
          border: 1px solid #45a9f8;
          transition: all .5s ease-in-out 0s;
          color: #fff;
          margin: auto;
          border-radius: .25rem; }
      .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .actions ul li:nth-of-type(2) {
        order: 1;
        margin-bottom: 15px; }
        .wrapper .section_second .form_container .form-body .panel-body .form-wrapper .actions ul li:nth-of-type(2) a {
          background: #3a955e;
          border: 1px solid #50c17c; }
.wrapper .section_three {
  padding: 4rem 0; }
  .wrapper .section_three .img-logos {
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 20px 30px -15px rgba(191, 191, 191, 0.5);
    margin: 0 0 20px 0;
    text-align: center; }
.wrapper .section_four .section_disclaimer {
  background: #48ac70;
  text-align: center; }
  .wrapper .section_four .section_disclaimer p {
    color: #fff;
    font-family: 'Roboto';
    font-size: 16px;
    padding: 0;
    letter-spacing: 1px; }
.wrapper .section_four footer {
  width: 100%;
  padding: 30px 0 0 0;
  border-top: 1px solid #dfe1e4; }
  .wrapper .section_four footer p {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: normal;
    line-height: 22px; }
  .wrapper .section_four footer .copyright {
    text-align: center; }
.wrapper .margin-setter {
  margin: 50px auto 0 auto;
  display: inline-block; }
.wrapper .offer_main_holder .congrats_box {
  text-align: center;
  border-bottom: 2px dotted #4aad72;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0; }
  .wrapper .offer_main_holder .congrats_box img {
    vertical-align: sub;
    margin: 0 5px 0 0; }
  .wrapper .offer_main_holder .congrats_box h3 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #090909;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto'; }
  .wrapper .offer_main_holder .congrats_box .congrats_box_paragraph {
    width: 320px;
    max-width: 100%;
    margin: 15px auto 0 auto; }
    .wrapper .offer_main_holder .congrats_box .congrats_box_paragraph h3 {
      font-size: 18px;
      padding: 0 0 15px 0;
      margin: 0;
      color: #252525;
      letter-spacing: 0.5px;
      font-family: 'Roboto';
      text-transform: none; }
.wrapper .offer_main_holder .offer_box {
  width: 100%;
  margin: 30px 0 0 0; }
  .wrapper .offer_main_holder .offer_box .company_image {
    max-width: 100%;
    margin: 30px auto 34px auto;
    display: block;
    height: auto; }
    .wrapper .offer_main_holder .offer_box .company_image img {
      max-width: 60%;
      margin: 30px auto 34px auto;
      display: block; }
  .wrapper .offer_main_holder .offer_box .matching_score {
    width: 450px;
    margin: 20px auto 0;
    max-width: 100%; }
    .wrapper .offer_main_holder .offer_box .matching_score h3.percentage_title {
      font-size: 25px;
      padding: 0 0 5px;
      margin: 0;
      color: #464646;
      font-family: 'Roboto'; }
    .wrapper .offer_main_holder .offer_box .matching_score span.matching_percent {
      width: 80px;
      height: 50px;
      border-radius: 5px;
      background: #ff0b15;
      display: inline-block;
      font-size: 20px;
      color: #fff;
      line-height: 49px;
      font-family: 'Roboto';
      text-align: center;
      text-decoration: none; }
    .wrapper .offer_main_holder .offer_box .matching_score .border-right {
      border-right: 1px solid #b8b8b8; }
    .wrapper .offer_main_holder .offer_box .matching_score .rating a {
      text-decoration: none; }
      .wrapper .offer_main_holder .offer_box .matching_score .rating a i {
        font-size: 46px;
        color: #44aa68;
        margin: 0 10px 0 0; }
    .wrapper .offer_main_holder .offer_box .matching_score .rating_para {
      margin: 15px 0 0 0;
      text-align: center; }
      .wrapper .offer_main_holder .offer_box .matching_score .rating_para p {
        color: #747474;
        padding: 0;
        margin: 0;
        font-size: 17px; }
    .wrapper .offer_main_holder .offer_box .matching_score .tap_to_call {
      margin: 30px 0 0 0;
      text-align: center; }
      .wrapper .offer_main_holder .offer_box .matching_score .tap_to_call a {
        display: block; }
        .wrapper .offer_main_holder .offer_box .matching_score .tap_to_call a img {
          height: auto; }
    .wrapper .offer_main_holder .offer_box .matching_score .online-content {
      text-align: center; }
      .wrapper .offer_main_holder .offer_box .matching_score .online-content i {
        color: #44aa68;
        margin: 0 5px 0 0; }
      .wrapper .offer_main_holder .offer_box .matching_score .online-content p {
        margin: 0; }
    .wrapper .offer_main_holder .offer_box .matching_score .tips {
      width: 390px;
      margin: 20px auto 30px auto;
      max-width: 100%;
      text-align: center; }
      .wrapper .offer_main_holder .offer_box .matching_score .tips p {
        color: #656565;
        padding: 0;
        margin: 0;
        font-size: 17px;
        font-family: 'Roboto';
        line-height: 25px; }
.wrapper .section_tips {
  background: #48ac70;
  padding: 1rem 0; }
  .wrapper .section_tips p {
    color: #fff;
    font-family: 'Roboto';
    font-size: 16px;
    padding: 0;
    margin: 0;
    letter-spacing: 1px; }
.wrapper .pros-cons {
  padding: 3rem 0; }
  .wrapper .pros-cons h3 {
    font-size: 25px;
    padding: 0 0 10px;
    margin: 0;
    color: #0f9c3e;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto'; }
  .wrapper .pros-cons .pros_list ul {
    list-style: none;
    margin: 0 0 0 -40px; }
    .wrapper .pros-cons .pros_list ul li {
      background: url(../img/green-arrow-new.jpg) no-repeat 0 13px;
      font-size: 28px;
      padding: 0 0 0 25px;
      margin: 0;
      line-height: inherit;
      text-align: left;
      font-family: 'Myriad Pro Condensed';
      font-weight: 400; }
  .wrapper .pros-cons .cons_list h3 {
    color: #a81e1c; }
  .wrapper .pros-cons .cons_list ul {
    list-style: none;
    margin: 0 0 0 -40px; }
    .wrapper .pros-cons .cons_list ul li {
      background: url(../img/red-arrow-newjpg.jpg) no-repeat 0 13px;
      font-size: 28px;
      padding: 0 0 0 25px;
      margin: 0;
      line-height: inherit;
      text-align: left;
      font-family: 'Myriad Pro Condensed';
      font-weight: 400; }
.wrapper .testimonials-area .testimonials-bg {
  padding: 40px 20px;
  background: #ebebeb;
  width: 100%;
  position: relative; }
  .wrapper .testimonials-area .testimonials-bg .testimonials_header h2 {
    font-size: 23px;
    padding: 0 0 15px 0;
    margin: 0;
    display: block;
    color: #181818;
    font-family: 'Roboto';
    letter-spacing: 0.5px;
    text-align: center; }
  .wrapper .testimonials-area .testimonials-bg .testimonial {
    position: relative;
    display: block;
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
    padding: 15px;
    min-height: 290px; }
    .wrapper .testimonials-area .testimonials-bg .testimonial .testimonial_header .star_rating {
      width: 100%;
      border-bottom: 1px solid #ebebeb;
      padding: 0 0 10px;
      text-align: left;
      margin: 0 0 25px; }
      .wrapper .testimonials-area .testimonials-bg .testimonial .testimonial_header .star_rating i {
        color: #44aa68; }
    .wrapper .testimonials-area .testimonials-bg .testimonial .testimonial_body h3.small-title {
      font-size: 18px;
      padding: 0 0 5px 0;
      margin: 0;
      color: #0d0d0d;
      font-weight: bold;
      text-align: left;
      letter-spacing: 0.5px;
      font-family: 'Roboto'; }
    .wrapper .testimonials-area .testimonials-bg .testimonial .testimonial_body h4.verified-title {
      font-size: 16px;
      padding: 0 0 10px 0;
      margin: 0;
      color: #0a8a37;
      text-align: left;
      font-family: 'Roboto';
      font-weight: bold;
      letter-spacing: 0.5px; }
    .wrapper .testimonials-area .testimonials-bg .testimonial .testimonial_body .testimonials-content {
      width: 100%; }
      .wrapper .testimonials-area .testimonials-bg .testimonial .testimonial_body .testimonials-content p {
        margin-top: 0; }
  .wrapper .testimonials-area .testimonials-bg .testimonial_navigation {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0 auto;
    top: 30%; }
    .wrapper .testimonials-area .testimonials-bg .testimonial_navigation .nav-btn {
      position: absolute;
      z-index: 5; }
      .wrapper .testimonials-area .testimonials-bg .testimonial_navigation .nav-btn a {
        font-size: 2.5rem;
        cursor: pointer; }
      .wrapper .testimonials-area .testimonials-bg .testimonial_navigation .nav-btn.left_button {
        left: -1.5rem; }
      .wrapper .testimonials-area .testimonials-bg .testimonial_navigation .nav-btn.right_button {
        right: 0.3rem; }
  .wrapper .testimonials-area .testimonials-bg .owl-dots {
    margin: 0.5rem 0;
    text-align: center; }

@media (max-width: 575.99px) {
  .align-middle {
    vertical-align: middle !important; }

  .img-logos {
    padding: 0 !important; }

  .matching_score {
    text-align: center; }
    .matching_score h3.percentage_title {
      font-size: 18px !important; }
    .matching_score .rating a {
      display: inline-block;
      margin-top: 10px; }
      .matching_score .rating a i {
        font-size: 25px !important; }

  .testimonials-area .testimonials-bg {
    margin: auto;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .testimonials-area .testimonials-bg .testimonials_header h2 {
      font-size: 20px; }
    .testimonials-area .testimonials-bg .testimonial {
      min-height: 364px !important; } }
@media (max-width: 400px) {
  .margin-setter {
    margin-top: 10px !important; }

  .matching_score h3.percentage_title {
    font-size: 15px !important; }

  .offer_box .company_image img {
    max-width: 100% !important; }
  .offer_box .matching_score .rating a i {
    margin: 0px !important; } }
