body{
  /*font-family: 'Montserrat', sans-serif !important;*/
  font-family: 'Raleway', sans-serif !important;
}

.bg-custom{
  background-color: #fbfaf6;
}

@media (min-width: 992px) {
  a.custom-nav-link{
    border: 2px solid #108759;
    color: #108759;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
  }

  a.custom-nav-link:hover,a.custom-nav-link.active{
    background-color: #108759 !important; 
    color:#FFF !important;
  }
}

a.footer-link{
  display: block;
  color:#848484;
  text-decoration: none;
  margin-bottom: 8px;
}

a.footer-link:hover{
  color: #1ab587;
}

a.footer-icon{
color: #1ab587;
}

a.footer-icon:hover{
color:#848484;
}

.clinic-item{
  cursor: pointer;
}

.clinic-head{
  transition: box-shadow 1s;
}

.clinic-head:hover{
  border-radius: 8px;
  box-shadow: 0px 0px 10px 1px #EDEDED;
}

.clinic-head.active{
  border-radius: 8px;
  box-shadow: 0px 0px 10px 1px #EDEDED;
}

.clinic-head.active>.clinic-item:hover{
  background-color: #FFF;
}



.education-item{
  cursor: pointer;
}

.education-head{
  transition: box-shadow 1s;
}

.education-head:hover{
  border-radius: 8px;
  box-shadow: 0px 0px 10px 1px #EDEDED;
}

.education-head.active{
  border-radius: 8px;
  box-shadow: 0px 0px 10px 1px #EDEDED;
}

.education-head.active>.education-item:hover{
  background-color: #FFF;
}



.science-item{
  cursor: pointer;
}

.science-head{
  transition: box-shadow 1s;
}

.science-head:hover{
  border-radius: 8px;
  box-shadow: 0px 0px 10px 1px #EDEDED;
}

.science-head.active{
  border-radius: 8px;
  box-shadow: 0px 0px 10px 1px #EDEDED;
}

.science-head.active>.education-item:hover{
  background-color: #FFF;
}

.carousel-indicators [data-bs-target]{
  background-color:#1ab587 !important;

}


#prevSlick,#nextSlick{
  background-color: transparent;
  color: #1ab587;
  border: none;
  font-size: 2rem;
}

#prevImageSlick,#nextImageSlick{
  background-color: transparent;
  color: #1ab587;
  border: none;
  font-size: 2rem;
}

section.fieldset {
    border: 2px solid #208f64;
    padding: 1em;
    border-radius:8px;
}

section.fieldset h3.fieldset-label {
  float: left;
  margin: -1.3em 0 0;
  padding: 0 .5em;
  background: #fff;
  font-size: 1.6em;
  font-weight: bold;
  color: #108759;
}


.education-head .education-box{
  width:25px;
  height:25px;
  background-image: url("../assets/education-plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 100ms ease-out 10ms;
}

.education-head.active .education-box{
  width:25px;
  height:25px;
  background-image: url("../assets/science-minus.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.science-head .science-box{
  width:25px;
  height:25px;
  background-image: url("../assets/science-plus.png");
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 100ms ease-out 10ms;
}

.science-head.active .science-box{
  width:25px;
  height:25px;
  background-image: url("../assets/science-minus.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.clinic-head .clinic-box{
  width:25px;
  height:25px;
  background-image: url("../assets/clinic-plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 100ms ease-out 10ms;
}

.clinic-head.active .clinic-box{
  width:25px;
  height:25px;
  background-image: url("../assets/science-minus.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.btn-green{
  background-color: #208f64;
  color:#FFF;
  font-weight: 700;
  font-size: 0.9em;
  padding: 18px 30px 18px 30px;
}

.btn-green:hover{
  background-color: #fbfaf6;
  color:#208f64;
  font-weight: 700;
  font-size: 0.9em;
  padding: 18px 30px 18px 30px;
}

.w-35 {
    width: 35% !important;
}

.w-65 {
    width: 65% !important;
}

@media (max-width: 991px) {


  .d-flex-c{
    display:block !important;
  }

  .w-35 {
      text-align: center;
      display: block;
      width: 100% !important;
  }

  .w-65 {
      display: block;
      width: 100% !important;
  }  
}

@media (min-width: 992px) {
  .md-margin{
    margin-right: 45px !important;
  }

  .banner-limit{
    max-width:50%;
  }

  .nav-link-style{
    font-weight: 700;
  }

  .nav-link-style.active{
    color: #208f64 !important;
  }
}

@media (max-width: 991px) {

  .banner-limit{
    max-width:100%;
  }

  .nav-link-style{
    text-align: center;
    color:#FFF;
    font-weight: bold;
    font-size: 1.5em;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-style:hover{
    background-color: #208f64;
    color:#000;
  }
  .nav-link-style.active{
    color:#208f64 !important;
  }

  .nav-link-style:hover.active{
    color:#000 !important;
  }
}

.ak-input{
  border:2px solid #0f0f0f ;
}