.info-section .info-card p.mb-4.mt-3 {
    margin-top: 0 !important;
}
.supervision-text {
    margin-top: 20px;
}
.main-slider .item {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 200px;
}

.slider-content {
   /* semi-transparent blue */
  display: inline-block;
  border-radius: 4px;
  float: right;
}

.small-tag {
    background-color: #0072bc;
    display: inline-block;
    padding: 4px 10px;
    color: #fff;
    border-radius: 2px;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.2px;
    font-style: normal;
}
.slider-title span {
    background-color: #0072bc;
    display: block;
    margin-bottom: 9px;
}
.slider-title span:first-child {
    display: inline-block;
}
.main-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 41%;
}
.main-slider .owl-next {
    position: absolute;
    right: 0;
    top: 41%;
}
.main-slider .owl-prev, .main-slider .owl-next {
    margin: 0 !important;
    background: #0088CE !important;
    padding: 10px 8px !important;
    font-size: 26px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0088CE;
}
.owl-theme .owl-dots .owl-dot span {
    background: unset;
    border: 1px solid #0088CE;
    width: 12px;
    height: 12px;
}

/*Patient voices Section*/
.card-title {
  font-size: 1.1rem;
  line-height: 1.6;
}

.badge-group .badge {
    margin: 0 5px 5px 0;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    background: #FFF;
    font-family: "Noto Sans";
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.btn-primary {
  background-color: #0072bc;
  border-color: #0072bc;
  font-size: 0.9rem;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #005bac;
  border-color: #005bac;
}
.patient-voices-section p.card-title {
    color: #0088CE;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
/*Patient Voice END*/

.info-section {
  background: #e6f5fb url('/bladder-cancer/wp-content/uploads/2025/07/home-footer-sec-bg.png') no-repeat center center;
  background-size: cover;
}

.info-card {
  border: 1px solid #e0e0e0;
  transition: transform 0.2s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.icon-img {
  width: 48px;
  height: 48px;
}

.btn-primary {
  background-color: #0072bc;
  border-color: #0072bc;
  font-weight: bold;
  font-size: 0.9rem;
}

.btn-primary:hover {
  background-color: #005bac;
  border-color: #005bac;
}
.patient-voices-section {
    margin-top: -81px;
    padding-top: 121px !important;
    padding-bottom: 70px;
    background-color: #F2F7FD;
}
.boxHeader {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.boxHeader h5 {
    margin-left: 14px;
    font-family: "Noto Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    margin-left: 14px;
}
.patient-voice .card .card-img-top {
    overflow: hidden;
    border-radius: 0px 5px 0px 0px;
}
.patient-voice .card {
    overflow: hidden;
    border-radius: 12px !important;
}
.slider-content.text-start {
    float: left;
}
.slider-content.text-end {
    float: right;
}
@media screen and (max-width: 1440px) {
 .main-slider .item {
    padding-top: 150px;
    padding-bottom: 150px;
}
}
@media screen and (max-width: 1024px) {
   .main-slider .item {
    padding-top: 100px;
    padding-bottom: 100px;
}
}
@media screen and (max-width: 992px) {
  .slider-content.text-start span {
    float: left;
  }
  .slider-title span {
    width: max-content;
}
.slider-content.text-end span {
    float: right;
}
.small-tag {
    font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.supervision-text {
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 16px;
}
.patient-voices-section {
    margin-top: -144px !important;
    padding-top: 174px !important;
}
.supervision-section {
    background: #fff;
    position: relative;
    z-index: 99;
}
  .slider-title span {
    width: fit-content;
  }
    .slider-content {
        z-index: 99;
        position: relative;
        margin-top: 0;
    }
        .main-slider .item {
        padding-top: 73px;
        padding-bottom: 176px;
    }

.small-tag {
    font-size: 7px;
    letter-spacing: 1.7px;
}
      .slider-title {
        font-size: 16px !important;
        line-height: 19px !important;
        letter-spacing: 1px !important;
        width: 78%;
        display: inline-block;
    }
}
@media screen and (max-width: 489px) {
    .main-slider .item {
        padding-top: 45px;
        padding-bottom: 111px;
    }
}