@font-face {
    font-family: 'Segoe UI'; /* A name you choose to use in your CSS */
    src: url('../../assets/fonts/segoe-ui-this/segoeuithibd.ttf') format('ttf'),
         url('../../assets/fonts/segoe-ui-this/segoeuithis.ttf') format('ttf'),
         url('../../assets/fonts/segoe-ui-this/segoeuithisi.ttf') format('ttf'),
         url('../../assets/fonts/segoe-ui-this/segoeuithisz.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Controls how the font displays while loading */
  }


html {
    scroll-behavior: smooth;
}

body {
    /*    font-family: 'Open Sans', sans-serif;*/
    
    font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Arial, sans-serif;
}


.section {
    padding: 50px 0px;
}

iframe {
    width: 100%;
}


a:hover {
    text-decoration: none;
}

hr {
    border-color: #6c6c6c;
}


body::-webkit-scrollbar {
    width: 6px
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    box-shadow: inset 0 0 6px #fff
}

body::-webkit-scrollbar-thumb {
    background-color: #ec3164;
    outline: 1px solid #ec3164
}


.scroll-content::-webkit-scrollbar {
    width: 6px
}

.scroll-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    box-shadow: inset 0 0 6px #fff
}

.scroll-content::-webkit-scrollbar-thumb {
    background-color: #ec3164;
    outline: 1px solid #ec3164
}


.operation-box {
    border: 1px solid #a43792;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}


.header-phone-box {
    background-image: linear-gradient(to right, #ec3164 0%, #a43792 100%);
    padding: 5px;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.header-text {
    font-size: 14px;
}

.font-700 {
    font-weight: 700;
}

.font-600 {
    font-weight: 600;
}

nav.p-3.shadow {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    padding: 10px !important;
}

.text-white {
    color: white !important;
}

.text-purple {
    color: #a81e70 !important;
}

.bg-purple {
    background-color: #a81e70 !important;
}


.btn-rounded {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}



.btn-purple {
    background-image: linear-gradient(to right, #ec3164 0%, #a43792 100%);
    padding: 10px 30px;
    height: 50px;
    /*border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;*/
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-purple:hover {
    background-color: #ba529b;
    border: 1px solid #ba529b;
    color: white;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}


.btn-white {
    background-color: white !important;
    color: #ba529b !important;
    padding: 10px 30px;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-white:hover {
    background-color: white !important;
    color: #ba529b;
    color: white !important;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-treatment {
    color: gray;
    font-weight: 700;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
    padding-left: 40px;
    position: relative;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15) !important;
    margin-bottom: 20px;
}

.btn-treatment:hover {
    color: #a81e70;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.btn-treatment::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url('../images/treatment-arrow-gray.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.btn-treatment:hover::before {
    background-image: url('../images/treatment-arrow-purple.png');
}







@media (min-width: 1200px) {
    .angioplasty-hero .container-fluid {
        padding: 5px 7.5%;
    }
}

.angioplasty-hero {
    background: linear-gradient(to right, rgba(122, 0, 70, 0.92) 0%, rgba(122, 0, 70, 0.75) 30%, rgba(122, 0, 70, 0.45) 55%, rgba(122, 0, 70, 0.15) 75%, rgba(122, 0, 70, 0.00) 100%), url(../images/angioplasty-hero.png) left / cover no-repeat;
    padding: 120px 0;
    color: #fff;
    min-height: 700px;
}



.col-lg-6.banner-text {
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.angioplasty-hero h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 15px;
}

.angioplasty-hero p {
    font-size: 20px;
    max-width: 520px;
    margin-bottom: 25px;
}

.hero-btns .btn {
    margin-right: 15px;
}

.btn-warning {
    color: #212529;
    background-color: rgba(255, 231, 63, 1);
    border-color: rgba(255, 231, 63, 1);
    font-size: 18px;
    padding: 15px 23px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
}

.btn-warning:hover {
    background-color: #fff;
}

.why-angioplasty {
    padding: 70px 0;
}

.why-angioplasty h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: rgba(150, 31, 103, 1);
}

.why-angioplasty h2 span {
    background-color: rgba(255, 231, 63, 1);
    padding: 0 10px;
}

.section-desc {
    margin: 15px auto 0;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    line-height: 28px;
}

.stats-row h3 {
    color: rgba(150, 31, 103, 1);
    font-size: 48px;
    font-weight: 700;
}

.stats-row p {
    font-size: 20px;
    color: rgba(66, 66, 66, 1);
}

.angioplasty-procedures {
    background: rgb(149 32 103);
    padding: 70px 0;
    color: #fff;
}

.angioplasty-procedures h2 {
    font-weight: 700;
    color: #fff;
}

.custom-nav span {
    cursor: pointer;
    font-size: 22px;
    margin-left: 15px;
}

.procedure-card {
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.procedure-card img {
    width: 100%;
    object-fit: cover;
}

.procedure-card h5 {
    font-size: 26px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 10px;
}

.procedure-card a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 7px;
    display: block;
    width: fit-content;
    color: rgba(255, 231, 63, 1);
    border-bottom: 1px solid rgba(255, 231, 63, 1);
}

.card-content {
    padding: 20px 20px 30px 20px;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: RGBA(0, 0, 0, 0);
    background: linear-gradient(0deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 0%) 100%);
}

h2 {
    color: rgba(150, 31, 103, 1);
    font-size: 48px;
    font-weight: 700;
    font-size: 40px;
}

section.awards-section {
    padding-bottom: 50px;
}

.five-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    align-items: center;
    text-align: center;
}

.manageleft-design {
    width: calc(100vw - (100vw - var(--container)) / 2) !important;
    margin-left: auto;
    padding-left: 10px;
}

:root {
    --container: 1140px;
}

.angioplasty {
    padding: 70px 0;
}

.r-20 {
    border-radius: 20px;
}

.angioplasty ul {
    padding-left: 20px;
}

.doctor-section {
    background: #952067;
    padding: 70px 0;
    color: #fff;
}

.doctor-section h2 {
    font-weight: 700;
    color: #fff;
}

.doctor-nav span {
    cursor: pointer;
    margin-left: 10px;
    font-size: 20px;
}

.doctor-card {
    
    overflow: hidden;
    color: #000;
}

.doctor-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 8.2px;
}

.doctor-info {
    padding: 0px;
    padding-top: 20px;
}

.doctor-info h5 {
    color: white;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}

.doctor-info p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

/* Force center alignment when items are less */
.doctor-nav-carousel .owl-stage {
    display: flex;
    justify-content: center;
}

/* Prevent cut-off cards */
.doctor-nav-carousel .owl-item {
    display: flex;
    justify-content: center;
}

/* Center the whole carousel content */
.doctor-nav-carousel .owl-stage {
    display: flex;
    justify-content: center;
}

/* Fix card width so Owl can't stretch spacing */
.doctor-nav-carousel .owl-item {
    flex: 0 0 auto;
    /* width: 320px !important; */
    /* adjust if needed */
    display: flex;
    justify-content: center;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 33%;
}

/* Optional: reduce side empty space */
.doctor-nav-carousel {
    /* for 2 cards */
    margin: 0 auto;
}

.infrastructure-section {
    padding: 70px 0;
   
}

.infrastructure-section h2 {
    font-weight: 700;
    color: #7b0046;
}

.infra-tabs button {
    border: 0px;
    background: transparent;
    color: #000;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
    padding-right: 10px;
   transition: 200ms;
    border-radius: 0px;
    font-size: 15px;
    border-right: 1px solid #ccc;
}

.infra-tabs button:nth-last-child(1) {
    border: 0px; 
}


.infra-tabs button.active {
    color: #000;
}

.infra-carousel img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

.infra-nav {
    text-align: center;
    margin-top: 15px;
}

.infra-nav span {
    font-size: 22px;
    margin: 0 10px;
    cursor: pointer;
}

.infra-tab-content {
    display: none;
}

.infra-tab-content.active {
    display: block;
}

.infra-carousel .owl-item img {
    width: 100%;
    /* object-fit: cover; */
    border-radius: 20px;
}

.infra-sliders {
    width: 80%;
    margin: auto;
    padding-top: 50px;
}

.infra-carousel .owl-item div {
    scale: 0.8;
}

.infra-carousel .owl-item.active div {
    scale: 1.2;
}


.infra-info-section {
    background: #8b1d5d;
    padding: 70px 0;
    color: #fff;
    /* background-image: url('../../images/infra-info-section.png'); */
    background: linear-gradient(to right, rgba(122, 0, 70, 0.92) 0%, rgba(122, 0, 70, 0.92) 100%), url('../../images/infra-info-section.png') left / cover no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 50px;
  
}

.infra-info-section h2 {
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

.infra-info-card {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 18px 10px;
    text-align: center;
}

.infra-info-card h6 {
    font-size: 20px;
    margin-bottom: 8px;
    opacity: 0.9;
    font-weight: bold;
    color: #FFE73F;

}

.infra-info-card p {
    font-size: 16px;
    opacity: 0.8;
    margin: 0px;
    
}

.reviews-section {
    padding: 70px 0;
}

.section-head {

    margin-bottom: 30px;
}

.review-card {
  
    
 
}

.inner-review{
    background-color: #961F67;
    padding: 30px;
    color: white;
    background-image: url("../../images/review-bg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    border-radius: 10px;
    background-size: contain;

    position: relative;
    font-size: 14px;
    min-height: 265px;
}


.review-card a{
    color: #FFE73F;

}

.review-card strong {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

.blog-section {
    padding:0px 0px 70px 0;
}

.blog-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.blog-card h6 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

.blog-card span {
    font-size: 12px;
    color: #777;
}

.faq-section {
    background: rgba(252, 243, 250, 1);
    padding: 70px 0 70px 0;
}

.faq-section h2 {
    color: #8b1d5d;
    font-weight: 700;
}

.faq-section .subtext {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 40px;
}

.faq-accordion {

    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #e6c6d5;
    padding: 15px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
    color: #8b1d5d;
    font-size: 18px;
    line-height: 23px;
}

.faq-question .icon {
    font-size: 12px;
}

.faq-answer {
    display: none;
    color: rgba(0, 0, 0, 1);
    margin-top: 10px;
    font-size: 16px;
    padding-bottom: 10px;
}

.faq-answer p,
.faq-answer li {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

.faq-item.active .faq-answer {
    display: block;
}


 .faq-item .icon {
     
     height: 10px;
     background-repeat: no-repeat;
     width: 20px;
    content: "";
    object-fit: content;
    background-image: url("https://www.kauveryhospitalsbangalore.com/assets/images/angioplasty/faq-arrow-down.png");
} 

 .faq-item.active .icon {
    height: 10px;
     background-repeat: no-repeat;
     width: 20px;
    content: "";
    object-fit: content;
    background-image: url("https://www.kauveryhospitalsbangalore.com/assets/images/angioplasty/faq-arrow-up.png");
} 

.cta-section {
    padding: 100px 0 60px 0;
}

.cta-box {
    background: #8b1d5d;
    color: #fff;
    border-radius: 20px;
    padding: 76px 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 21px 23px 6px #cccccc6b;
}

.cta-box:before {
    z-index: 0;
    position: absolute;
    content: "";
    bottom: 0px;
    right: -36%;
    width: 100%;
    height: 100%;
    background-image: url("../../images/appointment-bg.png");
    background-size: 64% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.cta-box h3 {
    font-weight: 700;
    margin-bottom: 25px;
}

.cta-actions {
    display: grid;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
}

.cta-btn {
    background: rgba(255, 231, 63, 1);
    color: rgba(0, 0, 0, 1);
    padding: 19px 30px;
    border-radius: 20px;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    min-width: 100%;
    gap: 15px;
    display: flex;
    text-align: left;
    line-height: 21px;
    align-items: center;
}

.cta-btn img {
    height: 40px;
    object-fit: contain;
}

.cta-btn:hover {
    background: #ffcc2a;
    color: #8b1d5d;
}


.angioplasty-procedures{
    position: relative;
    
}

.angioplasty-procedures::before{
    position: absolute;
    background-image: url("../../images/Section.jpg");
    background-position: left center;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translate(0,-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
}

.doctor-section{
    position: relative;
}

.doctor-section::before{
    position: absolute;
    background-image: url("../../images/Section.jpg");
    background-position: left center;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translate(0,-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;

}

.custom-nav {
    position: absolute;
    left: 72%;
    top: 10%;
}


.infra-carousel .owl-nav.disabled{
    display: block !important;
    text-align: center;
}
.infra-carousel .owl-nav button span{
   display: none;
}


.infra-carousel .owl-nav button.owl-prev{
    position: relative;
 }

.infra-carousel .owl-nav button.owl-prev::before{
    position: absolute;;
    left: -30px;
    top: 0;;
    width: 50px;
    height: 50px;
    background-image: url(../../images/Left\ Arrow.png);
    content: "";
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
  
   
}


.infra-carousel .owl-nav button.owl-next{
    position: relative;
 }

.infra-carousel .owl-nav button.owl-next::before{
    position: absolute;;
    left: 30px;
    top: 0;;
    width: 50px;
   
    height: 50px;
    background-image: url(../../images/Right\ Arrow.png);
    content: "";
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
   
}

.infra-sliders{
    position: relative;
   
}
.infra-sliders::before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 40%;
    background-image: linear-gradient(to right, rgba(255,255,255,1), rgb(255, 255, 255, 0));
    z-index: 9;
}

.infra-sliders::after{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 40%;
    background-image: linear-gradient(to right, rgba(255,0,0,0), rgb(255, 255, 255));
    z-index: 9;
}

.hero-btns a {
    width: auto;
}

.nav-arrows {
    cursor: pointer;
    float: right;
    margin-top: -80px;
}
.nav-arrows span{
    margin-left: 5px;
}

.review-card img {
    width: 30px !important;
    margin-bottom: 10px;
}


.video-section {
    max-width: 800px;
    margin: 50px auto;
    text-align: center;
  }

  .video-wrapper {
    position: relative;
    cursor: pointer;
  }

  .video-section  video {
    width: 100%;
    border-radius: 10px;
    position: relative;
  }

  .video-section  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   
   

    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    line-height: 40px;

  }
  .video-section  .play-button span{
    position: relative;
    z-index: 9;
    color: #FFE73F;
    font-size: 16px;
    top: -2px;

  }

  .video-section  .play-button::before {
    position: absolute;
    left: 50%;;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #961F67;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    z-index: 1;
    content: "";
  }

  .video-section  .play-button::after {
    position: absolute;
    left: 50%;;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #961F6750;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 2;
    content: "";
  }

  .video-content{
    text-align: left;
    margin-top: 15px;
  }
  .video-content h3{
    font-size: 18px;
    color: #961F67;
    font-weight: bold;
  }

  .video-content p{
    font-size: 16px;
    color: #000;
    margin-top: 5px;
  }

  .blog-card img{
    height: 250px;
    margin-bottom: 15px;
    object-fit: cover;
  }

.blog-card h6{
    font-size: 18px;
    color: #961F67;
    font-weight: bold;
    margin-bottom: 5px;
}
.blog-card p{
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}
.infra-tab-content .owl-item img{
height: 100%;;
}

.doctor-nav-carousel .owl-stage{}



@media only screen and (max-width:1024px){
    .blog-section {
        padding: 0px 0px 120px 0;
        position: relative;
    }
    .infra-tab-content .owl-item{
        overflow: hidden;
    }
    .infra-tab-content img{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .angioplasty-procedures {
        background: rgb(149 32 103);
        padding: 70px 0px;
        color: #fff;
        overflow: hidden;
    }
    .custom-nav {
        position: absolute;
        left: 85%;
        top: 10%;
    }
    .manageleft-design {
        width: calc(100vw - (100vw - var(--container)) / 2) !important;
        margin-left: auto;
        padding-left: 15px;
    }

    .five-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        align-items: center;
        text-align: center;
    }

    .infra-sliders {
        width: 100%;
        padding-top: 20px !important;
        }
    
    
}


@media only screen and (max-width:820px){

 
    .five-grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-btns .btn{
        margin-bottom: 20px;
        width: auto;
    }
    .angioplasty-procedures{
        padding: 70px 0;
      overflow: hidden;
      padding-bottom: 120px;
    }
    .cta-box {
        background: #8b1d5d;
        color: #fff;
        border-radius: 20px;
        padding: 76px 30px;
        text-align: center;
        position: relative;
        overflow: hidden;
        box-shadow: 0px 21px 23px 6px #cccccc6b;
    }

    .cta-actions {
        display: grid;
        gap: 30px;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 50px;
        position: relative;
        grid-template-columns: repeat(1, 1fr);
    }

    .infra-info-card {
        margin-bottom: 10px;
    }
    .infra-carousel .owl-nav.disabled {
        display: block !important;
        text-align: center;
        margin-left: -40px;
    }
    h2{
        font-size: 30px;
        font-weight: bold;
    }
    .custom-nav {
        position: absolute;
        left: 50%;
        top: unset;
        bottom: 40px;
        transform: translate(-50%, 0px);
    }
    .col-auto.doctor-nav {
        position: absolute;
        left: 50%;
        bottom: 50px;
        transform: translate(-50%, 0px);
    }
    .doctor-section{
        padding-bottom: 120px;
    }
    .reviews-section {
        padding: 70px 0;
        position: relative;
        padding-bottom: 120px;
    }

    .nav-arrows {
        float: unset;
        margin-top: unset;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%, 0px);
    } 
    .blog-section {
        padding: 0px 0px 120px 0;
        position: relative;
    }
    .infra-tab-content .owl-item{
        overflow: hidden;
    }
    .infra-tab-content img{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .angioplasty-hero h1 {
        font-size: 50px;
        line-height: 60px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .infra-sliders {
        width: 100%;
        }
        
        .infra-tabs button {
    border: 0px;
    background: transparent;
    color: #000;
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
    padding-right: 5px;
   transition: 200ms;
    border-radius: 0px;
    font-size: 14px;
    border-right: 1px solid #ccc;
}
    
    
}
  a.btn.btn-white:hover {
    background: #a81e70 !important;
}


@media only screen and (max-width:600px){

    .infra-sliders {
    width: 100%;
    }

 
    .five-grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-btns .btn{
        margin-bottom: 20px;
        width: 100%;
    }
    .angioplasty-procedures{
        padding: 70px 0px;
      overflow: hidden;
      padding-bottom: 120px;
    }
    .cta-box {
        background: #8b1d5d;
        color: #fff;
        border-radius: 20px;
        padding: 76px 30px;
        text-align: center;
        position: relative;
        overflow: hidden;
        box-shadow: 0px 21px 23px 6px #cccccc6b;
    }

    .cta-actions {
        display: grid;
        gap: 30px;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 50px;
        position: relative;
        grid-template-columns: repeat(1, 1fr);
    }

    .infra-info-card {
        margin-bottom: 10px;
    }
    .infra-carousel .owl-nav.disabled {
        display: block !important;
        text-align: center;
        margin-left: -40px;
    }
    h2{
        font-size: 30px;
        font-weight: bold;
    }
    .custom-nav {
        position: absolute;
        left: 50%;
        top: unset;
        bottom: 40px;
        transform: translate(-50%, 0px);
    }
    .col-auto.doctor-nav {
        position: absolute;
        left: 50%;
        bottom: 50px;
        transform: translate(-50%, 0px);
    }
    .doctor-section{
        padding-bottom: 120px;
    }
    .reviews-section {
        padding: 70px 0;
        position: relative;
        padding-bottom: 120px;
    }

    .nav-arrows {
        float: unset;
        margin-top: unset;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%, 0px);
    } 
    .blog-section {
        padding: 0px 0px 120px 0;
        position: relative;
    }

    .infra-sliders::before {
        display: none;;
    }
    .infra-sliders::after {
        display: none;;
    }
    .infra-sliders{
        padding: 30px 15px;
    }

    .infra-tab-content img{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .infra-tab-content .owl-item{
        overflow: hidden;
    }
    .manageleft-design {
        width: calc(100vw - (100vw - var(--container)) / 2) !important;
        margin-left: auto;
        padding:0px 15px;
    }


.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    border-radius: 10px;
}
.angioplasty-hero h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}
}
  