
.foot-column{
    width: 100%;
    margin-right: 0;
}
.fot-col{
    float: left;
    width: 32%;
}
.fot-col .foot-text3{
    float: right;
}
.fot-col .foot-text2{
    text-align: center;
}
.foot-column{
    padding: 20px;
}
.anch{
    color: black;
}
.anch:hover{
    color: blue;
}


@font-face {
    font-family: verdana;
    src: url(font/verdana.ttf);
}

#footer1 p{
    font-family: verdana;
    font-size: 16px;
    line-height: 29px;
    /* color:white; */
}
.footer-bottom{
    margin-top: 174px;
    text-align: center;
}


@media only screen and (min-width: 980px) and (max-width: 1200px) {

}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .fot-col{
        padding-top: 10px;
        width: 100%;
    }
    .fot-col .foot-text1{
        text-align: center;
    }
    .fot-col .foot-text2{
        text-align: center;
    }
    .fot-col .foot-text3{
        float: none;
        text-align: center;
    }
    .footer-bottom{
        margin-top: 290px;
    }
    #footer1{
        left: -20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .fot-col{
        padding-top: 10px;
        width: 100%;
    }
    .fot-col .foot-text1{
        text-align: center;
    }
    .fot-col .foot-text2{
        text-align: center;
    }
    .fot-col .foot-text3{
        float: none;
        text-align: center;
    }
    .footer-bottom{
        margin-top: 290px;
    }
    #footer1{
        left: -19px;
        padding-right: 16px;
    }

}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .fot-col{
        padding-top: 10px;
        width: 100%;
    }
    .fot-col .foot-text1{
        text-align: center;
    }
    .fot-col .foot-text2{
        text-align: center;
    }
    .fot-col .foot-text3{
        float: none;
        text-align: center;
    }
    .footer-bottom{
        margin-top: 290px;
    }

}
@media only screen and (max-width: 319px){
    .fot-col{
        padding-top: 10px;
        width: 100%;
    }
    .fot-col .foot-text1{
        text-align: center;
    }
    .fot-col .foot-text2{
        text-align: center;
    }
    .fot-col .foot-text3{
        float: none;
        text-align: center;
    }
    .footer-bottom{
        margin-top: 290px;
    }

}