body{font-family: 'Figtree', sans-serif; font-size: 16px;
    line-height: 1.8;}
    .page-header{
        /*position: absolute;*/
        width: 100%;
        /*z-index:9999;*/
        background: #007C91;
    }
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #007C9D;
    --bs-btn-border-color: #007C9D;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #006782;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #007C9D;
    --bs-btn-active-border-color: #007C9D;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #007C9D;
    --bs-btn-disabled-border-color: #007C9D;
}
 
button.dropbtn.btn.btn-primary.px-4.py-2 {
    background: #ffc107;
}

.phn_no{color: #fff;
    background: #007C9D;
    text-align: center;
    padding: 2px 16px 6px;
    line-height: 1.2;
    font-weight: 600;
    margin: 12px 0px 4px;}
.phn_no:hover{ text-decoration: none; color: #ffc535;}
.dropdown-menu{font-size: .86rem; border-radius: 0px;
    border: 0px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15)}
.dropdown-item{border-bottom: 1px solid #bddbf0; padding: 8px 46px 8px 29px;}
.dropdown-item:last-child{ border-bottom: 0px;}

.btn-outline-warning{border: 2px solid #ffc107;
    color: #333;
    font-weight: 500;
    padding: 0.7rem 1.6rem;}

.support_no {}

.support_no a{ text-decoration: none; color: #fff; font-size: 18px;} 
    
/*.hero-banner {
    background: url('images/herobanner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0px 50px;
}*/

/*.hero-banner > .sbslider .owl-item > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0px 50px;
}*/

.owl-dots {
    bottom: 0px;
    position: absolute;
    width: 100%;
}

/* .hero-space {
    padding: 60px 36px 60px 0px;
} */

.hero-title {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0px 0px 40px;
}

.hero-subhdng {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    text-transform: capitalize;
    letter-spacing: 1px;
    
}
.support_no img{
width: 25px;
}
.addressarea img{
width: 25px !important;
}
.page-content-section{
    text-align: center;
    padding: 50px 0;
}
.nav-scroller {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-y: auto;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

.nav-scroller .nav {
    color: rgba(255, 255, 255, .75);
}
.nav-link2 {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-scroller .nav-link2,.nav-scroller .nav-link3{
    padding: 1.25rem 1.6rem;
    font-size: .92rem;
    color: #151515;
    font-weight: 500;
    text-decoration: none;
}

.nav-scroller .nav-link2:hover,.nav-scroller .nav-link3:hover {
    color: #007C9D;
}

.nav-scroller .active {
    font-weight: 600;
    color: #007C9D;
    border-bottom: 2px solid;
}

.sec-pad{padding: 60px 0px;}
.abt_prgrm{background-color: #E4EFF5;}

.abt_prgrm p{ font-size: 15px;}
.kydsection .card .text-primary {
    color: #007C9D !important;
    font-size: .86rem;
}


.kydsection .card img {
    /*border-radius: 90px;*/
    border-radius: 50%;
    width: 60%;
    border: 2px solid #2197b7;
}


.drpl-sec {
    display: flex;
}
.dr-profilesec {
    padding: 30px 0px;
     
}
.drpl-sec .card img{    
     border-radius: 90px;
    width: 60%;
    border: 2px solid #2197b7; }


.dr_sectitle{font-size: 32px; font-weight: 700;}

.dr-profilesec .nav-pills .nav-link {
    width: 390px;
    margin-bottom: 9px;
    color: #151515;
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: .6rem;
}

.dr-profilesec .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #007c9d;
    background-color: #fff0;
    position: relative;
}

.abt-title{color: #007C9D;
    font-size: 52px;
    font-weight: 700;}


.transplant_hdng{    font-size: 29px;
    font-weight: 700;}    
.mcs{ background:#007C9D; }
.mcs h2 { color: #fff;} 
.mcs p { color: #fff;} 
.mcs .btn-outline-warning{border: 2px solid #ffc107;
    color: #fff;
    font-weight: 500;
    padding: 0.7rem 1.6rem;}

.drhdr h4{ text-align: left; font-size: 16px; font-weight: 600; margin-bottom: 0px;} 

.sp_sec{    background: #00637e;
    border-radius: 26px;
    padding: 46px;}
    .sp_sec h2{ color: #fff; font-size: 26px; font-weight: 700;}
.sp_sec p{ color: #eaf9fd;}    
footer{ padding: 60px 0px; border: 1px solid #d4e0e4;}
footer h4{font-size: 18px; font-weight: 600; }
.copy-rght{background: #F6F9FB; padding: 16px 0px; margin-bottom: 26px;}

.drpl-sec .card .text-primary{ color: #007C9D !important; font-size: .86rem;}
.drinfo-sec{background-color: #F8F7F7;}
.faqs-sec{background-color: #F8F7F7;}
.nav-pills .nav-link{font-weight: 600; color: #151515; }
.nav-pills .nav-link.active { background-color: #ffffff00; color: #007c9d; }


.accordion-item { border: 0px;
    border-radius: 6px;
    margin: 6px 0px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;}
.accordion-button{border: 0px;
        border-radius: 6px;
        font-weight: 600;}

.accordion-button:not(.collapsed){ background-color:#DEEDF1; color: #007e9f;}   

.quciklinks ul li {
    padding-left: 26px;
    padding-bottom: 12px;
    font-weight: 500;
}

.quciklinks ul>li:before {
    content:  url('images/arrow-forward.svg');
    height: 0.5rem;
    width: 1.5rem;
    display: block;
    float: left;
    margin-left: -1.6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}


.support_links ul li {
    padding-left: 26px;
    padding-bottom: 12px;
    font-weight: 500;
}

.support_links ul>li:before {
    content:  url('images/icon-phone.svg');
    height: 0.5rem;
    width: 1.5rem;
    display: block;
    float: left;
    margin-left: -1.6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.spl-card{ background-color: #fff;  border-left: 0.124rem solid #EAB32E;
    padding-left: 16px; }
/* .spl-card-body{ background-color: #FFB500;  }  */
.spl-card h2{color: #007C9D; font-size: 20px; font-weight: 600; }

.spl-card-body::before{ height: 1px;
    display: block;
    width: 110%;
    background: #EAB32E;
    content: '';
    margin-left: -36px;
    margin-top: 12px;
} 
.fs-sm{font-size: 14px;}

.media-widgets{ z-index: 1032;  right: 0px;
    top: 22%;
    position: fixed;}
.media{ background-color: #0c586d; color: #fff; text-align: center;}
.media h4{     font-size: 12px;
    padding-top: 9px;
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: 0.2px;}  
 .media img {width: 22px;}    

footer ul li a{ text-decoration: none; color: #30435D; }

.form-section{
padding: 60px;
    background: #fff;
   }
#form-lead{
}

#form-lead .form-control{ border-radius:0px; }
#form-lead  .btn { border-radius:0px; }


.alert{
    display: block;
    padding: 5px 10px;
}
#form-lead .btn-submit{
    width: 100%;
    background: #ffc107;
}
.dr-profilesec .nav-pills .nav-link.active:after{
    content: url(images/arrow-frw.svg);
    height: 0.5rem;
    width: 1.5rem;
    display: block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 6px;}

    .bck_content{
        margin-top: -50px;
    }


@media (min-width: 320px) and (max-width: 767.98px) {
    .dr-profilesec .nav-pills .nav-link {
        width: 390px;
        margin-bottom: 9px;
        color: #151515;
        --bs-nav-link-padding-x: 0;
        --bs-nav-link-padding-y: .6rem;
    }
    .bck_content{
        margin-top: 30px;
    }

    .btn-phone-call-h {
        margin: 10px auto;
        font-size: 12px;
    }
    .container {
        padding: 0 1.4rem;
    }
    .hero-banner {
        /*background: url('images/herobanner_mobile.png');*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        /*padding: 90px 0px 50px;*/
    }

    .hero-title {
        font-size: 26px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        letter-spacing: 1px;
        margin: 40px 0px 20px;
    }
    .hero-subhdng {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        line-height: 1.4;
        text-transform: capitalize;
        letter-spacing: 1px;
    }
    .support_no a {
        text-decoration: none;
        color: #fff;
        font-size: 13px;
    }

    .abt-title {
        color: #007C9D;
        font-size: 32px;
        font-weight: 700;
    }
    .sec-pad{ padding: 40px 0px;}

    .nav-scroller .nav-link2 {
        padding: 1.25rem 1rem;
    }
    .transplant_hdng{ margin-top: 19px;}
    .sp_sec {
        background: #00637e;
        border-radius: 26px;
        padding: 36px;
        margin: 12px 0px;
    }
    .drpl-sec{ display: block;}

    .dr-profilesec .nav-pills .nav-link {
        width: 310px;
        margin-bottom: 4px;
        color: #151515;
    }
    .media img {width: 16px;} 
    .media h4 {
        font-size: 9px;
        padding-top: 1px;
        margin-bottom: 0px;
        font-weight: 300;
        letter-spacing: 0.2px;
    }

    .drpl-sec .card img{    
         border-radius: 90px;
        width: 90%;
        border: 2px solid #2197b7; 
    }

    .dr-profilesec .nav-pills .nav-link.active:after{
        height: 0.5rem;
        width: 0.5rem;
    }
    .faqtitlesection{
    display: block !important;
    }
}

@media (max-width: 767.98px) {
    .dr-profilesec .nav-pills .nav-link {
        width: 100%;
    }
}
.appt_fixed_btn{
    position: fixed;
    width: 100%;
    bottom: 0;
    box-shadow: 1px 0px 5px #b6d3d8;
    width: 100%;
    padding: 12px 19px;
    background: #fff; z-index: 1032;
    display: none;
}
.media-widgets a{
    text-decoration: none !important;
    color: white !important;
}


/* ::-webkit-scrollbar {
    width: 6px
} */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #0000004d;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #ec7323;
    -webkit-box-shadow: 0 0 6px #00000080
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #ec7323
}

::-webkit-scrollbar {
    height: 1px;
    width: 4px;
    border: 1px solid #d5d5d5
}