.service03-cost-tabs .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 0;
  margin-bottom: 32px;
}
.service03-cost-tabs .nav-tabs .nav-link {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  padding: 9px 25px;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  position: relative;
  transition: 0.5s all;
}
.service03-cost-tabs .nav-tabs .nav-link.active {
  background: #efff02;
  color: #000000;
}
.service03-cost-tabs .nav-tabs .nav-link.active::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #efff02;
  border-width: 8px;
  margin-left: -8px;
  transition: 0.5s all;
}

.service03-costrow {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
.service03-costrow .service03-costth {
  width: 372px;
  flex: 0 0 auto;
  padding-top: 50px;
}
.service03-cost-head {
  display: flex;
  flex-direction: column;
}
.service03-cost-head li {
  font-size: 16px;
  color: #000;
  padding: 9px 0;
  padding-right: 30px;
  font-weight: 500;
  border-bottom: 1px solid rgba(60, 47, 192, 0.15);
}
.service03-cost-head li p {
  font-size: 12px;
  color: #000;
  font-weight: 300;
}
.service03-costtd {
  width: 100%;
  flex: 0 1 auto;
}
.service03-pricingrow {
  display: flex;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.service03-pricingbox {
  flex: 0 0 auto;
  width: 100%;
  max-width: 33.33333%;
}
.service03-pricingbox:nth-child(2) {
  background: rgba(239, 255, 2, 0.1);
}
.service03-pricingbox:nth-child(2) .service03-pricing h5 {
  color: #000;
}
.service03-pricingbox:nth-child(2) .service03-cost-footer .service03-tvalue {
  color: #000;
}
.service03-pricingbox .service03-cost-footer .service03-light-btn {
  background: #fff;
  color: #162340;
}
.service03-pricingbox:nth-child(2)
  .service03-cost-footer
  .service03-light-btn
  i {
  background: #000;
}
.service03-pricingbox:nth-child(2)
  .service03-cost-footer
  .service03-light-btn
  i
  svg
  path {
  fill: #efff02;
}
.service03-pricingbox:nth-child(2)
  .service03-cost-footer
  .service03-light-btn::before {
  background: #000;
}
.service03-pricingbox:nth-child(2)
  .service03-cost-footer
  .service03-light-btn:hover
  span {
  color: #efff02;
}
.service03-pricing {
  display: flex;
  flex-direction: column;
}
.service03-pricing h5 {
  padding: 15px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  height: 50px;
}
.service03-pricingbox:nth-child(odd) .service03-pricinglist {
  background: #fff;
}
.service03-pricingbox:first-of-type .service03-pricing h5 {
  border-top-left-radius: 10px;
}
.service03-pricingbox:last-of-type .service03-pricing h5 {
  border-top-right-radius: 10px;
}
.service03-pricinglist {
  display: flex;
  flex-direction: column;
}
.service03-pricinglist li {
  font-size: 14px;
  color: #162340;
  padding: 9px 10px;
  text-align: center;
  font-weight: 300;
  border-bottom: 1px solid rgba(60, 47, 192, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service03-cost-footer {
  padding: 30px;
  text-align: center;
}
.service03-pricingbox:first-of-type .service03-cost-footer {
  border-bottom-left-radius: 10px;
}
.service03-pricingbox:last-of-type .service03-cost-footer {
  border-bottom-right-radius: 10px;
}
.service03-tvalue {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.service03-tvalue span {
  font-size: 30px;
}
.service03-pricing-mobfts,
.service03-tvalue h5 {
  display: none;
}

@media (max-width: 1199px) {
  .service03-costrow .service03-costth {
    width: 250px;
  }
  .service03-cost-head li {
    font-size: 14px;
  }
  .service03-cost-footer {
    padding: 25px 20px;
  }
  .service03-tvalue {
    font-size: 14px;
  }
  .service03-tvalue span {
    font-size: 24px;
  }
  .service03-pricingbox .service03-light-btn {
    min-width: 120px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .service03-pricinglist li {
    font-size: 12px;
  }
  .service03-cost-head li p {
    font-size: 10px;
  }
  .service03-pricing h5 {
    font-size: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service03-pricingbox .service03-light-btn {
    min-width: 100px;
    font-size: 12px;
  }
  .service03-costrow .service03-costth {
    width: 180px;
  }
  .service03-cost-head li {
    font-size: 12px;
  }
  .service03-cost-footer {
    padding: 20px 15px;
  }
  .service03-cost-tabs .nav-tabs .nav-link {
    font-size: 14px;
    padding: 9px 20px;
  }
}
@media (max-width: 767px) {
  .service03-cost-tabs .nav-tabs {
    gap: 10px;
  }
  .service03-pricing > h5,
  .service03-pricing .service03-pricinglist,
  .service03-costrow .service03-costth {
    display: none;
  }
  .service03-pricing-mobfts,
  .service03-tvalue h5 {
    display: block;
  }
  .service03-pricingrow {
    flex-direction: column;
    box-shadow: none;
  }
  .service03-pricingbox {
    max-width: 100%;
  }
  .service03-cost-footer {
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  }
  .service03-pricingbox + .service03-pricingbox {
    margin-top: 20px;
  }
  .service03-tvalue {
    padding: 20px 30px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
  }
  .service03-tvalue h5 {
    padding: 0;
    height: auto;
    font-size: 16px;
    text-align: left;
    margin-bottom: 6px;
  }
  .service03-tvalue span {
    font-size: 30px;
  }
  .service03-pricing-mobfts {
    padding: 25px 20px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    text-align: left;
  }
  .service03-pricing-mobfts > button {
    display: block;
    font-size: 16px;
    color: #162340;
    font-weight: 600;
    position: relative;
    padding: 0;
    border: 0;
    background-color: transparent;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .service03-pricing-mobfts > button:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 5px;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border: 1px solid #162340;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    transition: 0.5s all;
  }
  .service03-pricing-mobfts > button:not(.collapsed)::after {
    transform: rotate(-135deg);
    bottom: -5px;
  }
  .service03-flist {
    width: 100%;
  }
  .service03-flist {
    text-align: left;
    margin-bottom: 20px;
  }
  .service03-flist li {
    font-size: 12px;
    color: #162340;
    font-weight: 300;
    position: relative;
    padding-left: 18px;
  }
  .service03-flist li + li {
    margin-top: 10px;
  }
  .service03-flist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 6px;
    border: 1px solid #3c2fc0;
    transform: rotate(-45deg);
    border-top: 0;
    border-right: 0;
    border-right: 2px;
  }
  .service03-pricingbox .service03-cost-footer .service03-light-btn {
    background-color: #000;
    color: #fff;
  }
  .service03-pricingbox:nth-child(2)
    .service03-cost-footer
    .service03-light-btn::before,
  .service03-pricingbox:nth-child(2)
    .service03-cost-footer
    .service03-light-btn
    i {
    background: #efff02;
  }
  .service03-pricingbox:nth-child(2)
    .service03-cost-footer
    .service03-light-btn:hover
    span {
    color: #000;
  }
  .service03-pricingbox:nth-child(2)
    .service03-cost-footer
    .service03-light-btn
    i
    svg
    path {
    fill: #000;
  }
  .service03-titleHead p br {
    display: none;
  }
}
