@media(max-width: 767px) {
	
}

@media(max-width: 991px) {
	.page-entry__content {
	    position: relative;
	    margin-top: 0px !important;
		
	}
	.generic-content .qualicoat-hero {
	    background: url(../pic/13-bg.jpg) no-repeat center center;
	    background-position-y: center;
	    background-size: cover;
	    padding-top: 10.2rem;
	    padding-bottom: 2rem;
	}
	.generic-content .qualicoat-hero h1 {
	    text-shadow: 2px 2px 10px #333;
		max-width: 100%;
		font-size: 2.4rem;
	}
	.media-block h1{font-size: 2.4rem; margin-bottom: 1rem;}
	.media-block h2{font-size: 2.2rem; margin-bottom: 1rem;}
	.media-block h3{font-size: 2.0rem; margin-bottom: 1rem;}
	.media-block h4{font-size: 1.8rem; margin-bottom: 1rem;}
	.media-block h5{font-size: 1.6rem; margin-bottom: 1rem;}
	.media-block h6{font-size: 1.4rem; margin-bottom: 1rem;}
	.media-block .media-block__image{margin-top: 2rem; margin-bottom: 2rem;}
	.media-block p{margin-bottom: 0.6rem;}
	.media-block--blue {background: #10384d;}
	.media-block p a, .media-block a {
	    border-bottom: none;
	}
	
	
	
	.the-13-1-box .media-block__image::after {
		content: '';
		position: absolute;
		bottom: -1.2rem;
		right: 5rem;
		width: 22.5rem;
		height: 32rem;
		background-color: #10384d;
	}
	.the-13-1-img{
		width: 22.5rem !important;
		position: relative !important;
		margin: 0 auto !important;
		z-index: 100 !important;
		display: block !important;
	}
	
	.the-13-2-box .media-block__image::after {
		content: '';
		position: absolute;
		bottom: -1.2rem;
		right: 1rem;
		width: 30rem;
		height: 20rem;
		background-color: rgba(206, 212, 218, 1);
	}
	
	.the-13-2-box{
		
	}
	.the-13-2-box h4{
		color: #fff;
	}
	.the-13-3-box .media-block__image{
		position: relative;
		margin-bottom: 6rem;
	}
	.the-13-3-box .media-block__image img:last-child {
		position: absolute;
		width: 55%;
		margin: 0 auto;
		-webkit-box-shadow: 2px 2px 5px rgb(119 119 119 / 70%);
		box-shadow: 2px 2px 5px rgb(119 119 119 / 70%);
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		transform: translateX(-80%) rotate(-15deg);
	}
	.the-13-4-box h4{
		color: #fff;
	}
	
	.the-13-4-img{
		position: relative !important;
		margin: 0 auto !important;
		z-index: 100 !important;
		display: block !important;
		width: 70% !important;
		margin-bottom: 2rem !important;
	}
	.the-13-4-box .media-block__image::after {
		content: '';
		position: absolute;
		bottom: -1.2rem;
		right: 4rem;
		width: 24rem;
		height: 34rem;
		background-color: rgba(206, 212, 218, 1);
	}
	
	
	.the-13-5-box{
		padding: 2rem 2rem;
	}
	.the-13-5-box>h4{
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	.the-13-5-box .container{
		background: #ffffff;
		padding: 2rem;
		border-radius: 0.6rem;
	}
	
	.the-13-5-box .container form{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.the-13-5-box .container form .wpcf7-submit{
		background: #10384d;
		color: #fff !important;
		padding: 1rem 2rem;
		border: 2px solid #10384d;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 1.4rem;
		font-weight: 600;
		transition: all .2s ease-in-out;
		text-decoration: none;
		border-radius: 50px;
		border-color: #10384d !important;
		margin-top: 0rem;
		margin-left: auto;
	    margin-right: auto;
		max-width: fit-content;
	}
	.the-13-5-box .container form .wpcf7-submit:hover {
	    background: #fff !important;
	    color: #10384d !important;
	}
	
	
	.the-13-5-box .container form .wpcf7-text , .the-13-5-box .container form .wpcf7-textarea{
		border-bottom: 2px solid #e8ebf2 !important;
		font-size: 1.6rem;
		margin-bottom: 1rem; 
	}	
	.the-13-5-box .container form .wpcf7-text::placeholder,.the-13-5-box .container form .wpcf7-textarea::placeholder{
		/* color: #ccc !important; */
		font-size: 1.6rem;
	}		
	.the-13-5-box .container form .wpcf7-select{
		background: transparent;
		border: none;
		border-bottom: 2px solid #e8ebf2 !important;
		font-size: 1.6rem;
		margin-bottom: 1rem;
		padding-left: 0;
		/* color: #e8ebf2 !important; */
	}
	    
	/* .the-13-5-box .container form .wpcf7-select option:checked {
		color: blue; 
		background-color: yellow; 
	} */
	
	.the-13-5-box .container form .wpcf7-text::-webkit-input-placeholder ,.the-13-5-box .container form .wpcf7-textarea::-webkit-input-placeholder {
		font-style: 1em;
		background: linear-gradient(to right, #ccc 0, #ccc var(--size), red var(--size));
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
	}
	.the-13-5-box .container form .wpcf7-text:-ms-input-placeholder ,.the-13-5-box .container form .wpcf7-textarea:-ms-input-placeholder {
		font-style: 1em;
		background: linear-gradient(to right, #ccc 0, #ccc var(--size), red var(--size));
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
	}
	.the-13-5-box .container form .wpcf7-text::placeholder ,.the-13-5-box .container form .wpcf7-textarea:-ms-input-placeholder {
		font-style: 1em;
		background: linear-gradient(to right, #ccc 0, #ccc var(--size), red var(--size));
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
	}
	
	
	.wpcf7-form{
		display: flex;
	}
	.wpcf7-form .left-form{
		display: flex; 
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.wpcf7-form .left-form .my-form-group{
	}
	.wpcf7-form .left-form .my-form-group label{
		font-weight: normal;
		font-size: 1.4rem;
		color: #000;
		margin-bottom: 0.4rem;
		gap: 0.3rem;
		/* font-family: "黑体", sans-serif; */
	}
	.wpcf7-form .left-form .my-form-group span{
		color: firebrick;
		/* font-family: "黑体", sans-serif; */
	}
	.wpcf7-form .left-form .my-form-group input{
		border: 1px solid #e8ebf2 !important;
		font-size: 1.4rem;
		margin-bottom: 1rem;
		border-radius: 0.6rem;
		padding: 0.6rem 0.6rem;
	}
	.wpcf7-form .left-form .my-form-group select{
		border: 1px solid #e8ebf2 !important;
		font-size: 1.4rem;
		margin-bottom: 1rem;
		border-radius: 0.6rem;
		padding: 0.6rem 0.6rem;
	}
	.wpcf7-form .left-form .my-form-group textarea{
		border: 1px solid #e8ebf2 !important;
		font-size: 1.4rem;
		margin-bottom: 1rem;
		border-radius: 0.6rem;
		padding: 0.6rem 0.6rem;
	}
	.wpcf7-form .left-form .my-form-group .choose-color-box{
		border: 1px solid #e8ebf2 !important;
		font-size: 1.4rem;
		margin-bottom: 1rem;
		border-radius: 0.6rem;
		padding: 0.6rem 0.6rem;
		display: flex;
		flex-wrap: wrap;
		gap: 0.6rem;
	}
	.wpcf7-form .left-form .my-form-group textarea::placeholder{
		color: #e8ebf2;
		font-size: 1.4rem;
	}
	.wpcf7-form .left-form .my-form-group input::placeholder{
		color: #e8ebf2;
		font-size: 1.4rem;
	}
	
	
	
	
	
	
}
 