.img-set {
    border-radius: 8px !important;
    width: 350px;
}
.gap {
    margin-top: 10px !important;
}
img.varification-img {
    width: 50px !important;
}
.input_error {
	color:red !important;
	background-color:bisque !important;
}
.error{
	color:red !important;
}
.process {
    position: absolute;
    display: none;
    background: url(../images/loader.gif) 50% 50% no-repeat;
    padding: 41px 25px 41px 25px;
    height: 293px;
    width: 510px;
}
#msgquot {
    position: absolute;
    display: none;
    color: #FFF;
    line-height: 30px;
    font-size: 1.4em;
    margin: 0;
    height: 214px;
    padding: 130px 0 0px 4px;
    text-align: center;
    width: 480px;
}
.process_appoint {
    position: absolute;
    display: none;
    background: url(../images/loader.gif) 50% 50% no-repeat;
    padding: 41px 25px 41px 25px;
    height: 235px;
    width: 780px;
	    z-index: 1000;
}
#msgquot_appoint {
    position: absolute;
    display: none;
    color: green;
    line-height: 30px;
    font-size: 1.4em;
    margin: 0;
    height: 214px;
    padding: 130px 0 0px 4px;
    text-align: center;
    width: 765px;
	 z-index: 1000;
}