/** booking-section **/

.booking-section{
    position: relative;
  }
  
  .booking-section .inner-box{
    position: relative;
    background: #fff;
    padding: 42px 50px 30px 50px;
    margin-top: -100px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .booking-section.sec-pad .inner-box {
    margin-top: 0;
  }
  
  .booking-section .title-inner h2{
    position: relative;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 3px;
  }
  
  .booking-section .title-inner p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #5a5a68;
  }
  .booking-section .upper-box{
    position: relative;
    display: block;
    margin-bottom: 32px;
  }
  
  .booking-section .upper-box .link-box{
    margin-top: 24px;
  }
  
  .booking-section .upper-box .link-box a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }
  
  .booking-section .upper-box .link-box a:hover{
    color: #5a5a68;
    border-color: #5a5a68;
  }
  
  .booking-section .upper-box .link-box a i{
    position: relative;
    margin-left: 7px;
    top: 1px;
  }
  
  .booking-form .form-group{
    position: relative;
    margin: 0px;
  }
  
  .booking-form .form-group .field-input{
    position: relative;
    margin-bottom: 20px;
  }
  
  .booking-form .form-group .field-input i{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    color: #a6a6af;
    z-index: 1;
  }
  
  .booking-form .form-group .field-input input[type='text']{
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #e3e3e3;
    background: #fff;
    color: #5a5a68;
    padding: 10px 50px 10px 20px;
    font-size: 16px;
    transition: all 500ms ease;
    background-image: none !important;
  }
  
  .booking-form .form-group button{
    width: 100%;
    display: block;
    padding: 14px 50px;
  }
  .booking-form .form-group button:before{
    background: #fff;
  }
  
  .booking-section .booking-form .form-group button{
    border: 1px solid transparent;
  }


  /** appointment-section **/

.appointment-section{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.appointment-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.appointment-section .sec-title h2{
  margin-bottom: 22px;
}

.appointment-section .sec-title p{
  font-size: 18px;
  font-weight: 600;
  color: #b0b0bd;
}

.appointment-section .sec-title{
  margin-bottom: 50px;
}

.appointment-section .more-text{
  position: relative;
  display: block;
  margin-top: 11px;
}

.appointment-section .more-text a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.appointment-section .more-text a i{
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.appointment-section.service-page{
  position: relative;
  width: 100%;
  padding: 0px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.appointment-section.service-page .sec-title p{
  color: #5a5a68;
}
/*** 

====================================================================
                        Faq-Page
====================================================================

***/


.faq-section{
    position: relative;
    padding: 120px 0px;
  }
  
  .faq-section .title-inner{
    position: relative;
    display: block;
    border: 1px solid #e3e3e3;
    padding: 35px 30px;
  }
  
  .faq-section .title-inner .sec-title{
    margin-bottom: 40px;
  }
  
  .faq-section .title-inner .search-form .form-group{
    position: relative;
    width: 100%;
    margin-bottom: 13px;
  }
  
  .faq-section .title-inner .search-form .form-group input[type='search']{
    position: relative;
    width: 100%;
    height: 60px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    padding: 10px 50px 10px 20px;
    font-size: 17px;
    font-weight: 500;
  }
  
  
  .faq-section .title-inner .search-form .form-group button{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #a7a7ba;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .faq-section .title-inner .text p{
    font-size: 17px;
    font-weight: 600;
    color: #5a5a68;
    margin: 0px;
  }
  
  .faq-section .title-inner .text p a{
    display: inline-block;
    line-height: 20px;
  }
  
  .faq-section .title-inner .text p a:hover{
    color: #5a5a68;
    border-color: #5a5a68;
  }
  
  .faq-section .accordion-box .block{
    position: relative;
    display: block;
    background: #fff;
    margin-bottom: 20px;
    transition: all 500ms ease;
  }
  
  .faq-section .accordion-box .block:last-child{
    margin-bottom: 0px;
  }
  
  .faq-section .accordion-box .block.active-block{
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  }
  
  .faq-section .accordion-box .block .acc-content{
    position:relative;
    display:none;
    padding: 22px 20px;
  }
  
  .faq-section .accordion-box .block .acc-content p{
    font-size: 16px;
    font-weight: 500;
    color: #5a5a68;
    margin: 0px;
  }
  
  .faq-section .accordion-box .block .acc-content.current{
    display:block;  
  }
  
  .faq-section .accordion-box .block .acc-btn .icon-outer{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    color: transparent !important;
    background: -webkit-linear-gradient(-90deg, #9f9fb4, #9f9fb4 50%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .faq-section .accordion-box .block .acc-btn.active .icon-outer{
    transform: rotate(90deg);
  }
  
  .faq-section .accordion-box .block .acc-btn{
    position: relative;
    display: block;
    border: 1px solid #e3e3e3;
    padding: 18px 50px 20px 20px;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .faq-section .accordion-box .block .acc-btn.active{
    background: #1d1d29;
    border-color: #1d1d29;
  }
  
  .faq-section .accordion-box .block .acc-btn h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #1e1e2a;
    margin: 0px;
    transition: all 500ms ease;
  }
  
  .faq-section .accordion-box .block .acc-btn.active h4{
    color: #fff;
  }
  