﻿
       .contactus-module {
            width: 100%;
            overflow: hidden;
            padding: 0 20px;
        }
        .contactus-module .header{
            padding: 10px;
            display: block;
            overflow: hidden;
        }
            .contactus-module .header .line-top {
                display: inline;
                width: 64%;
                float: right;
                border-bottom: solid 1px rgb(219, 213, 213);
                position: relative;
                height: 10px;
            }
            .contactus-module .header .contact-label {
                font-size: 1.5em;
                color: rgb(8, 103, 176);
                font-weight: 600;
            }
            .contactus-module .box-title {
                border-bottom: 0;
                padding-bottom: 0;
                margin-top: 11px;
            }

                .contactus-module .box-title .title {
                    font-size: 26px;
                }

            .contactus-module .contact-form {
                width: 35%;
                padding: 10px;
            }

                .contactus-module .contact-form li {
                    overflow: hidden;
                    margin-bottom: 15px;
                    padding-left: 2px;
                }
                    .contactus-module .contact-form li p {
                        margin: 0 0 0 10px;
                        width: 280px;
                    }

                .contactus-module .contact-form .info-contact .title {
                    font-weight: 700;
                    color: #1fa5d7;
                    text-transform: uppercase;
                    margin-top: 18px;
                }

            .contactus-module .info {
                width: 65%;
                padding: 17px 20px 10px 20px;
                overflow: hidden;
            }
                .contactus-module .info .contact-map {
                    margin-top: 12px;
                }
                .contactus-module .info .contact-info {
                    margin-top: 20px;
                }
    .contactus-module .contact-form .form-list li input.input-text {
        width: 100%;
        padding: 6px 8px;
        -webkit-border-radius: 0px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0px;
        -moz-background-clip: padding;
        border-radius: 0px;
        background-clip: padding-box;
        line-height: 20px;
        border: 1px solid #d7dadc;
    }
    .contactus-module .contact-form .form-list li .captcha input {
        width: 100%;
        padding: 6px 8px;
        -webkit-border-radius: 0px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0px;
        -moz-background-clip: padding;
        border-radius: 0px;
        background-clip: padding-box;
        line-height: 20px;
        border: 1px solid #d7dadc;
    }
    .contactus-module .contact-form .form-list li textarea {
        width: 100%;
        border: 1px solid #d7dadc;
        padding: 6px 8px;
        -webkit-border-radius: 0px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0px;
        -moz-background-clip: padding;
        border-radius: 0px;
        background-clip: padding-box;
        line-height: 20px;
        height: 100px;
        resize: none;
    }
    .contactus-module .button-submit {
        background: #085692;
        color: #fff;
        padding: 0 21px;
        float: right;
        height: 34px;
        line-height: 34px;
        border: 0;
        -webkit-border-radius: 0px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0px;
        -moz-background-clip: padding;
        border-radius: 0px;
        background-clip: padding-box;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
    }