.bg-primary {
    background: #2553b8 !important;
}

.ftco-section {
    padding: 7em 0;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



.wrapper {
    width: 100%;
}

.contact-wrap {
    background: #e8edf0;
}

.dbox {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .dbox {
        margin-bottom: 0;
        padding: 0;
    }
}

.dbox p {
    margin-bottom: 0;
}

    .dbox p span {
        font-weight: 500;
        color: #000;
    }

    .dbox p a {
        color: #2553b8;
    }

.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2553b8;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .dbox .icon span {
        font-size: 20px;
        color: #fff;
    }

.dbox .text {
    width: 100%;
}

#map iframe {
    height: 100%;
}

.mail_text {
    margin-top: 0px !important;
}
    .send_msg a:hover {
        color: #fcf8f8 !important;
        background-color: #363636 !important;
    }

textarea#comment.massage-bt::placeholder {
    color: #6c757d !important;
}

input.mail_text::placeholder {
    color: #6c757d !important;
}

.types_text_label {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2f2e2d;
    font-weight: bold; 
    text-transform: uppercase;
    margin-top: 15px; 
}

.textarea_contact {
    margin-top: 0px !important;
}

.send_msg a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #007bff !important;
    padding: 12px;
    margin-top: 20px;
    display: block;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.mail_text {
    background-color: #ffffff !important;
}

    .mail_text,
    .mail_text:valid,
    .mail_text:invalid,
    .mail_text:-webkit-autofill {
        background-color: #ffffff !important;
        -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    }