#footer{padding: 100px 0 80px;position: relative;z-index: 99;background-color: #fff;}

.footer_middle{margin: 0 0 20px;}
.footer_middle_top{display: flex;align-items: center;justify-content: space-between;margin: 0 0 10px;}
.footer_middle_top .right_box{width: 100%; max-width: 589px;}
.footer_middle_bottom{padding: 20px 0 0;border-top:1px solid #BDBDBD;display: flex;align-items: center;justify-content: space-between;}
.footer_middle_bottom ul{display: flex;justify-content: space-between;align-items: center;}
.footer_middle_bottom ul li{color: #031F45;font-size: 15px;font-family: "PublicSans-SemiBold";overflow: hidden;position: relative;}
.footer_middle_bottom ul li:nth-child(2){margin: 0 60px;}

.footer_middle_bottom .footer_follow{display: flex;align-items: center;}
.footer_middle_bottom strong{color: #031F45;font-size: 15px;font-family: "PublicSans-SemiBold";margin: 0 30px 0 0;}
.footer_middle_bottom .footer_follow a{transition: transform .3s; margin: 0 12px 0 0;overflow: hidden;width: 32px;height: 32px;background: #031F45;display: flex;align-items: center;justify-content: center;border-radius: 50%;}
.footer_middle_bottom .footer_follow a:last-child{margin: 0;}
.footer_middle_bottom .footer_follow a:hover{transform: scale(1.1);}
.footer_middle_bottom .footer_follow a.linkein_box:hover{background-color: #0172B1;}
.footer_middle_bottom .footer_follow a.youtube_box:hover{background-color: #FF0000;}
.footer_middle_bottom .footer_follow a.twitter_box:hover{background-color: #323232;}
.footer_middle_bottom .footer_follow a.facebook_box:hover{background-color: #1A77F2;}

.footer_middle_bottom .footer_follow a.Instagram_box .hover-image {display: none;}
.footer_middle_bottom .footer_follow a.Instagram_box:hover .normal-image {display: none;}
.footer_middle_bottom .footer_follow a.Instagram_box:hover .hover-image {display: block;}
.footer_middle_bottom .footer_icon_box {display: flex;}

.footer_middle_img_box{text-align: right;margin-top: 20px;}
.footer_middle_img_box a img{max-width: 80px;width: 100%;margin-right: 20px;}

.footer_bottom strong{display: block;color: #031F45;font-size: 15px;font-family: "PublicSans-SemiBold";margin: 0 0 16px;}
.footer_bottom b{color: #031F45;font-size: 14px;font-family: "PublicSans-SemiBold";}
.footer_bottom p{color:#031F45;font-size: 14px;margin: 0 0 30px;}
.footer_bottom p a{color: #0051ff;border-bottom: 1px solid #0051ff;}

@media(max-width:1200px){
    #footer{padding: 50px 0 40px;}
    .footer_middle_bottom ul li:nth-child(2){margin: 0 30px;}
}

@media(max-width:768px){
    #footer{padding: 40px 0;}
    .footer_middle_bottom ul li:nth-child(2){margin: 0 20px;}

    .footer_middle{margin: 0 0 42px;}
    .footer_middle_bottom{flex-direction: column;align-items: flex-start;}
    .footer_middle_bottom ul{margin: 0 0 40px;}   

    .footer_middle_top{margin: 0 0 40px;}
    .footer_bottom p{margin: 0 0 20px;}

    .footer_middle_img_box{text-align: left;}
 }
 @media(max-width:550px){
    .footer_middle_top{flex-direction: column;}
    .footer_middle_top .left_box{margin: 0 0 20px;}
 }
@media(max-width:450px) {
    .footer_middle_img_box a img{max-width: 60px;}
}
 @media(max-width:400px) {
     .footer_middle_bottom .footer_follow {display: flex;align-items: flex-start;flex-direction: column;}
    .footer_middle_bottom .footer_icon_box {display: flex;margin-top: 12px;}
 }