/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 05 2023 | 19:27:31 */
@media only screen and (max-width: 768px){
    .part-footer-banner .boxTagline_bottom, 
	.part-landing-head-section .boxPlatform_bottom{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .part-footer-banner .boxTagline_bottom .boxTagline_link-1,
    .part-footer-banner .boxTagline_bottom .boxTagline_link-2{
        height: 53px;
        min-width: 185px;
        width: 180px;
    }
	.wpstack-button.remove-mobile.auto-try-for-free{
		display:flex !important;
	}
	a.auto-try-for-free{
		display: flex;
	}
	
	.part-home-hero .sectionTop_item .sectionTop_link-1.wpstack-button.auto-try-for-free a,
	.wpstack-button.auto-try-for-free > a{
		color: white !important;
	}
	a.auto-try-for-free,
	.wpstack-button.auto-try-for-free{
		color: white !important;
		background-color: #0084FF !important;
	}
	
	body a.auto-book-a-demo.boxTagline_link-2,
	a.auto-book-a-demo,
	.wpstack-button.auto-book-a-demo > a,
	.wpstack-button.auto-book-a-demo{
		color: #0084FF!important;
		background-color: transparent !important;
	}
	
}

