/********** Template CSS **********/
:root {
    --primary: #FF9800;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #FF9800;
}

ul li 
{
        list-style-type: none;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 56px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.HospitalNeemaranHeading { width:100%; padding:0px 0px 0px 0px; float:left; margin:0px;}
.HospitalNeemaranHeading h1 { width:100%;padding:60px 0px 15px 0px;}
.HospitalNeemaranHeading123 .entry-content { width:100%;padding:0px 0px 60px 0px;} 
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #000 !important;
}
.nav-link
{
    color: #000  !important;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: #430000;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
/*    height: 250px;*/
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
     width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
/*    background: var(--primary);*/
    border-radius: 50%;
}

.service-item
{
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.service-item .service-icon img
{
    width: 100%;
    height: 100%;
    border-radius: 50%;

}
/*.service-item .service-icon i {
    transform: rotate(15deg);
}*/

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

/*.testimonial-carousel .owl-item img {
    width: 250px;
    height: 150px;*/
}

.degree
{
    font-size: 1rem !important;
    padding-left: 3rem;
    color: #032263f1;
}

.our_h2
{
    color:#b02910;
    font-size: 3.1rem;
}

@media only screen and (max-width: 600px) {
    .degree
     {

     padding-left: 2rem;
     font-size: 0.8rem;
    }
    .our_h2 
    {
        font-size: 2.1rem;
    }
}






.text-primary1
{
    color: white;
}
.display-41 
{
    color: white;
}

.book 
{
    background-color: #FF9800  !important;
   
    color: white;
    width: 180px;
    height: 40px;
   text-align: center;
    border-radius: 10px;
    margin-top: 1.5rem;
    margin-left: 1rem;
    padding-top: 0.4rem;
}
.book:hover 
{
    color: white;
}

.icon 
{
    font-size: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #FFD700;
}

.icon11 
{
    
    color: #fff;
}
.social
{
    color: #fff;
    font-weight: 700;
}

.whatsapp_main
{
  position: fixed;
  bottom: 60px;
  right: 20px;
  text-align: center;
  z-index: 10;

}




.symptoms
{
      background: url(../img/count.jpg) top right no-repeat;
    background-size: cover;
    background-position: center;
     padding-top: 3rem;
     padding-bottom: 2rem;
   margin-bottom: 4rem;
}

.Appointment
{
   background: url(../img/count.jpg) top right no-repeat;
    background-size: cover;
    background-position: center;
}


.symptoms h2
{
    color: #ff6e00;
 }

 .symptoms_ul li
 {
    color: white;
 }

 .symptoms_ul li i
 {
    color: #FFD700;

 }

 .s_contain
 {
    font-size: 1.6rem;
    color:#1D2A4D ;
 }

 .our_team
 {
    background-color: #EFF5F9;
 }


/* teams page start */

.team_img
{
    border-radius: 50%;
}

.team_content h3
{
   color: white;
/*   margin-top: 1rem;*/
   font-family: inherit;
/*   padding-top: 1rem;*/
}

.bg_img
{
/*    background: url(../img/logo/counter.jpg) ;*/
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0, 0, 0, 0.6)),url(img/logo/counter.jpg) top right no-repeat;
    background-size: cover;

}

.bi-envelope::before
{
    color: #FFF;
}

.team_details
{
    background: url(../img/sec.webp) top right no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1rem 0rem;
}

.team_details p 
{
    color: white;
    font-size: 1rem;
    font-family: inherit;
}
  .zoom {
    overflow: hidden;
  }
  .zoom img {
    transition: all 1.5s ease;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    
  }
  
  .zoom:hover img {
    transform: scale(1.3);
  }

  .owl-dots
  {
    margin-bottom: 2rem;
  visibility: hidden;
  }
  .owl-nav
  {
        margin-top: 2rem;
        padding: 1rem;
        font-size: 1rem;
  }

  .input_bg
  {
    background-color: #fff !important;
  }


.text-center-co
{
    padding-bottom: 1rem;
    color: #673AB7;
}

.specialist_page ul li i 
{
    color: green;
    padding-right: 1rem;
}

.footer_bg
{
    padding: 30px;
    background-image: linear-gradient(to right, rgb(37, 39, 46), rgb(37, 39, 46), #777);
    color: rgba(255, 255, 255, 0.7);
}
}

.text_color
{
       color: #430000e8 !important;
}
.text-light1 a
{
    color: rgba(255, 255, 255, 0.7) !important;
}
.text-light1 i
{
       color: rgba(255, 255, 255, 0.7);
}
..text-light1 p
{
    color: #673AB7 !important;
}
.footer_p p
{
 color: rgba(255, 255, 255, 0.7);
 padding-left: 2rem;
 font-family: inherit;
 font-weight: 500;
}

.footer_p h4
{
   padding-left: 2rem; 
}

.footer_second
{
 background-image: linear-gradient(to right, rgb(37, 39, 46), rgb(37, 39, 46), #777);
    color: rgba(255, 255, 255, 0.7);
}

.mb-2 
{
    color:rgba(255, 255, 255, 0.7) !important;
}
.top_head
{
 background-color:  #430000bd  !important;
}

.btn-primary1
{
     background-image: linear-gradient(to right, rgb(37, 39, 46), rgb(37, 39, 46), #888);
    color: rgba(255, 255, 255, 0.7);
    border: none;
}
.about_top
{
    padding: 6rem 0rem;
          background: url(../img/count.jpg) top right no-repeat;
    background-size: cover;
    background-position: center;

}

.text_body
{
    color: #fff !important;
}
.text-body
{
    color: #fff !important;
}



.main_heading
{
    color: #FF9800;

}

.sub_heading
{
    color: #3F51B5 !important;
}


.about_back
{
    background-color: #EFF5F9 !important;
}

.rounded img 
{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.contact_icon
{
   background: url(../img/count.jpg) top right no-repeat;
    background-size: cover;
}

.dropdown:hover .dropdown-menu
{
    display: block;
}


.navbar-brand img 
{
    width: 100%;
}


.bg-light11
{
    background: url(../img/back.jpg) top right no-repeat;
    background-size: cover;
    BORDER: 1PX SOLID #EEEEEE;
    PADDING: 20PX;
    BORDER-RADIUS: 10PX;
   
        color: black;
}

@media (max-width: 600px) {

    .navbar-brand img 
    {
            width: 49%;
    }
    
    }



    .count-title
    {
        color: #fff;
    }

   
    .border-bottom
    {
        border-bottom: 2px solid #dee2e6;
    }

    .about.top {



    }


    .top_side
    {
        background-color: #FF9800;
    }