/*** Write your CSS structure here. ***/

@media (max-width: 380px) and (min-height:100px) {
.navbar-toggle, .nav-wrap .fa-search{
 top: 8px;
}

.responsive .heading span {
    padding-bottom: 25px;
}

.responsive .aboutheading{
line-height:20px;
}

.middle{
text-align:center;
}

/*testimonials*/

.advps-slide-container {
      max-width: 100% !important;
   }
   
   .bx-wrapper {
    max-width: 100% !important;
}

.advps-slide {
    margin: 0 !important;
    width: 272px !important;
}

.advps-slide-field-three{
border-right: 10px solid #ffffff !important;
}

}

@media (max-width: 780px) {

.middle{
text-align:center;
}

.responsive .heading span {
    padding-bottom: 25px;
}
/*testimonials*/

.advps-slide-container {
      max-width: 100% !important;
   }
   
   .bx-wrapper {
    max-width: 100% !important;
}

.advps-slide {
    margin: 0 !important;
    width: 215px !important;
}

.advps-slide-field-three{
border-right: 10px solid #ffffff !important;
}

}

@media (max-width: 1190px) {
.advps-slide-container {
      max-width: 100% !important;
   }
   
   .bx-wrapper {
    max-width: 100% !important;
}

.advps-slide {
    margin: 0 !important;
    width: 215px !important;
}

.advps-slide-field-three{
border-right: 10px solid #ffffff !important;
}
}