*,
::after,
::before {
  box-sizing: border-box;
}
.tabs-wrapper {
  background: #f4f5f7;
}
.tabs-container {
  overflow: hidden;
}
.tabs-wrapper a,
a:visited {
  background-color: transparent;
  color: #0067b8;
  text-decoration: none;
  border-bottom: none;
}
.tabs-wrapper a:focus,
.tabs-wrapper a:hover,
a:active {
  border-bottom: none;
  outline: 0;
}
.tabs-wrapper .tab-link {
  position: relative;
}
.tabs-wrapper .tab-link svg {
  position: absolute;
  left: 0;
  top: 0;
  visibility: visible;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
}
.tabs-wrapper .tab-link svg path {
  fill: #3a3a3a;
}
.tabs-wrapper .tab-link.active svg {
  visibility: visible;
  left: -8;
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  z-index: 9;
}
.tabs-wrapper .tab-link.active svg path {
  fill: #d14c2b;
}
.tabs-wrapper li span.tab-label {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding-left: 15px;
  line-height: 30px;
  text-transform: capitalize;
  transition: 0.5s;
  top: -6px;
  position: absolute;
  left: 21px;
}
.tabs-wrapper .tabs > ul:after {
  position: absolute;
  content: "";
  top: 6px;
  height: 96%;
  width: 1px;
  background: #000;
  left: 39px;
  z-index: 1;
}
.tabs-wrapper li a.active span.tab-label {
    background: linear-gradient(91.27deg, #4558A7 1.09%, #1DA47A 30.87%, #D59A04 65.22%, #ED2224 97.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
  transform: scale(1.1);
  line-height: 30px;
  text-transform: capitalize;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 0.5s;
}
.tabs-wrapper .tabs {
  display: flex;
  width: 100%;
  align-items: center;
}
.tabs-wrapper .tabs > ul {
  list-style-type: none;
  margin: 0;
  width: 20%;
  position: relative;
}
.tabs > ul li:last-child a {
  height: 0;
}
.tabs-wrapper .slide-up span {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 700;
}
.slide-up li,
.tabs-wrapper .slide-upul li {
  font-size: 18px;
  font-weight: 400;
  display: flex;
}
.tabs-wrapper .inner-left {
  margin-left: -138px;
  color: #fff;
}
.tabs-wrapper .inner-left2 {
  margin-left: -338px;
  color: #fff;
  text-transform: uppercase;
}
.tabs-wrapper .slide-upul li {
  color: #000;
  line-height: 45px;
  text-transform: capitalize;
  align-items: baseline;
}
.tabs-wrapper .inner-left3 {
  margin-left: -233px;
  color: #fff;
}
.tabs-wrapper .inner-left4 {
  margin-left: -146px;
  color: #fff;
}
.tabs-wrapper .btn-wrapper {
  margin-left: 20px;
}
.tabs-wrapper .tabs section.active,
.tabs-wrapper .tabs > ul li {
  display: block;
}
.tabs > ul li a {
  height: 132px;
}
.tabs > ul li a,
.tabs > ul li a:visited {
  display: flex;
  text-decoration: none;
  background-color: transparent;
  color: #000;
  padding: 10px 0;
  transition: 0.2s ease-in-out;
  word-wrap: break-word;
}
.tabs > ul li a:hover:not(.active) {
  color: #0067b8;
}
.tabs-wrapper .image-box {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.tabs-wrapper li img {
  padding-right: 6px;
}
.tabs-wrapper .slide-up ul li i {
  display: inline-block;
  background: linear-gradient(21.39deg, rgba(24, 168, 116, 0.28) 28.54%, rgba(70, 88, 167, 0.53) 64.25%, rgba(235, 38, 39, 0.82) 99.97%);
  width: 20px;
  font-size: 12px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -1px;
  position: relative;
}
.tabs-wrapper .image-overlays {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: linear-gradient(21.39deg, rgba(24, 168, 116, 0.28) 28.54%, rgba(70, 88, 167, 0.53) 64.25%, rgba(235, 38, 39, 0.82) 99.97%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.slide-up {
  z-index: 99;
}
.slide-up li {
  list-style: none;
  font-size: 400;
  line-height: 44px;
  align-items: baseline;
}
.tabs-wrapper .tabs section {
  width: 80%;
  background-color: transparent;
  padding: 0;
  display: none;
  word-wrap: break-word;
}
.animate__animated.animate__fadeInRight {
  --animate-duration: 1s;
}
.slide-up ul {
  padding: 0;
}
.tabs-wrapper .tabs section.active-content > * {
  opacity: 1;
  transform: translateY(0);
}
.tabs-wrapper h6 {
  font-size: 30px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tabs {
    width: 800px;
  }
  .tabs-wrapper .image-box img {
    width: 100%;
  }
  .tabs-wrapper li a.active span.tab-label {
    font-size: 18px;
  }
  .tabs-wrapper .tabs > ul {
    list-style-type: none;
    margin: 0;
    width: 30%;
    position: relative;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .tabs ul li a,
  .tabs-wrapper .tabs > ul li a.active {
    border-left: 0;
  }
  body {
    font-size: 1.125rem;
  }
  .tabs-wrapper .tabs > ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .tabs ul li a {
    border: 0;
    height: 100px;
  }
  .tabs > ul li a {
    flex-wrap: wrap;
  }
  .tabs-wrapper .tabs {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .tabs-wrapper .tabs > ul:after {
    position: absolute;
    content: "";
    top: 6px;
    height: 1px !important;
    width: 84% !important;
    background: #000;
    left: 25px;
    z-index: 1;
  }
  .tabs-wrapper .tab-link svg {
    position: relative;
    left: 0;
    top: -28px;
    z-index: 99;
    visibility: visible;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
  }
  .image-box img {
    width: 100%;
  }
  .tabs-wrapper li a.active span.tab-label {
    font-size: 14px;
  }
  .tabs-wrapper li span.tab-label {
    font-size: 14px;
    padding-left: 0;
  }
  .tabs-wrapper .slide-up span {
    color: #000 !important;
    margin-left: 0 !important;
  }
  .tabs-wrapper .slide-up ul {
    padding: 0;
  }
  .tabs > ul li a > span.tab-label {
    width: 100%;
    display: block;
    margin-top: -28px;
    position: relative;
    left: 0;
    text-align: center;
  }
  .slide-up li {
    font-size: 18px;
  }
  .tabs-wrapper .tabs section {
    margin-top: -40px;
    width: 80%;
    background-color: transparent;
    padding: 1rem;
    display: none;
    word-wrap: break-word;
  }
  .tabs > ul li:last-child a {
    height: 100px;
  }
}
@media (min-width: 300px) and (max-width: 567px) {
  .tabs-wrapper h6 {
    font-size: 25px;
    font-weight: 500;
    padding-top: 1rem !important;
  }
  .tabs > ul {
    width: 150px;
  }
  .tabs > ul li a {
    flex-wrap: wrap;
  }
  .image-box img,
  .tabs > ul li a > span {
    width: 100%;
  }
  .tabs > ul li a > span.tab-label {
    padding-left: 0;
    width: 100%;
    display: block;
    margin-top: -28px;
    position: relative;
    left: 0;
  }
  .tabs section {
    width: 100% !important;
    padding: 2rem;
  }
  .tabs-wrapper .tabs {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .tabs-wrapper .tabs > ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .tabs ul li a {
    border: 0;
    height: 100px;
  }
  .tabs-wrapper .tabs > ul:after {
    position: absolute;
    content: "";
    top: 6px;
    height: 1px !important;
    width: 84% !important;
    background: #000;
    left: 25px;
    z-index: 1;
  }
  .tabs-wrapper .tabs > ul li a.active {
    border-left: 0;
  }
  .tabs-wrapper .tab-link svg {
    position: relative;
    left: 0;
    top: -28px;
    z-index: 99;
    visibility: visible;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
  }
  .tabs-wrapper li a.active span.tab-label,
  .tabs-wrapper li span.tab-label {
    font-size: 14px;
    padding-left: 0;
  }
  .tabs-wrapper .slide-up span {
    color: #000 !important;
    margin-left: 0 !important;
    font-size: 30px;
  }
  .tabs-wrapper .slide-up ul {
    padding: 0;
  }
  .slide-up li {
    font-size: 18px;
  }
  .tabs-wrapper .tabs section {
    margin-top: -40px;
    width: 80%;
    background-color: transparent;
    padding: 1rem;
    display: none;
    word-wrap: break-word;
  }
  .tabs > ul li:last-child a {
    height: 100px;
  }
}
@media (min-width: 300px) and (max-width: 400px) {
  .tabs-wrapper li a.active span.tab-label {
    font-size: 12px;
    -webkit-transform: scale(0.9);
    padding-left: 0;
    text-align: center;
  }
  .tabs-wrapper li span.tab-label {
    font-size: 12px;
    margin-top: -4.8rem !important;
    text-align: center;
  }
  .tabs-wrapper .tab-link svg {
    position: relative;
    left: 0;
    top: -28px;
  }
  .tabs-wrapper .tabs section {
    margin-top: -40px;
  }
  .home_24 .box-btns {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    justify-content: space-between;
  }
  .box-btns div {
    text-align: center !important;
  }
}
