﻿/*.contact {
    padding: 4%;
    height: 400px;
}*/

/*.c3 {
    background: #182c6c;
    padding: 4%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.contact-info {
    margin-top: 10%;
}

    .contact-info img {
        margin-bottom: 15%;
    }

    .contact-info h2 {
        margin-bottom: 10%;
    }

.c9 {
    background: #fff;
    padding: 3%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.contact-form label {
    font-weight: 600;
}

.contact-form button {
    background: #25274d;
    color: #fff;
    font-weight: 600;
    width: 25%;
}

    .contact-form button:focus {
        box-shadow: none;
    }*/



.place-card{
    display:none !important;
}
.place-card-large {
    display: none !important;
}



/*::-webkit-input-placeholder { 
    color: black !important;
    text-align: left !important;
}

:-moz-placeholder { 
    color: black !important;
    text-align: left !important;
}

::-moz-placeholder { 
    color: black !important;
    text-align: left !important;
}

:-ms-input-placeholder { 
    color: black !important;
    text-align: left !important;
}*/



.color-place {
    color: black !important;
    text-align: left !important
}


    .color-place::placeholder {
        color: black !important;
        text-align: left !important
    }