.responsive-map {
    overflow: hidden;
    position: relative;
    height: 0;
    height: 400px;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 400px;
    width: 100%;
    position: absolute;
    pointer-events: none;

}


@font-face {
    font-family: 'Italiana';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Italiana.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.mobile-menu {
    cursor: pointer;
}


.dropdown.language .dropdown-toggle {
    background: transparent;
    border: 0;
    border-radius: 6px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

.dropdown.language img {
    width: 24px;
    height: 20px;
}

.dropdown.language .dropdown-menu span {
    font-size: 14px;
    color: #000;
}

.dropdown.language .dropdown-menu {
    width: auto;
    min-width: auto;
    border-radius: 4px;
    border: 0;
    padding: 0;
    box-shadow: 0 0 3px #00000047;
    margin-top: 5px;
}

.dropdown.language .dropdown-item:hover {
    border-radius: 6px;
}

.dropdown.language .dropdown-item {
    padding: 5px 10px;
}


.navbar-scrolled .dropdown.language .dropdown-toggle{
    color: #7f9eb2;
}

.social-fixed {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
}

.social-fixed-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-radius: 40px;
}

.social-fixed-item:last-child {
    margin-bottom: 0;
}

.social-fixed-item svg{
    box-shadow: 1px 1px 4px #00000063;
    border-radius: 50%;
}
.social-fixed-item {
    width: 40px;
    height: 40px;
    display: flex;
    margin-bottom: 5px;

}

.social-fixed-btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: 1px 1px 4px #00000063;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8740a;
    color: #fff;
}

.social-fixed-btn img{
    font-size: 20px;
    padding-top: 4px;
}


.social-fixed-btn svg{
    display: none;
}

.social-fixed-btn.active img{
    display: none;
}
.social-fixed-btn.active svg{
    display: block;
}


@media (max-width:767px) {
    .social-fixed {
        /*right : 10px;*/
        bottom: 10px;
    }
    .logo img{
        width:90px;
        height: 90px;
    }
}
#phone{
    position: fixed;left: 20px;z-index: 1000;bottom: 10px;background-color:#03E78B;width: 140px;height: 40px;font-size: 14px;border-radius: 50px;
}
#phone a{
    color: #ffffff !important;
}
.chat-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 60px;
    left: 20px;
    border: none;
    z-index: 1000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    background-color: #25d366;
}
.ml-2, .mx-2 {
    margin-left: .7rem !important;
}

