﻿html {
    height: 100%;
}

body {
    background: #f7f7f7;
}

.DimoContent {
    background: none;
    padding-top: 2%;
    margin-top: 0px;
}

.active > a {
    color: #96b8ff !important;
}

.nav-tabs > li.active a {
    background: #2c2f40;
    color: #fff;
}

body {
    background-image: url(/App_Themes/images/contactus-back.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

 

.contact-body {
    background: #ffffffc7;
    direction: rtl;
    overflow: hidden;
    min-height: 460px;
    font-family: iransansweb;
    margin-bottom:10px;
}

.contact-body .nav-tabs > li{
    float:right;
}


.contact-field-title {
    float: right;
}

.contact-txt {
    width: 98%;
    padding: 0 10px;
    font-family: iransansweb;
    height: 35px;
}

.contact-form-title {
    text-align: center;
    font-size: 20px;
    padding: 14px;
    line-height: 23px;
}

    .contact-form-title span {
        font-size: 14px;
        color: #7d7c7c;
    }
     
.contact-body ul {
    margin: 33px;
    text-align: center;
    padding-right: 0;
}


.contact-tab {
    width: 49%;
    background: #f9f9f9;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    margin: 1px;
    text-align: center !important;
}

.contact-body i {
    border: 1px solid #a2a0a0;
    padding: 8px 12px;
    border-radius: 50%;
    margin-bottom: 8px;
}

.contact-body textarea {
    height: 80px;
    margin-top: 5px;
    line-height: 23px;
}

.dimo-map {
    width: 100%;
    margin: 10px auto;
    height: 205px;
    max-width: 445px;
}


@media only screen and (max-width:760px) {
    body {
        background: none;
        background-color: #ededed;
    }
    .contact-body{
        min-height:auto;
    }
}