/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (max-width: 1200px) {
    .main-nav a {
		font-size: 13px;
	}
}

  
@media (max-width: 991px) {
    #header {
		height: 60px;
		padding: 10px 0;
	}
	
	.img-scale {
        width: 45%;
    }

	.img-scale:nth-of-type(2) {
		margin-top: 20px;
	}
  
    #header .logo h1 {
		font-size: 28px;
		padding: 8px 0;
    }
  
    #why-us .card {
      	margin: 0;
	}
	
	.mobile-hide {
		display: none;
	}

	.desktop-hide {
		display: block;
	}
  }
  
@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}
}
  
@media (max-width: 767px) {
    #intro .intro-info {
      width: 100%;
	}
	
  
    #intro .intro-info h2 {
      font-size: 34px;
      margin-bottom: 30px;
    }
  
    .section-header p {
      width: 100%;
    }
  
    #testimonials .testimonial-item {
      text-align: center;
    }
  
    #testimonials .testimonial-item .testimonial-img {
      float: none;
      margin: auto;
    }
  
    #testimonials .testimonial-item h3,
    #testimonials .testimonial-item h4,
    #testimonials .testimonial-item p {
      margin-left: 0;
	}
	
	.footer-text {
		display: none;
	}

	.m-footer-text {
		display: block;
	}

	.toggle-content {
		background: #e6e6e6;
		margin: 0;
		padding: 15px 0 15px 20px;
		margin-bottom: 10px;
		border-top: none;
	}

	.toggle-block {
		background: #d6d6d6;
		color: #fff;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.toggle-block h5 {
		float: left;
		padding-left: 29px;
		margin: 0;
		line-height: 47px;
		color: #3a2828;
	}

	.toggle-block span {
		float: right !important;
		padding-right: 29px;
		line-height: 47px;
	}
}
  
  @media (max-width: 574px) {
	
	.mySlides {
		padding: 10px;
		height: 280px;
	}

	.carousel-content h2 {
		font-size: 35px !important;
	}
}