

.row-fluid{
    width: 100%;
}
.row-fluid:after{
    display: table;
}
.widthspan4{
    width: 100%;
    margin-top: 20px;
}
.widthspan3{
    width: 100%;
    margin-top: 20px;
}
span.header6{
    color: #1F1F1F;
}
span.reqred,span.errormessage{
    color: #B50000;
    font-weight: 400;
    font-size: 12px;
}

.tabmarg{
    margin-top: 20px;
}
.label-area {
    margin-bottom: 10px;
}
.widthspan4 .input-area .inputfield input, .widthspan4 .input-area .inputfield textarea, .widthspan3 .input-area .inputfield input{
    color: #1f1f1f;
    background-color: #fff;
    border-color: #909090 #dadada #e4e4e4;
    padding: 10px;
}
.widthspan3 .tabmarg{
    width: 40%;
    margin-top: 10px;
}
.requ-p{
    color: #B50000;
    margin-top: 20px;
    font-size: 14px;
}
/* .pulldown{
    margin-bottom: 10px;
} */
.reqtextimport{
    color: #1f1f1f;
}
.reqtext{
    margin-top: 30px;
}
#sureBtn,#submitnow{
    display: inline-block;
    padding: 12px 24px;
    border-radius:3px;
    background: #262525;
    background: linear-gradient(to bottom,#444343 0%, #262525 100%);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
}
.errormessage{
    display: none;
}
#emailform select,#emailform select option{
    font-size: 14px;
    line-height: 18px;
    width: 150px;

}
.btnc input[type=button]{
    /* background: initial;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 6px 12px;
    font-weight: bold;
    text-shadow: none;
    border: none; */
}
.submitbtn{
    width: 100%;
    margin: 10px 0 40px;
    text-align: center;
}
.input-area p{
    color: #1f1f1f;
}
textarea{
    resize:none;
}
.yzm_img, .kbq{
    vertical-align: middle;
}
#submitnow{
    display: none;
}
#returnmes{
    text-align: center;
    margin: 50px auto;
}
.formsuccess{
    margin: 0 auto;
    position: relative;
    width: 27px;
    height: 27px;
    background-color: #0a5dbb;
    z-index: 5;
    border-radius: 50%;
}
.formsuccess:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 12px;
    color: #fff;
    border-bottom: 2px solid;
    border-right: 2px solid;
    left: 50%;
    top: 35%;
    transform-origin: center;
    transform: translate(-50%, -30%) rotate(45deg);
    -webkit-transform: translate(-50%, -30%) rotate(45deg);
    -moz-transform: translate(-50%, -30%) rotate(45deg);
    -ms-transform: translate(-50%, -30%) rotate(45deg);
    -o-transform: translate(-50%, -30%) rotate(45deg);
}
.successmessage{
    margin-top: 20px;
}
.successmessage p{
    font-size: 16px;
}
.successmessage a{
    font-size: 14px;
    color: #0041c0;
    font-weight: 600;
}
#emailform{
    width:600px;
    margin: 0 auto;
}
@media screen and (max-width: 640px){
    .fl-content-full .fl-page{
        padding: 0 10px;
    }
    #contactform{
        padding: 0 10px;
    }
    #emailform{
        width:100%;
        margin: 0 auto;
    }

    .requ-p{
        width: 95%;
    }
    .widthspan4{
        width: 95%;
    }
    .widthspan3 .tabmarg{
        width: 95%;
    }

}