﻿.sticky_nav_reg {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0px;
    z-index: 2;
}



.conatact_block {
    display: flex;
    align-items: center;
    column-gap: 10px;
    border: 1px solid var(--border-color);
    margin: 30px 0 20px 0;
    padding: 20px 10px;
}

.contact_text h1 {
    font-weight: 600;
    font-size: 20px;
    color: var(--all-text-main);
    margin-top: 0;
}

.contact_text p {
    font-size: 14px;
    font-weight: 500;
    color: var(--all-text-sub);
    margin-bottom: 0;
}

.contact_btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

    .contact_btn a {
        white-space: nowrap;
        line-height: 30px;
        border: 1px solid var(--other-bg);
        color: var(--other-bg);
        padding: 0 15px;
        font-size: 15px;
        font-weight: 600;
    }

.Address_tab {
    display: flex;
    column-gap: 10px;
    border: 1px solid var(--border-color);
    margin: 30px 0 20px 0;
    padding: 0;
}

    .Address_tab ul li a {
        border-bottom: 1px solid var(--border-color);
        line-height: 40px;
        display: flex;
        align-items: center;
        color: var(--all-text-main);
        padding: 0 20px;
        background: #fff;
        white-space: nowrap;
    }

    .Address_tab ul {
        margin-bottom: 0;
        border-right: 1px solid var(--border-color);
        flex-shrink: 0;
    }



        .Address_tab ul li.active a {
            background: var(--active-menu);
            color: #fff;
        }

.contact_data {
    padding: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

    .contact_data h3 {
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0;
    }

.address_point {
    display: flex;
    align-items: flex-start;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
}

.hour_div {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 20px;
}

.address_c_icon {
    width: 15px;
    height: 15px;
    background-position: -290px -94px;
    position: absolute;
    left: 0;
    top: 4px;
}

.call_no {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 20px;
}

span.common_icon.call_icon {
    width: 15px;
    height: 15px;
    background-position: -110px -4px;
    position: absolute;
    left: 0;
    top: 3px;
}
.common_icon.email_icon{
     width: 15px;
    height: 15px;
    background-position: -108px -19px;
    position: absolute;
    left: 0;
    top: 3px;
}
.hour_c_icon {
    width: 15px;
    height: 15px;
    background-position: -152px -4px;
    position: absolute;
    left: 0;
    top: 3px;
}

.contact_from {
    border: 1px solid var(--border-color);
    margin: 30px 0px 20px 0px;
    padding: 20px 10px 0px 10px;
}

.input_box {
    color: #000000;
    font-weight: normal;
    height: 42px;
    display: block;
    width: 100%;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background: #f7f9fc;
    line-height: 42px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.contact_from textarea {
    max-width: 100%;
    height: 100px;
    overflow: auto;
    line-height: 20px;
    min-height: 100px;
}

.fa-angle-down {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    pointer-events: none;
    font-size: 20px;
    padding: 0px 10px;
    background: #f7f9fc;
    line-height: 35px;
}

.contact_from h4 {
    margin-top: 0;
}

.submit_button {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    background: var(--other-bg);
    border-radius: 3px;
    padding: 13px 16px;
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 19px;
    text-transform: uppercase;
    font-style: normal;
    border: none;
    transition: all 0.3s;
}

.map_block {
    border: 1px solid var(--border-color);
    padding: 10px;
}

    .map_block iframe {
        width: 100%;
    }

@media (max-width:767px) {
    .common_img_block {
        height: 100px;
    }

        .common_img_block div {
            font-size: 20px;
        }

    .conatact_block {
        align-items: flex-start;
        row-gap: 10px;
        flex-direction: column;
    }

    .Address_tab {
        flex-direction: column;
    }

        .Address_tab ul {
            display: flex;
            overflow: auto;
            font-size: 12px;
        }
        .contact_data h3 {
    font-size: 18px;
}
}
