.why-oaf-page-header {
  background-image: url(../image/why-oaf-header-bg.webp);
  background-repeat: no-repeat;
  padding: 106px 0;
}
.col-left-6 {
  width: 60%;
}
/*--- Section 2 ----*/
.tick-r {
  background-color: #f2f5ff;
}
.tick-r a {
  background: url(../image/tp-company-score-tick.svg) no-repeat left;
  padding-left: 32px;
  color: #00b67a;
}
.tick-r:hover {
  color: #00b67a;
}
.wc-oaf-section-3 {
  background-color: #f2f5ff;
  padding: 80px 0;
}
/*--- end Section 2 ----*/

/*--- Compare Table ----*/
.compare-table {
  padding: 50px 100px;
}
.hsa-color {
  color: #6e718b;
}
#compareTableData th {
  color: #2147b5;
  border-bottom: 1px solid #c6cad7;
  padding: 30px 0 15px;
}
.compare_list {
  margin-right: 30px;
}
.compare_list2 {
  margin-left: 30px;
}
.h2-head {
  padding-left: 30px;
}
.list-tick-hsa li,
.list-tick-oaf li {
  background-repeat: no-repeat;
  padding-left: 40px;
  background-position-y: 6px;
  margin-bottom: 20px;
}
.list-tick-hsa li {
  background-image: url("../image/light-blue-rounded-tick.svg");
}
.list-tick-oaf li {
  background-image: url("../image/green-rounded-tick.svg");
}
.hr-bg {
  background-color: #c6cad7;
}
/*--- End Compare Table ----*/
.activeColor {
  background-color: #0d6efd !important;
}
/*--- Media query CSS ----*/
@media (min-width: 320px) and (max-width: 767px) {
  .why-oaf-page-header {
    background-image: none;
    padding: 30px 0;
    background-color: #fff7fe;
  }
  .p-se-100 {
    padding: 0;
  }
  .col-left-6 {
    width: 100%;
  }
  .why-oaf-page-header h1 {
    font-size: 30px;
  }
  .why-oaf-page-header span {
    font-size: 35px;
  }
  .why-oaf-page-header p {
    padding-right: 0;
  }
  .wc-oaf-section-2 h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .wc-oaf-section-3 {
    padding: 40px 0;
  }
  .trust-pilot-reviews-slider-list {
    padding: 30px 0;
  }
  /*--- Compare Table ----*/
  .compare-table {
    display: none;
  }
  .compare_details_in_mobile_screen {
    display: block !important;
  }
  .compareTab h4 {
    line-height: 35px;
  }
  .tab_div {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .compare_list2 {
    margin-left: 0;
  }
  .compare_list {
    margin-right: 0;
  }
  .compTabs {
    padding: 0;
    margin: 0 0 15px 0;
  }
  .compTabs li {
    background-color: #75adff;
    padding: 8px 12px;
    color: #fff;
    width: 49%;
    list-style-type: none;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    border-radius: 6px;
    line-height: normal;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .col-left-6 {
    width: 100%;
  }
  .p-se-100 {
    padding: 0;
  }
  .why-oaf-page-header {
    background-image: none;
    background-repeat: no-repeat;
    padding: 35px 0;
    background-color: #fff7fe;
  }
  /*--- Compare Table ----*/
  .compare-table {
    display: none;
  }
  .compare_details_in_mobile_screen {
    display: block !important;
  }
  .compareTab h4 {
    line-height: 35px;
  }
  .tab_div {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .compare_list2 {
    margin-left: 0;
  }
  .compare_list {
    margin-right: 0;
  }
  .compTabs {
    padding: 0;
    margin: 0 0 15px 0;
  }
  .compTabs li {
    background-color: #75adff;
    padding: 8px 12px;
    color: #fff;
    width: 49%;
    list-style-type: none;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    border-radius: 6px;
    line-height: normal;
    font-size: 13px;
  }

  /*--- end Compare Table ----*/
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .why-oaf-page-header {
    background-image: none;
    background-repeat: unset;
    padding: 50px 0;
    background-color: #fff7fe;
  }
  .col-left-6 {
    width: 100%;
  }
  .p-se-100 {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .service-container {
    max-width: 1494px;
    margin: 0 auto;
  }
}
/*--- End Media query CSS ----*/
