.appointment-section {
  position: relative;
}
.appointment-section .inner-container {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
  /* margin-top: 0px; */
}
.appointment-section h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  background: #1590c4;
  padding: 19px 30px 21px 50px;
  border-radius: 10px 10px 0 0;
}
.appointment-section .inner-box {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 5px 45px 0 #0000001A;
  border-radius: 10px;
}
.appointment-section .inner-box .form-inner {
  position: relative;
  padding: 48px;
}
.appointment-section .form-inner .form-group {
  position: relative;
  margin-bottom: 25px;
}
.appointment-section .form-inner .form-group:last-child {
  margin-bottom: 0;
}
.appointment-section .form-inner .form-group input[type='text'],
.appointment-section .form-inner .form-group input[type='email'],
.appointment-section .form-inner .form-group input[type='number'],
.appointment-section .form-inner .form-group .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #d9d9d9;
  color: rgb(87 87 87 / .6);
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 6px;
  transition: all 500ms ease;
}
.appointment-section .form-inner .form-group .theme-btn {
  width: 100%;
}
.appointment-section .schedule-box {
  position: relative;
  padding: 40px 48px 49px 48px;
}
.appointment-section .schedule-box .list-item li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.appointment-section .schedule-box .list-item li:last-child {
  margin-bottom: 0;
}
.appointment-section .schedule-box .list-item li .day {
  position: relative;
  display: inline-block;
  margin-right: 28px;
  min-width: 36px;
}
.appointment-section .schedule-box .list-item li .line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgb(87 87 87 / .6);
}
.appointment-section .schedule-box .list-item li .time {
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 20px;
  min-width: 100px;
}
.appointment-section .schedule-box .list-item li span {
  font-size: 16px;
  line-height: 24px;
  color: #0f0f0f;
  font-weight: 500;
}
.appointment-section .pattern-layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 491px;
  height: 480px;
  background-repeat: no-repeat;
}
.appointment-style-two {
  position: relative;
}
.appointment-style-two .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 154px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.appointment-style-two .bg-layer:before {
  position: absolute;
  content: '';
  background: #1590c4;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .8;
}
.appointment-style-two .video-btn a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 26px;
}
.appointment-style-two .video-btn a:before,
.appointment-style-two .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / .5);
  box-shadow: 0 0 0 0 rgb(255 255 255 / .5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.appointment-style-two .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.appointment-style-two .inner-box h2 {
  display: block;
  font-size: 43px;
  line-height: 63px;
  color: #fff;
  font-weight: 700;
}
.appointment-style-two .lower-content {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 45px 0 rgb(0 0 0 / .1);
}
.appointment-style-two .lower-content .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
  margin-right: -15px;
}
.appointment-style-two .lower-content .image-box img {
  width: 100%;
  border-radius: 5px;
}
.appointment-style-two .lower-content .form-inner {
  position: relative;
  display: block;
  padding: 55px 55px 55px 40px;
}
.appointment-style-two .lower-content .form-inner .sec-title h2 {
  font-size: 31px;
  line-height: 38px;
}
.appointment-style-two .lower-content .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 28px;
}
.appointment-style-two .lower-content .form-inner .form-group:last-child {
  margin-bottom: 0;
}
.appointment-style-two .lower-content .form-inner .form-group input[type='text'],
.appointment-style-two .lower-content .form-inner .form-group input[type='email'],
.appointment-style-two .lower-content .form-inner .form-group input[type='number'],
.appointment-style-two .lower-content .form-inner .form-group textarea,
.appointment-style-two .lower-content .form-inner .form-group .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  color: #575757;
  padding: 10px 0;
  transition: all 500ms ease;
}
.appointment-style-two .lower-content .form-inner .form-group .nice-select {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
.appointment-style-two .lower-content .form-inner .form-group .icon {
  position: absolute;
  top: 10px;
  right: 23px;
  font-size: 20px;
  z-index: 1;
}
.appointment-style-two .lower-content .form-inner .theme-btn {
  width: 100%;
}
.rtl .appointment-section .schedule-box .list-item li .day {
  margin-right: 0;
  margin-left: 28px;
}
.rtl .appointment-section .schedule-box .list-item li .time {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .appointment-style-two .lower-content .form-inner .form-group .icon {
  right: inherit;
  left: 23px;
}
@media only screen and (max-width: 991px) {
  .appointment-section .inner-box .form-inner {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .appointment-style-two .inner-box h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .appointment-style-two .inner-box h2 br {
    display: none;
  }
  .appointment-style-two.contact-page {
    padding: 0 0 70px 0;
  }
}
@media only screen and (max-width: 599px) {
  .appointment-section .inner-box .form-inner,
  .appointment-section .schedule-box,
  .appointment-style-two .lower-content .form-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
