

.site-header {
    background-color: #46c4c4;
}

.site__brand__logo img {
    max-width: 200px;
}

.city-content.affix .city-content__tabtitle{
    position: unset!important;
}

.city-content__tabtitle{
    border-bottom: unset!important;
    padding: 50px 0 20px;
}
#title1{
    font-size: 28px!important;
    margin-bottom: 40px;
}
#head-hover:hover{
    color: white;
}
.footer{
    background-color: #46c4c4;

}
.footer__bottom
{
    border-top: 1px solid #46c4c4; 
}
.footer__top__info .footer__top__info__logo img
{
    max-width: 200px!important;
}

.footer__top__nav li a:hover
{
    color: #f5f5f5d1;
}

#footer a:hover{
    color: whitesmoke!important;
}
.footer__bottom__copyright {
    text-align: center;
    font-size: 14px;
    color: white;
}


/********************************************* Start add restarunt*******************************************************/


@media only screen and (min-width: 576px)
{

    #field-part-1{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #field-part-2{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

.hightlight1{
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
    height: 100px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.hightlight1 label {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}


/********************************************* End add restarunt *******************************************************/