@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 767px) {
	.f-floating{
		display:block;	
	}
	.f-floating .f-inner{
		margin-right: 70px;
	}
	.f-floating .grid-cmn{
		display:flex!important;	
	}
	.f-floating .grid-cmn .col2{
		width: 100%;
	}
	.f-floating .grid-cmn .col2:first-child{
		margin-right: 5px;
	}
	.f-floating .grid-cmn .col2:last-child{
		margin-left: 5px;
		margin-right: 0;
	}
	.btn-cmn-form.s-strongest{
		width:100%!important;
		max-width:300px;
	}
	.smt-btn{
		text-align:center;
	}
}