.awards_wrap_main {
  padding-top: 91px;
}

.awards_container {
  max-width: 1410px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.awards_banner {
  background-image: url("../images/mtpl_life_banner.webp");
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.awards_banner_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.awards_banner_inner h1 {
  position: relative;
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
}
.awards_banner_inner p {
  margin: 0;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.pt_80 {
  padding-top: 80px;
}

.award_Bnusiness h2 {
  margin: 0px;
  font-size: 38px;
  line-height: 100%;
  text-align: center;
  color: rgba(59, 59, 59, 1);
}
.award_Bnusiness p {
  margin: 0px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding-top: 25px;
  color: rgba(59, 59, 59, 1);
}
.award_received_wrap {
  margin: 0px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: rgba(59, 59, 59, 1);
}
.award_Bnusiness img {
  width: 100%;
  max-width: 100%;
  padding-top: 50px;
  object-fit: contain;
}
.award_received {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding-top: 50px;
}
.award_ios {
  background: rgba(242, 248, 255, 1);
  border: 1px solid rgba(227, 241, 255, 1);
  display: flex;
  align-items: center;
  border-radius: 40px;
  padding: 23px 20px;
  column-gap: 20px;
}

.award_inner_text h3 {
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  color: rgba(30, 30, 30, 1);
  margin: 0;
}
.award_inner_text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding-top: 10px;
  color: rgba(59, 59, 59, 0.8);
}
.award_inner_img {
  width: 100%;
}
.noteble_award {
  background: rgba(37, 131, 233, 1);
  padding: 80px;
}

.notable_inner_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notable_year {
  display: flex;
  column-gap: 20px;
}
.notable_year a {
  font-size: 37px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
.notable_year a.active {
  color: rgba(255, 255, 255, 1); /* active: solid white */
}
.notable_inner_text h3 {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 38px;
  margin: 0;
}
.top_award {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 21px;
  padding-top: 50px;
}
.top_award_25 {
  display: flex;
  align-items: center;
  column-gap: 18px;
  background: rgba(255, 255, 255, 0.1);
  width: 445px;
  padding: 30px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  transition: background 0.7s ease;
}
.top_award_25:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml;utf8,<svg width="457" height="200" viewBox="0 0 457 200" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.31641" y="1" width="454" height="198" rx="29" stroke="url(%23paint0_linear_440_578)" strokeOpacity="0.5" strokeWidth="2"/><defs><linearGradient id="paint0_linear_440_578" x1="228.316" y1="0" x2="228.316" y2="200" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0"/><stop offset="0.5" stop-color="white" stop-opacity="0.5"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>')
    no-repeat center / cover;
  pointer-events: none;
  z-index: -1;
  border-radius: 30px;
  left: 0;
  right: 0;
  width: 100%;
  height: 176px;
  z-index: 999;
  top: 6px;
}

.top_award_25 p {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.mt_80 {
  margin-top: 80px;
}
.award_accredited {
  display: flex;
  align-items: center;
  column-gap: 11px;
  row-gap: 15px;
  padding-top: 50px;
}
.award_received_wrap h2 {
  margin: 0;
}
.top_award_25:hover {
  background: rgba(255, 255, 255, 1);
}
.top_award_25:hover p {
  font-weight: 600;
  color: rgba(59, 59, 59, 1);
}
/* responsive  */

@media only screen and (min-width: 1399px) and (max-width: 1680px) {
  .top_award_25 {
    width: 32%;
    column-gap: 12px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .award_accredited {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_award_25 {
    width: 32%;
  }
}
@media only screen and (max-width: 1199px) {
  .award_accredited {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_award_25 {
    width: 48%;
  }
  .award_ios {
    flex-wrap: wrap;
    row-gap: 10px;
    text-align: left;
  }
  .top_award_25:after {
    height: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .top_award_25 {
    width: 100%;
  }
  .awards_banner {
    height: 326px;
  }
  .awards_banner_inner h1 {
    font-size: 40px;
  }
  .top_award_25:after {
    height: 178px;
  }
  .awards_wrap_main {
    padding-top: 75px;
  }
  .pt_80 {
    padding-top: 40px;
  }
  .award_Bnusiness h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .awards_banner_inner h1 {
    font-size: 30px;
    padding-top: 15px;
  }
  .awards_wrap_main {
    padding-top: 80px;
  }
  .awards_banner {
    height: auto;
    padding-bottom: 10px;
  }
  .pt_80 {
    padding-top: 40px;
  }
  .award_Bnusiness h2 {
    font-size: 24px;
  }
  .award_received_wrap h2 {
    font-size: 24px;
  }
  .award_received {
    padding-top: 20px;
    flex-direction: column;
    row-gap: 14px;
  }
  .award_inner_img img {
    width: 100px;
    max-width: 100%;
  }
  .notable_inner_text h3 {
    font-size: 20px;
  }
  .notable_year a {
    font-size: 20px;
  }
  .mt_80 {
    margin-top: 30px;
  }
  .noteble_award {
    padding: 30px 0 30px 0;
  }
  .top_award_25:after {
    height: 167px;
  }
}
@media only screen and (max-width: 567px) {
  .awards_banner_inner h1 {
    font-size: 22px;
  }
  .awards_banner_inner p {
    font-size: 18px;
  }
  .award_Bnusiness h2 {
    font-size: 22px;
  }
  .award_Bnusiness p {
    font-size: 18px;
    padding-top: 15px;
  }
  .pt_80 {
    padding-top: 25px;
  }
  .award_Bnusiness img {
    padding-top: 25px;
  }
  .award_received_wrap h2 {
    font-size: 22px;
  }
  .award_accredited {
    padding-top: 25px;
  }
  .award_Bnusiness h2 {
    line-height: 1.3;
  }
  .award_Bnusiness img {
    padding-top: 25px;
  }
}
