﻿
.resp-tab-content {
    display: block;
    padding: 2em;
}

@media (min-width: 47.9375em) {
    .resp-tab-content {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}


.tab-contactContent {
    text-align: center;
}
@media (min-width: 61.1875em) {
    .tab-contactContent {
        width: 22.85714%;
        float: right;
        margin-left: 20px;
    }
}
.icon-bgcolor {
    background-color: #3db7fa;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 50px auto 20px;
    position: relative;
    box-shadow: 1px 3px 3px #ebebeb;
    overflow: hidden;
}
.tab-contactContent h3 {
    margin-top: 0;
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
}


dl, ol, p, ul {
    margin: 2em 0;
}
.tabs p:last-child {
    margin-bottom: 0;
}
.tab-form {
    clear: both;
    padding-top: 60px;
}

.icon-bgcolor:before {
    background-color: #3d59fa;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    width: 100%;
    border-radius: 50%;
}
.tab-contactContent:hover .icon-bgcolor:before {
    height: 100%;
}
.tab-contactContent * {
    font-family: IranSans ,Yekan,sans-serif;
    font-size: 13px;
    line-height: 2em;
}

