﻿.address, .contact-wrap {
    position: relative;
}

    .address:before, .phone:before {
        content: "";
        left: 0;
    }
.lineheight {
    line-height:32px;
}
.sharat {
    visibility: hidden;
}

.dropdown-submenu a:hover .sharat, .dropdown-submenu:hover .sharat {
    visibility: visible;
}

.sharat li a {
    color: #fff;
}

table tr td a {
    color: #1c628b;
}

    table tr td a:hover {
        color: #2e6f18;
    }

section {
    padding: 9px;
}

.subcontent {
    color: #00f;
    font-size: 16px;
    padding: 0px;
}

.head-title {
    font-weight: 700;
    color: #fff;
    padding: 8px;
    background: teal;
    width: 96.4%;
    margin-top: 4px;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

    .contact-form input, .contact-form textarea {
        color: #8c8c8c;
        float: left;
        border: 1px solid #ddd;
        line-height: 32px;
        margin-bottom: 15px;
        padding: 10px 20px;
        width: 100%;
        font-size: 16px;
    }

.contact-info .secTitle h3, .contact-wrap h1 {
    color: #fff;
}

.contact-now .contact {
    margin-bottom: 10px;
    padding: 14px 0;
    background: #eee;
}

.contact-form h1 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 36px;
}

.contact-form p, .contact-info {
    margin-bottom: 20px;
}

.contact-form h1:before {
    background: 0 0;
}

.contact-wrap h1:before {
    left: 0;
    margin-left: 0;
}

.contact-wrap .col-md-7 {
    padding: 0;
}

.contact-wrap .col-md-6 {
    padding-right: 0;
}

.contact-info .secTitle h3 span {
    display: block;
    padding-top: 7px;
}

.contact-info p {
    font-size: 14px;
    line-height: 24px;
    color: #adadad;
    padding-right: 30px;
}

.contact-info {
    margin-top: 25px;
}

    .contact-info h4 {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        margin: 25px 0 10px;
    }

    .contact-info h5 {
        font-size: 1.5em;
        color: #ff0404;
    }

.address, .phone {
    color: #d5d5d5;
    padding-left: 42px;
    font-weight: 700;
}

.address {
    font-size: 1em;
    line-height: 24px;
    margin-top: 27px;
}

    .address span {
        display: block;
    }

    .address:before {
        background: url(../images/map-icon.png) left no-repeat;
        width: 24px;
        height: 34px;
        position: absolute;
        top: 6px;
    }

.phone {
    font-size: 1.5em;
    margin-top: 25px;
    position: relative;
}

    .phone:before {
        background: url(../images/call-icon.png) left no-repeat;
        width: 28px;
        height: 28px;
        position: absolute;
        top: -2px;
    }

.contact-left {
    background: #272727;
    padding: 60px 0;
}

.right-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.map iframe {
    width: 100%;
}

.appointment {
    margin-top: 20px;
}

    .appointment a {
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        border: 2px solid #fff;
        padding: 12px 36px;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        background: red;
    }

        .appointment a:hover {
            background: #0a225f;
        }
