/* .carlistbanner-sec { */
  /* background: linear-gradient(
      90deg,
      rgba(0, 59, 192, 0.3) 0%,
      rgba(0, 59, 192, 0.3) 100%
    ),
    url("../images/carlistbanner.png"); */
/*   background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  margin: 0 0 0 0;
}
.carlistbanner-sec .carlisthead-page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carlistbanner-sec .carlisthead-page .carlistbanner-head {
  margin: 0 0 28px 0;
}
.carlistbanner-sec .carlisthead-page p {
  color: #fff;
} */
.aboutbanner-sec {
  margin: 0 0 0 0;
}
.aboutbanner-sec {
  height: 100vh;
  position: relative;
  margin: 0 0 0 0;
}
.ban_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
	width:100%;
  object-fit: cover;
  z-index: -1;
}
.aboutbanner-sec .abhead-page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.aboutbanner-sec .img_lay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 59, 192, 0.3);
  position: inherit;
}
.aboutbanner-sec .abhead-page .read-head {
  margin: 0 0 12px 0;
}
.aboutbanner-sec .abhead-page p {
  color: #fff;
}
.lifecare-sec {
  margin: 0 0 0 0;
}
.ws-100 {
  height: 100%;
}
.openings-sec {
  margin: 0 0 52px 0;
}
.openings-sec .job-head {
  margin: 0 0 48px 0;
}
.openings-sec .reljobs {
  padding: 30px 30px 30px 30px;
  background-color: #f3fdfe;
  border: 0;
}
.openings-sec .reljobs h4 {
  color: #003bc0;
}
.openings-sec .reljobs p {
  color: #898989;
}
.openings-sec .reljobs a {
  color: #898989;
  font-weight: 700;
}

.employee-review {
  background-image: linear-gradient(90deg, #003bc0 45%, #d8fbfe 79.14%);
  position: relative;
}
.employee-review .q_back {
  background-image: url("../images/q_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10%;
  left: 13%;
  width: 150px;
  height: 100px;
}
.employee-review .q_back1 {
  background-image: url("../images/q_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 36%;
  right: 50%;
  width: 150px;
  height: 100px;
}
.employee-slider {
  position: relative;
}
.employee-slider {
  position: relative;
}
.employee-slider .carousel-indicators {
  bottom: -50px;
}
.employee-slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  border: 1px solid #000;
  opacity: 1;
  position: relative;
}
.employee-slider .carousel-indicators li.active::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #003bc0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.employee-slider .employee-items .employe_img {
  width: fit-content;
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: end;
}
.employee-slider .employee-items .employe_img img {
  height: 400px;
  width: 400px;
  object-fit: cover;
}
.employee-review .employee-slider .employee-items {
  padding: 10px 0px 0px 0px;
}
.employee-review .employee-slider .employee-items .carousel-item {
  padding: 0 0 0 100px;
}
.carlisthead-page .btn-margin {
  margin: 28px 0 0 0;
  padding: 13px 0 13px 0;
}
.emp_head_width {
  width: 65%;
}

.faq-section .collapse-card {
  background-color: #faf9f9;
  border: 0;
  margin: 0 0 15px 0;
}
.faq-section .collapse-card .card-header {
  background-color: transparent;
  border: 0;
  padding: 20px 25px 20px 25px;
}
.faq-section .collapse-card .collapsecard-body {
  padding: 10px 60px 20px 25px;
}
.faq-section .collapse-card .card-header .btn-que {
  text-align: left;
  color: #454545;
  font-weight: 700;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.faq-section .collapse-card .card-header .btn-que::after {
  content: url("../images/dropdown-blackdown.svg");
  margin: 0 0 0 15px;
  transform: rotate(180deg);
  transition: all 0.3s;
}
.faq-section .collapse-card .card-header .btn-que.collapsed::after {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.faq-section .collapse-card .card-header .btn-que:hover,
.faq-section .collapse-card .card-header .btn-que:focus {
  color: #454545;
  text-decoration: none;
  box-shadow: none;
}
.faq-section .view-all {
  margin: 28px 0 0 0;
}
.faq-section .view-all .view-text {
  font-size: 20px;
  font-weight: 700;
}
.digital-paragraph {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.fw-900 {
  font-family: "century_gothicbold";
}
