#wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.header {
	background: rgba(26, 35, 37, .85);
	height: 85px;
	width: 100%;
	display: block;
}
.new-wrap {
	max-width: 1100px;
	margin: 0 auto;
}
#logo { position:static; margin:0;
	float: left;
	width: 214px;
}
#logo a {
	display: inline-block;
	margin: 12px 0;
	width: 214px;
	height: 56px;
}
.formTable p.agree-trms {
  font-size: 14px;
  margin: 10px 0;
}
.agree-trms a:hover{
    color: #222;
}
.call {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	padding-top: 24px;
	margin: 0 auto;
	text-align: center;
	width: 697px;
	float: left;
}
.back {
	float: right;
	margin-top: 24px;
}
.back a {
	background: url(../img2/home.png) no-repeat 6px 2px;
	border: solid 1px #cfcecd;
	border-radius: 2px;
	color: #fff !important;
	padding: 8px 12px 8px 35px;
	display: inline-block;
	font-size: 14px;
}
.back a:hover {
	border: solid 1px #a5b0c0;
}
.tagline {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #ecedf1;
	height: 18px;
	line-height: 18px;
	z-index: 9999999;
	font-size: 10px;
}
.new-wrap h2 {
	font-size: 30px;
	color: #444444;
	margin: 20px 0 15px 0;
	font-weight: 700;
}
.new-wrap h3 {
	font-size: 26px;
	color: #153156;
}
.container {
	margin: 18px 0 0 0;
}
.left-panel {
	float: right;
	display: inline-block;
	width: 655px;
}
.left-panel h5 {
	font-size: 15px;
	color: #545454;
	padding-bottom: 20px;
}
.left-panel p {
	color: #545454;
	font-size: 15px;
	padding-bottom: 20px;
}
.left-panel ul {
	padding-bottom: 17px;
}
.left-panel ul li {
	background: url(../img2/grey-round-bullet.png) no-repeat left 8px;
	font-size: 15px;
	color: #545454;
	line-height: 18px;
	padding: 0 0 10px 18px;
}
.right-panel {
	float: left;
	width: 415px;
	display: inline-block;
	margin: 4px 0 35px 0;
}
.right-panel .formTable {
	background: #ecedf1;
	border-radius: 5px;
	border: 1px solid #dddddd;
	width: 414px;
	padding: 6px 13px 13px 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.right-panel .formTable table table input[type="text"] {
	width: 97%;
}
.right-panel .formTable table table td {
	text-align: right;
}
.right-panel .formTable table table td:first-child {
	text-align: left;
}
.right-panel .formTable input[type="submit"] {
	background: #afbc20;
	border-radius: 2px;
	margin: 5px 0 0 0;
	padding: 6px 15px;
	color: #fff;
	font-size: 20px;
	border: 0;
	outline: 0;
	cursor: pointer;
	width: 100%;
}
.right-panel .formTable input[type="submit"]:hover {
	background: #d02825;
}
.formTable textarea {
	height: 141px;
}
.footer {
	border-top: solid 1px #ECECEC;
	width: 100%;
	background: #f5f5f5;
	padding: 10px 0 30px 0;
	display: block;
}
.new-wrap-container a.main_web {
	float: right;
	background: #afbc20;
	border-radius: 4px;
	margin: 10px 0 0 0;
	padding: 6px 15px;
	color: #fff;
	font-size: 18px;
}
.new-wrap-container a.main_web:hover {
	color: #fff;
}
.why-fatbit-verticle li {
	display: inline-block;
	border: solid 1px #f1f1f1;
	/*padding: 3px;
	margin-left: 10px;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	margin-left: 23px;
	padding: 5px;
}
.why-fatbit-verticle {
	margin: 20px auto;
	text-align: center;
}
.why-fatbit-verticle li:first-child {
	margin-left: 0px;
}
.formTable {
	padding: 0px;
	margin: 0px;
}
.formTable form {
	padding: 0px;
	margin: 0px;
	color: #838282;
	font-size: 12px;
}
.formTable form table {
}
.formTable form table tr td {
	vertical-align: top;
}
.formTable form table td.formLabel {
	font-size: 15px !Important;
	color: #4f4f4f;
	padding: 10px 8px 10px 8px;
	text-align: right;
}
.formTable input[type="text"], .formTable select, .formTable textarea {
	background-color: white;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-border-radius: 2px;
	-icab-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	display: inline;
	padding: 6px 8px;
	color: #545454;
	margin: 4px 0 8px 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	height: 36px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.formTable input[type="text"].required-field:after {
	content: '*';
	position: absolute;
}
.formTable input[type="text"]:focus, .formTable select:focus, .formTable textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.formTable select {
	width: 97%;
	height: 36px;
	padding: 8px 8px;
}
.formTable textarea {
	height: 100px;
}
.formTable p {
	margin-bottom: 15px;
	position: relative;
}
.formTable input.input_small {
	width: 240px;
}
.formTable input.file-browsed {
	margin: 12px 0 10px 0;
}
.formTable input.inputsubmit, .formTable input.inputreset {
	margin: 7px 0;
	padding: 7px 20px;
	background: #74B020;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background: #7eab28;
	border: 1px solid #6a9519;
*border: 0px solid #274807;
*outline:0px;
	text-align: center;
	cursor: pointer;
	outline: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
*width: 160px;
	cursor: pointer;
	margin-right: 10px;
}
.formTable input.inputreset {
	background: #716e6d;
	border: solid 1px #545553;
}
.btn {
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
	background: url(../img2/bgbtn.jpg) repeat-x;
	color: #565e62;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #e1e0df;
	outline: none;
}
.text, .textarea {
	padding: 5px 10px;
	height: 27px;
	border: 1px solid #ddd;
	color: #333;
	background: url(../img2/bginput.jpg) repeat-x bottom #fff;
	position: relative;
	z-index: 2;
}
.text {
	width: 220px;
}
.textarea {
	height: 150px;
	width: 350px;
}
.area label.ok, .area label.error {
	height: 163px;
	padding-left: 410px;
	background-position: 387px 16px;
}
/* CSS3 */
.btn, .text, .textarea, .formTable label.error, .formTable label.ok {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
label.error {
	color: #f00;
	margin: 0px;
	padding: 0px;
	clear: both !important;
	display: block;
}
.spn_must_field {
	color: #FF0000;
}
#security_image {
	margin: 0;
}
table.tbl-padding td {
	padding-bottom: 8px;
	vertical-align: middle !important;
}
td.captcha {
	padding: 4px 0 0 0;
}
.captha-img {
	border: 1px solid #cccccc;
	height: 34px;
	width:145px; display:inline-block;
}
.refresh-green {
    display: inline-block;
    vertical-align: super;
}
/*New Added on 2 May 2015 For this page  http://fatbit-responsive.4demo.website/schedule-a-meeting.html*/
.why-fatbit-verticle.odd-verticle-space li {
	padding: 0px;
}
.schedule-wrap .theme-heading h2 {
	font-size: 40px;
}
/*.new-wrap.schedule-wrap {
	padding: 0 150px;
}*/
.new-wrap.schedule-wrap .left-panel {
	width: 43%;
}
.new-wrap.schedule-wrap .left-panel p, .new-wrap.schedule-wrap .left-panel ul li {
	font-size: 17px;
}
.new-wrap.schedule-wrap {
	margin: 0 auto;
	padding: 0;
	width: 780px;
}
 @media screen and (max-width: 800px) {
#logo a {
	display: inline-block;
	height: 56px;
	margin: 12px 0;
	width: 214px;
}
.call {
	display: none;
}
.back {
	float: none;
	margin-top: 0px;
	position: absolute;
	right: 15px;
	top: 30px;
}
.back a {
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	display: block;
	padding: 0px;
	background-position: center center;
}
.new-wrap h2 {
	font-size: 26px;
}
.left-panel {
	float: none;
	display: block;
	width: auto;
}
.right-panel {
	float: none;
	width: auto;
	display: block;
	margin: 4px 0 25px 0;
}
.right-panel .formTable {
	width: auto;
	padding: 8px;
}
.right-panel .formTable table table input[type="text"] {
	width: 100%;
}
td.captcha {
	padding: 10px 0;
}
.why-fatbit-verticle li {
	margin: 0 auto;
	display: block;
	background: none;
	border: none;
}
/*4-may*/
.new-wrap.schedule-wrap {
	width: auto;
}
.new-wrap.schedule-wrap .left-panel {
	width: auto;
	float: none;
}
}
 @media only screen and (min-width : 801px) and (max-width : 1024px) {
.left-panel {
	width: 553px;
}
.why-fatbit-verticle li {
	margin-left: 0px;
}
/*4-may*/

}
 @media only screen and (min-width : 801px) and (max-width :992px) {
/*4-may*/


}
@media only screen and (min-width : 993px) and (max-width :1100px) {
/*4-may*/


}
