.acf-spinner {
    background: transparent url("../images/spinner.gif") no-repeat scroll 50% 50%;
    display: inline-block;
    height: 20px;
    margin-left: 23%;
    margin-top: -50px;
    position: absolute;
    vertical-align: text-top;
    width: 20px;
		z-index:999;
}
@media only screen and (max-width:736px)
{
.acf-spinner {
		margin-top: 0px;
		margin-left: 43%;
	}
	#custom-wordpress-plugins .acf-spinner{
		 margin-left: 27% !important;
	}
}
#custom-wordpress-plugins .acf-spinner {
    margin-left: 32%;
    margin-top: -64px;
}
.im-address-contact .acf-spinner {
    margin-left: 0;
    margin-top: -32px;
    position: relative;
}