body{font-family: "Manrope", sans-serif;}
.font1{font-family: "Mada", sans-serif;}
/*--------- Common Css ----------- */
.blog-img img,.medevents .medevents-img , .casestudies .casestudies-img, .gallery .presscard,.doccard .doccard-img img, .vm .vmimg img{
    transition: transform 0.4s ease-in-out;
}
.limit-text{
  display: inline-block;
  width: 14ch;             /* ch = character units */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle; 
}
.blog-img:hover img ,.medevents:hover .medevents-img, .casestudies:hover .casestudies-img, .gallery:hover .presscard,.doccard:hover .doccard-img img, .vm .vmimg:hover img {
    transform: scale(1.03); /* Adjust scale as needed */
}
.list-none li{    list-style: none;}
.points ul{
    padding-left: 0px;
}

.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:16px;font-weight:500;}
a.text-hover:hover{text-decoration:underline !important;}
a.text-hover-color:hover{color:#F7B32B !important;}
.text-ul{text-decoration:underline !important;}
.faq-hover:hover{background: #95A1EB !important;}
.ofh{overflow: hidden;}
.bg-white{background: #000;}
.bg-grad{background: linear-gradient(90deg, #DCE3FA 0%, #C5D0F5 50.48%, #EACFEF 95.67%);}
.bg-app {background: #F7B32B;}
.text-main {color: #F7B32B !important;}
.bg-lapp{background: #95A1EB;}
.text-app {color: #95A1EB !important;}
/*.text-app2 {color: #F7B32B !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-app {color: #F48C12;}
.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: #000000 !important;
}
.navbar-nav .nav-link:hover {
  color: #000000 !important;
}
.navbar-nav .dropdown .nav-link:hover {
    color: #000000 !important;
}

.navbar-nav .dropdown .nav-link.active {
    color: #000000 !important;
}

.top-navbar-head.activescroll {
    background: linear-gradient(92.72deg, #DCE3FA 2.27%, #C5D0F5 45.27%, #EACFEF 85.86%);
    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;
    }
    
    /* =========================================
   COMMON BREADCRUMB
========================================= */

.breadcrumb-section{
    background: transparent;
}

.bred_flex .breadcrumb{
    background: #95A1EB;
    width: fit-content;
    padding: 8px 18px;
    padding-left: 120px;
    margin-left: -120px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    align-items: baseline;
}

.bred_flex .breadcrumb-item a{
    font-size: 17px;
    text-decoration: none;
    font-weight: 400;
    color:#FFFFFF;
}

.bred_flex .breadcrumb-item.active{
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 600;
}

.bred_flex .breadcrumb-item + .breadcrumb-item::before{
    color: #FFFFFF;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:576px){

    .bred_flex .breadcrumb{
        padding-left: 60px;
        margin-left: -60px;
    }

    .bred_flex .breadcrumb-item a,
    .bred_flex .breadcrumb-item.active{
        font-size: 13px;
    }

}
    
    
/*--------- 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;}

/*services*/

.service-card:hover .text-hover-color{
    color:#F7B32B !important
}
.wid-30 {
    width: 30px;
}
/*vision-mission*/
.vision-mission-card:hover .text-hover-color{
    color:#F7B32B !important
}
/*Doctors*/
.doctor-card:hover .text-hover-color{
    color:#F7B32B !important
}
.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;
}
/*Banner Section STYLES*/
.carousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.banner_txt {
    position: absolute;
    top: 60%;
    left: 26%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 34%;
}

a._banner_href {
    color: #fff;
    width: 100%;
    display: block;
}
  
.banner_txt h1 {
    font-size: 34px;
    font-weight: 600;
}
.banner_txt p{}


/*About Styles*/
.docimgabout{
    width: 350px;
    object-fit: cover;
    position: absolute;
    height: 400px;
    left: 40px;
    top: 35px;
}
.docimgabouthome{
     width: 350px !important;
     height: 350px !important;
}
.about_homepage div.text-lightt p{
    font-size:14px !important;
    font-weight:500 !important;
}
.whytochoosehome .choosetickbefore li{
    font-size: 18px;
    font-weight: 600;
}
.whytochoosehome .choosetickbefore p{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
/*Awards Styles*/
.awards-card .card-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 320px;
}
.awards_homepage .post:hover p.awardtitle{
    color:#F7B32B !important;
}
/*Press Styles*/
.presscontent{
    overflow-y: auto;
    height: 65px;
    }
/*News Styles*/
.news .post:hover .newstitle{
    color:#F7B32B ;
}
.news-information h1.font-weight-bold.mb-0 {
    font-size: 30px;
}
/*Treatments Styles*/
.treatments .treatments-card:hover h3.treattitle{
    color:#F7B32B ;
}
/*FAQ STyles*/
.faq-hover.active {
    background-color: #95A1EB !important; 
}
.faq-hover:hover a{color:#FFFFFF;}
.faq-hover.active a{color:#FFFFFF;}
.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;}
.choosetickbefore *{color:#ffffff;}
.w-250{width:250px;}
.bg-hgrey{background: #F4F4F4;}
.maskimg{position: absolute;right: 0;width: 200px;top: 0;}




/*--------- Blog Area input Css ---------*/
.blogcategory ul li.yearnum:hover p{
    color:#F7B32B !important;
}
.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{font-weight:bold;margin:20px 0px;}
.blogarea span{color: #000000;font-size:16px !important;}
.blogarea ul li, .blogarea ol li{font-size:18px;
}

/*---------Events Css --------- */
.medeventsdiv a:hover{text-decoration: none;}
.medevents{background: rgba(0, 0, 0, 0.04);cursor:pointer;height: 320px;}
.medevents:hover{background: #000000;}
.medevents p{color:#000000;}
.medevents:hover p{color:#ffffff;}
.medevents p.text-app{color:#000000;}
.medevents:hover p.text-app{color:#F7B32B;}
.venuedetails{height:45px;overflow-y:scroll;}
.medevents:hover span , .medevents:hover .title{color: #F7B32B !important;}

/*--------- Tesimonial Css --------- */
.testimoimg {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    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: #F7B32B;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 --------- */
.video_gallery_homepage .videogallery:hover span.vidtitle{
    color:#F7B32B !important;
}
.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: #F7B32B;}
.owl-buttons{position: absolute;right: 40%;top: 40%;}
.owl-controls .owl-page, .owl-controls .owl-buttons div {cursor: pointer;background-color:transparent !important;color:#D9D9D9 !important; font-size: 30px !important;}
.owl-controls .owl-page{background: transparent !important;width: 20px !important;}
.owl-prev {
    position: relative;
    right: 360px;
}
.owl-next {
    position: relative;
    left: 260px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    color: #95A1EB !important;
}

/*--------- Contact Us and Write a Review Css ---------*/
.contactusform ::placeholder {color: #000000;font-size:18px;}
.contactusform .form-control{padding:25px 15px;border:1px solid #00000080 !important;    border-radius: 20px;}
.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 ---------*/
.bookappointment-text:hover .bookapptxt{
    color:#F48C12 !important;
}
.bookapmt .form-control{border: none !important;border-bottom: 1px solid #808080 !important;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;}

/*--------- Speciality's Css ---------*/
.specialtick ul{padding-left: 0px;}
/*.specialtick{    display: flex;*/
/*    align-items: center;}*/
.specialtick {
    position: absolute;
    left: -10px;
}
.artdate{right: 0px;position: absolute;bottom: 22px;background: #F7B32B;padding: 10px 15px;}

/*--------- Gallery Css ---------*/
.albumcss{height: 100%;overflow: hidden;}
.allimgnums {position: absolute;bottom: 90px;right: 0;left: 0;color: white;font-size: 18px;font-weight: 600;background: #14131394;text-align: center;}
.albumcss:hover .allimgnums{
    display:block !important;
}
/*--------- iframe Css ---------*/
.mapvenue iframe{width:100%;height: 300px;}

/*--------- Submit btn Searchbar Css ---------*/
.subbtnsearch{position: absolute;right: 8px;top: 8px;border:none !important;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: #FFFFFF;  border-radius: 10px;}
.cusscroll ::-webkit-scrollbar-thumb:hover {background: #FFFFFF; }


/*--------- Contact Us Css ---------*/
.c_row {display: flex;align-items: center;}
.workhrs.c_row{display: flex;align-items: normal;}
.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;}



.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://wellvgo.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;}

/*--------- 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:310px;object-fit:cover;}
.h-250{height:250px;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*/
.mob-d-flex{display:flex !important;}
.mob-flex-col{flex-direction:column !important;}
.mob-border-none{border:none !important;}
.mob-text-center{text-align:center !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;}
.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;}
.mobtext-right{text-align:right !important;}
.mobjustify-right{justify-content:end !important;}
.file-upload-input {
    width: 200px !important;
}

.bred_flex {flex-direction: column;}
.banner_txt h1 {
    font-size: 24px;
    width: 100%;
}
.docimgabouthome{
    position: static;
}
.medevents{height: auto;}
.whychoosevideo{position:relative !important;}
/*casestudies*/
.casestudies_homepage  .owl-buttons{
    display:none;
}


} 


@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;}
}  

/* ===== About Modern Section ===== */

.about-modern-wrapper{
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    height: 450px;
    padding: 70px 60px;
    display: flex;
    align-items: center;
}

.about-bg-img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(270.12deg, rgba(0, 0, 0, 0) 33.82%, rgba(150, 161, 235, 0.8) 57.96%);

}

.about-content-box {
    overflow-x: auto;
    height: 370px;
}


.about-short-desc p{
    color: #FFFFFF;
}

.about-btn span{
    font-size: 18px;
    line-height: 1;
}

.about-feature-list{
    list-style: none;
}

.about-feature-list li {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
}


/* ===== Responsive ===== */

@media(max-width:991px){

    .about-modern-wrapper{
        padding: 50px 30px;
        min-height: auto;
    }

    .about-title{
        font-size: 30px;
    }

    .about-feature-list li{
        font-size: 20px;
    }
}

@media(max-width:767px){

    .about-modern-wrapper{
        border-radius: 20px;
        padding: 40px 20px;
    }

    .about-title{
        font-size: 26px;
    }

    .about-short-desc{
        font-size: 15px;
    }

    .about-feature-list li{
        font-size: 18px;
        margin-bottom: 14px;
    }
}


/*Services Section*/
.services_section {
    background-color: #95A1EB;
    padding: 20px;
    border-radius: 10px;
    height: 290px;
}

/* Service Image Design */
.services_section
 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services_section img{
    border-radius: 12px;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 60% 100%, 0 100%);
    
    transition: 0.3s ease;
}

/* Arrow Circle */
.services_section::after {
    content: "\2197";
    position: absolute;
    right: 16px;
    bottom: 20px;
    width: 37px;
    height: 37px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services_section:hover::after{
    background-color:#FFFFFF;
    color:#95A1EB;
}

/* Case Study Card */
.casestudies {
    background: #f3f3f3 url(/assets/healthgrid/img/case_studyimg.png) no-repeat center;
    background-size: cover;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: 10px;
    height: 270px;
}

/* Left Content */
.dat_desc{
    width: 55%;
    position: relative;
    z-index: 2;
}

.tag {
    display: inline-block;
    background: #95A1EB;
    color: #fff !important;
    font-size: 16px;
    padding: 10px 18px;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    margin-bottom: 18px;
}
.cse_tda{padding-left:20px;}

.dat_desc h4{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
    margin-bottom: 15px;
}

.dat_desc p{
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 22px;
}

/* Right Image */
.casestudies-img{
    width: 38%;
    position: relative;
    z-index: 2;
    top: 50px;
}

.casestudies-img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 14px;
}

/* Mobile */
@media(max-width:767px){

    .casestudies{
        flex-direction: column-reverse;
        padding: 20px;
        text-align: center;
    }

    .dat_desc,
    .casestudies-img{
        width: 100%;
    }

    .casestudies-img img{
        height: 240px;
    }
}

/* Blog Card */
.blog {
    background: #95A1EB;
    border-radius: 14px;
    padding: 26px;
    height: 230px;
    margin: 10px;
}
.blog:hover .blog-arrow{
    color: #95A1EB;
    background-color:#FFFFFF;
}

/* Arrow */
.blog-arrow{
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 22px;
    transform: rotate(-45deg);
}

/* Blog Image */

.blog-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    clip-path: polygon(0% 0, 100% 0, 100% 0%, 100% 100%, 0% 70%);
    border-radius: 10px;
}

/* Date */
.blog-date{
    color: #fff !important;
    font-size: 15px;
    font-weight:400;
    margin-bottom: 15px;
    display: block;
}

/* Title */
.blog-content h4{
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0;
}

/* Hide Old Styles */
.blog .bg-white,
.blog .btnthird,
.blog p{
    margin: 0;
    background: transparent !important;
}

/*Testimonials Section*/
.test_decimg {
    background-color: #95A1EB;
    margin: 0px 300px;
    padding: 30px 0px 0px 30px;
    border-radius: 10px;
}
.test_img {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}

.vm-section{
    background:url(/assets/healthgrid/img/vision_misshom.png) no-repeat center;
    background-size: cover;
    position:relative;
    overflow:hidden;
}

.vm-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    height:100%;
    transition:.3s;
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
}

.vm-card:hover{
    transform:translateY(-5px);
}

.vm-number{
    display:flex;
    align-items:center;
    gap:10px;
    color:#000000;
    font-size:20px;
    margin-bottom:20px;
}

.vm-number span{
    width:60px;
    height:1px;
    background:#777;
    display:block;
}

.vm-card h3{
    font-size:24px;
    font-weight:600;
    margin-bottom:15px;
    color:#111;
    text-transform:lowercase;
}

.vm-card p{
    font-size:14px;
    line-height:1.8;
    color:#000000;
    margin:0;
}

@media(max-width:768px){
    .vm-title{
        font-size:26px;
    }

    .vm-card{
        margin-bottom:20px;
    }
}

.department-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    transition:.4s;
    height: 400px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.department-card:hover{
    transform:translateY(-10px);
}

.department-image{
    height:240px;
    overflow:hidden;
}

.department-image img{
    height:240px;
    object-fit:cover;
    transition:.5s;
}

.department-card:hover img{
    transform:scale(1.08);
}

.department-content{
    padding:25px;
    position:relative;
}

.department-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#f4f4f4;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:-55px;
    margin-bottom:20px;
    position:relative;
    z-index:2;
    font-size:22px;
}

.department-content h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.department-content h3 a{
    color:#222;
    text-decoration:none;
}

.department-content p{
    color:#666;
    line-height:1.7;
    min-height:72px;
}

.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    height:320px;
    margin:10px;
    cursor:pointer;
}

.gallery-img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.6s;
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.2),
        transparent
    );
    opacity:0;
    transition:.4s;
}

.gallery-card:hover .gallery-overlay{
    opacity:1;
}

.gallery-card:hover .gallery-img{
    transform:scale(1.08);
}

.gallery-content{
    position:absolute;
    bottom:25px;
    left:25px;
    right:25px;
}

.gallery-tag{
    display:inline-block;
    padding:6px 14px;
    border-radius:30px;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    color:#fff !important;
    font-size:12px;
    margin-bottom:12px;
}

.gallery-content h3{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.gallery-arrow{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gallery-link{
    text-decoration:none;
}

.video-card{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    height:320px;
    margin:10px;
    cursor:pointer;
}

.video-thumbnail{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.6s;
}

.video-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.9),
        rgba(0,0,0,.3),
        transparent
    );
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:25px;
}

.video-card:hover .video-thumbnail{
    transform:scale(1.08);
}

.play-btn{
    width:70px;
    height:70px;
    border-radius:50%;
    background:rgba(255,255,255,.2);
    backdrop-filter:blur(10px);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    transition:.3s;
}

.play-btn i{
    color:#fff;
    font-size:24px;
    margin-left:4px;
}

.video-card:hover .play-btn{
    transform:scale(1.15);
}

.video-content{
    color:#fff;
}

.video-tag{
    display:inline-block;
    padding:6px 14px;
    border-radius:30px;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    font-size:12px;
    margin-bottom:10px;
}

.video-content h3{
    font-size:22px;
    font-weight:700;
    color:#fff;
    margin-bottom:0;
}

.video-card-link{
    text-decoration:none;
}



.abotu_rigt:before {
    content: "";
    height: 160px;
    position: absolute;
    border-left: 2px solid #000000;
    left:25px;
}

.section-title .subtitle{
    display:inline-block;
    color:var(--primary-color);
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:10px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
}

.specialty-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    display:flex;
    align-items:center;
    gap:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.4s;
    border:1px solid #eef2f7;
}

.specialty-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.specialty-stat{
    min-width:110px;
    font-size:48px;
    font-weight:800;
    line-height:1;
    color:var(--primary-color);
    position:relative;
}

.specialty-stat:after{
    content:'';
    position:absolute;
    right:-15px;
    top:0;
    width:2px;
    height:100%;
    background:#e8edf3;
}

.specialty-content{
    display:flex;
    align-items:flex-start;
    gap:15px;
    flex:1;
}

.icon-box{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:12px;
    background:linear-gradient(92.72deg, #DCE3FA 2.27%, #C5D0F5 45.27%, #EACFEF 85.86%);
    display:flex;
    align-items:center;
    justify-content:center;
}
.specialty-content h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:8px;
}


@media(max-width:767px){

    .specialty-card{
        flex-direction:column;
        text-align:center;
    }

    .specialty-stat:after{
        display:none;
    }

    .section-title h2{
        font-size:32px;
    }
}


.blogs_sec {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.ftlw_style i {
    color: #FFFFFF;
    background-color: #95A1EB;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}




/* Main Doctor Section */
/* Doctor Image */
.docimg{
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    transition:.4s ease;
}

.docimg:hover{
    transform:scale(1.02);
}

/* Doctor Name */
h1.text-app{
    font-size:34px;
    font-weight:700;
    margin-bottom:10px;
    line-height:1.3;
}

/* Short Description */
.fw-500.fs-20{
    color:#555;
    font-size:18px !important;
    margin-bottom:20px;
}

/* Book Appointment Button */
.bookappointment-text .btnprimary{
    padding:12px 30px;
    border-radius:50px;
    font-weight:600;
    transition:.3s ease;
}

.bookappointment-text .btnprimary:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 20px rgba(0,0,0,.15);
}

/* Details Rows */
.points .row{
    margin-bottom:12px;
}

/* Labels */
.points h5.fs-16{
    background:#f7f8fa;
    padding:12px 15px;
    border-radius:10px;
    margin-bottom:0;
    font-weight:600;
}

/* Values */
.points .col-md-8{
    display:flex;
    align-items:center;
    padding-top:12px;
    padding-bottom:12px;
}

/* Section Heading */
.points h2{
    position:relative;
    padding-bottom:10px;
    margin-bottom:30px;
}

.points h2:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:80px;
    height:4px;
    border-radius:20px;
    background:var(--primary-color);
}

/* Doctor Contact Section */
.points .py-2{
    background:#f8f9fb;
    padding:20px !important;
    border-radius:15px;
    margin:20px 0;
    border-left:4px solid var(--primary-color);
}

/* Contact Section Titles */
.points .py-2 h5.fs-18{
    font-weight:700;
    margin-bottom:20px;
}

/* Social Media Section */
.socialmedia{
    background:#f8f9fb;
    padding:20px;
    border-radius:15px;
    margin-top:20px;
}

/* Social Icons */
.socialmedia a{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fff;
    margin-right:10px;
    box-shadow:0 4px 10px rgba(0,0,0,.08);
    transition:.3s ease;
}

.socialmedia a:hover{
    transform:translateY(-5px);
}

.doctoricons{
    font-size:20px;
}

/* CTA Banner */
.points img.obj-cover.py-4{
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

/* Mobile */
@media(max-width:767px){

    h1.text-app{
        font-size:26px;
        text-align:center;
    }

    .bookappointment-text{
        text-align:center;
        margin-top:20px;
    }

    .points{
        padding:20px;
    }

    .points .col-md-4,
    .points .col-md-8{
        width:100%;
        max-width:100%;
    }

    .socialmedia .col-md-8{
        justify-content:center;
    }
}

.award_dic p{color:#FFFFFF;}



