/*

Template 2098 Health

http://www.tooplate.com/view/2098-health

*/

@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");

body {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: inherit;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -1px;
}

h5 {
  font-weight: 500;
}

h1 {
  color: #252525;
  font-size: 5em;
}

h2 {
  color: #272727;
  font-size: 44px;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 0;
}

h4 {
  color: #454545;
  font-size: 20px;
  padding-bottom: 2px;
}

h6 {
  letter-spacing: 0;
  font-weight: normal;
}

p {
  color: #757575;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: #a5c422;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #000000;
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  margin-top: 0;
}

.section-btn {
  background: yellowgreen;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 50px;
}

.section-btn:hover {
  transform: translateY(-5px);
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.border-top {
  border-top: 1px solid #f2f2f2;
  margin-top: 4em;
  padding-top: 2.5em;
}

.btn-gray {
  background: #393939;
}

.btn-blue {
  background: #4267b2;
}

.news-thumb {
  background: #ffffff;
  border-radius: 10px;
}
.news-thumb img {
  border-radius: 10px 10px 0 0;
}

.news-info {
  padding: 30px;
  text-align: left;
}
.news-info span {
  display: block;
  letter-spacing: 0.5px;
}
.news-info h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.author {
  border-top: 1px solid #f0f0f0;
  padding-top: 1.5em;
  margin-top: 2em;
}
.author img,
.author .author-info {
  display: inline-block;
  vertical-align: top;
}
.author-info h5 {
  margin-bottom: 0;
}
.author img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

#about,
#news,
#news-detail {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

#news,
#service,
#team {
  text-align: center;
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner 0.9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/*---------------------------------------
      MENU              
  -----------------------------------------*/

header {
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  height: 45px;
}

header .col-md-8 {
  padding-right: 0;
}

header p,
header span {
  font-size: 12px;
  line-height: 24px;
  padding-top: 12px;
}

header a,
header span {
  color: #747474;
}

header span {
  font-weight: 500;
  display: inline-block;
  padding: 11px 15px;
}

header span.date-icon {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  padding-right: 19px;
  padding-left: 19px;
}

header span i {
  color: #a5c422;
  margin-right: 5px;
}

/*---------------------------------------
      MENU              
  -----------------------------------------*/

.navbar-default {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.075);
  border: none;
  margin-bottom: 0;
  padding: 10px;
  justify-content: center;
}

.navbar-default .navbar-brand {
  color: #393939;
  font-weight: 500;
  justify-content: center;
}

.navbar-default .navbar-brand .fa {
  color: #a5c422;
}

.navbar-default .navbar-nav li.appointment-btn {
  margin: 3px 0 0 20px;
}

.navbar-default .navbar-nav li.appointment-btn a {
  background: #a5c422;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-default .navbar-nav li.appointment-btn a:hover {
  background: #4267b2;
  color: #ffffff !important;
}

.nav,
.navbar-brand {
  display: flex;
  justify-content: center;
}

.navbar-nav,
.navbar-brand {
  float: none;
}
.navbar-default .navbar-nav li a {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.navbar-default .navbar-nav > li a:hover {
  color: #393939 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #555555;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #393939;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #393939;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/*---------------------------------------
      HOME              
  -----------------------------------------*/

#home h1 {
  color: #ffffff;
  margin-top: 0;
}

#home h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  line-height: inherit;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.slider .container {
  width: 100%;
}

.slider .owl-dots {
  position: absolute;
  top: 575px;
  width: 100%;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  border: 2px solid #d9d9d9;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
  border-color: transparent;
}

.slider .caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(20, 20, 20, 0.2);
  height: 100%;
  color: #fff;
}

.slider .item {
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 650px;
}

.slider .item-first {
  background-image: url(../images/slider1.jpg);
}

.slider .item-second {
  background-image: url(../images/slider2.jpg);
}

.slider .item-third {
  background-image: url(../images/slider3.jpg);
}

/*---------------------------------------
      ABOUT              
  -----------------------------------------*/

#about {
  background-size: cover;
}

.profile img,
.profile figcaption {
  display: inline-block;
  vertical-align: top;
  margin-top: 1em;
}
.profile img {
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-right: 1em;
}
.profile figcaption h3 {
  margin-top: 0;
}

#about h6 {
  color: #858585;
  margin: 0;
}

#about .color-2 {
  background-color: yellowgreen;
}
.about-info {
  padding: 50px 50px 50px 0px;
}
#about h2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
}
#about p {
  margin-top: 0;
  margin-bottom: 16px;
  display: block;
  font-size: 16px;
  line-height: 26px;
}
#about .openinghours {
  width: 100%;
}
.d-flex {
  display: flex !important;
}
#about .openinghours span {
  width: 100%;
  display: block;
}
.about-opening {
  padding: 50px;
}
.about-opening h2 {
  color: white;
}
.about-opening p {
  color: white;
}

/*---------------------------------------
      SERVICES              
  -----------------------------------------*/

#service {
  float: left;
  display: inline;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: yellowgreen;
}
.service-area {
  float: left;
  display: inline;
  width: 100%;
}
.section-heading {
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
.service-content {
  float: left;
  display: inline;
  margin-top: 50px;
  width: 100%;
  padding: 10px 0px;
}
.service-info {
  float: left;
  margin-bottom: 40px;
  padding: 0px 10px;
  display: inline;
  width: 100%;
  text-align: center;
}
.section-heading h2 {
  font-size: 44px;
  font-weight: 600;
  height: 35px;
  color: white;
}
.service-info h4 {
  font-size: 24px;
  font-weight: 400;
  height: 35px;
  color: white;
}

/*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/
#team {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-thumb {
  background-color: #f9f9f9;
  border-radius: 0 0 10px 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-top: 50px;
}

.team-info {
  padding: 16px 16px 20px 16px;
}

.team-info h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 25px;
}
.team-info p {
  font-size: 12px;
}
.team-contact-info {
  border-top: 1px solid #e9e9e9;
  padding-top: 1.2em;
  margin-top: 1.5em;
}

.team-contact-info .fa {
  margin-right: 5px;
  display: inline-block;
}

.team-contact-info p {
  margin-bottom: 2px;
}

.team-contact-info a {
  color: #757575;
}

.team-thumb .social-icon li {
  font-weight: 500;
}

.team-thumb .social-icon li a {
  background: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 2px 0 2px;
}

.team-thumb .social-icon {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s 0.2s;
  text-align: center;
  position: relative;
  top: 0;
}

.team-thumb:hover .social-icon {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0px);
  top: -22em;
}

/*---------------------------------------
     TESTIMONI              
  -----------------------------------------*/

#testimonial {
  background: #eeeeee;
  padding: 100px 0px 100px 0px;
  float: left;
  width: 100%;
  display: inline;
  margin-bottom: 100px;
  /* clear: both; */
}
#testimonial .container::before,
#testimonial .container::after {
  content: " ";
  display: table;
}
#testimonial .row::before,
#testimonial .row::after {
  content: " ";
  display: table;
}
.ser-title {
  text-align: center;
}
.ser-title h2 {
  font-size: 40px;
  font-weight: 600;
  height: 35px;
}

.testimonial-area {
  float: left;
  display: inline;
  width: 100%;
}
.testimonial-nav {
  margin-top: 30px;
}
.testimonial-nav > li {
  display: block;
  width: 100%;
}
.single-testimonial {
  float: left;
  display: inline;
  width: 100%;
  margin-top: 25px;
  text-align: center;
  margin-left: -15px;
}
.testimonial-img {
  border-radius: 50%;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}
.testimonial-img > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  margin: 0 auto 15px;
}
.testimonial-cotent > h6 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}
.testimonial-img > p {
  font-size: 16px;
  font-weight: 400;
}
.testimonial-cotent {
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.testimonial-parg {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 30px;
  margin-bottom: 25px;
}
.testimonial-cotent > p span {
  font-size: 25px;
}
.testimonial-cotent > p .fa-quote-left {
  margin-right: 5px;
}
.testimonial-cotent > p .fa-quote-right {
  margin-left: 5px;
}
.testimonial-nav .slick-dots li {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonial-nav .slick-dots li button::before {
  color: transparent;
}
.testimonial-nav .slick-dots li.slick-active button::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}

/* .owl-carousel .owl-loaded {
    display: block;
  }
  .owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0);
  }
  .owl-stage {
    transition: all 0.5s ease 0s;
    width: 6750px;
  }
  .owl-carousel .owl-stage {
    position: relative;
  }
  .owl-item .cloned {
    width: 720px;
    margin-right: 30px;
  }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
  .testimony {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    padding-left: 160px;
    left: 25%;
  }
  .testimony .img-user {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
  }
  .img-user {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .testimony .user {
    display: block;
    margin-bottom: 20px;
    color: #666666;
    font-size: 18px;
    font-weight: 500;
  }
  .testimony blockquote {
    padding: 0;
    margin: 0 0 20px 0;
    border: none;
    font-weight: 300;
  }
  blockquote {
    font-size: 17.5px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
  }
  #testimonial .owl-theme .owl-controls {
    position: absolute;
    bottom: -10px;
    right: 10px;
  }
  .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  } */

/*---------------------------------------
     GOOGLE-MAP              
  -----------------------------------------*/

#google-map {
  padding-top: 100px;
}
.lokasi {
  text-align: center;
  margin-bottom: 50px;
}

/*---------------------------------------
     CTA              
  -----------------------------------------*/

#cta {
  background-color: yellowgreen;
  width: 100%;
}
.call-to-action {
  text-align: left;
  margin: 50px 0px 50px 0px;
}
.call-to-action h3 {
  color: white;
}

.button-wrapper .btn-book {
  float: right;
  background: yellowgreen;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
  padding: 14px 50px;
  border: 1px solid white;
  margin: -85px 0 30px 0;
}
.button-wrapper .btn-book:hover {
  background: #ffffff;
  color: yellowgreen !important;
}

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
  padding-top: 30px;
  padding-bottom: 20px;
}

footer h4 {
  padding-bottom: 5px;
  font-weight: 500;
}

footer a {
  color: #757575;
}

footer a:hover {
  color: #4267b2;
}

.ftr-tle {
  height: 50px;
}
.info-sec {
  color: #fff;
}
.top-footer {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-line {
  padding: 30px 0px;
}

/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 1.5em;
  }

  header {
    height: inherit;
  }
  header span.date-icon {
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
  header span.email-icon {
    padding-top: 0;
  }

  .navbar-default .navbar-nav li a {
    padding-right: 15px;
    padding-left: 15px;
  }

  .about-info {
    padding-left: 50px;
  }
  .testimony {
    left: 30%;
  }
}

@media only screen and (max-width: 992px) {
  .slider .item {
    background-position: center;
  }

  header {
    padding-bottom: 10px;
  }
  header .text-align-right {
    text-align: left;
  }
  header span {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .testimony {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navbar-default .navbar-nav li.appointment-btn {
    margin-left: 15px;
  }
  .navbar-default .navbar-nav li a {
    display: inline-block;
    font-size: 13px;
  }

  h1,
  h2 {
    font-size: 40px;
  }

  #about h2 {
    font-size: 40px;
  }

  .section-heading h2 {
    font-size: 40px;
  }

  footer {
    padding-top: 60px;
    padding-bottom: 0;
  }

  footer .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-thumb {
    padding-bottom: 10px;
  }

  .border-top {
    text-align: center;
  }

  .copyright-text {
    margin-top: 10px;
  }

  .angle-up-btn {
    bottom: 10em;
  }

  #about,
  #service,
  #team,
  #testimonial {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-info {
    padding: 30px;
  }

  .about-opening {
    padding: 30px;
  }

  #testimonial {
    margin-bottom: 70px;
  }

  .call-to-action {
    text-align: center;
  }

  .button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .button-wrapper .btn-book {
    margin: 0px 0px 50px 0px;
  }

  .testi-info {
    margin-bottom: 50px;
  }
  .testimony {
    left: 0;
  }
}

@media only screen and (max-width: 640px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 36px;
  }

  #about h2 {
    font-size: 36px;
  }

  .section-heading h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 1.4em;
  }

  #home h3 {
    font-size: 11px;
    letter-spacing: 1px;
  }

  #sticky-wrapper,
  .navbar {
    display: none;
  }

  .about-info {
    padding-top: 0px;
  }

  .col-md-4 {
    padding: 30px 30px 0px 30px;
  }

  footer {
    padding-top: 50px;
  }

  .top-footer {
    padding: 0px;
  }

  .ftr-tle {
    height: 30px;
  }
}
