.phone-number {
    color: #00428e;
}
.phone-number:hover {
    color: #00428e !important;
}
.gallery-title{
    color:#00428e;
}
.gallery-title {
    display: flex;
    justify-content: center;  
    align-items: center;      
    text-align: center;       
    height: 100%;            
}
.gallery-title p {
    font-size: 50px !important;
    margin-left: 45px;
    margin-top: -22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
@media (max-width: 1200px) {
    .gallery-title p {
        font-size: 40px !important;
    }
}
@media (max-width: 992px) {
    .gallery-title p {
        font-size: 35px !important;
        padding-top: 20px;
    }
}
@media (max-width: 768px) {
    .gallery-title p {
        font-size: 30px !important;
        padding-top: 20px;
    }
}
@media (max-width: 576px) {
    .gallery-title p {
        font-size: 25px !important;
        padding-top: 20px;
    }
}
ul.fotoTab {
    background:#00428e;
}
.formBtn span{
    background: #00428e;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 700;
}
.col-lg-4.contact-bg {
    background: #00428e;
}
.col-lg-8.contact-bg, ul.fotoTab {
    background: #00428e;
}
.form-submit {
    width: 100%;
    height: 40px;
    border: 0;
    background-color:#00428e;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 10px auto auto;
    font-weight: 700;
    -webkit-appearance: none;
    appearance: none;
}
.formTel a {
    color:#00428e;
    font-size: 18px;
    font-weight: 700;
}
#bclub {
    padding-left: 60px;
    padding-right: 60px;
    text-align: center; 
}
.container-fluid.width-80 {
    max-width: calc(100% - 100px); 
    margin: 0 auto; 
    padding: 0;
}
#bclub .flexible p strong {
    font-size: 24px; 
    font-weight: 500; 
}
.menu-ul{
    font-size: 18px;
    text-align: center;
    right: 0% !important;
    top: 0% !important;
}
.d-flex-bottom {
    position: relative; 
    bottom: 0;
    background: #fff;
    width: 100%;
    align-items: center;
    padding: 5px;
}
.formBtn {
    position: fixed;
    z-index: 9;
    right: -115px; 
    top: 50%;      
    transform: rotate(90deg); 
    cursor: pointer;
}
.selected-lang {
    font-weight: bold;  
    color: #00428e !important;  
}
.col-lg-4.contact-bg a:hover {
background: #00428e;
}
@media (max-width: 767px) {
    .phone-number {
        font-size: 17px !important;
        display: none;
    }
}
@media (max-width: 767px) {
    .form-inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: -90px; /
    }
}
@media (max-width: 767px) {
    .copyright img {
        max-width: 100% !important;
        display: none;
    }
}
