/* @extend display-flex; */
display-flex {
  display: flex;
  display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* roboto-slab-300 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot");
  /* IE9 Compat Modes */
  src:
    local("Roboto Slab Light"),
    local("RobotoSlab-Light"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff2") format("woff2"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff") format("woff"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-300.ttf") format("truetype"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-300.svg#RobotoSlab")
      format("svg");
  /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot");
  /* IE9 Compat Modes */
  src:
    local("Roboto Slab Regular"),
    local("RobotoSlab-Regular"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff2")
      format("woff2"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff") format("woff"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.ttf")
      format("truetype"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.svg#RobotoSlab")
      format("svg");
  /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot");
  /* IE9 Compat Modes */
  src:
    local("Roboto Slab Bold"),
    local("RobotoSlab-Bold"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff2") format("woff2"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff") format("woff"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-700.ttf") format("truetype"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-700.svg#RobotoSlab")
      format("svg");
  /* Legacy iOS */
}
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

input[type="checkbox"] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
}

input[type="radio"] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin-bottom: 0px;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset;
  -moz-box-shadow: 0 0 0 30px white inset;
  -webkit-box-shadow: 0 0 0 30px white inset;
  -o-box-shadow: 0 0 0 30px white inset;
  -ms-box-shadow: 0 0 0 30px white inset;
}

h2 {
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #222;
  font-family: "Roboto Slab";
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h3 {
  font-weight: bold;
  color: #222;
  font-size: 15px;
  margin: 0px;
  margin-bottom: 35px;
}

.clear {
  clear: both;
}

body {
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
  background-image: url("../images/elarm_1920.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
  font-weight: 400;
  font-family: "Roboto Slab";
  margin: 0px;
}

.main {
  padding: 60px 0;
  position: relative;
}

.container {
  width: 586px;
  background: #fff;
  margin-left: 165px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

.appointment-form {
  padding: 50px 60px 70px 60px;
}

input:focus,
select:focus {
  color: #222;
  border-bottom: 2px solid #4966b1;
}

input[type="checkbox"]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: none;
}

input[type="checkbox"]:not(old) + label {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 25px;
}

input[type="checkbox"]:not(old) + label > span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 15px;
  margin-bottom: 3px;
  border: 1px solid #ebebeb;
  background: white;
  background-image: -moz-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: -o-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: linear-gradient(white, white);
  vertical-align: bottom;
}

input[type="checkbox"]:not(old):checked + label > span {
  background-image: -moz-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: -o-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: linear-gradient(white, white);
}

input[type="checkbox"]:not(old):checked + label > span:before {
  content: "\f26b";
  display: block;
  color: #222;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  font-family: "Material-Design-Iconic-Font";
  font-weight: bold;
}

.label-agree-term {
  color: #999;
}

.term-service {
  color: #222;
}

.submit {
  width: auto;
  background: #4966b1;
  color: #fff;
  padding: 16px 17px;
  font-size: 13px;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
  -moz-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
  -o-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
  -ms-box-shadow: 0px 1px 15px 0px rgba(73, 102, 177, 0.7);
}
.submit:hover {
  background: #3a518d;
}

ul {
  background: 0 0;
  z-index: 9;
}

ul li {
  padding: 3px 0px;
  z-index: 2;
  color: #999;
}
ul li:last-child {
  border-bottom: 1px solid #ebebeb;
}

ul li:not(.init) {
  display: none;
  background: #fff;
  color: #222;
  padding: 5px 10px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

ul li:not(.init):hover,
ul li.selected:not(.init) {
  background: #4966b1;
  color: #fff;
}

li.init {
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid #ebebeb;
}
li.init:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 20px;
  color: #999;
  font-family: "Material-Design-Iconic-Font";
  content: "\f2f9";
}

#confirm_type {
  margin-bottom: 30px;
}

.form-group-2 {
  margin-top: 15px;
  margin-bottom: 30px;
}
.g-recaptcha{
margin-bottom: 20px;
}
.form-check {
  margin-bottom: 20px;
}

.select-list {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 55px;
}

.list-item {
  position: absolute;
  width: 100%;
}

#confirm_type {
  z-index: 99;
}

#hour_appointment {
  z-index: 9;
}

@media screen and (max-width: 1024px) {
  .container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 30px);
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .appointment-form {
    padding: 50px 30px 70px 30px;
  }
}

/*# sourceMappingURL=style.css.map */
/*Styling for errors on form*/
.form_error span {
  width: 80%;
  height: 35px;
  margin: 3px 0px;
  font-size: 1.1em;
  color: #d83d5a;
}
.form_error input {
  border: 1px solid #d83d5a;
}
.icon-class {
  cursor: pointer;
  padding-left: 5px;
  font-size: 16px;
  color: #282626;
}

[data-md-tooltip] {
  position: relative;
}
[data-md-tooltip]:before {
  content: attr(data-md-tooltip);
  position: absolute;
  bottom: -35px;
  left: 50%;
  padding: 8px;
  transform: translateX(-50%) scale(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: top;
  background: #616161e6;
  color: white;
  border-radius: 2px;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  width: 300px;
  display: inline-block;
}
[data-md-tooltip]:hover:before {
  transform: translateX(-50%) scale(1);
}
[data-md-tooltip].md-tooltip--right:before {
  left: auto;
  right: -10px;
  bottom: auto;
  top: 50%;
  transform: translate(100%, -50%) scale(0);
  transform-origin: left center;
}
[data-md-tooltip].md-tooltip--right:hover:before {
  transform: translate(100%, -50%) scale(1);
}
[data-md-tooltip].md-tooltip--left:before {
  left: -15px;
  right: auto;
  bottom: auto;
  top: 50%;
  width: 100%;
  transform: translate(-100%, -50%) scale(0);
  transform-origin: right center;
}
[data-md-tooltip].md-tooltip--left:hover:before {
  transform: translate(-100%, -50%) scale(1);
}
.md-tooltip--top:before {
  top: -35px;
  bottom: auto;
  transform: translateX(-50%) scale(0);
  transform-origin: bottom center;
}
.spacing{

margin-bottom: 30px;
}
.form-row {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-bottom: 20px;
}

.form-row label {
  width: 40%;
  color: #222;
}
.form-row select {
  width: 40%;
  color: #222;
margin-bottom: 0px;
  border: none;
border-bottom: 2px solid #ebebeb;
  padding: 5px 0;
  margin-top: 31px;
  margin-left: 10px;
  color: #222;
  margin-bottom: 31px;
  font-family: "Roboto Slab";
}
.form-submit{
margin-top: 30px;
}
.form-row input,

.form-row textarea {
  width: 55%;
  margin-bottom: 0px;
  border: none;
  border-bottom: 2px solid #ebebeb;
  padding: 5px 0;
  margin-top: 31px;
  margin-left: 10px;
  color: #222;
  margin-bottom: 31px;
  font-family: "Roboto Slab";
}

/* input,
select,
textarea {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 2px solid #ebebeb;
  padding: 5px 0;
  color: #222;
  margin-bottom: 31px;
  font-family: "Roboto Slab";
} */
.text{
  color: #222;
  font-family: "Roboto Slab";
}