.text-black {
    color: #000; }

.contact {
    padding: 5rem 0; }

.heading {
    font-size: 2.5rem;
    font-weight: 900; }

.form-control {
    border: 2px solid #000;
    background: #f3f3f3; }

.form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000 !important;
    background: #fff;
}

.col-form-label {
    color: #000; }

.btn, .form-control:not(textarea), .custom-select {
    height: 50px; }

.custom-select:active, .custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.btn.btn-primary {
    background: #000;
    border-color: #000;
    color: #fff;
    padding: 15px 20px; }

.btn-primary:hover {
    color: #fff; }
.btn-primary:active, .btn-primary:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
    box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08); }
.box h3 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center; }

label.error {
    font-size: 12px;
    color: red; }

#message {
    resize: vertical; }

#form-message-warning, #form-message-success {
    display: none; }

#form-message-warning {
    color: #B90B0B; }

#form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold; }


.icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #111;
}

.contact-text span {
    font-weight: 400;
    color: #000;
}

.contact-text {
    margin-bottom: 0;
    margin-left: 1rem;
}

.contact-text p{
    margin-bottom: 0;
}


.book-mode{
    padding: .8rem 1.25rem;
    background: #eee;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #000;
    transition: .2s all !important;
}

.book-mode:last-child{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    left: -3px;
    position: relative;
}

.book-mode:first-child{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    right: -2px;
    position: relative;
}

.book-mode:hover{
    border-color: #000;
    background: #fff;
    color: #cb6ce6;
}

.book-mode.selected{
    border-color: #000;
    background: #000;
    color: #fff;
}

.process-img{
    border: 1px solid #111;
    border-radius: 40px 40px 0 0;
}

.process-img img{
    border-radius: 50px;
}