.logo img{
    max-width: 250px;
}
.city-box .city-link{
    margin: 0 20px;

}
.city-link a{
    font-size: 14px;
    color: inherit;
    font-family: 'Montserrat Medium';
}
.city-link a.active{
    text-decoration: underline;
}
.img-banner{
    border-radius: 250px;
}
@media only screen and (max-width: 767px) {
    .city-link a{
        color: #7f4aa2;
    }

    .logo img{
        max-width: 200px;
    }
    .phone-box{
        min-width: 300px;
    }
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('/fonts/mont_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url('/fonts/mont_medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Light';
    src: url('/fonts/mont_light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.phone-box{
    text-align: left;
}
.phone-box img{
    max-width: 32px;
    margin-right: 15px;
}
.phone-box a{
    font-family: 'Montserrat Bold';
}
.has-success{
    background-color: green;
}