/* Book an Appointment section */
.bookAnAppointment .container {
	max-width: 1920px !important;
	padding:0px 10px;
	box-sizing: border-box;
	width: 100% !important;
}
.bookAnAppointment .container:after {
	clear: both;
	content: "";
	display: block;
}
.bookAnAppointment .gform_fields li:nth-child(1),.homeBoxes .gform_fields li:nth-child(1) {
    display: none !important;
}
.bookAnAppointment .gform_fields li,.bookAnAppointment .gform_wrapper .gform_footer {
    width: 14.20%;
    float: left;
    padding:0px 10px;
    clear: none !important;
    margin-top: 0px !important;
}
.bookAnAppointment .homeBoxes .homeForm, .homeBoxes .gform_wrapper .gform_footer {
    width: 100%;
    float: none;
    margin-bottom: 20px !important;
}
.bookAnAppointment .gform_wrapper .gform_footer input[type="submit"],.homeBoxes .gform_wrapper .gform_footer input[type="submit"] {
    height: 50px;
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    height: 50px;
    background-color: #c30d28 !important;
    border: 0px; 
    color: #fff;
}
.bookWrap input::-webkit-input-placeholder,
.bookAnAppointment input::-webkit-input-placeholder {
  color: #fff;
}
.bookWrap input:-moz-placeholder,
.bookAnAppointment input:-moz-placeholder {
  color: #fff;
}
.bookWrap input::-moz-placeholder,
.bookAnAppointment input::-moz-placeholder {
  color: #fff;
}
.bookWrap input:-ms-input-placeholder,
.bookAnAppointment input:-ms-input-placeholder {
  color: #fff;
}

.bookWrap textarea::-webkit-input-placeholder,
.bookAnAppointment textarea::-webkit-input-placeholder {
  color: #fff;
}
.bookWrap textarea:-moz-placeholder ,
.bookAnAppointment textarea:-moz-placeholder {
  color: #fff;
}
.bookWrap textarea::-moz-placeholder,
.bookAnAppointment textarea::-moz-placeholder {
  color: #fff;
}
.bookWrap textarea:-ms-input-placeholder,
.bookAnAppointment textarea:-ms-input-placeholder {
  color: #fff;
}

.bookAnAppointment textarea {
    color: #fff !important; 
}
.bookAnAppointment #input_1_5 + .ui-datepicker-trigger {
    position: absolute;
    top: 15px;
    right: 11px;
}
body .bookAnAppointment .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
    position: relative;
}
.bookAnAppointment input,.bookAnAppointment textarea,.homeBoxes input,.homeBoxes textarea {
    border: 1px solid #e5e5e5;
    width: 100% !important;
    height: 50px !important;
    padding: 10px 15px !important;
    line-height: 30px;
    color: #fff;
    background-color: transparent !important;
}
.homeBoxes textarea {
    height: 80px !important;
}

.homeForm .gform_wrapper ul.gform_fields li.gfield,.homeBoxes .gform_wrapper ul.gform_fields li.gfield {
    padding:0px !important;
}
.bookAnAppointment select,.homeBoxes select {
    width: 100% !important;
    height: 50px;
    background-color: transparent;
    color: #fff;
}
.bookAnAppointment label,.homeBoxes label{
    display: none !important;
}
body .bookAnAppointment .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}
.bookAnAppointment {
    background: #008080;
    position: relative;
    padding: 45px 0;
}
.bookAnAppointment h3 {
    font-size: 42px;
    text-align: center;
    color: #fff;
    margin: 0 0 0px;
}
@media screen and (max-width: 1440px) {
    .home .bookAnAppointment li,.bookAnAppointment .gform_wrapper .gform_footer{
        width: 25%;
        float: left;
        padding: 0px 10px;
        clear: none !important;
        margin-top: 0px !important;
        margin: 0 0 20px !important;
    }
}
@media screen and (max-width: 1090px) {
    .home .bookAnAppointment li,.bookAnAppointment .gform_wrapper .gform_footer{
        width: 50%;
    }
}
@media screen and (max-width: 880px) {
	.home .bookAnAppointment li,.bookAnAppointment .gform_wrapper .gform_footer {
        width: 100% !important;
    }
}