/*--------- Common Css ----------- */
.w-10ch{width: 10ch;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
.awards_homepage .awards:hover .text-hover-color , .doctors_homepage .card:hover .text-hover-color{color:#5B3B83 !important;}
.font-kantumruy{font-family: "Kantumruy Pro", sans-serif;}
.news_homepage .post:hover .newsbody .d-block-hover ,.news_homepage .post:hover .news-right .d-block-hover,.news_page .post:hover .newsbody .d-block-hover{display:block !important;}
.bg-bis{background:#FFEDE3 ;}
.text-cap{text-transform:unset !important;}
.opensans{font-family: "Open Sans", sans-serif !important;}
.text-96{color:#969696 !important;}
.obj-cover{object-fit: cover !important;}
.obj-fill{object-fit: fill !important;}
.list-none li{    list-style: none;}
.navbar-light .navbar-nav .nav-link {color: black;font-size:14px;font-weight:500;}
a.text-hover:hover{text-decoration:underline !important;}
a.text-hover-ul:hover{text-decoration:underline !important; color:#000 !important;}
.border-none{border:none !important;}
.ofh{overflow: hidden;}
.bg-app {background: #FFEDE3;}
.bg-trans{background-color: transparent !important;}
.bg-appp {background: #5B3B83;}
.text-main {color: #F7B32B;}
.bg-lapp{background: #F7B32B;}
.text-appp {color: #5B3B83 !important;}
.bg-darkk{background-color: #000000 !important;}
.bg-news{background: #F6F6F6;}
.bg-light1 {background: rgba(0, 0, 0, 0.04);}
.bg-greyy{background: #B8B8B8 !important;}
.text-darkk{color: #000000;}
.text-darkkk{color: #000000 !important;}
.text-grey{color: #969696;}
.text-lblue{color: #0F4DED !important;}
.text-nblue{color: #0A0CF4 !important;}
.text-lightt , .text-lightt p{color:#555555 !important;}
.brs-5 {border-radius: 5px;}
.brs-7 {border-radius: 7px;}
.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;}
.fs-65{font-size: 65px;}
.fs-13{font-size: 13px;}
.sideimg {position: absolute;top: 0px;left: 0;width: 350px;}
.bg-under{background: #545454;}
.mtn-48{margin-top: -48px;}
.wid-20{width: 10px;}
.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 .contact .topicon{
    background: #000;
    color: #ffede3;
    border-radius: 50px;
    width: 20px;
    font-size: 14px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.navbar-nav .nav-link:hover {
  color: #5B3B83 !important;
}
.navbar-nav .nav-link.active {
  color: #5B3B83 !important;
  font-weight: 700;
  display: inline-block;
  /*position: relative;*/
}

.navbar-nav .nav-link.active::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 50%; /* or 40px, etc. */
  /*padding-top: 4px;*/
  border-bottom: 2px solid #5B3B83;
}

.top-navbar-head.activescroll {
    background: #FFEDE3;
    border-bottom: 1px solid #ffffff61;
}
  nav.breadcrumb{
        position: relative;
        justify-content: flex-end;
    } 
    ol.breadcrumb {
        justify-content: flex-end;
        margin: 0px;
        padding: 0px;
    }
    nav.breadcrumb .bred_flex p, nav.breadcrumb .bred_flex a{
        color:#000;
    }
    .bred_flex {
        display: flex;
        justify-content: space-between;
    }
    .bred_flex h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }
.td-none:hover{text-decoration:none !important;}
    
/*--------- Top Menu Css ---------*/
.top_menu .float-right a i{font-size: 15px;background: #000000;border-radius: 50%;color: #FFEDE3;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: 505;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 80%;
}
.banner_txt h3{
    font-size: 40px;
    font-weight: bold;
}

.banner_txt p{
    font-size: 20px;
}

a._banner_href {
    color: #fff;
    width: 100%;
    display: block;
}
  
.banner_txt h1{font-size:40px;width: 75%;font-weight: 700; line-height: 1.3;}
.banner_txt p{width:75%;}


/*About Styles*/
.docimgabout{
    width: 350px;
    object-fit: cover;
    position: absolute;
    height: 400px;
    left: 40px;
    top: 35px;
}
.docimgabouthome{
    width: 100%;
    object-fit: cover;
}
.about_homepage div.text-darkkk p{
    font-size:17px !important;
    font-weight:400 !important;
}
.whytochoosehome .choosetickbefore li{
    font-size: 20px;
    font-weight: 600;
}
.whytochoosehome .choosetickbefore p{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.whytochooseabtpg .choosetickbefore p{
    color:#fff !important;
}
/*Awards Styles*/
.awards-card .card-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 320px;
}
/*Doctors*/
.points.list-none ul{
    padding-left: 0px;
}
.doctoricons{
    background: #000;
    margin: 0px 5px;
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
/*treatments */
.treatmentssec .treatments-card:hover .title{
    color:#000000 !important;
}
.treatmentspg .treatments-card:hover .title , .moretreat .treatments-card:hover .title{
    color:#5B3B83 !important;
}
/*Press Styles*/
.press .peoplereview{height: 45px !important;overflow-y: auto;}
.presscard{
    border: 3px solid #A1A0A0 !important;
    padding: 1px;
}
.presscontent{
    overflow-y: auto;
    height: 65px;
    }
/*News Styles*/
@keyframes slideInBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-slide-in-bottom {
  animation: slideInBottom 1.8s ease forwards;
}

.news-information h1.font-weight-bold.mb-0 {
    font-size: 30px;
}
.news_homepage .post .newsbody{
    position: absolute;
    width: 85%;
    left: 58px;
    bottom: 90px;;
}
.news_homepage .post .news-right{
    position: absolute;
    width: 85%;
    left: 28px;
    bottom:50px;
}
.news_page .post .newsbody{
    position: absolute;
    width: 80%;
    left: 38px;
    bottom: 50px;
}

/*FAQ STyles*/
.faq-hover.active {
    background-color: #5B3B83 !important; 
}
.faq-hover.active a{
    color: #fff !important; 
}
.faqsection .card-body p{
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 400;
}
.faqsection a, .faqsection .text-link {color: #3a3a3a;}
.faqsection a:hover, .faqsection .text-link:hover {text-decoration: none;}
.faq-hover:hover{background: #5B3B83 !important; }
.faq-hover:hover a{color: #fff !important; }
/*#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;}
.choosetickbefore *{color:#ffffff;}
.w-250{width:250px;}
.bg-hgrey{background: #F4F4F4;}
.maskimg{position: absolute;right: 0;width: 200px;top: 0;}


/*services*/
.service .service-card{
    background: linear-gradient(180deg, rgba(169, 136, 209, 0.32) 0%, rgba(88, 71, 109, 0.32) 104.5%);
}
/*departments*/
.departments .dept-card .card{
    border: 2px solid #FFEDE3;
}
.departments .dept-card .card:hover{
    border: 2px solid #5B3B8366 !important;
    background: #5B3B8366;
}
.departments .dept-card .card:hover .bg-app{
    background: #ffffff;
}
/*--------- Blog Area input Css ---------*/
.blogcategory ul li{border:1px solid #e9e9e9;padding:4px;}
.blogcategory ul li a:hover{color: #F7B32B;}
.blogarea h2, .blogarea h3, .blogarea h4, .blogarea h5, .blogarea h6{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: 1.7;
}
.blog_homepage .blog .blog-img:hover .masking{
    background: #5151518F !important;
    height: 210px;
    position: absolute;
    top: 0px;
    left:0px;
    border-radius:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_homepage .blog .blog-img .masking{
    display:none;
}
.viewallbtn{
    background:#5B3B83;
    border:1px solid #5B3B83;
    border-radius: 30px !important;
    color:#ffffff;
    font-size:12px;
    padding: 8px 16px !important;
}

/*---------Events Css --------- */
.medeventsdiv a:hover{text-decoration: none;}
.medevents p{color:#000000;}
.medevents p.text-app{color:#000000;}
.venuedetails{height:45px;overflow-y:scroll;}
.events_homepage .medevents:hover .events-img .masking{
    background: #5151518F !important;
    height: 210px;
    position: absolute;
    top: 0px;
    left:0px;
    border-radius:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.events_homepage .medevents .events-img .masking{
    display:none;
}

.viewallbtn{
    background:#5B3B83;
    border:1px solid #5B3B83;
    border-radius: 30px !important;
    color:#ffffff;
    font-size:12px;
    padding: 8px 16px !important;
}

/*--------- Tesimonial Css --------- */
.testimoimg{width: 80px;height: 80px;}
.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-box {
    transition: all 0.3s ease;
    overflow: hidden;
}


/* Hover effect only affects top color box */
.testimonial-box:hover .color {
    background-color: #5b3b83;
}

/* Change text color on hover */
.testimonial-box:hover .peoplereview {
    color: white !important;
}
.testimoimg {
    position: relative;
    top: 0; /* required for smooth top transition */
    transition: top 0.6s ease, transform 0.6s ease;
}

/* On hover */
.testimonial-box:hover .testimoimg {
    top: -40px;
    transform: scale(1.05);
}

/*--------- 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;}

.video_gallery_homepage .vedioimg:hover .masking{
    background: #5151518F !important;
    height: 185px;
    position: absolute;
    top: 0px;
    left:0px;
    border-radius:30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_gallery_homepage .vedioimg .masking{
    display:none;
}

/*--------- Owl-Carousel Css --------- */
.owl-item a:hover{text-decoration: none;}
.owl-theme .owl-controls .owl-page span {background: #F7B32B;}
.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: #000000;font-size:18px;}
.contactusform .form-control{background: #ABABAB4A;padding: 0px 0px;    border-radius: 7px;}
.writereview .form-control{background: transparent;padding: 25px 15px;}
.writereviewtestimonial .form-control{border: 1px solid #000000;}
.writereview .form-control::placeholder {color: #000000;}
.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;}
.mobilecon{width: 60px;position: absolute;left: 0px;top: -12px;}

/*--------- 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{background: #ABABAB4A;padding: 0px 0px;    border-radius: 7px;}
.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{    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;}*/
.photo_gallery_homepage .albumcss:hover .masking{
    background: #5151518F !important;
    height: 180px;
    position: absolute;
    top: 0px;
    left:0px;
    border-radius:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo_gallery_homepage .albumcss .masking{
    display:none;
}
/*--------- 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: #5B3B83;  border-radius: 10px;}
.cusscroll ::-webkit-scrollbar-thumb:hover {background: #b30000; }


/*--------- Contact Us Css ---------*/
.c_row {display: flex;align-items: center;}
.c_row .c_icon {height: 50px;vertical-align: middle;text-align: center;border-radius: 50%;display: flex;justify-content: center; }
.c_row .c_icon i {color: #5b3b83;font-size: 24px;}
.contdetails .c_row .c_icon{align-items: center;}
.contdetails .c_row {    display: flex; align-items: start; flex-direction:column;}
footer .c_row {display: flex;align-items: start !important;}
footer .c_row .c_icon{height: 0px !important;}
footer .c_row .c_icon i {color: #ffffff;font-size: 24px;}
.specialtick ul{padding-left: 0px;}
.choosetickbefore ul , .specialtick ul{list-style:none !important;}
.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: #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 .footicons .socicons{
    background: #ffffff;
    color: #5b3b83;
    border-radius: 50px;
    width: 22px;
    font-size: 14px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
footer .footicons .socicons:hover{
    background: transparent;
    color: #ffffff;
}
/*--------- 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%;}
}

@media (max-width: 767px) {
/*COMMON CODE*/
.h-300px{height:300px !important;}
.mobbrs-7{border-radius:7px !important;}
.fs-24{font-size: 18px !important;}
.mobflex-column{flex-direction:column;}
.mobtext-right{text-align:right !important;}
.mobtext-center{text-align:center !important;}
.mobjustify-right{justify-content:end !important;}
.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;}
.mobpr-10{padding-right: 10px !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;}
.mobmx-25{margin-left: 25px !important;margin-right: 25px !important;}
.mobpt-30px {padding-top: 30px !important;}
.mobmr-15{margin-right: 15px !important;}
.mobtext-center{text-align: center !important;}
.mobw-100{width: 100% !important;}
.mobmy-5px{margin: 5px 0px !important;}
.mobmy-30px{margin: 30px 0px !important;}
.mobfs-10{font-size: 10px !important;}
.mobfs-24{font-size: 24px !important;}
.mobfs-16{font-size: 16px !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;}

.news_homepage .post .newsbody {
    position: absolute;
    width: 75%;
    left: 45px;
    bottom: 20px;
}
.news_homepage .post .news-right {
    position: absolute;
    width: 85%;
    left: 25px;
    bottom: 30px;
}


} 
@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;}
}  
