   *{
    margin: 0;
    padding: 0; 
   }
   body{
    /* background-color: #f5f5f5; */
   } 
 /*.........Navbar css for 2 page dropdown...............*/  
.dropdown-menu {
  min-width: 200px;
}
.dropdown-menu.columns-2 {
  min-width: 400px;
}
.dropdown-menu.columns-3 {
  min-width: 600px;
}
.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}
.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
 
@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}



body{
  font-size: 15px; 
  line-height: 27px;
  font-family: 'Libre Baskerville', serif;

}
h1, h2, h3, h4, h5, h6, p, a, span, img, input, button{
 margin: 0; padding: 0; 
 
 font-weight: 400;
 font-family: 'Poppins', sans-serif; 
}
a, button{ 
  display: inline-block;
  text-decoration: none;
  list-style: none;
  color: inherit;

  transition: all .3s; 
}
a:hover{
  text-decoration: none;
}
img{
 width: 100%;
}
button{ outline: 0;
 border: 0; background: none;
 cursor: pointer; 
}
.col-md-3{
  padding-left: 0px;
  padding-right: 0px;
}
.top-heading{
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;

}
.top-heading h4{
  text-transform: uppercase;
  font-size: 35px !important;
  text-align: center;
  margin-bottom: 10px;
}
.top-heading p{
  color: #808285;
  font-size: 16px;
}


/*Header*/

header{
  width: 100%;
  background-color: grey;
  padding: 30px 50px;
}

/*Navbar*/
nav{
  width: 100%;
  background-color: #2b7aae;
  padding: 20px 50px;
}

.carousel-item img{
  height: 470px;
}

/*Inner-box*/

.inner-box{
  background-color: #FF9933;
  margin-bottom: 30px;

  padding: 40px;
}
.inner-box h2{
 color: #fff;
 font-size: 55px;
 margin-bottom: 15px;
}
.inner-box h6{
  color: #fff;
  font-size: 20px;
}

/*Medical-treatment*/
.content .content-overlay {
  background: rgba(0,0,0,0.6);
  position: absolute;
  height: 500px;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 1;
}



.content-image{
  width: 100%;
  height: 500px;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}


/*Medical-Provider*/
.medical-provider{
  margin-bottom: 100px;
}
.medical-provider img{
  height: 200px;

}
.medical-provider .card{
  border: 1px solid #a09e9c4a;
  box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.medical-provider .card-body{
  background: #f9f9f9;
}

.banner_search input, .banner_search p{
  padding: 5px 10px;
  outline: none;
  border-radius: 20px;
  border: 1px solid #cacaca;
  color: #fff;
  background-color: transparent;
}
.banner_search p{
  display: inline-block;
  padding: 3px 40px;
  color: #cacaca;
  background-image: linear-gradient(#37648d, #348089);
  border: none;
  }

.banner_search input::placeholder {
  color: #cacaca;
}


.welcome-screen {
  background-color: pink;
  height: 200px;
}