input.btn.btn-md.btn-fp.btn-ft.submit-button{
    color: #fff;
    background-color: #1a4c74;
    margin-top: 10px;
}
nav.navbar.navbar-expand-lg.navbar-light.ftmenu {
    padding: 0 !IMPORTANT;
}
a {
    color: black;
}
.col-sm-8.col-md-7.col-lg-8.d-none.d-sm-none.d-md-none.d-lg-block a {
    color: #1B4C74;
}
div#navbar-collapse {
    background-color: #1B4C74;
}
div#navbar-collapse ul li a {
    color: white;
    padding: 8px 20px 8px 20px;
}
li.nav-item {
    border-right: 1px solid white;
}
ul.nav.navbar-nav li:hover {
    background-color: #609bac !Important;
}
.footerprivacy {
    font-size: 10px;
}
a.nav-link {
    font-family: 'Conv_AFBattersea',Sans-Serif !Important;
}
h3 {
    font-family: 'Conv_AFBattersea', Sans-Serif !Important;
    font-weight: bold !Important;
    color: #094175 !Important;
    text-align: center;
}
@media (max-width: 924px){
    ul.navbar-nav.mr-auto li a {
        color: black;
        font-size: 17px;
        font-weight: 500;
    }
    div#navbar-collapse ul li a {
        color: white;
        font-weight: 700;
    }
    nav.navbar.navbar-expand-lg.navbar-light.ftmenu {
        border: 1px solid grey;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
    }
    li.nav-item {
        border-right: 1px solid white;
        padding: 4px;
        border-bottom: 1px solid white;
    }
    ul.navbar-nav.mr-auto li {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
        border-top-right-radius: 3px;
    }
    div#container {
        width: inherit !important;
    }
}
@media (min-width: 925px){
    .bdsBackground{
        height: 35px;
    }
}
input#email {
    padding: 8px;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    background-image: none;
    height: 40px;
}
table {
    /* text-align: center; */
    margin: 0 auto;
}
p a {
    font-size: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.adminmessage p:first-child {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
form a{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff !important;
    background-color: #a8a8a8;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.required {
    color: #1B4C74;
}
input[type="submit"] {
    display: inline-block;
    background-image: none;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: white !Important;
    background-color: #1a4c74;
    margin-top: 10px;
}
.footer-bottom p {
    font-size: 12px !IMPORTANT;
}
form p {
    text-align: center;
    font-family: 'Conv_AFBattersea', Sans-Serif !Important;

}
input[type="text"] {
    font-family: 'Conv_AFBattersea', Sans-Serif !Important;
    width: 290px;
    height: 22px;
    padding: 8px;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    background-image: none;
    height: 40px;
}

/*---------footer---------*/
.footerprivacy {
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 10px;
}
footer {
    background-color: #F5F5F5;
    color: #fff;
    padding: 20px 0 0 0;
    font-size: 17px;
    margin-top: 20px;
}
footer h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
footer h4 {
    font-family: 'Conv_AFBattersea',Sans-Serif;
    font-weight: bold;
    color: #094175;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 2px;
}
.about-footer li i {
    position: absolute;
    left: 0;
}
.about-footer li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 40px;
}
.about-footer ul {
    margin-top: 40px;
}
footer a {
    color: black;
}
footer a:hover {
    color: #ed1b24;
}
.footer-title {
    border-bottom: 2px solid #e95a1f;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
ul.footer-social {
    float: right;
}
ul.footer-social li {
    display: inline;
    margin-right: 16px;
}
ul.footer-social i {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #222025;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 800;
}
ul.footer-social li:last-child {
    margin-right: 0px;
}
ul.footer-social i:hover {
    background: #ed1b24;
    color: #fff;
}
.page-more-info li {
    margin-bottom: 5px;
}
footer .table td:first-child {
    font-weight: 600;
    padding-left: 33px;
}
footer .table td:last-child {text-align: right;}
footer .table td {
    padding: 0px;
    border: 0;
}
footer .table td i {
    position: absolute;
    left: 0px;
    font-size: 21px;
    top: 6px;
}
footer .table td {
    position: relative;
    padding: 4px 0;
}
.footer-logo td {
    padding-right: 4px !important;
}
.footer-logo td:last-child {
    padding-right: 0px !important;
}
footer hr {
    border-color: #9294a0;
}
.footer-bottom p {
    text-align: right;
}
.open-hours hr {
    margin: 30px 0;
}
ul {
    list-style-type: none !IMPORTANT;
}
div#newslettercontent a {
    color: black;
}
div#newslettercontent{
    text-align: center;
}
div#newslettercontent form ul.list{
    text-align: left;
}
div#newslettercontent h3{
    margin-bottom: 25px;
}
form {
    text-align: center;
}
p.poweredby {
    margin-top: 20px;
}
input[type="text"] {
    display: inherit;
    text-align: center;
    margin: 0 auto;
}
form input[type="submit"] {
    width: 270px !important;
    font-family: 'Conv_AFBattersea', Sans-Serif !Important;
}
.m0-auto{
    margin: 0 auto;
}
p {
    color: black;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.input-field{
    padding: 8px;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    height: 40px !important;
}
.style-p {
    font-size: 17px;
    color: black;
    font-weight: 400;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.btn.btn-sm.btn-fp.btn-ft.submit-unsubscriber{
    color: #fff !important;
    background-color: #a8a8a8;
}
.style-p-footer{
    color: black;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
}
.mb-15{
    margin-bottom: 15px;
}
.navbar-background{
    background-color: #efefef;
}
.mobile-style-menu{
    text-align: center;
    color: rgba(69, 68, 68, 0.9);
    font-size: 22px;
}
.col-md-6.col-lg-2.open-hours ul li {
    margin-bottom: 5px;
}
.mt-10{
    margin-top: 10px;
}
i.fa {
    min-width: 22px !IMPORTANT;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(https://cdn.fiscoetasse.com/resize/small/images/icon.png) !important;
}
p.poweredby {
    display: none;
}
p input{
    color:black !important;
    font-weight: 300 !important;
}