@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&amp;display=swap');


*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.font-sans {
    font-family: 'Open Sans', sans-serif;
}
html {
  font-size: 62.5%;
  margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

body, html {
  overflow-x: clip;
}

input:focus-visible {
  outline: 0;
  border: 0;
}

.custom-listing {
  list-style: inside !important;
}

.bg-light-green {
    background-color: #d8e9df;
}

.date-status.green-bg-tag {
    background-color: #84BD0030;
    color: #84BD00;
}

.align-center-content {
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
}

.line-h-one-one {
    line-height: 1.1;
}

.community-section .image-column-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: .3s ease-in-out all;
  border-radius: 3rem;
}

.child-column .image-column-wrapper img {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  transition: .3s ease-in-out all;
}

.image-column-wrapper:hover img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*.product-table{*/
/*    border: 1px solid black;*/
/*}*/

.product-table th{
    background-color: #86B629;
    border: 1px solid black;
    padding:10px;
    color:white;
}
.product-table td{
    border: 1px solid black;
    padding:10px;
}
.product-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.green-text {
  color: #84BD00;
  font-weight: bold;
}

.blue-text {
  color: #0077B5;
  font-weight: bold;
}

.bg-light-grey {
    background-color: #f4f4f4;
}

.border-r-2 {
    border-radius: 2rem;
}

.custom-shadow {
    filter: drop-shadow(0 25px 25px rgb(0, 0, 0));
}

.custom-box-shadow {
    box-shadow: 0 5px 50px -12px rgba(0, 0, 0, 0.25);
}

.mw-50 {
    max-width: 50%;
}

.mw-55 {
    max-width: 55%;
}

.mw-85 {
    max-width: 85%;
}

.min-h-150 {
    min-height: 150px;
}

/*ul li {*/
/*  margin-bottom: .345em;*/
/*}*/

.card-wrapper {
  position: relative;
  border: 2px solid #E3E4E3;
  transition: .3s ease-in-out all;
  overflow: hidden;
  border-radius: 2rem;
}

.card-wrapper .card-wrapper-item {
  /*min-height: 500px;*/
  position: relative;
}

.details-top-card {
  position: relative;
  /*margin-bottom: 5rem;*/
}

/*.cards-cta-bottom {*/
/*  position: absolute;*/
/*  bottom: 10px;*/
/*  left: 0;*/
/*  width: 100%;*/
/*}*/

.card-wrapper:hover {
  border: 2px solid #8abb2a;
}


select.black-select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 0.2s ease;
    padding: 5px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background: url(../svg/icon-arrow-down.svg) no-repeat right #FFFFFF;
    /* background-position-x: 270px; */
    background-position: calc(100% - 15px) center;
    background-size: 13px;
}

select.black-selectCU {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.2s ease;
  padding: 5px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 34px;
  background: url(../svg/icon-arrow-down.svg) no-repeat right #FFFFFF;
  background-position-x: 95%;
  background-size: 13px;
}

.card-wrapper .card-wrapper-item {
  min-height: 600px;
  position: relative;
}

.cards-cta-bottom {
  position: absolute;
  bottom: 30px;
}

select.white-select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 0.2s ease;
    padding: 5px;
    line-height: 1;
    border-radius: 5px;
    height: 34px;
    /* background: url(/wp-content/uploads/2023/02/icon-arrow-down-white.svg) no-repeat right #FFF0; */
    background-position-x: 370px;
    background-size: 16px;
}

select.grey-select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 0.2s ease;
    line-height: 1;
    /*border-radius: 5px;*/
    /*height: 34px;*/
    background: url(../svg/icon-arrow-down.svg) no-repeat right #FFF0;
    background-position: calc(100% - 15px) center;
    background-size: 14px;
}

/* select.black-select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 0.2s ease;
    padding: 5px;
    line-height: 1;
    border-radius: 5px;
    height: 34px;
    background: url(/wp-content/uploads/2023/02/icon-arrow-down.svg) no-repeat right #FFFFFF;
    background-position-x: 250px;
    background-size: 16px;
} */

/* @media screen and (min-width: 1500px){
    select.black-select {
        position: relative;
        background-position-x: 310px !important;
    }
}

@media screen and (min-width: 1800px){
    select.black-select {
        position: relative;
        background-position-x: 340px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    select.black-select {
        background-position-x: 340px !important;
    }
}

@media screen and (max-width: 767px){
  select.black-select {
      background-position-x: 300px !important;
  }
} */

/* HOMEPAGE  */
.parent-column .child-column {
  height: 100%;
}
.helper-wrapper-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

.helper-block-item {
  width: 45%;
  padding: 1rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 127px;
  margin: 5px;
}

.helper-section-wrapper {
    border-radius: 2rem 0 0 2rem;
}

.product-swiper-items {
  border-radius: 2rem;
  overflow: hidden;
  border-width: 2px;
  position: relative;
  min-height: 650px;
}


/* ABOUT US */
.cards-bottom-content {
  transition: all .4s cubic-bezier(0.7, 0, 0.3, 1);
  overflow: hidden;
}


/* CLAIMS SUPPORT  */
.block-wrapper-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

.block-item {
  width: 46%;
  padding: 1rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  border: 1px solid #e5e7eb;
  min-height: 130px;
}

/*.contact-us-section-wrapper {*/
/*    border-radius: 2rem 0 0 2rem;*/
/*}*/



/* SERVICE PANEL */
.panel-box {
  position: relative;
  min-height: 400px;
}


/* CORPORATE GOVERNANCE */
.customer-service-charter-section .image-column-wrapper img.custom-img-size {
    min-height: 420px;
    border-radius: 1rem !important;
}

.customer-service-charter-section .image-column-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: .3s ease-in-out all;
  border-radius: 1rem;
}

.image-column-wrapper img.custom-img-size {
    transition: .3s ease-in-out all;
}


/* box wrapper with arrow */
.arrow-box-wrapper {
  position: relative;
}

.arrow-box-wrapper::before {
  content: "";
  position: absolute;
  left: 15%;
  top: -10px;
  height: 60px;
  width: 100px;
  background-color: #D8E9DF;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
  pointer-events: none;
}

#career_1 .arrow-box-wrapper::before, .prod_1 .arrow-box-wrapper::before, .prod_4 .arrow-box-wrapper::before {
  content: "";
  position: absolute;
  left: 16.5%;
}

#career_2 .arrow-box-wrapper::before, .prod_2 .arrow-box-wrapper::before, .prod_5 .arrow-box-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
}

#career_3 .arrow-box-wrapper::before, .prod_3 .arrow-box-wrapper::before, .prod_6 .arrow-box-wrapper::before {
  content: "";
  position: absolute;
  left: 85%;
}

/* WHY JOIN US */
.why-join-us-section {
    background-image: url(../svg/why-join-us-bg.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: top left;
}


/* OUR LEADER */
.image__positioning.bod__image img {
  min-width: 100%;
}

.overlay-cards {
  position: relative;
  overflow: hidden;
}

.overlay-cards::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,0.5); */
  background: transparent linear-gradient(180deg, #58652E00 0%, #4F5A2900 0%, #414A2212 50%, #000 100%) 0% 0% no-repeat padding-box;
  /*z-index: 1;*/
  transition: .3s ease-in-out all;
}

.overlay-community {
  position: relative;
  overflow: hidden;
}

.overlay-community::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,0.5); */
  background: transparent linear-gradient(180deg, #58652E00 0%, #4F5A2900 0%, #414A2212 50%, #000 100%) 0% 0% no-repeat padding-box;
  /*z-index: 1;*/
  transition: .3s ease-in-out all;
}

/* LOGIN PORTAL */
.roadside-banner {
  position: relative;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: end;
}

.roadside-banner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 75%;
  width: 100%;
  background-color: #409865;
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
}

@media (min-width: 1024px) {
    .cards-bottom-content .text-base {
  opacity: 0;
}

.cards-item-hover:hover .cards-bottom-content {
  bottom: 0;
}

.cards-item-hover:hover .cards-bottom-content .text-base {
  opacity: 1;
}
}




@media (max-width: 767px){
    .helper-section-wrapper  {
        margin: 0 auto !important;
        border-radius: 2rem !important;
    }
    
    .header-title, .text-title {
        font-size: 3.5rem !important;
    }
    
    .child-column .image-column-wrapper img {
  min-height: 190px !important;
}

.image-column-wrapper:hover img {
  transform: unset !important;
}
    
    .contact-details-section .contact-details-box .text-h3 {
  font-size: 1.5rem !important;
}

.first-child-column .date-title {
  font-size: 1.8rem !important;
}
    
}


/* GENERAL */
@media (max-width: 767px){
    
    .desc-date-wrapper {
      display: flex;
      flex-direction: column;
     border-top: 2px solid #eee;
    }
    
    .date-day {
      display: flex;
      gap: 1rem !important;
      padding-left: unset !important;
      border-left: unset !important;
    }
    
    .desc-wrapper {
      padding: 0 2rem !important;
    }
    
    .mw-full-m {
        max-width: 100% !important;
    }
    
    .mw-165-m {
        min-width: 165px;
    }
    
    .header-title {
        font-size: 3.5rem !important;
    }
    .text-h1 {
      font-size: 3.5rem !important;
    }
    
    .text-h2 {
  font-size: 2.5rem;
  line-height: 1.2 !important;
}

.date-title {
    font-size: 2.1rem !important;
}

    .text-base {
      font-size: 1.6rem !important;
      line-height: 1.4 !important;
    }
    
    .believe-section .align-center-content {
      position: relative;
      justify-content: flex-end !important;
      padding-bottom: 4rem !important;
    }
    
    .community-section .community-box-wrapper {
        min-height: 400px;
        display: flex;
        align-items: center;
        margin-bottom: 5rem;
    }
    
    .arrow-box-wrapper::before {
      content: "";
      position: absolute;
      left: 50% !important;
    }
}


/* PROMOTION PAGE */
.image-wrapper img {
  max-width: 250px;
}

.desc-date-wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 2rem 0;
}

.date-status {
  position: relative;
  padding: .4rem 5rem;
  background-color: #fee3ed;
  color: #F9226C;
  font-weight: bold;
  border-radius: 8px;
}

.date-day {
    display: flex;
    gap: 2rem;
    align-items: center;
    font-size: 1.5rem !important;
    font-weight: bold;
    padding-left: 1rem;
    border-left: 2px solid #eee;
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mw-full-i {
        max-width: 100% !important;
    }
    
        .community-section .community-box-wrapper {
        min-height: 400px;
        display: flex;
        align-items: center;
        margin-bottom: 5rem;
    }
    
    .child-column .image-column-wrapper img {
  min-height: 255px !important;
max-height: 255px !important;
}

.image-column-wrapper:hover img {
  transform: unset !important;
}
    
    .contact-details-section .contact-details-box .text-h3 {
  font-size: 1.6rem !important;
}

.first-child-column .date-title {
  font-size: 1.8rem !important;
}

    .community-section .community-box-wrapper {
        min-height: 400px;
        display: flex;
        align-items: center;
        margin-bottom: 5rem;
    }
    
        .arrow-box-wrapper::before {
      content: "";
      position: absolute;
      left: 50% !important;
    }
    
        .desc-date-wrapper {
      display: flex;
      flex-direction: column;
     border-top: 2px solid #eee;
    }
    
    .date-day {
      display: flex;
      gap: 1rem !important;
      padding-left: unset !important;
      border-left: unset !important;
    }
    
    .desc-wrapper {
      padding: 0 2rem !important;
    }
    
}



/* NAVBAR */
@media (max-width: 767px){
    #mobileNav li i {
      font-size: 1.5rem !important;
    }
    
}

@media (max-width: 1024px){
    #mobileNav li i {
      font-size: 1.5rem !important;
    }
    
/*    #mobileNav {*/
/*  pointer-events: none;*/
/*}*/
    
    /*#mobileNav.opacity-100 {*/
    /*  pointer-events: all;*/
    /*}*/
}

/* Single Promotions Page - Catered Hero Banner Sizing */
@media (min-width: 320px){
  .herobanner_sizing {
    height: 500px!important;
  }
}
@media (min-width: 768px){
  .herobanner_sizing {
    height: 910px!important;
  }
}
@media (min-width: 1024px){
  .herobanner_sizing {
    height: 400px!important;
  }
}
@media (min-width: 1280px){
  .herobanner_sizing {
    height: 440px!important;
  }
}
@media (min-width: 1440px){
  .herobanner_sizing {
    height: 650px!important;
  }
}



















