.ht5 {
    height: 5px;
}

.ht10
{
    height:10px;
}
.ht15 {
    height: 15px;
}
.topMar0
{
 margin-top:0px;
}
.botMar0 {
    margin-bottom: 0px;
}

.botMar30 {
   margin-bottom: 30px;
}

.txtCentre {
    text-align: center;
}

.txtTop
{
    vertical-align: top;
}

.fnt10
{
    font-size:10px;
}

.fntbold
{
font-weight:bold;
}

.Rmar10
{
    margin-right:10px;
}
.contact_form_new {
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background-color: #f2f3f5;
    
}

    .contact_form_new .form-control {
        background-color: #fff;
        margin-bottom: 10px;
        border: 1px solid #ebebeb;
        box-sizing: border-box;
        color: black;
        font-size: 16px;
        outline: 0 none;
        padding: 10px 25px;
        height: 50px;
        resize: none;
        box-shadow: none !important;
        width: 100%;
    }

    .contact_form_new textarea {
        color: #bcbcbc;
        padding: 20px 25px !important;
        height: 160px !important;
    }

    .contact_form_new .form-control::-webkit-input-placeholder {
        color: #bcbcbc;
    }

    .contact_form_new .form-control::-moz-placeholder {
        opacity: 1;
        color: #bcbcbc;
    }

    .contact_form_new .form-control::-ms-input-placeholder {
        color: #bcbcbc;
    }

#contact_new {
    background: url(images/bg.png) no-repeat center center #fff;
}
.fntGreen
{
   color:green;
}