.time-panel {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
  padding: 26px 0;
  border: 1px solid black;
}
.time-panel:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.time-panel h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
  color: black;
  text-transform: capitalize;
}
.time-panel ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: black;
}
.mb-70 {
  margin-bottom: 25px !important;
}
/*------------------------------------*\
    #PRICING-SECTION
\*------------------------------------*/
.pricing-panel {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
}
.pricing--content {
  display: flex;
}
.pricing--divider {
  height: 33px;
  border-bottom: 1px dashed #999999;
  flex-grow: 100;
}
.pricing-panel .pricing--heading {
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
  position: relative;
  float: left;
  padding-right: 8px;
}
.pricing-panel .price {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 65px;
  text-align: right;
  float: right;
  margin-bottom: 0;
  color: #ffffff;
  padding-left: 10px;
}
.pricing-panel .pricing--desc {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 10px;
}
/* Services #2 */
.pricing-2 .pricing-panel .pricing--heading {
  color: #222222;
}
.pricing-2 .pricing-panel .price {
  color: #bb8c4b;
}
.panel-wrapper {
  background-color: #fff;
  padding: 60px 90px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .panel-wrapper {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .panel-wrapper {
    padding: 60px;
  }
}
.text--center {
  text-align: center !important;
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading--subtitle {
  color: #616161;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}
.heading .heading--title {
font-size: 35px;
font-weight: 700;
line-height: 38px;
text-transform: capitalize;
margin-bottom: 29px;
color: #dcc7a5;
font-family: 'Merriweather', serif;
}
.heading .heading--desc {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.heading .divider--line {
  margin-top: 36px;
}
.heading .divider--line + .heading--desc {
  margin-top: 36px;
}
.setweekday
{
width: 14.2%;
}
