.error {
    color: red;
    float: none;
    padding: 0 0 0 10px;
}

#step2{	
	display:none;	
}

#sidebar {
    position: absolute;
    right: 0;
    top: 150px;
    width: 40px;
    z-index: 1000;
}
#sidebar a {
    background: url("../images/request-img.png") ;
	background-repeat: no-repeat;
	background-position:left top;
    display: block;
    height: 205px;
    right: 0;
    width: 40px;
	transition: all 0.5s ease 0s;
}

#sidebar a:hover {
	background-position:right top;
}

.free-consultation.popup {
    background: transparent;
	display: none;
    width: 700px;
}
.schedule_appoint {
    background: #1f399a none repeat scroll 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    outline: medium none;
    padding: 8px 16px 6px !important;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    top: auto;
    width: 150px !important;
    z-index: 999;
}
.schedule_appoint:hover {
    color: #fff;
	text-decoration: none;
}
.schedule-form {
    background: #fff none repeat scroll 0 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    bottom: 0;
    box-shadow: 0 0 15px 0 #000000;
    color: #000;
    display: none;
    font-size: 12px;
    position: fixed;
    left: 20px;
    width: 300px !important;
    z-index: 9999999999;
	padding: 20px;
}
.schedule-form textarea {
    height: 100px;
}

.schedule-form input[type="submit"], .fancybox-skin input[type="submit"] {
    background: #1f399a;
    color: #fff;
    margin-top: 10px;
    width: 46%;
    margin: 0 auto;
    display: table;
    float: none !important;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: -3px;
    top: -2px;
}
.schedule-form input, .schedule-form textarea{
	margin-bottom: 10px;
}
#toTop {
    left: 10px;
}

.btn-info{
	background-color: #1f399a;
    border-color: #1f399a;
}



.es_textbox_button {
    background: #1f399a none repeat scroll 0 0;
    border: 1px solid #1f399a;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    width: 100%;
}
.es_textbox_button:hover {
    background: #4d4d4d none repeat scroll 0 0;
    border: 1px solid #4d4d4d;
    color: #fff;
}


.home-form input[type="email"] {
    width: 100%;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    color: #565656;
    font-size: 17px;
    background: transparent;
}