.linq-form input[type="text"],
.linq-form input[type="tel"],
.linq-form input[type="email"],
.linq-form textarea {
    border: 1px solid #AAA;
    width: 100%;
    padding: 8px 0px;
        color: inherit;
    font-family: "montserratlight";
}


.linq-form input[type="text"]::-webkit-input-placeholder,
.linq-form input[type="tel"]::-webkit-input-placeholder,
.linq-form input[type="email"]::-webkit-input-placeholder,
.linq-form textarea::-webkit-input-placeholder {
    color: #555
}

.linq-form input[type="text"]::-moz-placeholder,
.linq-form input[type="tel"]::-webkit-input-placeholder,
.linq-form input[type="email"]::-webkit-input-placeholder,
.linq-form textarea::-moz-placeholder {
    color: #555
}

.linq-form input[type="text"]:-moz-placeholder,
.linq-form input[type="tel"]::-webkit-input-placeholder,
.linq-form input[type="email"]::-webkit-input-placeholder,
.linq-form textarea:-moz-placeholder {
    color: #555
}

.linq-form input[type="text"]:-ms-input-placeholder,
.linq-form input[type="tel"]::-webkit-input-placeholder,
.linq-form input[type="email"]::-webkit-input-placeholder,
.linq-form textarea:-ms-input-placeholder {
    color: #555
}

.linq-form textarea {
    resize: none;
        height: 190px;
}

.linq-form select {
	font-size: 16px;
	height: 40px;
    border: 1px solid #AAA;
    width: 100%;
    padding: 8px 11px;
    color: #555;
    background-color: #FFF
}

.linq-form label {
    font-weight: 300
}

.linq-form button {
        margin-bottom: 15px;
    height: 44px;
    padding-left: 27px;
    width: 130px;
    background-color: #1ab999;
    border: 2px solid #fff;
    outline: none;
}


.linq-form form {
    display: block;
    clear: both;
    overflow: hidden;
    margin: -5px
}

.linq-form .linq-form-field {
    float: left;
    /*overflow: hidden;*/
    width: 100%;
    padding: 5px 5px
}

.linq-form .linq-form-field.col-1 {
    width: 100%
}

.linq-form .linq-form-field.col-2 {
    width: 50%
}

.linq-form .linq-form-field.col-3 {
    width: 33.33333%
}

.linq-form .linq-form-field.col-4 {
    width: 25%
}

.linq-form .linq-form-field.col-5 {
    width: 20%
}

.linq-form .linq-form-field.col-6 {
    width: 16.66667%
}

.linq-form .linq-form-field.col-7 {
    width: 14.28571%
}

.linq-form .linq-form-field.col-8 {
    width: 12.5%
}

.linq-form .linq-form-field.col-9 {
    width: 11.11111%
}

.linq-form .linq-form-field.col-10 {
    width: 10%
}

.linq-form #send_form,
.linq-form #input_to_check {
    display: inline-block;
    vertical-align: top
}

.linq-form #send_form .linq-form-field,
.linq-form #input_to_check .linq-form-field {
    padding: 0
}

.linq-form #input_to_check {
    margin-right: 36px
}

.linq-form .waiting-box,
.linq-form .response-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    z-index: -1;
    -webkit-transition: z-index step-end 300ms, opacity 300ms linear 0s;
    -moz-transition: z-index step-end 300ms, opacity 300ms linear 0s;
    transition: z-index step-end 300ms, opacity 300ms linear 0s;
      left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}

.linq-form .waiting-box.active,
.linq-form .response-box.active {
    opacity: 1;
    -webkit-transition: z-index step-start 0s, opacity 300ms linear 0s;
    -moz-transition: z-index step-start 0s, opacity 300ms linear 0s;
    transition: z-index step-start 0s, opacity 300ms linear 0s
}

.linq-form .waiting-box img,
.linq-form .response-box img {
    display: block;
    margin: 0 auto;
    max-width: 170px;
    margin-top: 17%;
}

.linq-form .response-box img {
    margin-top: 21%;
}


.linq-form .waiting-box .inner,
.linq-form .response-box .inner {
    position: absolute;
    top: 24%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    height: auto;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.70);
}

.linq-form .waiting-box .inner .close-success-btn,
.linq-form .response-box .inner .close-success-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
}

.linq-form .waiting-box .inner .bold-text,
.linq-form .response-box .inner .bold-text {
    font-weight: 500
}

.linq-form .waiting-box .inner .response-message,
.linq-form .response-box .inner .response-message {
    padding-bottom: 10px
}

.linq-form .waiting-box .inner .reset-btn,
.linq-form .response-box .inner .reset-btn {
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin: 0px auto;
    padding: 8px;
    width: 200px;
    color: #3af;
    border: 1px solid #3af;
    text-transform: uppercase;
    background-color: #FFF;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms
}

.linq-form .waiting-box .inner .reset-btn:hover,
.linq-form .response-box .inner .reset-btn:hover {
    color: #0095ff;
    border: 1px solid #0095ff;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms
}

.linq-form .waiting-box.active {
    z-index: 2
}

.linq-form .waiting-box .sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.linq-form .waiting-box .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.linq-form .waiting-box .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3af;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.linq-form .waiting-box .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.linq-form .waiting-box .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.linq-form .waiting-box .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.linq-form .waiting-box .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.linq-form .waiting-box .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.linq-form .waiting-box .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.linq-form .response-box.active {
    z-index: 3
}

.linq-form .response-box .inner {
    opacity: 0;
    z-index: -1
}

.linq-form .response-box .inner.active {
    opacity: 1;
    z-index: 1
}

.linq-form .availability_list {
    margin-bottom: 5px
}

.linq-form .availability_list .choose-time {
    display: inline-block;
        margin-left: 5px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    width: 96.5%;
    border-bottom: 1px solid #21b092
}


.linq-form .availability_list .availables .available-time {
        display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 22%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    padding: 5px 5px;
    border-radius: 5px;
    background-color: none;
    margin: 5px 5px;
}

.linq-form .availability_list .availables .available-time:hover,
.linq-form .availability_list .availables .available-time:active,
.linq-form .availability_list .availables .available-time:focus {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
   color: white;
    background-color: #21b092;
}

.linq-form .availability_list .availables .available-time.picked {
    border: 1px solid #3af
}

.linq-form .availability_list .unavailable-time {
    padding: 5px 16px
}

.linq-form .availability_list .loading-hours {
    display: inline-block;
    overflow: hidden;
    color: #3af;
    font-size: 40px;
    height: 20px;
    line-height: 0
}

.linq-form .availability_list .loading-hours span {
    font-size: 50px;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

.linq-form .availability_list .loading-hours span:nth-child(2) {
    animation-delay: .2s
}

.linq-form .availability_list .loading-hours span:nth-child(3) {
    animation-delay: .4s
}

@keyframes blink {
    0% {
        opacity: .2
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: .2
    }
}

body .tooltip.top .tooltip-arrow {
    border-top-color: #f04d4d;
}

body .tooltip.left .tooltip-arrow {
    opacity: 0.95;
    border-left-color: #ee2f2f;
}

body .tooltip .tooltip-inner {
    background-color: #ee2f2f;
    border-radius: 5px;
    opacity: 0.95;
    font-size: 14px;
    line-height: 18px;
    font-family: 'montserratregular';
}

@media (max-width: 360px) {
    .linq-form #input_to_check {
        margin-right: 20px
    }
}

#custom-contact-form .appointment-blocks{ 
   vertical-align: top;
    display: inline-block;
    width: 50%;
}



 .linq-form-field  input:focus + label {
  color: #483d3b;
}
.linq-form-field  textarea:focus + label {
  color: #483d3b;
}
.linq-form-field  {
  position: relative;
}
 .linq-form-field  input {
  font-size: 16px;
  border: none;
  outline: none;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
 .linq-form-field  textarea {
  font-size: 14px;
  outline: none;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
 .linq-form-field :last-child input {
  border-bottom: none;
}
 .linq-form-field label {
  display: block;
  position: absolute;
  padding-top: 16px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 15px;
  top: -3px;
  left: 0px;
  font-size: 16px;
  z-index: 1;
  -moz-transform-origin: 0 0em;
  -ms-transform-origin: 0 0em;
  -webkit-transform-origin: 0 0em;
  transform-origin: 0 0em;
  -moz-transition: -moz-transform 160ms, color 200ms;
  -o-transition: -o-transform 160ms, color 200ms;
  -webkit-transition: -webkit-transform 160ms, color 200ms;
  transition: transform 160ms, color 200ms;
  -moz-transform: scale(1, 1) rotateY(0);
  -ms-transform: scale(1, 1) rotateY(0);
  -webkit-transform: scale(1, 1) rotateY(0);
  transform: scale(1, 1) rotateY(0);
  color: #999;
}
 .linq-form-field-float label {
  -moz-transform: scale(0.70, 0.70) rotateY(0);
  -ms-transform: scale(0.70, 0.70) rotateY(0);
  -webkit-transform: scale(0.70, 0.70) rotateY(0);
  transform: scale(0.70, 0.70) rotateY(0);
   left: 3px;
    top: -2px;
    color: #1ab999;
}
 .linq-form-field-float-input {
    padding-top: 13px !important;
    padding-bottom: 3px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
 input[type="text"],
 textarea {
    border: 1px solid #cbd0d3;
    width: 100%;
    padding: 10px 0px;
}
 .linq-form-field span.star {
 color: #f02100;
}


#appointment_form {
    position: relative;
    padding: 0 0 0 0;
}


#appointment_form h2 {
    color: #F68121;
    font-size: 26px;
    line-height: 30px;
    padding: 20px 0 10px 0
}

#appointment_form .breaker {
    display: block
}

#appointment_form  .appointment-blocks {
    vertical-align: top;
    display: inline-block;
    width: 50%
}

#appointment_form  .left-side {
    padding-right: 15px;
    padding-left: 70px;
}

#appointment_form .right-side {
    padding-left: 15px;
    padding-right: 70px;
}

#appointment_form .aligment-right {
    text-align: right;
    padding-right: 70px;
}

.modal-dialog .modal-content {
    padding: 0 !important; 
    margin-bottom: 49px;

  }
.appointment-time{
    width: 40%;
    border: 1px solid #21b092 !important;
    display: inline-block !important;
}

.modal-form-close-btn .glyphicon-remove{
  color: #fff;
}


.modal-dialog{
  width: 910px !important;
}


.modal {
    overflow-y: auto
}

.modal-dialog .modal-form-close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 7px 0 0;
    top: 8px;
    right: 8px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: color 500ms linear;
    -moz-transition: color 500ms linear;
    -o-transition: color 500ms linear;
    transition: color 500ms linear
}

.modal-dialog .modal-form-close-btn:hover {
    color: #AE4100
}

.modal-dialog .modal-content {
    padding: 15px
}

.modal-dialog .modal-body {
    padding: 0
}

.modal-dialog .form-title {
    padding: 38px 70px;
    margin-bottom: 30px;
background: #689ee0; 
background: -moz-linear-gradient(to right,  #689ee0 0%, #fdac1d 100%);
background: -webkit-linear-gradient(to right,  #689ee0 0%,#fdac1d 100%); 
background: linear-gradient(to right,  #689ee0 25%, #fdac1d 75%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#689ee0', endColorstr='#fdac1d',GradientType=0 );

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    text-align: left;

}


.modal-dialog .modal-content {
    padding: 0 !important; 
    margin-bottom: 49px;

  }
.appointment-time{
    width: 40% !important;
    border: 1px solid #21b092 !important;
    height: 40px;
}

.modal-form-close-btn .glyphicon-remove{
  color: #fff;
}

.appointment-home .name {
  margin-right: 10px;
  height: 40px;
  background-image: url("/images/fill-form-name.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  color: #000;
      border: none;
}

.appointment-home .phone {
  margin-right: 10px;
  height: 40px;
  background-image: url("/images/fill-form-phone.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  color: #000;
      border: none;
}

.appointment-home .email {
  margin-right: 10px;
  height: 40px;
  background-image: url("/images/fill-form-email.png");
  background-repeat: no-repeat;
  color: #000;
  background-position: 95% 50%;
      border: none;
}

.appointment-home .confirm {
  -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  height: 40px;
  background-color: #1ab999;
  outline:none;
  border: 2px solid #fff;
}

.appointment-home{
  width: 100%; 
  background-color:#1ab999;
  height: 280px; 
  margin-bottom: 30px;
  color: white;
}

.appointment-home p{
  color: #fff;
  line-height: 26px;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 10px 50px rgba(0,0,0,.3);
}

#appointment2{
    width: 59%;
    display: inline-block;
    border-right: none !important;
}
/*# sourceMappingURL=leadsinquiries.css.map */

@media (max-width: 769px){
  
  #appointment_form .left-side, #appointment_form .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-dialog {
    width: 95% !important;
  }
}

@media (max-width: 700px){
  #appointment_form .appointment-blocks {
    width: 100%;
  }
}

linq-form.mode-ajax{
  position: relative;
}

body .glow {
    border: 1px solid red!important;
    -webkit-box-shadow: 0 0 0px #ef6b01!important;
    -moz-box-shadow: 0 0 0px #ef6b01!important;
    box-shadow: 0 0 0px #ef6b01!important;
}

.error-symbol{ 
    position: absolute;
    right: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 1;
}

.error-symbol.error{
  background-image: url('/images/error.png');
 }

.error-symbol.success{
  background-image: url('/images/confirm.png');
 }

.error-symbol.active{
  opacity: 1;
 }

