/* BASIC css start */
.workout_footer { width:100%; margin:150px auto 0; background:#1f1c1c; color:#fff; font-weight:400; }
#footer_wrap { display:flex; flex-direction:row; width:100%; max-width:1700px; padding:150px 0 120px; margin:0 auto; position:relative; }
#footer_wrap .footer_logo { position:absolute; left:0; top:50px; }
#footer_wrap .footer_logo img { margin:0 0 10px; }
#footer_wrap .info_sec { flex-grow:1; font-size:13px; }
#footer_wrap a { color:#fff; }
#footer_wrap .text_sec { line-height:21px; }
#footer_wrap .company_info { margin:0 0 30px; clear:both; overflow:hidden; }
#footer_wrap .company_info li { float:left; position:relative; margin:0 20px 0 0; }
#footer_wrap .company_info li:after { content:''; width:1px; height:12px; position:absolute; top:2px; right:-10px; background:#fff; }
#footer_wrap .company_info li:last-child:after { display:none; }

#footer_wrap .customer_cen .customer_txt { margin:20px 0; }

#footer_wrap .text_img { margin:0 0 30px; }

.footer_insta { width:100%; margin:0 0 40px; text-align:center; }
/* BASIC css end */

