.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: 'iransans';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/* */
/*    src: url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Black.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;*/
/*}*/
@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Light.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Light.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Regular.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Regular.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Medium.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Medium.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-DemiBold.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-DemiBold.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-DemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Bold.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Bold.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-ExtraBold.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-ExtraBold.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src:
            url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Black.woff2) format("woff2"),
            url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Black.woff) format("woff"),
            url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}

.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;
}
.button-fix{
    position: fixed;
    left: 45px;
    bottom: 6vw;
    z-index: 12;
}

.social-fixed {
    position: fixed;
    left: 40px;
    bottom: 60px;
    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;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}
