footer {
    background: rgb(25, 86, 170);
}
.navigation{
    height: 70px;
    width: 100%;
    background: #e8f2ff;
    font-size: 16px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 70px;
}
.navigation .col-md-1 {
    max-width: 100px;
}
.navigation .col-md-1 span {
    white-space: nowrap;
}
.navigation .col-md-2 {
    padding: 0 8px;
}
select {
    width: 300px !important;
    margin-left: 12px;
    padding-left: 12px;
    height: 37px !important;
    line-height: 31px;
    font-size: 12px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: url(../image/select.png) right center no-repeat;
    background-size: 29px 27px;
    border: 2px solid rgba(26,87,170,.4);
    overflow: hidden;
}
.select2-container{
    /*margin-top: 17px;
    margin-left: 30px;*/
    width: 100%;
}
.select2-container .select2-choice{
    /*width: 300px;*/
    width: 100%;
    height: 36px;
    border: 2px solid rgba(26,87,170,.4);
    color: #1f265e;
    font-weight: bold;
}
.select2-results .select2-highlighted{
    background: #299eff;
}
/*.select2-container .select2-choice .select2-arrow b{*/
/*    background: url(../image/select.png) right center no-repeat;*/
/*}*/
.footer-container {
    font-size: 12px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    height: 70px;
    width: 100%;
    /*padding: 0 20px;*/
}
.footer-container .footer-icon_1 {
    height: 55px;
    width: 44px;
    background: url(../image/footerIcon_1.png) no-repeat center;
    background-size: 76%;
}

.footer-container .info-text img{
    height: 40px;
    margin-right: 16px;
}
.footer-container .footer-icon_2 {
    height: 26px;
    width: 24px;
    display: inline-block;
    background: url(../image/footerIcon_2.png) no-repeat center;
    background-size: 80%;
    margin-right: 5px;
}
.footer-container .info-text {
    display: flex;
    align-items: center;
    /*margin-left: 50px;*/
}

@media (max-width:700px) {

.navigation{
    height: auto;
   
}
/*
.navigation .col-md-1 span{
  font-size:12px;
  transform: scale(0.5);
}
    .footer-container{
        height: auto;
         display: block;
}
    .footer-container .info-text {
    height:35px;
    line-height: 35px;
    text-align: center;
     display: block;
     font-size:12px;
     transform:scale(0.5);
}
.select2-container .select2-choice{
  height:50px;
  line-height:50px;
  font-size:10px;

}*/



}