.banner-faq .banner-img{
    background-color: #DDDDDD;
    background-image: url("../images/asian-businesswoman-working-in-car.jpg");    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-faq .banner-img .background-overlay{
    background-color: transparent;
    background-image: linear-gradient(180deg, #00708DD9 0%, #172023D9 100%);
    opacity: 0.95;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.container-banner{
    flex-direction: row;
    min-height: 400px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-banner-text{
    justify-content: center;
    padding: 10px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.text-banner1{
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 4px;
    text-align: center;
}
.text-banner2{
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}

.container-tab{
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    position: relative;

}

.button-banner{
  background-image: linear-gradient(180deg, #00495C 0%, #1D1E21 100%);
  text-transform: uppercase;
  background-color: transparent;
  max-width: 200px;
  padding: 5px;
}

a .button-banner:hover{
  text-decoration: none;
}

.accordion .card .card-header{
  position: relative;
}

.accordion .card .card-header .btn-header-link:after {
  content: "\f068";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  left: 15px;
}

.accordion .card .card-header .btn-header-link.collapsed:after {
  content: "\f067";
}



/* tab */
.tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    background-color: transparent;
    color: #0F708C;
    display: grid;
    justify-content: stretch;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #0F708C;
    display: flex;
    border: 0.2px solid;
    margin: 1px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #0F708C;
    color: white;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #0F708C;
    color: white;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 0px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
  }
  
  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }


  /* accordion */
  .faq-container .tabcontent .card {
    margin-bottom: 20px;
  }

  .faq-container .tabcontent .card-header{
    background-color: #F0F0F0;
    border: none;
  }

  .faq-container .tabcontent .button-accordion{
    color: #00495C;
    font-size: 11px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0px;
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis; 
    margin-left: 10px;
  }


.eae-button1, .eae-button2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eae-button1, .eae-button2:hover {
  cursor: pointer;
}

.eae-button-1-wrapper:hover{
  color: #FFFFFF;
}

.eae-button-1-wrapper {
  font-family: "Montserrat", Sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  background-image: linear-gradient(180deg, #00495C 0%, #1D1E21 100%);
  color: #FFFFFF;
  padding: 10px;
  width: 160px;
  display: flex;
  justify-content: center;
}

.eae-button-2-wrapper {
  font-family: "Montserrat", Sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #F9F9F9;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #4E4E4E;
  color: #00495C;
  padding: 10px;
  width: 160px;
  display: flex;
  justify-content: center;
}

.eae-button-separator {
  left: 51%;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 40px;
  background-color: #CBCBCB;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 0 6px rgb(255 255 255 / 20%);
  color: #444;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  transform: translate(-49%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

  @media only screen and (min-width: 768px){
    .eae-button-1-wrapper {
      width: 230px;
      font-size: 13px;
    }
    .eae-button-2-wrapper {
      width: 230px;
      font-size: 13px;
    }
    .faq-container .tabcontent .button-accordion{
      font-size: 12px;
    }
    .eae-button-separator {
      width: 40px;
      height: 40px;
    }
    .tab {
      display: flex;
      justify-content: space-between;
    }
    .tab button {
      border: none;
    }
  }

  @media only screen and (min-width: 1024px){
    .eae-button-1-wrapper {
      width: 210px;
      font-size: 13px;

    }
    .eae-button-2-wrapper {
      width: 210px;
      font-size: 13px;
    }
    .eae-button-separator {
      width: 40px;
      height: 40px;
    }
    
    .faq-container .tabcontent .button-accordion{
      font-size: 13px;
    }
    .tab {
      display: flex;
      justify-content: space-between;
    }
    .tab button {
      border: none;
    }
  }