@media(max-width: 991px) {
	
}

@media(min-width: 992px) {
	.diy-conten .site-content{
		padding-top: 17.2rem !important;
	}
	.media-block__image img {
	    max-width: 100%;
	    margin-left: 0%;
	}
	.generic-content h1, .generic-content h2, .generic-content h3, .generic-content h4, .generic-content h5, .generic-content h6 {
	    color: #10384d;
	}
	.media-block h1, .media-block h2, .media-block h3, .media-block h4, .media-block h5, .media-block h6 {
	    color: #10384d;
	}
	.media-block--blue {
	    background: #10384d;
	}
	.generic-content--blue {
		background: #10384d;
	}
	.media-block p a, .media-block a {
	    font-weight: 600;
	    /*color: #10384d;*/
	    border-bottom: none;
	    padding-bottom: 2px;
	}
	.media-block p a:hover, .media-block a:hover {
	    border-bottom: none;
	}
	.media-block__image {
	    flex-basis: 50%;
	}
	.media-block__content {
		flex-basis: 50%;
	}
	.generic-content .qualicoat-hero h1 {
	    text-shadow: 2px 2px 10px #333;
	}
	.the_9_1_img{
		width: 37.5rem;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 100;
		margin: 0 auto;
		box-shadow: 2px 2px 5px rgb(119 119 119 / 70%);
	}
	.the_9_2_box{
		background: url(../images/the2_box.jpg) no-repeat center center;
	}
	.the_9_2_box::before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(255, 255, 255, 0.7);
	    z-index: 0;
	}
	.the_9_3_img{
		width: 50rem;
	}
	.the_9_4_box{
		background: #10384d;
	}
	.the_9_4_box h4,.the_9_4_box p{
		color: #fff;
	}
	.the_9_4_box .media-block__image img{
		width: 42rem;
		margin: 0 auto;
	}
	
	
	.the_9_5_box{
		background: #fff;
	}
	.the_9_5_box h4{
		color: #10384d;
	}
	.the_9_5_box p{
		color: #000;
	}
	.the2_box {
		background: url(../images/19.png) no-repeat center center;
	}
	.the2_box h4{
		color: #fff;
	}
	.the2_box  p {
	    color: #d1d1d1;
	    font-size: 1.2rem;
	    font-weight: normal;
	}
	.the2_box  p strong{
	    color: #60b9f0;
	    font-size: 1.6rem;
	    font-weight: bold;
	}
	
	
	
	
	
	
	
	
	
	
	
}

@media(min-width: 1200px) {
	
}

@media(min-width: 1400px) {
	
}


