'4',
'orderby' => 'post_date',
'order' => 'DESC',
'post_type' => 'service',
'post_status' => 'publish'
);
$booster_services = new WP_Query( $args );
while ( $booster_services->have_posts() ) {
$booster_services->the_post();
$feature_img_url = wp_get_attachment_url(get_post_thumbnail_id(get_the_id()));
?>