/***=======================
/* Responsive
/*======================***/
@media (max-width: 991px) {
  .expart-member .image img {
    width: 100%;
  }
  .slider {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .consulation-area {
    text-align: center;
  }
  .book-consulation {
    text-align: center;
  }
  .menu-area .navbar-nav li {
    padding: 0.8333rem .7rem;
  }
  .row-eq-height {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center ;
  }
  .row-eq-tab > div {
	-moz-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
  }
}
@media (max-width: 767px) {
  .service-item .image img {
    width: 100%;
  }
  .navbar-toggle .icon-bar {
    background: #666666;
  }
  .menu-area .navbar-nav li {
    border-bottom: 1px solid #ddd;
  }
  .menu-area .navbar-nav li:last-child {
    border-bottom: 0;
  }
  .footer-left {
    text-align: center;
  }
  .footer-right {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .testimaial-item {
    display: block;
    text-align: center;
  }
  .testimaial-item .image {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
  }
  .consulation-area .book-consulation a {
    padding: 1.056rem 2.167rem;
  }
  .slider .greatting {
    font-size: 3.244rem;
  }
}
