:root {
  --theme: #00bcd4;
}

.theme-color {
  color: var(--theme);
}

.long-dropdown {
  max-height: 320px;
  overflow: auto;
}
.my-container {
  max-width: 1360px;
  margin: auto;
}
.service-details {
  margin: 0 0 15px 0;
}
.service-detailss {
  margin: 0 0 15px 0;
}
.service-details h4 {
  margin: 20px 0 0 0;
}
.service-details p:first-of-type {
  margin: 15px 0 0 0;
}
.service-details p {
  margin: 10px 0 0 0;
}
.service-detailss p {
  margin: 10px 0 10px 0;
}
.error-page {
  height: 80vh;
  padding: 100px;
}
.error-container {
  max-width: 760px;
  margin: auto;
}
.iconn {
  font-size: 10rem;
  margin-bottom: 10px;
}
.error-page h1 {
  font-size: 8rem;
  line-height: 100%;
}
.error-page p {
  font-size: 1rem;
}
#totop {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
}
.img-fluid {
  width: 100%;
}
.photo-caption {
  text-align: center;
  background-color: var(--theme);
  color: #fff;
  padding: 10px;
  font-size: 13px;
}

.footer-wa {
  font-size: 1.7rem !important;
  margin-right: 15px !important;
}
/* .sticky-header {
  z-index: 99 !important;
} */
.about-img {
  width: 70%;
}
a {
  color: #00bcd4;
}
.about-page h4 {
  margin-top: 30px;
}
.about-page i {
  font-weight: 900 !important;
}
.num-list {
  list-style: number;
  padding: 0;
  padding-left: 15px;
  margin: 15px 0;
}
.num-list li {
  font-size: 15px;
  position: relative;
  margin-bottom: 10px;
}
.appointment-innerr {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
  padding: 20px 40px 40px 40px;
}
.app-h2 {
  margin-bottom: 5px !important;
}
.ui-widget-header {
  border: 1px solid var(--theme) !important;
  background: var(--theme) !important;
  color: #ffffff;
  font-weight: bold;
}
.app-h3 {
  color: var(--theme);
}
#phone {
  width: 200px;
}
.error {
  color: #f44336;
}
.anim-2 i {
  background-color: #00bcd46b;
}
.icon-img {
  max-width: 120px !important;
}
.home-rm {
  color: var(--theme);
}
.iconbox-border:hover .home-rm {
  color: #d7d7d7;
}
.section-ytt {
  padding-top: 20px;
  padding-bottom: 20px;
}
.youtube-da {
  height: 240px;
}
.f-cak {
  font-size: 14px;
}




/* lightgallery */

.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
  width: 200px;
}
.demo-gallery > ul > li a {
  border: 3px solid #fff;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px;
}

/* ajax style */
.success-box {
  background: #fbfbfb;
  padding: 35px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.success-box img {
  margin: 0 auto;
  width: 190px;
  display: block;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.success-box p {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.success-box p i {
  color: #28a745;
}