/*
Theme Name: MaxCleaning AU
Description: Thietkewebchuyen.com
Author: UX Themes
Template: flatsome
Version: 2.0.12
*/



.BlockServices p:empty {
    display: block;
	margin-bottom: 5px;
}
.BlockServices i{
    color: var(--primary-color);
}
#so-run span{
	font-weight: bold;
	font-size: 30px;
}

.BoTron img{
	border-radius: 10px;
}
.RowHowDoesItWork .col-inner .home-aboutus8__item--number {
    width: 69px;
    height: 69px;
    background: #71aa03;
    color: #fff;
    border-radius: 50%;
    line-height: 69px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
	display: inline-block;
	margin-right: 10px;
}
.RowHowDoesItWork .col-inner p {
	display: inline-block;
}

@media only screen and (max-width: 48em) {





}
add_action( 'phpmailer_init', function( $phpmailer ) {
if ( !is_object( $phpmailer ) )
$phpmailer = (object) $phpmailer;
$phpmailer->Mailer = 'smtp';
$phpmailer->Host = 'smtp.gmail.com';
$phpmailer->SMTPAuth = 1;
$phpmailer->Port = 587;
$phpmailer->Username = 'maxcleaningadelaide@gmail.com';
$phpmailer->Password = 'fhcfqncplpnnuwhx';
$phpmailer->SMTPSecure = 'TLS';
$phpmailer->From = 'maxcleaningadelaide@gmail.com';
$phpmailer->FromName = 'MaxCleaning';
});