@charset "utf-8";

/*========= BASE / RESET =========*/
body {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
}

* { box-sizing: border-box; }

img { border: none; height: auto; max-width: 100%; }

a { outline: none; color: inherit; text-decoration: none; }

ul { list-style: none; margin: 0; padding: 0; }

table, tr, td { border: 0; }

.wrapper { overflow: hidden; }

/* Container matches the original fixed widths */
.container {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*========= TOP STRIP =========*/
.top_strip {
  width: 100%;
  padding: 7px 0 5px;
  background: #fcf0c8;
}

.top__strip_text {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: .5px;
}

.top__strip_text img {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  margin: -4px 0 0 5px;
}

/*========= BANNER =========*/
.banner {
  width: 100%;
  background: #0a609c;
  position: relative;
}

.banner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 117px;
  background: #0a558f;
}

.banner__left {
  width: 100%;
  padding: 50px 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.banner__heading {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
}

.banner__text1 {
  width: 100%;
  margin: 20px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: .5px;
}

.banner__box_bottom {
  display: inline-block;
  width: 100%;
  max-width: 640px;
  background: #fff;
  margin-top: 30px;
  text-align: center;
  border-radius: 12px;
  padding: 25px 20px 30px;
}

.banner__box_bottom h1 {
  width: 100%;
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: .5px;
}

.banner__button_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.anc { width: 48.5%; }

.banner__button_box a {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.banner__button {
  display: inline-block;
  width: 100%;
  height: 60px;
  border: 1px solid #0f75bc;
  border-radius: 6px;
  background: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  transition: all .2s linear;
  cursor: pointer;
  color: inherit;
  padding: 19px 0;
}

.banner__button:hover {
  border-color: transparent;
  background: #10b118;
  color: #fff;
}

.banner__secure {
  width: 100%;
  margin: 20px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.banner__secure img {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 8px 0 0;
  width: 13px;
}

.banner__img { width: 100%; }

.banner__img img {
  display: block;
  margin: 0 auto;
  width: 720px;
  max-width: 100%;
}

/*========= FEATURED SECTION =========*/
.featured__section {
  width: 100%;
  padding: 25px 0;
  background: #eff8ff;
}

.featured__icon {
  width: 100%;
  display: flex;
  justify-content: center;
}

.featured__icon li {
  width: 30%;
  padding: 0 60px;
  border-right: 1px solid #ccc;
}

.featured__icon li:last-child { border-right: none; }

.featured__icon li img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 36px;
}

.featured__icon li p {
  margin: 10px 0 0;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: .3px;
}

/*========= QUOTE SEC 1 =========*/
.quote_sec1 {
  width: 100%;
  padding: 60px 0;
}

.common_heading {
  width: 100%;
  margin: 0;
  font-size: 36px;
  line-height: 44px;
  color: #000;
  font-weight: 800;
  letter-spacing: .5px;
}

.quote_s1_chart_box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 630px;
  margin-top: 50px;
  border: 3px solid #eef8fb;
  border-radius: 10px;
  overflow: hidden;
}

.quote_s1_chart_box table {
  width: 100%;
  border: none;
  position: relative;
}

.quote_s1_chart_box table tr td {
  color: #000;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  border: none;
  padding: 18px 0;
  letter-spacing: .3px;
  width: 22.5%;
}

.quote_s1_chart_box table tr:nth-child(even) { background: #f7f7f7; }

.quote_s1_chart_box table tr td:first-child {
  width: 32.5%;
  padding: 14px 0 15px 20px;
  text-align: left;
  font-weight: 600;
}

.quote_s1_chart_box table tr th {
  font-weight: 600;
  color: #fff;
  padding: 14px 0;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  background: #1973b7;
  width: 22.5%;
}

.quote_s1_chart_box table tr th:first-child {
  width: 32.5%;
  padding: 14px 20px;
  text-align: center;
}

.quote_s1_chart_box table tr td.bold {
  font-weight: bold;
  position: relative;
}

.blur {
  filter: blur(7px);
  -webkit-filter: blur(7px);
}

.table-height {
  width: 100%;
  height: 366px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.table-height::-webkit-scrollbar { display: none; }

/*========= QUOTE SEC 2 / TESTIMONIALS =========*/
.quote_sec2 {
  width: 100%;
  padding: 60px 0;
  background: #eef8fb;
}

.s2_text {
  width: 100%;
  margin: 25px 0 0;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .5px;
  color: #000;
  font-weight: 400;
}

.testi_row {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.testi_col {
  width: 32%;
  padding: 20px 25px;
  border-radius: 10px;
  text-align: left;
  background: #fff;
  border: 1px solid #1973b7;
}

.star { float: left; }

.testi_col .s2_text { margin-top: 10px; }

.testi_name_box {
  width: 100%;
  position: relative;
  padding: 10px 10px 10px 70px;
  margin-top: 20px;
  text-align: left;
}

.t-img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  margin-top: -30px;
  border-radius: 50%;
}

.t-name {
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 800;
}

.t-name span {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #0fa343;
  font-weight: 400;
  margin-top: 5px;
}

.t-chk {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

/*========= FOOTER =========*/
.footer {
  width: 100%;
  padding: 40px 0;
  background: #fff;
}

.footer-text {
  width: 100%;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: .3px;
  color: #191919;
  font-weight: 400;
  margin: 15px 0;
}

/*========= HELPERS =========*/
.showMob { display: none; }
.hideMob { display: block; }

/*========= RESPONSIVE =========*/
@media only screen and (max-width: 1200px) {
  .container { width: 1004px; }
  .banner__left { padding: 40px 0 0; }
  .banner__heading { font-size: 46px; line-height: 52px; }
  .featured__icon li { width: 32%; padding: 0 40px; }
}

@media only screen and (max-width: 1023px) {
  .container { width: 750px; }
  .banner::before { height: 82px; }
  .banner__heading { font-size: 34px; line-height: 42px; }
  .banner__box_bottom { margin-top: 20px; width: 90%; }
  .banner__box_bottom h1 { font-size: 24px; line-height: 30px; }
  .banner__img img { width: 500px; }
  .featured__section { padding: 20px 0; }
  .featured__icon li { width: 33.33%; padding: 0 20px; }
  .featured__icon li img { height: 30px; }
  .featured__icon li p { font-size: 16px; line-height: 16px; letter-spacing: 0; }
  .quote_sec1 { padding: 40px 0; }
  .quote_s1_chart_box { margin-top: 30px; }
  .quote_sec2 { padding: 40px 0; }
  .s2_text { margin-top: 15px; }
  .testi_row { margin-top: 30px; }
  .testi_col { padding: 20px 15px; }
}

@media only screen and (max-width: 767px) {
  .container { width: 100%; padding: 0 15px; max-width: 600px; }
  .showMob { display: block; }
  .hideMob { display: none; }

  .top__strip_text { font-size: 13px; line-height: 21px; letter-spacing: 0; }
  .top__strip_text img { width: 80px; margin: -2px 0 0 1px; }

  .banner__left { padding: 15px 0 0; }
  .banner__heading { font-size: 21px; line-height: 28px; }
  .banner__text1 { margin-top: 7px; font-size: 13px; }
  .banner__box_bottom { width: 100%; padding: 15px; }
  .banner__box_bottom h1 { font-size: 22px; line-height: 28px; margin-bottom: 2px; }
  .banner__button { width: 100%; height: 55px; }
  .banner__secure { margin-top: 15px; font-size: 11px; line-height: 17px; }
  .banner__secure img { margin: -5px 3px 0 0; width: 9px; }
  .banner__img { width: calc(100% + 30px); margin-left: -15px; }
  .banner__img img { width: 100%; }

  .featured__section { background: #f3f8fb; padding: 25px 0 20px; }
  .featured__icon {
    width: calc(100% + 30px);
    margin-left: -15px;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }
  .featured__icon::-webkit-scrollbar { display: none; }
  .featured__icon li { width: auto; flex: 0 0 auto; white-space: nowrap; }
  .featured__icon li img { height: 24px; width: auto; }
  .featured__icon li p { font-size: 14px; line-height: 17px; margin-top: 7px; }

  .quote_sec1 { padding: 25px 0 30px; }
  .common_heading { font-size: 26px; line-height: 32px; }
  .s2_text { font-size: 16px; line-height: 24px; margin-top: 20px; }

  .table-height { height: 255px; }
  .quote_s1_chart_box { margin-top: 15px; }
  .quote_s1_chart_box table tr th { font-size: 14px; line-height: 20px; padding: 14px 0; }
  .quote_s1_chart_box table tr td { font-size: 12px; line-height: 16px; padding: 12px 0; width: 21%; }
  .quote_s1_chart_box table tr td:first-child { padding: 12px 10px; }

  .quote_sec2 { padding: 25px 0 30px; }
  .testi_col { padding: 20px 15px; width: 100%; }
  .testi_row { margin-top: 25px; row-gap: 20px; }

  .footer { padding: 20px 0; }
  .footer-text { font-size: 12px; line-height: 20px; margin: 10px 0; }
}
