﻿.TMG-main {
    min-height: 500px;
}

.TMG-contactB {
}

.TGM-4S {
    height: 15vw;
    display: flex;
    justify-content: space-around;
    margin: 5% 15% 0 15%;
}

.TGM-mail {
    background-color: #F2F3F7;
    height: 8vw;
    width: 8vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .TGM-mail img {
        width: 6vw;
        height: auto;
    }

.TGM-fax {
    background-color: #F2F3F7;
    height: 8vw;
    width: 8vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .TGM-fax img {
        width: 6vw;
        height: auto;
    }

.TGM-address {
    background-color: #F2F3F7;
    height: 8vw;
    width: 8vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .TGM-address img {
        width: 6vw;
        height: auto;
    }

.TGM-phone {
    background-color: #F2F3F7;
    height: 8vw;
    width: 8vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .TGM-phone img {
        width: 4vw;
        height: auto;
    }

.TGM-Address1 {
    margin-right: 2%;
}

.TGM-Fax1 {
    margin-right: 3%;
}


.TGM-mail {
    background-color: #F2F3F7;
    height: 8vw;
    width: 8vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .TGM-mail img {
        width: 6vw;
        height: auto;
    }

.TGM-fax {
    background-color: #F2F3F7;
    height: 8vw;
    width: 8vw;
    /*margin-left: 10%;*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .TGM-fax img {
        width: 6vw;
        height: auto;
    }

.TGM-address {
    background-color: #F2F3F7;
    height: 8vw;
    width: 8vw;
    margin-right: 18%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .TGM-address img {
        width: 6vw;
        height: auto;
    }

.TGM-phone {
    background-color: #F2F3F7;
    height: 8vw;
    width: 8vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .TGM-phone img {
        width: 6vw;
        height: auto;
    }

.TGM-Tmail {
    height: 8vw;
    width: 8vw;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    font-family: iranyekanwebregular;
}



.TGM-Tfax {
    height: 8vw;
    width: 8vw;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    font-family: iranyekanwebregular;
}



.TGM-Taddress {
    height: 8vw;
    width: 14vw;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1vw;
    font-family: iranyekanwebregular;
}



.TGM-Tphone {
    height: 8vw;
    width: 8vw;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    font-family: iranyekanwebregular;
}
.TGM-map {
    overflow: hidden;
    padding-bottom: 45.25%;
    position: relative;
    height: 0;
    /*height: auto;*/
    /*background-color: antiquewhite;*/
    margin-bottom: 5%;
    width:100%;
}

    .TGM-map iframe {
        left: 0;
        top: 0;
        /*height: 100%;*/
        width: 80%;
        position: absolute;
        margin-left:10%;
        margin-right:auto;
    }