body{font-family: "Poppins", sans-serif;}
.font1{font-family: "Montserrat", sans-serif;}
/*--------- Common Css ----------- */
.al_view a{color:#805FA4 !important;font-size: 22px;text-decoration:underline !important;}
.al_view a:hover{color:#805FA4 !important;}
.text-96{color:#969696 !important;}
.obj-cover{object-fit: cover !important;}
.obj-fill{object-fit: fill !important;}
.navbar-light .navbar-nav .nav-link {color: black;font-size:14px;font-weight:500;}
.navbar-light .navbar-nav .nav-link:hover{color:#805FA4;}
a.text-hover:hover{text-decoration:underline !important;}
.text-ul{text-decoration:underline !important;}
.faq-hover:hover{background: #B8B8B8 !important;}
.ofh{overflow: hidden;}
.bg-white{background: #000;}
.bg-app {background: #F7B32B;}
.text-main {color: #F7B32B;}
.bg-lapp{background: #F7B32B;}
.text-app2 {color: #805FA4 !important;}
.bg-darkk{background-color: #000000 !important;}
.bg-news{background: #F6F6F6;}
.bg-light1 {background: rgba(0, 0, 0, 0.04);}
.bg-greyy{background: #805FA4 !important;}
.text-darkk{color: #000000;}
.text-darkkk{color: #000000 !important;}
.text-grey{color: #969696;}
.text-light{color: rgba(0, 0, 0, 0.5) !important;}
.text-light1{color: rgba(0, 0, 0, 1) !important;}

.text-nblue{color: #0A0CF4 !important;}
.text-app {color: #E29578;}
.text-lightt , .text-lightt p{color:#555555 !important;}
.brs-10 {border-radius: 10px;}
.brs-15{border-radius: 15px;}
.brs-top-15{border-top-left-radius: 15px;border-top-right-radius: 15px;}
.brs-bot-15{border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;box-shadow: rgba(139, 150, 153, .2) 0 5px 18px;}
.brs-bot-30{border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;}
.brs-20 {border-radius: 20px;}
.brs-30 {border-radius: 30px;}
.brs-40 {border-radius: 40px;}
.brs-50{border-radius:50%;}
.pad5-7{padding: 3px 5px;}  
.lh-60{line-height: 75px;}
.fs-65{font-size: 65px;}
.sideimg {position: absolute;top: 0px;left: 0;width: 350px;}
.bg-under{background: #545454;}
.mtn-48{margin-top: -48px;}
.wid-20{width: 20px;}
.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;}

/*--------- 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;}

/*Navbar Styles*/
.navbar-nav .nav-link.active {
  color: #805FA4 !important;
}
.top-navbar-head.activescroll {
    background: #fff;
    padding: 12px 15px !important;
    box-shadow: rgba(139, 150, 153, .2) 0 5px 18px;
}
  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;
    }
    
/*--------- Top Menu Css ---------*/
.top_menu .float-right a i{font-size: 15px;background: #000000;border-radius: 50%;color: #F7B32B;padding: initial;width: 25px;height: 25px;text-align: center;padding-top: 5px;}

/*Banner Section STYLES*/
.carousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.banner_txt {
    position: absolute;
    top: 50%;
    left: 32%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 45%;
}

.banner_txt h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 40px;
}

.bann_btn:hover{color:#FFFFFF;}

/*Timings Section*/
.timing_crd {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 600px;
    padding: 25px;
    box-shadow: 0px 0px 11.8px -3px #00000047;
    border-radius: 25px;
}
.ban_dow{display:flex;gap:10px;align-items: baseline;}
.time_details{display:flex;justify-content: space-between;}
.timings {
    position: relative;
    bottom: 75px;
}

/*About Styles*/
.docimgabout{
    width: 350px;
    object-fit: cover;
    position: absolute;
    height: 400px;
    left: 40px;
    top: 35px;
}


.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    gap: 12px;
    color: rgba(0, 0, 0, 0.8) !important;
    font-weight: 300 !important;
}
.custom-list li::before {
    content: ""; /* remove direct url */
    display: inline-block;
    background: url(/assets/carewise/img/heart.png) no-repeat center center;
    background-size: contain;   /* makes sure the icon scales properly */
    width: 20px;   /* set width */
    height: 20px;  /* set height */
}



.whytochoosehome .choosetickbefore li{
    font-size: 18px;
    font-weight: 500;
}
.left_top {
    position: absolute;
    bottom: 262px;
    left: 0px;
    width: 230px !important;
    height: 200px;
    object-fit: cover;
    border-right: 20px solid #FFFFFF;
    border-bottom: 20px solid #FFFFFF;
    border-bottom-right-radius: 32px;
}
.right_bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 230px !important;
    height: 200px;
    object-fit: cover;
    border-left: 20px solid #FFFFFF;
    border-top: 20px solid #FFFFFF;
    border-top-left-radius: 32px;
}


/*why to choose section*/
/* Reset counter at the beginning */
.whytochoose-list {
    counter-reset: list-counter;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Each LI increments the counter */
.whytochoose-list li {
    counter-increment: list-counter;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}

/* Circle number with auto increment */
.whytochoose-list li::before {
    content: counter(list-counter, decimal-leading-zero);
    width: 50px;
    height: 50px;
    border: 1px solid #e29578;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    color: #e29578;
    margin-right: 20px;
    background: #fff;
    flex-shrink: 0;
    z-index: 1;
}


/* Vertical connecting line */
.whytochoose-list li::after {
    content: '';
    position: absolute;
    top: 45px;              /* starts right below the circle */
    left: 22px;             /* aligns center with circle */
    width: 2px;
    height: calc(100% - 0px); /* full height till next item */
    background: #e29578;
    z-index: 0;
}


.whytochoose-list li:last-child::after {
    display: none;
}

/* Content styling */
.whytochoose-list li h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
}

.whytochoose-list li p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

/*Speciality section*/
.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #E29578; /* light line */
  left: 50%;
}

.timeline-item {
  position: relative;
  width: 50%;
}

.timeline-item.left {
  padding-right: 40px;
    right: 250px;
  text-align: right;
}

.timeline-item.right {
  padding-left: 40px;
  left: 28%;
}


.timeline-item.right::after {
  left: -13px;
}


.timeline-item.active::after,
.timeline-item.active .timeline-icon {
  border-color: #444; /* bold/dark when active */
}
.timeline-item.active h4 {
  font-weight: 700;
  color: #222;
}




/*statistics sectioin*/
.statistics {
    background: url(/assets/carewise/img/statics.png);
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: flex;
    align-items: center;
}
.centext{
    display: flex;
    justify-content: center;
}
.stats_des {
    border: 1px solid #FFFFFF;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px;
    max-width: 18% !important;
}


/*Services Section */

.service-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08); /* card shadow */
  transition: all 0.3s ease;
  height: 230px;
  overflow: hidden;
}

/* Top-right curved cut */
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #fff;
  border-bottom-left-radius: 20px;
  box-shadow: 0px 0px 30px 0px #00000014;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0;
}

/* Icon + text */
.service-icon img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  margin-bottom: 15px;
}

/* Arrow Circle */
.service-arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #e69d86;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.service-arrow img {
  width: 42px;
  height: 42px;
}
/* Hover effects */
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover .service-arrow {
  transform: scale(1);
}
.service-inner a:hover{
    text-decoration:none;
}
.banner_img img {
    height: 360px;
    object-fit: cover;
}
.text_img {
    position: absolute;
    top: 215px;
    left: 120px;
}
.docimg {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.log_desc p{line-height:30px;}
.more_serv{
    background-color:#F9F9F9;
    padding: 35px;
}
.more_serv h2{    margin-bottom:35px;}
.card-text a h3 {
    font-size: 20px !important;
    font-weight: 300 !important;
}
.card-text a:hover{text-decoration:none;font-weight:500;}
.name_icon {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #A4A4A473;
    padding: 8px;
    margin-bottom: 35px;
}
.name_icon:hover{
    background-color:#E29578;
    border-radius:5px;
    text-decoration:none;
}



/*Testimonials section css*/
.testimoimg{width: 100px;height: 100px;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: #F7B32B;border-color: #dee2e6;}


.testimonial-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.testimonial-box {
  display: flex;
  align-items: center;
  gap: 55px;
  padding: 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.testimoimg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

/* Highlight active slide */
.swiper-slide-active .testimonial-box {
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
  margin-left: 75px;
}

/* Comment visibility */
.testimonial-comment {
  display: none;
}
.swiper-slide-active .testimonial-comment {
    display: block;
    height: 135px;
    overflow: auto;
}
.swiper-slide-active .testimonial-comment p{padding-left:55px;}
.left_quote{width:10%;}
/* Timeline fixed in center */
.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline .line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e0c0c0;
  left: 50%;
  transform: translateX(-50%);
}

/* Custom 3 dots */
.custom-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 210px; /* adjust spacing for top-middle-bottom */
  position: relative;
  z-index: 2;
}
.custom-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #805FA4;
  opacity: 0.5;
  transition: 0.3s;
}
.custom-dots .dot.active {
  transform: scale(1.3);
  opacity: 1;
  background: #805FA4;
}

/* Right side comment section */
.testimonial-content {
  max-width: 450px;
}
.testimonial-content .quote-icon {
  font-size: 40px;
  color: #805FA4;
}
.stars {
  color: #E29578;
  margin-top: 10px;
}

/* Swiper container */
.swiper {
  width: 100% !important;
  height: 530px !important;
}
.swiper-slide {
  background-color: #ffffff !important;
  display: block !important;
}


/*blogs section css*/
.blog.big-blog {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.big-blog img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
}

.blog-content {
  background: #F9F9F9;
  padding: 16px;
  border-radius: 0 0 10px 10px;
}

.blog.small-blog {
  background-color: #F5F5F5;
  border-radius: 20px;
  display: flex;
  flex: 1;
}

.small-blog img {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.right_blogss {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 15px;
}

.col-md-6.d-flex.flex-column .blog.small-blog {
  flex: 1; /* equal heights for 2 or 3 right-side blogs */
}


/*more Blogs section*/
.more_blogs {
    border: 1px solid rgba(0, 0, 0, 0.28);
    padding: 10px;
    border-radius: 10px;
}
.morr_blogg {
    font-size: 20px;
    border-bottom: 2px solid #E29578;
    padding-bottom: 12px;
    width: max-content;
}
.blog-img a img {
    width: 130px;
    height: 100px;
    border-radius: 10px;
}
.blog_more {
    display: flex;
    box-shadow: 0px 0px 30px 4px #0000000A;
    border-radius: 10px;
}
.social_medi{
    border-top:1px solid;
}
.social_medi h3{
    margin-top: 20px;
    border-bottom: 2px solid #E29578;
    padding-bottom: 16px;
    margin-bottom: 22px;
    font-size: 20px;
    width: max-content;
}
.blogs_social {
    color: #FFFFFF;
    background-color:#E29578;
    border: 1px solid;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blogs_social:hover{
    color: #E29578;
    background-color:#FFFFFF;
    border: 1px solid #E29578;
    text-decoration:none;
}

/*news section css*/
.big-news img {
  height: 250px;
  object-fit: cover;
  border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.news.small-news {
    background-color: #F5F5F5;
    border-radius: 20px;
}
.small-news img {
    object-fit: cover;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.right_news {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}
.news-content a:hover{text-decoration:none;}

.news-content {
  background: #F9F9F9;
  padding: 16px;
  border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.newblog_social {
    color: #E29578;
    border: 1px solid;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dis_neblo{display:flex;gap:5px}


/*Doctors section css*/
.sideimg_dots {
    width: 15%;
    position: absolute;
}
.titl_disc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.doc_card{
    box-shadow: 0px 0px 10px 3px #0000000A;
    border:none !important;
    border-radius: 10px;
}
.docimg{}
.card-body.text-center.mx-2{height:100px;}


/*Awards Styles*/
.awards_desc {
    background-color: #A4A4A417;
    padding: 15px;
}

/*Press Styles*/
.presscontent{
    overflow-y: auto;
    height: 65px;
    }
/*News Styles*/
.news-information h1.font-weight-bold.mb-0 {
    font-size: 30px;
}
/*FAQ STyles*/
.faq-hover.active {
    background-color: #B8B8B8 !important; 
}
.faqsection .card-body p{
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 400;
}
/*#accordion .hdng a:after {font-family:Fontawesome;content:'\f078';float:right;font-size:15px;}*/
/*#accordion .hdng a.collapsed:after {font-family:Fontawesome;content:'\f077';}*/

#accordion .hdng a:after {
    font-family: FontAwesome;
    content: '\f077'; /* up arrow — shown when expanded */
    float: right;
    font-size: 15px;
}

#accordion .hdng a.collapsed:after {
    content: '\f078'; /* down arrow — shown when collapsed */
}

#democ .carousel-indicators .active {background: #F7B32B;border: 1px solid #F7B32B;margin-top: 9px;}

.whychoosevideo{position:absolute;}
.w-250{width:250px;}
.bg-hgrey{background: #F4F4F4;}
.maskimg{position: absolute;right: 0;width: 200px;top: 0;}




/*--------- Blog Area input Css ---------*/
.blogcategory ul li{border:1px solid #e9e9e9;padding:4px;}
.blogcategory ul li a:hover{color: #F7B32B;}
.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;}

/*---------Events Css --------- */
/* --- Big Event --- */
.event.big-event {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.big-event img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.event-content {
  background: #F9F9F9;
  padding: 16px;
  border-radius: 0 0 10px 10px;
      height: 200px;
}

/* --- Small Events (Right Side) --- */
.event.small-event {
  background-color: #F5F5F5;
  border-radius: 20px;
  display: flex;
  flex: 1;
  height:150px;
}

.small-event img {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.right_events {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 15px;
}

/* Balance multiple small events */
.col-md-6.d-flex.flex-column .event.small-event {
  flex: 1; /* equal heights for 2 or 3 right-side events */
}
.title_events {
    background-color: #F5F5F5;
    padding: 18px;
}
.left_two{
    width:100%;
    height:200px;
}
.left_three{
    width:100%;
    height:132px;
}
.event_txt_card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 44px;
}

.event_bck_img {
    width: 180px;
    height: 230px;
    object-fit: cover;
        border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.medevent{display:flex;    gap: 20px;margin-bottom:30px;box-shadow: 0px 0px 5.8px 4px #0000000A;border-radius:10px;}
.events_details {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-right: 15px;
}
.medevent:hover{
    background-color:#E2957869;
}

/*--------- Faq's Css --------- */
.faqsection a, .faqsection .text-link {color: #3a3a3a;}
.faqsection a:hover, .faqsection .text-link:hover {text-decoration: none;}
.hdng a:hover{text-decoration: none !important;}

/*Photo Gallery*/


/*--------- video Gallery Css --------- */
.vedioimg{position:relative;}
.videogallery{position: absolute;top: 0;bottom: 0;left: 0;right: 0;padding:15px;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);}
.vgallery .btnandtitle{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: #805FA4;}
.owl-buttons{position: absolute;right: 74px;top: -70px;}
.owl-controls .owl-page, .owl-controls .owl-buttons div {cursor: pointer;background: #000000!important;width: 50px;}
.owl-controls .owl-page{background: transparent !important;width: 20px !important;}

/*--------- Contact Us and Write a Review Css ---------*/
.contactusform ::placeholder {color:rgba(0, 0, 0, 0.5);font-size:16px;}
/*.contactusform{background: #F8FCFF;}*/
.contactusform .form-control{background: #F9F9F9;padding:25px 15px;border: 1px solid #A4A4A473 ;border-radius: 7px;}
.writereview .form-control{background: #F9F9F9;padding: 25px 15px;}
.writereviewtestimonial .form-control{border: 1px solid #000000;}
.writereview .form-control::placeholder {color: rgba(0, 0, 0, 0.45);font-size:16px;}
.wreviewp{padding: 10px 10px !important;height: 52px;}
.wreviewpeople{background: rgba(0, 0, 0, 0.04);height: 240px;}
.wrpeopleimg{width: 50px;height: 50px;}
.peoplereview{height: 125px;overflow-y: auto;}
.awards_hh{height: 300px;overflow-y: auto;}
.mobilecon{width: 60px;position: absolute;left: 0px;top: -12px;}
.icon_name{
    display:flex;
    gap:5px;
    align-items: baseline;
    color:#E29578;
}
.icon_name h5{color:#E29578;}
.icons_cont i {
    background-color: #E29578;
    color: #FFFFFF;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.contact-card{background-color:#805FA4;padding: 30px;border-radius: 10px;}
.contactdocimgright {
        height: 500px;
    object-fit: cover;
}









/*--------- 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;box-shadow: none;}
.bookapmt .form-control::placeholder{font-size:14px !important;}
.bookapmt .form-control{padding-left:0px !important;}
.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;}
.contactdocimg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/*--------- Speciality's Css ---------*/
.specialtick{    display: flex;
    align-items: center;}
.artdate{right: 0px;position: absolute;bottom: 22px;background: #F7B32B;padding: 10px 15px;}

/*--------- Gallery Css ---------*/
.albumcss{height: 100%;overflow: hidden;}
.allimgnums {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: #805FA4;  border-radius: 10px;}
.cusscroll ::-webkit-scrollbar-thumb:hover {background: #805FA4; }


/*--------- Contact Us Css ---------*/
.c_row {display: flex;align-items: center;gap: 14px;}
.c_row .c_icon {min-width:50px;height: 50px;vertical-align: middle;text-align: center;background: #F7B32B;border-radius: 50%;display: flex;justify-content: center; margin-right: 0.7em;}
.c_row .c_icon i {color: #000000;font-size: 24px;}
.contdetails .c_row .c_icon{align-items: center;}

.bookappfooter .c_row{align-items: start !important;}
.bookappfooter .c_row .c_icon {min-width:0px !important;height: 0px !important;}



/*--------- Footer Css ---------*/
footer p.footba::before{content: "";position: absolute;width: 420px;left: 0;height: 1px;background: #575757;top: 31px;}
footer p.footba::after{content: "";position: absolute;width: 420px;right: 0;height: 1px;background: #575757;top: 31px;}
.breadcrumb {border-radius: 0px;}
.footer_social {
    background-color: #FFFFFF;
    color: #E29578;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.footer_social:hover{color:#E29578;}
.addre_foot{
    color:#FFFFFF;
    font-weight:300;
}


/*--------- 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: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) {
/*COMMON CODE*/
.height-auto{height:auto !important;}
.mobpx-0{padding-left: 0px !important;padding-right: 0px !important;}
.mobd-none{display:none !important;}
.mobp-static{position: static !important;}
.mobpl-15{padding-left: 15px !important;}
.mobpl-0{padding-left: 0px !important;}
.mobpr-15{padding-right: 15px !important;}
.mobpx-15{padding-left: 15px !important;padding-right: 15px !important;}
.mobpx-0{padding-left: 0px !important;padding-right: 0px !important;}
.mobmx-0{margin-left: 0px !important;margin-right: 0px !important;}
.mobmr-15{margin-right: 15px !important;}
.mobtext-center{text-align: center !important;}
.mobw-100{width: 100% !important;}
.mobmy-5px{margin: 5px 0px !important;}   
.mobfs-24{font-size: 24px !important;}
.moblh-3{line-height: 3;}
.file-upload-input {
    width: 200px !important;
}

.bred_flex {flex-direction: column;}
.banner_txt h1 {
    font-size: 30px;
    width: 100%;
}
.docimgabouthome{
    position: static;
}
.medevents{height: auto;}
.whychoosevideo{position:relative !important;}
.banner_txt {
    top: 50%;
    left: 50%;
    width: 90%;
}
} 
@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:26px !important;}
}  

@media (max-width: 375px) {
.navbar-brand.fs-30{font-size:20px !important;}
.fs-50 {font-size: 35px !important;}
.fs-40 {font-size: 28px !important;}
}  

@media (max-width: 325px) {
.docimgabout {width: 285px;height: 285px;}
.navbar-brand.fs-30{font-size:16px !important;}
}  






