/* Responsiveness */
@media screen and (max-width: 1600px) {
    footer .mt_footer_bottom_block {
        justify-content: center;
    }
    footer .mt_footer_bottom_block .mt_social_wrapper {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .services-wrapper ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .services-wrapper ul li {
        margin-bottom: 40px;
    }
    .services-wrapper ul li img {
        min-width: 320px;
        width: 55%;
    }
    body.virtual_tour #mainContents header {
        padding-top: 15px;
        padding-bottom: 15px; 
    }
    header .mt_logo_area img {
        max-width: 50px;
    }
}
@media screen and (min-width: 769px) {
    .home-page .main_wrapper footer .mt_footer_address_block .mt_address_right {
        width: 36vw;
    }
    footer .mt_footer_address_block p .mt_desktop {
        display: none !important;
    }
    #mainContents #home_page .mt_home_intro .mt_txt_intro {
        color: #fff !important;
    }
    #mainContents .mt_banner .mt_txt_intro {
        max-width: 100%;
    }
}
@media screen and (min-width: 1025px) {
    .home-page .main_wrapper footer .mt_footer_address_block .mt_address_right {
        width: 32vw;
    }
}
@media screen and (min-width: 1200px) {
    .services-wrapper ul li img {
        min-width: 336px;
    }
    .services-wrapper ul li {
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
    .services-wrapper ul li img {
        width: 80%;
    }
}
@media screen and (min-width: 1401px) {
    .mt_hamb_menu {
        padding: 140px 30px 35px 20px !important;
    }
}
@media (max-width: 1400px) {
    #mainContents .mt_hamb_menu {
        padding: 140px 8px 35px;
    }
}
@media (max-width: 1100px) {
    footer .mt_footer_bottom_block a.mt_privacy,
    footer .mt_footer_bottom_block span.mt_privacy {
        padding-left: 2vw;
        padding-right: 2vw;
    }
    footer .mt_footer_bottom_block a.mt_with_margin,
    footer .mt_footer_bottom_block span.mt_with_margin {
        margin-right: 2vw;
    }
    footer .mt_footer_bottom_block .mt_cookie {
        padding-right: 2vw;
    }
    footer .mt_footer_bottom_block a.mt_privacy,
    footer .mt_footer_bottom_block span.mt_privacy,
    footer .mt_footer_bottom_right span,
    footer .mt_footer_bottom_block .mt_cookie {
        text-align: center;
    }
}
@media screen and (min-width: 992px) and (max-width: 1050px) {
    #mainContents header .mt_navigation_wrapper nav ul li a {
        margin-right: 15px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1230px) {
    #mainContents header .mt_navigation_wrapper nav ul li a {
        margin-right: 20px;
    }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
    #mainContents header .mt_navigation_wrapper nav ul li a {
        margin-right: 3vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1036px) {
    footer .mt_footer_address_block .mt_address_middle {
        margin-right: 1vw;
    }
}
@media screen and (max-width: 992px) {
    .mt_top_header ul li a{
      font-size: 11px!important;
    }
  }