.tb_contactus .textbox {
background: #fff !important;
    border: 0px !important;
    border-radius: 3px 0 0 3px !important;
    width: 100%;
    min-height: 40px;
    transition: all .3s ease-in-out;
    outline-width: 0px;
    outline-style: outset;
    margin-bottom: 10px;
    font-family: BYekan;
    box-shadow: 0 0 5px #ccc;
}

.tb_contactus .textbox:focus, .tb_contactus .textbox:visited {
    box-shadow: 0 0 5px #373435 !important;
    outline-color: #e2dfcb;
    outline-width: 0px;
    background: #e9e9e9 !important;
}
.tb_contactus .fa {
    background-color: #800408;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    color:#fff;
}
.tb_contactus .tetxarea {
    min-height: 80px;
}

.tb_contactus input[type="button"] {
    background: #484848;
    border-radius: 5px;
    border: 1px solid #3a3a3a;
    width: 25%;
    height: 40px;
    cursor: pointer;
    margin-top: 10px;
    font-family: BYekan;
    font-size: 15px;
    float: left;
    color:#e2dfcb;
}

.tb_contactusB .textbox {
    background: #ccc9b6 !important;
    border: 1px solid #e2dfcb !important;
    border-radius: 0 !important;
    width: 100%;
    min-height: 35px;
    transition: all .6s cubic-bezier(1,-.84,0,1.77) 0s;
    outline-color: #e2dfcb;
    outline-width: 2px;
    box-shadow: 0 0 .1px .1px #ccc9b6;
}

[required] {
    box-shadow: 0 0 .1px .1px #ccc9b6;
    outline: 0 !important;
}

.tb_contactusB .textbox:focus, .tb_contactusB .textbox:visited {
    box-shadow: 0 0 5px #fff;
    outline-color: #fff;
    outline-width: 2px;
    transition: all .6s ease-in-out;
    background-color: rgba(255,255,255,.2) !important;
}

.tb_contactusB .tetxarea {
    min-height: 70px;
}

.tb_contactusB input[type="button"] {
    background: #ccc9b6;
    border-radius: 50px;
    border: 1px solid #fff;
    width: 50%;
    height: 45px;
    cursor: pointer;
    margin-top: 20px;
    transition: all .6s ease-in-out;
}

.tb_contactusB input[type="button"]:hover {
    background: none;
    background-color: #070707;
    border-radius: 50px;
    border: 1px solid #070707;
    width: 50%;
    height: 45px;
    cursor: pointer;
    margin-top: 20px;
    color: #fff;
    animation-name: button;
    animation-duration: 2s;
    transition: all .6s ease-in-out;
}

.dim {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: green;
    opacity: 1;
}

.lblDim {
    font-size: 14px;
}

.dim_content {
    clear: both;
    background-color: #fff;
    text-align: center;
}

.sendForm {
}

.mainDiv {
    position: relative;
}

.tb_contactus {
    width: 100%;
    display: inline-block;
    background-color:#ddd;
    padding: 36px 0;
    margin:10px 0;
}
.tb_contactus div:nth-child(5) {
    color: #fee71d !important;
}
@media all and (max-width:767px) {
        .tb_contactus input[type="button"] {
        width:50%;
    }
}