/* front img buttons */
.frontImage {
    background-image: url(/img/bg.jpg);
    background-size: cover;
    margin-top: 80px !important;
    height: 680px;
}

.frontImgTxt {
    color: #fff;
    margin-top: 180px !important;
}

.selectors {
    display: flex;
    font-size: 25px;
    font-weight: 500;
    align-items: center;
}

.selectors li:nth-child(4),
.selectors li:nth-child(5),
.selectors li:nth-child(6),
.selectors li:nth-child(3) {
    border-left: #176361 1px solid;
}

.selectors li:hover {
    cursor: pointer;
    color: #176361;
}

.selected {
    color: #176361;
}

/* Q&A */

.accordion-item {
    border: none !important;
    border-bottom: 2px #ddd solid !important;
    border-radius: 0px !important;
    margin-bottom: 10px;
}

.accordion-button {
    background-color: #fff !important;
    font-size: 16px !important;
}

h4 {
    border: none !important;
    background-color: transparent;
    color: inherit;
    padding: 0;
    font-family: inherit;
    font-size: 30px;
    line-height: inherit;
}



/* cards */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #555 solid;
    border-radius: 5px;
}

.swiper-slide:hover {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cardHead {
    display: flex;
    margin-left: 23%;
}

.cardIcon {
    background-color: red;
    color: #fff;
    border-radius: 50%;
}

.cardData img {
    width: 50px;
}

.cardInfo {
    display: flex;
}
  /********************************************************************** MOBILE */
  @media screen and (max-width: 960px) {

    .frontImage {
      height: 200px;
  }
  .frontImgTxt {
    color: #fff;
    margin-top: 20px !important;
  }
  .frontImgTxt p,
  .frontImgTxt h1,
  .frontImgTxt h4 {
    width: 60vw !important;
    font-size: xx-small !important;
  }
  .selectors {
    display: flex;
    flex-wrap: wrap;
  }
  .selectors li {
    font-size: 20px;
    width: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    }
.accordion-item {
    width: 95vw !important;
}
.accordion {
    margin-left: -12vw !important;
}
  }

    