/*!
* Style Sheet for ""
* version: 1
* last modified:2023 By Applab
* author: Applab
* website: www.applab.qa
*/
/*b5 start -------------------------------------------------------------------------------------------------------------------*/
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
.tab-style-1 {
  padding-bottom: 50px;
}
.tab-style-1 .nav-tabs {
  position: relative;
  z-index: 1;
}
.tab-style-1 .nav-tabs li:nth-child(1) {
  position: relative;
  z-index: 10;
}
.tab-style-1 .nav-tabs li:nth-child(2) {
  position: relative;
  z-index: 9;
}
.tab-style-1 .nav-tabs li:nth-child(3) {
  position: relative;
  z-index: 8;
}
.tab-style-1 .nav-tabs li:nth-child(4) {
  position: relative;
  z-index: 7;
}
.tab-style-1 .nav-tabs li:nth-child(5) {
  position: relative;
  z-index: 6;
}
.tab-style-1 .nav-tabs li:nth-child(6) {
  position: relative;
  z-index: 5;
}
.tab-style-1 .nav-tabs li:nth-child(7) {
  position: relative;
  z-index: 4;
}
.tab-style-1 .nav-tabs li:nth-child(8) {
  position: relative;
  z-index: 3;
}
.tab-style-1 .nav-tabs {
  border-bottom: none;
}
.tab-style-1 .nav-link {
  border: none;
  background-color: #fff;
  position: relative;
  padding: 10px 35px;
  position: relative;
  min-width: 140px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom: 30px;
  box-shadow: none;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .tab-style-1 .nav-link {
    min-width: 105px;
    padding: 10px 20px;
    padding-bottom: 30px;
  }
}
.tab-style-1 .nav-link.active {
  background-color: #7B6DAB;
}
.tab-style-1 .nav-link.active span {
  color: #fff;
}
.tab-style-1 .nav-link.active span::before {
  background-color: #fff;
}
.tab-style-1 .nav-link.active span::after {
  background-color: #fff;
}
.tab-style-1 .nav-link.active::before {
  background-image: url(../images/tab-violet.svg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, background-image 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.tab-style-1 .nav-link.active::after {
  background-color: #fff;
}
.tab-style-1 .nav-link::before {
  content: "";
  display: block;
  background-image: url(../images/tab-violet.svg);
  background-image: url(../images/tab-white.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 52px;
  height: 100%;
  position: absolute;
  inset-inline-end: -30px;
  top: 0;
  z-index: 0;
  background-position: right -15px top;
  background-position-y: -5px;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, background-image 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
html[dir=rtl] .tab-style-1 .nav-link::before {
  transform: scaleX(-1);
}
.tab-style-1 .nav-link span {
  font-size: 19px;
  font-weight: 500;
  color: rgba(36, 44, 45, 0.8);
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .tab-style-1 .nav-link span {
    font-size: 16px;
  }
}
.tab-style-1 .tab-content {
  position: relative;
  top: -20px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 19px 41px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  border-top: 1px solid rgba(1, 76, 89, 0.2);
  min-height: 400px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .tab-style-1 .tab-content {
    min-height: 350px;
  }
}
.tab-style-1 .value-wrapper {
  padding: 50px;
  position: relative;
  z-index: 1;
  max-height: 380px;
  overflow: auto;
  margin: 8px;
  margin-inline-start: 0;
}
@media (max-width: 991.98px) {
  .tab-style-1 .value-wrapper {
    padding: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .tab-style-1 .value-wrapper {
    max-height: 340px;
    padding: 40px;
    padding-top: 20px;
  }
}
.tab-style-1 .value-wrapper h4 {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .tab-style-1 .value-wrapper h4 {
    display: none;
  }
}
.tab-style-1 .value-wrapper p {
  display: none;
}
.tab-style-1 .value-wrapper ul {
  margin-bottom: 16px;
}
.tab-style-1 .value-wrapper ul li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 400;
  color: rgba(36, 44, 45, 0.8);
}
.tab-style-1 .value-wrapper ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .tab-style-1 .value-wrapper ul li {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.tab-style-1 .value-wrapper ul li::before {
  content: "";
  display: block;
  background-image: url(../images/list-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .tab-style-1 .tab-content {
    min-height: auto;
    top: 0;
    border: none;
  }
  .tab-style-1 .tab-content .tab-pane {
    display: block;
    opacity: 1;
  }
  .tab-style-1 .accordion-button {
    box-shadow: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    justify-content: space-between;
  }
  html[dir=rtl] .tab-style-1 .accordion-button {
    text-align: right;
  }
  .tab-style-1 .accordion-button::after {
    margin: 0;
  }
  .tab-style-1 .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #7B6DAB;
    color: #fff;
  }
  .tab-style-1 .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
  }
  .tab-style-1 .accordion-item {
    border-bottom: 1px solid #EEEEEE !important;
  }
}
.tab-style-1 .accordion-body {
  padding: 0;
}
.tab-style-1 .accordion-item {
  border: none;
}

.tab-style-1 .value-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E8E6E6;
}

.tab-style-1 .value-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #E8E6E6;
  border-radius: 10px;
}

.tab-style-1 .value-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #EDEEF1;
}

.proposition-wrapper {
  background-color: #2F1D77;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .how-we-help figure img {
    min-height: 440px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .how-we-help figure img {
    min-height: 390px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
