﻿/*************************
********* Contact Us CSS ******
**************************/

body > section {
    padding: 0;
    min-height: 79vh;
}

#SaminHamayesh-Map {
    border: 10px solid #f6f5f0;
    height: 300px;
    width: 100%;
    box-shadow: 0 0 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
 


#social-ul {
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 90px;
    padding: 0;
}
    #social-ul .title {
        font-weight: bold;
        font-size: 15px;
    }
    #social-ul li a i {
        font-size: 32px;
        line-height: 48px;
        height: 53px;
        width: 53px;
        margin-top: 6px;
        margin-left: 12px;
        margin-right: 0;
        margin-bottom: 6px;
        text-align: center;
        background: #ffffff;
        color: #00A3EE;
        border: 3px solid #ffffff;
        -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
        box-shadow: inset 0 0 0 5px #f2f2f2;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        float: right;
    }
        #social-ul li a i:hover {
            background: #00A3EE;
            color: #fff;
            -webkit-box-shadow: inset 0 0 0 5px #00A3EE;
            box-shadow: inset 0 0 0 5px #00A3EE;
            border: 3px solid #00A3EE;
        }
 
#contact-form-ul {
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 90px;
    padding: 0;
}
    #contact-form-ul .title {
        font-weight: bold;
        font-size: 15px;
    }
    #contact-form-ul li {
        margin-top: 5px;
    }
        #contact-form-ul li .title {
            font-weight: bold;
            font-size: 15px;
        }
        #contact-form-ul li .icon {
            color: #00A3EE;
            font-size: 20px;
            line-height: 20px;
        }
        #contact-form-ul li .btn {
            font-size: 15px;
            margin: 0;
            width: 100px;
        }
        #contact-form-ul li #btnSend .icon {
            color: white;
            font-size: 15px;
        }