.color-white {
    color: #fff !important;
}
.Egyblanco-Sidebar {
    color: #d33439 !important;
}
.header-color-contact, .footer-color-contact {
    color: #fff;
}
.header-flag {
    width: 25px;
    height: 25px;
}
section iframe {
    width: 100% !important;
}

button[type=submit] {
    height: 54px;
    border: none;
    background: #9f8054;
    color: #fff;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.apartment .property-infos {
    margin-right: 0px;
    padding: 20px 8px;
    width: 100%;
}
.apartment .property-infos .odometer {
    font-size:45px;
}
.padding-right-0 {
    padding-right: 0px;
}

.slider .slider-container .swiper-slide .container h2 {
    font-weight:normal;
}

.intro .content-box p {
    padding-right: 0px;
}

.blog .post {
    margin-bottom: 0px;
}

h5.post-title a {
    color: #5a5a5a;
    margin-bottom: 0px;
    font-weight: normal;
    opacity: 1;
}

.apartment h5 {
    margin-bottom: 30px;
    font-weight: normal;
    opacity: 1;
}

.blog .sidebar .widget .title {
    color: #26282b;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.recent-posts {
    padding: 0px 0px 100px
}

.navbar .container .upper-side .phone-email small{
    display: flex;
    line-height: 2.5;
    padding-right: 30px;
}


.slider .slider-container .swiper-slide .container h1, .slider .slider-container .swiper-slide .container h2 {
    text-align: center;
}

.slider .slider-container .swiper-slide .container a {
    left: 40%;
}

section.logos figure a img{
    box-shadow: 1px 2px 10px #9f8054;
}
section.logos figure h6 a{
    font-size:30px;
    color: #9f8054;
}
.whatsapp-chat {
    position: fixed;
    left: 20px;
    bottom: 30px;
    /*width: 62px;
    height: 62px;*/
    color: #757d97;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 0px;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.whatsapp-chat img {
    width: 50%;
}

.no-margin {
    margin: 0px !important;
}

.ShowMobileOnly {
    display: none;
}

.HideMobileOnly {
    display: block;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .header-flag {
        width: 18px;
        height: 18px;
    }
    .navbar .container .upper-side .language {
        display: inline;
        margin: 0px;
        border: none;
        padding: 10px 40px;
    }
    section.property-plans .align-items-center .col-lg-6 {
        float:left;
    }
    .intro figure {
        margin-bottom: 0px;
    }
    .padding-b-5 {
        padding-bottom:16px;
    }
    .width-50 {
        width:50%
    }
    .footer .col-12 .copyright, .footer .col-12 .creation {
        display: block;
        float: none;
        text-align: center;
    }
    .apartment .property-infos {
        margin: 20px 0px;
        padding: 20px 30px;
    }
    .whatsapp-chat {
        left: 5px;
        bottom: 10px;
    }
    .ShowMobileOnly {
        display: block;
    }
    .HideMobileOnly {
        display: none;
    }
}