#appointmefnt_form_pop {
  background: rgba(2, 55, 56, 0.61);
}
#appointmefnt_form_pop .modal-sm {
  width: 360px;
  max-width: 100%;
  margin: 50px auto 0;
  margin-left: 500px;
}
#appointmefnt_form_pop .modal-sm .modal-content {
  background: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#appointmefnt_form_pop .modal-sm .modal-content button.close {
  opacity: 1;
  text-shadow: none;
  margin-top: 25px;
}
#appointmefnt_form_pop .modal-sm .modal-content button.close i {
  font-size: 30px;
  color: #fff;
}
#appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_inputs input[type="submit"] {
  font-size: 16px;
}
#appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer {
  padding: 20px 0;
}
#appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a {
  color: #fff;
  font-size: 30px;
}
#appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a img {
  display: inline-block;
  margin-right: 10px;
}


.appointment_home_form2 .title {
  font-size: 28px;
  font-family: 'Lato', sans-serif;
  line-height: 42px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.appointment_home_form2 .form_footer {
  padding: 30px 0;
}
.appointment_home_form2 .form_footer a {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #404d5f;
}
.appointment_home_form2 .form_footer a img {
  margin-right: 10px;
}
.appointment_home_form2 .form_inputs input[type="submit"] {
  background: #0e8486;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 55px;
  padding: 0;
  height: auto;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.appointment_home_form2 .form_inputs input[type="submit"]:hover,
.appointment_home_form2 .form_inputs input[type="submit"]:focus {
  background: #555555;
}
.appointment_home_form2 .form_inputs .input_row {
  background: #fff;
  border-bottom: 1px solid  #0e8486;
  padding: 18px 30px;
  text-align: left;
}
.appointment_home_form2 .form_inputs .input_row label {
  color: #385648;
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.appointment_home_form2 .form_inputs .input_row .form-control {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-family: 'Karla', sans-serif;
  color: #0e8486;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  height: auto;
}
.appointment_home_form2 .form_inputs .input_row .form-control::-moz-placeholder {
  color: #0e8486;
  opacity: 1;
}
.appointment_home_form2 .form_inputs .input_row .form-control:-ms-input-placeholder {
  color: #0e8486;
}
.appointment_home_form2 .form_inputs .input_row .form-control::-webkit-input-placeholder {
  color: #0e8486;
}
.appointment_home_form2 .form_inputs .input_row textarea.form-control {
  resize: none;
  height: 80px;
}


/**
 * 14.5 - >= 1200px
 */

 @media screen and (max-width: 1990px) {
  #appointmefnt_form_pop {
    background: rgba(2, 55, 56, 0.61);
  }
  #appointmefnt_form_pop .modal-sm {
    width: 360px;
    max-width: 100%;
    margin: 100px auto 0;
    margin-left: 800px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content {
    background: none;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #appointmefnt_form_pop .modal-sm .modal-content button.close {
    opacity: 1;
    text-shadow: none;
    margin-top: 25px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content button.close i {
    font-size: 30px;
    color: #fff;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_inputs input[type="submit"] {
    font-size: 16px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer {
    padding: 20px 0;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a {
    color: #fff;
    font-size: 30px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a img {
    display: inline-block;
    margin-right: 10px;
  }
  
  
  .appointment_home_form2 .title {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
    margin: 0;
  }
  .appointment_home_form2 .form_footer {
    padding: 30px 0;
  }
  .appointment_home_form2 .form_footer a {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #404d5f;
  }
  .appointment_home_form2 .form_footer a img {
    margin-right: 10px;
  }
  .appointment_home_form2 .form_inputs input[type="submit"] {
    background: #0e8486;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 55px;
    padding: 0;
    height: auto;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .appointment_home_form2 .form_inputs input[type="submit"]:hover,
  .appointment_home_form2 .form_inputs input[type="submit"]:focus {
    background: #555555;
  }
  .appointment_home_form2 .form_inputs .input_row {
    background: #fff;
    border-bottom: 1px solid  #0e8486;
    padding: 18px 30px;
    text-align: left;
  }
  .appointment_home_form2 .form_inputs .input_row label {
    color: #385648;
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-family: 'Karla', sans-serif;
    color: #0e8486;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    height: auto;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control::-moz-placeholder {
    color: #0e8486;
    opacity: 1;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control:-ms-input-placeholder {
    color: #0e8486;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control::-webkit-input-placeholder {
    color: #0e8486;
  }
  .appointment_home_form2 .form_inputs .input_row textarea.form-control {
    resize: none;
    height: 80px;
  }
  

	
}


@media screen and (max-width: 1790px) {

	
}

@media screen and (max-width: 1690px) {
  #appointmefnt_form_pop {
    background: rgba(2, 55, 56, 0.61);
  }
  #appointmefnt_form_pop .modal-sm {
    width: 360px;
    max-width: 100%;
    margin: 50px auto 0;
    margin-left: 500px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content {
    background: none;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #appointmefnt_form_pop .modal-sm .modal-content button.close {
    opacity: 1;
    text-shadow: none;
    margin-top: 25px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content button.close i {
    font-size: 30px;
    color: #fff;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_inputs input[type="submit"] {
    font-size: 16px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer {
    padding: 20px 0;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a {
    color: #fff;
    font-size: 30px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a img {
    display: inline-block;
    margin-right: 10px;
  }
  
  
  .appointment_home_form2 .title {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
    margin: 0;
  }
  .appointment_home_form2 .form_footer {
    padding: 30px 0;
  }
  .appointment_home_form2 .form_footer a {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #404d5f;
  }
  .appointment_home_form2 .form_footer a img {
    margin-right: 10px;
  }
  .appointment_home_form2 .form_inputs input[type="submit"] {
    background: #0e8486;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 55px;
    padding: 0;
    height: auto;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .appointment_home_form2 .form_inputs input[type="submit"]:hover,
  .appointment_home_form2 .form_inputs input[type="submit"]:focus {
    background: #555555;
  }
  .appointment_home_form2 .form_inputs .input_row {
    background: #fff;
    border-bottom: 1px solid  #0e8486;
    padding: 18px 30px;
    text-align: left;
  }
  .appointment_home_form2 .form_inputs .input_row label {
    color: #385648;
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-family: 'Karla', sans-serif;
    color: #0e8486;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    height: auto;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control::-moz-placeholder {
    color: #0e8486;
    opacity: 1;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control:-ms-input-placeholder {
    color: #0e8486;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control::-webkit-input-placeholder {
    color: #0e8486;
  }
  .appointment_home_form2 .form_inputs .input_row textarea.form-control {
    resize: none;
    height: 80px;
  }
  

}

@media screen and (max-width: 1590px) {

  #appointmefnt_form_pop {
    background: rgba(2, 55, 56, 0.61);
  }
  #appointmefnt_form_pop .modal-sm {
    width: 360px;
    max-width: 100%;
    margin: 50px auto 0;
    margin-left: 500px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content {
    background: none;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #appointmefnt_form_pop .modal-sm .modal-content button.close {
    opacity: 1;
    text-shadow: none;
    margin-top: 25px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content button.close i {
    font-size: 30px;
    color: #fff;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_inputs input[type="submit"] {
    font-size: 16px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer {
    padding: 20px 0;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a {
    color: #fff;
    font-size: 30px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a img {
    display: inline-block;
    margin-right: 10px;
  }
  
  
  .appointment_home_form2 .title {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
    margin: 0;
  }
  .appointment_home_form2 .form_footer {
    padding: 30px 0;
  }
  .appointment_home_form2 .form_footer a {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #404d5f;
  }
  .appointment_home_form2 .form_footer a img {
    margin-right: 10px;
  }
  .appointment_home_form2 .form_inputs input[type="submit"] {
    background: #0e8486;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 55px;
    padding: 0;
    height: auto;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .appointment_home_form2 .form_inputs input[type="submit"]:hover,
  .appointment_home_form2 .form_inputs input[type="submit"]:focus {
    background: #555555;
  }
  .appointment_home_form2 .form_inputs .input_row {
    background: #fff;
    border-bottom: 1px solid  #0e8486;
    padding: 18px 30px;
    text-align: left;
  }
  .appointment_home_form2 .form_inputs .input_row label {
    color: #385648;
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-family: 'Karla', sans-serif;
    color: #0e8486;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    height: auto;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control::-moz-placeholder {
    color: #0e8486;
    opacity: 1;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control:-ms-input-placeholder {
    color: #0e8486;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control::-webkit-input-placeholder {
    color: #0e8486;
  }
  .appointment_home_form2 .form_inputs .input_row textarea.form-control {
    resize: none;
    height: 80px;
  }
  

}


@media screen and (max-width: 1490px) {

  #appointmefnt_form_pop {
    background: rgba(2, 55, 56, 0.61);
  }
  #appointmefnt_form_pop .modal-sm {
    width: 360px;
    max-width: 100%;
    margin: 50px auto 0;
    margin-left: 500px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content {
    background: none;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #appointmefnt_form_pop .modal-sm .modal-content button.close {
    opacity: 1;
    text-shadow: none;
    margin-top: 25px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content button.close i {
    font-size: 30px;
    color: #fff;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_inputs input[type="submit"] {
    font-size: 16px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer {
    padding: 20px 0;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a {
    color: #fff;
    font-size: 30px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a img {
    display: inline-block;
    margin-right: 10px;
  }
  
  
  .appointment_home_form2 .title {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
    margin: 0;
  }
  .appointment_home_form2 .form_footer {
    padding: 30px 0;
  }
  .appointment_home_form2 .form_footer a {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #404d5f;
  }
  .appointment_home_form2 .form_footer a img {
    margin-right: 10px;
  }
  .appointment_home_form2 .form_inputs input[type="submit"] {
    background: #0e8486;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 55px;
    padding: 0;
    height: auto;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .appointment_home_form2 .form_inputs input[type="submit"]:hover,
  .appointment_home_form2 .form_inputs input[type="submit"]:focus {
    background: #555555;
  }
  .appointment_home_form2 .form_inputs .input_row {
    background: #fff;
    border-bottom: 1px solid  #0e8486;
    padding: 18px 30px;
    text-align: left;
  }
  .appointment_home_form2 .form_inputs .input_row label {
    color: #385648;
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-family: 'Karla', sans-serif;
    color: #0e8486;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    height: auto;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control::-moz-placeholder {
    color: #0e8486;
    opacity: 1;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control:-ms-input-placeholder {
    color: #0e8486;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control::-webkit-input-placeholder {
    color: #0e8486;
  }
  .appointment_home_form2 .form_inputs .input_row textarea.form-control {
    resize: none;
    height: 80px;
  }
  
	
}

@media screen and (max-width: 1390px) {

  #appointmefnt_form_pop {
    background: rgba(2, 55, 56, 0.61);
  }
  #appointmefnt_form_pop .modal-sm {
    width: 360px;
    max-width: 100%;
    margin: 50px auto 0;
    margin-left: 500px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content {
    background: none;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #appointmefnt_form_pop .modal-sm .modal-content button.close {
    opacity: 1;
    text-shadow: none;
    margin-top: 25px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content button.close i {
    font-size: 30px;
    color: #fff;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_inputs input[type="submit"] {
    font-size: 16px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer {
    padding: 20px 0;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a {
    color: #fff;
    font-size: 30px;
  }
  #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a img {
    display: inline-block;
    margin-right: 10px;
  }
  
  
  .appointment_home_form2 .title {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
    margin: 0;
  }
  .appointment_home_form2 .form_footer {
    padding: 30px 0;
  }
  .appointment_home_form2 .form_footer a {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #404d5f;
  }
  .appointment_home_form2 .form_footer a img {
    margin-right: 10px;
  }
  .appointment_home_form2 .form_inputs input[type="submit"] {
    background: #0e8486;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 55px;
    padding: 0;
    height: auto;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .appointment_home_form2 .form_inputs input[type="submit"]:hover,
  .appointment_home_form2 .form_inputs input[type="submit"]:focus {
    background: #555555;
  }
  .appointment_home_form2 .form_inputs .input_row {
    background: #fff;
    border-bottom: 1px solid  #0e8486;
    padding: 18px 30px;
    text-align: left;
  }
  .appointment_home_form2 .form_inputs .input_row label {
    color: #385648;
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-family: 'Karla', sans-serif;
    color: #0e8486;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    height: auto;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control::-moz-placeholder {
    color: #0e8486;
    opacity: 1;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control:-ms-input-placeholder {
    color: #0e8486;
  }
  .appointment_home_form2 .form_inputs .input_row .form-control::-webkit-input-placeholder {
    color: #0e8486;
  }
  .appointment_home_form2 .form_inputs .input_row textarea.form-control {
    resize: none;
    height: 80px;
  }
  
}
