body{font-family: "Overpass", 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: 65%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 50%;
}
.banner_txt h1{
    font-size: 40px;
    font-weight: 600;
    color:#FB8774;
}

.banner_txt p{
    font-size: 20px;
    font-weight:400;
    margin-bottom:40px;
}

a._banner_href {
    color: #fff;
    width: 100%;
    display: block;
}



    nav.breadcrumb{
        position: relative;
        justify-content: flex-end;
    } 
    .logo_img
         {
            width: 15% !important;
        }
    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;
    }
    

/*--------- Common Css ----------- */
.navbar-light .navbar-nav .nav-link {color: #000000;font-size:14px;font-weight:400}
.home_navvv {border-bottom:1px solid #FFFFFF;}
.ofh{overflow: hidden;}
.bg-app {background: #F48C12;}
.bg-lapp{background: #FB8774;}
.text-appp {color: #F48C12 !important;}
.bg-darkk{background-color: #000000 !important;}
.bg-grey{background: #EAEBEC;}
.bg-light1 {background: rgba(0, 0, 0, 0.04);}
.bg-greyy{background: #B8B8B8 !important;}
.text-darkk{color: #000000;}
.text-grey{color: #888888;}
.text-lblue{color: #0F4DED !important;}
.text-app {color: #FB8774;}
.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;}
.fs-65{font-size: 65px;}
.fs-25{font-size: 25px;}
/*.hei-185{height: 185px;}*/
.sideimg {
    position: absolute;
    top: -70px;
    right: 359px;
    width: 165px;
    z-index: 11;
}
.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;}
.choosetickbefore *{color:#ffffff;}
.w-250{width:250px;}
.bg-hgrey{background: #F4F4F4;}
.maskimg{position: absolute;right: 0;width: 200px;top: 0;}

/*--------- Top Menu Css ---------*/
.top_menu .float-right a i{font-size: 15px;background: #000000;border-radius: 50%;color: #FFFFFF;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;}

/*----------Service css------*/
.skillstatic {    
    width: 50px;
    height: 50px;
    object-fit:cover;
}
.card-text{
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-card {
    border-radius: 10px;
    margin: 10px;
    padding: 24px;
    height: 145px;
}
.card-text a:hover{text-decoration:none;}
/*about us css*/
/*home page*/
.docimgabout {
    width: 100%;
    height: 350px;
    object-fit: cover;
    position: relative;
    z-index: 99;
}
.centext {
    background: #FB8774;
    position: relative;
    bottom: 80px;
    left: 316px;
    z-index: 999;
    text-align: start;
    width: 40%;
    padding: 16px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.stat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  text-align: center;
  position: relative;
}

/* Add vertical line between first and second column */
.stat-box:nth-child(1)::after,
.stat-box:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 90%;
  background-color: #FFFFFF;
}

/* Horizontal line (bottom of first & second box) */
.stat-box:nth-child(1)::before,
.stat-box:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  width: calc(50% - 10px); /* left half */
  height: 2px;
  background-color: #FFFFFF;
}

.stat-box:nth-child(2)::before {
  left: 60px;
  right: 0;
}
.stat-box h3{font-size:52px;}
.stat-box p{font-size:25px;}

/*timings css*/
.working-hours-section {
    background-color: #f6f6f6;
    padding: 30px;
    max-width: 600px;
    height: 365px;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

.working-hours {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.working-day {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.day-label {
    font-weight: 600;
    color: #333;
}

.day-time {
    font-weight: 500;
    color: #000;
}

.highlight .day-label,
.highlight .day-time {
    color: #f17b7b; /* Light red like in image */
}

.why_more p{font-weight:300;}
.why_more ul {
    padding-left: 0;
    list-style: none;
}

.why_more ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    font-weight: 300;
}

.why_more ul li::before {
    content: url('/assets/docspotlight/img/cheek.png');
    position: absolute;
    left: 0;
    top: 0;
}

.work_det {
    max-width: -webkit-fill-available;
    height: 365px;
    object-fit: cover;
}
/*Department css*/
.dep_img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.department-card{
    border: 0.4px solid #FB8774;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius:6px;
    height: 230px;
}
.department-card:hover{
    background-color: #FB8774;
    color:#FFFFFF;
}
.department-text a h3{color:#FB8774;}
.department-text a:hover{text-decoration:none;}
.department-card:hover .department-text a h3{color:#FFFFFF;}
.department-card:hover .department-text p{color:#FFFFFF;}


/*--News css---*/
.post-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
    
}
.news_cont {
    position: relative;
    bottom: 50px;
    background-color: #F6F6F6;
    border-radius: 6px;
    padding: 20px;
    width: 90%;
    left: 18px;
    z-index: 999;
}
.post:hover .news_cont{
    background-color: #FB8774;
}
.post:hover .news_cont .news_CTA a{    
    background-color: #FFFFFF;
    border-radius: 5px;
    
}
.post:hover .news_cont a{text-decoration:none;}
.post:hover .news_cont p{color:#FFFFFF;}
.news_CTA a {
    background-color: #FB87743B;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}
.news_dtri {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-imgs{width:100%;
    height:500px;
    object-fit:cover;
}
.title_tex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 36px;
}
.news_share{
    background-color:#000000;
    color:#FFFFFF;
    width:35px;
    height:35px;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news_share:hover{
        color:#FFFFFF;
        text-decoration:none;
}
/*Testimonials CSS*/
.testimoimg{width: 80px;height: 80px;}

 
.testimonial-box:hover  .testihover{
    background-color: #FB8774;
}
.testihover{
    padding-top: 45px !important;
    padding: 20px;
    border-radius: 5px;
}
.testimonial-box:hover .testihover p {
    color: #FFFFFF;
}

/*Doctors Css*/
.docimgs{
    width:100%;
    height:200px;
    object-fit:cover;
}
.doc_text {
    border-top: 1px solid #FB8774;
    border-width: 5px;
    height: 155px;
}
.card:hover .doc_text{
    background-color:#FB8774;
}
.card:hover .doc_text .doc_na_sp a h3{
    color:#FFFFFF;
}
.card:hover .doc_text .doc_na_sp a p{
    color:#FFFFFF;
}
.card:hover .doc_na_sp a {text-decoration:none;}

.doctor-details .mb-2 {
    font-size: 15px;
    color: #444;
}
.doctor-details strong {
    color: #222;
    font-weight: 600;
}
.doctor-details p {
    font-size: 15px;
    margin-bottom: 1rem;
}
.tag-box {
    flex: 1 1 calc(33.33% - 20px); /* 3 in a row by default */
    min-width: 250px;
    background-color: #FB8774;
    padding: 15px;
    border-radius: 8px;
    margin:10px;
}
.tag-box p{color:#FFFFFF !important;}

@media (max-width: 991px) {
    .tag-box {
        flex: 1 1 calc(50% - 20px); /* 2 in a row on tablets */
    }
}

@media (max-width: 576px) {
    .tag-box {
        flex: 1 1 100%; /* full width on small devices */
    }
}


/*--------- Blog Area input Css ---------*/
.blogcategory ul li{border:1px solid #e9e9e9;padding:4px;}
.blogcategory ul li a:hover{color: #F48C12;}
.blogarea h2, .blogarea h3, .blogarea h4, .blogarea h5, .blogarea h6{font-weight:bold;margin:20px 0px;}
.blogarea p{font-size:16px;}
.blogarea span{color: #000000;font-size:16px !important;}
.blogarea ul li, .blogarea ol li{font-size:16px;padding: 8px 0px;line-height: 16px;}
.blogarea img{width:100%;margin:20px 0px;border: none;height:400px;object-fit:cover;}
.blog_image{width:100%;height:200px;object-fit:cover;}
.blog_tdb{}

/*Press Relesase*/
.presscard {width:100%;height:200px;object-fit:cover}

/*.press_date{color:;}*/
/*---------Events Css --------- */
.medeventsdiv a:hover{text-decoration: none;}
.event_bck_img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/*--------- Tesimonial Css --------- */
.testimoimg{width: 70px;height: 70px;border-radius: 16%;position: relative;top: 25px;object-fit: cover;}
.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;}


/*--------- 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: 30px;}

/*vision mission css*/
.vismisimg{height:400px;object-fit:cover}

/*Awards css*/
.awards:hover{background-color:#FB8774;}
.award_img{width:100%;height:200px;object-fit: cover;}
.awards:hover .awards_text{background-color:#FB8774;color:#FFFFFF;}
.awards_text{padding: 12px;}
.awards:hover .awards_text h3 {color:#FFFFFF;}
.awards:hover .awards_text p {color:#FFFFFF;}
.awards a:hover{text-decoration:none;}
.award_des {
    height: 100px;
    overflow: overlay;
}
/*--------- Owl-Carousel Css --------- */
.owl-item a:hover{text-decoration: none;}
.owl-theme .owl-controls .owl-page span {background: #F48C12;}
.owl-buttons{position: absolute;left: 45%;}
.owl-controls .owl-page, .owl-controls .owl-buttons div {cursor: pointer;background: #FB8774!important;width: 50px;    border-radius: 0px !important;}
.owl-controls .owl-page{background: transparent !important;width: 20px !important;}

/*--------- Contact Us and Write a Review Css ---------*/
.contactusform ::placeholder {color: #787878;font-size:13px;font-weight:300;}
.contactusform{margin-bottom: 190px;    padding: 0px 180px;}
.contactusform .form-control{background: #FFFFFF;padding:20px 15px;border:1px solid #0A0CF4;}
.form-group label{font-size:15px !important;margin-bottom: 0px;}
.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: 290px !important;}
.wrpeopleimg{width: 50px;height: 50px;}
.peoplereview {
    height: 90px;
    overflow-y: auto;
}
.mobilecon{width: 60px;position: absolute;left: 0px;top: -12px;}
.overlay {
    background: #1E1E1E99;
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
    


/*--------- 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;}*/
.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;}
.bookdocimg{width:100%;height:350px;object-fit: cover;}
.book_appimg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.nav-link i{border:1px solid;border-radius:25px;}
.book_appoi{background-color:#EAEBEC;border:none;border-radius:10px;}
.book_appoi::placeholder{font-size:14px;color:#787878;}

/*Footer css*/
.nav-link i {
    border: 1px solid;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #FFFFFF;
    color: #000000;
}

/*--------- Speciality's Css ---------*/
.specialtick{position: absolute;left: -10px;}
.artdate{right: 0px;position: absolute;bottom: 22px;background: #F48C12;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;}
.allimgnum {position: absolute;bottom: 32px;right: 0;left: 0;color: white;font-size: 18px;font-weight: 600;background: #14131394;text-align: center;}

/*--------- iframe Css ---------*/
.mapvenue iframe{width:100%;}

/*--------- Submit btn Searchbar Css ---------*/
.subbtnsearch{position: absolute;right: 8px;top: 8px;border:none;background:transparent;z-index:1;padding:0px 12px;color:transparent;}


/*--------- 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: #F48C12;  border-radius: 10px;}
.cusscroll ::-webkit-scrollbar-thumb:hover {background: #b30000; }


/*--------- Contact Us Css ---------*/
.c_row {display: flex;align-items: center;}
.c_row .c_icon {min-width: 50px;height: 50px;vertical-align: middle;text-align: center;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-right: 0.7em;}
.c_row .c_icon i {color: #FFFFFF;font-size: 20px;}
.form_cont{background-color:#EAEBEC;padding: 30px;}
.contacts_cont {
    width: 70%;
    overflow: auto;
    height: 360px;

}


.choosetickbefore ul{list-style:none;}
.choosetickbefore ul li{color:#ffffff;position:relative;margin-top:20px;}
.choosetickbefore ul li::before {content: url('https://hhcldoctorsites.com/assets/img/tickmark.png');margin-right:15px;position:absolute;left: -40px;}
/*--------- 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;}

/*--------- 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:280px;object-fit:fill;}


/*--------- 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%;}
.h3_heading {
    font-size: 20px;
}
.centext {
    bottom: 16px;
    left: 100px;
    width: 50%;
}
.owl-buttons{left: 0%;}
.book_appimg{padding-bottom: 20px;}
}

@media (max-width: 767px) {
.medevents{height: auto;}
.whychoosevideo{position:relative !important;}
.h-280{height:auto;}
} 
@media (max-width: 475px) {
.banner_txt h1{font-size:30px;}
.banner_txt p{width:100%;}
.contactusform{padding:0px !important;    margin-bottom: 620px;}
.contacts_cont {
    width: 100%;
    overflow: auto;
    height: 235px;
}
} 

@media (max-width: 450px) {
.fs-65{font-size:40px !important;}
.fs-34{font-size:33px !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-25 {line-height: 25px;}
.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 Css 10-10-2025*/
.aboutindexsec ul{font-size:16px;font-weight:400;margin-bottom:20px;}
.aboutpageul ul, .aboutpageul ol{padding-left:64px;}
.blogpage ul, .blogpage ol, .blogpage p{font-size:16px;font-weight:300;}


