:root {
    --accent-color: #092769;
    --gray: #CFCEC1;
    --black: #2a2a2a;
}

.logoUnips {
    width: 180px;
}

.td_footer.td_style_1 {
    background-color: var(--black);
}

.td_footer_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px 20px;
    padding: 100px 0 70px;
}

.td_heading_bg {
    background-position-y: 60px;
}

.td_rating {
    width: 125px;
}

.tablePlain li {
    text-transform: capitalize;
}

.td_gray_bg_3 {
    background-image: url('../images/bgIndex.jpg');
    background-size: cover;
    background-position-y: -130px;
    /* background-attachment: fixed; */
}

.td_gray_bg_3 .container {
    background-color: #fff;
    border-radius: 20px;
    padding: 100px 0;
}

.tabsInternan .td_tab_links.td_style_1 {
    display: inline-block;
    width: 100%;
}

.tabsInternan .td_tab_links.td_style_1 .active a,
.tabsInternan .td_tab_links.td_style_1 a {
    width: 100%;
    font-size: 15px;
}

.contactData {
    z-index: 9;
    position: relative;
}

.SectionMap {
    background-color: var(--accent-color);
    padding: 150px 0 80px 0;
    margin-top: -100px;
    position: relative;
}

.td_contact_box.td_style_2 {
    max-width: inherit;
}


/* #map {
    border-radius: 10px;
    width: 100%;
    height: 550px;
}

.marker {
    background-size: cover;
    width: 110px;
    height: 110px;
    cursor: pointer;
    -webkit-filter: drop-shadow(10px 10px 10px #222);
    filter: drop-shadow(10px 10px 10px #222);
} */


/* #formContact {
    position: absolute;
    z-index: 99;
    margin-top: 50px;
} */

.td_accent_bg {
    background-color: var(--black);
}

.td_footer_bottom_in {
    border-top: 0px;
}