body{font-family: "Open Sans", sans-serif;}
.font1{font-family: "Poppins", sans-serif;}
.carousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.news-information h1.font-weight-bold.mb-0 {
    font-size: 30px;
}
.banner_txt {
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 80%;
}
    
.banner_txt h1{font-size: 34px;font-weight: 700;color: #FFFFFF;margin-bottom:20px;}

.banner_txt p{font-size: 25px;color:#FFFFFF;font-weight: 200;margin-bottom:40px;}

    nav.breadcrumb{
        position: relative;
        justify-content: flex-end;
    } 
    ol.breadcrumb {
        justify-content: flex-end;
        margin: 0px;
        padding: 0px;
    }
    .bred_flex {
        display: flex;
        justify-content: space-between;
    }
    .bred_flex h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }

/*Nav Bar CSS*/
    .logo_img {
        width: 12% !important;
    }
.navbar-light .navbar-nav .nav-link {
    color: #4B5563 !important;
    font-size: 17px;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover{color:#E29578 !important;}



/*--------- Common Css ----------- */
.ofh{overflow: hidden;}
.obj{object-fit:cover;}
.bg-app {background: #F48C12;}
.bg-lapp{background: #05668D;}
.text-appp {color: #F48C12 !important;}
.bg-darkk{background-color: #000000 !important;}
.bg-news{background: #D9D9D93D;}
.bg-light1 {background: rgba(0, 0, 0, 0.04);}
.bg-none{background-color:transparent;}
.bg-greyy{background: #B8B8B8 !important;}
.text-darkk{color: #000000;}
.text-org{color: #E29578;}
.text-green{color:#679436;}
.text-lblue{color: #0F4DED !important;}
.text-app {color: #05668D;}
.brs-10 {border-radius: 10px;}
.brs-20 {border-radius: 20px;}
.brs-30 {border-radius: 30px;}
.brs-50{border-radius:50%;}
.pad5-7{padding: 3px 5px;}  
.lh-60{line-height: 75px;}
.lh-30{line-height: 30px;}
.fs-22{font-size: 22px;}
.fs-24{font-size: 24px;}
.fs-35{font-size: 35px;}
.fs-65{font-size: 65px;}
/*.hei-185{height: 185px;}*/
.sideimg {position: absolute;top: 0px;left: 0;width: 350px;}
.bg-under{background: #545454;}
.mtn-48{margin-top: -48px;}
.wid-30{width: 30px;}
.fw-100{font-weight:100;}
.fw-200{font-weight:200;}
.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-800{font-weight:800;}
.fw-900{font-weight:900;}
#accordion .hdng a:after {font-family:Fontawesome;content:'\f078';float:right;font-size:15px;}
#accordion .hdng a.collapsed:after {font-family:Fontawesome;content:'\f077';}
#democ .carousel-indicators .active {background: #F48C12;border: 1px solid #F48C12;margin-top: 9px;}
.whychoosevideo{position:absolute;}
.w-250{width:250px;}
.bg-hgrey{background: #F4F4F4;}
.maskimg{position: absolute;right: 0;width: 200px;top: 0;}
.al_view a{color:#679436 !important;font-size: 22px;text-decoration:underline !important;}
.al_view a:hover{color:#679436 !important;text-decoration:none !important;}
.al_views a{color:#679436 !important;font-size: 22px;text-decoration:underline !important;}
.al_views a:hover{color:#679436 !important;text-decoration:none !important;}

/*--------- Top Menu Css ---------*/
.top_menu .float-right a i {
    font-size: 15px;
    background: #FFFFFF;
    border-radius: 50%;
    color: #05668D;
    padding: initial;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
}
/*--------- Text overflow Control Css --------- */
.overelipsis1 {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis {display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;}


/*About us section and page CSS*/
.docimgabout {
    width: 88%;
    object-fit: cover;
    position: relative;
    z-index: 999;
    left: 0px;
}
.sideimg {
    position: absolute;
    top: -38px;
    right: 359px;
    width: 250px;
    z-index: 11;
}
.sideimg2 {
    position: absolute;
    bottom: -30px;
    right: 0px;
    width: 250px;
    z-index: 11;
}

.imgabout{
    width:100%;
    height:400px;
    object-fit:cover;
    
}
.aboutus-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;  /* allows wrapping into next line */
}

.aboutus-content ul li {
    width: 50%;  /* two-column (col-6) */
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 15px;
}

.aboutus-content ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #F5A886; /* custom bullet color */
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 2px; /* small square */
}


/*specialities*/
.specialty-card {
    background: #fff;
    border-radius: 12px !important;
    transition: all 0.3s ease;
    box-shadow: 0px 10px 15px -3px #0000001A !important;

}
.specialty-card:hover {
    transform: translateY(-5px);
}
.specialty-card i {
    font-size: 32px;
    color: #4caf50; /* Change to match theme */
}
.spec_dis{
    height:125px;
    overflow: auto;
}
.top_img {
    width: 15% !important;
    margin-bottom: 10px;
}
.text-muted p{
    color: #6c757d;
}

/*Services section and page css*/

.text_img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner_img img{
    height:350px;
}
.service-card {
    background-color: #f2f7f9;
    margin-right: 30px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    /*height: 320px;*/
}
.docimg {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
ul.custom-list {
    list-style: none; /* remove default dots */
    padding-left: 0; /* optional: remove extra space */
    margin-top: 15px;
}

ul.custom-list li {
    background: url('/assets/healthstar/img/right_shnn.png') no-repeat left center;
    background-size: 16px 16px; /* adjust size if needed */
    padding-left: 25px; /* spacing to make room for image */
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
}
.card-text{
    height: 210px;
    overflow: auto;
    padding-right: 15px;
}
.page_serv{
    box-shadow: 0px 10px 15px -3px #0000001A;
    margin-right: 0px;
}
.serv_innerimg{
    width:100%;
    height:400px;
    object-fit:cover;
}

/*why too choose section*/

.why_img{width:100%;height:450px;object-fit:cover;}



/*--------- Blog Area input Css ---------*/
.blogcategory ul li{border:1px solid #e9e9e9;padding:4px;}
.blogcategory ul li a:hover{color: #F48C12;}
.blogarea span{color: #000000;font-size:16px !important;}
.blogarea ul li, .blogarea ol li{font-size:18px;padding: 8px 0px;line-height: 30px;}
.blogarea img{width:100%;margin:20px 0px;border: 1px solid #dee2e6;    object-fit: cover;}
.blog-img-wrapper {
    position: relative;
    overflow: hidden;
}

.blog-img-wrapper img {
    height:250px;
    display: block;
    border-radius: 10px;
}

/* Overlay color: #3A3F47B2 */
.blog-img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:250px;
    background: #05668D80;
    backdrop-filter: blur(2px);
    z-index: 1;
    border-radius:10px;
}
.blog_news {
    position: absolute;
    top: 95px;
    left: 15px;
    color: #FFFFFF !important;
    z-index: 1;
    margin-right: 30px;
}
.blog-img-wrapper {
    position: relative;
    overflow: hidden;
}
.blog_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

/*recent blog before*/
.mask_blog::before{top: 20px;    margin-bottom: -77px;}
.recent_blog {
    bottom: 170px;
}

a.text-decoration-none {
    text-decoration: none;
    color: inherit;
    display: block;
}
.title_date{display:flex;}
.blog_icon {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.social_icco {
    font-size: 20px;
    border: 1px solid;
    width: 32px !important;
    height: 32px;
    border-width: 2px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}



/*News CSS*/
.post-img img{height:400px;object-fit:cover;}
/*.news_img{width:100%;height:250px;border-radius:5px;object-fit:cover;}*/
.news-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 6px; /* Optional, matches the sample image */
}

/*.news-img-wrapper img {*/
/*    width: 100%;*/
/*    height:250px;*/
/*    display: block;*/
/*}*/

/* Overlay color: #3A3F47B2 */
.news-img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:250px;
    background-color: #05668D80; /* #3A3F47B2 in RGBA */
    z-index: 1;
}
.title_news {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #FFFFFF !important;
    z-index: 1;
    margin-right: 30px;
}
.news_date {
    position: relative;
    bottom: 240px;
    left: 18px;
    color: #FFFFFF !important;
    z-index: 1;
    background-color: #F26339B5;
    padding: 30px;
    font-size:30px;
}
.news-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.news_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

.news-img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #05668D80; /* #3A3F47B2 */
    z-index: 1;
}

a.text-decoration-none {
    text-decoration: none;
    color: inherit;
    display: block;
}
.date-text {font-size:20px;}
.month-text{font-size:20px;}

/* Wrappers */
.news-card { position: relative; border-radius: 12px; overflow: hidden; }
.news-img-wrapper { position: relative; overflow: hidden; border-radius: 12px; }

/* Make overlay cover full image height (IMPORTANT) */
.news-img-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;                 /* shorthand for top/right/bottom/left:0 */
    background-color: #05668D80;
    z-index: 1;
    height: 437px;
}

/* Image sizing */
/*.news_img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    object-fit: cover;*/
/*    border-radius: 12px;*/
/*}*/

/* Different heights for big vs small cards */
.big-card .news-img-wrapper,
.big-card .news_img { height: 437px; }   /* adjust to match your screenshot */

.small-card .news-img-wrapper,
.small-card .news_img { height: 170px; }




/*---------Events Css --------- */

.events-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 6px; /* Optional, matches the sample image */
}

.events-img-wrapper img {
    width: 100%;
    height:250px;
    display: block;
}

/* Overlay color: #3A3F47B2 */
.events-img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:250px;
    background-color: #05668D80;
    z-index: 1;
}
.title_events {
    position: absolute;
    top: 95px;
    left: 15px;
    color: #FFFFFF !important;
    z-index: 1;
    height: 130px;
    width: 92% !important;
}
.title_events a:hover{text-decoration:none;}
.events-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.events_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

.events-img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #05668D80;
    z-index: 1;
}

a.text-decoration-none {
    text-decoration: none;
    color: inherit;
    display: block;
}

/*Awards css*/
.awards-img a img{
    width:100%;
    height:250px;
    object-fit:cover;
}
.awards_details .awrd_des {
    height: 84px;
    overflow: auto;
}


/*Doctors CSS*/
.doc_img {
    width:130px ;
    height: 130px;
    object-fit: cover;
    border-radius:50%;
}
.docr_img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:5px;
}
.doc_info {
    border: 1px solid #E5E7EB;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.doc_row_dett{
    border-left: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
}

.doc_dett ,.doc_dett p{
    font-size:18px;
    font-weight:400;
}
.doc_lodec p{color:#FFFFFF !important;}
.doc_nsdb {
    position: absolute;
    width: 50%;
    background-color: #05668D;
    right: 65px;
    top: 200px;
    padding: 24px;
    border-radius: 12px;
    height: 330px;
    overflow: hidden;
}
.doc_bann {
    position: absolute;
    top: 40%;
}
.bann_text {
    position: absolute;
    top: 145px;
    text-align: center;
    width: 100%;
    float: left;
    overflow-x: hidden;
}
/*vision and Mission css*/
.vis_mis_img{height:400px;object-fit:cover;}

/*Departments CSS*/
.dep_img{width:100%;height:250px;object-fit:cover;}

/*--------- Tesimonial Css --------- */
.testimoimg{width: 60px;height: 60px;border-radius: 50%;}
.paginationcss .page-link {position: relative;display: block;padding: 15px 20px;line-height: 1.25;color: #121212;background-color: #fff;border: 1px solid #dee2e6;border-radius: 50%;margin-right: 16px;}
.page-item:first-child .page-link {border-radius: 50%;}
.paginationcss  .page-item:last-child .page-link {border-radius: 50%;}
.paginationcss .page-item.active .page-link {color: #000000;background-color: #F48C12;border-color: #dee2e6;}

/*testimonials section*/
.testi_moni {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -3px #0000001A;
}
.test_img_nam {
    display: flex;
    gap: 30px;
    align-items: anchor-center;
    margin-bottom:10px;
}
.owl-prev {
    position: absolute;
    left: -70px;
    bottom: 95px;
}
.owl-next {
    position: absolute;
    right: -70px;
    bottom: 95px;
}
.owl-buttons .owl-prev i{    margin-top: 10px;
    font-size: 22px;}
.owl-buttons .owl-next i{    margin-top: 10px;
    font-size: 22px;}

/*Statistics css*/

.Statistics {
    background-color: #05668D;
}
.Statistics h3 {
    font-size: 30px;
    font-weight: 600;
}
.Statistics p {
    font-size: 16px;
    margin: 0;
    font-weight: 300;
}

/*--------- Faq's Css --------- */
.faqsection a, .faqsection .text-link {color: #3a3a3a;}
.faqsection a:hover, .faqsection .text-link:hover {text-decoration: none;}

/*--------- video Gallery Css --------- */
.vedioimg{position:relative;}
.videogallery{position: absolute;top: 0;bottom: 0;left: 0;right: 0;padding:15px;background: #00000091;}
.playbtnimgvideo{position:absolute;bottom: 20px;}
.playbtnimg{position:absolute;left: 40%;top: 36%;width:130px;}
.playbtnimgvideo1{left: 75px;}

/*--------- Owl-Carousel Css --------- */
.owl-item a:hover{text-decoration: none;}
.owl-theme .owl-controls .owl-page span {background: #D9D9D9;}
.owl-buttons{position: relative;right: 0px;top: 0px;}
.owl-controls .owl-page, .owl-controls .owl-buttons div {cursor: pointer;background: #05668D!important;width: 50px;height:50px;}
.owl-controls .owl-page{background: transparent !important;width: 20px !important;}

/*--------- Contact Us and Write a Review Css ---------*/
/*.contactusform ::placeholder {color: #000000;font-size:18px;}*/
.contactusform .form-control{padding:25px 15px;}
.writereview .form-control{background: transparent;padding: 25px 15px;}
.writereviewtestimonial .form-control{border: 1px solid #FFFFFF;}
.writereview .form-control::placeholder {color: #000000;}
.wreviewp{padding: 10px 10px !important;height: 52px;}
.wreviewpeople{background: rgba(0, 0, 0, 0.04);height: 175px;}
.wrpeopleimg{width: 50px;height: 50px;}
.peoplereview{height: 68px;overflow-y: auto;}
.mobilecon{width: 60px;position: absolute;left: 0px;top: -12px;}
.group_cont {
    display: flex;
    gap: 16px;
    align-items: baseline;
}
.working-hours span {
  font-size: 15px;
  color: #333;
}

.working-hours span:last-child {
  font-weight: 500;
}


/*--------- Social media icons Css ---------*/
.bg-fb{background: #3b5998;}
.bg-twit{background: #00acee;}
.bg-link{background: #0072b1;}
.bg-whats{background: #25D366;}

/*--------- Book Appointgment Css ---------*/
.bookapmt .form-control{border: none;border-bottom: 1px solid #808080;border-radius: 0;padding-left:0px;}
.bookapmt .form-control::placeholder{font-weight:500;font-size:14px;color:#000000;}
.bookapmt .form-control option::placeholder{font-weight:500;font-size:14px;color:#000000;}
.appointmentimg{position: absolute;right: -100px;}
.appointmentslotscontainer label{background: #eee;border-radius: 4px;padding: 2px 8px;float: left;color: #000000;border: 1px solid #727272;}
.appointmentslotscontainer label:hover{background:#0A0CF4;color:#FFFFFF;}
.appointmentslotscontainer div{width:178px;text-align:center;position:relative;font-size: 16px;}

/*--------- Speciality's Css ---------*/
.specialtick{position: absolute;left: -10px;}
.artdate{right: 0px;position: absolute;bottom: 22px;background: #05668D;padding: 10px 15px;}

/*--------- Gallery Css ---------*/
.albumcss{height: 100%;overflow: hidden;}
.allimgnums {position: absolute;bottom: 0px;right: 0;left: 0;color: white;font-size: 18px;font-weight: 600;background: #14131394;text-align: center;}

/*--------- iframe Css ---------*/
.mapvenue iframe{width:100%;}

.presscard {
    height: 290px;
    object-fit: cover;
}

/*--------- Submit btn Searchbar Css ---------*/
.subscribefornewsletter {
    display: flex;
    justify-content: center;
}
.subscribe {
    display: flex;
    flex-direction: column;
    align-items:baseline;
    width:50%;
}
input#dw_s_emial {
    margin-right: 35px;
    border-radius: 5px;
    padding: 24px;
}
input#dw_s_emial::placeholder{font-size:14px;}
.subbtnsearch {
    background-color: #05668D;
    color: #FFFFFF;
    border: none;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 35px;
}
/*--------- Custotm style ScrollBar Css ---------*/
.cusscroll ::-webkit-scrollbar {width: 2px;}
.cusscroll ::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; }
.cusscroll ::-webkit-scrollbar-thumb {background: #05668D;  border-radius: 10px;}
.cusscroll ::-webkit-scrollbar-thumb:hover {background: #b30000; }


/*--------- Contact Us Css ---------*/

.c_row .c_icon {min-width: 50px;height: 50px;vertical-align: middle;text-align: center;background: #F7B32B;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-right: 0.7em;}
.c_row .c_icon i {color: #000000;font-size: 20px;}
.contact-card {
  transition: all 0.3s ease;
}
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.contact-card i {
  font-size: 24px;
}
.contact-card h5{color:#4B5563;font-weight:400;font-size:26px;}

/*Photo Gallery*/
.photo_inner{height:250px;object-fit:cover;}

/*--------- Footer Css ---------*/
footer p.footba::before{content: "";position: absolute;width: 420px;left: 0;height: 1px;background: #8f8d8d;top: 31px;}
footer p.footba::after{content: "";position: absolute;width: 420px;right: 0;height: 1px;background: #8f8d8d;top: 31px;}
.breadcrumb {border-radius: 0px;}
.footer_social i {
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    color: #05668D;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.c_row {display: flex;align-items: center;    gap: 15px;}

.addre_foot {
    color:#dbdbdb;
    font-size:16px;
}

/*--------- Video Popup Css ---------*/
.video-block button.close {position: absolute;z-index: 999;background: #023047;color: #fff;padding: 10px;opacity: 1;right: 0;top: 0px;}

.text-red {color: red;}
.h-280{height:380px;object-fit:cover;}


/*--------- Responsive Css ---------*/
@media (max-width: 1200px) {
footer p.footba::before{display:none;}
footer p.footba::after{display:none;}
}  

@media (max-width: 1024px) {
.top_menu{display:none;}
.appointmentimg {display: none;}
.navbar{padding:20px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
}  

@media (max-width: 768px) {
.appointmentslotscontainer div {width: 250px;} 
.bookappempire{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
}

@media (max-width: 767px) {
.medevents{height: auto;}
.whychoosevideo{position:relative !important;}
.h-280{height:auto;}
.owl-controls .owl-page, .owl-controls .owl-buttons div{display:none !important;}
.service-card {margin: 0px 30px;}
.subscribe {display: contents;}
input#dw_s_emial {margin-right: 0px;}
.allimgnums {bottom: 33px;}
.blog-img-wrapper {margin-bottom: 15px;}
.doc_nsdb {position: static;width: 100%;height: 366px;}
} 
@media (max-width: 475px) {
.banner_txt h1{font-size:30px;}
.banner_txt p{width:100%;}
} 

@media (max-width: 450px) {
.fs-65{font-size:40px !important;}
.fs-40{font-size:35px !important;}
.w-75{width:100% !important;}
.playbtnimg {width: 80px;}
/*.sideimg {display:none;}*/
.centext{text-align:center;}
.py-5{padding-top:10px !important; padding-bottom:10px !important;}
.pt-5{padding-top:10px !important;}
.owl-buttons {right: -4px;top: -38px;}
#testimonials_slider .owl-buttons {top: 0px;position: relative;}
.pt-3{padding-top: 0.5rem!important;}
.lh-60 {line-height: 52px;}
.mr-20{margin-right:0px !important;}
.w-250{width:200px;}
.navbar-brand.fs-30{font-size:28px !important;}
}  

@media (max-width: 375px) {
.fs-50 {font-size: 35px !important;}
.fs-40 {font-size: 28px !important;}
}  

@media (max-width: 325px) {
.docimgabout {width: 285px;height: 285px;}
}  

/*Aravind Vaka Added New styles*/
.spec_dis ul{padding-left:20px;padding-right:10px;}
.spec_dis p{padding-right:10px;}
.blogpage p{width:100%;}



