
#IranMap{
    display: block;
    position: relative;
    direction: rtl;
    text-align: right;
    padding: 0;
    font-family: "IRANSans"
    font-size: 11px;
    width: 90%;
    margin: 0 auto;
}

#IranMap .show-title{
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    margin: 0 !important;
    padding: 0 5px;
    text-align: center;
    line-height: 26px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    opacity: 0.8;
}
.dis-none{
    display: none !important
}
#IranMap{
margin-top: 150px
}
#IranMap .map{
    display: block;
    float: left;
    width: 60%;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* background-color: #000 */
}
#IranMap .map svg{
    height: 500px;
    width: 100%;
}
#IranMap .map .border path, #IranMap .map .island path{
    fill: #fff;
}
#IranMap .map .province path{
    fill: #999;
}
#IranMap .map .sea path, #IranMap .map .lake path{
    fill: #6caed8;
}
#IranMap .map .province path:hover, #IranMap .map .island path:hover, #IranMap .map .province path.hover, #IranMap .map .island path.hover{
    fill: #c33a2c !important;
    cursor: pointer;
}

#IranMap .list{
    display: block;
    float: right;
    width: 40%;
}
#IranMap .list ul{
    padding: 0;
}
#IranMap .list>ul{
    margin-left: 10px;
    /* margin-top: 200px; */
}
#IranMap .list li{
    list-style: none;
}
#IranMap .country{margin-top: 60px;margin-bottom: 25px;}
#IranMap .list span{
  
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C64744;
    color: #fff;
  
    direction: rtl;
  line-height: 60px;
    margin-bottom: 10px;
    font-size: 14px;
}
#IranMap .list li ul li{
    display: block;
    float: right;
    width: 33.33333%;
   
    cursor: pointer;
    margin-bottom: 15px;
}
#IranMap .list li ul li a{
  
    width: 97%;
    min-height: 50px;
    display: flex;
    border: 2px solid #eee;

    align-items: center;
    justify-content: center;
    color: #535353;
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
#IranMap .list li ul li a:hover, #IranMap .list li ul li a.hover{
    background: #F2F2F2;
    
}
#IranMap .list ul:before, #IranMap .list ul:after{
    display: table;
    content: " ";
}
#IranMap .list ul, #IranMap .list ul:after{
    clear: both;
}

#IranMap .city{
    clear: both;
    padding: 10px 0;
}

@media(max-width: 930px){
    #IranMap .list{
        /* width: 50%; */
    }
}
@media(max-width: 745px){
    #IranMap .list li ul li{
        /* width: 50%; */
    }
}
@media(max-width: 515px){
    #IranMap .list, #IranMap .map{
        width: 100%;
    }
    #IranMap .list li ul li{
        width: 33.33333333333333%;
    }
    #IranMap .list li ul li a{
        font-size: 10px !important;
    }
}
@media(max-width: 515px){
    #IranMap .list li ul li{
        width: 50%;
    }
}
@media(max-width: 250px){
    #IranMap .list li ul li{
        width: 100%;
    }
}


.branches {
    background: #202020;
    height: 100vh;
  }

  @media only screen and (max-width:1400px){
    .branches{
        height: 100%; 
    }
  }
  .fillcolor{
    fill: #c33a2c !important;
  }


  @media only screen and (max-width:600px){
    #IranMap .map,#IranMap .list{
        width:100%
    }
    main.branches .info{
        padding:0 20px
    }
  }