@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;
	}
	
	.contact-us__left {
	    background: rgb(16 56 77);
	    padding: 2rem;
	}
	
	.contact-us__left a:hover{
		color: #60b9f0 !important;
	}
	
	.contact-us__left h5 {
	    color: white;
	    border-left: 3px solid rgba(96, 185, 240, 1);
	    padding-left: 10px;
	    font-size: 2rem;
		margin-bottom: 1rem;
	}
	.contact-us__left p{
		margin-bottom: 4rem;
	}
	.contact-us__left p:last-child{
		margin-bottom: 0 !important;
	}
	.contact-us__right {
	    color: black;
	    padding: 3rem;
	    background: #F5F5F5;
	}
	.contact-us__right .wpcf7-form-control {
	    padding: 1.5rem 0 1rem 0;
	}
	.contact-us__right .diy-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;
	    /* letter-spacing: 0rem; */
	}
	.contact-us__right .diy-submit:hover {
	    background: #fff !important;
	    color: #10384d !important;
	}
}

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

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

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


