.service-offered-row .col-md-3 div i {
  margin: .5rem!important;
  color: green;
}

.service-offered-row .col-md-3 div {
  width: 100%!important;
  font-size: 14px;
  cursor: pointer;
}

.service-offered-row .col-md-3 div span {
  width: 100%!important;
  font-size: 14px;
  color: #008cba;
}

.hide {
  display: none;
}

.doctor-div .heading-2 {
  color: white;
  font-weight: 800;
}

.doctor-div img {
  width: 30%;
}

.doctor-div .heading-1 {
  color: #ff8f38;
  font-weight: 800;
}

.col-md-4.offset-md-1.doctor-div img {
  width: 30%;
}

.form-input-field {
  background: transparent;
  color: #fbf7f7;
  border: 1px solid;
  border-radius: 5px;
  margin: 10px 0;
}

.thumnail-images img{
  width:100px;
  height:98px;
}


.prev, .next{
  background-color: rgba(0, 0, 0, 0.8);
  color:white !important;
}