/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1500px) { 
 
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.nav.navbar-nav li a {
	padding: 25px 12px;
	font-size: 15px;
}
.single-slide-item {
	padding: 20px 0;
}

#product {
	background-size: 150px auto;
}
.single-product-box {
	margin-top: 30px;
	padding: 140px 15px;
}
#about {
	padding-top: 0;
}

.health-bg {
	margin-top: 50px;
}
#testimonial div > div.row:last-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.testimonial-single-item {
	margin-top: 0;
}
.testimonial-photo img {
	min-height: auto;
}
.blog-content-box {
	padding-top: 15px;
}

#discount .section-header {
	text-align: center;
}

#blog{
  background-image: none;
}
.section-header h2 {
	font-size: 40px;
}
#team .section-header {
	text-align: center;
}

.related-post-box {
	margin-top: 35px;
}
.related-post-box .video-area {
	margin-bottom: 0;
}

/*About Page*/
.about-list-box h3 {
	font-size: 20px;
}
.sidebar-widget {
	margin-top: 50px;
	margin-bottom: 0;
}

 }
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
.section-header h2 {
  font-size: 30px;
}
.section-header {
	text-align: center;
}
.section-header h2 span {
  margin-top: 5px;
}
.single-slide-item {
	padding: 80px 0;
}
.single-slide-item h1{
	font-size: 15px; padding-bottom: 0px; padding-top: 20px;
}
.single-slide-item h1 span {
	font-size: 36px;
}
h2c {
	font-size: 18px;
    letter-spacing: 1px; font-weight: 400; line-height: 20px;
}
	
	h2b {
	font-size: 22px;
    letter-spacing: 1px; font-weight: 600;
}
h7 {
	font-size: 18px;
    letter-spacing: 1px; font-weight: 400; line-height: 16px;
}	
	
	
	.section-title {
    text-transform: none; color: #1c1c1c;
    letter-spacing: 1px; font-weight: 800;
    font-size: 25px; padding-left: 20px; 
	padding-right: 20px; padding-top: 40px; 
}
	
	.subheading { 
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;color: #1c1c1c;padding-left: 20px; padding-right: 20px;
}
	
	.subheading1 { 
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;color: #1c1c1c;padding-left: 20px; padding-right: 20px;
}
	
	 .project-titled {       
		letter-spacing: 0px;
    margin-top: 10px; margin-left: 5px; margin-right: 5px;
    margin-bottom: 70px; line-height: 26px; padding-left: 5px;padding-right: 5px;
    font-family:  Exo,  "sans-serif";
    font-size: 20px; color: white; font-weight: 500;
    }
	
	.section-title1 {
    text-transform: none;
    letter-spacing: 1px;
    font-size: 20px; padding-left: 20px; padding-right: 20px; padding-top: 5px; padding-bottom: 3px;
}
.social-icons span {
	display: none;
}
#product {
  background-image: none;
}
.single-product-box {
	padding: 40px 15px;
	margin-top: 35px;
}
#about {
	padding-top: 0;
}
.video-area {
	position: relative;
	height: 350px;
	width: 100%;
	margin-bottom: 50px;
}
.health-bg img {
	min-height: auto;
	margin-top: 50px;
}
.blog-content-box.right-content {
	text-align: left;
}
#blog {
	background-image: none;
}
.blog-content-wrap {
	margin-bottom: 50px;
}
.testimonial-photo img {
	min-height: auto;
	margin-top: 50px;
}

.contact-info {
  margin-bottom: 30px;
  padding-left: 20px;
}
.contact-info li {
  padding-left: 35px;
}

#footer .social-icons {
	text-align: center;
}
.copyright.text-center {
	font-size: 13px;
	padding-right: 35px;
}




.about-us-video .video-area {
	height: 350px;
	margin-bottom: 0;
}

.sidebar-widget {
	margin-top: 50px;
	margin-bottom: 0;
}


.page-banner .breadcrumb,
.page-banner .section-header {
	margin: 0;
	text-align: center;
}

.featurs-navigation li {
	font-size: 18px;
}
#home-slider, 
.page-banner {
	margin-top: 50px;
}
 }
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { screen.lockOrientationUniversal = screen.lockOrientation || screen.mozLockOrientation || screen.msLockOrientation;

 }