#page-contact{
    color: white;
    background-color: #fcfcfc;
}


#page-contact-banner{
    background-color: rgb(36, 36, 80);
    padding-top: 8rem;
    padding-bottom: 125px;
}

#page-contact-banner + *{
    margin-top: -50px;
    margin-bottom: 50px;
}

#page-contact-banner h1{
    font-size: 3rem;
    color: inherit;
}

.contact-block{
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 38px 2px rgba(0, 0, 0, 0.06);
    color: black;
}

#content-text{
    padding: 2rem;
    font-size: 1.5rem;
    text-align: justify;
}

.img-container{
   text-align: center;
    margin-bottom: 1.5rem;
}

.contact-thumbnail img{
    border-top-left-radius: 10px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}



aside#contact-sidebar{
    width: 400px;
    margin-left: 30px;
    flex-shrink: 0;
    will-change: min-height;
    color: black;
}


.ethikForm .container{
    padding: 0;
}

.ethikForm .row{
    margin: 0;
    padding: 0 !important;
}

.ethikForm h3{
    font-size: 2rem;
    color: #6c757d;
    padding-top: 2rem;
    margin-bottom: 5rem !important;
    line-height: 2.5rem;
}

.ethikForm label{
    color:#6c757d;
}

.ethikForm .btn-form input{
    width: auto;
    padding: 5px 30px !important;
}



.ethikForm .form-result-succes{
    font-size: 0.8rem;
}

#google_map{
    margin-top: 2rem;
}

#google_map iframe{
    min-width: 100%;
    min-height: 350px;
}

@media (max-width: 767px) { /* max sm */
    aside#contact-sidebar{
        margin: 1.5rem 0 0 0 ;
        width: 100%;
        background-color: transparent;
        box-shadow: unset;
    }

    .ethikForm .container {
        margin: 0;
    }

    #page-contact{
        background-color: #fcfcfc;
    }

    .ethikForm{
        background-color: transparent !important;
    }
}