.colorful-section .nextpatient-provider-table .nextpatient-provider{
  background: none !important;
  border: none;
  padding: 0;
  font-family: caros-light;
}
.colorful-section .nextpatient-provider-image-cell{
  display: none !important;
}
.filter-left-cell b{
  color: #fff;
  font-weight: 300;
}
.nextpatient-filter-table select{
  background: none;
  color: #fff;
  border-radius: 0;
  border: none !important;
}
.nextpatient-filter-table select:focus{
  outline: none !important;
  box-shadow: none !important;
}
.nextpatient-filter-table div div:nth-child(02){
  border: 2px solid #fff;
      padding: 1px 5px;
}
.nextpatient-provider-name b{
  color: #ffa31c;
  font-family: caros-bold;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
  display: flex;
}
.nextpatient-filter-table{
  margin-top: 15px;
}
.nextpatient-filter-table .filter-left-cell{
  padding-right: 15px !important;
}
.nextpatient-box{
  padding-bottom: 0 !important
}
.nextpatient-provider-provider-cell{
  padding-left: 0 !important;
}
.nextpatient-box a.nextpatient-slot-time {
  color: #ffa31d;
  border-radius: 0;
  background: #fff;
  border: none;
  padding: 7px 0;
  font-family: caros-light;
}
.all-colorful-sections .colorful-section:nth-child(even) .nextpatient-provider-name b{
  color: #fff !important;
}
/*-- RESPONSIVE --*/
@media(max-width: 1024px){
  .book-appointment .colorful-section .colorful-image{
    height: 350px;
  }
}
@media(max-width: 900px){
  .book-appointment .colorful-section .colorful-image{
    height: 280px;
  }
}
@media(max-width: 768px){
  .why-choose-section .container-fluid{
    background: none !important;
  }
}
@media(max-width: 650px){
  .book-appointment .colorful-section .colorful-image{
    height: 220px;
  }
}
@media(max-width: 575px){
  body.page-id-211 .all-colorful-sections{
    display: block !important;
  }
  .carousel .carousel-inner .carousel-item .slide .gradient-overlay .slide-content h2{
    font-size: 26px;
  }
  .simple-section .video-para{
    flex-direction: column;
  }
  .simple-section .video-para p, .simple-section .video-para video{
    width: 100%;
  }
  .simple-section .video-para video{
    margin-top: 30px;
  }
  .fixed-button a{
    font-size: 12px;
    top: 20%;
  }
}
@media(max-width: 525px){
  .all-colorful-sections .colorful-section{
    display: flex;
    flex-direction: column;
  }
  .all-colorful-sections .colorful-section .colorful-text{
    width: 100%;
  }
  .all-colorful-sections .colorful-section .colorful-image{
    height: auto;
    width: 70%;
    position: initial;
    margin: 0 auto;
    margin-top: 25px;
  }
  .book-appointment .colorful-section .colorful-text, .all-colorful-sections .colorful-section:nth-child(even) .colorful-text{
    margin-left: 0 !important;
  }
  .all-colorful-sections .colorful-section .colorful-image img{
    width: 100% !important;
  }
  .nextpatient-provider-name b{
    font-size: 24px;
  }
}
