/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.27.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.enq_img {
	display: inline-block; 
    height: 100px;
    text-align: left;
}
.enq_img img {
	display: inline-block;
    height: 100%;
    max-width: fit-content;
	margin-top: 30px;
	margin-bottom: 20px;
}
.enq_img_black {
	display: inline-block;
	height: 100px;
	text-align: left;
}
.enq_img_black img {
	display: inline-block;
    height: 100%;
    max-width: fit-content;
	margin-top: 30px;
	margin-bottom: 20px;
}
@media (min-width: 1080px) {
.enq_img { 
    position: absolute;
    top: 42px;
    right: -73%; 
    margin-top: 0px;
	margin-bottom: 0px;
} 
.enq_img_black {
    position: absolute;
    top:-20px;
    right: 0;
    margin-top: 0px;
	margin-bottom: 0px;
} 
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
}

.wpcf7-not-valid-tip {
    color: #ffb900; 
	line-height:1.2em;
}
.wpcf7-form-control.wpcf7-select option {
	
    color: #000; 
}