/*
..######...########.##....##.########.########.....###....##......
.##....##..##.......###...##.##.......##.....##...##.##...##......
.##........##.......####..##.##.......##.....##..##...##..##......
.##...####.######...##.##.##.######...########..##.....##.##......
.##....##..##.......##..####.##.......##...##...#########.##......
.##....##..##.......##...###.##.......##....##..##.....##.##......
..######...########.##....##.########.##.....##.##.....##.########
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  font-family: "regular", sans-serif;
}

p {
  font-size: 16px;
  color: #4a4a4a;
}

.navbar-light .navbar-nav .nav-link {
  color: #b3963a;
  font-family: "medium", sans-serif;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #9b9b9b;
  font-family: "semibold", sans-serif;
}

.navbar-light .navbar-toggler {
  border: 0;
}

header .header-contact {
  position: absolute;
  text-align: right;
  width: autol;
  top: 30px;
  right: 20px;
}

footer {
}

footer .footer-top {
  font-family: regular;
  font-size: 16px;
  line-height: 25px;
  background-color: #f9f9f9;
  padding: 30px 20px;
  text-align: center;
  margin-top: 60px;
}

footer .footer-top .contact {
  font-family: regular;
  font-size: 32px;
  display: inline-block;
  padding: 10px 20px;
  color: #000;
}
.address1 {
  margin-bottom: 10px;
}
footer .footer-top .contact i {
  margin-bottom: 10px;
}

footer .footer-top .contact a {
  color: #b3963a;
}

footer .footer-top img {
  margin-bottom: 15px;
  width: 40px;
}

footer .footer-bottom {
  text-align: center;
  font-family: medium;
  font-size: 14px;
  padding: 10px 0;
  color: white;
  background: rgb(179, 150, 58);
  background: linear-gradient(
    0deg,
    rgba(179, 150, 58, 1) 0%,
    rgba(218, 199, 108, 1) 100%
  );
}

/*
.##.....##..#######..##.....##.########
.##.....##.##.....##.###...###.##......
.##.....##.##.....##.####.####.##......
.#########.##.....##.##.###.##.######..
.##.....##.##.....##.##.....##.##......
.##.....##.##.....##.##.....##.##......
.##.....##..#######..##.....##.########
*/
#home .carousel {
  width: 100%;
}

#home .carousel .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

#home .carousel .swipe-wrap {
  overflow: hidden;
  position: relative;
}

#home .carousel .swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}

#home .carousel .caption {
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 40%;
  text-align: center;
}

#home .carousel .title {
  font-family: "light", sans-serif;
  font-size: 40px;
  color: white;
}

#home .carousel .subtitle {
  margin: 50px 0 10px 0;
  font-family: "bold", sans-serif;
  font-size: 14px;
  color: white;
}

#home .carousel .btn {
  margin: 0 auto;
  width: 250px;
  background-color: white;
  border-radius: 6px;
  padding: 13px 0;
  font-family: "regular", sans-serif;
  font-size: 20px;
  color: #b3963a;
}

#home .carousel .btn a {
  color: #b3963a;
}

#home .carousel .dimlayer {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 998;
  width: 100%;
  height: 500px;
}

#home .carousel img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}

@media (max-width: 1199px) {
  #home .carousel img,
  #home .carousel .dimlayer {
    height: 400px;
  }

  #home .carousel .title {
    font-family: "light", sans-serif;
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  #home .carousel img,
  #home .carousel .dimlayer {
    height: 350px;
  }

  #home .carousel .title {
    font-family: "light", sans-serif;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #home .carousel img,
  #home .carousel .dimlayer {
    height: 300px;
  }

  #home .carousel .title {
    font-family: "light", sans-serif;
    font-size: 30px;
  }

  #home .carousel .caption {
    top: 30%;
  }

  #home .carousel .btn {
    padding: 5px 0;
    font-family: "regular", sans-serif;
    font-size: 16px;
    color: #b3963a;
  }

  #home .carousel .btn a {
    color: #b3963a;
  }
}

#home .introduction {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 0;
}

#home .introduction h1 {
  font-family: "medium", sans-serif;
  font-size: 32px;
  letter-spacing: -0.8px;
  color: #b3963a;
}

#home .introduction p {
  font-family: "regular", sans-serif;
  margin-top: 20px;
  line-height: 30px;
  font-size: 20px;
}

#home .services {
  text-align: center;
  background-color: #f9f9f9;
  margin: 0 auto;
  padding: 100px 0;
  color: white;
}

@media (max-width: 767px) {
  #services {
    padding-bottom: 0;
  }
}

#home .services .thumb {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

#home .services h2 {
  font-family: "medium", sans-serif;
  font-size: 32px;
  letter-spacing: -0.8px;
  color: #b3963a;
  margin: 0 0 50px 0;
}

#home .services h3 {
  font-family: "semibold", sans-serif;
  font-size: 20px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 45%;
  text-align: center;
  width: 50%;
  z-index: 999;
}

#home .services .dimlayer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 998;
  width: 100%;
  height: 200px;
}

#home .services .imglayer {
  margin: 0;
  padding: 0;
}

#home .services .imglayer img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

#home .gallery {
  text-align: center;
  margin: 0 auto;
  padding: 100px 0;
}

#home .gallery .col-md-4 {
  padding-bottom: 10px;
}

#home .gallery h2 {
  font-family: "medium", sans-serif;
  font-size: 32px;
  letter-spacing: -0.8px;
  color: #b3963a;
  margin: 0 0 50px 0;
}

#home .gallery .btns {
  margin: 50px auto 0 auto;
}

#home .gallery .btn {
  font-family: "semibold", sans-serif;
  margin: 5px 5px;
  width: 200px;
  text-align: center;
  border: 0;
  background: rgb(179, 150, 58);
  background: linear-gradient(
    0deg,
    rgba(179, 150, 58, 1) 0%,
    rgba(218, 199, 108, 1) 100%
  );
  color: white;
}

#home .testimony {
}

#home .testimony .icon-quote {
  float: left;
  width: 30px;
  margin: 5px 20px 0 0;
  position: absolute;
}

#home .testimony .testimony-quote {
  display: inline-block;
  width: 100%;
  padding-left: 50px;
  padding-bottom: 30px;
}

#home .testimony .testimony-quote p {
  font-family: light;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767px) {
  #home .testimony {
    padding: 0 20px;
  }

  #home .testimony .testimony-quote p {
    font-family: light;
    font-size: 16px;
    line-height: 20px;
  }
}

#home .testimony .testimony-quote .divider {
  height: 1px;
  background-color: #e5e5e5;
  margin: 20px 0;
}

#home .testimony .testimony-quote .stars {
}

#home .testimony .testimony-quote .name {
  font-family: medium;
  font-size: 16px;
  margin-top: 10px;
}

#home .testimony .testimony-quote .role {
  font-family: medium;
  font-size: 16px;
  color: #9b9b9b;
  margin-top: 5px;
}

/*
....###....########...#######..##.....##.########
...##.##...##.....##.##.....##.##.....##....##...
..##...##..##.....##.##.....##.##.....##....##...
.##.....##.########..##.....##.##.....##....##...
.#########.##.....##.##.....##.##.....##....##...
.##.....##.##.....##.##.....##.##.....##....##...
.##.....##.########...#######...#######.....##...
*/
#about .banner {
}

#menu-all.sticky {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #eee;
}

#about .banner img {
  width: 100%;
  height: auto;
}

#about h2 {
  font-family: "medium", sans-serif;
  font-size: 32px;
  letter-spacing: -0.8px;
  color: #b3963a;
  margin-top: 100px;
}
#introduction p {
  font-size: 20px;
}
#about .about-us {
  text-align: center;
}

#about .about-us p {
  /* margin-top: 30px; */
  font-size: 20px;
  line-height: 30px;
}

#about .doctors {
  text-align: center;
}

#about .doctors .doctor {
  height: 350px;
  margin-bottom: 60px;
}

#about .doctors img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 30px;
}

#about .doctors h3 {
}

/*
..######..########.########..##.....##.####..######..########..######.
.##....##.##.......##.....##.##.....##..##..##....##.##.......##....##
.##.......##.......##.....##.##.....##..##..##.......##.......##......
..######..######...########..##.....##..##..##.......######....######.
.......##.##.......##...##....##...##...##..##.......##.............##
.##....##.##.......##....##....##.##....##..##....##.##.......##....##
..######..########.##.....##....###....####..######..########..######.
*/
#services .banner {
}

@media (min-width: 1200px) {
  #services .banner {
    height: 300px;
  }
}

#services .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#services h2 {
  font-family: "medium", sans-serif;
  font-size: 32px;
  letter-spacing: -0.8px;
  color: #b3963a;
  margin-top: 100px;
  text-align: center;
}

#services .service h3 {
  margin-top: 30px;
  font-family: "medium", sans-serif;
  font-size: 24px;
  letter-spacing: -0.8px;
  color: #b3963a;
  text-align: center;
}

#services .service p {
  /* margin-top: 30px; */
  font-family: "regular", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

#services .service img {
  /* margin-top: 30px; */
  width: 100%;
  height: auto;
}

/*
.########....###.....######..####.##.......####.########.####.########..######.
.##.........##.##...##....##..##..##........##.....##.....##..##.......##....##
.##........##...##..##........##..##........##.....##.....##..##.......##......
.######...##.....##.##........##..##........##.....##.....##..######....######.
.##.......#########.##........##..##........##.....##.....##..##.............##
.##.......##.....##.##....##..##..##........##.....##.....##..##.......##....##
.##.......##.....##..######..####.########.####....##....####.########..######.
*/
#facilities .banner {
}

@media (min-width: 1200px) {
  #facilities .banner {
    height: 300px;
  }
}

#facilities .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#facilities h2 {
  font-family: "medium", sans-serif;
  font-size: 32px;
  letter-spacing: -0.8px;
  color: #b3963a;
  margin-top: 100px;
  text-align: center;
}

#facilities h3 {
  margin-top: 30px;
  font-family: "medium", sans-serif;
  font-size: 24px;
  letter-spacing: -0.8px;
  color: #b3963a;
  text-align: center;
}

#facilities p {
  /* margin-top: 30px; */
  font-family: "regular", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

#facilities img {
  /* margin-top: 30px; */
  width: 100%;
  height: auto;
}

/*
..######......###....##.......##.......########.########..##....##
.##....##....##.##...##.......##.......##.......##.....##..##..##.
.##.........##...##..##.......##.......##.......##.....##...####..
.##...####.##.....##.##.......##.......######...########.....##...
.##....##..#########.##.......##.......##.......##...##......##...
.##....##..##.....##.##.......##.......##.......##....##.....##...
..######...##.....##.########.########.########.##.....##....##...
*/

@media (max-width: 767px) {
  #gallery .banner {
    height: 200px;
  }
}

@media (min-width: 768px) {
  #gallery .banner {
    height: 200px;
  }
}

@media (min-width: 992px) {
  #gallery .banner {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  #gallery .banner {
    height: 300px;
  }
}

#gallery .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gallery h2 {
  font-family: "medium", sans-serif;
  font-size: 32px;
  letter-spacing: -0.8px;
  color: #b3963a;
  margin: 0 0 50px 0;
  text-align: center;
  margin-top: 50px;
}

#gallery h3 {
  margin: 30px 0 20px 0;
  font-family: "medium", sans-serif;
  font-size: 24px;
  letter-spacing: -0.8px;
  color: #b3963a;
  text-align: center;
}

#gallery .beforeafter {
  margin-bottom: 20px;
}

#gallery .grid {
  width: calc(100% + 20px);
}

#gallery .grid-item {
  float: left;
  width: calc(33.33333% - 20px);
  padding: 10px 0;
}

@media (max-width: 768px) {
  /* // DEDEN */

  .banner-cont .center-pos {
    /* display: none; */
    bottom: 45px !important;
  }
  .center-pos img {
    width: 125px !important;
  }
  #gallery .grid {
    width: 100%;
  }

  #gallery .grid-item {
    width: 100%;
  }
}

#gallery .grid img {
  width: 100%;
  height: auto;
}

/*
.########....###.....#######...######.
.##.........##.##...##.....##.##....##
.##........##...##..##.....##.##......
.######...##.....##.##.....##..######.
.##.......#########.##..##.##.......##
.##.......##.....##.##....##..##....##
.##.......##.....##..#####.##..######.
*/
#faqs h2 {
  font-family: "medium", sans-serif;
  font-size: 32px;
  letter-spacing: -0.8px;
  color: #b3963a;
  margin-top: 100px;
  text-align: center;
}
.click-to-doc {
  display: inline-block;
  color: #fff;
  /* text-transform: uppercase; */
  padding: 7px 15px;
  background: #b3963a;
  border-radius: 3px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  margin-top: 10px;
}
.content-article ol,
.content-article ul {
  padding-left: 30px;
  list-style: unset;
  margin-top: 15px;
  text-align: left;
}
.content-article ol li,
.content-article ul li {
  color: #4a4a4a;
  margin-bottom: 5px !important;
}
@media (min-width: 1200px) {
  #faqs .banner {
    height: 300px;
  }
}

#faqs .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#faqs .questions {
  margin-top: 50px;
}

#faqs .question {
}

#faqs .accordion {
  padding: 30px 20px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

#faqs .accordion img {
  float: right;
}

#faqs .panel {
  line-height: 25px;
  padding: 30px 18px;
  background-color: white;
  overflow: hidden;
  display: none;
}

#faqs .panel img {
  width: 100%;
}

#faqs .active,
#faqs .accordion:hover {
  background-color: #f9f9f9;
}

/*
..######...#######..##....##.########....###.....######..########
.##....##.##.....##.###...##....##......##.##...##....##....##...
.##.......##.....##.####..##....##.....##...##..##..........##...
.##.......##.....##.##.##.##....##....##.....##.##..........##...
.##.......##.....##.##..####....##....#########.##..........##...
.##....##.##.....##.##...###....##....##.....##.##....##....##...
..######...#######..##....##....##....##.....##..######.....##...
*/
#contact .detail {
  margin-top: 50px;
}

#contact .left {
  width: 100%;
  font-family: "medium", sans-serif;
  font-size: 32px;
  letter-spacing: -0.8px;
  color: #b3963a;
  padding-left: 0px;
  margin-bottom: 20px;
}

#contact h2 {
  font-family: "medium", sans-serif;
  font-size: 32px;
  letter-spacing: -0.8px;
  color: #b3963a;
  margin-top: 100px;
  text-align: center;
}

#contact .right {
  width: 80%;
  line-height: 25px;
}

#contact .hours {
  display: block;
}

#contact .hourleft {
  width: 150px;
  display: inline-block;
  font-family: "semibold", sans-serif;
}

#contact .hourright {
  display: inline-block;
}

#contact .social {
  display: block;
}

#contact .socialleft {
  width: 150px;
  display: inline-block;
  font-family: "semibold", sans-serif;
}

#contact .socialright {
  display: inline-block;
}

#contact .socialright a {
  color: #4a4a4a;
}

#contact .socialright a:hover {
  color: #b09232;
}

.popup-covid {
  background: #fff;
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 250px;
  border-radius: 3px;
  padding: 20px;
  -webkit-box-shadow: 0 0 5px 0 #787878;
  -moz-box-shadow: 0 0 5px 0 #787878;
  box-shadow: 0 0 5px 0 #787878;
  z-index: 1000;
}
.popup-covid .close-pop {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.popup-covid .header-pop {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.popup-covid .content-pop {
  font-size: 12px;
}

.popup-covid-mobile {
  background: #fff;
  /* position: fixed; */
  /* left: 20px; */
  bottom: 20px;
  /* width: 250px; */
  border-radius: 3px;
  padding: 20px;
  -webkit-box-shadow: 0 0 5px 0 #787878;
  -moz-box-shadow: 0 0 5px 0 #787878;
  box-shadow: 0 0 5px 0 #787878;
  z-index: 1000;
}
.popup-covid-mobile .close-pop {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.popup-covid-mobile .header-pop {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.popup-covid-mobile .content-pop {
  font-size: 12px;
}

.wa-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.wa-button img {
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  iframe {
    width: 100%;
    height: auto;
  }

  .popup-covid-mobile-message {
    display: block !important;
  }

  .popup-covid {
    display: none !important;
  }

  #home .introduction {
    padding: 0px 0;
  }
}