/***=======================
/* Responsive
/*======================***/
@media (max-width: 991px) {
  .slider {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .consulation-area {
    text-align: center;
  }
  .book-consulation {
    text-align: center;
  }
  .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: #232323;
  }
  .menu-area .navbar {
    display: block;
  }
  .navbar-toggle {
    float: none;
    margin: 0;
  }
  .menu-area .navbar-nav li {
    padding-left: 0;
    padding-right: 0;
  }
  .top-bar .contact-number,
  .top-bar .support {
    display: none;
  }
  .top-bar {
    display: block;
  }
  .top-bar > div {
    display: block;
    width: 100%;
  }
  .team-member {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .team-member .image img {
    width: 100%;
  }
  .service-item {
    text-align: center;
    margin-bottom: 50px;
  }
  .service-item .image {
    margin-bottom: 1.6rem;
  }
  .service-item h3 {
    margin-top: 0;
  }
  .bottom-social-link ul {
    padding: 3rem 0;
    display: block;
  }
  .bottom-social-link ul li {
    width: 100%;
    -webkit-flex: none;
    flex: none;
    -ms-flex: none;
    padding: 15px 0;
    border: 0;
  }
  .bottom-social-link ul li a {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .slider .greatting {
    font-size: 2.575rem;
    line-height: 3rem;
  }
}
