﻿.conatct_detail {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 25px;
}

.conatct_sing {
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
}

.conatct_detail_con {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    line-height: 19.2px;
}

    .conatct_detail_con h2 {
        color: #111827;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 38.4px;
        margin-bottom: 15px;
        margin-top: 0;
    }

.contact_c_icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background-color: var(--btn-bg);
    border-radius: 100px;
}

.city_icon {
    background-position: -126px -239px;
}
.Phone_c_icon {
    background-position: -251px 8px;
}

.Email_c_icon {
    background-position: -209px 9px;
}

.location_icon {
    background-position: -170px 8px;
}

.conatct_sing > div {
    display: flex;
    flex-direction: column;
}

    .conatct_sing > div label {
        font-size: 14px;
        color: var(--all-text-main);
        font-weight: 400;
    }

    .conatct_sing > div b, .conatct_sing > div b a {
        font-size: 16px;
        color: var(--all-text-main);
        font-weight: 500;
    }

.contact_right_div .input_box {
    position: relative;
    width: 100%;
    display: block;
    color: #7E8389;
    font-size: 16px;
    line-height: 30px;
    padding: 0 16px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid var(--border-color);
    font-weight: 400;
}



.contact_main_div {
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
}

.contact_left_div {
    flex: 1;
}

.line {
    width: 100%;
    height: 1px;
    background: #E4EBF1;
}

.contact_right_div {
    flex: 1;
    max-width: 526px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: var(--other-bg-light);
}

.contact_two_flid {
    display: flex;
    gap: 16px;
}

.contact_right_div {
    position: relative;
}

    .contact_right_div img {
        height: 664px;
        object-fit: cover;
        border-radius: 24px;
    }

    .contact_right_div .from-group-input {
        display: flex;
        flex-direction: column;
        gap: 16px;
        border-radius: 8px;
    }

.phone_code {
    display: flex;
    position: relative;
}

.select_code {
    line-height: 32px;
    position: absolute;
    width: 110px;
    z-index: 1;
    background: #fff;
    color: #7E8389;
    font-size: 16px;
    padding: 10px 18px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid var(--border-color);
    pointer-events: none;
}

.contact_right_div .phone_code select {
    width: 100px;
}

.from-group-input .phone_code input {
    padding: 10px 20px;
}

.contact_right_div input.input-text, .contact_right_div select, .contact_right_div textarea {
    position: relative;
    width: 100%;
    display: block;
    color: #7E8389;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 16px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid var(--border-color);
    font-weight: 400;
}

.contact_right_div .drop_icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: 27px;
    right: 10px;
    z-index: 1;
}

.contact_right_div .down_arrow {
    background-position: -131px -0px;
    right: 10px;
    left: auto;
    top: 20px;
}

.login_from {
    position: relative;
    flex: 1;
    width: 100%;
}

    .login_from label {
        color: #4E5561;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px; /* 150% */
    }

        .login_from label .required_star {
            color: var(--btn-bg);
        }

.contact_right_div .login_from textarea {
    min-height: 160px;
    resize: none;
}


.map_view {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 60px;
    overflow: hidden;
}

.map_height {
    height: 400px;
    width: 100%;
}

    .map_height iframe {
        height: 400px;
        width: 100%;
    }

@media (max-width:767px) {
    .conatct_detail_con h2 {
        font-size: 20px;
        line-height: normal;
    }
}
