

#sectionContact hr {
    width: 150px;
    border-top: 5px solid;
    color: #fdc300;
    margin: 0;
    opacity: 1;
}

.contact-title {
    font-weight: 500;
}

.contact-title-bold {
    font-weight: 700;
}

.contact-form-box {
    border: 1px solid #cccccc;
    padding: 25px;
    padding-bottom: 50px;
    height: max-content;
}

.contact-select {
    border-radius: 0px !important;
    border: 1px solid #ccc;
}

.contact-textarea {
    border: 1px solid #ccc;
    border-radius: 0px !important;
}

.contact-button {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    background: #138D22;
    color: #ffffff;
}

.contact-button:hover {
    background: #0f711a;
    color: #ffffff;
}

.check-link {
    color: #138D22;
    font-weight: 600;
}

.contact-check {
    border: 1px solid #ccc;
    border-radius: 4px !important;
}

.contact-check:checked {
    background-color: #fdc300;
    border-color: #ffffff00;
}

.form-check-input:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.0);
}

.contact-info-box {
    border: 1px solid #cccccc;
    border-left: none;
    border-bottom: none;
    padding: 25px;
}

.contact-info-text {
    font-size: 14px;
}

.contact-info-text-red {
    color: #FF0000;
    font-size: 18px;
    font-weight: 700;
}

.contact-info-icon {
    color: #212529;
    font-size: 14px;
}

input[type=text], input[type=email], select {
    width: 100%;
    height: 44px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 1px;
    border-bottom: 2px solid black;
}

select {
    background-color: #f5f5f5;
}

textarea{
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
}

.checkbox{
    margin-right: 6px;
    margin-top: 4px;
}

label{
    font-size: 13px;
    font-weight: 450;
}

.green{
    color: #128d22;
}

.bold{
    font-weight: bold;
}

.send-button{
    width: 100%;
    height: 44px;
    background-color: #128d22;
    margin-top: 8px;
    color: #ffffff;
    border-radius: 5px;
    border: none;
}

.map{
    border: 1px solid #ccc;
    border-left: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.map-head{
    padding: 30px;
}

.map-info{
    font-size: 15px;
}

.map-phone{
    display: flex;
    align-items: center;
}

.phone-icon{
    margin-right: 5px;
}

.map-phone p{
    color: #ff333f;
    font-weight: bold;
    font-size: 20px;
}

.lastik{
    font-size: 14px;
    font-weight: bold;
    color: #414141;
}

.color-41{
    color: #414141;
}

.address, .email, .fax{
    font-size: 14px;
}

.map-body{
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 992px) {

    /* FORM */

    /* MAP */
    .map{
        border-left: 1px solid #ccc;
        margin-top: 20px;
    }
    .map-body{
        height: 600px;
    }
}