
@media (min-width: 992px) and (max-width: 1199px) {
	
	.section-1-box .section-1-box-icon { width: 60px; height: 60px; font-size: 32px; line-height: 60px; }
	
}

@media (min-width: 768px) and (max-width: 991px) {

	.section-description p { padding: 0; }
	
	.section-1-box .section-1-box-icon { width: 50px; height: 50px; font-size: 26px; line-height: 50px; }
	
	.section-3-box .section-3-box-icon { width: 50px; height: 50px; font-size: 26px; line-height: 50px; }

}

@media (max-width: 767px) {
	
	.top-content { padding: 20px 0 100px 0; }
	.top-content h1 { font-size: 22px; }
	.top-content .description { margin: 10px 0 0 0; }
	.top-content a.btn { margin: 5px; }
	
	.section-description p { padding: 0; }
	
	.section-1-container { padding-bottom: 60px; }
	.section-1-box { text-align: center; }
	.section-1-box h3 { margin-top: 20px; padding-top: 10px; }
	
	.section-3-box { text-align: center; }
	.section-3-box h3 { margin-top: 20px; padding-top: 10px; }
	
	.section-5-box { text-align: center; }
	
	.section-6-box { text-align: center; }
	.section-6-social a { margin: 0 5px 10px 5px; }
	.section-6-form { margin-bottom: 30px; text-align: center; }
	
}

@media (max-width: 575px) {
	
	h1, h2 { font-size: 3.79vh; }
	h3 { font-size: 18px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .sidebar .logo a {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 172px 34px !important;
    }
    
    .sidebar.light .logo a {
    	background-image: url(../img/logo-dark@2x.png) !important;
    }
	
}




@media only screen and (max-width: 1000px)  {
	.open-menu { position: fixed; top: 20px; right: 10px; z-index: 997; box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2); }
	.button-sec-2 {
		padding: 20px 43px;
	}
	.sage-section-1 h1 {
		padding-bottom: 14px;
		padding-top: 0px;
	}
	.middle-1 {
		padding: 40px 0px 10px 0px;
		height: 100%;
	}
	.center-text {
		padding: 10px;
		background: #e6e5e1;
	}
	.center-text h1{
		font-size: 6.79vh;
	}
	.middle {
		padding: 50px 0px 30px 0px;
		background: #e6e5e1;
	}
	.middle-4{
		padding: 50px 0px 30px 0px;
	}
	.banner-section-four .content-box h3 {
		font-size: 0px;
	}
	.blog-content-2 {
		
		padding: 50px 10px ;
		background: white;
	}
	.blog-content-2 h1{
		font-size: 3.79vh;
	}
	.why-sage-content h2{
		color: rgb(0, 0, 0);
	  }
	  .why-sage-content p{
		color: rgb(0, 0, 0);
	  }
	  .why-sage-slide{
		background: none;
	  }
}
