
/*=========== contact ext recruiter ==========*/
.extFAQ-dash .faqH {
    background: #ccc none repeat scroll 0 0;
    float: left;
    padding: 6px 10px;
    width: 100%;
}
.extFAQ-dash .faqH .h4 {
    color: #000;
}
.extFAQ-dash .extFAQ-dash-inner {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ececec;
    float: left;
    padding: 13px 12px;
    width: 100%;
}
.contact {
    float: left;
    padding: 0;
    width: 100%;
}
.contact .contactLR {
    float: left;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
}
.contact .contactLR p {
    font: 13px/15px "Open Sans",sans-serif;
}
.contact .contactL {
    border-right: 1px dashed #adadad;
    float: left;
    padding: 0 70px 0 30px;
    width: 45%;
}
.contact .contactR {
    float: right;
    padding: 0 30px 0 60px;
    width: 54%;
}
.address .track {
    float: left;
    margin: 0 30px 10px 0;
    width: 45%;
}
.address .track p {
    margin: 0 0 15px;
}
.address .track.indiaAddress p {
    background: rgba(0, 0, 0, 0) url("../../images/indiaFlag.png") no-repeat scroll 0 4px;
    padding: 0 0 0 24px;
}
.address .track.ukAddress p {
    background: rgba(0, 0, 0, 0) url("../../images/ukFlag.png") no-repeat scroll 0 4px;
    padding: 0 0 0 24px;
}
.address .track.usaAddress p {
    background: rgba(0, 0, 0, 0) url("../../images/usaFlag.jpeg") no-repeat scroll 0 4px;
    padding: 0 0 0 24px;
}
.address .track.uaeAddress p {
    background: rgba(0, 0, 0, 0) url("../../images/uaeFlag.png") no-repeat scroll 0 4px;
    padding: 0 0 0 24px;
}
.address .track.ukAddress {
    float: left;
    margin: 0 0 10px;
}
.address .track.usaAddress {
    float: left;
    margin: 0 0 10px;
}
.contact h4 {
    border-bottom: 1px dashed #ccc;
    color: #ff212c;
    font: 400 18px/26px "Open Sans",sans-serif;
    padding: 0 0 2px;
}
.contact .address h5 {
    margin: 20px 0 2px;
}
.contact .innerForm {
    float: left;
    margin: 15px 0 0;
}
.contact .innerForm .fill-input {
    float: left;
    padding: 0 0 10px;
    width: 100%;
}
.contact .innerForm .fill-input.contact {
    width: 48%;
}
.contact .innerForm .fill-input.country {
    margin: -6px 6px 0 0;
    width: 49%;
}
.contact .innerForm .fill-input label {
    float: left;
    width: 100%;
}
.contact .innerForm .fill-input input {
    float: left;
    padding: 6px;
    width: 97%;
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
	-ms-box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
	-o-box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
}
.contact .innerForm .fill-input select {
    float: left;
    padding: 6px;
    width: 97%;
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
	-ms-box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
	-o-box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
}
.contact .innerForm .fill-input textarea {
    float: left;
    padding: 6px;
    width: 97%;
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
	-ms-box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
	-o-box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
}
.fill-input.contactSubmit {
    text-align: right;
}
.fill-input.contactSubmit button {
    padding: 3px 10px;
}
.contact .innerForm .fill-input.contactSubmit {
    padding: 0 18px 0 0;
}
.contact .innerForm .fill-input.contactSubmit button {
    background: #CF142B none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font: 15px open sans;
    margin: 0 0 10px;
	cursor:pointer;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.phoneNo {
    float: left;
    font: 13px/15px "Open Sans",sans-serif;
    width: 100%;
}
.phoneNo span {
    color: #000;
    font: 600 13px/15px "Open Sans",sans-serif;
}
