/***=======================
/* 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;
  }
  .about-me-area {
    padding-bottom: 90px;
    text-align: center;
  }
  .about-me-area .image {
    display: inline-block;
  }
  .main-menu {
    text-align: left;
  }
  .main-menu li {
    display: block;
  }
  .mobile-menu-close {
    display: block;
  }
  .nav-hide {
    background: #212121;
    border: 0 none;
    box-shadow: none;
    display: block!important;
    margin-right: auto;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(-300px, 0px, 0px);
    -ms-transform: translate3d(-300px, 0px, 0px);
    -o-transform: translate3d(-300px, 0px, 0px);
    transform: translate3d(-300px, 0px, 0px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 240px;
    z-index: -999;
    opacity: 0;
    overflow: auto;
  }
  .nav-show {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
    opacity: 1;
  }
  .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%;
  }
  html {
    font-size: 16px;
  }
  .gallery-photo-item img {
    width: 100%;
  }
  .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;
  }
  .counting-area {
    padding: 60px 0;
  }
  .all-counter ul {
    display: block;
  }
  .all-counter ul li {
    display: block;
    padding: 30px 0;
    border: 0;
  }
  .slider .greatting {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
  h2 {
    font-size: 2.6rem;
    line-height: 3.25rem;
  }
  .tesimonial-tab .tab-content {
    padding: 1.875rem 0;
  }
  .consulation-area .book-consulation a {
    padding: 1.16rem 1.5rem;
  }
}
@media (min-width: 991px) {
  .nav-hide {
    height: auto !important;
  }
}
