@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
font-family: "Poppins", sans-serif !important;
overflow-x:hidden;
}


 :root {
            --primary-blue: #0f172a;
            --accent-teal: #0d9488;
            --accent-teal-light: #f0fdfa;
            --bg-body: #f1f5f9;
            --text-main: #334155;
            --text-dark: #0f172a;
        }


.red{
  color:#F60C0C;  
}

.grey{
color:#a7a7a7;    
}

.heading_font{
font-family: "Figtree", sans-serif !important;   
}

.color1{
    color:#1A75BB !importrant;
}

.color3{
    color:#F60C0C !important;
}


/* Custom Scrollbar Styling */

/* Width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px; /* For horizontal scroll */
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #40B1B6;
  
  border: 1px solid transparent;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #40B1B6;
}


.header_font{
  font-family: "Figtree", sans-serif !important; 
    
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index:200;
}



h1, h2, h3, h4, h5, h6, p, a, ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.color{
    color:#1850A0;
}

.color2{
color: #40B1B6;
}

.logo{
   /*width:200px; */
   width:230px;
}


.top_head {
    float: left;
    width: 100%;
    display: block;
    background-color:#1850A0;
}

.top_head_txt {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
    line-height:26px;
    font-weight: 400;
    color:#fff;
}

.bottom_head {
    float: left;
    width: 100%;
    border-bottom: 1px solid #E1E0E0;
    display: block;
    background-color: #fff;
    padding:5px 0px;
}

.tab_header{
display:none;    
}

.hamburger{
margin-top:10px;   
}

.menu_color {
    color: #fff !important;
}

.header nav{
    background-color:#;
}



.desktop_banner{
float:left;
width:100%;
display:block;
background-color:#F9F9F9;
padding:60px 0px 40px;
}

.banner_topmain {
    width: 650px;
    margin: 0px auto;
}

.banner_font_search {
    float: left;
    width: 100%;
    text-align: center;
    color: #1850A0;
       font-weight: 800;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 36px;
    
}

.banner_font_search_subheading {
    float: left;
    width: 100%;
    text-align: center;
    color: #666666;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.bannersearch_maindiv{
    float:left;
    width:100%;
    background-color:#fff;
    border-radius:50px;
    padding-left:15px;
    border:1px solid #E7E7E7;
}

.doctor_search_select_new {
    float: left;
    width: 80%;
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    border-radius: 7px;
    padding: 0px 10px 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #000;
    border: 0px solid #DEE2E6;
    outline: 0px;
}

.banner_button{
 float: right;
    width: 20%;
    height: 45px;
    line-height: 45px;
    background-color: #40B1B6;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border-radius: 0px 50px 50px 0px; 
    border:0px;
}

.mobile_banner{
float:left;
width:100%;
display:none;
}


.mainbody_div {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.admission-img {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: left;
    width: 50%;
    height: 250px;
    background-color: #0E8BDF;
}

.doctor_name{
float:left;
width:100%;
text-align:left;
    color: #1850A0;
    font-size: 16px;
font-weight:700;

}

.subheading{
float:left;
width:100%;
text-align:left;
font-size:20px;
line-height:30px;
color:#000;
font-weight:500;

}


.mainhome_title {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 23px;
    line-height: 40px;
    color: #1850A0;
    font-weight: 900;
  
}

.mainhome_title_new {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 28px;
    line-height: 40px;
    color: #1850A0;
    font-weight: 900;
  
}


.mainhome_title_white {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    font-weight: 500;
     text-transform:uppercase;
}






.mainhome_title_inside {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 25px;
    line-height: 35px;
    color: #005394;
    font-weight: 500;
}


.mainhome_title_inside:after {
    display: block;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #005394;
    content: '';
}




.doctor_designation{
float:left;
width:100%;
text-align:left;
font-size:18px;
color:#000;
font-weight:600;

}

.img_width{
width:auto;    
}

.homepage_heading_div {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #0A3F6B;
    font-weight: 700;
}

.homepage_heading_div1 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #0A3F6B;
    font-weight: 700;
}




.home_about_txt {
    
    font-size: 15px;
    line-height:21px;
    color:#000;
    text-align:justify;
    
}

::marker{color:#40B1B6;
    font-size: 20px;
    line-height:10px;
}  



.list li {
    list-style: disc;
    line-height: 25px !important;
    margin-left:20px;
}


.footer_heading {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    
}

.footer_txt {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 16px;
    
}

.footer_txt ul li {
    list-style: none;
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight:500;
}


.footer_bottom {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 15px 0px 15px;
    margin-top:30px;
    border-top: 1px solid #244053;
    display: block;
    background-color:#1850A0;
}

.inside_desktop_banner {
    float: left;
    width: 100%;
   /* background-color:#0F4B79;*/
     background-color:#5176A1;
    display: block;
    padding: 20px 0px;
}

.desktop_banner_name{
float:left; 
width:65%;
text-align:left;
font-size:28px;
font-weight:700;
color:#fff;
}

.desktop_banner_name h1{
float:left; 
width:100%;
text-align:left;
font-size:28px !important;
font-weight:700;
color:#fff;
}

.desktop_banner_bradcrum{
float:left; 
width:35%;
text-align:right;
line-height:28px;
font-size:15px;
font-weight:500;
color:#fff;

}


.reconstraction{
float: left;
    width: 100%;
    height: 250px;    
}

.eventimg_css {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.clinic_maindiv{
 float:left;
 width:100%;
 background-color:#f4f4f4;
 text-align:left;
 color:#000;
 font-size:15px;
 padding:15px;
}

.hospital_name{
font-weight:700;
font-size:20px;
}

.testimonials_maindiv{
  float:left;
 width:100%;
 border:1px solid #02769c;
 padding:20px;
}

.touch_maindiv {
    float: left;
    width: 100%;
    background-color: #F6F5FA;
    
    padding: 20px;
}



.get_in_touch_heading {
    float: left;
    width: 100%;
    font-size: 1.4rem;
    color: #193D81;
}
.get_formdiv {
    float: left;
    width: 100%;
}

.doctor_search_select {
    float: left;
    width: 100%;
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    
    padding: 0px 10px;
    text-align: left;
    font-size: 14px;
    color: #000;
    border: 0px;
    outline: 0px;
}

.btn1 {
    float:left;
    padding: 7px 35px;
    border-radius: 5px;
    transition: all 0.5s ease;
    border:0px;
    font-weight: 500;
    background-color:#1850A0;
    color:#fff;
    text-align:center;
    font-size:15px;
}

.btn1:hover {
    
    color: #fff !important;
    background-color:#40b0b6;
}

.address{
   float: left;
    width: 100%;
    font-size:17px;
    color:#000;
    line-height:25px;
    font-weight:400;
}



.secretory{
float:left;
width:200px;
}

.login_desktop{
display:block;    
}

.login_mob{
display:none;    
}


.banner_font_new {
    float: left;
    width: 600px;
    text-align: left;
    color: #000000;
    
    
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px 15px 0px;
}

.banner_font_subheading {
    float: left;
    width: 100%;
    text-align: left;
    color: #1A75BB;
    font-weight: 900;
    font-size: 35px;
    line-height:45px;
}

.carousel-control-next, .carousel-control-prev{
width:5% !important;    
}

.readmore_maindiv{
    width:150px;
    margin:0px auto;
}


.readmore_btn{
float:left;
width:auto;
padding:10px 20px;

height:45px;
font-size:15px;
line-height:23px;
background-color:#40B1B6;
text-align:center;
color:#fff;
border-radius:50px;
transition: all 0.5s ease;
border:0px solid #3E5A7B;

}

.readmore_btn:hover{
background-color:#1850A0;
color:#fff;

}



.readmore_btn_blue{
float:left;
width:auto;
padding:10px 20px;
margin-top:15px;
height:45px;
font-size:15px;
line-height:23px;
background-color:#1A75BB;
text-align:center;
color:#fff;
border-radius:8px;
transition: all 0.5s ease;
border:0px solid #2EA6F7;

}

.readmore_btn_blue:hover{
background-color:#3E5A7B;
color:#fff;

}


.countdown_number {
    display: inline-block;
    font-size: 35px;
   
    font-weight: 900;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 40px;
   
}


.coundown_txt {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 400;
   
}

.counter_maindiv{
float:left;
width:100%;
}

.event_show{
display:none;    
}


.governing_body_maindiv{
float:left;
width:100%;
padding:10px;
background-color:#F4F4F4;
border:1px solid #D7D7D7;
}

.member_designation{
float:left;
width:100%;
text-align:left;
font-size:22px;
line-height:27px;
color:#074673;
font-weight:600;
margin-bottom:0px;
}

.member_name{
float:left;
width:100%;
text-align:left;
font-size:18px;
color:#666363;
font-weight:600;

}


.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px !important;
}




.owl-theme .owl-dots .owl-dot.active span {
    background-color: #3BB2B6;
    width: 10px;
    height: 10px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #11316E;
}



.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    background-color: #11316E;
    transition: all 0.5s ease;
    height: 10px;
}


.gallery_imgdiv {
float: left;
width: 100%;
height: auto;
}


.media_imgdiv {
float: left;
width: 100%;
height: 250px;
}


.pointers_imgdiv {
float: left;
width: 100%;
height: 400px;
}


.eventimg_css {
width: 100%;
height: 100%;
object-fit: cover;
}


.testimonials_maindiv_new{
float:left;
width:100%;
background-color:#E4F3FE;
padding:15px;

}

.testimonials_img{
    float:left;
width:100%;    
}

.testimonials_name{
 float:left;
 width:100%;
 color:#1650D5;
 text-align:center;
 font-size:20px;
 margin-top:10px;
 
}

.testimonials_details{
 float:left;
 width:100%;
 color:#000;
 height:70px;
 overflow:hidden;
 font-size:16px;
 line-height:22px;
 text-align:center;
 
}

.social_div{
float:left;
width:45px;
height:45px;
border-radius:50%;
border:1px solid #1850A0;
background-color:#1850A0;
text-align:center;
color:#fff;
font-size:20px;
line-height:45px;
margin-right:10px;
transition: all 0.5s ease;
}

.social_div:hover{
background-color:#89B8F0;
color:#1850A0;
}


.social_div_header{
float:right;
width:30px;
height:30px;
text-align:center;
color:#fff;
font-size:25px;
line-height:20px;
margin-right:10px;

}




.inside_subheading{
float:left;
width:100%;
margin-bottom:20px;
height:auto;
font-size:35px;
font-weight:600;
color:#005394;
position:relative;
}

.inside_subheading:after{
display:block;
bottom:0;
float:right;
right:0;
width:85%;
height:3px;
background: #000;
margin: 25px 0px 0 0;
content:'';
}

.readall-button{
 float:right; 
  color: #fff !important;
 text-align:right !important;
 width: auto !important;
    padding: 8px 15px !important;
       height: 35px;
    font-size: 15px;
    line-height: 18px;
    background-color: #c0dff8 !important;
    text-align: center !important;
   margin-top:15px;
    border-radius: 5px;
}



.blog_img{
float:left;
width:100%;
height:230px;
}

.blog_title{
 float:left;
 width:100%;
 text-align:left;
 font-size:20px;
 line-height:28px;
 color:#005394;
 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:500;

}

.blog_title_inside{
 float:left;
 width:100%;
 text-align:left;
 font-size:22px;
 line-height:28px;
 color:#002261;
font-weight:700;

}

.blog_time{
 float:left;
 width:100%;
 text-align:left;
 font-size:15px;
 line-height:20px;
 color:#40B1B6;
     font-weight:600;

}

.blog_text{
 float:left;
 width:100%;
 text-align:left;
 font-size:16px;
 color:#000;

 
 display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog_text_inside{
 float:left;
 width:100%;
 text-align:left;
 font-size:14px;
 line-height:22px;
 color:#000;

}

.text-left{
  font-size:14px;  
}

.event_videoheading{
  float:left;
 width:100%;
 text-align:left;
 font-size:22px;
 color:#000;
 font-weight:600;
}
.event_video{
  float:left;
 width:100%;

}


.shareholder_name{
   float:left;
 width:100%;
 text-align:center;
 font-size:16px;
 line-height:18px;
 color:#000;
 font-weight:600;
 margin-top:8px;
 margin-bottom:5px;
}

.shareholder_designation{
 text-align:center;
 font-size:14px;
 line-height:18px;
 color:#7c7c7c;
 font-weight:600;
}


.mission_maindiv{
 float:left;
 width:100%;
 background-color:#005394;
 padding:30px;
}

.mission_vision_heading{
  float:left;
 width:100%;
 font-size:35px;
 color:#fff;
 font-weight:700;
 }
 
.statement_height{
height:200px;    
}

.logo_icon{
float:right;
width:150px;
opacity:.2;
margin-top:-70px;
}


.newsletter{
width:50% !important; 
border-radius:5px 0px 0px 5px;
}

.newsletter_btn{
width:20% !important;  
border-radius:0px 5px 5px 0px;
height:45px;
padding:0px;
}

.shareholder_border{
border:1px solid #ddd;    
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 0.9s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

.carousel-caption{

right:10%;
}


.counter_bg{
 float:left;
 width:100%;
 background-color:#071D37;

}

.counter_image{

width:120px;
height:120px;
background-color:#2EA6F7;
margin:0px auto;
}

.counter_iconsize{
 width:70px;
 height:70px;
}

.counter_iconsize1{
 width:60px;
 height:60px;
}


.counter_iconsize_mt{
margin-top:20px;    
}

.counter_iconsize_mt1{
margin-top:30px;    
}


.service_topgap{
margin-top:40px;    
}


.service_home_maindiv{
    float:left;
    width:100%;
padding:60px 35px;
background-color:#2EA6F7;
border-radius:30px;
margin-top:-100px;
}


.serviceshome_title {
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 25px;
    line-height: 40px;
    color: #222;
    font-weight: 600;
}


.service_btn{
float:left;
width:auto;
padding:10px 25px;
margin-top:15px;
height:45px;
font-size:15px;
line-height:23px;
background-color:#002261;
text-align:center;
color:#fff;
border-radius:50px;
transition: all 0.5s ease;
border:1px solid #002261;

}

.service_btn:hover{
background-color:#fff;
color:#002261;
border:1px solid #fff;
}





.why_service{
float:left;
width:100%;
text-align:center;
}

.why_service:hover{
  color:#000;
   transition: all 0.5s ease;
}

.service_icondiv{
float:left; 
width:70px;
height:70px;
border-radius:50%;
background-color:#002261;
text-align:center;

transition: all 0.5s ease;
}

.service_icondiv:hover{
 background-color:#2EA6F7;   
}

.why_service:hover .service_icondiv{
 transition: all 0.5s ease;   
 background-color:#2EA6F7;   
}

.why_service svg{
 color: #190f44; transition: all 0.5s ease;   
 height:70px;
}

.why_service:hover svg path {
	transition: all 0.5s ease;
    fill: #190f44;
}

.service_subheading{
float: left;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 17px;
        color: #11316E;
    font-weight: 700;
    text-transform:capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.owl-theme .owl-nav [class*='owl-']:hover {
    background:transparent !important;
}

.owl-prev {
    position: absolute;
    left: -25px;
    top: 180px;
 z-index:1;
}

.owl-next {
    position: absolute;
    right: -25px;
    top: 180px;
 z-index:1;
}

/*.owl-theme .owl-nav [class*=owl-]{
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
    transform: scale(1);
    transition: all 0.5s ;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
    transform: scale(1.1);
    transition: all 0.5s ;
}*/

.doctor_maindiv{
float:left;
width:100%;
}

.doctor_name_new{
float:left;
width:100%;
text-align:left;
font-size:18px;
font-weight:700;
color:#002261;
text-transform:uppercase;
}

.doctor_designation_new{
float:left;
width:100%;
text-align:left;
font-size:14px;
font-weight:500;
color:#2EA6F7;
}

.readmore_btnsmall{
line-height:26px; 
}


.parallexBG_video {
    width: 100%;
    height: auto;
    float: left;
    
        background-image: url(../images/app-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
   /*background-attachment: fixed;*/
    background-size: cover;
}


.mainbody_div_parallex {
    float: left;
    width: 100%;
    padding: 0px 0px;
}

.nursing_mainimage{
  float: left;
    width: 100%;
    z-index:10;
    position:relative;
}


.nursing_imgdiv {
    float: left;
    width: 100%;
    height: 350px;
}


.testimonial_newmaindiv{

 margin-top:-150px;
 padding-top:130px !important;
}

.blog_homedate {
    font-size: 14px;
    font-weight: 600;
    color:#40B1B6;
}

.blog_hometext{
font-size:17px; 
color:#002261;
line-height:22px;
font-weight:700;
}
.blog_heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about_point_heading {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 25px;
    font-weight:600;
}


.about_point_bodt {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
}

.van{
 width:84px;
 height:84px;
}

.department_height{
    height:120px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.department_img{
width:100%;
height:230px;

}


.body-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #4caeda;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}


.rounded-20 {
    border-radius: 20px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-15 {
    border-radius: 15px;
}



.bg-blue {
    background-color: #1850A0;
}

.form-select {
    border-radius: 8px !important;
}


.mobile_docdesig {
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #F60C0C ;
    font-weight: 500;
    
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sticky {
    position: sticky;
    top: 90px;
    overflow: auto;
}


.social_div_footer {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    margin-right: 10px;
    transition: all 0.5sease;
}

.address_maindiv{
    float:left;
    width:100%;
}

.gallery_imgdiv{
float:left;
width:100%;
height:300px;
}

.event_name_new{
float:left;
width:100%;
margin-top:10px;
text-align:left;
 font-size:16px;
 font-weight:700;
 line-height:20px;
 height:40px;
 text-transform:uppercase;
}


.gallery_imgdiv1 {
    float: left;
    width: 100%;
    height: 250px;
}

.hr1 {
    height: 1px;
    width: 70px;
    background-color: #89B8F0;
    margin-bottom: 3px;
}

.hr2 {
    height: 1px;
    width: 40px;
    background-color: #89B8F0;
}


.director_img {
    height: 200px;
    object-fit: contain;
}

.submenu{
font-size:14px !important;    
}

.header_social{
float:right;
width:35px;
height:35px;
line-height:35px;
border-radius:50%;
background-color:#1850A0;
text-align:center;
color:#fff;
font-size:18px;
margin-left:8px;
}

.wishlist_no {
    float: right;
    width: 18px;
    height: 18px;
    line-height:18px;
    border-radius: 50%;
    background-color: #40B1B6;
    margin-top: 0px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    margin-left: 25px;
    font-weight: 600;
    z-index: 10;
    position: absolute;
    /* border: 1px solid #FFFFFF; */
}

.diagnostic_topheading{
    font-size:25px;
    font-weight:900;
    color:#89B8F0;
}

.diagnostic_heading{
    font-size:35px;
    font-weight:900;
    color:#89B8F0;
    line-height:35px;
}

.counter_body{
    float:left;
    width:100%;
    background-color:#052851;
    border-radius:15px;
    padding:20px 10px;
}

.owl-next img {
        width: 50px;
        
} 

 .owl-prev img {
        width: 50px;
       
        
}


.package_maindiv{
float:left;
width:100%;
background-color:#fff;
border-radius:20px;
}

.doctor_div {
    float: left;
    width: 100%;
    position: relative;
    background-color:#bee1e3;
}

.doctor_overlay {
    float: left;
    width: 100%;
    height: 100%;
    z-index: 70;
    position: absolute;
}








.doctor_namediv {
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #fff;
    bottom: 10px;
    position: absolute;
    padding: 5px;
    border-radius:10px;
       }

.doctor_desig {
    font-size: 14px;
}

.btn3_new {
    float:right;

   
       color: #fff;
      
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
   background-color:#EEAB00;
    letter-spacing: 1px;
   
    
        transition: all 0.5s ease-out;
    padding:7px 18px;
    width:100%;
    text-align:center;
    border-radius:50px;
   
}

.popular_heading{
 float:left;
 width:100%;
 text-align:left;
 font-size:28px;
 color:#fff;
 font-weight:900;
 line-height:45px;

}


.popular_subheading{
 float:left;
 width:100%;
 text-align:left;
 font-size:16px;
 color:#fff;
 font-weight:500;
 line-height:25px;

}

.package_searchbox {
    float: left;
    width: 100%;
    height: auto;
    padding: 8px;
    background-color: #fff;
    border-radius:8px;
    margin-top: 20px;
}

.homesearch_maindiv {
    float: left;
    width: 75%;
    height: auto;
}

.home_findtest{
float:left;
width:94% !important;
height:40px !important;
line-height:40px;
background-color:#fff !important;
text-align:left;
font-size:15px;
color:#000;
padding:0px 10px;
border:0px !important;
border-top-left-radius:5px !important;
border-bottom-left-radius:5px !important;

}

textarea:focus, input:focus{
    outline: none;
}

.home_searchbtndiv {
    float: left;
    width: 25%;
    height: auto;
}

.home_search_btn{
float:left;
width:100%;
height:40px;
line-height:40px;
background-color:#1850A0;
text-align:center;
font-size:14px;
font-weight:600;
color:#fff;
border:0px;
border-radius:8px;
cursor:pointer;
}


.home_contact{
float:left;
width:100%;
background-color:#1A75BB;
padding:20px;
border-radius:15px 0px 0px 15px;
}

.home_form{
float:left;
width:100%;
}

.map_height{
height:440px;
margin-top:10px;
}

.footer_font{
color:#1850A0;    
}


.test_searchbox{
    background-color:#F5F5F5 !important; 
    border:1px solid #DEDEDE !important; 
    width:100% !important;
    height:50px !important;
    line-height:50px;
    border-radius:50px !important;
}

.test_details{
float:left;
width:100%;
padding:20px;
background-color:#05214a ;     
}


.carousel-caption{
    float:left;
    top:100px !important; 
    margin-left:-100px !important;
}


.test_details li {
    list-style: disc;
    line-height: 25px !important;
    margin-left: 20px;
}


.added_cart{
color:#F60C0C !important;
background-color:#f1dada !important;

}

.home_collection{
    float:left;
    width:100%;
height:325px;    
}


.loginBG_main {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 3%;
    border: 1px solid #eaeaea;
    margin-bottom: 40px;
    box-shadow: 0px 18px 30px -10px rgb(0 0 0 / 35%);
}


.verify_txt {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 23px;
    line-height: 27px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}


.verify_subtxt {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.doctor_search_select {
    border: 1px solid #bababa;
}

.map{
border-radius:0px 15px 15px 0px;    
}

.package_img_height{
height:240px;    
}


.new {
    float: right;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 10px;
    margin-top: 10px;
    z-index: 1;
    position: absolute;
    right: 10px;
}



/* Scroll to top */


.scroll-top {
  position: fixed;
  bottom: 10px;
  right: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* background: white; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  filter: drop-shadow(0px 0.5px 1px #00000070);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transform: scale(0.8);
}

.scroll-top.show1 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.scroll-top .scrollprogress {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.scroll-top .progress-bg {
  stroke: #ccc;
  stroke-width: 4;
}

.scroll-top .progressscroll {
  stroke: #40B1B6;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.1s linear;
}

 .scroll-top .arrow svg {
    width: 15px;
    height: 20px;
    transform: translate(1px, -1px);
} 



.box {
    text-align: center;
    overflow: hidden;
    /*box-shadow: 12px 12px 24px -12px rgba(0, 0, 0, 0.175);*/
    position: relative;
    background-color: #d9edf7;
    border-radius: 15px;
    padding: 20px;
   border:1px solid #bce8f1;
    margin-bottom: 30px;
    min-height: 236px;
}


.first_box {
    background-color: #ec1b21;
}

.rdiv {
    width: 50px;
    background-color: #fff;
    margin: 10px auto;
    line-height: 50px;
    border-radius: 50%;
    font-weight: 700;
}

.box .title {
    font-size: 23px;
    text-align: center;
    padding-left: 0;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    margin: 10px 0;
    line-height: 20px;
}

.box .post {
    font-size: 16px;
    color: #fff !important;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}

.infodiv {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.edit_info {
    width: 100px;
    margin: 0px auto;
}

.editinfo_btn {
    width: 100%;
    padding: 5px 0px;
    border-radius: 6px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}


.box .title1 {
    font-size: 18px;
    text-align: center;
    padding-left: 0;
    font-weight: 700;
    color: #000;
    letter-spacing: 0;
    margin: 10px 0;
    line-height: 20px;
}

.myaccount_img {
    width: 100%;
    height: 100%;
}


.box .imgboxdiv {
    width: 100px;
    height: 100px;
    padding:28px;
    border-radius:50%;
    background-color: #4b7799;
    margin: 20px auto 20px auto;
    border:2px solid #fff;
}


.whatsapp_icon_new1 {
    position: fixed;
    width: 50px;
    height: auto;
    margin-top: 75vh;
    z-index: 10;
    overflow: hidden;
    right: 5px;
    bottom: 75px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    padding: 5px;
}
.phone_div {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}


.bottom_img{
    float:left;
    width:100%;
}

.count_subheading{
    font-size:13px;
    font-weight:600;
}

.usp_bg{
float:left;
width:100%;
}

.usp_name{
    font-size:13px;
    color:#fff;
    font-weight:700;
    
}

.blue_font{
    color:#1850A0;
}

.green_font{
    color:#40B1B6;
}

.blue{
    background-color:#1850A0;
}

.green{
    background-color:#40B1B6;
}

.banner_height{
    height:300px;
}

#carouselExampleFade .carousel-item img {
    width: 100%;
    /* This ensures the image fills the area without stretching */
   
    border-radius: 20px;
    height: 400px; /* Fixed height for desktop */
}

.usp_bg {
        height: 100px; /* Ensures all 6 boxes fit perfectly next to the 480px banner */
        display: flex;
        align-items: center;
    }
    
    
.healthconsern_maindiv{
    float:left;
    width:100%;
    border-radius:15px;
    background-color:#fff;
}

.healthconsern_img{
    border-radius:15px 15px 0px 0px;
}

.healthconsern_name{
    float:left;
    width:100%;
    padding:12px 3px;
    color:#11316E;
    font-size:13px;
    line-height:15px;
    text-align:center;
    /*height:70px;*/
    font-weight:700;
}


.services_maindiv{
  float:left;
  width:100%;
  border-radius:15px;
  background-color:#F5F8FC;
  border:1px solid #DEEAF9;
  padding:8px;
  transition: all 0.5s ease;
}

.services_maindiv:hover{
    background-color:#cce1fd;
}

.partner_maindiv{
  float:left;
  width:100%;
  border-radius:15px;
  background-color:#F5F8FC;
  border:1px solid #DEEAF9;
  padding:8px;
  transition: all 0.5s ease;
}
    
.doctor_bottom_gap{
    padding-bottom:90px !important;
}


.whatsappnow {
    display: block;
    position: fixed;
    z-index: 15;
    /* bottom: 105px; */
    bottom: 80px;
    right: 7px;
}

.whatsappbtn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

 .pulse {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background-color: #25d366;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        cursor: pointer;
    }
.pulse1{
	   background-color: #25d366;
}

    .pulse i {
        color: white;
        font-size: 18px;
			/* transform: rotate(90deg); */
    }

.pulse1 i {
			transform: unset !important;
	font-size: 22px;
    }

    .pulse::before,
    .pulse::after {
        content: '';
        position: absolute;
        width: calc(100%);
        height: calc(100%);
        border-radius: 50%;
        border: 1px solid #ED1C24;
        animation: calling 2s ease-in-out infinite;
    }

    .pulse::after {
        animation: calling 2s ease-in-out .35s infinite;
    }

  .pulse1::before,
.pulse1::after{
	 border: 1px solid #075E54;;
} 

    @keyframes calling {
        0% {
            width: calc(100%);
            height: calc(100%);
            opacity: 1;
        }

        100% {
            width: calc(91% + 49px);
            height: calc(91% + 49px);
            opacity: 0;
        }
    }  
    
    
section.banner.other_banner.departmentbanner .card img {
    object-position: 86%;
}

section.banner.other_banner.departmentbanner .card-img-overlay {
   
 background: linear-gradient(261deg,rgba(0, 47, 28, 0) 0%, rgba(5, 30, 67, 1) 100%);
}    
    
.inside_desktop_banner_new {
    float: left;
    width: 100%;
  
    display: block;
   
}    
.fw-bolder {
    font-weight:900 !important;
}  

.journey_maindiv{
    float:left;
    background-color:#05214a !important;
    height:230px;
}

.journey_year{
    font-size:3rem;
    font-weight:900;
    color:#05214a;
   
            font-weight: 900;
            -webkit-text-stroke: 1px white;
          
            text-transform: uppercase;
}

   .banner_font {
        font-size: 32px !important;
    }

.fs-7 {
    font-size: .9rem !important;
}


 /* Stepper Styling */
        .stepper-container {
            background-color: #001d3d;
            border-radius: 12px;
            padding: 24px 15px;
            color: white;
            margin-bottom: 5px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .step-item {
            text-align: center;
            position: relative;
            z-index: 1;
            flex: 1;
        }

        .step-icon {
            width: 42px;
            height: 42px;
            background-color: #001d3d;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 10px;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }

        .step-item.active .step-icon {
            background-color: #4db6ac;
            border-color: #4db6ac;
            box-shadow: 0 0 10px rgba(77, 182, 172, 0.5);
        }

        .step-label {
            font-size: 0.8rem;
            font-weight: 500;
            opacity: 0.8;
        }

        .step-item.active .step-label {
            opacity: 1;
        }

        .stepper-line {
            position: absolute;
            top: 21px;
            left: 50%;
            width: 100%;
            height: 2px;
            background-color: rgba(255, 255, 255, 0.1);
            z-index: -1;
        }

        .step-item.active .stepper-line {
            background-color: #4db6ac;
        }




 /* Test Card Styling */
        .test-card {
            background: white;
            border: none;
            border-radius: 16px;
            padding: 0;
            overflow: hidden;
            box-shadow: 0 2px 15px rgba(0,0,0,0.05);
            transition: transform 0.2s;
        }

        .test-card-header {
            padding: 24px 24px 15px;
            display: flex;
            justify-content: space-between;
        }

        .test-title {
            color: #26a69a;
            font-weight: 700;
            font-size: 1.3rem;
            margin-bottom: 4px;
        }

        .test-parameters {
            color: #6c757d;
            font-weight: 600;
            font-size: 0.9rem;
        }

        .price-container {
            text-align: right;
        }

        .price-current {
            font-size: 1.4rem;
            font-weight: 800;
            color: #333;
            display: block;
        }

        .price-original {
            text-decoration: line-through;
            color: #adb5bd;
            font-size: 0.95rem;
            font-weight: 500;
        }

        /* Member Radio Group Styling - NEW */
        .member-selection-box {
            background-color: #fafbfc;
            border-top: 1px solid #f1f3f5;
            padding: 24px;
        }

        .member-radio-group {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 10px;
        }

        .member-radio-item {
            flex: 1;
            min-width: 180px;
            position: relative;
        }

        .member-radio-input {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }

        .member-radio-label {
            display: flex;
            align-items: center;
            background: white;
            border: 1.5px solid #e9ecef;
            border-radius: 12px;
            padding: 12px 15px;
            cursor: pointer;
            transition: all 0.2s ease;
            height: 100%;
        }

        .member-radio-input:checked + .member-radio-label {
            border-color: #26a69a;
            background-color: #f0fdfa;
            box-shadow: 0 4px 10px rgba(38, 166, 154, 0.1);
        }

        .radio-circle {
            width: 18px;
            height: 18px;
            border: 2px solid #adb5bd;
            border-radius: 50%;
            margin-right: 12px;
            position: relative;
            flex-shrink: 0;
        }

        .member-radio-input:checked + .member-radio-label .radio-circle {
            border-color: #26a69a;
        }

        .member-radio-input:checked + .member-radio-label .radio-circle::after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            background: #26a69a;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .member-name-text {
            font-weight: 600;
            font-size: 0.95rem;
            color: #2c3e50;
            line-height: 1.2;
        }

        .member-relation-text {
            font-size: 0.75rem;
            color: #6c757d;
            display: block;
        }

        .add-member-card {
            border: 1.5px dashed #ced4da;
            background: transparent;
            justify-content: center;
            color: #26a69a;
            font-weight: 700;
        }

        .add-member-card:hover {
            border-color: #26a69a;
            background: #f0fdfa;
        }

        .delete-btn {
            color: #ff6b6b;
            background: none;
            border: none;
            padding: 8px;
            font-size: 1.2rem;
            transition: color 0.2s;
            align-self: flex-start;
        }

        .delete-btn:hover {
            color: #fa5252;
        }

        /* Bill Summary Styling */
        .bill-summary-card {
            background-color: #fff;
            border-radius: 16px;
            padding: 24px;
            border: none;
            box-shadow: 0 2px 15px rgba(0,0,0,0.05);
        }

        .bill-summary-title {
            color: #1a4d8f;
            font-weight: 700;
            margin-bottom: 24px;
            font-size: 1.2rem;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .amount-to-pay-label {
            color: #26a69a;
            font-weight: 700;
            font-size: 1.1rem;
        }

        .amount-to-pay-value {
            color: #26a69a;
            font-weight: 800;
            font-size: 1.3rem;
        }

        .next-btn {
            background-color: #4db6ac;
            color: white;
            border: none;
            padding: 16px;
            border-radius: 12px;
            font-weight: 700;
            width: 100%;
            margin-top: 20px;
            box-shadow: 0 4px 12px rgba(77, 182, 172, 0.3);
            transition: all 0.2s;
        }

        .section-header {
            color: #1a4d8f;
            font-weight: 800;
            margin-bottom: 25px;
            font-size: 1.5rem;
        }

        .form-label-small {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #868e96;
            font-weight: 700;
            margin-bottom: 12px;
            display: block;
        }




 /* Card Designs */
        .content-card {
            background: white;
            border-radius: 20px;
            border: 1px solid rgba(226, 232, 240, 0.8);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
            padding: 1.5rem;
            transition: transform 0.2s ease;
        }

        .test-item-card {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem;
            margin-bottom: 1rem;
            background: white;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
        }

        .test-title {
            color: var(--accent-teal);
            font-weight: 700;
            font-size: 1.15rem;
            margin-bottom: 4px;
        }

        .test-meta {
            color: var(--text-main);
            font-weight: 500;
            font-size: 0.95rem;
        }

        /* Sidebar / Summary */
        .summary-box {
            background: white;
            border-radius: 20px;
            padding: 1.5rem;
            border: 1px solid #e2e8f0;
        }

        .summary-header {
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: .5rem;
        }

        .summary-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 1rem;
            font-size: 1rem;
        }

        .price-tag {
            font-weight: 700;
            color: var(--text-dark);
        }

        .price-strike {
            color: #94a3b8;
            text-decoration: line-through;
            margin-right: 8px;
            font-weight: 400;
        }

        .total-row {
            margin-top: 1.5rem;
            padding-top: 1.5rem;
            border-top: 2px dashed #e2e8f0;
        }

        .payable-label {
            font-weight: 700;
            color: var(--accent-teal);
            font-size: 1.1rem;
        }

        .payable-value {
            font-weight: 800;
            color: var(--accent-teal);
            font-size: 1.75rem;
        }

        /* Buttons */
        .btn-add-tests {
            background: var(--accent-teal-light);
            color: var(--accent-teal);
            border: none;
            padding: 10px 20px;
            border-radius: 12px;
            font-weight: 700;
            transition: all 0.2s;
        }

        .btn-add-tests:hover {
            background: var(--accent-teal);
            color: white;
        }

        .btn-next-action {
            background: var(--accent-teal);
            color: white;
            border: none;
            width: 100%;
            padding: 1.25rem;
            border-radius: 16px;
            font-weight: 700;
            font-size: 1.1rem;
            margin-top: 1.5rem;
            box-shadow: 0 10px 15px -3px rgba(13, 148, 136, 0.3);
            transition: all 0.2s;
        }

        .btn-next-action:hover {
            background: #0f766e;
            transform: translateY(-2px);
            box-shadow: 0 20px 25px -5px rgba(13, 148, 136, 0.4);
        }

        .remove-icon {
            color: #ef4444;
            background: #fee2e2;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            cursor: pointer;
            transition: transform 0.2s;
        }

        .remove-icon:hover {
            transform: scale(1.1);
        }


.sticky-summary {
    position: sticky;
    top: 90px;
}



 /* Image Wrapper with Background Accent */
        .image-wrapper {
            position: relative;
            z-index: 1;
        }

        .image-wrapper::before {
            content: '';
            position: absolute;
            width: 110%;
            height: 110%;
            background-color: #cfe7ff;
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            top: -5%;
            left: -5%;
            z-index: -1;
            transform: rotate(-5deg);
            display:block;
        }

        .main-img {
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            width: 100%;
            height: auto;
        }




@media only screen and (max-width:1200px){
    
    .doctor_name{
    font-size:18px;    
    }
    
    
 .blog_hometext{
font-size:17px; 
color:#002261;
line-height:22px;
font-weight:700;
}   
    
    
    
.popular_heading{
 font-size:24px;
 line-height:27px;

}    
    
    
    
    
.diagnostic_topheading{
    font-size:20px;
    font-weight:900;
    color:#89B8F0;
}

.diagnostic_heading{
    font-size:25px;
    font-weight:900;
    color:#89B8F0;
    line-height:30px;
}    
    
    
    
 .carousel-caption{
    float:left;
    top:40px !important; 
    margin-left:-100px !important;
}   
    
    
    
.nav-links li a{
    font-weight: 500;
    padding: 9px 5px !important;
    transition: all 0.3s ease;
    color: #fff;
    font-size:12px !important;
}
    
 .box .imgboxdiv {
    width: 80px;
    height: 80px;
    padding:20px;
   
    margin: 30px auto 30px auto;
}    
    
}







@media only screen and (max-width:999px){
    
    
 .box .imgboxdiv {
    width: 80px;
    height: 80px;
    padding:20px;
  
    margin: 30px auto 30px auto;
}   
    
    
    
    
    
    
    .package_img_height {
    height: 150px;
}
    
 .mainbody_div {
     padding:40px 0px;
 }   
    
    
  .carousel-caption{
    float:left;
    top:0px !important; 
    margin-left:-100px !important;
} 

.banner_font_subheading{
    font-size:25px;
    line-height:35px;
}
    
    
    
    .pointers_imgdiv {
height: 200px;
}
    
    
.mission_vision_heading{
  float:left;
 width:100%;
 font-size:25px;
 }
 
.statement_height{
height:250px;    
}
    
 .newsletter{
width:60% !important; 

}

.newsletter_btn{
width:40% !important;  
height:35px;
}   
    
    
    
    .footer_heading {
    font-size: 20px;

}
    
    
 .event_videoheading{
 font-size:20px;

}
   
    
    
    
    .member_designation{
font-size:18px;
line-height:22px;
}

.member_name{
font-size:15px;
line-height:19px;

}

    
    
 .testimonials_details{
 height:auto;
 
 
}   
    
    
    
   
 .media_imgdiv {
height: 150px;
}    
    
    .event_show{
display:block;    
}
    
    
 .countdown_number {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
   
}   
    
    
.mainhome_title {
    font-size: 25px;
    line-height: 35px;

} 
.mainhome_title_new {
    font-size: 25px;
    line-height: 35px;

} 

.mainhome_title_white {
    font-size: 25px;
    line-height: 35px;
}
    
  
.mainhome_title_inside {
    font-size: 25px;
    line-height: 35px;
}  
  
    
    
 .login_desktop{
display:none;    
}

.login_mob{
display:block;    
}
  
   
   
    
.btn1 {
font-size:14px; 
padding:7px 0px;
width:100%;
}
    
    
    
 .touch_maindiv{
 padding:15px;
}

.get_in_touch_heading{
font-size:19px;
}


.doctor_search_select {
height: 35px;
line-height: 35px;
}
    
 .admission-img {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: left;
    width: 50%;
    height: 280px;
    
}   
    
 .img_width{
width:200px;    
}


.doctor_name{
font-size:18px;
}

.doctor_deegree{
font-size:20px;

}

.doctor_designation{
float:left;
width:100%;
text-align:left;
font-size:18px;
color:#000;
font-weight:600;

}
    
.bottom_head{
display:none;    
} 

.tab_header{
float:left;
width:100%;
border-bottom:1px solid #E1E0E0;
display:block;
background-color:#fff;
}

.nav-link {
    color: #fff;
    line-height: 10px;
    background-color:#1850A0;
    font-weight: 500 !important;
    padding-left: 0px !important;
}

.submenu {
    padding-left: 0rem;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.nav-link:focus, .nav-link:hover {
     color: #fff !important;
}


.menu_topgap{
margin-top:20px;    
}


.coundown_txt {
    font-size: 12px;
line-height:18px;
   
}

    
}





@media only screen and (max-width:768px){
   .home_collection{
    float:left;
    width:100%;
height:200px;    
} 
}




@media only screen and (max-width:480px){
  .hamburger{
/*margin-top:6px;*/
margin-top:-10px; 
} 

.top_head_txt {
font-size: 12px;

}

.offcanvas {
    max-width: 80%;
}



.mobile_banner{
float:left;
width:100%;
display:block;
}

.admission-img {
    height: 390px;
    
}   
    
 .img_width{
width:290px;    
}

.doctor_name{
font-size:15px;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doctor_deegree{
font-size:15px;

}

.doctor_designation{
font-size:13px;


}

.homepage_heading_div {
    float: left;
    width: 100%;
    font-size: 20px;

}


.homepage_heading_div1 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height:normal;

}


.home_about_txt {
    text-align: left;
    font-size: 15px;
    line-height:24px;
    color:#000;
}

.mainbody_div {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.inside_desktop_banner {
 padding: 15px 0px;
}

.desktop_banner_name{
font-size:20px;
font-weight:600;
width:100%;
}

.desktop_banner_name h1{
    width:100%;
font-size:20px !important;
font-weight:600;
}

.desktop_banner_bradcrum{
font-size:12px;
 width:100%;
text-align:left;
line-height:16px;
}

.reconstraction{
float: left;
    width: 100%;
    height: 150px;    
}

.hospital_name{
font-weight:700;
font-size:18px;
}
.address{
font-size:16px;
line-height:25px;
}

.secretory{
float:left;
width:40%;
margin-left:30%;
}

.subheading{
float:left;
width:100%;
text-align:left;
font-size:18px;


}


.mainhome_title {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 22px;
    line-height: 26px;
     
}

.mainhome_title_new {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 22px;
    line-height: 26px;
     
}
.mainhome_title_white {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 22px;
    line-height: 35px;
      font-weight: 500;
}


.mainhome_title_inside {
    float: left;
    width: 100%;
    height: auto;
       text-align: left;
    font-size: 20px;
    line-height: 24px;
    color: #005394;
    font-weight: 500;
}






.countdown_number {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
   
}


.coundown_txt {
    font-size: 14px;

   
}



.member_designation{
font-size:17px;
line-height:20px;
}

.member_name{
font-size:15px;


}


.testimonials_details{
 float:left;
 width:100%;
 color:#000;
 height:auto;
 overflow:hidden;
 font-size:14px;
 line-height:20px;

 
}

 .social_div{
float:left;
width:35px;
height:35px;
font-size:15px;
line-height:35px;
margin-right:8px;
}   



 .media_imgdiv {
height: 130px;
}  




thead{
font-size:14px !important;    
}

tbody{
  font-size:13px !important;   
}


.readall-button{
    padding: 4px 10px !important;
       height: auto;
    font-size: 13px;
    line-height: 18px;

}


.blog_title{
 font-size:18px;
 line-height:22px;

}

.blog_text{
 font-size:14px;
}

.blog_text_inside{
 font-size:14px;
}

.blog_title_inside{
 float:left;
 width:100%;
 text-align:left;
 font-size:20px;
line-height:24px;

}

 .event_videoheading{
 font-size:17px;
line-height:normal;
}

.mission_maindiv{
 padding:25px 15px 15px;
}

.mission_vision_heading{
  float:left;
 width:100%;
 font-size:23px;
 color:#fff;
 font-weight:700;
 }
 
 .logo_icon{
float:right;
width:100px;
opacity:.2;
margin-top:-60px;
}


.shareholder_name{
  font-size:13px;
 line-height:15px;

}
   
.newsletter{
width:70% !important; 

}

.newsletter_btn{
width:30% !important;  
height:35px;
} 

.footer_txt ul li {
    font-size: 15px;
    line-height: 25px;
   
;
}

.footer_txt {
    font-size: 15px;
}

.shareholder_designation{
 font-size:12px;

}

.counter_bg{
padding:20px 0px 0px;
}

.counter_image{

width:90px;
height:90px;

}

.counter_iconsize{
 width:50px;
 height:50px;
}

.counter_iconsize1{
 width:45px;
 height:45px;
}

.counter_iconsize_mt{
margin-top:15px;    
}
.counter_iconsize_mt1{
margin-top:20px;    
}

.serviceshome_title {
    font-size: 22px;
    line-height: 30px;
}

.service_topgap{
margin-top:80px;    
}


.service_home_maindiv{
padding:40px 35px;
margin-top:-100px;
margin-bottom:30px;
border-radius:20px;
}

.service_subheading{
font-size: 17px;

}

.owl-next{
        width: 50px;
         right: -25px;
    top: 180px;
} 

 .owl-prev{
        width: 50px;
         left: -25px;
    top: 180px;
        
}
    
 .owl-next img {
        width: 40px;
        
} 

 .owl-prev img {
        width: 40px;
       
        
}

.doctor_name_new{
text-align:center;

}

.doctor_designation_new{
text-align:center;
font-size:14px;
}




.readmore_btnsmall{
line-height:24px; 
padding:10px 20px;
}


.mainbody_div1 {
        float: left;
        width: 100%;
        padding: 50px 0px;
    }


.about_point_heading {
    font-size: 20px;

}


.department_height{
    height:65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rounded-20 {
    border-radius: 15px;
}

.list li {
    
    line-height: 20px !important;
   
}



.rounded-5 {
border-radius: 15px !important;    
}

.rounded-2 {
border-radius: 12px !important;    
}

.mob_docname{
text-align:left;
font-size:13px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mob_docdesig{
text-align:left;
font-size:12px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}


.mobile_docdesig {
      font-size: 12px;
    line-height: 18px;
   
}

.fs-4{
font-size:20px !important;    
}

.event_name_new{
 margin-bottom:15px;
 height:auto;
 }
 
 .gallery_imgdiv{
height:191px;
}

.gallery_imgdiv1{
height:auto;    
    
}

.director_img {
    height: 180px;
    }

.counter_body{
    
    border-radius:10px;
    padding:10px 10px;
    margin-bottom:25px;
    height:120px;
}

.diagnostic_heading{
    font-size:25px;
       line-height:25px;
}

.diagnostic_topheading{
    font-size:20px;
   
}

.package_searchbox {
 padding:4px;   
}

.popular_heading {
        font-size: 22px;
        line-height: 25px;
        margin-top: 50px;
    }
    
 .map_height{
height:250px;  
margin-top:0px;
}  

.doctor_namediv{
    padding:10px;
}

.home_contact{
border-radius:15px 15px 0px 0px;
}

.map{
  border-radius:0px 0px 15px 15px;  
}

.package_img_height{
height:auto;    
}

.scroll-top{
right:0px;  
bottom:10px;
}

.box .title1{
font-size:20px;    
}

.box{
min-height:auto;    
}

 .box .imgboxdiv {
    width: 80px;
    height: 80px;
    padding:20px;
  
    margin: 10px auto;
}   
   
.whatsapp_icon_new1 {
        position: fixed;
        width: 45px;
        height: auto;
        margin-top: 75vh;
        z-index: 10;
        overflow: hidden;
        right: 7px;
        bottom: 75px;
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        border-radius: 50px;
        padding: 5px;
    }  
    
.banner_topmain {
    width: 90%;
    
    margin: 0px auto;
}    
    
.desktop_banner{
float:left;
width:100%;
display:block;
background-color:#F9F9F9;
padding:30px 0px 40px;
} 

.banner_font_search {
font-size: 19px;
line-height: 24px;
}

.banner_font_search_subheading {
       font-size: 15px;
    line-height: 18px;
}

.doctor_search_select_new{
width:70%;
}
.banner_button{
width:30%;    
}

.usp_name{
    font-size:16.5px;
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
    
}

#carouselExampleFade .carousel-item img {
    width: 100%;
    /* This ensures the image fills the area without stretching */
   
    border-radius: 20px;
    height: auto; /* Fixed height for desktop */
}

.usp_bg {
        height: auto; /* Ensures all 6 boxes fit perfectly next to the 480px banner */
        display: flex;
        align-items: center;
    }
    
 .blue_mob{
    background-color:#1850A0;
}

.green_mob{
    background-color:#40B1B6;
}   
 .healthconsern_name{
     padding:8px 3px;
       font-size:12px;

} 

.healthconsern_maindiv{
    float:left;
    width:100%;
    border-radius:10px;
    background-color:#fff;
}

.healthconsern_img{
    border-radius:10px 10px 0px 0px;
}

.doctor_bottom_gap{
    padding-bottom:60px !important;
}

    section.banner.other_banner .card img {
        aspect-ratio: 5 / 1;
        height: 17vh;
        object-position: 92%;
    }
    
     .banner_font {
        font-size: 19px !important;
    }
    
    .subbannertext{
        font-size:12px;
    }
      section.banner .card img {
        height: auto;
        object-fit: cover;
        aspect-ratio: 0.9 / 1;
    } 
    
 .journey_maindiv{
height:260px;
}   
    
 .blog_heading{
     -webkit-box-orient: initial;
 }   
 
 .image-wrapper {
                margin-top: 0px;
                max-width: 100%;
                margin-left: 0%;
                margin-right: auto;
            }
    
.image-wrapper::before{
    display:none;
}

  .test-title {
font-size: 1rem;
}

.summary-header {
font-size: 1.3rem;
}

.summary-box {
padding: 1rem;
}

   .total-row {
            margin-top: .5rem;
            padding-top: .5rem;
            
        }
        
  .summary-item {
 margin-bottom: .5rem;
 }       



}