@media screen and (min-width: 991px) {
.banner-text-inner {
  margin-top: 150px;
}
.live-chat {
  margin-top: 30px;
}
.testimonial-slider .content {
  width: 60%;
  margin: 0 auto;
}
.iphone img {
  margin: 0 auto;
  width: 60%;
  height: auto;
  display: block;
}
}
@media screen and (max-width: 990px) {
.banner-text-inner {
  margin-top: 150px;
}
.live-chat {
  margin-top: 30px;
}
.iphone img {
  margin: 0 auto;
  width: 80%;
  height: auto;
  display: block;
}
}
@media screen and (max-width: 767px) {
.banner-text-inner {
  margin-top: 100px;
}
.live-chat {
  margin-top: 30px;
}
.iphone img {
  margin: 0 auto;
  width: 30%;
  height: auto;
  display: block;
}
}
@media screen and (max-width: 545px) {
.banner-text-inner {
  margin-top: 60px;
}
.live-chat {
  margin-top: 30px;
}
.iphone img {
  margin: 0 auto;
  width: 30%;
  height: auto;
  display: block;
}
.banner-text-inner h1 {
  font-size: 26px;
}
.banner-text-inner h3 {
  font-size: 20px;
}
.banner-text-inner p {
  font-size: 14px;
}
}

@media screen and (max-width: 991px) {

.services-table table td {
  width: 100%;
  display: block;
}
}
.testimonial-slider .content {
  font-size: 18px;
  color: #8c8f94;
}
.google-map .embed-responsive-16by9 {
  padding-bottom: 35%;
}
.navbar-mobile .navbar-brand > img {
  height: 30px;
}
@media screen and (max-width: 1150px) {
.bg-map-img {
  background-size: 50%;
}
}
@media screen and (max-width: 767px) {
.bg-map-img {
  background: #fff;
}
.entry-archive {
  padding: 0px 15px;
}
.widget {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-bg {
  background-image: none;
}
}
