﻿@media screen and (max-width: 1024px) {
     footer{
        min-width:0;
    } 
  
}
@media screen and (min-width:640px) and (max-width:1024px) {
   
  
    footer .footer_one{
       width:100%;
    }
    footer .footer_one .foot_link ul{
            width: 77px;
    }
    footer .foot_link li span, footer ul.f_contact li:first-child span {
         font-size: 12px;
    }

    footer .f_contact1{
           margin-left: 0px; 
    }
    footer .footer_one .foot_link ul.f_contact2{
            width: 116px;
                margin-left: 26px;
    }
}

