﻿.contact_section {
    padding: 70px 0px;
}

.breadcrumbs {
    color: #FFF !important;
}

    .breadcrumbs a {
        color: #FFF !important;
    }

.contact_section#hiro {
    padding: 70px 0px;
    background-color: #932A85;
}

    .contact_section#hiro .page_title {
        text-align: center;
        color: #FFF;
        font-weight: 800;
        font-size: 32px;
    }

.contact_section#sec1 {
    background-color: #FFF;
    padding: 30px 0px 10px 0px;
}

    .contact_section#sec1 .contact_form {
        background-color: #FAF5F9;
        border-radius: 18px;
        padding: 30px;
        margin:20px 0px;
    }

    .contact_section#sec1 .send_form {
        border-radius: 24px;
    }

    .contact_section#sec1 iframe {
        width: 100%;
        height: 60vh;
        border-radius: var(--g-border-radius-4);
    }

    .contact_section#sec1 input {
        border-radius: 8px;
        padding: 15px 15px;
        margin: 15px 5px;
        font-size: 15px;
        background-color: #FFF;
        border: none;
    }

    .contact_section#sec1 textarea {
        border-radius: 8px;
        padding: 15px 15px;
        margin: 0px 5px;
        font-size: 15px;
        background-color: #FFF;
        border: none;
    }

    .contact_section#sec1 span.title {
        color: #3A1341;
        font-size: 18px;
        font-weight: 800;
        margin: 15px 0px 15px 0px;
        display: inline-block;
    }


    .contact_section#sec1 .head_titr .col {
        display: flex;
        align-items: center;
        padding: 10px;
    }

    .contact_section#sec1 .contact_titr {
        font-size: 18px;
        color: #5F7289;
        display: inline-block;
        position: relative;
        font-weight: 600;
        width: 100%;
        border-bottom: 1px solid #DEE7EE;
        padding: 20px 0px;
        margin: 0px 0px 30px 0px;
    }

    .contact_section#sec1 .submit_section {
        display: flex;
        justify-content: center;
    }

    .contact_section#sec1 .submit_btn {
        background-color: #932A85;
        color: #fff;
        padding: 18px 20px;
        border: none;
        border-radius: 35px;
        margin: 15px;
    }

    .contact_section#sec1 .contact_info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .contact_section#sec1 .contact_info img {
            width: 100%;
            border-radius: 18px;
            margin-bottom: 10px;
        }

        .contact_section#sec1 .contact_info .dlg_box {
            border: 1px solid #EADFE8;
            padding: 20px;
            border-radius: 30px;
            margin: 10px auto;
            width: 100%;
            display: flex;
            align-items: center;
            color: #5F4A63;
            font-size: 14px;
            transition: background-color 0.4s ease;
        }

        .contact_section#sec1 .contact_info a.dlg_box:hover {
            background-color: rgba(234,223,232,0.3);
            transition: background-color 0.4s ease;
        }

        .contact_section#sec1 .contact_info .dlg_box > span {
            display: flex;
            flex-direction: column;
            align-items: start;
        }

        .contact_section#sec1 .contact_info .dlg_box strong {
            font-size: 22px;
        }

.contact_section#sec2 {
    padding:10px 0px 0px 0px;
}

    .contact_section#sec2 iframe {
        width:100%;
        border-radius:18px;
    }

@media (min-width: 360px) {
}

@media (min-width: 540px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .contact_section#sec1 .contact_form {
        margin: 0px;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
