.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;
}
/*a.sliderbtn1 {*/
/*   display: inline-block;*/
/*    font-weight: 400;*/
/*    text-align: center;*/
/*    white-space: nowrap;*/
/*    background: #17a2b8;*/
/*    vertical-align: middle;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    border: 1px solid transparent;*/
/*    padding: 0.375rem 0.75rem;*/
/*    font-size: 1rem;*/
/*    color: #ffffff;*/
/*    line-height: 1.5;*/
/*    border-radius: 0.25rem;*/
/*    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
/*}*/
/*a.sliderbtn2 {*/
/*   display: inline-block;*/
/*    font-weight: 400;*/
/*    text-align: center;*/
/*    white-space: nowrap;*/
/*    background: #dc3545;*/
/*    vertical-align: middle;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    border: 1px solid transparent;*/
/*    padding: 0.375rem 0.75rem;*/
/*    font-size: 1rem;*/
/*    color: #ffffff;*/
/*    line-height: 1.5;*/
/*    border-radius: 0.25rem;*/
/*    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
/*}*/


    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 Css ----------- */
body{font-family: "Karla", sans-serif;}
.navbar-light .navbar-nav .nav-link {color: black;font-size:17px;}
.ofh{overflow: hidden;}
.bg-app {background: #01CAB8;}
.bg-lapp{background: #F7B32B;}
.bg-darkk{background-color: #000000 !important;}
.bg-news{background: #F6F6F6;}
.bg-light1 {background: rgba(0, 0, 0, 0.04);}
.bg-greyy{background: #B8B8B8 !important;}
.bg-testimo{background:#E7F6FD;}
.text-darkk{color: #000000;}
.text-grey{color: #969696;}
.text-lblue{color: #0F4DED !important;}
.text-app {color: #01CAB8;}
.brs-10 {border-radius: 10px;}
.brs-20 {border-radius: 20px;}
.brs-50{border-radius:50%;}
.pad5-7{padding: 3px 5px;}  
.lh-60{line-height: 75px;}
.fs-65{font-size: 65px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-17{font-size:17px;}
.fs-25{font-size:25px;}
.fs-35{font-size:35px;}
/*.hei-185{height: 185px;}*/
.h-215{height:215px;object-fit:cover;}
.h-320{height:375px;}
.h-325{height:375px;}
.sideimg {position: absolute;top: 0px;left: 0;background-repeat: no-repeat;right: 0;width: 100%;bottom: 0;}
.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:'\f068';float:right;font-size:15px;}
#accordion .hdng a.collapsed:after {font-family:Fontawesome;content:'\f067';}
#democ .carousel-indicators .active {background: #F48C12;border: 1px solid #F48C12;margin-top: 9px;}
.whychoosevideo{position:absolute;}
.choosetickbefore *{color:#ffffff;}
.docimgabout {width: 100%;position: absolute;height: 430px;left: 0;object-fit: cover;}
.w-250{width:250px;}
.bg-hgrey{background: #F4F4F4;}

.top_menu .medease i{color: #000000;background: #ffffff;width: 25px;height: 25px;padding: 7px 0px 0px 9px;}
.navbar-light .navbar-brand {color: #01CAB8;font-family: "Kranky", serif;}

/*--------- Our Services new section Css --------- */
.ourstb {text-align: left;}
.ourstb_card{
    padding: 20px;
    border-radius: 15px;
    background: #ffffff;
    height: 100%;
    min-height: 120px;
}.ourstb_card_title {color: #2A2A2A;font-size: 30px;font-weight: 700;}
.ourstb_card_text {font-size: 14px;line-height: 20px;color: #000000;}
.ourstb_card{
    height: 100%;
    /*display: flex;*/
    flex-direction: column;
}

.ourstb_card{
    position: relative;
    height: 100%;
    min-height: 200px;
    overflow: hidden;
}

.ourstb_card_text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ourstb_card_link{
    position: absolute;
    bottom: 25px;
    left: 20px;
    color: #01CAB8;
    font-weight: 600;
    min-height: 48px;
    display: flex;
    align-items: center;
    font-size:14px !important;
}.ourstb_card:hover {background-color: #01CAB8;}
.ourstb_card:hover .ourstb_card_link{color: #000000;}
.ourstb {position: relative;top:-100px;z-index:99;}
.banner_section2 {padding-top: 190px !important;padding-bottom: 100px;text-align: center;}
.ourstb_card_title a{color: #2A2A2A;}
/*.ourstb_card_text_book_Appointment {font-size: larger;color: #2A2A2A;}*/
.ourstb_card_link_book_apppointment i {font-size: 24px;color: #242424;border: 1px solid black;border-radius: 50%;padding: 6px 8px;}
.ourstb_card_title a:hover {text-decoration: underline;}
.ourstb_card_link_book_apppointment{color: #242424;}
.ourstb_card_link_book_apppointment:hover{color: #242424;}
.ourstb_card::before {position: absolute;top: 0;content: '';left: 0;width: 100%;height: 65px;background-color: #cdcbcb17;border-top-right-radius: 15px;border-top-left-radius: 15px;}

.triangle-bottomleft {position: absolute;left: 0px;top: -62px;width: 100%;content: '';border-bottom: 62px solid white;border-right: 360px solid transparent;}
.form-control:focus{box-shadow:none;}

/*--------- 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;}
.overelipsis12 {display: -webkit-box;-webkit-line-clamp: 11;-webkit-box-orient: vertical;overflow: hidden;}
.btnprimary, .btnsecondary{padding: 15px 25px !important;}

/*--------- 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:18px;}
.blogarea span{color: #545454;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;}
.blog:hover .textlink{color:#01CAB8;}
.blog-img img{height: 260px;object-fit: cover;border-radius:15px 15px 0px 0px;}

/*---------Events Css --------- */
.medeventsdiv a:hover{text-decoration: none;}
.medevents p{color:#2A2A2A;}
.medevents p.text-app{color:#000000;}
.eventdescriptiondetails{height:190px;overflow-y:auto;color:#FFFFFF !important;}
.eventdescriptiondetails h2{color:#FFFFFF;}
.venuedetails{height:45px;overflow-y:scroll;}
.medevents:hover .overelipsis1{color: #01CAB8;}
.event_iimg{height: 225px;border-radius: 20px;object-fit:cover;}
a.eventblocksec:hover{text-decoration: none;}
.events-cards:hover .event-content {color: #01CAB8;}

/*--------- Tesimonial Css --------- */
.testimoimg{width: 60px;height: 60px;border-radius: 50%;}
.paginationcss .page-link {position: relative;display: block;padding: 15px 20px;line-height: 1.25;color: #121212;background-color: #fff;border: 1px solid #dee2e6;border-radius: 50%;margin-right: 16px;}
.page-item:first-child .page-link {border-radius: 50%;}
.paginationcss  .page-item:last-child .page-link {border-radius: 50%;}
.paginationcss .page-item.active .page-link {color: #000000;background-color: #F48C12;border-color: #dee2e6;}
.medeasenewsimg{height:180px;object-fit:cover;}
.news_homepage .post:hover .newshove{color:#01CAB8;}
.news_homepage .post:hover a{text-decoration:none!important;}

/*--------- Faq's Css --------- */
.faqsection a, .faqsection .text-link {color: #000000;}
.faqsection a:hover, .faqsection .text-link:hover {text-decoration: none;}
.faqbb {border-bottom: 1px solid #c3c3c3 !important;border-radius: 0px;}

/*--------- video Gallery Css --------- */
.vedioimg{position:relative;}
.videogallery{position: absolute;top: 0;bottom: 0;left: 0;right: 0;padding:15px;background: #00000091;}
.playbtnimgvideo{position:absolute;bottom: 20px;}
.playbtnimg{position:absolute;left: 40%;top: 36%;width:130px;}
.playbtnimgvideo1{left: 75px;}

/*--------- Owl-Carousel Css --------- */
.owl-item a:hover{text-decoration: none;}
.owl-theme .owl-controls .owl-page span {background: #F48C12;}
.owl-buttons{position: absolute;right: 0px;top: -88px;}
.owl-controls .owl-page, .owl-controls .owl-buttons div {cursor: pointer;background: #d5d5d5 !important;width: 50px;border-radius: 50% !important;padding: 16px !important;color: #000000 !important;opacity: 1 !important;}
.owl-controls .owl-page{background: transparent !important;width: 20px !important;}

/*--------- Contact Us and Write a Review Css ---------*/
.contactusform ::placeholder {color: #292929;font-size:16px;}
.contactusform{background: #FFFFFF;}
.contactusform .form-control{background: transparent;border-bottom: 1px solid #292929 !important;border-radius: 0px;color:#292929;}
.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: 225px;}
.wrpeopleimg{width: 50px;height: 50px;}
.peoplereview{height: 125px;overflow-y: auto;}
.mobilecon{width: 60px;position: absolute;left: 0px;top: -12px;}

/*--------- Photo Gallery Css ---------*/
.galpost1{float:left;width:20%;margin-right:7px;}
.galpost2{float:left;width:35%;margin-right:7px;}
.galpost3{float:left;width:18%;margin-right:7px;}
.galpost4{float:left;width:24%;margin-right:7px;}
.h-450{height:250px;object-fit:cover;}
.h-400{height:250px;object-fit:fill;}
.h-300{height:250px;object-fit:cover;}
.h-426{height:250px;object-fit:cover;}
.h-200{height:250px;object-fit:cover;margin-bottom:8px;}

/*--------- Social media icons Css ---------*/

.newsinner .bg-fb, .newsinner .bg-twit, .newsinner .bg-link, .newsinner .bg-whats, .bloginner .bg-fb, .bloginner .bg-twit, .bloginner .bg-link, .bloginner .bg-whats{background: #000000;color:#FFFFFF;}

.bg-fb{background: #3b5998;}
.bg-twit{background: #00acee;}
.bg-link{background: #0072b1;}
.bg-whats{background: #25D366;}

.newsinner .bg-fb:hover, .bloginner .bg-fb:hover{background: #01CAB8;}
.newsinner .bg-twit:hover, .bloginner .bg-twit:hover{background: #01CAB8;}
.newsinner .bg-link:hover, .bloginner .bg-link:hover{background: #01CAB8;}
.newsinner .bg-whats:hover, .bloginner .bg-whats:hover{background: #01CAB8;}

/*--------- 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;}
.bookapointmentimg{height: 100%;position: absolute;left: -93px;top: 0px;object-fit: cover;bottom: 0px;}

/*--------- Speciality's Css ---------*/
.specialtick{position: absolute;left: -10px;}
.artdate{right: 0px;position: absolute;top: 0px;background: #01CAB8;padding: 10px 15px;}

/*--------- Gallery Css ---------*/
.albumcss{height: auto;overflow: hidden;}
.allimgnums {position: absolute;bottom: 0px;right: 0;left: 0;color: white;font-size: 18px;font-weight: 500;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;}

/*.h-400{height:300px;object-fit:fill;}*/
/*.h-300{height:300px;object-fit:cover;}*/
/*.h-426{height:408px;object-fit:cover;}*/
/*.h-200{height:200px;object-fit:cover;margin-bottom:8px;}*/
/*--------- 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: #01CAB8;  border-radius: 10px;}
.cusscroll ::-webkit-scrollbar-thumb:hover {background: #b30000; }


/*--------- Contact Us Css ---------*/
.c_row {display: flex;align-items: baseline;margin: 1em 0em;}
.c_row .c_icon {border:1px solid #2A2A2A;min-width: 55px;height: 55px;vertical-align: middle;text-align: center;background: transparent;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.c_row .c_icon i {color: #2A2A2A;font-size: 20px;}

.choosetickbefore ul{list-style:none;}
.choosetickbefore ul li{color:#ffffff;font-weight:bold;position:relative;margin-bottom:20px;}
.choosetickbefore ul li::before {content: url('https://www.testingwebsite.hhcldoctorsites.com/assets/empire/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;}
.statciconmark {left: -12px;width: 54px;height: 54px;top: -16px;background:#efefef;}

/*--------- 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: #e94e4e;font-size: 16px;}




/*--------- Responsive Css ---------*/
@media (max-width: 1200px) {
footer p.footba::before{display:none;}
footer p.footba::after{display:none;}
.medeasenewsimg{height:100%;object-fit:cover;}

}  

@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%;}
.bannerContent_info{position:relative !important;margin:0px 20px !important;top:-120px !important;}
.bannerContent_info.p-5{padding:20px !important;}
.galpost1{float:left;width:100% !important;padding:5px;margin:0px !important;}
.galpost2{float:left;width:100% !important;margin:0px; padding:5px;margin:0px !important;}
.galpost3{float:left;width:100% !important;margin:0px;padding:5px;margin:0px !important;}
.galpost4{float:left;width:100% !important;padding:5px;margin:0px !important;}
}

@media (max-width: 767px) {
.medevents{height: auto;}
.whychoosevideo{position:relative !important;}
.pr-90{padding-right:0px !important;}
.bookapointmentimg {height: 100%;position: relative;top: 10px;left:0px;}
} 

@media (max-width: 450px) {
.fs-65{font-size:40px !important;}
.fs-40{font-size:35px !important;}
.navbar-brand.fs-35{font-size:27px !important;
       max-width: 200px;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
       display: block;  }
.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;}
.docimgabout{position:relative;}
.h-320{height:365px;}
.testimonials_homepage .mr-1{margin-right:0px !important;}
.resmt{margin-top:20px;}
.resmb{margin-bottom:20px;}
.text-right {text-align: left !important;}
.justify-content-end {-ms-flex-pack: end !important;justify-content: left !important;}
.medeasedocimg {position: relative !important;width:100% !important;}
.w-60{width:100% !important;}
.secondary_section .my-5{margin-top:7px !important;margin-bottom:7px !important;}
}


@media (max-width: 375px) {
.fs-50 {font-size: 35px !important;}
.fs-40 {font-size: 27px !important;}
}  

@media (max-width: 325px) {
.docimgabout {width: 285px;height: 285px;}
}  




/* ===== BANNER TEXT EXACT MATCH ===== */

#demo .banner_txt{
    position:absolute;
    top:50%;
    left:115px;
    transform:translateY(-50%);
    z-index:5;
    max-width:760px;
}

/* MAIN HEADING */
#demo .banner_txt h3{
    color:#10d4cf;
    /*font-family:'Poppins',sans-serif;*/
    font-size:56px;
    font-weight:600;
    line-height:1.14;
    letter-spacing:0.8px;
    margin:0;
    padding:0;
    max-width:617px;
}

/* DESCRIPTION */
#demo .banner_txt p{
    color:rgba(255,255,255,0.92);
    /*font-family:'Poppins',sans-serif;*/
    font-size:16px;
    font-weight:300;
    line-height:1.3;
    /*letter-spacing:0.2px;*/
    margin-top:12px;
    margin-bottom:0;
    max-width:543px;
}

/* BUTTON SPACING ONLY */
#demo .buttons{
    margin-top:42px;
}

/* ===== RESPONSIVE ===== */

@media(max-width:1199px){

    #demo .banner_txt{
        left:70px;
        max-width:620px;
    }

    #demo .banner_txt h3{
        font-size:68px;
        line-height:1.12;
    }

    #demo .banner_txt p{
        font-size:18px;
    }
}

@media(max-width:767px){

    #demo .banner_txt{
        left:24px;
        right:24px;
        max-width:100%;
    }

    #demo .banner_txt h3{
        font-size:27px;
        line-height:1.2;
        letter-spacing:-1px;
    }

    #demo .banner_txt p{
        font-size:15px;
        line-height:1.6;
        margin-top:18px;
    }

    #demo .buttons{
        margin-top:28px;
    }
}

.vm-section{
    padding:70px 0;
    background:#f3f3f3;
}

.vm-main-title{
    text-align:center;
    font-size:58px;
    line-height:1.2;
    font-weight:700;
    color:#222;
    margin-bottom:55px;
}

.vm-card{
    background:#fff;
    border:1px solid #d7d7d7;
    border-radius:15px;
    overflow:hidden;
    height:100%;
    transition:0.3s ease;
}

.vm-card:hover{
    transform:translateY(-5px);
}

.vm-image-wrapper{
    position:relative;
    overflow:hidden;
}

.vm-image{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.vm-image-wrapper:after{
    content:"";
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    height:115px;
    background:#fff;
    clip-path:polygon(0 40%,100% 100%,100% 100%,0 100%);
}

.vm-content{
    position:relative;
    z-index:2;
    padding:10px 28px 30px;
}

.vm-title{
    font-size:22px;
    line-height:1.2;
    font-weight:600;
    color:#222;
    margin-bottom:22px;
    text-decoration:none !important;
}

.vm-description{
    font-size:16px;
    line-height:1.1;
    color:#444;
}
.vm-title,
.vm-title a,
.vm-card-link,
.vm-card-link:hover,
.vm-card-link:focus{
    text-decoration:none !important;
}

.vm-title{
    font-size:22px;
    line-height:1.2;
    font-weight:600;
    color:#222;
    margin-bottom:22px;
}

.vm-description{
    font-size:16px;
    line-height:1.1;
    color:#444;
}

.vm-description p{
    margin-bottom:0;
}

@media(max-width:1199px){

    .vm-main-title{
        font-size:48px;
    }

    .vm-title{
        font-size:34px;
    }

    .vm-description{
        font-size:18px;
    }
}

@media(max-width:991px){

    .vm-main-title{
        font-size:40px;
    }

    .vm-title{
        font-size:30px;
    }

    .vm-image{
        height:260px;
    }
}

@media(max-width:767px){

    .vm-section{
        padding:50px 0;
    }

    .vm-main-title{
        font-size:32px;
        margin-bottom:35px;
    }

    .vm-title{
        font-size:26px;
    }

    .vm-description{
        font-size:16px;
    }

    .vm-content{
        padding:10px 20px 25px;
    }
}

/* ===== SERVICES SECTION ===== */
.srv-section {
    background: #f0f2f2;
    padding: 60px 0 70px;
}

.srv-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.srv-wrap.fluid {
    max-width: 100%;
    padding: 0 40px;
}

/* ---- Header ---- */
.srv-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
    min-height: 48px;
}

.srv-heading {
    font-size: 32px;
    font-weight: 700;
    color: #2a2a2a;
    margin: 0;
    letter-spacing: -0.4px;
    text-align: center;
}

.srv-viewall-top {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 600;
    color: #00c9a7;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.srv-viewall-top:hover {
    opacity: 0.7;
    color: #00c9a7;
    text-decoration: none;
}

/* ---- Grid ---- */
.srv-grid {
    display: flex;
    gap: 24px;
    align-items: stretch;
}

.srv-slide-item {
    padding: 0 10px;
    box-sizing: border-box;
    min-width: 0;
}

/* ---- Card ---- */
.srv-card {
    flex: 1;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    min-width: 0;
    height: 100%;
}

.srv-card:hover,
a.srv-card:hover,
a.srv-card:focus,
a.srv-card:visited {
    text-decoration: none;
    color: inherit;
}

/* ---- Image ---- */
.srv-img-wrap {
    width: 100%;
    height: 300px;
    flex-shrink: 0;
}

.srv-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.srv-card:hover .srv-img-wrap img {
    transform: scale(1.04);
}

/* ---- Card Body ---- */
.srv-card-body {
    padding: 20px 20px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #ffffff;
    min-height: 200px !important;
}

/* ---- Title ---- */
.srv-card-name {
    font-size: 20px;
    font-weight: 700;
 
}

/* ---- Description ---- */
.srv-card-desc {
    font-size: 16px;
    font-weight: 400;
    line-height:1.2;
    
}

/* ---- Footer ---- */
.srv-card-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}

.srv-readmore {
    font-size: 14px;
    font-weight: 600;
    color: #00c9a7;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.srv-readmore:hover {
    opacity: 0.7;
    color: #00c9a7;
    text-decoration: none;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {

    .srv-grid {
        flex-wrap: wrap;
        gap: 16px;
    }

    .srv-card {
        flex: 0 0 calc(50% - 8px);
    }

    .srv-img-wrap {
        height: 220px;
    }
}

@media (max-width: 575px) {

    .srv-card {
        flex: 0 0 100%;
    }

    .srv-img-wrap {
        height: 200px;
    }

    .srv-heading {
        font-size: 26px;
    }

    .srv-wrap {
        padding: 0 16px;
    }
}/* ===== SERVICES PAGE — extends services_section.css ===== */

/* On the services page the grid wraps into 3 cols per row
   and the section bg is white (page has its own bg) */
.primary_section.service {
    background: #f0f2f2;
}

/* Card link wrapper — stretches to fill card, no underline */
.srv-card-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.srv-card-link:hover,
.srv-card-link:focus,
.srv-card-link:visited {
    text-decoration: none;
    color: inherit;
}

/* When link wraps card contents, img-wrap + card-body stretch correctly */
.srv-card-link .srv-img-wrap {
    flex-shrink: 0;
}

.srv-card-link .srv-card-body {
    flex: 1;
}

/* Hover scale on image via link wrapper */
.srv-card-link:hover .srv-img-wrap img {
    transform: scale(1.04);
}

/* Page grid — 3 per row, wraps for load-more items */
.primary_section.service .srv-grid {
    flex-wrap: wrap;
}

.primary_section.service .srv-card {
    flex: 0 0 calc(33.333% - 16px);
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .primary_section.service .srv-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 575px) {
    .primary_section.service .srv-card {
        flex: 0 0 100%;
    }
}
/* ===== SERVICE INFO PAGE ===== */
/* Requires: services_section.css + services_page.css */

.srvinfo-section {
    background: #f0f2f2;
}

/* ---- Detail Block ---- */
.srvinfo-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    line-height: 1.3;
}

/* Banner image */
.srvinfo-banner-wrap {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 24px;
}

.srvinfo-banner-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}

/* Short description */
.srvinfo-short-desc {
    font-size: 15px;
    font-weight: 400;
    color: #444444;
    line-height: 1.7;
    margin: 0 0 24px;
}

/* Long description 1 (rich text / HTML from editor) */
.srvinfo-long-desc {
    font-size: 15px;
    color: #444444;
    line-height: 1.75;
    margin-bottom: 24px;
}

.srvinfo-long-desc p,
.srvinfo-long-desc h2,
.srvinfo-long-desc h3,
.srvinfo-long-desc ul,
.srvinfo-long-desc ol {
    margin-bottom: 16px;
}

/* Long description 2 */
.srvinfo-long-desc2 {
    font-size: 15px;
    font-weight: 400;
    color: #444444;
    line-height: 1.75;
    margin: 0 0 24px;
}

/* CTA image */
.srvinfo-cta-wrap {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 8px;
}

.srvinfo-cta-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    transition: opacity 0.2s ease;
}

.srvinfo-cta-wrap a:hover .srvinfo-cta-img {
    opacity: 0.9;
}

/* ---- More Services Block ---- */
.srvinfo-more-wrap {
    background: #f0f2f2;
    padding-bottom: 60px;
}

.srvinfo-more-title {
    font-size: 24px;
    font-weight: 700;
    color: #2a2a2a;
    text-align: center;
    margin: 0 0 28px;
    letter-spacing: -0.3px;
}

/* Reuse srv-grid but force wrap for 3-col layout */
.srvinfo-more-grid {
    flex-wrap: wrap;
}

.srvinfo-more-grid .srv-card {
    flex: 0 0 calc(33.333% - 16px);
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .srvinfo-more-grid .srv-card {
        flex: 0 0 calc(50% - 12px);
    }
    .srvinfo-banner-img {
        height: 360px;
    }
}

@media (max-width: 575px) {
    .srvinfo-more-grid .srv-card {
        flex: 0 0 100%;
    }
    .srvinfo-banner-img {
        height: 240px;
    }
    .srvinfo-title {
        font-size: 22px;
    }
}

.secondary_section{
    padding: 0;
    overflow: hidden;
    background: #ffffff;
}

.secondary_section .container,
.secondary_section .container-fluid{
    padding: 0;
    max-width: 100%;
}

.secondary_section .row{
    margin: 0;
    align-items: stretch;
}

/* LEFT IMAGE */
.bookappointment_leftimg{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bookappointment_leftimg img{
    width: 100%;
    height: 610px;
    object-fit: cover;
    display: block;
}

/* RIGHT CONTENT */
.bookappointment_content{
    position: relative;
    height: 610px;
    background: #EEF5F7;

    display: flex;
    align-items: center;

    padding: 90px 110px 90px 110px;

    overflow: hidden;
}

/* BACKGROUND SHAPE */
.sideimg{
    position: absolute;
    right: -180px;
    top: 50%;

    width: 95%;
    height: auto;

    opacity: 0.06;
    z-index: 1;
    pointer-events: none;
}

/* CONTENT */
.bookappointment_inner{
    position: relative;
    z-index: 2;
    max-width: 720px;
    width: 100%;
}

/* TITLE */
.bookappointment_title{
    font-size: 58px;
    line-height: 1.18;
    font-weight: 700;
    color: #222222;

    margin: 0 0 32px;
    letter-spacing: -0.5px;
}

/* DESCRIPTION */
.bookappointment_desc{
    font-size: 20px;
    line-height: 1.9;
    font-weight: 400;
    color: #5B5B5B;

    margin: 0 0 48px;
    max-width: 90%;
}

/* BUTTON */
.bookappointment_btn{
    min-width: 260px;
    height: 76px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #17C6BE;
    border: none;
    border-radius: 12px;

    font-size: 20px;
    font-weight: 700;
    color: #000000 !important;

    padding: 0 40px;

    transition: 0.3s ease;
}

.bookappointment_btn:hover{
    background: #12b5ae;
    color: #000000 !important;
}

/* LARGE SCREEN */
@media(max-width:1600px){

    .bookappointment_title{
        font-size: 52px;
    }

    .bookappointment_content{
        padding: 80px 90px;
    }
}

/* LAPTOP */
@media(max-width:1399px){

    .bookappointment_leftimg img,
    .bookappointment_content{
        height: 400px;
    }

    .bookappointment_title{
        font-size: 28px;
    }

    .bookappointment_desc{
        font-size: 18px;
    }

    .bookappointment_content{
        padding: 70px 70px;
    }
}

/* TABLET */
@media(max-width:991px){

    .bookappointment_leftimg img{
        height: auto;
    }

    .bookappointment_content{
        height: auto;
        padding: 70px 45px;
    }

    .bookappointment_title{
        font-size: 38px;
    }

    .bookappointment_desc{
        max-width: 100%;
        font-size: 17px;
        line-height: 1.8;
    }

    .sideimg{
        width: 120%;
        right: -200px;
    }
}

/* MOBILE */
@media(max-width:767px){

    .bookappointment_content{
        padding: 50px 25px;
    }

    .bookappointment_title{
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .bookappointment_desc{
        font-size: 16px;
        margin-bottom: 30px;
    }

    .bookappointment_btn{
        width: 100%;
        min-width: 100%;
        height: 64px;
        font-size: 18px;
    }
.srv-card-body
    .sideimg{
        width: 170%;
        right: -260px;
        opacity: 0.04;
    }
}.bookappointment_desc{
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
    color: #5B5B5B;

    margin: 0 0 48px;
    max-width: 90%;
}

.bookappointment_desc p{
    margin: 0;
}

.bookappointment_desc *{
    color: #5B5B5B;
}
.vm-card-link{
    text-decoration: none;
    color: inherit;
    display: block;
}

.vm-card-link:hover{
    text-decoration: none;
    color: inherit;
}
.vm-card-link{
    text-decoration: none;
    color: inherit;
    display: block;
}

.vm-card-link:hover{
    text-decoration: none;
    color: inherit;
}
.vm-inner-section{
    background:#fff;
}

.vm-inner-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    padding:30px;
    transition:0.3s ease;
}

.vm-inner-card:hover{
    transform:translateY(-5px);
}

.vm-inner-image-wrapper{
    border-radius:18px;
    overflow:hidden;
}

.vm-inner-image{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:18px;
}

.vm-inner-content{
    padding-left:20px;
}

.vm-inner-title{
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
    color:#222;
    line-height:1.3;
}

.vm-inner-shortdesc{
    font-size:16px;
    color:#666;
    margin-bottom:20px;
}

.vm-inner-description{
    font-size:16px;
    color:#444;
}

.vm-inner-description p{
    margin-bottom:15px;
}

@media(max-width:991px){

    .vm-inner-content{
        padding-left:0;
    }

    .vm-inner-title{
        font-size:28px;
    }

    .vm-inner-image{
        height:300px;
    }

    .vm-inner-card{
        padding:20px;
    }
}