<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box-body .box-content {

}		
	.box-content h2 {
		margin: 0px;
		color: #707070;
		font-size: 1.1em;
	    margin-bottom: 10px;
	}
	.box-content .b-form {
		
	}
		.b-form input ,
		.b-form textarea {
			width: 100%;
			margin: 10px 0px;
		    border-radius: 8px;
		    padding: 0px 20px 0px 40px;
	        font-size: 1.2em;
	        height: 40px;
	        background: #f2f2f2 url('../images/I-input-name.png') 13px 10px no-repeat;
		}
		.b-form textarea {
		    resize: none;
		    height: 150px;
		    padding-top: 5px;
		}
			.b-form .input-email {
			    background-image: url('../images/I-input-email.png');
			}
			.b-form .input-tel {
			    background-image: url('../images/I-input-tel.png');
			}
			.b-form .input-subject {
			    background-image: url('../images/I-input-subject.png');
			}
			.b-form .input-detail {
			    background-image: url('../images/I-input-detail.png');
			}
		
		.b-form .b-button {
			padding-top: 10px;
		}
			.b-form button.btn {
				font-size: 1em;
			    min-width: 100px;
		        margin-right: 15px;
			    background: #dab212;
		        padding: 2px 20px;
			}
			.b-form button[type="reset"] {
			    background: #be9b0e;
			}
		@media only screen and (min-width: 1025px) {
			.b-form button:hover {
			    background: #886d00;
			}
		}
		
	.box-content hr {
	    border: 0;
	    border-bottom: 1px solid #e5e5e5;
	    margin: 20px 0px;
	}
	.box-content a.btn-Google-Map {
	    color: #fff;
	    background: #f58813 url(../images/Icon-map.png) no-repeat 28px center;
	    display: table;
	    line-height: 17px;
	    padding: 5px 30px 5px 60px;
	    border-radius: 25px;
	    text-align: center;
        margin: 10px 0px;
        transition: background .5s;
	}
@media only screen and (min-width: 1025px) {
	.box-content a.btn-Google-Map:hover {
		background-color: #1d88d0;
	}
}
	.box-body .b-Floating {
		
	}
		.box-body .b-Floating img {
		    float: left;
		    margin-top: 11px;
		    padding-right: 10px;
		}
		.box-body .b-Floating h3 {
			color: #f58813;
		    font-weight: 100;
		    margin: 0px;
		}
		.box-body .b-Floating .b-tel {
		    padding: 15px 0px 5px 0px;
		}

/* ---------------------------------------------------**** Mobile and Tablet ****--------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	
}
/* ---------------------------------------------------**** Tablet ****--------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	@media screen and (orientation:portrait) {

	}
	@media screen and (orientation:landscape) {

	}
}

/* ---------------------------------------------------**** Mobile ****--------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.box-body .b-Floating img {
	    float: none;
	    margin: auto;
	    display: block;
	}
	@media screen and (orientation:portrait) {
		.b-form .b-button {
		    display: table;
		    margin: auto;
		}
		.g-recaptcha {
		    margin: auto;
		    display: table;
		}
	}
	@media screen and (orientation:landscape) {

	}
}</pre></body></html>