﻿

.foot_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: white;
    box-shadow: 0px 0px 3px #d2d2d2;
}

.center {
    text-align: center;
}

a {
    text-decoration: none !important;
}

.color1 {
    color: #2582ea !important;
}

input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

    input:focus {
        border: none;
        box-shadow: none;
    }