@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
font-family: "Jost", sans-serif !important; 
overflow-x:hidden;
}

.red{
  color:#F60C0C;  
}

.grey{
color:#a7a7a7;    
}

.heading_font{
font-family: "Jost", sans-serif !important; 
}

.color1{
    color:#FCC00C !important;
}

.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: #ec1b21;
  
  border: 1px solid transparent;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #ec1b21;
}


.header_font{
  font-family: "Roboto", 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:#002261;
}

.color2{
color: #E41B46;
}

.logo{
   /*width:200px; */
   width:200px;
}


.top_head {
    float: left;
    width: 100%;
    display: block;
    background-color:#1A75BB;
}

.top_head_txt {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height:28px;
    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: #8e8a8a !important;
}


.desktop_banner{
float:left;
width:100%;
display:block;
}

.mobile_banner{
float:left;
width:100%;
display:none;
}


.mainbody_div {
    float: left;
    width: 100%;
    padding: 60px 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: #016A93;
    font-size: 18px;
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: 30px;
    line-height: 40px;
    color: #E41B46;
    font-weight: 700;
    text-transform:uppercase;
}




.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 {
    text-align: left;
    width:100%;
    font-size: 15px;
    line-height:26px;
    color:#000;
    text-align:justify;
    
}

.oneliner{
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

::marker{color:#e91222;
    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: 16px;
    line-height: 25px;
    font-weight:500;
}


.footer_bottom {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    
    margin-top:30px;
    
    display: block;
    /*background-color:#244053;*/
}

.inside_desktop_banner {
    float: left;
    width: 100%;
    background-color:#e41b46;
    display: block;
    padding: 30px 0px;
}

.desktop_banner_name{
float:left; 
width:100%;
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:100%;
text-align:left;
font-size:15px;
font-weight:500;
color:#fff;

}

.line {
    height: 2px;
    width: 60px;
    background-color: #e41b46;
    display:block;
}


.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: 1px solid transparent;
    font-weight: 500;
    background-color:#0A3F6B;
    color:#fff;
    text-align:center;
    font-size:17px;
}

.btn1:hover {
    border: 1px solid #0A3F6B;
    color: #0A3F6B !important;
    background-color:#e3ebff;
}

.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;
margin-top:15px;
height:45px;
font-size:15px;
line-height:23px;
background-color:#fe5f55;
text-align:center;
color:#fff;
border-radius:8px;
transition: all 0.5s ease;
border:0px solid #2EA6F7;

}

.readmore_btn:hover{
background-color:#1A75BB;
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:#fe5f55;
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: #193D81;
    width: 10px;
    height: 10px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #B2C3FF;
}



.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    background-color: #B2C3FF;
    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 #89B8F0;
text-align:center;
color:#89B8F0;
font-size:20px;
line-height:45px;
margin-right:10px;
transition: all 0.5s ease;
}

.social_div:hover{
background-color:#89B8F0;
color:#000;
}


.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:25px;
 color:#000;
font-weight:500;

}

.blog_time{
 float:left;
 width:100%;
 text-align:left;
 font-size:15px;
 line-height:20px;
 color:#000;
     font-weight:400;

}

.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:16px;
 color:#000;
background-color:#F8F8F8;
padding:15px;
}


.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: 20px;
        color: #000;
    font-weight: 700;
    text-transform:uppercase;
    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: 130px;
 z-index:1;
}

.owl-next {
    position: absolute;
    right: -25px;
    top: 130px;
 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;
    padding-bottom: 70px;
    padding-top: 70px;
        background-image: url(../images/parallex-video.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:#000;
}

.blog_hometext{
font-size:17px; 
color:#002261;
line-height:22px;
font-weight:700;
}


.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: #1A75BB;
}

.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: 105px;
    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:15px !important;    
}

.header_social{
float:right;
width:35px;
height:35px;
line-height:35px;
border-radius:50%;
background-color:#FCC00C;
text-align:center;
color:#000;
font-size:16px;
margin-left:8px;
}

.wishlist_no {
    float: right;
    width: 18px;
    height: 18px;
    line-height:18px;
    border-radius: 50%;
    background-color: #ec1b21;
    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;
}

.doctor_div {
    float: left;
    width: 100%;
    position: relative;
}

.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:#1A75BB;
text-align:center;
font-size:17px;
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:#fff;    
}


.test_searchbox{
    background-color:#F5F5F5 !important; 
    border:1px solid #DEDEDE !important; 
    width:100% !important;
    height:50px !important;
    line-height:50px;
    border-radius:0px !important;
}

.test_details{
float:left;
width:100%;
padding:20px;
background: linear-gradient(180deg,rgba(218, 234, 252, 1) 0%, rgba(235, 243, 253, 1) 100%);    
}


.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: 18px;
    font-weight: 600;
    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: 30px;
  right: 30px;
  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: #c01b1b;
  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;
}


.desktop_search_div{
 float:left;
 width:400px;
 height:45px;
 border-radius:50px;
 border:1px solid #000;
 padding:4px 8px 0px;
}

.delivery_to {
    float: left;
    width: auto;
    text-align: left;
    font-size: 15px;
    color: #000000;
    line-height: 23px;
    font-weight: 700;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 30px;
}

.set_headerlocation {
    font-size: 14px;
    font-weight: 500;
}

.form-control:focus, textarea:focus {
  outline: none;
    border: none;
    box-shadow: none;
}

.searchbar{
   position:relative;
   width:370px;
   
}

.btn2 {

    display: inline-block;
       color: #fff;
       height:40px;
       line-height:40px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    background-color:#E41B46 !important;
    letter-spacing: 1px;
    background: linear-gradient(to right, #FDC900 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    text-transform:none;
    width:100%;
    text-align:center;
    border-radius:50px;
   
}



.btn2:hover {
    color: #000;
   
    background-position: left bottom;
    /* 

    color: var(--text-white);

     */
} 

.book_visit {
    float: right;
}

.event_mnaindiv{
 float:left;
 width:100%;
 border: 1px solid #e3e3e3;
  
    box-shadow: 12px 12px 24px -12px rgba(0, 0, 0, 0.175);
    background-color:#F8F8F8;
}

.event_img{
float:left;
 width:100%;    
}

.eventtitle_maindiv{
    float:left;
    width:100%;
    padding:15px;
    border-bottom:1px solid #e3e3e3;
}

.suffix {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 25px;
}

    .nav-link {
        color: #0a3f6b;
        line-height: 10px;
        font-weight: 500 !important;
        padding-left: 0px !important;
    }
    
    
   .nav-link:hover {
        color: #E41B46 !important;
       
    }   
    

@media only screen and (max-width:1200px){
    
   .searchbar{
   position:relative;
   width:290px;
   
} 
    
 .desktop_search_div{

 padding:4px 12px 0px 8px;
}   
    
 .desktop_search_div{
 float:left;
 width:350px;
 height:45px;
margin-left:25px;
}   
    
 .delivery_to {
    float: left;
    width: 170px;
    margin-left: 20px;
    
}
   
    
    
    .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 3px !important;
    transition: all 0.3s ease;
    color: #0a3f6b;
    font-size:13px !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_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: #0a3f6b;
    line-height: 10px;
    
    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: #0a3f6b !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%;
}

.desktop_banner{

display:none;
}

.mobile_banner{
float:left;
width:100%;
display:block;
}

.admission-img {
    height: 390px;
    
}   
    
 .img_width{
width:290px;    
}

.doctor_name{
font-size:16px;
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;
}

.desktop_banner_name h1{
font-size:20px !important;
font-weight:600;
}

.desktop_banner_bradcrum{
font-size:12px;


}

.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_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: 24px;
    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: 130px;
} 

 .owl-prev{
        width: 50px;
         left: -25px;
    top: 130px;
        
}
    
 .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;    
}

.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:17px !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:90px;
}

.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:10px;    
}

.box .title1{
font-size:20px;    
}

.box{
min-height:auto;    
}

 .box .imgboxdiv {
    width: 80px;
    height: 80px;
    padding:20px;
  
    margin: 10px auto;
}   
   
 .line {
    width:30px;
} 

.book_visit {
    float: left;
}
.oneliner {
    white-space: normal;

}

}