
 a{
    display: inline-block;
    text-decoration: none !important;
  }
  :root{
    --bgcolor:#F8F9FA;
    --linecolr:#00274f;
    --sidecolor:#ff4d48;     
    --green:/*#158879*/ #00923f;
    --yell:#fa6400;  
  }
  /*---------top----------------*/
  .top{     
    padding: 8px 0;
    background: var(--green);
  }
  .top-items{
    margin-top: 10px;
  }
  .top-items a{
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 12px;
    padding: 5px 0; 
  }
  .top-items a i{
    color: var(--sidecolor);
    margin-right: 5px;
  } 
  .user{
    float:right;
  }
 

/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}
  /* button CSS */
  .button-91 {
    color: #fff;
    padding: 10px;
    background-color: #38D2D2;
    background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    font-weight: bold;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    border: 0;  
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;  
    cursor: pointer;
  }

/* button CSS */
.button-24 {
  background: #e71a15;
  border: 1px solid #FF4742;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family:"Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;  
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-24:hover,
.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #fff;
}

.button-24:active {
  opacity: .5;
}
 /*----------nav--------------*/
 .my-nav li a{
   text-transform: uppercase;
   font-family: "Roboto", sans-serif;
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 2px;
   margin:0 10px ;
 }
  
.navbar-brand img{
  width:212px;
}
.dropdown-item{
  margin: 0 !important;
}
.mobile{
  display: none;
}

/* ============ desktop view submenu ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
  /*-----------banner----------------*/  
  
  /*---------------facilities------------------*/ 
.patho{
  background: linear-gradient(to right, rgba(0,146,63, 0.8), rgba(0,0,0,0.8)), url(../images/icons/pathalogy-laboratory.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
  min-height:300px;
}
.radio{
  background: linear-gradient(to right, rgba(0,146,63, 0.8), rgba(0,0,0,0.8)), url(../images/icons/digital_Xray.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
  min-height:300px;
}

.cardio{
  background: linear-gradient(to right, rgba(0,146,63, 0.8), rgba(0,0,0,0.8)), url(../images/icons/cardio.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
  min-height:300px;
}
.outpatient{
  background: linear-gradient(to right, rgba(0,146,63, 0.8), rgba(0,0,0,0.8)), url(../images/icons/opd.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
  min-height:300px;
}

.main-hd{
   font-family: "Roboto", sans-serif; 
   color:var(--yell);
   font-size: 32px;
   font-weight: bold;
   text-transform:uppercase;   
}

.head1{
  font-family: "Roboto", sans-serif; 
  color: #fff;
  font-size: 30px; 
  font-weight: bold;  
  margin: 15px 0;
  text-align: center;
}
.para1{
  font-family: "Roboto", sans-serif;
  color: #fff;   
  margin: 15px 0;
  text-align: justify;
}

/*------------follow-------------------*/
.foll{
   background: var(--green);
   padding: 20px 0;
}
.mybtn a{
  background: var(--yell);
  text-align: center;
  padding: 10px 15px;
  color: #fff;
}
.mybtn{
  text-align: center;
}
.query_line{
  color:var(--bgcolor);
  text-align: center;
  text-transform: capitalize;
}
/*------------footer------------------------*/
.footer{
  background: #F6F2ED;
}
.foot-logo{
  text-align: center;
  margin: 20px 0;
}
.foot-logo a{
  width:200px;
}
.last{
  text-align: center;
  color:#000;
  font-size: 12px;
}
.foot-det h3{
  font-family: "Roboto", sans-serif; 
  color: var(--yell);
  font-size: 20px; 
  font-weight: bold;  
  margin: 15px 0; 
}

.foot-det ul{
  list-style: none;
  padding: 0;
}

.foot-det ul li a{
  font-family: "Roboto", sans-serif; 
  color: #000;
  font-size: 12px;
}

.foot-det ul li a i{
  color:var(--green);
}

.foot-det ul li{
  font-family: "Roboto", sans-serif; 
  color: #000;
  font-size: 14px; 
}
.foot-det ul li i{
  color:var(--green);
}
.foot-det ul li{
   font-size: 12px;
}
/*/////////////////about-us-page /////////////////////////*/
.small-banner{
  position: relative;
}
.small-items{
  position: absolute;
  top:30%;
}
.small-items h3{
  font-family: "Roboto", sans-serif;
  color: var(--green); 
}
.tag-line{
  color: var(--green);
  font-size: 26px;
  font-weight: 800;
  text-align: justify;
  font-family: "Roboto", sans-serif; 
}
.about-details h3{
  color:var(--yell);
  font-size: 26px;
  letter-spacing: 5px;
  font-weight: 600;  
  border-left: 4px solid var(--yell);
  padding-left: 10px;  
}

.why-us{
  background-image: url(../images/banner/why.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}
.choose-box h4{
  font-family: "Roboto", sans-serif; 
  color:var(--green);
  font-weight: 800;
  font-size: 20px; 
  letter-spacing: 5px; 
  text-transform: uppercase;
  border-bottom: 1px solid var(--green);
}
.choose-box{
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  height: 172px;
}
/*///////////////contact///////////////////////*/
.contact-ban{
  background-image: url(../images/banner/contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 200px;
}
#contactForm{
  background: var(--green);
  padding: 30px;
  border-radius: 10px;
}
.con-line{
  color:var(--yell);
  text-align: center; 
  margin: 30px 0;
  text-transform: capitalize;
}
.con-box{
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
  padding-bottom: 15px;
  height:200px;
}
.ico i{
  font-size: 30px;
  color:var(--yell);
  margin: 10px 0;
}
.con-box h3{
  font-size: 24px;
  color: var(--linecolr);
  text-transform: capitalize;
  margin: 15px 0;
}
.con-box p{
  font-size: 16px;
  color:#353535;  
}
.contact-line-2{
  font-size: 16px;
  font-weight: 600;
  color:#000;
  text-transform: capitalize; 
  margin-bottom: 10px; 
}
.form-group{
  margin-bottom: 10px;
}
.my-bttn{
  background-color:var(--yell) !important;
  color:#fff !important;
  padding: 10px 100px;
}
/*////////////////our services////////////////////////*/
.service-item {
  position: relative;
  height: 100%;
  padding: 45px 30px;
  background: var(--bs-white);
  box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: .5s;
  background: var(--green);
}

.service-item:hover::before {
  height: 100%;
  top: 0;
}

.service-item * {
  position: relative;
  transition: .5s;
  z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
  color: var(--bgcolor);
}

.service-item:hover .icon-box-primary::before {
  background: var(--linecolr);
}

.service-item:hover .icon-box-primary i {
  color: var(--bs-white) !important;
}
