@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
/*    font-family: 'Open Sans', sans-serif;*/
 font-family: "Poppins", 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;
}

.banner-section {
    min-height: 70vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: flex-start;
    align-items: center;
        background-color: #f2f2f2;
        padding-top: 145px;
}
section.section.banner-section .container-fluid.p-5 {
    padding: 50px 100px 0 !important;
}
button#landing_submit {
    margin-top: 30px;
}
nav.p-3.shadow {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99;    padding: 10px !important;
}
.banner-content img{width: 30%}
.banner-content {
    display: flex;
    gap: 20px;
    padding-right: 30px;
}
.banner-content h5 {
    font-weight: 400;
}
.banner-content h4{
    margin: 20px 0;
}
.banner-content h1 {
    font-size: 30px;
}

.text-white {
    color: white !important;
}
.banner-content-btn ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: space-around;    margin-top: 50px;
        width: 93%;
}
.banner-content-btn ul li {
    background-image: linear-gradient(to right, #ec3164 0%, #a43792 100%);
    padding: 7px 10px;
    width: 100%;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    line-height: 18px;
    align-content: center;
    text-align: center;
}

.border-radius-6 {
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.border-radius-10 {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.text-purple {
    color: #a81e70 !important;
}

.bg-purple {
    background-color: #a81e70 !important;
}

.kauvery-list {
    list-style-type: none;
}

.kauvery-list li {
    position: relative;
    margin-bottom: 8px;
}

.kauvery-list li::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url('../images/right-arrow.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: -30px;
    top: 6px;
}

.form-control {
    background-color: white;
    border: 1px solid white;
    border-bottom-color: #000;
    color: #666666;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.form-control:focus {
    background-color: white;
    border-color: white;
    border-bottom-color: #000;
    outline: 0;
    box-shadow: none;
    box-shadow: none;
}
.btn{border-radius: 0}
.form-group.relative {
    position: relative;
    z-index: 1;
}
.form-group.relative .form-control{    background-color: transparent;}
input::-webkit-calendar-picker-indicator {
  display: none;
}
span.icon {
    position: absolute;
    top: 7px;
    right: 10px;
        z-index: -1;
}
.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;
}

.form-wrapper {
    padding: 20px;
}


.scroll-content {
    height: 160px;
    overflow-y: scroll;
}


.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');
}

.intro-background {
   /* background-image: url('../images/intro-banner.png');
    background-size: cover;
    background-position: left center;
    padding: 30px;
    min-height: 272px;*/
}
#intro-section ul {
    padding: 0;
    list-style: none;
}
#intro-section  li {
    padding: 5px 0;
    display: flex;
    gap: 7px;
}
#intro-section li img {
    width: 20px;
    height: 20px;
}
/*div#intro-section p,div#intro-section li{    text-align: justify;}*/
.risk-banner {
    background-image: url('../images/pediatric-image.png');
    background-size: cover;
    background-position: left center;
    padding: 30px;
    min-height: 272px;
}
.bg-gray {
    /* background-color: #dfdfe0; */
    background-image: url(../../images/bg-gray.png);background-size: 100% 100%;
}

#life-section {
    background-image: url('../images/life-image.png');
    background-size: cover;
    background-position: right center;
    padding: 30px;
}


.btn-sm {
    padding: 5px 15px;
    height: 38px;
}

.benefit-box {
    background-color: #f2f2f2;    
    position: relative;
    padding: 25px;
    text-align: left !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 98px;    gap: 10px;
}

/*.benefit-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url('../images/benefit-mark.png');
    background-size: contain;
    background-position: center center;
}
*/
img.icon {
    width: 120px;
}
.why-box {
    border: 1px solid #6c6c6c;
    padding: 20px;
}

.why-box h5 {
    color: #6c6c6c;
}


.team-border {
    margin: 2%;
    border: 1px #ccc solid;
    padding: 0%;
    position: relative;
}
.bg-purple {
    width: 100%;
    background-image: linear-gradient(to right, #ec3164 0%, #a43792 100%);
    padding: 30px;
    text-align: center;
}
.bg-purple h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
}

.team-bg h5 {
    color: #962067;
    font-size: 20px;
    height: 50px;
    padding: 20px;
}

.doctor-text {
    padding: 20px;
    padding-top: 0px;
    text-align: inherit;
    font-weight: normal;
    min-height: 92px;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.team-bg1 a {
    text-decoration: none;
}


.view {
    background: #962067;
    color: #fff;
    padding: 5px 0px;
    font-size: 18px;
    text-align: center;
}

.view:hover {
    background: #fdb913;
}

.view1 {
    background: #231f20;
    color: #fff;
    padding: 5px 0px;
    font-size: 18px;
    text-align: center;
}

.team-bg1 .view1:hover {
    background: #fdb913;
}


.bubble {
    height: 200px;
    width: 80%;
    min-width: 80%;
    background: white;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 50px;
    font-size: 14px;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 39px -8px #000 !important;
    position: relative;
}

.bubble::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -31px;
    width: 100px;
    height: 100px;
    background-image: url('../images/testimonial-quote.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.pointer {
    height: 40px;
    width: 40px;
    background: white;
    margin: 0 auto;
    transform: rotate(45deg);
    border-radius: 0 0 12px 0;
    margin-top: -22px;
    position: relative;
}

.blurred {
    background: gray;
    filter: blur(20px);
    position: relative;
    top: -269px;
    /* 	transform: scale(1.05); */
    z-index: -1;
}

#award-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 104%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translate(-50%, -50%);
}


.bg-gradient {
    background-image: linear-gradient(to right, #ec3164 0%, #a43792 100%);
}





footer {
    border-top: 1px solid white;
}


.social-links {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.social-links li {
    margin-left: 20px;
}

.thank-you-section {
    height: 80vh;
    background-image: linear-gradient(to right, #ec3164 0%, #a43792 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-white {
    background-image: none;
    background-color: white !important;
}

.modal-body {
    max-height: 400px;
    overflow: scroll;
}

.modal-body::-webkit-scrollbar {
    width: 6px
}

.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    box-shadow: inset 0 0 6px #fff
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #ec3164;
    outline: 1px solid #ec3164
}

/* doctor section css start here */

.doctorloctabs {
    margin-top: 30px;
    margin-bottom: 50px;
}
.doctorloctabs button {
    border: 0;
    background: transparent;
    padding: 0;
    border: 1px solid #962067;
    padding: 12px 30px;
    border-radius: 8px;
    color: #962067;
    font-size: 17px;
}
.doctorloctabs button.active {
    background-color: #962067;
    color: #fff;
}
.bg-gradient {
    background-color: #EE2D67;
}
#doctor-carousel .bg-gradient {
    background-color: #EE2D67;
    background-image: none;
}
.doctor-wrapper {
    border: 1px solid #666666;
}
.home-doctor-image {
    height: 257px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.doctor-box {
    text-align: center;
    min-height: 80px;
}
.doctor-box h5 {
    font-weight: bold;
    font-family: "Segoe UI";
}
.text-dark {
    color: #666666 !important;
}
.doctor-box p {
    margin-bottom: 0px !important;
}
.doctor-wrapper .bg-purple {
    background-color: #961f67 !important;    background-image: none;
}
.text-white {
    color: #fff !important;
}
.bg-yellow {
    background-color: #EE2D67 !important;
}
.doctor-wrapper .bg-yellow {
    background-color: #EE2D67 !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#doctor-carousel .owl-nav {
    height: 0px;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 110%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#doctor-carousel .owl-nav button img {
    -webkit-filter: invert(0%) sepia(83%) saturate(7500%) hue-rotate(66deg) brightness(92%) contrast(115%);
}
small, .small {
    font-size: 0.8em;
    font-weight: 400;
}
.width{width: 100px}
#risk-section h2.text-purple {
    display: flex;
    font-size: 23px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
h2.text-purplelong {
    font-size: 70px;
    font-weight: 100;
}
div#risk-section ul {
    padding-left: 20px;
}
div#risk-section ul li {
    padding: 3px 0;
}
.surgen {
    margin: 25px 0 0 0;
    position: relative;
}
.surgen p {
    position: absolute;
    bottom: 23px;
    left: 20px;
    width: 205px;
    color: #fff;
}
.featured-video-title {background-image: none;
    padding: 20px 5px;
}
.featured-video {
    height: 315px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.testimonial-video-title {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;background-image: none;
}
.font-bold {
    font-weight: bold;
}
#testimonial-carousel .owl-nav {
    height: 0px;
    position: absolute;
       top: auto;
    bottom: 72px !important;
    left: 0%;
    width: 100%;
  /*  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feedback-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
}
#feedback-carousel .owl-nav {
    height: 0px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#testimonial-carousel .owl-nav img {
    filter: invert(98%) sepia(2%) saturate(0%) hue-rotate(170deg) brightness(200%) contrast(103%);
    -webkit-filter: invert(98%) sepia(2%) saturate(0%) hue-rotate(170deg) brightness(200%) contrast(103%);
}
#feedback-carousel .owl-nav img {
    filter: invert(98%) sepia(2%) saturate(0%) hue-rotate(170deg) brightness(200%) contrast(103%);
    -webkit-filter: invert(98%) sepia(2%) saturate(0%) hue-rotate(170deg) brightness(200%) contrast(103%);
}
.patient ul{padding-left: 20px}
.talktous h2{margin-bottom: 30px;width: 100%}
p.d-flex {
    gap: 15px;
    margin-top: 50px;
}
a.yellow {
    background-color: #fcaf3b;
    padding: 10px 20px;
    color: #000;
    border-radius: 8px;
    text-decoration: none;
}



.card-header {
      background-color: #f6d9e8;
      cursor: pointer;border-bottom:0;
    }
    .btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
.btn-link {
    font-size: 25px;
    text-decoration: none;
    color: #606060;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;text-decoration:  none;text-align: left;
}

    .btn-link .icon {
    font-size: 24px;
    transition: transform 0.3s ease;
    position: relative;
    color: #000;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 9;
}
.btn-link.collapsed .icon::before {
    content: '+';
    color: #962067;
    font-size: 20px;
    position: absolute;
    top: 0;
    z-index: 5;
    font-size: 40px;    line-height: 20px;
}

    .btn-link:not(.collapsed) .icon::before {
      content: '-';
        color: #962067;
    font-size: 20px;
    position: absolute;
    top: 0;
    z-index: 5;
    font-size: 40px;    line-height: 20px;
    }
    .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
button.btn.btn-link:hover {
    color: #000;text-decoration:  none;
}

    .card-body {
      background: #f6d9e8;
      border-top: 1px solid #dee2e6;
    }
    div#accordion {
    width: 100%;
}
.card {
    margin: 10px 0;
}

.hospital-box {
    background-blend-mode: darken;
    background-color: rgba(0,0,0,.631);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;padding: 20px 15px !important;
}
.hospital-box p {
    color: #fff;    font-weight: 300;    font-size: 14px;
}
.text-purple-light, .text-red, .text-yellow {
    color: #ee2d67!important;
}
.hospital-box-arrow {
    filter: invert(98%) sepia(2%) saturate(0) hue-rotate(170deg) brightness(200%) contrast(103%);
    -webkit-filter: invert(98%) sepia(2%) saturate(0) hue-rotate(170deg) brightness(200%) contrast(103%);
}
ul.nearest-location {
    list-style: none;
    padding: 0;
    float: left;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
ul.nearest-location li {
    float: left;
    width: 100%;
    min-height: 50px;
    margin: 8px 0;
}
ul.nearest-location li a.yellow {
    width: fit-content;
    float: left;
    padding: 10px 30px;
    text-align: center;    width: 85%;


}
/*.mpad .col-4 .col-md-4, .mpad .col-4 .col-md-6 {
    padding: 0 8px;
}*/
.mpad .col-4 {
    padding: 0 7px !important;
}
.bg-gradient-fixed{    background-color: #ee2d67;}
ul.bottomlist {display: flex;padding: 0;list-style: none;}
ul.bottomlist li {
    min-width: 31%;
    display: flex;
    gap: 10px;
    align-items: anchor-center;
}
p.text-small{font-size: .8rem;    font-weight: 600;}
.hospital-box:hover {
    background-color: rgba(0,0,0,.388);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.recovery-section .container, .mng-container .container{max-width: 1140px !important;}
.award h4.text-purple {
    font-size: 12px;
    text-align: center;
}
.award p {
    font-size: 10px;
    text-align: center;
}
.award img.img-fluid {
    aspect-ratio: 1/0.7;
    object-fit: contain;
    margin-bottom: 15px;
}
.award {
    background-color: #e6e6e6;
    padding: 0px;
    border-radius: 10px;
    height: 100%;
}
#award-carousel .mr-1, #award-carousel .mx-1, #award-carousel .ml-1{
    filter: brightness(0);
}
img.img-fluid.w-80 {
    width: 70%;
    float: right;
}
.read-more {
    padding: 5px 12px;
    background: linear-gradient(to right, #ec3164 0%, #a43792 100%);
    color: #fff;
    border-radius: 7px;text-decoration: none;
}
.read-more:hover{color:#fff;text-decoration: none;}
.icon-contant a {
    color: #a31d6d;
    font-weight: 600;
}
.visible-xs{display:none;}
img.bannerlogo.hidden-xs {
    width: 96%;
}
select#languageSelect {
    background-image: linear-gradient(to right, #ec3164 0%, #a43792 100%);
    padding: 5px 15px;
    height: 50px;
    color: #fff;
    width: fit-content;
    float: right;
    border-radius: 10px;
}
select#languageSelect option {
      color: #000 !important;
      background: #fff !important;
    }
    .col-3.text-center.header-phone-wrapper img.img-fluid {
    aspect-ratio: 1 /0.8;
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px !important;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px !important;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1290px !important;
    }
}

/* doctor section css start here */

/* Media Queries Starts */
 .surgen.visible-xs{display:none;}
@media(max-width: 480px) {
    .hidden-xs{display: none;}
    .visible-xs{display:block !important;}
    img.img-fluid.w-80 {
    width: 70%;
    float: unset;
    margin: 0 15%;
}
    .hiddex-xs{display:none !important;}
    .surgen.hiddex-xs {
    display: none;
}
    .surgen.visible-xs {
    margin-bottom: 20px;display:block;
}
    .doctorloctabs button {
    padding: 9px 21px;
    font-size: 13px;
}
    .banner-section {
    padding: 0px !important;
    padding-top: 150px !important;
}
.banner-content-btn ul{margin-top:20px;}
.header-text {
    font-size: 12px;
}
    .banner-content h1 {
        font-size: 22px !important;
    }


    #intro-section {
        background-color: white;
        background-blend-mode: overlay;
        color: black;
    }

    .scroll-content {
        height: 300px;
    }

    #life-section {
        background-position: 90% center;
    }


.col-3.text-center.header-phone-wrapper img.img-fluid {
    width: 35px;
}

    .p-5 {
    padding: 1rem!important;
}
.banner-content {
    padding-right: 0;
    flex-direction: column;
}
.banner-content-btn ul {width: 100%;
    flex-direction: column;}
    
    .intro-background {
    margin-bottom: 20px;
}
.benefit-box { padding: 15px 12px;}
.bg-purple h2 {
    color: #fff;
    font-size: 23px;}
    h2.text-purplelong {
    font-size: 40px;}
    a.yellow {
    font-size: 12px;}
    div#accordion {
    width: 100%;
    padding: 0 15px;
}
.card-header {
    padding: .75rem;}
    .btn-link{text-align: left;font-size: 18px;}
    .btn-link .icon{right: 7px}
    .card-header {
    padding: .75rem .75rem .75rem 0;}
  /*  ul.nearest-location {
    flex-direction: row;
}*/
ul.nearest-location li {
    min-height: auto;
}
ul.nearest-location li a.yellow {width: 100%;}
section.section.banner-section .container-fluid.p-5 {
    padding: 15px !important;
}
/*nav.p-3.shadow .row.align-items-center {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}*/
nav.p-3.shadow .col-md-4 {
           width: 50%;
}
nav.p-3.shadow .col-md-5 {
            width: 50%;
}
nav.p-3.shadow .col-md-3 {
           width: 100%;
        margin-top: 20px;
}
select#languageSelect {padding: 5px 20px;}
nav.p-3.shadow .col-md-4 img {
    height: 60px;
}
nav.p-3.shadow .col-md-3 .row .col-3 {
    padding: 0;
}
nav.p-3.shadow .col-md-3 .row .col-9 {
    padding: 0;
}
.surgen p {
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: 205px;
    color: #fff;
    font-size: 10px;
}

}

/* Media Queries Ends */