
/** appointment-section **/

.appointment-section{
  position: relative;
}

.appointment-section .inner-container{
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
  margin-top: -72px;
}

.appointment-section h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  background: #00b2f5;
  padding: 19px 30px 21px 50px;
  border-radius: 10px 10px 0px 0px;
}

.appointment-section .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 5px 45px 0px #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: 0px;
}

.appointment-section .form-inner .form-group input[type='text'],
.appointment-section .form-inner .form-group input[type='email'],
.appointment-section .form-inner .form-group .nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #D9D9D9;
  color: rgba(87, 87, 87, 0.60);
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 6px;
  transition: all 500ms ease;
}

.appointment-section .form-inner .form-group input:focus{

}

.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: 0px;
}

.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 rgba(87, 87, 87, 0.60);
}

.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: 0px;
  right: 0px;
  width: 491px;
  height: 480px;
  background-repeat: no-repeat;
}


/** appointment-style-two **/

.appointment-style-two{
  position: relative;
}

.appointment-style-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  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: #142458;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.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: transparent;
  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 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.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: 0px 5px 45px 0px rgba(0, 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: 25px 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: 0px;
}

.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 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 0px;
  transition: all 500ms ease;
}

.appointment-style-two .lower-content .form-inner .form-group .nice-select{
  border: none;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0px;
}

.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-css **/

.rtl .appointment-section .schedule-box .list-item li .day{
  margin-right: 0px;
  margin-left: 28px;
}

.rtl .appointment-section .schedule-box .list-item li .time{
  margin-left: 0px;
  margin-right: 20px;
}

.rtl .appointment-style-two .lower-content .form-inner .form-group .icon{
  right: inherit;
  left: 23px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@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: 0px 0px 70px 0px;
  }
}

@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;
  }
}

@media only screen and (max-width: 499px){
  
}









































