/** appointment-section **/
.appointment-section{
  position: relative;
  padding: 123px 0px 110px 0px;
}
.appointment-section .inner-content{
  position: relative;
  display: block;
  background-color: #fff;
  padding: 20px 20px;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
}
.appointment-section .inner-content .google-map{
  position: relative;
  width: 100%;
  height: 600px;
}
.appointment-section .map-inner{
  position: relative;
}
.appointment-section .map-inner .map-content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.appointment-section .map-inner .map-content .inner{
  position: relative;
  width: 310px;
  background-color: #fff;
  padding: 25px 30px 28px 118px;
  z-index: 1;
}
.appointment-section .map-inner .map-content .inner:before{
  position: absolute;
  content: '';
  background-color: #fff;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  bottom: -15px;
  transform: rotate(45deg);
}
.appointment-section .map-inner .map-content .inner .icon-box{
  position: absolute;
  left: 40px;
  top: 30px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  box-shadow: 0px 0px 0px 5px #dde9f1;
}
.appointment-section .map-inner .map-content .inner p{
  font-size: 16px;
  line-height: 19px;
  color: #222;
  margin-bottom: 5px;
}
.appointment-section .map-inner .map-content .inner h6{
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #24485e;
  font-weight: 600;
}
.appointment-section .map-inner .map-content .inner h6 a{
  display: inline-block;
  color: #24485e;
}
.appointment-section .map-inner .map-content .inner h6 a:hover{
}
.appointment-section .form-inner{
  position: relative;
  display: block;
  padding: 0px 15px 0px 5px;
}
.appointment-section .form-inner h3{
  display: block;
  font-size: 28px;
  line-height: 38px;
  color: #222;
  font-weight: 600;
  margin-bottom: 23px;
}
.appointment-section .appointment-form .form-group{
  position: relative;
  margin-bottom: 10px;
  padding: 0px 5px;
}
.appointment-section .appointment-form .form-group:last-child{
  margin-bottom: 0px;
}
.appointment-section .appointment-form{
  position: relative;
  margin: 0px 10px;
}
.appointment-section .appointment-form .form-group input[type='text'],
.appointment-section .appointment-form .form-group input[type='email'],
.appointment-section .appointment-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  font-size: 16px;
  color: #777;
  transition: all 500ms ease;
}
.appointment-section .appointment-form .form-group textarea{
  height: 130px;
  resize: none;
  margin-bottom: 7px;
}
.appointment-section .appointment-form .form-group .nice-select{
  max-width: 100%;
}
.appointment-section .appointment-form .form-group input:focus,
.appointment-section .appointment-form .form-group textarea:focus{
}
.appointment-section .sec-title h2{
  margin-bottom: 15px;
}
.appointment-section .sec-title p{
  font-size: 18px;
}
.appointment-section .sec-title{
  margin-bottom: 60px;
}
.appointment-section .cta-text{
  position: relative;
  margin-top: 100px;
}
.appointment-section .cta-text p{
  color: #222;
}
.appointment-section .cta-text h3{
  color: #222;
}
.appointment-section .cta-text h3 a:hover, 
.appointment-section .cta-text h3 a:hover span{
  color: #222;
  border-color: #222;
}
.appointment-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 743px;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}