.section--employee .section__wrapper--mid {
    background: #fff;
    margin-bottom: 20px;
}

.single__employee__wrapper {
    padding-top: 40px;
}

.single__employee__wrapper .banner_image {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.single__employees__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-top: 20px;
    padding-bottom: 80px;
}

.single_user_wrapper {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: row;
    margin-top: 80px;
}

.single_user_wrapper img {
    width: 200px;
    height: auto;
}

.single_user_info_wrapper {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
}

.user__phone {
    font-size: 30px;
    color: #19526f;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1;
}

.user__email {
    color: #19526f;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .single_user_wrapper {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .single_user_wrapper {
        flex-direction: column;
    }

    .single_user_wrapper img {
        width: 80%;
        margin: 0 auto;
    }

    .single_user_info_wrapper {
        width: 100%;
        padding: 20px 15px 0 15px;
        text-align: center;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

}

/* map */
.section--map .section__wrapper--mid {
    background: #fff;
    margin-bottom: 20px;
    padding-bottom: 120px;
}

.single_map_wrapper {
    padding-top: 40px;
}

.single_map_wrapper p {
    color: #000;
    font-size: 16px;
    line-height: 1.67;
    width: 100%;
    dispay: flex;
    margin-top: 30px;

}

.single_map_wrapper .icon_map {
    display: inline-block;
    margin: -10px 5px;
    height: 28px;
    background-size: auto 100%;
    position: relative;
}

.icon_cc {
    background: url('../img/map/cc_logo_vt.png') no-repeat;
}

.icon_360 {
    background: url('../img/map/360_vt_logo.png') no-repeat;
}

.icon_track {
    background: url('../img/map/facilities-external-track.png') no-repeat;
}

.icon_welding {
    background: url('../img/map/Disciplines-welding.png') no-repeat;
}

.icon_breackout {
    background: url('../img/map/facilities-breakout-rooms.png') no-repeat;
}

.icon_interest {
    background: url('../img/map/facilities-information-icons.png') no-repeat;
}

.icon_parking {
    background: url('../img/map/parking.png') no-repeat;
}

.icon_training {
    background: url('../img/map/facilities-training-rooms.png') no-repeat;
}

.icon_meeting {
    background: url('../img/map/facilities-meeting-room.png') no-repeat;
}

.icon_coffee {
    background: url('../img/map/facilities-tea-coffee-icons.png') no-repeat;
}

.icon_lifts {
    background: url('../img/map/facilities-lifts.png') no-repeat;
}

.icon_auditorium {
    background: url('../img/map/facilities-auditorium.png') no-repeat;
}

.icon_wifi {
    background: url('../img/map/facilities-free-wifi.png') no-repeat;
}

.icon_reception {
    background: url('../img/map/facilities-reception-icons.png') no-repeat;
}
.icon_cafe {
    background: url('../img/map/facilities-cafe.png') no-repeat;
}

.icon_female_wc {
    background: url('../img/map/facilities-female-rooms.png') no-repeat;
}

.icon_male_wc, .icon_change_rooms {
    background: url('../img/map/facilities-changing-rooms.png') no-repeat;
}

.single_map_wrapper .icon_cc {
    width: 40px;
}

.single_map_wrapper .icon_360 {
    width: 28px;
}

.map_3d {
    width: 100%;
    position: relative;
    background-size: cover !important;
}

.map_3d_1 {
    height: 975px;
    background: url('../img/map/york_site_plan_map.jpg') no-repeat center;
}

.map_3d .icon_map {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('../img/map/40px-blue-360-icon.png') no-repeat;
    background-size: 100%;
    cursor: pointer;
}

/* map1 icons */

.map_3d_1 .icon360_1 {
    left: calc(1300px * 0.3978);
    top: 22.22%;
}

.map_3d_1 .icon360_2 {
    left: calc(1300px * 0.4020);
    top: 37%;
}

.map_3d_1 .icon360_3 {
    left: calc(1300px * 0.5219);
    top: 37%;
}

.map_3d_1 .icon360_4 {
    left: calc(1300px * 0.3398);
    top: 45%;

}

.map_3d_1 .icon360_5 {
    left: calc(1300px * 0.3898);
    top: 47%;

}

.map_3d_1 .icon360_6 {
    left: calc(1300px * 0.4620);
    top: 49.5%;

}

.map_3d_1 .icon360_7 {
    left: calc(1300px * 0.4620);
    top: 62.5%;

}

.map_3d_1 .icon360_8 {
    left: calc(1300px * 0.7200);
    top: 65%;

}

.map_3d_1 .icon360_9 {
    left: calc(1300px * 0.3753);
    bottom: 10%;

}

/* map1 icons end*/

/* map2 icons */
.map_3d_2 {
    height: 697.3728px;
    background: url('../img/map/map2.jpg') no-repeat center;
}

.map_3d_2 .icon360_1 {
    left: calc(1300px * 0.2555);
    top: 19%;
}

.map_3d_2 .icon360_2 {
    right: calc(1300px * 0.2555);
    top: 19%;
}

.map_3d_2 .icon360_3 {
    left: calc(1300px * 0.5096);
    top: 41.1034%;
}

.map_3d_2 .icon360_4 {
    left: calc(1300px * 0.1906);
    top: 64.0632%;
}

.map_3d_2 .icon360_5 {
    left: calc(1300px * 0.4884);
    top: 64.0632%;
}

.map_3d_2 .icon360_6 {
    left: calc(1300px * 0.4461);
    bottom: 8%;
}

/* map2 icons end */

/* map3 icons */
.map_3d_3 {
    height: 697.3728px;
    background: url('../img/map/map3.jpg') no-repeat center;
}

.map_3d_3 .icon360_1 {
    left: calc(1300px * 0.1244);
    top: 41%;
}

.map_3d_3 .icon360_2 {
    left: calc(1300px * 0.2330);
    top: 48%;
}

.map_3d_3 .icon360_3 {
    left: calc(1300px * 0.4355);
    top: 50%;
}

.map_3d_3 .icon360_4 {
    right: calc(1300px * 0.2950);
    top: 52%;
}

.map_3d_3 .icon360_5 {
    right: calc(1300px * 0.1413);
    top: 52%;
}

.map_3d_3 .icon360_6 {
    left: calc(1300px * 0.2542);
    bottom: 24%;
}

.map_3d_3 .icon360_7 {
    right: calc(1300px * 0.3030);
    bottom: 19%;
}

.map_3d_3 .icon360_8 {
    left: calc(1300px * 0.3342);
    bottom: 7.5%;
}

/* map3 icons end */
/* map4 icons */
.map_3d_4 {
    height: 697.3728px;
    background: url('../img/map/map4.jpg') no-repeat center;
}

.map_3d_4 .icon360_1 {
    left: calc(1300px * 0.3389);
    top: 31%;
}

.map_3d_4 .icon360_2 {
    right: calc(1300px * 0.1650);
    top: 34%;
}

.map_3d_4 .icon360_3 {
    left: calc(1300px * 0.38);
    top: 59%;
}

.map_3d_4 .icon360_4 {
    right: calc(1300px * 0.29);
    top: 57%;
}

/* map4 icons end */

/* map5 icons */
.map_3d_5 {
    height: 697.3728px;
    background: url('../img/map/map5.jpg') no-repeat center;
}

.map_3d_5 .icon360_1 {
    left: calc(1300px * 0.2370);
    top: 31%;
}

.map_3d_5 .icon360_2 {
    right: calc(1300px * 0.37);
    top: 31%;
}

.map_3d_5 .icon360_3 {
    right: calc(1300px * 0.13);
    top: 29%;
}

.map_3d_5 .icon360_4 {
    left: calc(1300px * 0.41);
    top: 41%;
}

/* map5 icons end */

.icons_description_holder {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.icons_description {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.icons_description_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
}

.icons_description_item h6 {
    font-style: italic;
    text-transform: capitalize;
    font-size: 18px;
}

.single_map_wrapper .icons_description_item .icon_map {
    width: 75px;
    height: 75px;
    background-size: 100%;
    margin: 0 20px 0 0;
    top: 0;
}
.facilities_map_wrapper .icons_description_item .icon_map {
    width: 97px;
    height: 97px;
}
.facilities_map_wrapper .icons_description_item .icon_map.icon_360 {
    width: 52px;
    height: 52px;
    margin: 0 0 0 30px;
    cursor: pointer;
}
.facilities_map_wrapper .icons_description_item h6 {
    font-size: 24px;
    text-transform: inherit;
}

.modal_window_3d {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 11;
}

.modal_window_3d.active {
    display: flex;
}

.modal_window_3d_wrapper {
    height: 80vh;
    width: 80vw;
    position: relative;
}

.modal_window_3d_wrapper iframe {
    width: 100%;
    height: 100%;
    background: #fff;
}

.modal_window_3d_wrapper .close_btn {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 28px !important;
    z-index: 5;
    color: #ec6707;
}

@media (max-width: 1360px) {

    .map_3d_1 {
        height: calc((100vw - 30px) * 0.75);
    }

    .map_3d .icon_map {
        position: absolute;
        width: 60px;
        height: 60px;
        background: url('../img/map/40px-blue-360-icon.png') no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

    /* map1 icons */
    .map_3d_1 .icon360_1 {
        left: calc((100vw - 30px) * 0.3978);
        top: 22.22%;
    }

    .map_3d_1 .icon360_2 {
        left: calc((100vw - 30px) * 0.4020);
        top: 37%;
    }

    .map_3d_1 .icon360_3 {
        left: calc((100vw - 30px) * 0.5219);
        top: 37%;
    }

    .map_3d_1 .icon360_4 {
        left: calc((100vw - 30px) * 0.3398);
        top: 45%;

    }

    .map_3d_1 .icon360_5 {
        left: calc((100vw - 30px) * 0.3898);
        top: 47%;

    }

    .map_3d_1 .icon360_6 {
        left: calc((100vw - 30px) * 0.4620);
        top: 49.5%;

    }

    .map_3d_1 .icon360_7 {
        left: calc((100vw - 30px) * 0.4620);
        top: 62.5%;

    }

    .map_3d_1 .icon360_8 {
        left: calc((100vw - 30px) * 0.7200);
        top: 65%;

    }

    .map_3d_1 .icon360_9 {
        left: calc((100vw - 30px) * 0.3753);
        bottom: 10%;

    }

    /* map1 icons end */
    .map_3d_2 {
        height: calc((100vw - 30px) * 0.5364);
    }

    /* map2 icons */
    .map_3d_2 .icon360_1 {
        left: calc((100vw - 30px) * 0.2555);
        top: 18%;
    }

    .map_3d_2 .icon360_2 {
        right: calc((100vw - 30px) * 0.2555);
        top: 18%;
    }

    .map_3d_2 .icon360_3 {
        left: calc((100vw - 30px) * 0.4996);
    }

    .map_3d_2 .icon360_4 {
        left: calc((100vw - 30px) * 0.18);
    }

    .map_3d_2 .icon360_5 {
        left: calc((100vw - 30px) * 0.4684);
    }

    .map_3d_2 .icon360_6 {
        left: calc((100vw - 30px) * 0.42);
    }

    /* map2 icons end */
    /* map3 icons */
    .map_3d_3 {
        height: calc((100vw - 30px) * 0.5364);
    }

    .map_3d_3 .icon360_1 {
        left: calc((100vw - 30px) * 0.1144);
        top: 42%;
    }

    .map_3d_3 .icon360_2 {
        left: calc((100vw - 30px) * 0.2230);
        top: 48%;
    }

    .map_3d_3 .icon360_3 {
        left: calc((100vw - 30px) * 0.42);
        top: 50%;
    }

    .map_3d_3 .icon360_4 {
        right: calc((100vw - 30px) * 0.2850);
        top: 52%;
    }

    .map_3d_3 .icon360_5 {
        right: calc((100vw - 30px) * 0.1313);
        top: 52%;
    }

    .map_3d_3 .icon360_6 {
        left: calc((100vw - 30px) * 0.2442);
        bottom: 24%;
    }

    .map_3d_3 .icon360_7 {
        right: calc((100vw - 30px) * 0.2850);
        bottom: 19%;
    }

    .map_3d_3 .icon360_8 {
        left: calc((100vw - 30px) * 0.32);
        bottom: 7.5%;
    }

    /* map3 icons end */
    /* map4 icons */
    .map_3d_4 {
        height: calc((100vw - 30px) * 0.5364);
    }

    .map_3d_4 .icon360_1 {
        left: calc((100vw - 30px) * 0.3389);
        top: 31%;
    }

    .map_3d_4 .icon360_2 {
        right: calc((100vw - 30px) * 0.1550);
        top: 34%;
    }

    .map_3d_4 .icon360_3 {
        left: calc((100vw - 30px) * 0.3650);
        top: 59%;
    }

    .map_3d_4 .icon360_4 {
        right: calc((100vw - 30px) * 0.28);
        top: 57%;
    }

    /* map4 icons end */

    /* map5 icons */
    .map_3d_5 {
        height: calc((100vw - 30px) * 0.5364);
    }

    .map_3d_5 .icon360_1 {
        left: calc((100vw - 30px) * 0.2250);
        top: 31%;
    }

    .map_3d_5 .icon360_2 {
        right: calc((100vw - 30px) * 0.35);
        top: 31%;
    }

    .map_3d_5 .icon360_3 {
        right: calc((100vw - 30px) * 0.13);
        top: 29%;
    }

    .map_3d_5 .icon360_4 {
        left: calc((100vw - 30px) * 0.3950);
        top: 41%;
    }

    /* map5 icons end */
}

@media (max-width: 991px) {
    .map_3d .icon_map {
        width: 40px;
        height: 40px;
    }

    /* map1 icons */
    .map_3d_1 .icon360_1 {
        left: calc((100vw - 30px) * 0.38);
    }

    .map_3d_1 .icon360_2 {
        left: calc((100vw - 30px) * 0.38);
    }

    .map_3d_1 .icon360_3 {
        left: calc((100vw - 30px) * 0.49);
        top: 38%;
    }

    .map_3d_1 .icon360_4 {
        left: calc((100vw - 30px) * 0.32);

    }

    .map_3d_1 .icon360_5 {
        left: calc((100vw - 30px) * 0.37);

    }

    .map_3d_1 .icon360_6 {
        left: calc((100vw - 30px) * 0.45);

    }

    .map_3d_1 .icon360_7 {
        left: calc((100vw - 30px) * 0.45);

    }

    .map_3d_1 .icon360_8 {
        left: calc((100vw - 30px) * 0.71);

    }

    .map_3d_1 .icon360_9 {
        left: calc((100vw - 30px) * 0.35);

    }

    /* map1 icons end */
    /* map2 icons */
    .map_3d_2 .icon360_1 {
        left: calc((100vw - 30px) * 0.2355);
        top: 19.5%;
    }

    .map_3d_2 .icon360_2 {
        right: calc((100vw - 30px) * 0.2355);
        top: 19.5%;
    }

    .map_3d_2 .icon360_3 {
        left: calc((100vw - 30px) * 0.4896);
        top: 42.1034%
    }

    .map_3d_2 .icon360_4 {
        left: calc((100vw - 30px) * 0.17);
    }

    .map_3d_2 .icon360_5 {
        left: calc((100vw - 30px) * 0.4684);
    }

    .map_3d_2 .icon360_6 {
        left: calc((100vw - 30px) * 0.42);
        bottom: 9%;
    }

    /* map2 icons end */
    /* map3 icons */
    .map_3d_3 .icon360_1 {
        left: calc((100vw - 30px) * 0.10);
        top: 42%;
    }

    .map_3d_3 .icon360_2 {
        left: calc((100vw - 30px) * 0.21);
        top: 48%;
    }

    .map_3d_3 .icon360_3 {
        left: calc((100vw - 30px) * 0.41);
        top: 50%;
    }

    .map_3d_3 .icon360_4 {
        right: calc((100vw - 30px) * 0.27);
        top: 52%;
    }

    .map_3d_3 .icon360_5 {
        right: calc((100vw - 30px) * 0.12);
        top: 52%;
    }

    .map_3d_3 .icon360_6 {
        left: calc((100vw - 30px) * 0.23);
        bottom: 24%;
    }

    .map_3d_3 .icon360_7 {
        right: calc((100vw - 30px) * 0.27);
        bottom: 19%;
    }

    .map_3d_3 .icon360_8 {
        left: calc((100vw - 30px) * 0.31);
        bottom: 7.5%;
    }

    /* map3 icons end */
    /* map4 icons */
    .map_3d_4 .icon360_1 {
        left: calc((100vw - 30px) * 0.32);
        top: 31%;
    }

    .map_3d_4 .icon360_2 {
        right: calc((100vw - 30px) * 0.14);
        top: 34%;
    }

    .map_3d_4 .icon360_3 {
        left: calc((100vw - 30px) * 0.35);
        top: 59%;
    }

    .map_3d_4 .icon360_4 {
        right: calc((100vw - 30px) * 0.2650);
        top: 57%;
    }

    /* map4 icons end */

    /* map5 icons */

    .map_3d_5 .icon360_1 {
        left: calc((100vw - 30px) * 0.21);
        top: 31%;
    }

    .map_3d_5 .icon360_2 {
        right: calc((100vw - 30px) * 0.34);
        top: 31%;
    }

    .map_3d_5 .icon360_3 {
        right: calc((100vw - 30px) * 0.12);
        top: 29%;
    }

    .map_3d_5 .icon360_4 {
        left: calc((100vw - 30px) * 0.3850);
        top: 41%;
    }

    /* map5 icons end */

    .icons_description_holder {
        flex-direction: column;
        margin-top: 30px;
    }

    .icons_description {
        width: 100%;
        margin-top: 0;
    }

    .single_map_wrapper .icons_description_item .icon_map {
        width: 60px;
        height: 60px;
        margin: 0;
    }
    .facilities_map_wrapper .icons_description_item .icon_map {
        width: 78px;
        height: 78px;
    }
    .single_map_wrapper .icons_description_item .icon_map.icon_360 {
        margin: 5px 0 30px 0;
    }
}

@media (max-width: 550px) {
    .map_3d .icon_map {
        width: 30px;
        height: 30px;
    }
    /* map1 icons */

    .map_3d_1 .icon360_3 {
        left: calc((100vw - 30px) * 0.50);
    }

    .map_3d_1 .icon360_4 {
        left: calc((100vw - 30px) * 0.30);

    }

    .map_3d_1 .icon360_5 {
        left: calc((100vw - 30px) * 0.37);

    }

    .map_3d_1 .icon360_6 {
        left: calc((100vw - 30px) * 0.45);

    }

    .map_3d_1 .icon360_7 {
        left: calc((100vw - 30px) * 0.45);

    }

    .map_3d_1 .icon360_8 {
        left: calc((100vw - 30px) * 0.71);

    }

    .map_3d_1 .icon360_9 {
        left: calc((100vw - 30px) * 0.35);

    }
    /* map1 icons end */

    /* map5 icons */

    .map_3d_5 .icon360_1 {
        top: 28.5%;
    }

    .map_3d_5 .icon360_2 {
        right: calc((100vw - 30px) * 0.32);
        top: 32%;
    }

    .map_3d_5 .icon360_3 {
        top: 30%;
    }

    .map_3d_5 .icon360_4 {
        top: 43%;
    }

    /* map5 icons end */

    .icons_description_holder {
        flex-direction: column;
        margin-top: 30px;
    }

    .single_map_wrapper:last-child h2 {
        text-align: center;
    }

    .icons_description_item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .icons_description_item span {
        margin: 0;
    }

    .icons_description_item h6 {
        margin-top: 5px;
    }
}