﻿html {
    height: 100%;
}

body {
    /*background-image: url(/App_Themes/images/contactus-back.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
    background-color: #ededed;
}

.DimoContent {
    background: none;
    padding-top: 4%;
    margin-top: 0px;
}

.active > a {
    color: #96b8ff !important;
}

.nav-tabs > li.active a {
    background: #2c2f40;
    color: #fff;
}

 

 

.contact-body {
    background: #ffffffc7;
    direction: rtl;
    overflow: hidden;
    min-height: 460px;
    font-family: iransansweb;padding:35px;
    margin-bottom:10px;    border-radius:24px;
        box-shadow: 0 4px 6px rgba(174, 190, 205, .3);
}

.contact-body .nav-tabs > li{
    float:right;
}


.contact-field-title {
    float: right;
}

.contact-txt {
    width: 98%;
    padding: 0 10px;
    font-family: iransansweb;
    height: 35px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(200 200 200 / 45%);
    box-shadow: 0 0px 4px rgb(174 190 205 / 65%);
}

.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: 350px;
    background: white;
    padding: 25px;
    overflow:hidden;
}
    .dimo-map iframe{
        height:300px !important;
        width:100% !important;
    }

    .contact-des {
        padding: 0px 35px;
    }
.contact-detail, .contact-detail a {
    font-size: 14px;
    color: #6c6c6c;
}
    .contact-detail i {
        border: none;
        font-size: 17px;
        width: 40px;
        text-align: center;
        
    }


@media only screen and (max-width:760px) {
    body {
        background: none;
        background-color: #ededed;
    }
    .contact-body{
        min-height:auto;
    }
}